0byt3m1n1
Path:
/
data
/
17
/
3
/
25
/
26
/
3677678
/
meta
/
4090271
/
mysql.backup
/
[
Home
]
File: onecaribbean.mysqlv113.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv113 Database: onecaribbean -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `cto_calendar` -- DROP TABLE IF EXISTS `cto_calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_calendar` ( `event_id` int(11) NOT NULL auto_increment, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(30) NOT NULL, `event_desc` text NOT NULL, `event_time` time default NULL, `event_recur` char(1) default NULL, `event_repeats` int(3) default NULL, `event_author` bigint(20) unsigned default NULL, `event_category` bigint(20) unsigned NOT NULL default '1', `event_link` text, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_calendar` -- LOCK TABLES `cto_calendar` WRITE; /*!40000 ALTER TABLE `cto_calendar` DISABLE KEYS */; INSERT INTO `cto_calendar` VALUES (1,'2013-10-15','2013-10-15','CTO Exec. Meeting','CTO Executive Committee Meeting ','15:00:00','S',0,1,1,''),(2,'2013-10-15','2013-10-15','Press Briefings','Destination Press Briefings \r\n8am- 12:30pm','08:00:00','S',0,1,1,''); /*!40000 ALTER TABLE `cto_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_calendar_categories` -- DROP TABLE IF EXISTS `cto_calendar_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_calendar_categories` ( `category_id` int(11) NOT NULL auto_increment, `category_name` varchar(30) NOT NULL, `category_colour` varchar(30) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_calendar_categories` -- LOCK TABLES `cto_calendar_categories` WRITE; /*!40000 ALTER TABLE `cto_calendar_categories` DISABLE KEYS */; INSERT INTO `cto_calendar_categories` VALUES (1,'General','#F6F79B'); /*!40000 ALTER TABLE `cto_calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_calendar_config` -- DROP TABLE IF EXISTS `cto_calendar_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_calendar_config` ( `config_item` varchar(30) NOT NULL, `config_value` text NOT NULL, PRIMARY KEY (`config_item`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_calendar_config` -- LOCK TABLES `cto_calendar_config` WRITE; /*!40000 ALTER TABLE `cto_calendar_config` DISABLE KEYS */; INSERT INTO `cto_calendar_config` VALUES ('calendar_style',' .calnk a:hover {\r\n background-position:0 0;\r\n text-decoration:none; \r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a:visited {\r\n text-decoration:none;\r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a {\r\n text-decoration:none; \r\n color:#000000; \r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a span { \r\n display:none; \r\n }\r\n .calnk a:hover span {\r\n color:#333333; \r\n background:#F6F79B; \r\n display:block;\r\n position:absolute; \r\n margin-top:1px; \r\n padding:5px; \r\n width:150px; \r\n z-index:100;\r\n line-height:1.2em;\r\n }\r\n .calendar-table {\r\n border:0 !important;\r\n width:100% !important;\r\n border-collapse:separate !important;\r\n border-spacing:2px !important;\r\n }\r\n .calendar-heading {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-next {\r\n width:25%;\r\n text-align:center;\r\n }\r\n .calendar-prev {\r\n width:25%;\r\n text-align:center;\r\n }\r\n .calendar-month {\r\n width:50%;\r\n text-align:center;\r\n font-weight:bold;\r\n }\r\n .normal-day-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n }\r\n .weekend-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n color:#FF0000;\r\n }\r\n .day-with-date {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #DFE6DE;\r\n }\r\n .no-events {\r\n\r\n }\r\n .day-without-date {\r\n width:60px;\r\n height:60px;\r\n border:1px solid #E9F0E8;\r\n }\r\n span.weekend {\r\n color:#FF0000;\r\n }\r\n .current-day {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #BFBFBF;\r\n background-color:#E4EBE3;\r\n }\r\n span.event {\r\n font-size:0.75em;\r\n }\r\n .kjo-link {\r\n font-size:0.75em;\r\n text-align:center;\r\n }\r\n .calendar-date-switcher {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-date-switcher form {\r\n margin:2px;\r\n }\r\n .calendar-date-switcher input {\r\n border:1px #D6DED5 solid;\r\n margin:0;\r\n }\r\n .calendar-date-switcher select {\r\n border:1px #D6DED5 solid;\r\n margin:0;\r\n }\r\n .calnk a:hover span span.event-title {\r\n padding:0;\r\n text-align:center;\r\n font-weight:bold;\r\n font-size:1.2em;\r\n margin-left:0px;\r\n }\r\n .calnk a:hover span span.event-title-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n margin-left:0px;\r\n }\r\n .calnk a:hover span span.event-content-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n margin-left:0px;\r\n }\r\n .page-upcoming-events {\r\n font-size:80%;\r\n }\r\n .page-todays-events {\r\n font-size:80%;\r\n }\r\n .calendar-table table,tbody,tr,td {\r\n margin:0 !important;\r\n padding:0 !important;\r\n }\r\n table.calendar-table {\r\n margin-bottom:5px !important;\r\n }\r\n .cat-key {\r\n width:100%;\r\n margin-top:30px;\r\n padding:5px;\r\n border:0 !important;\r\n }\r\n .cal-separate {\r\n border:0 !important;\r\n margin-top:10px;\r\n }\r\n table.cat-key {\r\n margin-top:5px !important;\r\n border:1px solid #DFE6DE !important;\r\n border-collapse:separate !important;\r\n border-spacing:4px !important;\r\n margin-left:2px !important;\r\n width:99.5% !important;\r\n margin-bottom:5px !important;\r\n }\r\n .cat-key td {\r\n border:0 !important;\r\n }'),('calendar_version','1.2'),('can_manage_events','edit_posts'),('display_author','false'),('display_jump','false'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','7'),('enable_categories','false'); /*!40000 ALTER TABLE `cto_calendar_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_commentmeta` -- DROP TABLE IF EXISTS `cto_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) collate utf8_unicode_ci default NULL, `meta_value` longtext collate utf8_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_commentmeta` -- LOCK TABLES `cto_commentmeta` WRITE; /*!40000 ALTER TABLE `cto_commentmeta` DISABLE KEYS */; INSERT INTO `cto_commentmeta` VALUES (2,2,'akismet_history','a:4:{s:4:\"time\";d:1402315122.531776;s:7:\"message\";s:92:\"Akismet was unable to check this comment (response: ), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:0:\"\";}'),(5,3,'akismet_history','a:4:{s:4:\"time\";d:1404378985.7880919;s:7:\"message\";s:92:\"Akismet was unable to check this comment (response: ), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:0:\"\";}'); /*!40000 ALTER TABLE `cto_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_comments` -- DROP TABLE IF EXISTS `cto_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext collate utf8_unicode_ci NOT NULL, `comment_author_email` varchar(100) collate utf8_unicode_ci NOT NULL default '', `comment_author_url` varchar(200) collate utf8_unicode_ci NOT NULL default '', `comment_author_IP` varchar(100) collate utf8_unicode_ci NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text collate utf8_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) collate utf8_unicode_ci NOT NULL default '1', `comment_agent` varchar(255) collate utf8_unicode_ci NOT NULL default '', `comment_type` varchar(20) collate utf8_unicode_ci NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_comments` -- LOCK TABLES `cto_comments` WRITE; /*!40000 ALTER TABLE `cto_comments` DISABLE KEYS */; INSERT INTO `cto_comments` VALUES (1,17464,'Carib Social WIRE | President Barack Obama Proclaims June as Caribbean Heritage Month','','http://www.caribsocialwire.com/2014/06/president-barack-obama-proclaims-june-as-caribbean-heritage-month/','10.17.1.254','2014-06-01 20:50:50','2014-06-02 00:50:50','[...] [...]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/3.9.1','pingback',0,0),(2,19529,'Timothy','','http://%/toplzdzxs475','10.17.1.254','2014-06-09 07:58:42','2014-06-09 11:58:42','<strong><a href=\"http://google.com/?n=o=o=b=15&lol= assure@equalizers.mervin\" rel=\"nofollow\">.</a>...</strong>\n\ntnx for info....',0,'0','','trackback',0,0),(3,20185,'Frederick','','http://%/prlktiust733','10.17.1.254','2014-07-03 05:16:25','2014-07-03 09:16:25','<strong><a href=\"http://google.com/?n=o=o=b=33&lol= watsons@squares.hopeful\" rel=\"nofollow\">.</a>...</strong>\n\nthanks for information!!...',0,'0','','trackback',0,0); /*!40000 ALTER TABLE `cto_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_cu3er__defaults` -- DROP TABLE IF EXISTS `cto_cu3er__defaults`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_cu3er__defaults` ( `id` int(11) NOT NULL auto_increment, `slideshow_id` int(11) NOT NULL, `duration` varchar(50) default NULL, `color` varchar(20) default NULL, `caption` varchar(255) default NULL, `link` varchar(255) default NULL, `target` varchar(20) default NULL, `heading` text, `paragraph` text, `dlink` varchar(255) default NULL, `dtarget` varchar(20) default NULL, `type` varchar(5) default NULL, `columns` int(11) default NULL, `rows` int(11) default NULL, `type2d` varchar(50) default NULL, `flipAngle` int(11) default NULL, `flipOrder` int(11) default NULL, `flipShader` varchar(50) default NULL, `flipOrderFromCenter` varchar(20) default NULL, `flipDirection` varchar(50) default NULL, `flipColor` varchar(30) default NULL, `flipBoxDepth` varchar(50) default NULL, `flipDepth` varchar(50) default NULL, `flipEasing` varchar(50) default NULL, `flipDuration` varchar(50) default NULL, `flipDelay` varchar(50) default NULL, `flipDelayRandomize` varchar(50) default NULL, `align_pos` varchar(5) default NULL, `fit` varchar(255) default NULL, `x` varchar(50) default NULL, `y` varchar(50) default NULL, `scaleX` varchar(50) default NULL, `scaleY` varchar(50) default NULL, `salign_pos` varchar(5) default NULL, `sx` varchar(50) default NULL, `sy` varchar(50) default NULL, `swidth` varchar(50) default NULL, `sheight` varchar(50) default NULL, `corner_TL` varchar(50) default NULL, `corner_TR` varchar(50) default NULL, `corner_BL` varchar(50) default NULL, `corner_BR` varchar(50) default NULL, `thumb_width` varchar(50) default NULL, `thumb_height` varchar(50) default NULL, `transparent` varchar(15) default NULL, `seo_show_image` varchar(5) NOT NULL default '', `seo_show_heading` varchar(5) NOT NULL default '', `seo_show_paragraph` varchar(5) NOT NULL default '', `seo_show_caption` varchar(5) NOT NULL default '', `use_post_images` varchar(5) NOT NULL default '', `posts_count` int(11) NOT NULL default '4', `posts_fit` varchar(255) NOT NULL default 'dafault', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_cu3er__defaults` -- LOCK TABLES `cto_cu3er__defaults` WRITE; /*!40000 ALTER TABLE `cto_cu3er__defaults` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_cu3er__defaults` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_cu3er__settings` -- DROP TABLE IF EXISTS `cto_cu3er__settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_cu3er__settings` ( `id` int(11) NOT NULL auto_increment, `cu3er_location` varchar(255) default NULL, `licence` varchar(255) default NULL, `licence1` varchar(255) default NULL, `licence2` varchar(255) default NULL, `licence3` varchar(255) default NULL, `licence4` varchar(255) default NULL, `js_location` varchar(255) default NULL, `js_player_location` varchar(255) default NULL, `version` varchar(10) NOT NULL default '0.36', `branding` enum('no','yes') NOT NULL default 'no', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_cu3er__settings` -- LOCK TABLES `cto_cu3er__settings` WRITE; /*!40000 ALTER TABLE `cto_cu3er__settings` DISABLE KEYS */; INSERT INTO `cto_cu3er__settings` VALUES (1,'http://www.onecaribbean.org/wp-content/uploads/wpcu3er/CU3ER.swf',' ',' ',' ',' ',' ','http://www.onecaribbean.org/wp-content/uploads/wpcu3er/jquery.cu3er.js','http://www.onecaribbean.org/wp-content/uploads/wpcu3er/jquery.cu3er.player.js','0.36','no'); /*!40000 ALTER TABLE `cto_cu3er__settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_cu3er__slides` -- DROP TABLE IF EXISTS `cto_cu3er__slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_cu3er__slides` ( `id` int(11) NOT NULL auto_increment, `slideshow_id` int(11) NOT NULL, `duration` varchar(50) default NULL, `color` varchar(20) default NULL, `caption` varchar(255) default NULL, `link` varchar(255) default NULL, `target` varchar(20) default NULL, `heading` text, `paragraph` text, `dlink` varchar(255) default NULL, `dtarget` varchar(20) default NULL, `type` varchar(5) default NULL, `columns` int(11) default NULL, `rows` int(11) default NULL, `type2d` varchar(50) default NULL, `flipAngle` int(11) default NULL, `flipOrder` int(11) default NULL, `flipShader` varchar(50) default NULL, `flipOrderFromCenter` varchar(20) default NULL, `flipDirection` varchar(50) default NULL, `flipColor` varchar(30) default NULL, `flipBoxDepth` varchar(50) default NULL, `flipDepth` varchar(50) default NULL, `flipEasing` varchar(50) default NULL, `flipDuration` varchar(50) default NULL, `flipDelay` varchar(50) default NULL, `flipDelayRandomize` varchar(50) default NULL, `position` int(11) NOT NULL, `image` varchar(255) default NULL, `align_pos` varchar(255) default NULL, `fit` varchar(255) default NULL, `x` varchar(50) default NULL, `y` varchar(50) default NULL, `scaleX` varchar(50) default NULL, `scaleY` varchar(50) default NULL, `transparent` varchar(15) default NULL, `use_image` enum('yes','no') NOT NULL default 'yes', `seo_show_image` varchar(5) NOT NULL default '', `seo_show_heading` varchar(5) NOT NULL default '', `seo_show_paragraph` varchar(5) NOT NULL default '', `seo_show_caption` varchar(5) NOT NULL default '', `seo_text` text, `seo_img_alt` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_cu3er__slides` -- LOCK TABLES `cto_cu3er__slides` WRITE; /*!40000 ALTER TABLE `cto_cu3er__slides` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_cu3er__slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_cu3er__slideshows` -- DROP TABLE IF EXISTS `cto_cu3er__slideshows`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_cu3er__slideshows` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `width` int(11) NOT NULL, `width_type` enum('px','%') NOT NULL default 'px', `height` int(11) NOT NULL, `height_type` enum('px','%') NOT NULL default 'px', `background` varchar(20) NOT NULL, `images_folder` varchar(255) NOT NULL, `fonts_folder` varchar(255) NOT NULL, `content` text NOT NULL, `xml_location` varchar(255) NOT NULL, `bg_image` varchar(255) default NULL, `bg_align_to` varchar(10) default NULL, `bg_align_pos` varchar(10) default NULL, `bg_x` varchar(50) default NULL, `bg_y` varchar(50) default NULL, `bg_scaleX` varchar(50) default NULL, `bg_scaleY` varchar(50) default NULL, `bg_use_image` varchar(15) default NULL, `backgroundType` varchar(20) default NULL, `sdw_show` varchar(20) default NULL, `sdw_use_image` varchar(20) default NULL, `sdw_color` varchar(20) default NULL, `sdw_alpha` varchar(50) default NULL, `sdw_blur` varchar(50) default NULL, `sdw_corner_tl` varchar(30) default NULL, `sdw_corner_tr` varchar(30) default NULL, `sdw_corner_bl` varchar(30) default NULL, `sdw_corner_br` varchar(30) default NULL, `sdw_image` varchar(255) default NULL, `pr_image` varchar(255) default NULL, `pr_align_to` varchar(20) default NULL, `pr_align_pos` varchar(20) default NULL, `pr_x` varchar(50) default NULL, `pr_y` varchar(50) default NULL, `pr_scaleX` varchar(50) default NULL, `pr_scaleY` varchar(50) default NULL, `pr_loader_direction` varchar(20) default NULL, `pr_alpha_loader` varchar(15) default NULL, `pr_alpha_bg` varchar(15) default NULL, `pr_tint_loader` varchar(15) default NULL, `pr_tint_bg` varchar(15) default NULL, `pr_width` varchar(15) default NULL, `pr_height` varchar(15) default NULL, `modified` datetime default NULL, `force_js` enum('no','yes') NOT NULL default 'no', `force_js3d` enum('no','yes') NOT NULL default 'no', `responsive` enum('yes','no') NOT NULL default 'yes', `br_align_to` varchar(20) default NULL, `br_align_pos` varchar(20) default NULL, `br_x` varchar(20) default NULL, `br_y` varchar(20) default NULL, `project_location` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_cu3er__slideshows` -- LOCK TABLES `cto_cu3er__slideshows` WRITE; /*!40000 ALTER TABLE `cto_cu3er__slideshows` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_cu3er__slideshows` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_donations` -- DROP TABLE IF EXISTS `cto_donations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_donations` ( `ID` bigint(20) NOT NULL auto_increment, `name` tinytext NOT NULL, `email` varchar(100) NOT NULL, `url` varchar(200) NOT NULL, `comment` text NOT NULL, `display` int(11) NOT NULL default '0', `amount` bigint(200) NOT NULL default '0', `currency` varchar(200) NOT NULL, `date` datetime default '0000-00-00 00:00:00', `user_id` bigint(20) NOT NULL default '0', `status` varchar(100) NOT NULL, `txn_id` varchar(100) NOT NULL, UNIQUE KEY `ID` (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_donations` -- LOCK TABLES `cto_donations` WRITE; /*!40000 ALTER TABLE `cto_donations` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_donations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_dynamic_widgets` -- DROP TABLE IF EXISTS `cto_dynamic_widgets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_dynamic_widgets` ( `id` int(11) NOT NULL auto_increment, `widget_id` varchar(60) collate utf8_unicode_ci NOT NULL, `maintype` varchar(50) collate utf8_unicode_ci NOT NULL, `name` varchar(40) collate utf8_unicode_ci NOT NULL, `value` longtext collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `widget_id` (`widget_id`,`maintype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_dynamic_widgets` -- LOCK TABLES `cto_dynamic_widgets` WRITE; /*!40000 ALTER TABLE `cto_dynamic_widgets` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_dynamic_widgets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_em_bookings` -- DROP TABLE IF EXISTS `cto_em_bookings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_em_bookings` ( `booking_id` bigint(20) unsigned NOT NULL auto_increment, `event_id` bigint(20) unsigned NOT NULL, `person_id` bigint(20) unsigned NOT NULL, `booking_spaces` int(5) NOT NULL, `booking_comment` text, `booking_date` timestamp NOT NULL default CURRENT_TIMESTAMP, `booking_status` tinyint(1) NOT NULL default '1', `booking_price` decimal(10,2) unsigned NOT NULL default '0.00', `booking_tax_rate` decimal(5,2) default NULL, `booking_taxes` decimal(10,2) default NULL, `booking_meta` longtext, PRIMARY KEY (`booking_id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_em_bookings` -- LOCK TABLES `cto_em_bookings` WRITE; /*!40000 ALTER TABLE `cto_em_bookings` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_em_bookings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_em_events` -- DROP TABLE IF EXISTS `cto_em_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_em_events` ( `event_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL, `event_slug` varchar(200) default NULL, `event_owner` bigint(20) unsigned default NULL, `event_status` int(1) default NULL, `event_name` text, `event_start_time` time default NULL, `event_end_time` time default NULL, `event_all_day` int(1) default NULL, `event_start_date` date default NULL, `event_end_date` date default NULL, `post_content` longtext, `event_rsvp` tinyint(1) NOT NULL default '0', `event_rsvp_date` date default NULL, `event_rsvp_time` time default NULL, `event_spaces` int(5) default '0', `event_private` tinyint(1) NOT NULL default '0', `location_id` bigint(20) unsigned default NULL, `recurrence_id` bigint(20) unsigned default NULL, `event_category_id` bigint(20) unsigned default NULL, `event_attributes` text, `event_date_created` datetime default NULL, `event_date_modified` datetime default NULL, `recurrence` tinyint(1) NOT NULL default '0', `recurrence_interval` int(4) default NULL, `recurrence_freq` tinytext, `recurrence_byday` tinytext, `recurrence_byweekno` int(4) default NULL, `recurrence_days` int(4) default NULL, `blog_id` bigint(20) unsigned default NULL, `group_id` bigint(20) unsigned default NULL, PRIMARY KEY (`event_id`), KEY `event_status` (`event_status`), KEY `post_id` (`post_id`), KEY `blog_id` (`blog_id`), KEY `group_id` (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2617 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_em_events` -- LOCK TABLES `cto_em_events` WRITE; /*!40000 ALTER TABLE `cto_em_events` DISABLE KEYS */; INSERT INTO `cto_em_events` VALUES (1913,13208,'bahamas-culinary-hospitality-management-institute-conference',2,1,'Bahamas Culinary & Hospitality Management Institute Conference ','08:00:00','18:30:00',0,'2013-09-18','2013-09-20','Shrinking the Global Divide: Synergy, Service and Sustainability is the theme of the inaugural College of The Bahamas Culinary and Hospitality Management Institute (CHMI) conference scheduled to be held September 18-20, 2013 at the Atlantis Paradise Island Resort. The international gathering is being held collaboratively with the University of Delaware\'s Department of Hotel, Restaurant and Institutional Management and Cornell University\'s School of Hotel Administration.\r\n\r\nLeading industry and academic experts will share with educators, governmental representatives, hospitality and tourism practitioners, entrepreneurs and students about best practices in four key areas: Hospitality; Culinary, Food & Beverage; Sustainability and Customer Centric Service.\r\n\r\nMore details: <a href=\"http://www.cob.edu.bs/conferences/chmiconference2013.php\">http://www.cob.edu.bs/conferences/chmiconference2013.php</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-19 16:33:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(1914,13421,'bonaire-the-digital-shootout',2,1,'Bonaire: The Digital Shootout ','08:00:00','18:00:00',0,'2013-06-22','2013-06-29','Take it seriously or take it slow, the Digital Shootout is an underwater photography/videography vacation designed to take the shooter in the group to the next level. If you\'re a new or an intermediate shooter, the Digital Shootout is our fast-track to better underwater imaging.\r\n\r\nMore details: <a href=\"http://www.thedigitalshootout.com/\">http://www.thedigitalshootout.com/</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1915,13422,'bonaire-junior-scuba-camp',2,1,'Bonaire: Junior Scuba Camp','08:00:00','16:00:00',0,'2013-07-13','2013-07-20','Junior Scuba Camp (for kids ages 12-15) at Harbour Village Beach Club.\r\n\r\nMore details: <a href=\"http://mail.adams-pr.com/hwebmail/services/go.php?url=http%3A%2F%2Fwww.harbourvillage.com%2Fdiving.html\" target=\"_blank\">http://www.harbourvillage.com/diving.html</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:36:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(1916,13423,'bonaire-junior-scuba-camp-august',2,1,'Bonaire: Junior Scuba Camp (August)','08:00:00','17:00:00',0,'2013-08-03','2013-08-10','Junior Scuba Camp (for kids ages 12-15) at Harbour Village Beach Club.\r\n\r\nMore details: <a href=\"http://mail.adams-pr.com/hwebmail/services/go.php?url=http%3A%2F%2Fwww.harbourvillage.com%2Fdiving.html\" target=\"_blank\">http://www.harbourvillage.com/diving.html</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:02:02',0,NULL,NULL,NULL,NULL,0,NULL,0),(1917,13424,'bonaire-kids-eco-tour-camps',2,1,'Bonaire: Kids Eco Tour Camps','09:00:00','17:00:00',0,'2013-07-18','2013-07-27','Kids Eco Tour Camps: Summer kids camps (for kids 8+) Caribbean Wind & Sun Vacations.\r\n\r\nMore details: <a href=\"http://webmail.adams-pr.com/hwebmail/services/go.php?url=http%3A%2F%2Fbonairebliss.com%2F2013%2F05%2F05%2Fkids-camps-in-bonaire%2F\" target=\"_blank\">http://bonairebliss.com/2013/05/05/kids-camps-in-bonaire/</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:32:36',0,NULL,NULL,NULL,NULL,0,NULL,0),(1918,13425,'bonaire-reef-photo-videobonaire-workshop',2,1,'Bonaire: REEF Photo &Video Workshop ','09:00:00','17:00:00',0,'2013-07-13','2013-07-20','REEF Photo &Video/Bonaire Workshop at <a href=\"http://reefphoto.com/shop/index.php?main_page=events&zenid=df887fbd95be6ed23c76e94ef42dacc9&event_id=30\">Hotel Roomer.</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:36:46',0,NULL,NULL,NULL,NULL,0,NULL,0),(1919,13426,'bonaire-kids-sea-camp',2,1,'Bonaire: Kids Sea Camp ','09:00:00','17:00:00',0,'2013-07-27','2013-08-03','Kids Sea Camp at Buddy Dive Resort <a href=\"http://www.buddydive.com/index.php/home\">www.buddydive.com.</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:58:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(1920,13427,'bonaire-fish-id-challenge-program',2,1,'Bonaire: Fish ID Challenge Program','09:00:00','17:00:00',0,'2013-07-27','2013-08-09','Sixth Annual Fish ID Challenge Program at Bonaire Dive & Adventure at Den Laman Condominiums.\r\n\r\nMore details: <a href=\"http://www.bonairediveandadventure.com\">www.bonairediveandadventure.com</a> and <a href=\"http://www.denlaman.com\">www.denlaman.com</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:59:15',0,NULL,NULL,NULL,NULL,0,NULL,0),(1921,13429,'bonaire-coral-spawning-showcase',2,1,'Bonaire: Coral Spawning Showcase','00:00:00','00:00:00',1,'2013-08-01','2013-09-30','Coral Spawning Showcase at Caribbean Club Bonaire.\r\n\r\nMore details: <a href=\"http://www.caribbeanclubbonaire.com\">www.caribbeanclubbonaire.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-19 13:44:12',0,NULL,NULL,NULL,NULL,0,NULL,0),(1922,13431,'bonaire-free-diving-event',2,1,'Bonaire: Free Diving Event','09:00:00','17:00:00',0,'2013-09-07','2013-09-14','Free Diving Event with Carlos Costes at Eden Beach Resort. More details: <a href=\"http://www.wannadive.com/wannapress/index.php/2012/03/21/carlos-coste-back-at-eden-beach-and-wannadive/\" target=\"_blank\">http://www.wannadive.com/wannapress/index.php/2012/03/21/carlos-coste-back-at-eden-beach-and-wannadive/</a>',0,NULL,'00:00:00',0,0,69,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:54:37',0,NULL,NULL,NULL,NULL,0,NULL,0),(1923,13432,'bonaire-underwater-photography-event',2,1,'Bonaire: Underwater Photography Event ','09:00:00','17:15:00',0,'2013-09-01','2013-09-30','Underwater Photography Event at Belmar Oceanfront Apartments. More details: <a href=\"http://www.belmar-bonaire.com/\" target=\"_blank\">www.belmar-bonaire.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-19 16:33:27',0,NULL,NULL,NULL,NULL,0,NULL,0),(1924,13433,'bonaire-tech-boot-camp',2,1,'Bonaire: TECH Boot Camp','09:00:00','17:00:00',0,'2013-10-13','2013-10-19','TECH Boot Camp Weeks at Buddy Dive Resort <a href=\"http://www.buddydive.com/index.php/home\">www.buddydive.com</a>.',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:27:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(1925,13434,'bonaire-bonaire-madness',2,1,'Bonaire: Bonaire Madness','09:00:00','17:00:00',0,'2013-11-30','2013-12-20','Bonaire Madness at Buddy Dive Resort, Caribbean Club Bonaire and Belmar Oceanfront Apartments. More details: <a href=\"http://www.buddydive.com\">www.buddydive.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:44:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(1926,13449,'st-eustatius-carnival',2,1,'St. Eustatius: Carnival','08:00:00','21:00:00',0,'2014-07-19','2014-07-31','Statia Carnival. Jul. 19 – 31, 2014.\r\n\r\nTourism website: <a href=\"http://www.statiatourism.com/carnival.htm\" target=\"_blank\">http://www.statiatourism.com/carnival.htm</a>',0,NULL,'00:00:00',0,0,0,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-24 13:20:05',0,NULL,NULL,NULL,NULL,0,NULL,0),(1927,13450,'st-eustatius-sustainable-conference',2,-1,'St. Eustatius: Sustainable Conference','08:00:00','17:00:00',0,'2014-09-25','2014-09-27','September 25- 27, 2014.\r\n\r\nCheck national tourism website: <b><span style=\"text-decoration: underline;\"><a href=\"http://www.statiatourism.com\">www.statiatourism.com</a></span></b>\r\n\r\n ',0,NULL,'00:00:00',0,0,22,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-24 16:20:28',0,NULL,NULL,NULL,NULL,0,NULL,0),(1928,13452,'st-eustatius-america-day',2,1,'St. Eustatius: America Day','09:00:00','17:00:00',0,'2013-11-12','2013-11-17','Statia “American” Day - Nov. 12 – 17, 2013.\r\n\r\nTourism website: <a href=\"http://www.statiatourism.com\" target=\"_blank\">http://www.statiatourism.com</a>',0,NULL,'00:00:00',0,0,22,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:39:40',0,NULL,NULL,NULL,NULL,0,NULL,0),(1929,13453,'st-eustatius-golden-rock-regatta-2',2,1,'St. Eustatius: Golden Rock Regatta','00:00:00','00:00:00',0,'2014-11-14','2014-11-20','Golden Rock Regatta - Nov. 14 – 20, 2014\r\n\r\nTourism website: <a href=\"http://www.statiatourism.com/\" target=\"_blank\">http://www.statiatourism.com/</a>',0,NULL,'00:00:00',0,0,22,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-24 16:19:20',0,NULL,NULL,NULL,NULL,0,NULL,0),(1930,13520,'martinique-la-rounde-de-caps',2,1,'Martinique: La Rounde de Caps','09:00:00','17:00:00',0,'2013-08-31','2013-08-31','Round Caps is a half marathon nature open to all that takes place in the town of Sainte-Anne. Runners or walkers, come and participate in family, with friends or colleagues in one of the most friendly races of Martinique\r\n\r\nMore: <a href=\"http://www.clubmanikou.com/\">Manikou Club Organisation</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:52:26',0,NULL,NULL,NULL,NULL,0,NULL,0),(1931,13521,'martinique-carrefour-du-tambour',2,1,'Martinique: Carrefour Du Tambour','00:00:00','00:00:00',1,'2013-07-05','2013-07-07','Craft village, panel discussion, animations, race gum, Bele initiations.\r\n\r\nDetails: <a href=\"http://www.martinique.org\" target=\"_blank\">http://www.martinique.org/</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:31:26',0,NULL,NULL,NULL,NULL,0,NULL,0),(1932,13522,'martinique-international-bicycle-race',2,1,'Martinique: International Bicycle Race','00:00:00','00:00:00',0,'2013-07-06','2013-07-14','Le Tour de Martinique is a smaller version of the famed Le Tour de France bicycle race. Just like it’s larger cousin, Le Tour de Martinique is held each summer and features and international field of riders competing in stages. The race reaches virtually every corner of the island, with fans and spectators lining the day’s route to offer cheers and support.\r\n\r\nTourism website: <a href=\"http://www.martinique.org\" target=\"_blank\">http://www.martinique.org</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:33:11',0,NULL,NULL,NULL,NULL,0,NULL,0),(1933,13523,'martinique-cultural-festival-in-fort-de-france',2,1,'Martinique: Cultural Festival in Fort de France','00:00:00','00:00:00',1,'2013-07-06','2013-07-27','The annual cultural festival comes alive during the month of July; a time when both young and old unite and enjoy a taste of local culture together. During these festivities, both local and foreign artists come together to expose their talents.\r\n\r\nDetails: <a href=\"http://en.tourismefdf.com/fort-de-france/the-cultural-festival-of-fort-de-france_49.aspx\" target=\"_blank\">http://en.tourismefdf.com/fort-de-france/the-cultural-festival-of-fort-de-france_49.aspx</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:33:46',0,NULL,NULL,NULL,NULL,0,NULL,0),(1934,13524,'martinique-banana-fest',2,1,'Martinique: Banana Fest','00:00:00','00:00:00',1,'2013-07-14','2013-07-14','Craft village, visiting the park, conference-debate, music, parade walking group, various workshops, cockfight.\r\n\r\nWebsite: <a href=\"http://www.martinique.org/event-details/banana-festival/\" target=\"_blank\">http://www.martinique.org/event-details/banana-festival/</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:36:53',0,NULL,NULL,NULL,NULL,0,NULL,0),(1935,13525,'martinique-traditional-yole-race-from-martinique',2,1,'Martinique: Traditional yole race from Martinique','00:00:00','00:00:00',0,'2013-07-28','2013-08-08','Details: <a href=\"http://www.yoles-rondes.org/\" target=\"_blank\">http://www.yoles-rondes.org/;</a>\r\n\r\n<a href=\"http://www.martinique.org/event-details/traditional-yole-race-from-martinique/\" target=\"_blank\">http://www.martinique.org/event-details/traditional-yole-race-from-martinique/</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:59:21',0,NULL,NULL,NULL,NULL,0,NULL,0),(1936,13528,'martinique-heritage-days-2',2,1,'Martinique: Heritage Days','00:00:00','00:00:00',1,'2013-09-14','2013-09-15','30th edition under the theme “1913 to 2013, one hundred years of protection”.\r\n\r\nTourism website: <a href=\"http://www.martinique.org/event-details/heritage-days/\" target=\"_blank\">http://www.martinique.org/event-details/heritage-days/</a>',0,NULL,'00:00:00',0,0,79,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:54:34',0,NULL,NULL,NULL,NULL,0,NULL,0),(1937,13529,'martinique-international-sport-fishing-tournament',2,1,'Martinique: International Sport Fishing Tournament','00:00:00','00:00:00',1,'2013-10-31','2013-11-03','Details: <a href=\"http://www.martinique.org/event-details/international-sport-fishing-tournament/\" target=\"_blank\">http://www.martinique.org/event-details/international-sport-fishing-tournament/</a>',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:28:56',0,NULL,NULL,NULL,NULL,0,NULL,0),(1938,13530,'martinique-transmartinique',2,1,'Martinique: Transmartinique','00:00:00','00:00:00',1,'2013-12-07','2013-12-08','Details: <a href=\"http://www.transmartinique.com/\" target=\"_blank\">http://www.transmartinique.com/</a>',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:55:33',0,NULL,NULL,NULL,NULL,0,NULL,0),(1939,13541,'grenada-naninki-caribbean-jazz-safari',2,1,'Grenada: Naninki Caribbean Jazz Safari','19:00:00','23:15:00',0,'2013-06-29','2013-06-30','Welcome to a Jazz Adventure in Grenada! Get your tickets for a thrilling musical ride to these Naniki Caribbean Jazz Safari Stops:\r\n\r\nSaturday June 29, 2013 – 7pm\r\nVenue: Mount Cinnamon\r\nPeter ‘Zack’ Bernard – USA/Grenada\r\nDerek Mc Keith – USA\r\nQuiet Fire featuring vocalist Jenny J – Grenada\r\n\r\nSunday June 30, 2013 – 5pm\r\nVenue: Mount Cinnamon\r\nSean Thomas Quartet featuring Pianist Clive Zanda – Trinidad\r\nC4 – Barbados\r\nShontelle – Barbados/USA\r\n\r\nDetails: <a href=\"http://www.grenadagrenadines.com/calendar/detail/naniki-caribbean-jazz-safari/\" target=\"_blank\">http://www.grenadagrenadines.com/calendar/detail/naniki-caribbean-jazz-safari/</a>',0,NULL,'00:00:00',0,0,74,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1940,13543,'grenada-carriacou-regatta',2,1,'Grenada: Carriacou Regatta','00:00:00','00:00:00',1,'2013-07-26','2013-08-05','The Carriacou Regatta is one of the most excitingly diverse in the Caribbean. This event attracts competitors from all around the world with work boats, racing boats, sailing boats and yachts. The event climaxes on the first 3 days in August.\r\n\r\nDetails: <a href=\"http://www.grenadagrenadines.com/calendar/detail/carriacou-regatta/\" target=\"_blank\">http://www.grenadagrenadines.com/calendar/detail/carriacou-regatta/</a>',0,NULL,'00:00:00',0,0,74,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:58:41',0,NULL,NULL,NULL,NULL,0,NULL,0),(1941,13545,'grenada-rainbow-city-festival',2,1,'Grenada: Rainbow City Festival','00:00:00','00:00:00',1,'2013-08-01','2013-08-05','Established in 1985 with a community focus to celebrate the cultural diversity and agricultural abundance in the Parish of St. Andrew, Rainbow City Festival has evolved into a national event for the east coast town of Grenville. Commencing on the first Sunday in August and concluding on the Monday, which is a public holiday, this infusion of music and flavours is named for the brilliant rainbows that often arch across the sky over Grenville Bay.\r\n\r\nDetails: <a href=\"http://www.grenadagrenadines.com/calendar/detail/rainbow-city-festival/\" target=\"_blank\">http://www.grenadagrenadines.com/calendar/detail/rainbow-city-festival/</a>',0,NULL,'00:00:00',0,0,74,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:00:04',0,NULL,NULL,NULL,NULL,0,NULL,0),(1942,13546,'grenada-drum-festival-2',2,1,'Grenada: Drum Festival','00:00:00','00:00:00',1,'2013-08-05','2013-08-05','In the northeastern part of Grenada, almost on the boundary between the parishes of St. Andrew and St. Patrick lies the rural community of Tivoli. With a rich history in drumming, it is home to the Tivoli Drummers and the natural birthplace of the Grenada Drum Festival.\r\n\r\nDetails: <a href=\"http://www.grenadagrenadines.com/calendar/detail/grenada-drum-festival/\" target=\"_blank\">http://www.grenadagrenadines.com/calendar/detail/grenada-drum-festival/</a>',0,NULL,'00:00:00',0,0,74,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:01:58',0,NULL,NULL,NULL,NULL,0,NULL,0),(1943,13548,'grenada-spicemas-festival-2',2,1,'Grenada: Spicemas Festival','00:00:00','00:00:00',1,'2013-06-30','2013-08-13','The premier cultural event, ‘Spice Mas’ is Grenadian expression in all its glory, climaxing during the second Monday and Tuesday in August, this annual event with multiple activities takes months of planning and coordination. Brimming with pageantry and expression linked to our African, French, British and Caribbean heritage, Carnival is colourful, humorous and full of surprises. Calypsonians, steel pan orchestras, beauty contestants, ‘fancy mas’ bands and others perform and parade to compete for Carnival honours. Grenadians gather to watch, participate and enjoy.\r\nDetails: <a href=\"http://www.spicemasgrenada.com/\" target=\"_blank\">http://www.spicemasgrenada.com/</a>',0,NULL,'00:00:00',0,0,74,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:29:16',0,NULL,NULL,NULL,NULL,0,NULL,0),(1944,13550,'guyana-miss-essequibo-pageant',2,1,'Guyana: Miss Essequibo Pageant','19:00:00','23:00:00',0,'2013-06-29','2013-06-29','<span style=\"color: #000000;\">Where: Anna Regina Centre Ground, Essequibo\r\nWhen: 29, June\r\nContact: Mr. Tarique Orderson Tel: 774 4254, 671 2053</span>\r\n\r\nDetails: <a href=\"http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10\" target=\"_blank\">http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10</a>',0,NULL,'00:00:00',0,0,76,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1945,13551,'guyana-auto-expo',2,1,'Guyana: Auto Expo','00:00:00','00:00:00',1,'2013-06-30','2013-06-30','<span style=\"color: #000000;\">Where: Guyana National Stadium, Providence\r\nWhen: 30 June\r\nContact: Destiny Entertainment Tel: 220 9477, 650 1545</span>\r\n\r\nDetails: <a href=\"http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10\" target=\"_blank\">http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10</a>',0,NULL,'00:00:00',0,0,76,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1946,13553,'guyana-building-expo-2013',2,1,'Guyana: Building Expo 2013','00:00:00','00:00:00',1,'2013-07-05','2013-07-07','<span style=\"color: #000000;\">Where: Guyana National Stadium, Providence\r\nWhen: 5-7, July\r\nContact: Ministry of Housing Tel: 223 7521</span>\r\n\r\nDetails: <a href=\"http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10\" target=\"_blank\">http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10</a>',0,NULL,'00:00:00',0,0,76,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:31:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(1947,13554,'guyana-moruca-expo-2013',2,1,'Guyana: Moruca Expo 2013','00:00:00','00:00:00',1,'2013-07-20','2013-07-20','<span style=\"color: #000000;\">Where: Moruca Village, North West District\r\nWhen: 20, July\r\nContact: Ministry of Amerindian Affairs Tel: 225 8416</span>\r\n\r\nDetails: <a href=\"http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10\" target=\"_blank\">http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10</a>',0,NULL,'00:00:00',0,0,76,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:30:45',0,NULL,NULL,NULL,NULL,0,NULL,0),(1948,13555,'guyana-horse-racing-2',2,1,'Guyana: Horse Racing','00:00:00','00:00:00',1,'2013-07-07','2013-07-07','<span style=\"color: #000000;\">Where: Ryan Crawford Turf, Alness, Corentyne, Berbice\r\nWhen: 7, July\r\nContact: Mr. Sukhdeo Tel: 232 0558, 672 0810</span>\r\n\r\nDetails: <a href=\"http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10\" target=\"_blank\">http://www.guyana-tourism.com/index.php?option=com_content&view=article&id=8&Itemid=10</a>',0,NULL,'00:00:00',0,0,76,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:34:36',0,NULL,NULL,NULL,NULL,0,NULL,0),(1949,13820,'st-maarten-bastille-day',2,1,'St. Maarten: Bastille Day','00:00:00','00:00:00',1,'2013-07-14','2013-07-14','A French National Holiday celebrated on the French part of the island.\r\n\r\nTourism website: <a href=\"http://www.vacationstmaarten.com/st-maarten-events-calendar.php\" target=\"_blank\">http://www.vacationstmaarten.com/st-maarten-events-calendar.php</a>',0,NULL,'00:00:00',0,0,84,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:37:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(1950,13821,'st-maarten-grandcase-fete',2,1,'St. Maarten: Grandcase Fete','00:00:00','00:00:00',1,'2013-07-14','2013-07-14','A family day when all join in to celebrate the Village of Grandcase to pay special homage to VIctor Schoelcher who was responsible for the abolishment of slavery. There is a religious ceremony followed by a flag raising ceremony in the morning. During the course of the day, traditional boat races take place between St. Maarten and Anguilla. Traditional games, food and music are also part of the program (TBA).\r\n\r\nTourism website: <a href=\"http://www.vacationstmaarten.com/st-maarten-events-calendar.php\" target=\"_blank\">http://www.vacationstmaarten.com/st-maarten-events-calendar.php</a>',0,NULL,'00:00:00',0,0,84,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:37:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(1951,13822,'st-maarten-st-maarten-st-martin-day',2,1,'St. Maarten: St. Maarten / St. Martin Day','00:00:00','00:00:00',1,'2013-11-14','2013-11-14','St. Maarten / St. Martin Day (Holiday)\r\n\r\nTourism website: <a href=\"http://www.vacationstmaarten.com/st-maarten-events-calendar.php\" target=\"_blank\">http://www.vacationstmaarten.com/st-maarten-events-calendar.php</a>',0,NULL,'00:00:00',0,0,25,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-10-16 09:10:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(1952,13823,'st-maarten-santa-claus-house',2,-1,'St. Maarten: Santa Claus House','18:00:00','23:00:00',0,'2013-11-20','2013-11-20','Santa Claus House is a private home situated in Cripple Gate which opens to the public throughout December. Christmas Cake tasting and homemade punch with other Christmas entertainment is available from 6 to 11 pm. Admission is free.\r\n\r\nTourism website: <a href=\"http://www.vacationstmaarten.com/st-maarten-events-calendar.php\" target=\"_blank\">http://www.vacationstmaarten.com/st-maarten-events-calendar.php</a>',0,NULL,'00:00:00',0,0,25,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:44:04',0,NULL,NULL,NULL,NULL,0,NULL,0),(1953,13824,'st-maarten-christmas-in-philipsburg',2,1,'St. Maarten: Christmas in Philipsburg','00:00:00','00:00:00',1,'2013-12-01','2013-12-01','Official opening of Christmas in Philipsburg (Lightning of Christmas tree).\r\n\r\nTourism website: <a href=\"http://www.vacationstmaarten.com/st-maarten-events-calendar.php\" target=\"_blank\">http://www.vacationstmaarten.com/st-maarten-events-calendar.php</a>',0,NULL,'00:00:00',0,0,25,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:54:56',0,NULL,NULL,NULL,NULL,0,NULL,0),(1954,13826,'trinidad-tobago-tobago-heritage-festival',2,1,'Trinidad & Tobago: Tobago Heritage Festival','00:00:00','00:00:00',1,'2013-07-12','2013-08-01','<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"175.356\">The Tobago Heritage Festival takes place over two weeks from mid-July to Emancipation Day on 1st August. It is an annual celebration of the dance, song, music and cuisine of Tobago, and strives to preserve Tobago’s unique cultural heritage.</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"175.356\"></div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"175.356\">Festival Committee 868 639-4441,</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"213.096\">868 639-5016, Tobago House of Assembly</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"144.79199999999994\">868 639-4453/868 639-6897</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"144.79199999999994\"></div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"144.79199999999994\">Tourism website: <a href=\"http://www.gotrinidadandtobago.com\" target=\"_blank\">http://www.gotrinidadandtobago.com</a></div>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:35:25',0,NULL,NULL,NULL,NULL,0,NULL,0),(1955,13827,'trinidad-tobago-tha-tobago-rally-festival',2,1,'Trinidad & Tobago: THA Tobago Rally Festival','00:00:00','00:00:00',1,'2013-07-12','2013-07-15','<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"122.04000000000002\">Venue:Courland Estate, Tobago</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"137.21999999999997\">Contact:STEPA 868 741-9135; Robert Cadiz 868 682-0423</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"143.29200000000003\">Email: rcardiz@tropical-power.com</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"143.29200000000003\"></div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"143.29200000000003\">Tourism website: <a href=\"http://www.gotrinidadandtobago.com\" target=\"_blank\">http://www.gotrinidadandtobago.com</a></div>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:35:23',0,NULL,NULL,NULL,NULL,0,NULL,0),(1956,13828,'trinidad-tobago-tobago-underwater-carnival',2,1,'Trinidad & Tobago: Tobago Underwater Carnival','00:00:00','00:00:00',1,'2013-07-22','2013-07-29','<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"161.00399999999996\">Venue: Speyside & Crown Point, Tobago</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"70.05599999999998\">Contact: STEPA 868 741-9135, Sean Robinson -- 868 688-5071</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"70.05599999999998\">\r\nTourism Website: <a href=\"http://www.gotrinidadandtobago.com\" target=\"_blank\">http://www.gotrinidadandtobago.com</a></div>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:57:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(1957,13830,'trinidad-and-tobago-emancipation-day',2,1,'Trinidad and Tobago: Emancipation Day','00:00:00','00:00:00',1,'2013-08-01','2013-08-01','On August 1, 1838, the enslaved Africans throughout the British Empire in the Caribbean were finally freed from the bondage of chattel slavery.\r\n\r\nIn 1985, August 1, Emancipation Day, was declared a national holiday. Since 1985, Emancipation celebrations have grown into a major national festival, where tens of thousands of people participate in various activities.\r\n\r\nTourism website: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:01:20',0,NULL,NULL,NULL,NULL,0,NULL,0),(1958,13832,'trinidad-tobago-eid-ul-fitr',2,1,'Trinidad & Tobago: Eid-ul-Fitr','00:00:00','00:00:00',1,'2013-08-08','2013-08-08','Eid-ul-Fitr, or Eid, for short, is another of our religious holidays - this one, however, is Muslim in origin. It is the holiday that follows the holy fasting month of Ramadan, celebrated by devout Muslims the world over. Eid is marked by visits to local mosques, offerings of charity to the less fortunate and of course the gathering of friends and family.\r\n\r\nTourism website: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:04:16',0,NULL,NULL,NULL,NULL,0,NULL,0),(1959,13833,'trinidad-tobago-womens-regional-tournament-cricket',2,1,'Trinidad & Tobago: Women’s Regional Tournament (cricket)','00:00:00','00:00:00',0,'2013-08-06','2013-08-24','<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"234.02281352615356\">Trinidad and Tobago Cricket Board (TTCB)</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"241.48081395721428\">868 636-1577/868 636-4745/868 636-6924</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"241.48081395721428\"></div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"241.48081395721428\">Cricket website: <a href=\"http://wicricnews.com/blog/west-indies-2013-schedule-of-cricket-video-coverage-for-super50-regional-4-day\" target=\"_blank\">WICRIC</a></div>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:03:29',0,NULL,NULL,NULL,NULL,0,NULL,0),(1960,13834,'trinidad-tobago-great-race-powerboat-racing',2,1,'Trinidad & Tobago: Great Race – Powerboat Racing','00:00:00','00:00:00',0,'2013-08-24','2013-08-26','The Trinidad and Tobago Powerboat Association host the 2013 Carib Great Race. Come see the powerboats in the biggest event for the 2013 racing calendar. This is the longest most gruelling race, starting in front of the Hyatt Regency Hotel in Port of Spain, Trinidad. This race takes it\'s course from the Gulf of Mexico following the coast line through the first Boca, along the north coast, turning from Grande Riviere, and heads across to Storebay, Tobago and finally finishes in Scarborough, Tobago.\r\n\r\nRace website:<a href=\"http://www.ttpba.net/greatrace/index.html\" target=\"_blank\"> http://www.ttpba.net/greatrace/index.html</a>\r\n\r\nTourism website: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:51:48',0,NULL,NULL,NULL,NULL,0,NULL,0),(1961,13835,'trinidad-tobago-independence-day',2,1,'Trinidad & Tobago: Independence Day','00:00:00','00:00:00',1,'2013-08-31','2013-08-31','Trinidad and Tobago gained its independence from Great Britain on August 31st 1962. At midnight on 30th August 1962, the Union Jack (British flag) was lowered and the Trinidad and Tobago flag was raised for the first time. Today, Independence Day is celebrated with military style parades held at the Queens Park Savannah, Port of Spain and in Scarborough, Tobago.\r\n\r\nTourism website: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 18:52:33',0,NULL,NULL,NULL,NULL,0,NULL,0),(1962,13837,'trinidad-tobago-tarpon-thunder-tournament',2,1,'Trinidad & Tobago: Tarpon Thunder Tournament','00:00:00','00:00:00',1,'2013-08-09','2013-08-11','A tarpon catching tournament.\r\n\r\nEvent website: <a href=\"http://ttgfa.com/events/tarpon-thunder-tournament-1\" target=\"_blank\">http://ttgfa.com/events/tarpon-thunder-tournament-1</a>',0,NULL,'00:00:00',0,0,87,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-05 19:04:13',0,NULL,NULL,NULL,NULL,0,NULL,0),(1963,13839,'trinidad-tobago-tobago-international-cycling-classic',2,1,'Trinidad & Tobago: Tobago International Cycling Classic','00:00:00','00:00:00',1,'2013-10-01','2013-10-06','<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"109.34880632019042\">Venue: Island Wide, Tobago</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"166.0032095947265\">Contact: Jeffrey Charles 868 680-1214</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"166.0032095947265\">Website: <a href=\"http://www.trinbagowheelers.com/content/\" target=\"_blank\">http://www.trinbagowheelers.com/content/</a></div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"166.0032095947265\"><a href=\"http://www.onecaribbean.org/wp-content/uploads/TICC-2013-AGENDA-OF-ACTIVITIES.pdf\">View Agenda of activities.</a></div>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-24 09:56:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(1964,13841,'trinidad-tobago-blue-food-festival-tobago',2,1,'Trinidad & Tobago: Blue Food Festival, Tobago','00:00:00','00:00:00',0,'2013-10-20','2013-10-20','The Blue Food Festival is the annual festival for local cooks, country chefs, and creative, innovative, indigenous cooks in the Northside Combined area to share their knowledge, cooking secrets, local food preparation and tasty blue food creations” (Arnold, J. 2011)\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"125.66400726318359\">Venue: L’Anse Fourmi, Tobago</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"159.27120920562737\">Contact: 868 639-2125/868 639-4636</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"124.60800720214846\">Website: <a href=\"http://www.visittobago.gov.tt\" target=\"_blank\">www.visittobago.gov.tt</a></div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"38.38560221862794\">Email: contact@visittobago.gov.t</div>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:27:25',0,NULL,NULL,NULL,NULL,0,NULL,0),(1965,13842,'trinidad-tobago-divali-hindu-festival-of-light',2,1,'Trinidad & Tobago: Divali (Hindu Festival Of Light)','00:00:00','00:00:00',1,'2013-11-03','2013-11-03','Website: <a href=\"http://www.trinihindu.faithweb.com/diwali.html\" target=\"_blank\">http://www.trinihindu.faithweb.com/diwali.html</a>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:31:16',0,NULL,NULL,NULL,NULL,0,NULL,0),(1966,13843,'trinidad-tobago-tobago-pig-out',2,1,'Trinidad & Tobago: Tobago Pig Out','00:00:00','00:00:00',1,'2013-12-15','2013-12-15','<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"91.09320526504517\">A pork culinary festival.</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"91.09320526504517\">Venue: Barcode, Tobago</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"77.06160445404052\">Contact: 868 678-7171</div>\r\n<div dir=\"ltr\" data-font-name=\"g_font_p1_3\" data-canvas-width=\"77.06160445404052\">Tourism website: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a></div>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:55:44',0,NULL,NULL,NULL,NULL,0,NULL,0),(1967,13856,'cayman-islands-educational-series',2,1,'Cayman Islands: Educational Series','00:00:00','00:00:00',1,'2013-08-06','2013-08-07','The Cayman Islands Tourism Association in collaboration with the University College of the Cayman Islands (UCCI), are announcing the introduction of a new venture on their 2013 agenda: The CITA\'s Educational Series\". Experience 4 days of seminars designed and destined for those involved and interested in the Tourism and Hospitality industry during August 6-7 & 14-15 at UCCI.\r\n\r\nWebsite: <a href=\"http://www.cita.ky/educationalseries\" target=\"_blank\">http://www.www.cita.ky/educationalseries</a>',0,NULL,'00:00:00',0,0,62,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-07-10 10:20:16',0,NULL,NULL,NULL,NULL,0,NULL,0),(1968,13857,'cayman-islands-restaurant-month',2,1,'Cayman Islands: Restaurant Month','00:00:00','00:00:00',0,'2013-10-01','2013-10-31','For the first time, restaurant week has ben prolonged for a full month. Foodies will have the chance to enjoy for a full month, fixed menus at a discounted price from their favorite restaurants in the Cayman Islands. Other events will coincide with this Culinary Venture to make it better and bigger than previous years.\r\n\r\nWebsite: <a href=\"http://www.restaurantmonth.ky\" target=\"_blank\">http://www.www.restaurantmonth.ky</a>/',0,NULL,'00:00:00',0,0,9,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:24:50',0,NULL,NULL,NULL,NULL,0,NULL,0),(1969,13859,'cayman-islands-underwater-film-festival',2,1,'Cayman Islands: Underwater Film Festival ','00:00:00','00:00:00',1,'2013-11-13','2013-11-13','For the ninth year, the International Underwater Film Festival in Grand Cayman will delight ocean-enthusiasts who gather for this once-a-year video celebration of the landscape, flora, fauna and experiences to be had under the waves. Held in conjunction with the International Scuba Diving Hall of Fame induction ceremony, this year, the Film Festival will take place on Wednesday, November 13, 2013, and will feature films from local videographers as well as International Scuba Diving Hall of Fame Inductees.\r\n\r\nWebsite: <a href=\"http://www.cita.ky/uff2013&blog=true&b_pagenumber=1\" target=\"_blank\">http://www.cita.ky/uff2013&blog=true&b_pagenumber=1</a>',0,NULL,'00:00:00',0,0,9,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:42:50',0,NULL,NULL,NULL,NULL,0,NULL,0),(1970,13860,'cayman-islands-taste-of-cayman-2014',2,1,'Cayman Islands: Taste of Cayman 2014','00:00:00','00:00:00',1,'2014-02-08','2014-02-08','Largest Food & Wine festival in the Caribbean! Celebrating over 25 years of great food, grand wine selection, live entertainment, and much more! Join us to experience a unique event in the heart of the Culinary Capital of the Caribbean.\r\n\r\nWebsite: <a href=\"http://www.tasteofcayman.org\" target=\"_blank\">http://www.tasteofcayman.org/</a>',0,NULL,'00:00:00',0,0,9,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:55:22',0,NULL,NULL,NULL,NULL,0,NULL,0),(1971,14044,'grenada-rum-beer-festival',2,1,'Grenada: Rum & Beer Festival','00:00:00','00:00:00',1,'2013-11-22','2013-11-23','The 4th Caribbean Rum & Beer Festival bursts into life on the ‘Spice Isle’ of Grenada on 22 – 23 November 2013 with an opening ceremony which invokes the ancient African ancestors thru drumming and dancing. Following the highly symbolic breaking of calabash vessels filled with rum & beer, the Festival is officially open for business.\r\n\r\nThe Caribbean Rum & Beer Festival offers patrons the opportunity to sample over 70 of the world’s finest rum and beers, and the opportunity to meet and learn from international industry experts from around the globe to learn more about these fabulous beverages.\r\n\r\nThe food on offer is authentic Caribbean with Creole influences which beautifully compliments the rum and beer. As each day progresses the sweet sound of live steel pan music makes way for 2 hours of live music from regional artistes, who will close out both days of the Festival. This is the Caribbean ‘Island Style’ and all are invited to come enjoy the vibe. (<a href=\"http://www.rumandbeerfestival.com\" target=\"_blank\">www.rumandbeerfestival.com</a>)',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:45:04',0,NULL,NULL,NULL,NULL,0,NULL,0),(1972,14491,'bvi-charter-yacht-show',2,1,'BVI Charter Yacht Show','00:00:00','00:00:00',1,'2013-11-07','2013-11-10','BVI Charter Yacht Show hosted by Charter Yacht Society of the BVI, November 7-10, 2013.\r\n\r\nMore details: <a href=\"http://www.bvicrewedyachts.com/\" target=\"_blank\">http://www.bvicrewedyachts.com/</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:31:42',0,NULL,NULL,NULL,NULL,0,NULL,0),(1973,14492,'bvi-peg-legs-round-tortola-race',2,1,'BVI Peg Leg\'s Round Tortola Race','00:00:00','00:00:00',1,'2013-11-16','2013-11-16','Racers and Cruisers are welcome to join this event, over 40 years old now! Race anti-clockwise around Tortola and try to beat the round-island record! Party on the beach at Nanny Cay in the evening!\r\n\r\nMore details: <a href=\"http://www.bvitourism.com/event/peg-legs-round-tortola-race\" target=\"_blank\">http://www.bvitourism.com/event/peg-legs-round-tortola-race</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:43:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(1974,14595,'saint-lucia-health-wellness-retreat',2,1,'Saint Lucia: Health & Wellness Retreat','09:00:00','19:00:00',0,'2013-11-01','2013-11-03','The tropical island paradise of Saint Lucia is the perfect haven for rejuvenation, restoration and renewal. Home to some of nature\'s most precious natural attractions, coupled with world class spas in a number of island resorts, Saint Lucia is a natural fit for spiritual and physical awakening.\r\n\r\nLeading experts will present wellness seminars, beachside fitness clinics, healthy cooking demonstrations and even sunrise mediations at the upcoming Health and Wellness Retreat in Saint Lucia.\r\n\r\nMore details: <a href=\"http://stlucianow.com/hw/\" target=\"_blank\">http://stlucianow.com/hw/</a>\r\n<iframe src=\"//www.youtube.com/embed/-Rb4xFPthyw\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:29:35',0,NULL,NULL,NULL,NULL,0,NULL,0),(1975,14596,'saint-lucia-triathlon',2,1,'Saint Lucia: Triathlon','00:00:00','00:00:00',0,'2013-11-22','2013-11-23','The first ever Saint Lucia Triathlon is set to take place from November 22 -23<sup>rd</sup>. For more information visit: <a href=\"http://www.caribtours.co.uk\">www.caribtours.co.uk</a> or call 020 7751 0660.',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:44:32',0,NULL,NULL,NULL,NULL,0,NULL,0),(1976,14620,'curacao-deja-blue-freediving',2,1,'Curacao: Deja Blue Freediving','00:00:00','00:00:00',1,'2013-10-05','2013-10-11','his year Performance Freediving is taking Deja Blue 4 on the road! For the first time we will be running the famous competition in Curacao.\r\nThis is the perfect location for novice as well as World Class Freedivers from all over to show the world what their Freediving Potential is. Not only will Freedivers be able to test themselves in all self-powered depth disciplines but the pool disciplines (static, dynamic and dynamic no-fins) will be held in a 50m pool!\r\n\r\nWebsite: <a href=\"http://www.performancefreediving.com/news-events/deja-blue-2013/\" target=\"_blank\">http://www.performancefreediving.com/news-events/deja-blue-2013/</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:25:02',0,NULL,NULL,NULL,NULL,0,NULL,0),(1977,14622,'curacao-amstel-curacao-race-2',2,1,'Curacao: Amstel Curacao Race','00:00:00','00:00:00',1,'2013-10-29','2013-11-02','This cycling event is internationally known as the closing of the street cycling season. At previous editions Alberto Contador, Tom Boonen, Mark Cavendish, Robert Gesink, Alexandre Vinokourov, Michael Boogerd and many other top athletes were present at this event.\r\nIn the Amstel Curacao Race tour cyclers and amateurs will compete together with the pros on an 80 kilometers long stretch. It is the only possibility during the year for amateur cyclers to compete together with the celebrities of the Tour de France.\r\n\r\nVisit Website:<a href=\"http://www.amstelcuracaorace.com\" target=\"_blank\"> http://www.amstelcuracaorace.com</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:28:21',0,NULL,NULL,NULL,NULL,0,NULL,0),(1978,14623,'curacao-caribbean-tattoo-convention',2,1,'Curacao: Caribbean Tattoo Convention','00:00:00','00:00:00',1,'2013-11-02','2013-11-03','This year Curaçao hosts the second edition of the Caribbean Tattoo Convention. After a successful first edition, this time the organizers have gone all out. The concept has been improved, raising the bar and creating a high-end international event in an authentic Caribbean atmosphere.\r\nGet ready for a full two-day event at a stunning location, featuring local, Caribbean and international tattoo artists, art exhibitions and various other attractions. Artists from all over the world will be represented to demonstrate their art and skills.\r\nAll weekend long attendees can get tattooed, experience the relaxed vibe and get a unique glimpse into the fascinating world of tattoos and tattoo art! This year\'s festival will surely impress.\r\n\r\nWebsite: <a href=\"http://caribbeantattooconvention.com/home.html\" target=\"_blank\">http://caribbeantattooconvention.com/home.html</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:30:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(1979,14713,'curacao-dushi-hende-service-excellence-conference',2,1,'Curacao: \'Dushi Hende’ Service Excellence Conference ','00:00:00','00:00:00',1,'2013-09-27','2013-09-27','To celebrate this year’s World Tourism Day, the Curaçao Tourist Board will host a Service Excellence Conference under the umbrella of the ‘Dushi Hende’ (Nice People) campaign. The ‘Dushi Hende’ campaign stands for six core values which are; hospitality, service minded, co-responsibility, pride, integrity and honesty.\r\n\r\nThe conference will be held on World Tourism Day, September 27, 2013. The conference is divided into two sessions. A Plenary Session especially for frontline employees, focusing on their competencies and behaviors as providers of service and a Luncheon Presentation for Senior Managers. During the Luncheon Presentation the facilitator will present the participants with the necessary tools to build a culture which will consistently produce service excellence. The facilitators are;\r\n\r\n1) Ms. Sandra Husbands from Barbados; she has over 20 years experience as a consultant, she holds a degree in Sociology and Law and a Masters in International Trade. Her background spans five fields of business endeavor, namely Training, Management Consulting, Tourism, Sales & Market Research.\r\n\r\n2) Dr. Carolin Rekar - Munro, CHRP, CTDP from Victoria, British Columbia, Canada. She is Peak Performance Strategist managing a successful consulting practice, in which she collaborates with leaders on change management, employee engagement, strategic planning, performance management, developing and sustaining high performing teams, succession management, and leadership development. Carolin received her Masters and Doctoral degrees with a focus on Developing Human Resources and Leadership from the University of Toronto.\r\n\r\n<a href=\"http://www.onecaribbean.org/wp-content/uploads/CuracaoSeminar.pdf\">Download more details on the conference.</a>\r\n\r\n<a href=\"http://www.onecaribbean.org/wp-content/uploads/CuracaoLuncheon.pdf\">Download details on the luncheon - \"Managing Performance in a Relationship Culture\" with Sandra Husbands.</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-20 10:23:51',0,NULL,NULL,NULL,NULL,0,NULL,0),(1983,14943,'st-lucia-sport-in-black-white-conference-youth-forum',2,1,'St Lucia: Sport in Black & White Conference & Youth Forum','00:00:00','00:00:00',0,'2014-06-09','2014-06-15','The 2nd annual Sport in Black & White Conference & Youth Forum will take place in Saint Lucia between June 9th-15th-2014. And it will be bigger and better! There are some great topics and activities planned. Main themes will run along the lines of Citizen Security, Crime, Youth Employability through Entrepreneurship and Sport, Social Inclusion, Sports Tourism etc.\r\n\r\nThe other important change next year is to have the trade expo for the entire week as opposed to one day and to utilize exhibitor floor space inside the indoor arena.\r\n\r\nWebsite: <a href=\"http://www.sacredsportsinc.com/\" target=\"_blank\">http://www.sacredsportsinc.com/</a>\r\n\r\n<a href=\"http://www.sacredsportsinc.com/\" target=\"_blank\"><img class=\" wp-image-14944 alignleft\" alt=\"saintLuciaSportForumJune2014\" src=\"http://www.onecaribbean.org/wp-content/uploads/saintLuciaSportForumJune2014.jpg\" width=\"640\" height=\"480\" /></a>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-09-24 10:33:37',0,NULL,NULL,NULL,NULL,0,NULL,0),(1984,15227,'dominica-mas-domnik-the-real-mas',2,1,'Dominica: Mas Domnik – The Real Mas','00:00:00','00:00:00',1,'2014-03-03','2014-03-04','Mas Domnik - The Real Mas, the most original of all carnivals, showcases the rich culture and heritage of the island. This pre-Lenten festival, kicking off late December 2012 envelops people of all ages equally with competitions like the Princess Show, Teenage Pageant, Junior Monarch, Bouyon jams, National Queen Pageant and the Calypso Monarch.The season climaxes on February 11<sup>th</sup> and 12<sup>th</sup> when the streets come alive with festivity, celebration and fun. This revelry is an inviting display of colour and creativity set off by the sweet sounds of Calypso and infectious rhythms of Bouyon, which originated in Dominica.\r\n\r\nContact: Dominica Festivals Committee\r\n\r\nEmail: nclarke@dominica.dm\r\n\r\nTel: 767-448-4833\r\n\r\nWebsite: <a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1985,15230,'dominica-tourism-awareness-month',2,1,'Dominica: Tourism Awareness Month ','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','The month of May is recognized as Tourism Awareness Month and is aimed at increasing the public’s awareness of the tourism & hospitality industry’s economic, cultural and social contributions to Dominica. The many activities planned are geared towards sensitizing and educating the public on the importance of tourism and the role that each person plays in this volatile industry. In addition, the month will also focus on promoting our attractions & activities to the local public.\r\n\r\n<b> </b>Contact: Discover Dominica Authority\r\n\r\nEmail: tourism@dominica.dm\r\n\r\nTel: 767-448-2045\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1986,15233,'dominica-festival-of-the-creative-arts-domfesta',1837,1,'Dominica: Festival of the Creative Arts (DOMFESTA)','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','<strong>DOMFESTA </strong>is an annual event celebrating Dominica\'s arts and culture.\r\n\r\n<b> </b>Contact:<b> </b>Division of Culture\r\n\r\nEmail: culturaldivision@dominica.gov.dm\r\n\r\nTel: 767-266-3421\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1987,15235,'dominica-national-tourism-cocktail',1837,1,'Dominica: National Tourism Cocktail ','00:00:00','00:00:00',1,'2014-05-10','2014-05-10','The National Tourism Cocktail is unlike the everyday tradeshow. The Dominica Hotel & Tourism Association (DHTA) and participants/sponsors work together to create an ambiance where visitors and locals socialize while learning about services and sampling products from business entities active within the Tourism Industry.\r\n\r\nContact: Dominica Hotel & Tourism Association (DHTA)\r\n\r\nEmail: <a href=\"mailto:dhta@cwdom.dm\">dhta@cwdom.dm</a>\r\n\r\n<a href=\"mailto:dhta.tourism@gmail.com\">dhta.tourism@gmail.com</a>\r\n\r\nTel: 767-440-3430\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1988,15236,'dominica-hike-fest-2',1837,1,'Dominica: Hike Fest ','00:00:00','00:00:00',1,'2014-05-24','2014-05-24','Hike Fest is one of the best ways to discover Dominica.\r\n\r\nThis event also occurs on the 31st.\r\n\r\nContact: Dominica Hotel & Tourism Association (DHTA).\r\n\r\nEmail: <a href=\"mailto:dhta@cwdom.dm\">dhta@cwdom.dm</a>\r\n\r\n<a href=\"mailto:dhta.tourism@gmail.com\">dhta.tourism@gmail.com</a>\r\n\r\nTel: 767-440-3430\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1989,15238,'dominica-hike-jazz',1837,1,'Dominica: Hike & Jazz ','00:00:00','00:00:00',1,'2014-06-01','2014-06-07','Contact: Discover Dominica Authority\r\n\r\nEmail: tourism@dominica.dm\r\n\r\nTel: 767-448-2045\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1990,15239,'dominica-jazz-n-creole-2',1837,1,'Dominica: Jazz ‘n Creole','00:00:00','00:00:00',1,'2014-06-08','2014-06-08','Held annually on Pentecost Sunday, Jazz ‘n Creole is a means of attracting visitors from the neighbouring French islands as well as the wider Caribbean to Dominica and serves as an avenue for showcasing local Jazz artists on the island, as well as foreign acts. Held in the inviting, casual atmosphere of the Cabrits National Park/ Fort Shirley, patrons are afforded the opportunity to mingle in the relaxing ambiance of one of Dominica major tourism site attractions.\r\n\r\nContact: Dominica Festivals Committee\r\n\r\nEmail: nclarke@dominica.dm\r\n\r\nTel: 767-448-4833\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1991,15240,'dominica-dive-fest-2',1837,1,'Dominica: Dive Fest ','00:00:00','00:00:00',1,'2014-07-10','2014-07-20','Organized annually by the Dominica Watersports Association, Dive Fest focuses attention on educating the public about the sport of Scuba Diving (as a tourism product and a career path) and raising awareness about Dominica\'s stunning and unique marine environment. Activities include whale watching deals, special dive packages, underwater treasure hunts, snorkelling picnics, traditional canoe racing and marine educational tours.\r\n\r\nContact: Simon Walsh\r\n\r\nEmail: <a href=\"mailto:walshs@cwdom.dm\">walshs@cwdom.dm</a>\r\n\r\nTel: 767-245-6505\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-07-08 12:11:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(1992,15241,'dominica-rabbit-festival-2',1837,1,'Dominica: Rabbit Festival','00:00:00','00:00:00',1,'2014-08-03','2014-08-03','Everything rabbit, from a variety of tasty rabbit dishes, rabbit races, exhibitions, games, and a petting zoo.\r\n\r\nContact: Jeffers Parillon\r\n\r\nEmail: parryjr60@hotmail.com\r\n\r\nneldoesns6@hotmail.com\r\n\r\nTel: 767-616-0601\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1993,15242,'dominica-shop-dominica',1837,1,'Dominica: Shop Dominica ','00:00:00','00:00:00',1,'2014-08-01','2014-08-03','The weekend dubbed “SHOP DOMINICA!!! Experience the Promotions” provides considerable discounts from department and retail stores, supermarkets, restaurants and hotels to locals and visitors alike. The overall objective of ‘SHOP DOMINICA!!!’ is to stimulate the economy by giving discounts, attracting stay over visitors and encouraging return visitors.\r\n\r\nDates still to be announced.\r\n\r\nContact: Dominica Hotel & Tourism Association (DHTA)\r\n\r\nEmail: <a href=\"mailto:dhta@cwdom.dm\">dhta@cwdom.dm</a>\r\n\r\n<a href=\"mailto:dhta.tourism@gmail.com\">dhta.tourism@gmail.com</a>\r\n\r\nTel: 767-440-3430\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-07-08 12:16:48',0,NULL,NULL,NULL,NULL,0,NULL,0),(1994,15244,'dominica-literary-festival-book-fair-2',1837,1,'Dominica: Literary Festival & Book Fair','00:00:00','00:00:00',1,'2014-08-08','2014-08-10','The Nature Island Literary Festival promotes increased awareness of the reading, study and writing of all literary related forms including fiction, poetry, essay, memoir, playwriting, film and more… plus, publishing as viable career and pastime choices for Dominicans and others throughout the Caribbean region.\r\n\r\nContact: <a href=\"mailto:NILitFest@gmail.com?subject=NILF%20Writer\'s%20Workshop%20Inquiry\" target=\"_blank\">NILitFest@gmail.com</a>\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1995,15246,'dominica-kalinago-week',1837,1,'Dominica: Kalinago Week ','00:00:00','00:00:00',1,'2014-09-14','2014-09-21','Kalinago Week is of great significance to the Carib people as it gives them an added opportunity to showcase and celebrate their Carib heritage.\r\n\r\nContact: Carib Council\r\n\r\nTel: 767-445-7336\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1996,15247,'dominica-titiwi-festival-2',1837,1,'Dominica: Titiwi Festival ','00:00:00','00:00:00',1,'2014-09-26','2014-09-28','Layou\'s annual Titiwi Festival celebrates the small fish known as the \"titiwi.\" The people of Layou have been eating titiwi since time immemorial and it has become part of their heritage. They have built a unique local cuisine around this small fish and the Titiwi Festival gives everyone else a chance to taste it. Fun activities included zip-lining across the Layou River, ATV rides, boat rides, beach football, sack races, and more. There is plenty of food and drink available, as well as music and an art & crafts exhibition.\r\n\r\nContact: Layou Improvement Committee\r\n\r\nEmail: lazare_charles@hotmail.com\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1997,15250,'dominica-heritage-day-2',1837,1,'Dominica: Heritage Day ','00:00:00','00:00:00',1,'2014-10-19','2014-10-19','Heritage Day is held in a different village every year. It is a celebration of the village\'s uniqueness; the people and aspects that make that village what it is. It is a day of appreciation where awards are given to outstanding individuals in that community.\r\n\r\nContact:<b> </b>Division of Culture\r\n\r\nEmail: culturaldivision@dominica.gov.dm\r\n\r\nTel: 767-266-3421\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(1998,15255,'dominica-limes-creole-in-the-park',1837,1,'Dominica: LIME’s Creole in the Park ','00:00:00','00:00:00',1,'2014-10-27','2014-10-30','The family oriented four day event is held at the historic Botanical Gardens in the capital, Roseau, from 12:00 to 7:00 pm, daily, and features performances from local, regional and international artists. The event blends traditional Jing Ping music with steelpan, drums, bouyon and the delectable aromas of local cuisine. Family activities, art and craft, and Dominica’s rich culture compliment the event’s Creole music amidst the natural ambiance of “The Gardens” as the location is popularly known.\r\n\r\nContact: LIME Dominica Ltd\r\n\r\nEmail: Ferdina.frampton@time4lime.com\r\n\r\nTel: 767-255-3150\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-07-08 12:19:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(1999,15257,'dominica-creole-day-2',1837,1,'Dominica: Creole Day ','00:00:00','00:00:00',1,'2014-10-31','2014-10-31','This is by far the most colourful day on the island. The traditional outfit is worn on that day by everyone. The girls wear a \"jupe,\" the women wear a \"robe dwiyet\" and the men wear black pants, white shirt and a red sash around the waist.\r\n\r\nContact:<b> </b>Division of Culture\r\n\r\nEmail: culturaldivision@dominica.gov.dm\r\n\r\nTel: 767-266-3421\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-07-08 12:21:27',0,NULL,NULL,NULL,NULL,0,NULL,0),(2000,15259,'dominica-world-creole-music-festival-2',1837,1,'Dominica: World Creole Music Festival','00:00:00','00:00:00',1,'2014-10-24','2014-10-26','Three nights of pulsating rhythms! A celebration of Creole music held annually the last weekend in October.\r\n\r\nContact: Dominica Festivals Committee\r\n\r\nEmail: nclarke@dominica.dm\r\n\r\nTel: 767-448-4833\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\">http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:33:42',0,NULL,NULL,NULL,NULL,0,NULL,0),(2001,15261,'dominica-independence-day',1837,1,'Dominica: Independence Day ','00:00:00','00:00:00',1,'2014-11-03','2014-11-03','<strong>On November 3rd</strong>, 1978 Dominica gained its independence from Great Britain and became an independent republic within the Commonwealth. As well as celebrating Independence, this holiday is also used to celebrate our unique Creole culture.\r\n\r\nContact:<b> </b>Division of Culture\r\n\r\nEmail: culturaldivision@dominica.gov.dm\r\n\r\nTel: 767-266-3421\r\n\r\n<a href=\"http://www.dominica.dm/\" target=\"_blank\"> http://www.dominica.dm/</a>',0,NULL,'00:00:00',0,0,12,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2002,15338,'trinidad-and-tobago-red-light-concert-series',1837,1,'Trinidad and Tobago: Red Light Concert Series ','18:00:00','18:00:00',0,'2013-11-02','2013-11-02','A concert featuring performances by international music artists including R Kelly, Machel Montano, Bunji Garlin, and others.\r\n\r\nVenue: Hasely Crawford Stadium, Trinidad\r\n\r\n<a href=\"Hasely Crawford Stadium Trinidad http://www.redlightconcertseries.com/\" target=\"_blank\">http://www.redlightconcertseries.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2003,15340,'trinidad-and-tobago-shiv-kala-dance-concert',1837,1,'Trinidad & Tobago: Shiv Kala Dance Concert','19:00:00','23:00:00',0,'2013-11-10','2013-11-10','Shiv Kala dance concert showcases classical styles of Indian dance.\r\n\r\nVenue: 1-3 St. Ann’s Rd, St. Ann’s, Trinidad\r\n\r\nTele: Queen’s Hall 868 624 1284, 868 621 5103\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2004,15341,'trinidad-and-tobago-cycling-with-the-saints',1837,1,'Trinidad & Tobago: Cycling with the Saints','19:00:00','21:00:00',0,'2013-11-15','2013-11-15','Sport event featuring cycling.\r\n\r\nVenue: Queen\'s Park Savannah, Trinidad\r\n\r\nTele: St. Mary’s College Past Students Union 868 624 8468',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2005,15344,'trinidad-and-tobago-m-e-s-h-concert',1837,1,'Trinidad & Tobago: M.E.S.H Concert','19:00:00','23:00:00',0,'2013-11-18','2013-11-24','Christmas Concert.\r\n\r\nVenue: 1-3 St. Ann’s Rd, St. Ann’s , Trinidad\r\n\r\nTele: Queen’s Hall 868 624 1284, 868 621 5103\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2006,15345,'trinidad-and-tobago-h2o-phlo-concert',1837,1,'Trinidad & Tobago: H2O Phlo Concert','20:00:00','22:30:00',0,'2013-11-30','2013-11-30','A Christmas Story.\r\n\r\nAlso on December 1st, 2013. Event time: 7:00 pm - 9:30 pm.\r\n\r\nVenue: 1-3 St. Ann’s Rd, St. Ann’s, Trinidad\r\n\r\nTele: Queen’s Hall 868 624 1284, 868 621 5103',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2007,15369,'trinidad-and-tobago-tobago-assembly-day-celebrations',1837,1,'Trinidad & Tobago: Tobago Assembly Day Celebrations','00:00:00','00:00:00',1,'2013-12-01','2013-12-04','Celebrations marking the anniversary of the Tobago House of Assembly\r\n\r\nVenue: Shaw Park Complex, Tobago\r\n\r\nTele: 868 639 6897\r\n\r\nEvent time: TBA\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2008,15372,'trinidad-and-tobago-carib-tobago-international-rugby-7s-tournament',1837,1,'Trinidad & Tobago: Carib Tobago Int\'l Rugby 7\'s Tournament','09:00:00','13:00:00',0,'2013-12-07','2013-12-08','An annual rugby tournament.\r\n\r\nVenue: Bon Accord Recreation ground, Tobago\r\n\r\nTele: STEPA 868 741 9135, Brian Stollmeyer 868 680 4757\r\n\r\nEmail: baxterslimited@gmail.com',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2009,15373,'trinidad-and-tobago-tobago-flying-colours-kite-festival',1837,1,'Trinidad & Tobago: Tobago Flying Colours Kite Festival','10:00:00','14:00:00',0,'2013-12-26','2013-12-26','Annual kite flying event.\r\n\r\nVenue: Plymouth Recreational Grounds, Tobago\r\n\r\nTele: 868 639 5428\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2010,15380,'trinidad-and-tobago-ventures-invitational-indoor-hockey-tournament',1837,1,'Trinidad & Tobago: Ventures Invitational Indoor Hockey Tournament ','21:00:00','23:00:00',0,'2014-01-02','2014-01-05','Annual hockey tournament.\r\n\r\nVenue: Woodbrook Youth Facilities, Hamilton Holder Street, Port of Spain, Trinidad\r\n\r\nTele: 868 737 7447\r\n\r\nEmail: <a href=\"mailto:VenturesHockeyClub@gmail.com\">VenturesHockeyClub@gmail.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:28:05',0,NULL,NULL,NULL,NULL,0,NULL,0),(2011,15381,'trinidad-and-tobago-soka-in-moka-15-all-inclusive',1837,1,'Trinidad & Tobago: Soka in Moka 15 All-Inclusive','16:00:00','23:00:00',0,'2014-01-19','2014-01-19','Carnival fete\r\n\r\nVenue: Trinity Court, Moka Maraval, Trinidad\r\n\r\nTele: Janice 868 755 1637, Peter 868 746 4077, Ann Marie 868 760 9714,\r\n\r\nDexter 685 4112\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:28:13',0,NULL,NULL,NULL,NULL,0,NULL,0),(2012,15382,'trinidad-and-tobago-bmobile-soca-spree',1837,1,'Trinidad & Tobago: Bmobile Soca Spree ','22:00:00','22:00:00',0,'2014-01-31','2014-01-31','Carnival Show\r\n\r\nVenue: Dwight Yorke Stadium, Tobago\r\n\r\nTele: 868 681 8676, 868 660 1288\r\n\r\n<span style=\"text-decoration: underline;\"> </span>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:19:08',0,NULL,NULL,NULL,NULL,0,NULL,0),(2013,15383,'trinidad-and-tobago-chutney-soca-monarch-semi-finals',1837,1,'Trinidad & Tobago: Chutney Soca Monarch Semi-Finals','20:00:00','04:00:00',0,'2014-02-01','2014-02-02','Carnival Show.\r\n\r\n“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nVenue: To be announced\r\n\r\nTele: Southex 868 653 8923, 868 653 2908\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:21:32',0,NULL,NULL,NULL,NULL,0,NULL,0),(2014,15385,'trinidad-and-tobago-yorke-all-inclusive-carnival-fete',1837,1,'Trinidad & Tobago: Yorke All Inclusive Carnival fete ','17:00:00','01:00:00',0,'2014-02-09','2014-02-10','Pre - Carnival Fete.\r\n\r\n“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nFete scheduled to conclude 1:00 am, Feb 10th , 2014.\r\n\r\nVenue: Trinity College East, No 1 College Avenue Trincity Central Road, Trincity, Trinidad\r\n\r\nTele: 868 684 0557, 868 684 9147, 868 397 4508\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:21:40',0,NULL,NULL,NULL,NULL,0,NULL,0),(2015,15463,'trinidad-and-tobago-chutney-soca-monarch-grand-finals',1837,1,'Trinidad & Tobago: Chutney Soca Monarch – Grand Finals','20:00:00','01:00:00',0,'2014-02-15','2014-02-16','Carnival Show<b> </b>\r\n\r\n“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nVenue: Skinner Park, Rienzi Kirton Highway, San Fernando, Trinidad\r\n\r\nEvent scheduled to finish at 1:00 am\r\n\r\nTele: Southex 868 653 8923, 868 653 2908\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:22:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(2016,15465,'trinidad-and-tobago-rama',1837,1,'Trinidad & Tobago: RAMA','18:00:00','06:00:00',0,'2014-03-22','2014-03-23','Carnival Fete\r\n\r\n“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nEvent scheduled to finish 6:00 am on 23/03/2014\r\n\r\nVenue: Hasely Crawford Stadium, Port of Spain, Trinidad\r\n\r\nTele: 868 625 4347\r\n\r\n<b><span style=\"text-decoration: underline;\"> </span></b>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:15:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2017,15477,'trinidad-and-tobago-tobago-carnival-regatta',1837,1,'Trinidad & Tobago: Tobago Carnival Regatta','09:30:00','17:00:00',0,'2014-03-04','2014-03-06','Sport event.\r\n\r\nThis regatta attracts kite boarders and windsurfers from around the world, and includes competition by dinghy and bumboat sailors.\r\n\r\nVenue: Pigeon Point, Tobago\r\n\r\nTele: STEPA 868 741 9135\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:15:26',0,NULL,NULL,NULL,NULL,0,NULL,0),(2018,15491,'trinidad-and-tobago-carnival-monday',1837,1,'Trinidad & Tobago: Carnival Monday ','00:00:00','00:00:00',1,'2014-03-03','2014-03-03','“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nVenue: Port of Spain, Trinidad\r\n\r\nTele: National Carnival Commission (NCC) 868 627 1357, National Carnival Band Association (NCBA) 868 628 8650, 868 628 3143\r\n\r\nWebsite: <a href=\"http://www.ncctt.org\" target=\"_blank\">www.ncctt.org</a>, <a href=\"http://www.ncbatt.com\" target=\"_blank\">www.ncbatt.com</a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:14:18',0,NULL,NULL,NULL,NULL,0,NULL,0),(2019,15494,'trinidad-and-tobago-jouvert-bands',1837,1,'Trinidad & Tobago: J\'ouvert Bands ','04:00:00','07:00:00',0,'2014-03-03','2014-03-03','“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nVenue: Downtown South Quay, Port of Spain, Trinidad\r\n\r\nTele: National Carnival Commission (NCC) 868 627 1357, National Carnival Band Association (NCBA) 868 628 8650, 868 628 3143\r\n\r\nWebsite: <a href=\"http://www.ncctt.org\" target=\"_blank\">www.ncctt.org</a>, <a href=\"http://www.ncbatt.com\" target=\"_blank\">www.ncbatt.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:14:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(2020,15498,'trinidad-and-tobago-arnival-tuesday',1837,1,'Trinidad & Tobago: Carnival Tuesday ','00:00:00','00:00:00',1,'2014-03-04','2014-03-04','“With its massive masquerade bands, spectacular costumes, pulsating music and unparalleled stamina for partying, Trinidad\'s Carnival is often described as the greatest show on earth. It is a time for release and everyone is invited to join the party.” Source: <a href=\"http://www.gotrinidadandtobago.com/\" target=\"_blank\">http://www.gotrinidadandtobago.com/</a>\r\n\r\nVenue: Port of Spain, Trinidad\r\n\r\nTele: National Carnival Commission (NCC) 868 627 1357, National Carnival Band Association (NCBA) 868 628 8650, 868 628 3143\r\n\r\nWebsite: <a href=\"http://www.ncctt.org\" target=\"_blank\">www.ncctt.org</a>, <a href=\"http://www.ncbatt.com\" target=\"_blank\">www.ncbatt.com</a>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:15:14',0,NULL,NULL,NULL,NULL,0,NULL,0),(2021,15505,'trinidad-and-tobago-turtle-watching-season',1837,1,'Trinidad & Tobago: Turtle Watching Season','00:00:00','00:00:00',1,'2014-03-01','2014-09-30','Turtle watching.\r\n\r\nVenue: Fishing Pond Beach – Matura, Grand Riviere, Trinidad and Tobago\r\n\r\nTele: Forestry Division POS 622 3217, San Fernando 868 657 9450,\r\n\r\nSangre Grande 868 668 2518, Chaguanas 868 668 2518\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2022,15506,'trinidad-and-tobago-tobago-jazz-experience',1837,1,'Trinidad & Tobago: Tobago Jazz Experience','00:00:00','00:00:00',1,'2014-04-19','2014-04-27','A celebration of jazz and indigenous music of Trinidad and Tobago and the Caribbean.\r\n\r\nVenue: Pigeon Point, Tobago\r\n\r\nTele: Tobago House of Assembly (T.H.A) 868 639 2125, 868 639 2284\r\n\r\nWebsite: <a href=\"http://www.tobagojazzfest.com\" target=\"_blank\">www.tobagojazzfest.com</a>; <a href=\"www.visittobago.gov.tt\" target=\"_blank\">www.visittobago.gov.tt</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2023,15507,'trinidad-and-tobago-marlin-madness',1837,1,'Trinidad & Tobago: Marlin Madness','00:00:00','00:00:00',1,'2014-04-29','2014-05-03','Sport fishing event.\r\n\r\nEvent time and venue to be announced.\r\n\r\nPigeon Point, Tobago\r\n\r\nTele: Trinidad and Tobago Game Fishing Association (TTGFA) 868 632 6608\r\n\r\n<a href=\"http://ttgfa.com/\">http://ttgfa.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:10:11',0,NULL,NULL,NULL,NULL,0,NULL,0),(2024,15508,'trinidad-and-tobago-salsa-fiesta',1837,1,'Trinidad & Tobago: Salsa Fiesta','00:00:00','00:00:00',1,'2014-05-31','2014-06-02','Dance Show\r\n\r\nEvent time to be announced.\r\n\r\nVenue: Cascadia Hotel & Conference Centre, St Ann’s, Trinidad\r\n\r\nTele: Martin 868 471 5898, Carol 868 680 2624, Mary 868 770 7025, Chris\r\n\r\n868 750 0000 Email: salsafiestatnt@gmail.com\r\n\r\nWebsite: <a href=\"www.salsafiestatnt.com\" target=\"_blank\">www.salsafiestatnt.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:49:48',0,NULL,NULL,NULL,NULL,0,NULL,0),(2025,15509,'trinidad-and-tobago-tobago-fashion-weekend',1837,1,'Trinidad & Tobago: Tobago Fashion Weekend','19:00:00','21:30:00',0,'2014-05-16','2014-05-18','Fashion Show.\r\n\r\nPigeon Point, Tobago\r\n\r\nTele: 868 707 8520, 868 715 6577(Meisha Trim)\r\n\r\n<b> </b>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:12:26',0,NULL,NULL,NULL,NULL,0,NULL,0),(2026,15511,'trinidad-and-tobago-tobago-dragon-boat-festival',1837,1,'Trinidad and Tobago: Tobago Dragon Boat Festival ','00:00:00','00:00:00',1,'2014-06-22','2014-06-22','Boating racing event.\r\n\r\nPigeon Point Heritage Park, Tobago\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2027,15512,'trinidad-and-tobago-charlottesville-fisherman-festival',1837,1,'Trinidad & Tobago: Charlottesville Fisherman Festival','00:00:00','00:00:00',1,'2014-06-27','2014-06-29','Fisherman’s festivals take place in the coastal villages during the year, mainly on <strong>St. Peter’s Day </strong>(June 29); he is the patron saint of fishermen. Like the harvest festivals, they begin with church services in the morning and end with eating, drinking, and partying into the night. The biggest celebration takes place at <a href=\"http://discovertnt.com/articles/Tobago/Touring-Tobago-pt-3:-the-Windward-Coast/182/4/9\" target=\"_blank\">Charlotteville’s Man-O’-War Bay</a>, with other smaller festivities taking place up and down the coast.\r\n\r\nSource: <a href=\"http://www.discovertnt.com/articles/Tobago/Tobago-Festivals--Holidays/91/4/10\">http://www.discovertnt.com/articles/Tobago/Tobago-Festivals--Holidays/91/4/10</a>\r\n\r\nEvent time to be announced.\r\n\r\nVenue: Charlottesville, Tobago.\r\n\r\nTele: Keston Jacks 750-1391\r\n\r\n<span style=\"text-decoration: underline;\"> </span>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:57:04',0,NULL,NULL,NULL,NULL,0,NULL,0),(2028,15513,'trinidad-and-tobago-eid-ul-fitr',1837,1,'Trinidad & Tobago: Eid-ul-Fitr ','00:00:00','00:00:00',1,'2014-08-08','2014-08-08','Public Holiday (Muslim Festival)\r\n\r\nEvent date tentative.\r\n\r\nEid-ul-Fitr or Id-Ul-Fitr, often abbreviated simply as \'Eid\', is one of the most widely celebrated festivals in the Islamic calendar and it occurs after the sighting of the new crescent moon which signals the end of the month of <strong>Ramadan</strong>. Eid is an Arabic term meaning \"festivity\" or \"celebration\" while Fitr means \"to break the fast\".\r\n\r\nSource: Trinidad and Tobago National Library and Information System Authority. <a href=\"http://www.nalis.gov.tt\" target=\"_blank\">http://www.nalis.gov.tt</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:47:25',0,NULL,NULL,NULL,NULL,0,NULL,0),(2029,15520,'trinidad-and-tobago-republic-day',1837,1,'Trinidad & Tobago: Republic Day ','00:00:00','00:00:00',1,'2014-09-24','2014-09-24','Trinidad and Tobago became a Republic on August 1st, 1976. The event is celebrated as a public holiday on September 24th because this is the date when the first Parliament met under the new Republican Constitution. The date was removed from the official calendar of holidays from 1999 to 2001 to make way for the Spiritual Baptist (Shouter) Liberation Day which is celebrated on March 30th. The Republic Day holiday was reinstated in 2002.\r\n\r\nSource: Trinidad and Tobago National Library and Information System Authority. <b></b>\r\n\r\n<span style=\"text-decoration: underline;\"><a href=\"http://gotrinidadandtobago.com/\">http://gotrinidadandtobago.com/</a></span>',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:28:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(2030,15522,'trinidad-and-tobago-tobago-blue-food-festival',1837,1,'Trinidad & Tobago: Tobago Blue Food Festival ','00:00:00','00:00:00',1,'2014-10-19','2014-10-19','Culinary Festival.\r\n\r\nThe Blue Food Festival is the annual festival for local cooks, country chefs, and creative, innovative, indigenous cooks in the Northside Combined area to share their knowledge, cooking secrets, local food preparation and tasty blue food creations” (Arnold, J. 2011)\r\n\r\nBloody Bay, Tobago.\r\n\r\n<a href=\"http://www.visittobago.gov.tt\" target=\"_blank\">http://www.visittobago.gov.tt</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:33:12',0,NULL,NULL,NULL,NULL,0,NULL,0),(2031,15523,'trinidad-and-tobago-divali',1837,1,'Trinidad & Tobago: Divali','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Public Holiday (Hindu Festival)\r\n\r\nDate to be announced.\r\n\r\n<strong>Origins of Divali</strong>\r\n\r\nDivali is a Hindu festival celebrated in India and across the world on Amaavasya, that is, the fifteenth night of the dark fortnight of the month of Kaartik (October/November). The word <em><strong>\"Divali\"</strong></em> is a variation of the Sanskrit word <em><strong>\"Deepavali\" - Deepa</strong></em> meaning light and <em><strong>Avali,</strong></em> meaning a row. This festival has been referred to as Divali, Diwali, Dipavali and Deepavali among other variations. Generally, however, it is considered the Festival of Lights. Traditionally, it is marked by the lighting of deyas which are made from clay and filled with oil or ghee. Devotees also clean their homes and surroundings, wear new clothing and give charity to the needy.\r\n\r\nSource: <a href=\"http://www.nalis.gov.tt\" target=\"_blank\"> http://www.nalis.gov.tt</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,27,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:32:55',0,NULL,NULL,NULL,NULL,0,NULL,0),(2032,15537,'st-kitts-and-nevis-national-carnival-parade',1837,1,'St. Kitts & Nevis: National Carnival Parade','00:00:00','00:00:00',1,'2014-01-01','2014-01-01','Carnival Show.\r\n\r\n<a href=\"http://www.stkittsneviscarnival.com\" target=\"_blank\">http://www.stkittsneviscarnival.com</a>\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:27:43',0,NULL,NULL,NULL,NULL,0,NULL,0),(2033,15592,'st-kitts-and-nevis-national-carnival-last-lap-parade',1837,1,'St. Kitts & Nevis: National Carnival Last Lap Parade ','00:00:00','00:00:00',1,'2014-01-02','2014-01-02','Public Holiday and Carnival Show.\r\n\r\n<a href=\"http://www.stkittsneviscarnival.com\" target=\"_blank\">http://www.stkittsneviscarnival.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:18:07',0,NULL,NULL,NULL,NULL,0,NULL,0),(2034,15629,'st-kitts-and-nevis-admirals-cup-pro-am-golf-tournament',1837,1,'St. Kitts & Nevis: Admiral’s Cup Pro-Am Golf Tournament','00:00:00','00:00:00',1,'2014-01-02','2014-01-06','Golf tournament.\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn</a>\r\n\r\n<a href=\"https://websites.membersolutions.com/assets/images/site/admiralscupproam/STK14Flyer.jpg\" target=\"_blank\">https://websites.membersolutions.com/assets/images/site/admiralscupproam/STK14Flyer.jpg</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:28:24',0,NULL,NULL,NULL,NULL,0,NULL,0),(2035,15649,'st-kitts-and-nevis-history-and-heritage-month-nevis',1837,1,'St. Kitts & Nevis: History and Heritage Month (Nevis)','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Nevis\' history and heritage month.\r\n\r\n<a href=\"http://www.nationalarchives.gov.kn/\" target=\"_blank\">http://www.nationalarchives.gov.kn</a>\r\n\r\n<a href=\"http://www.gov.kn/\" target=\"_blank\">http://www.gov.kn/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2036,15672,'st-kitts-and-nevis-3rd-nevis-half-marathon',1837,1,'St. Kitts & Nevis: Half Marathon','00:00:00','00:00:00',1,'2014-01-26','2014-01-26','Sport event in Nevis. Official website: <a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:18:47',0,NULL,NULL,NULL,NULL,0,NULL,0),(2037,15673,'st-kitts-and-nevis-olympic-sprint-triathlon-nevis',1837,1,'St. Kitts & Nevis: Olympic Sprint Triathlon (Nevis)','00:00:00','00:00:00',1,'2014-03-02','2014-03-03','Sport Event\r\n\r\nNevis',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2038,15678,'st-kitts-and-nevisa-international-sports-championships',1837,1,'St. Kitts & Nevis: International Sports Championships','00:00:00','00:00:00',1,'2014-03-28','2014-03-30','Sports event.\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:16:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2039,15679,'st-kitts-and-nevis-sugar-city-festival',1837,1,'St. Kitts & Nevis: Sugar City Festival','00:00:00','00:00:00',1,'2014-03-30','2014-03-30','<a href=\"http://www.gov.kn/our-festivals\" target=\"_blank\">http://www.gov.kn/our-festivals</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:18:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(2040,15680,'st-kitts-and-nevis-nevis-to-st-kitts-cross-channel-swim',1837,1,'St. Kitts & Nevis: Nevis to St. Kitts Cross Channel Swim','00:00:00','00:00:00',1,'2014-03-31','2014-03-31','Sport event.\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:19:08',0,NULL,NULL,NULL,NULL,0,NULL,0),(2041,15728,'st-kitts-and-nevis-aquatic-sports-at-the-bay-front',1837,1,'St. Kitts & Nevis: Aquatic Sports at the Bay Front','00:00:00','00:00:00',1,'2014-04-07','2014-04-07','Sports event.\r\n\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:19:25',0,NULL,NULL,NULL,NULL,0,NULL,0),(2042,15729,'st-kitts-and-nevis-labour-day-emancipation-march',1837,1,'St. Kitts & Nevis: Labour Day Emancipation March','00:00:00','00:00:00',1,'2014-05-05','2014-05-05','Public Holiday.\r\n\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>',0,NULL,'00:00:00',0,0,22,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:11:51',0,NULL,NULL,NULL,NULL,0,NULL,0),(2043,15730,'st-kitts-and-nevis-cayon-green-valley-community-festival',1837,1,'St. Kitts & Nevis: Cayon Green Valley Community Festival','00:00:00','00:00:00',1,'2014-05-10','2014-05-19',' \r\n<ul>\r\n <li>Miss Green Valley Queen Pageant</li>\r\n <li>Green Valley Calypso Show</li>\r\n <li>Green Valley International Artist Night</li>\r\n <li>Green Valley J’ouvert Street Jamming</li>\r\n <li>Green Valley Grand Street Parade of Troupes</li>\r\n</ul>\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:12:15',0,NULL,NULL,NULL,NULL,0,NULL,0),(2044,15733,'st-kitts-and-nevis-winfest-cultural-festival',1837,1,'St. Kitts & Nevis: WINFEST Cultural Festival','00:00:00','00:00:00',1,'2014-06-06','2014-06-09','Cultural Festival.\r\n\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:50:05',0,NULL,NULL,NULL,NULL,0,NULL,0),(2045,15734,'st-kitts-and-nevis-18th-annual-st-kitts-music-festival',1837,1,'St. Kitts & Nevis: Music Festival','00:00:00','00:00:00',1,'2014-06-26','2014-06-28','Music Festival.\r\n\r\n\"Each year, the St. Kitts Music Festival combines music, Caribbean island culture and elements of carnival-type block parties with world class performances from a wide variety of internationally popular music genres,\" said Senator Ricky Skerritt, Minister of Tourism & International Transport. \"What results is an authentic, festive atmosphere and sense of connection to the music and to our destination....\"\r\n\r\nSource: <a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:53:14',0,NULL,NULL,NULL,NULL,0,NULL,0),(2046,15736,'st-kitts-and-nevis-nevis-culturama-festival',1837,1,'St. Kitts & Nevis: Nevis Culturama Festival','00:00:00','00:00:00',0,'2014-07-24','2014-08-05','Cultural Festival\r\n<ul>\r\n <li>Miss Culture Queen Pageant</li>\r\n <li>Culturama Senior Calypso Show</li>\r\n <li>International Artist Nigh</li>\r\n</ul>\r\nNevis.\r\n\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:39:23',0,NULL,NULL,NULL,NULL,0,NULL,0),(2047,15738,'st-kitts-and-nevis-culturama-jouvert-nevis',1837,1,'St. Kitts & Nevis: Culturama J’Ouvert (Nevis)','00:00:00','00:00:00',1,'2014-08-04','2014-08-04','An event of the Nevis Culturama Festival scheduled from 24th July - 5th August, 2014.\r\n\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n<a href=\"http://www.stkittstourism.kn\" target=\"_blank\">http://www.stkittstourism.kn</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:46:46',0,NULL,NULL,NULL,NULL,0,NULL,0),(2048,15758,'st-kitts-and-nevis-grand-parade-of-troupes-nevis',1837,1,'St. Kitts & Nevis: Grand Parade of Troupes (Nevis)','00:00:00','00:00:00',1,'2014-08-05','2014-08-05','This event culminates the Nevis Culturama Festival from 24th July to 5th August 2014.\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:47:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2049,15759,'st-kitts-and-nevis-national-heroes-day',1837,1,'St. Kitts & Nevis: National Heroes Day ','00:00:00','00:00:00',1,'2014-09-16','2014-09-16','National Heroes Day is a Saint Kitts and Nevis holiday observed annually on 16 September that honours individuals who have made significant contributions to the advancement of the nation. As of 2011 there are three national heroes: Robert Llewellyn Bradshaw, Paul Southwell, and Joseph Nathaniel France.\r\n\r\n<a href=\"http://www.nationalarchives.gov.kn/\" target=\"_blank\">http://www.nationalarchives.gov.kn/</a>\r\n\r\nor visit <a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:26:42',0,NULL,NULL,NULL,NULL,0,NULL,0),(2050,15760,'st-kitts-and-nevis-east-basseterre-community-festival',1837,1,'St. Kitts & Nevis: East Basseterre Community Festival','00:00:00','00:00:00',1,'2014-09-20','2014-09-21','Scheduled events of the East Basseterre Community Festival listed below take place on the 20th and 21st of September, 2014.\r\n<ul>\r\n <li>Miss East Basseterre Queen Pageant</li>\r\n</ul>\r\n<ul>\r\n <li>East Basseterre Calypso Show</li>\r\n</ul>\r\n<ul>\r\n <li>East Basseterre J’ouvert Street Jamming</li>\r\n</ul>\r\n<ul>\r\n <li>East Basseterre Grand Street Parade of Troupes</li>\r\n</ul>\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:27:01',0,NULL,NULL,NULL,NULL,0,NULL,0),(2051,15821,'st-kitts-and-nevis-fishing-tournament-nevi',1837,1,'St. Kitts & Nevis: Fishing Tournament (Nevis)','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Fishing Tournament in Nevis - TBA\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/;</a>\r\n\r\n<a href=\"http://www.nevisyachtclub.com/\">http://www.nevisyachtclub.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:32:09',0,NULL,NULL,NULL,NULL,0,NULL,0),(2052,15822,'st-kitts-and-nevis-miss-caribbean-tourism-pageant',1837,1,'St. Kitts & Nevis: Miss Caribbean Tourism Pageant','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Beauty Pageant - TBA\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:32:45',0,NULL,NULL,NULL,NULL,0,NULL,0),(2053,15823,'st-kitts-and-nevis-latin-festival',1837,1,'St. Kitts & Nevis: Latin Festival','00:00:00','00:00:00',1,'2014-10-27','2014-10-27','Fusion of St. Kitts and Nevis and Latin American culture and music.\r\n\r\n<a href=\"http://www.latinfestivalstkitts.com/\" target=\"_blank\">http://www.latinfestivalstkitts.com/</a>\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-11-05 08:54:02',0,NULL,NULL,NULL,NULL,0,NULL,0),(2054,15825,'st-kitts-and-nevis-tourism-awareness-week',1837,1,'St. Kitts & Nevis: Tourism Awareness Week','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','Tourism Awareness Week - TBA\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:36:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(2055,15826,'st-kitts-and-nevis-guyfest-community-festival-old-road',1837,1,'St. Kitts & Nevis: Guyfest Community Festival (Old Road)','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','TBA\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-11-05 09:01:28',0,NULL,NULL,NULL,NULL,0,NULL,0),(2056,15827,'st-kitts-and-nevis-shadorama-festival-shadwell-village',1837,1,'St. Kitts & Nevis: Shadorama Festival (Shadwell Village)','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','TBA\r\n\r\n<a href=\"http://http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2057,15828,'suga-masl',1837,1,'St. Kitts & Nevis: Suga Mas','00:00:00','00:00:00',1,'2013-11-22','2014-01-05','National Carnival Celebrations.\r\n<ul>\r\n <li>National Carnival Queen Pageant</li>\r\n <li>National Carnival Senior Calypso Show</li>\r\n <li>National Carnival International Artist Night</li>\r\n</ul>\r\nDates of above events TBA.\r\n\r\n31st December - Children\'s Carnival Street Parade\r\n\r\n<a href=\"http://www.stkittsneviscarnival.com/\" target=\"_blank\">http://www.stkittsneviscarnival.com/</a>\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:18:37',0,NULL,NULL,NULL,NULL,0,NULL,0),(2058,15830,'st-kitts-and-nevis-alexander-hamilton-birthday-and-tea-party-nevis',1837,1,'St. Kitts & Nevis: Alexander Hamilton Birthday & Tea Party ','00:00:00','00:00:00',1,'2014-01-01','2014-01-31','TBA.\r\n\r\nNevis\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:20:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2059,15831,'st-kitts-and-nevis-black-san-bang-a-lang-community-festival',1837,1,'St. Kitts & Nevis: Black San’ Bang-A-Lang Community Festival ','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','Community Festival.\r\n\r\nDates and Venues TBA.\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n<a href=\"http://www.nevisisland.com/\" target=\"_blank\">http://www.nevisisland.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:23:24',0,NULL,NULL,NULL,NULL,0,NULL,0),(2060,15832,'st-kitts-and-nevis-national-cycling-championships-nevis',1837,1,'St. Kitts & Nevis: National Cycling Championships (Nevis)','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','TBA.\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:49:58',0,NULL,NULL,NULL,NULL,0,NULL,0),(2061,15833,'st-kitts-and-nevis-basketball-summer-camp',1837,1,'St. Kitts & Nevis: Reach One Teach One Basketball Camp','00:00:00','00:00:00',1,'2014-07-19','2014-07-26','Sports Event - 8<sup>th</sup> Annual (R.O.T.O) Reach One Teach One Basketball Summer Camp\r\n\r\n<a href=\"http://www.stkittstourism.kn/\" target=\"_blank\">http://www.stkittstourism.kn/</a>\r\n\r\n<a href=\"http://www.gov.kn/\" target=\"_blank\">http://www.gov.kn/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,23,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:38:42',0,NULL,NULL,NULL,NULL,0,NULL,0),(2062,15841,'st-lucia-new-years-day-assou-square-activity',1837,-1,'St. Lucia: New Year’s Day (Assou Square Activity)','00:00:00','00:00:00',1,'2014-01-01','2014-01-02','Assou Square, a New Year\'s Day and New Year\'s Holiday Celebration party.\r\n\r\n<a href=\"http://stlucianow.com/\" target=\"_blank\">http://stlucianow.com/</a>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2063,15843,'st-lucia-cruise-to-run',1837,1,'St. Lucia: Cruise to Run','00:00:00','00:00:00',1,'2014-01-31','2014-01-31','Cruise vacation and running event.\r\n\r\n<a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com/</a>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2064,15845,'st-lucia-diamond-dash-2014-yacht-race-from-martinique',1837,1,'St. Lucia: Diamond Dash 2014 Yacht Race from Martinique','00:00:00','00:00:00',1,'2014-02-03','2014-02-03','Yachting.\r\n\r\n<a href=\"http://stlucianow.com/\" target=\"_blank\">http://stlucianow.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2065,15846,'st-lucia-independence-day-2',1837,-1,'St. Lucia: Independence Day','00:00:00','00:00:00',1,'2014-02-22','2014-02-22','Independence Day\r\n\r\n<a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com/</a>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2066,15848,'st-lucia-taste-the-world-international-food-fair-last-sunday-in-february',1837,1,'St. Lucia: Taste the World International Food Fair ','00:00:00','00:00:00',1,'2014-02-24','2014-02-24','The Taste the World International Food Fair is an annual event held on the last Sunday in February, held at the Pigeon Island National Landmark. Since the first Food Fair in 2010, the cuisine and culture of 16 countries have been featured including: Saint Lucia, Jamaica, Japan, Taiwan, Malaysia, France, Italy, Mexico, Cuba, Venezuela and the Philippines.\r\n\r\nExcerpt: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:22:54',0,NULL,NULL,NULL,NULL,0,NULL,0),(2067,15849,'st-lucia-world-arc',1837,1,'St. Lucia: World Arc','00:00:00','00:00:00',1,'2014-04-11','2014-04-13','<a href=\"http://stlucianow.com/\" target=\"_blank\">http://stlucianow.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2068,15850,'st-lucia-jazz-arts-festival',1837,1,'St. Lucia: Jazz & Arts Festival ','00:00:00','00:00:00',1,'2014-04-30','2014-05-11','Revamped, redesigned and with a broadened artistic direction, the Caribbean\'s premier cultural event — the Saint Lucia Jazz & Arts Festival — will attract thousands to Simply Beautiful Saint Lucia. Cultural enthusiasts, festival lovers and music aficionados will be wooed by over 50 world-acclaimed entertainers and artisans over the 12-day festival, which runs from April 30 to May 11, 2014.\r\n\r\n<a href=\"http://www.stluciajazz.org/\" target=\"_blank\">http://www.stluciajazz.org/</a>\r\n\r\n<a href=\"http://stlucianow.com/\" target=\"_blank\">http://stlucianow.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:11:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2069,15852,'st-lucia-lucian-carnival',1837,1,'St. Lucia: Lucian Carnival ','00:00:00','00:00:00',1,'2014-06-09','2014-07-22','Saint Lucia Carnival is a celebration and collage of Saint Lucian art, culture music and dance. The Carnival parade brings to a climax the celebration of Saint Lucian Carnival. Titles such as Carnival Queen, Calypso Monarch, Panorama Champions, Party Monarch among others will have already been decided. On carnival Monday and Tuesday revelers take to the streets in a bouillion of colour and music as each band strives to capture the coveted title of \"Band of the Year\".\r\n\r\nSource: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com</a>\r\n\r\n<a href=\"http://www.luciancarnival.com/upcoming-events\" target=\"_blank\">www.luciancarnival.com/upcoming-events</a>\r\n\r\n \r\n\r\n<b>\r\n</b>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:50:20',0,NULL,NULL,NULL,NULL,0,NULL,0),(2070,15856,'st-lucia-fishermens-feast-fete-peche',1837,1,'St. Lucia: Fishermen’s Feast (Fete Peche) ','00:00:00','00:00:00',1,'2014-06-24','2014-06-24','( Fete Peche` Dennery Village Feast of St. Peter)\r\n\r\nThis is a thanksgiving celebration by the islands Fishermen. An early morning mass followed by the ceremonial blessing of the boats, which are richly decorated. Its very colorful and has a deep significance amongst the local fishermen. This celebration is a collaborative effort of the islands Fishermans co-operatives. They each have unique events that run simultaneously but all start with a church service and then may go into parties, lunches or other forms of entertainment. Contact: Chief Fisheries Officer, Ministry of Argiculture, Fisheries and Lands Waterfront, Castries. Tel. 758-468-4134\r\n\r\nSource: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2071,15857,'st-lucia-carnival-pageant-parade-of-bands',1837,1,'St. Lucia: Carnival Pageant / Parade of Bands','00:00:00','00:00:00',0,'2014-07-21','2014-07-22','Carnival Pageant, held 21st July.\r\n\r\nParade of Bands, held 22nd July.\r\n\r\nSaint Lucia Carnival is a celebration and collage of Saint Lucian art, culture music and dance. The Carnival parade brings to a climax the celebration of Saint Lucian Carnival. Titles such as Carnival Queen, Calypso Monarch, Panorama Champions, Party Monarch among others will have already been decided. On carnival Monday and Tuesday revelers take to the streets in a bouillion of colour and music as each band strives to capture the coveted title of \"Band of the Year\".\r\n\r\nSource: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com</a>\r\n\r\n<a href=\"www.luciancarnival.com/upcoming-events\" target=\"_blank\">www.luciancarnival.com/upcoming-events</a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:39:11',0,NULL,NULL,NULL,NULL,0,NULL,0),(2072,15860,'st-lucia-feast-of-la-rose-creole-flower-festival',1837,1,'St. Lucia: Feast of La Rose- Creole Flower Festival','00:00:00','00:00:00',1,'2014-08-30','2014-08-30','This is one of two rival floral cultural festivals of St. Lucia. It is celebrated primarily in the more rural communities. Participants dress up in costumes and dance in the streets. There are distinct featured characters namely The Queen, King, policeman, nurse etc. They dance to the beat of folk music and drumming. It is quite the cultural treat and visitors are welcome to observe and participate.\r\n\r\nTraditionally, these two rival Flower Societies begin what is locally referred to as séances. These séances are essentially weekly meetings held by each group. At these meetings, there is one female singer or a Chantwelle of each Society who has the task of composing Belairs (tunes which are a blend of African and French expressions) which are sung in French Creole. In these songs, the Chantwelle and members give praise to their respective societies, while they light-heartedly disparage their rivals (the other Flower Society) in song and dance. The choruses of these songs are usually sung in unison to the accompaniment of saxophones, violins, the banjo, or any [traditional] musical instrument.\r\n\r\nAfter attending a religious service, members of each Flower Society parade the streets of their community dressed up in imitations of Kings and Queens, prince and princesses, doctors, nurses, policemen and soldiers. These weekly séances culminate in the colourful festivals of the La Rose on August 30 and Les Marguerite on October 17 each year.\r\n\r\nSource: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com</a>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2073,15861,'st-lucia-feast-of-le-marguerite-creole-flower-festival',1837,1,'St. Lucia: Feast of Le Marguerite- Creole Flower Festival','00:00:00','00:00:00',1,'2014-10-17','2014-10-17','This is one of two rival floral cultural festivals of St. Lucia. It is celebrated primarily in the more rural communities. Participants dress up in costumes and dance in the streets. There are distinct featured characters namely The Queen, King, policeman, nurse etc. They dance to the beat of folk music and drumming. It is quite the cultural treat and visitors are welcome to observe and participate.\r\n\r\nTraditionally, these two rival Flower Societies begin what is locally referred to as séances. These séances are essentially weekly meetings held by each group. At these meetings, there is one female singer or a Chantwelle of each Society who has the task of composing Belairs (tunes which are a blend of African and French expressions) which are sung in French Creole. In these songs, the Chantwelle and members give praise to their respective societies, while they light-heartedly disparage their rivals (the other Flower Society) in song and dance. The choruses of these songs are usually sung in unison to the accompaniment of saxophones, violins, the banjo, or any [traditional] musical instrument.\r\n\r\nAfter attending a religious service, members of each Flower Society parade the streets of their community dressed up in imitations of Kings and Queens, prince and princesses, doctors, nurses, policemen and soldiers. These weekly séances culminate in the colourful festivals of the La Rose on August 30 and Les Marguerite on October 17 each year.\r\n\r\nSource: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com</a>',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:33:04',0,NULL,NULL,NULL,NULL,0,NULL,0),(2074,15863,'st-lucia-creole-heritage-month',1837,1,'St. Lucia: Creole Heritage Month','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Celebrating the island\'s rich cultural identity, International Creole Month is a time to rejoice with a programme of celebrations, cultural demonstrations and musical performances. Typically celebrated in rural communities where the Creole identity is strongest, visitors can expect to hear performances, storytelling and music in the lyrical kweyol (Creole) language. There is also the opportunity to try tasty Creole dishes such as fishcakes, bwapain woti (roasted breadfruit) and the national dish - greenfig and saltfish.\r\n\r\n<a href=\"http://www.stlucia.gov.lc/press-release/creole-heritage-month-highlighting-culture-people\">http://www.stlucia.gov.lc/press-release/creole-heritage-month-highlighting-culture-people</a>\r\n\r\n<a href=\"http://www.stluciafolk.org/\">http://www.stluciafolk.org/</a>\r\n\r\n<a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:31:14',0,NULL,NULL,NULL,NULL,0,NULL,0),(2075,15864,'st-lucia-jounen-kweyol-entenasyonnal-creole-festival',1837,1,'St. Lucia: Jounen Kweyol Entenasyonnal - Creole Festival','00:00:00','00:00:00',1,'2014-10-27','2014-10-27','This festival celebrates a popular yet un-official dialect of French, widely spoken in the Caribbean region. A mix of Kweyol (Creole) food, music, games and folklore come together to give this festival a really unique flavour, home to the French influenced Caribbean islands but enjoyed by many more.\r\n\r\nSee: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:36:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2076,15866,'st-lucia-arc-atlantic-race-for-cruisers',1837,1,'St. Lucia: ARC – Atlantic Race for Cruisers','00:00:00','00:00:00',1,'2014-11-24','2014-12-22','The Atlantic Rally for Cruisers (ARC) is an annual transatlantic sailing competition for racer and cruiser yachts since 1986. ARC starts at the end of November in Las Palmas de Gran Canaria and ends before Christmas in the Caribbean destination Rodney Bay in Saint Lucia.\r\n\r\nThe ARC is the largest transoceanic sailing event in the world and regularly attracts over 200 boats of many different shapes and sizes. The route takes between 14 and 21 days aided by trade winds, and covers over 2700 nautical miles.\r\n\r\nExcerpt: <a href=\"http://stlucianow.com\" target=\"_blank\">http://stlucianow.com</a>\r\n\r\n<a href=\"http://www.worldcruising.com/world_arc/event.aspx\" target=\"_blank\">http://www.worldcruising.com/world_arc/event.aspx</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,24,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-11-07 13:04:56',0,NULL,NULL,NULL,NULL,0,NULL,0),(2088,16025,'st-vincent-and-the-grenadines-1mustique-blues-festival',1837,1,'St. Vincent & The Grenadines: Mustique Blues Festival','00:00:00','00:00:00',1,'2014-01-22','2014-02-05','Music and blues festival.\r\n\r\nLocation: Mustique Island\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:18:29',0,NULL,NULL,NULL,NULL,0,NULL,0),(2089,16028,'st-vincent-and-the-grenadines-bequia-music-festival',1837,1,'St. Vincent & The Grenadines: Bequia Music Festival','00:00:00','00:00:00',1,'2014-01-22','2014-01-26','Music festival.\r\n\r\nLocation: Bequia\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:18:40',0,NULL,NULL,NULL,NULL,0,NULL,0),(2090,16031,'st-vincent-and-the-grenadines-st-vincent-blues-festival',1837,1,'St. Vincent & The Grenadines: St. Vincent Blues Festival','00:00:00','00:00:00',1,'2014-01-31','2014-01-31','Music and Blues Festival.\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-09 17:18:54',0,NULL,NULL,NULL,NULL,0,NULL,0),(2091,16033,'st-vincent-and-the-grenadines-national-heroes-heritage-month',1837,1,'St. Vincent & The Grenadines: National Heroes & Heritage Month','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','We learn, we remember, and during Heroes and Heritage month in March, we ponder the distant past. We honour our heroes and in cultural events and Indigenous People’s Day celebrations, we breathe life into the almost-lost traditions and tongues of a people here long before colonial wars, long before Columbus. For St. Vincent is the homeland, Yurimia the seat of the Garifuna Empire, this festival, at time of homecoming and pilgrimage, a time to reflect upon mysteries far beyond memory’s reach.\r\n\r\nSource: <a href=\"http://www.mobilization.gov.vc/index.php/general-administration/svg-cultural-overview\">http://www.mobilization.gov.vc/index.php/general-administration/svg-cultural-overview</a>\r\n\r\n<a href=\"http://discoversvg.com/\">http://discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:26:11',0,NULL,NULL,NULL,NULL,0,NULL,0),(2092,16034,'st-vincent-and-the-grenadines-gospel-fest',1837,1,'St. Vincent & The Grenadines: Gospel Fest','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','TBA\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:19:18',0,NULL,NULL,NULL,NULL,0,NULL,0),(2093,16035,'st-vincent-and-the-grenadines-bequia-easter-regatta',1837,1,'St. Vincent & The Grenadines: Bequia Easter Regatta','00:00:00','00:00:00',1,'2014-04-17','2014-04-21','Boat racing.\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:19:41',0,NULL,NULL,NULL,NULL,0,NULL,0),(2094,16036,'st-vincent-and-the-grenadines-mayreau-regatta',1837,1,'St. Vincent & The Grenadines: Mayreau Regatta','00:00:00','00:00:00',1,'2014-05-01','2014-05-04','Boat racing.\r\n\r\nMayreau Island\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:11:20',0,NULL,NULL,NULL,NULL,0,NULL,0),(2095,16038,'st-vincent-and-the-grenadines-canouan-regatta',1837,1,'St. Vincent & The Grenadines: Canouan Regatta','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','Boat racing.\r\n\r\nCanouan Island\r\n\r\nTBA\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:11:29',0,NULL,NULL,NULL,NULL,0,NULL,0),(2096,16039,'st-vincent-and-the-grenadines-vincy-mas',1837,1,'St. Vincent & The Grenadines: Vincy Mas','00:00:00','00:00:00',1,'2014-06-27','2014-07-08','Come to Vincy Mas! Enjoy a spectacular celebration of music, colour, heritage and life. Join in traditional street parties, watch fantastic calypso and steel pan performances, costume parades and much more.\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>\r\n\r\n<a href=\"http://www.carnivalsvg.com/\">http://www.carnivalsvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:54:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2097,16045,'st-vincent-and-the-grenadines-canouan-carnival',1837,1,'St. Vincent & The Grenadines: Canouan Carnival','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Carnival TBD\r\n\r\nCanouan Island\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:03:36',0,NULL,NULL,NULL,NULL,0,NULL,0),(2098,16046,'st-vincent-and-the-grenadines-breadfruit-festival-month',1837,1,'St. Vincent & The Grenadines: Breadfruit Festival Month','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','The <strong>Breadfruit Festival</strong> is held annually in the month of <strong>August</strong>, and compliment the Emancipation Month activities as the breadfruit is associated with slavery.\r\n\r\nSource: <a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:39:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2099,16047,'st-vincent-and-the-grenadines-emancipation-month',1837,1,'St. Vincent & The Grenadines: Emancipation Month','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Emancipation (August): Month of events to commemorate the abolition of slavery featuring cultural performances, lectures and exhibitions in memory of the African ancestors who survived the middle passage.\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:40:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2100,16049,'st-vincent-and-the-grenadines-kccu-national-dance-festival-month',1837,1,'St. Vincent & The Grenadines: KCCU National Dance Festival Month','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:24:06',0,NULL,NULL,NULL,NULL,0,NULL,0),(2101,16051,'st-vincent-and-the-grenadines-independence-cycling-competition',1837,1,'St. Vincent & The Grenadines: Independence Cycling Competition','00:00:00','00:00:00',1,'2014-10-26','2014-10-27','One of the features of Saint Vincent\'s Independence celebrations is an annual cycling competition.\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:36:29',0,NULL,NULL,NULL,NULL,0,NULL,0),(2102,16052,'st-vincent-and-the-grenadines-theatre-arts-festival',1837,1,'St. Vincent & The Grenadines: Theatre Arts Festival','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','TBA\r\n\r\n<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:13:31',0,NULL,NULL,NULL,NULL,0,NULL,0),(2103,16053,'st-vincent-and-the-grenadines-national-tourism-month',1837,1,'St. Vincent & The Grenadines: National Tourism Month','00:00:00','00:00:00',0,'2014-11-01','2014-11-30','<a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:13:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2104,16055,'st-vincent-and-the-grenadines-national-nine-morning-festival',1837,1,'St. Vincent & The Grenadines: National Nine Morning Festival','00:00:00','00:00:00',1,'2014-12-16','2014-12-24','<strong>Nine Mornings</strong> is a unique Vincentian festivity associated with the Christmas season.\r\n\r\nSource: <a href=\"http://www.discoversvg.com/\" target=\"_blank\">http://www.discoversvg.com/</a>\r\n\r\nFor more information on Nine Mornings Festival please contact:\r\nSVG Nine Mornings Committee\r\nMinistry of Culture, Kingstown, St. Vincent\r\nTel: 784-451-2180/784-455-9199\r\nEmail: emespee@hotmail.com\r\nFacebook: <a href=\"https://www.facebook.com/ninemorningsfestival\" target=\"_blank\">https://www.facebook.com/ninemorningsfestival</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,26,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:22:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2105,16067,'anguilla-flower-and-garden-show-2',1837,1,'Anguilla: Flower and Garden Show','11:00:00','18:00:00',0,'2014-02-22','2014-02-23','Two days of flower displays and competitions on the grounds of\r\n\r\nWallblake House, built in 1787. (11:00 am – 6:00 pm)\r\n\r\n<a href=\"http://ivisitanguilla.com\" target=\"_blank\">http://ivisitanguilla.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:22:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2106,16069,'anguilla-anguilla-fashion-expo',1837,1,'Anguilla: Anguilla Fashion Expo','00:00:00','00:00:00',1,'2014-02-28','2014-03-02','Get up to speed with the emerging fashion trends; three days of essential classes in the Model and Fashion industry by world renowned regional and international members of the fashion trade.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2107,16070,'anguilla-st-gerards-garden-party',1837,1,'Anguilla: St. Gerard’s Garden Party','00:00:00','00:00:00',1,'2014-03-01','2014-03-01','Hosted on the Grounds of historic Wallblake House, showcasing food from other islands prepared by members of St. Gerard’s congregation live music and dancing.(7:30 – until)',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2108,16071,'anguilla-moonsplash-festival',1837,1,'Anguilla: Moonsplash Festival','00:00:00','00:00:00',1,'2014-03-03','2014-03-03','Takes place at the Dune Preserve on Rendezvous Bay, normally around the first full moon before Easter. The concerts are hosted by Anguilla’s very own Bankie Banx, featuring internationally-acclaimed and regional recording artiste from around the world. 8:00 pm – until)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:14:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2109,16072,'anguilla-agricultural-open-day',1837,1,'Anguilla: Agricultural Open Day','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','Sale of Local produce, agricultural, Live-stock displays and demonstrations. Local and regional String Band music, event on the grounds of the Agriculture Department.\r\n\r\nTBA\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2110,16073,'anguilla-festival-del-mar',1837,1,'Anguilla: Festival Del Mar','00:00:00','00:00:00',1,'2014-04-19','2014-04-20','<b>Easter Saturday & Sunday</b>\r\n\r\nCelebrating all things of the sea in the beautiful fishing village of Island Harbour. Deep Sea fishing competition, swimming races, crab races and culinary competition, and live string band music are all part of the activities for this two day event. (10:00 am – 11:00 pm)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2111,16075,'anguilla-easter-monday-boatrace-2',1837,1,'Anguilla: Easter Monday Boatrace','14:00:00','23:30:00',0,'2014-04-21','2014-04-21','A – Class Egbert Connor Boatrace at Sandy Ground (2:00pm)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-11-22 11:35:09',0,NULL,NULL,NULL,NULL,0,NULL,0),(2112,16077,'anguilla-yacht-regatta',1837,1,'Anguilla: Yacht Regatta','00:00:00','00:00:00',1,'2014-05-09','2014-05-11','Yacht racing between the regional racing fraternity with a local B class boatrace normally on the last day of regatta (various starting times)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:12:54',0,NULL,NULL,NULL,NULL,0,NULL,0),(2113,16078,'anguilla-3rd-annual-anguilla-lit-fest-a-literary-jollification',1837,1,'Anguilla: 3rd Annual “Anguilla Lit Fest: A Literary Jollification”','00:00:00','00:00:00',1,'2014-05-22','2014-05-25','Celebrate the literary heritage of Anguilla and find yourself inspired by three days of informative workshops, stimulating seminars and exciting literary presentations by leading authors from America, Canada, the Caribbean and host nation Anguilla, all against the backdrop of Anguilla’s splendid white sand beaches and tranquil turquoise waters.\r\n\r\n<a href=\"http://www.onecaribbean.org/wp-content/uploads/2014-Anguilla-Lit-Fest-Calendar-of-events-G.doc\">Download more details about the literary festival.</a>\r\n\r\n \r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-05-12 11:34:06',0,NULL,NULL,NULL,NULL,0,NULL,0),(2114,16085,'anguilla-valley-street-festival',1837,1,'Anguilla: Valley Street Festival','10:00:00','18:00:00',0,'2014-05-24','2014-05-24','Local vendors, Farmers Association, Scouts and Guides, Anguilla National Culinary & Arts Association and the Department of Youth & Culture in partnership with the Anguilla Tourist Board and bring this event to the area of the Peoples Market with Domino, face painting, live music games and a cycling competition. (10:00am – 6:00pm)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2115,16087,'anguilla-the-underground-spoken-word-finale',1837,1,'Anguilla: The Underground Spoken Word Finale','00:00:00','00:00:00',1,'2014-05-25','2014-05-25','Young independent Anguillian poets performing with region and international spoken word Artistes, Venue to be announced.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2116,16088,'anguilla-anguilla-day-celebrations',1837,1,'Anguilla: Anguilla Day Celebrations','00:00:00','00:00:00',1,'2014-05-30','2014-05-30','The most significant holiday on the Anguillian calendar of events, and culmination of the month long celebrations to commemorate Anguilla Day and the round the Island boatrace.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2117,16090,'anguilla-whit-monday-welches-fest',1837,1,'Anguilla: Whit Monday Welches Fest','17:30:00','20:00:00',0,'2014-06-09','2014-06-09','Welches Fest takes place in the ball field in Welches Village. Starting around 5:30 am you can have an old fashioned breakfast of flour pap to start your day. All things at this fest are of yesteryear including Food, toys and games and music. (5:30 – 8:00pm)\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2118,16091,'anguilla-queen-birthday',1837,1,'Anguilla: Queen\'s Birthday ','00:00:00','00:00:00',1,'2014-06-16','2014-06-16','All uniformed organizations parade at James Ronald Webster Park in the morning and cocktails are served in the evening at government house to invited guests.\r\n\r\n<a href=\"http://ivisitanguilla.com\" target=\"_blank\">http://ivisitanguilla.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:51:15',0,NULL,NULL,NULL,NULL,0,NULL,0),(2119,16093,'anguilla-cuisinart-golf-resort-and-spa-anguilla-open-golf-tournament',1837,1,'Anguilla: Open Golf Tournament','00:00:00','00:00:00',1,'2014-06-20','2014-06-22','<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:53:03',0,NULL,NULL,NULL,NULL,0,NULL,0),(2120,16094,'anguilla-john-t-memorial-cycling-race-2',1837,1,'Anguilla: John T. Memorial Cycling Race','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','Annual Race held over a two day period with participation from regional and international cyclists. (10:00 am – until). The Valley Street festival is presented in the 14th.\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2121,16095,'nguilla-summer-festival-2',1837,1,'Anguilla: Summer Festival','00:00:00','00:00:00',1,'2014-08-04','2014-08-10','Forty six years of carnival, celebrating boat race, pageants, and street activities. (various starting times at LBCC).\r\n\r\n<a href=\"https://www.facebook.com/anguillasummerfestival\">https://www.facebook.com/anguillasummerfestival</a>\r\n\r\n<a href=\"http://ivisitanguilla.com/\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:43:22',0,NULL,NULL,NULL,NULL,0,NULL,0),(2122,16097,'anguilla-south-valley-community-street-fair',1837,1,'Anguilla: South Valley Community Street Fair','08:00:00','18:00:00',0,'2014-08-02','2014-08-02','Members of the South Valley Community unite and produce a fair with local food, cooking competitions and music. (8:00 am – 6:00 pm)\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2123,16098,'anguilla-jouvert-morning-emancipation-day',1837,1,'Anguilla: J’ouvert Morning, Emancipation Day','04:30:00','11:00:00',0,'2014-08-04','2014-08-04','Caribbean Beach Party (Sandy Ground)\r\nTaking to the streets in the Valley at 4:30 am and reveling to Sandy Ground accompanied by the local for the A & B Class Boatraces and the Caribbean Beach Party. (4:30 -11:00am)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:36:31',0,NULL,NULL,NULL,NULL,0,NULL,0),(2124,16099,'anguilla-august-thursday-2',1837,1,'Anguilla: August Thursday','14:00:00','23:30:00',0,'2014-08-07','2014-08-07','A day for picnics and family reunions and A & B class Boatraces at Maundays Bay. (2:00 pm. – until)\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2125,16113,'anguilla-grand-parade-of-troupes-constitution-day',1837,1,'Anguilla: Grand Parade of Troupes (Constitution Day)','00:00:00','00:00:00',1,'2014-08-08','2014-08-08','Troupes from villages all over the island come together on the last Friday of Summer Festival to parade through the streets of the Valley. Colourful costumes depicting cultural and fantasy themes and the winner of Road March is announced. (1:00 pm -9:00pm)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2126,16114,'anguilla-valley-street-festival-2',1837,1,'Anguilla: Valley Street Festival ','10:00:00','18:00:00',0,'2014-11-29','2014-11-29','<strong></strong>Local vendors, Farmers Association, Scouts and Guides and the Department of Youth & Culture in partnership with the Anguilla Tourist Board bring this event to the area of the Peoples Market with Domino, face painting, live music games and a cycling competition for Primary school students. (10:00am – 6:00pm)\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:14:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2127,16115,'anguilla-anguillas-optimists-race-against-aids',1837,1,'Anguilla: Optimists Race against Aids','00:00:00','00:00:00',1,'2014-11-29','2014-11-29','Public awareness campaign to raise funds for AIDS related services.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:14:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2128,16116,'anguilla-tourism-week-2',1837,1,'Anguilla: Tourism Week','00:00:00','00:00:00',1,'2014-11-29','2014-12-05','Includes Valley Street Festival and Cultural Fair, Church Service, school and industry-wide educational activities, and climaxes with the AHTA Grand Gala and Awards banquet.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2129,16117,'anguilla-festival-de-noel-2',1837,1,'Anguilla: Festival De Noel','00:00:00','00:00:00',1,'2014-12-17','2014-12-21','Competitions and pageants held on the ground of the Old East End school.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2130,16118,'anguilla-fundraising-golf-tournament',1837,1,'Anguilla: Fundraising Golf Tournament','00:00:00','00:00:00',1,'2014-12-14','2014-12-15','Golf tournament.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-09 10:25:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(2131,16120,'anguilla-national-heros-and-heroines-day',1837,1,'Anguilla: National Hero’s and Heroines’ Day','00:00:00','00:00:00',1,'2014-12-19','2014-12-19','A government sanction holiday to honour our past and present heroes of the Anguilla revolution, plans for this day are still been made by the committee.\r\n\r\n<a href=\"http://ivisitanguilla.com/\" target=\"_blank\">http://ivisitanguilla.com/</a>',0,NULL,'00:00:00',0,0,1,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-11-28 12:08:51',0,NULL,NULL,NULL,NULL,0,NULL,0),(2132,16122,'street-parade-closing-of-festival',1837,1,'Montserrat: Street Parade (Closing of Festival)','00:00:00','00:00:00',1,'2014-01-01','2014-01-01','Location: Little Bay\r\n\r\nContact: Veta Wade - 664 491-8555\r\n\r\n<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-11-28 15:11:17',0,NULL,NULL,NULL,NULL,0,NULL,0),(2133,16124,'montserrat-st-patricks-day-week-of-celebrations',1837,1,'Montserrat: St Patrick\'s Day Week of Celebrations','00:00:00','00:00:00',1,'2014-03-08','2014-03-17','Contact: Collin Riley - 664 491-2541\r\n\r\n ',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2134,16125,'montserrat-st-patricks-day',1837,1,'Montserrat: St. Patrick\'s Day','00:00:00','00:00:00',1,'2014-03-17','2014-03-17','<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-02 12:18:04',0,NULL,NULL,NULL,NULL,0,NULL,0),(2135,16128,'montserrat-calabash-festival-2',1837,1,'Montserrat: Calabash Festival','00:00:00','00:00:00',0,'2014-07-14','2014-07-21','Contact: Flo Griffith - 664 492-1743\r\n\r\n<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>\r\n\r\n \r\n<table width=\"35\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"211\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"xl63\" style=\"height: 15.0pt; width: 158pt;\" width=\"211\" height=\"20\"></td>\r\n</tr>\r\n</tbody>\r\n</table>',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-02 11:41:28',0,NULL,NULL,NULL,NULL,0,NULL,0),(2136,16131,'montserrat-cudjoe-head-celebrations-2',1837,1,'Montserrat: Cudjoe Head Celebrations','00:00:00','00:00:00',1,'2014-08-02','2014-08-02','Cudjoe Head Centre\r\n\r\nContact: Paul Lewis - 664 491-6795\r\n\r\n<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2137,16133,'montserrat-st-peters-parish-bazaar-public-hoilday-public-holiday',1837,1,'Montserrat: St. Peter\'s Parish Bazaar Public Hoilday (Public Holiday)','00:00:00','00:00:00',1,'2014-08-04','2014-08-04','<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-02 12:08:32',0,NULL,NULL,NULL,NULL,0,NULL,0),(2138,16134,'montserrat-alliougana-literary-festival-of-the-word',1837,1,'Montserrat: Alliougana, Literary Festival of the Word','00:00:00','00:00:00',1,'2014-11-14','2014-11-16','Contact: Gracelyn Cassell - 664 495-4654\r\n\r\n<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 13:14:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(2139,16137,'montserrat-christmas-festival-celebrations',1837,1,'Montserrat: Christmas Festival Celebrations ','00:00:00','00:00:00',1,'2014-12-14','2015-01-01','Festival City\r\n\r\nContact: Veta Wade - 664 491-8555\r\n\r\n<a href=\"http://www.visitmontserrat.com/\" target=\"_blank\">http://www.visitmontserrat.com/</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,20,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2140,16145,'guadeloupe-le-femi-film-festival',1837,1,'Guadeloupe: Le Femi (Film Festival) ','00:00:00','00:00:00',1,'2014-01-30','2014-02-08','International Film Festival\r\n\r\nPhone: 0590 99 18 11\r\n<a href=\"festivalfemi@live.fr\" target=\"_blank\">festivalfemi@live.fr</a>\r\n<a href=\"www.lefemi.com\" target=\"_blank\">www.lefemi.com</a>',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2141,16146,'guadeloupe-carnival-2014',1837,1,'Guadeloupe: Carnival 2014 ','00:00:00','00:00:00',1,'2014-01-06','2014-03-05','Held from early January 6 to the middle of February, the Carnaval de Guadeloupe is one of the most popular beginning-of-year events in the West Indies! If you thought Guadeloupe was only for lazing on the beach, wait until you discover its wild carnival !\r\n\r\nPhone: 0590 94 03 53\r\n<a href=\"mailto:ocg971@orange.fr\">ocg971@orange.fr</a>\r\n\r\n<a href=\"http://www.antilles-info-tourisme.com/guadeloupe/carnival.htm\" target=\"_blank\">http://www.antilles-info-tourisme.com/guadeloupe/carnival.htm</a>',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2142,16147,'guadeloupe-crab-festival',1837,1,'Guadeloupe: Crab Festival','00:00:00','00:00:00',1,'2014-04-19','2014-04-20','The crab feast is an annual major event held in the town of Morne-à-water. Since 1993, each crab feast is organized around a specific theme.\r\n<b>APRODECARM / UDM </b><b>\r\n</b>Phone: 0690 48 78 18/0690 74 73 17\r\n\r\n<a href=\"http://www.guadeloupe-islands.com/\" target=\"_blank\">http://www.guadeloupe-islands.com/</a>',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2143,16148,'guadeloupe-karujet-race',1837,1,'Guadeloupe: Karujet Race','00:00:00','00:00:00',1,'2014-04-10','2014-04-13','The world’s best jet ski riders come together on the island of Le Gosier in Guadeloupe to take part in the Karujet, a high-level jet ski competition. It’s a hugely popular international sporting event for offshore racing enthusiasts and Guadeloupians who come in numbers to watch the final and attend the boat show for its festival atmosphere.\r\n\r\n<b>Karujet organization\r\n</b>Phone: 0690 49 58 03/0690 55 18 46\r\n\r\n ',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2144,16149,'guadeloupe-fet-a-kabrit',1837,1,'Guadeloupe: FET a Kabrit','00:00:00','00:00:00',1,'2014-04-19','2014-04-20','Founded in 2002 by the municipality of La Désirade and currently coordinated by the Office Of Tourism Désirade, Kabrit A FET is a cultural event that puts excitement throughout the island during the Easter holidays. This is the party where the traditions of the island are being honored through the goat and goat breeding.\r\n\r\n<b>Tourist information office of Désirade </b><b>\r\n</b>Phone: 0590 85 00 86\r\n<a href=\"www.ile-desirade.fr\" target=\"_blank\">www.ile-desirade.fr</a><b></b>',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2145,16150,'guadeloupe-19-e-artiflore',1837,1,'Guadeloupe: 19 e ARTIFLORE ','00:00:00','00:00:00',1,'2014-04-26','2014-04-27','The Tourist Office of Trois-Rivières invites you to ARTIFLORE (floral and craft weekend). Activities include workshops for children and on landscaping.\r\n\r\n<b>Tourist office of Trois-Rivières </b>\r\nPhone: 0590 92 77 01/0690 73 08 74\r\nodttr114 @orange.fr\r\n<a href=\"www.troisrivieres971.com\" target=\"_blank\">www.troisrivieres971.com</a>',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2146,16151,'guadeloupe-guadarun-marathon-of-islands',1837,1,'Guadeloupe: GUADARUN - Marathon of islands','00:00:00','00:00:00',1,'2014-04-19','2014-04-27','6 steps from 15 to 30 km across Guadeloupe on the island paradise of Désirade, Marie-Galante, Terre de Haut Terre de Bas & Saintes, Basse-Terre, Grande-Terre.\r\n\r\n<b>Contact Guadarun</b>\r\nPhone: 0690 71 28 88\r\nguadarun@wanadoo.fr\r\n\r\n<a href=\"http://www.guadarun.com\" target=\"_blank\">http://www.guadarun.com</a>',0,NULL,'00:00:00',0,0,14,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2148,16212,'jamaica-bacchanal-carnival',1837,1,'Jamaica: Bacchanal (Carnival) ','00:00:00','00:00:00',1,'2014-01-03','2014-04-27','Kingston.\r\n\r\nBacchanal Jamaica will be marking its 26 years of <strong>carnival</strong> celebrations in 2014. The event is a unique expression of our island spirit and showcases to the world a carnival unique to Jamaica. The event will offer over 8 weeks, twenty one, high-energy, fun-filled events. The series kicks off on January 3 and culminates with the usual Road March in April. <i></i>\r\n\r\nJanuary 3 - April 27 (excluding February)\r\n\r\n<i>See website for activities</i>\r\n\r\nMichael Ammar Jr. - Tel: (876)-922-3840\r\n\r\nJulianne Lee Samuels - Tel: (876)-923-9138/9\r\n\r\n<a href=\"mailto:art@cwjamaica.com\">art@cwjamaica.com</a>\r\n\r\n<a href=\"mailto:jamaicacarnival@cwjamaica.com\">jamaicacarnival@cwjamaica.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:24:01',0,NULL,NULL,NULL,NULL,0,NULL,0),(2149,16214,'jamaica-accompong-maroon-festival-2',1837,1,'Jamaica: Accompong Maroon Festival','00:00:00','00:00:00',1,'2014-01-06','2014-01-06','The maroon festival spans over 275 years and will once again celebrate the legendary Maroons of Western Jamaica, the historic descendants of runaway slaves, who were freed by the Spanish and fled to Jamaica’s untouched South Coast in pursuit of freedom, and live there to this day.\r\n\r\nVenue: Accompong, St. Elizabeth\r\n\r\nKenneth Watson - <a href=\"mailto:kenwatsonjam@yahoo.com\">kenwatsonjam@yahoo.com</a>\r\n\r\nCell: (876) 352-7800/328- 8805/275-1694, Tel: (876) 952-4546,\r\nFax: (876) 979-0308\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2150,16215,'jamaica-caribbean-travel-marketplace',1837,1,'Jamaica: Caribbean Travel Marketplace','00:00:00','00:00:00',1,'2014-01-12','2014-01-14','Caribbean Travel Marketplace is open to companies that qualify as suppliers, buyers, media or marketing.\r\n\r\nVenue: Montego Bay\r\n\r\nCaribbean Hotel & Tourism Association (CHTA). Tel: (305) 443-3040\r\n\r\nEmail: <a href=\"info@caribbeanhotelandtourism.com \" target=\"_blank\">info@caribbeanhotelandtourism.com</a>\r\n\r\nJamaica Tourist Board, Montego Bay. Tel: (876) 952-0045\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2151,16216,'jamaica-rebel-salute',1837,1,'Jamaica: Rebel Salute','00:00:00','00:00:00',1,'2014-01-17','2014-01-18','Venue: Richmond Estate, St. Ann\r\n\r\nThe 20th Anniversary will see the Rebel Salute family at a new home at the Richmond Estate in Priory, St. Ann. This change in venue will facilitate a second day. Rebel Salute treats patrons to a drug-free, violence-free, alcohol-free and meat-free, family-oriented environment. Food vendors serve a strict Jamaican vegetarian menu, which is complimented by a diet of cultural roots rap from reggae’s finest.\r\n\r\nPatrick Barrett aka ‘Tony Rebel’\r\n\r\nTel: (876) 934-0827 Fax: (876) 765-2518\r\n\r\n<a href=\"mailto:rebelsaluteprod@yahoo.com\">tony_rebel@hotmail.com </a> or <a href=\"mailto:rebelsaluteprod@yahoo.com\">rebelsaluteprod@yahoo.com</a>\r\n\r\n<a href=\"http://www.rebelsaluteprod.com\" target=\"_blank\">www.rebelsaluteprod.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:21:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2152,16217,'jamaica-jsp-high-mountain-coffee-10k-race',1837,1,'Jamaica: JSP High Mountain Coffee 10K race','00:00:00','00:00:00',1,'2014-01-26','2014-01-26','Williamsfield, Manchester\r\n\r\nThe annual road race (Inaugurated 1983) staged by the Jamaica Standard Products Company Limited is one of the largest and most challenging yet popular road races in Jamaica. It starts just above Windalco’s overhead bridge at Williamsfield, up the steeper parts of the Winston Jones Highway, down the Kendal and Shooters Hill stretch and ends at roundabout near the Kirkvine Windalco’s HQ. This is a race of strength, stamina and endurance – by no means for the faint of heart!\r\n\r\nMr. John O. Minott - Tel: (876)-963-4211 OR 963-4319 /Fax: (876)-963-4309\r\n\r\n<a href=\"mailto:sanco@colis.com\">sanco@colis.com </a> or <a href=\"mailto:admin@jspcoffee.com\">admin@jspcoffee.com</a>\r\n\r\n<a href=\"http://www.highmountaincoffee10k.com\" target=\"_blank\">www.highmountaincoffee10k.com</a>\r\n\r\n<a href=\"http://www.highmountaincoffee10k.com\" target=\"_blank\"> </a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2013-12-11 14:19:41',0,NULL,NULL,NULL,NULL,0,NULL,0),(2153,16218,'jamaica-jazz-and-blues-festival',1837,1,'Jamaica: Jazz and Blues Festival','00:00:00','00:00:00',1,'2014-01-30','2014-02-01','Venue: Trelawny Multi-Purpose Stadium, Falmouth\r\n\r\nFalmouth will be ignited once again by this festival themed \'the Art of Music\'. This world class event will showcase several genres such as Country, Jazz, R&B and Reggae. It is known for offering a thrilling line-up of international and well –known Jamaican artistes.\r\n\r\nArt of Music Productions - Tel: (305)-932-9931 or (876) 953-8282\r\n\r\nEmail: <a href=\"mailto:headline@cwjamaica.com\">headline@cwjamaica.com </a>; walt622@bellsouth.net ; <a href=\"mailto:touchstonenet@gmail.com\">touchstonenet@gmail.com </a>\r\n\r\nWebsite: <a href=\"http://www.jamaicajazzandblues.com\" target=\"_blank\">www.jamaicajazzandblues.com</a>\r\n\r\nJamaica Tourist Board - Tel: (876)-929-9200/19 or <strong></strong> 1-800-233-4582\r\n\r\nEmail: <a href=\"info@visitjamaica.com\" target=\"_blank\">info@visitjamaica.com </a>\r\n\r\nWebsite: <a href=\"http://www.visitjamaica.com\" target=\"_blank\">www.visitjamaica.com</a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:25:19',0,NULL,NULL,NULL,NULL,0,NULL,0),(2154,16262,'jamaica-reggae-month',1837,1,'Jamaica: Reggae Month','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Islandwide.\r\n\r\nReggae Month 2014 will feature a multitude of events that capture the true essence of Jamaican music with genres ranging from mento ska, rocksteady and dub to dancehall and reggae. The celebrations seek to deepen the linkages between Reggae and brand Jamaica.\r\n\r\nCharles Campbell\r\nReggae Month Chairman\r\n\r\nTel: (876) 924-3100 OR (876) 361-1151\r\n\r\nEmail: <a href=\"mailto:che.campbell@gmail.com\">che.campbell@gmail.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:20:23',0,NULL,NULL,NULL,NULL,0,NULL,0),(2155,16264,'jamaica-22nd-bob-marley-birthday-bash',1837,1,'Jamaica: 22nd Bob Marley Birthday Bash','00:00:00','00:00:00',1,'2014-02-01','2014-02-06','Venue: Negril.\r\n\r\nThe event will kick off with a Tribute Night featuring the top 5 Cultural Artiste and Special Recognition to the Crown Prince of Reggae, Dennis Emanuel Brown.\r\n\r\n<strong>Day 2</strong> will see a Rastafari Nyahbinghi Presentation featuring Award winning Ras Tebah & the Sons of Thunder and special performance by Sizzla Kolonji.\r\n\r\n<strong>Day 3</strong> is Veterans Night with Freddy McGregor, King Yellow Man, Half Pint and a Lifetime Achievement Award will be given to Lee ‘Scratch’ Perry and Bob Andy.\r\n\r\n<strong>Day 4</strong> is the \"Punky Reggae Party” where patrons are encouraged to wear Bob Marley T shirts, Flags, Reggae and Jamaica Colours; Best Bob Marley Impersonation Competition.\r\n\r\n<strong>Day 5</strong> will be Bands Night with Raging Fyah, Nomadz, C- Sharp, Rootz Underground and Umojah 4 and then the event culminates with Bob Marley Birthday One Love Celebration featuring Ky-Mani Marley, Inner Circle, Junior Marvin, Marcia Griffiths, Cocoa Tea, Rasta Village, Etana and Luciano. 1,500 locals and 3,000 overseas guests are expected.\r\n\r\nContact: Clive \"Kubba\" Pringle, MX3 Entertainment\r\n\r\nTel: (876) 480-5116 / <a href=\"mailto:actionparknegril@gmail.com\">actionparknegril@gmail.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2156,16266,'jamaica-caribbean-yoga-conference-2',1837,1,'Jamaica: Caribbean Yoga Conference','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Montego Bay\r\n\r\nThe CYC scheduled for Rose Hall Resort & Spa, will provides participants with a balmy, tranquil space to learn from some of the world’s most beloved teachers. This is a warm celebration of sun, sadhana, sand, seva and sangha.\r\n\r\nKimberly Moon\r\nBella Luna Yoga, LLC\r\nT: 413-347-0151\r\n\r\nEmail: <a href=\"mailto:kim@bellalunayoga.com\">kim@bellalunayoga.com</a>\r\n\r\nWebsite: <a href=\"http://www.bellalunayoga.com\" target=\"_blank\">www.bellalunayoga.com</a>\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:19:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2157,16267,'jamaica-bob-marley-celebrations-2',1837,1,'Jamaica: Bob Marley Celebrations','00:00:00','00:00:00',1,'2014-02-06','2014-02-13','Islandwide.\r\n\r\nA long week of activities will take place throughout the island to celebrate the life and achievements of legendary superstar the Rt. Hon. Robert Nesta \'Bob\' Marley, O.M. Activities in Jamaica usually include a service at the Ethiopian Orthodox Church and ceremonial laying of plaques at the Bob Marley Museum in Kingston\r\n\r\n(<i>Check out their website for a breakout of all the activities.)</i>\r\n\r\nBob Marley Foundation\r\n\r\nContact: Clover Johnston or Lisa Wright\r\n\r\nTel: (876) 978 2991/3\r\n\r\nEmail: <a href=\"mailto:Marleyfoundation@cwjamaica.com\">Marleyfoundation@cwjamaica.com</a>\r\n\r\nWebsite: <a href=\"http://www.bobmarley-foundation.com\" target=\"_blank\">www.bobmarley-foundation.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:26:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(2158,16269,'jamaica-sugar-cane-ball-2',1837,1,'Jamaica: Sugar Cane Ball','00:00:00','00:00:00',1,'2014-02-15','2014-02-15','Round Hill Resort, Montego Bay.\r\n\r\nRound Hill has been a major supporter of the Hanover Charities with its annual Sugar Cane Ball every February since 1957 when the charity was founded and this year will mark the 56<sup>th</sup> staging. Hanover Charities plays a major role in the Parish and covers a wide range of projects for its citizens from very young to old. Funds generated from the weekend’s events will go towards the foundation’s several initiatives.. The event sees over 340 participants including socialites, ambassadors, celebrities, and business leaders from the United States, Europe and Jamaica.\r\n\r\nOmar Robinson - Tel: (876) 956-7050/5 OR (876) 940-2237\r\n\r\nOmar@roundhilljamaica.com\r\n\r\nKathrin Casserly - Tel: (876) 383-0992\r\n\r\nWebsite: <a href=\"http://www.roundhilljamaica.com\" target=\"_blank\">www.roundhilljamaica.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:31:50',0,NULL,NULL,NULL,NULL,0,NULL,0),(2159,16270,'st-maarten-fcca-conference',2,1,'St. Maarten: FCCA Conference','00:00:00','00:00:00',0,'2014-10-06','2014-10-10','The 21st FCCA Cruise Conference and Trade Show takes place in St. Maarten, October 6-10, 2014.\r\n\r\n<a href=\"http://www.f-cca.com/\" target=\"_blank\">http://www.f-cca.com/</a>',0,NULL,'00:00:00',0,0,25,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2160,16302,'jamaica-fat-tyre-festival-2',1837,1,'Jamaica: Fat Tyre Festival','00:00:00','00:00:00',1,'2014-02-15','2014-02-22','Venue: St. Mary/Ocho Rios\r\n\r\nThis is a 7 day mountain biking event designed to highlight Jamaica’s vibrant culture, unique geography and great riding! The event, since inception, has sparked serious interest on several major biking blogs online and some of the top biking magazines, making Jamaica a potential contender as a great mountain biking destination.\r\n\r\nJonathan Gosse, General Manager\r\nOracabessa Foundation\r\nPO Box 38\r\nOracabessa St. Mary\r\n\r\nTel #: (876) 975-3393 OR (876) 470-8139\r\n\r\nEmail: <a href=\"mailto:obessafndn.island@cwjamaica.com\">obessafndn.island@cwjamaica.com</a>\r\n\r\nWebsite: <a href=\"www.islandoutpost.com/foundation/_island_sports_trust/\">www.islandoutpost.com/foundation/ island_sports_trust/</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:33:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2161,16303,'jamaica-polo-association-tournament',1837,1,'Jamaica: Polo Association Tournament','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Venue: Kingston\r\n\r\nThe polo season in Jamaica is a long one, starting in January and finishing in early August when the Hurricane season is at its peak. Each year a number of visiting teams make the pilgrimage to the island and tournament polo is played between 4 – 16 goals. The high-point of the Jamaican polo season is the Scotia Capital Markets Open, played in Kingston in March, and the Senior Cup played in St. Ann in May. All three clubs provide outstanding facilities for visiting players from the professional to the novice to rent horses, take lessons, stick and ball, play chukkers and participate in tournaments. **<i>Please note that all match information is subject to change without notice. Please check locally for confirmation of all events.</i>\r\n\r\nDate in February to be announced\r\n\r\nContact: Shane Chin, Jamaica Polo Association / Tel: (876) 972-2762\r\n\r\nEmail: <a href=\"mailto:shane@tobyresorts.com\">shane@tobyresorts.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:21:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(2162,16304,'jamaica-the-pineapple-cup-miamimo-bay-race',1837,1,'Jamaica: The Pineapple Cup-Miami/MO Bay Race','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Montego Bay\r\n\r\nThis event welcome begins with a case of cold Red Stripe delivered to each boat as it reaches the Montego Bay Yacht Club. When all the boats have finished, a total value of about J$1.7 billion will be docked or moored at the Yacht Club. The owners, the crews, their families and their friends will all spend at least part of Race Week in Montego Bay, together with other visitors who make a point of coming to Jamaica during the race.\r\n\r\nFebruary TBA\r\n\r\nEvelyn Harrington Race Coordinator\r\nMontego Bay Yacht Club\r\nTel: (876) 979-8469 or 361-2396\r\n\r\n979-8262\r\n\r\nEmail: <a href=\"mailto:eharrington@cwjamaica.com\">eharrington@cwjamaica.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:29:43',0,NULL,NULL,NULL,NULL,0,NULL,0),(2163,16305,'jamaica-oneness-reggae-fest',1837,1,'Jamaica: Oneness Reggae Fest','00:00:00','00:00:00',1,'2014-02-21','2014-02-22','Venue: Ocho Rios.\r\n\r\nThe \'Oneness Reggae Fest’ is a two-day festival to be held in Black History & Reggae Month on February 21 & 22, 2014 at Rio Nuevo Village, Ocho Rios. The intension is to make this festival a calendar one marketed to both local and international patrons. The objective of this event is to promote peace, love and unity through positive and spiritual vibrations.\r\n\r\nThe festival seeks to reintroduce and reconnect some of the veteran roots rock reggae artistes that fans have been longing to see and hear whilst sharing the same stage with some of the younger generations of artistes.\r\n\r\nD. Everard Thompson, Director\r\n\r\nSignature Music Group / Kingston 5 Productions\r\n\r\nTel: 469-3257 / 578-5058\r\n\r\nEmail: <a href=\"mailto:kingston5productions@gmail.com\">kingston5productions@gmail.com</a>\r\n\r\nWebsite: <a href=\"www.onenessreggaefest.com \" target=\"_blank\">www.onenessreggaefest.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:35:57',0,NULL,NULL,NULL,NULL,0,NULL,0),(2164,16306,'jamaica-kingston-food-wine-spirits-festival',1837,1,'Jamaica: Kingston Food, Wine & Spirits Festival','00:00:00','00:00:00',1,'2014-03-01','2014-03-01','Venue: Kingston.\r\n\r\nThis is an open-air food and beverage festival held bi-annually with the aim of highlighting the best of Jamaica\'s culinary talents, culture and product offerings, whilst providing a wonderful entertainment package for everyone. Signature wine and food festivals are globally trending events and in Jamaica it is no different. The objective is to integrate local chefs, restaurateurs, food-makers, caterers, shoppers, foodies and families in a culinary destination, creating an environment that shows only the best of Jamaica.\r\n\r\nJohnnel Smith, Jamaica Culture Promotions Limited\r\n\r\nTel: (876) 865-7884 / 620-9753\r\n\r\nEmail: kingstonwineandfood@hotmail.com\r\n\r\nWebsite: <a href=\"www.kingstonwineandfood.com \" target=\"_blank\">www.kingstonwineandfood.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:38:28',0,NULL,NULL,NULL,NULL,0,NULL,0),(2165,16308,'jamaica-kingston-city-run',1837,1,'Jamaica: Kingston City Run','00:00:00','00:00:00',1,'2014-03-07','2014-03-09','Kingston.\r\n\r\nThe \'Kingston City Run\' will be an inaugural city run which will incorporate a 5K race/walk and a half marathon. The aim of the run is to increase visitors to Kingston and highlight the historic sites by the route runners will take. It will incorporate other elements such as a Health and Wellness Fair and After Party. The objective is to create an attractive weekend package for persons to come to Kingston, enjoy the day and nightime activities whilst also participating in the Run.\r\n\r\nNicola Madden-Grieg\r\nJHTA Chairman – Kingston\r\n\r\nTel: (876) 929-9000\r\n\r\n<a href=\"mailto:nmg@courtleigh.com\">nmg@courtleigh.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2166,16309,'jamaica-orchid-society-show',1837,1,'Jamaica: Orchid Society Show','00:00:00','00:00:00',1,'2014-03-29','2014-03-30','Kingston.\r\n\r\nThis flower show provides a feast of colour and coordination, which is truly an orchid lover’s delight. The show is sanctioned by the American Orchid Society.\r\n\r\nMr. Claude Hamilton / <a href=\"mailto:hamlyn@infochan.com\">hamlyn@infochan.com</a>\r\n\r\nTel: (876) 927 6713\r\n\r\nFax: (876) 978 6888\r\n\r\n<a href=\"www.hamlynorchids.com\"><span style=\"text-decoration: underline;\">www.hamlynorchids.com</span></a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2167,16310,'jamaica-trelawny-10k-road-race',1837,1,'Jamaica: Trelawny 10K Road Race','00:00:00','00:00:00',1,'2014-03-31','2014-03-31','Falmouth, Trelawny.\r\n\r\nThis 10K road race, once joined with the bicycle race, is now a separate ½ marathon event stretching from Falmouth to Bounty Hall and back to Falmouth. It’s open to marathon enthusiasts - recreational, amateur, masters and children from Falmouth to Albert Town.\r\n\r\nMarch 31 (usually the day before the Yam festival)\r\n\r\nContact: Hugh Dixon\r\n\r\nTel: (876) 610 0818 OR 393-6584;\r\n\r\nFax: 610 1676\r\n\r\n<a href=\"mailto:stea@cwjamaica.com\">stea@cwjamaica.com</a>\r\n\r\n<a href=\"http://www.stea.net\" target=\"_blank\">www.stea.net</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-06 12:24:29',0,NULL,NULL,NULL,NULL,0,NULL,0),(2168,16313,'bermuda-bermuda-marathon-weekend-2',1837,1,'Bermuda: Bermuda Marathon Weekend','00:00:00','00:00:00',1,'2014-01-17','2014-01-19','Features a 10k, Half-Marathon and full Marathon and the Bermuda Triangle Challenge.\r\n\r\nRace Schedule:\r\n\r\nKPMG Bermuda Invitational Mile - Friday, Jan. 17 6:30pm\r\n\r\nHSBC Bermuda 10k and 10k walk - Saturday, Jan. 18 9:00am\r\n\r\nHSBC Bermuda Marathon and Half-Marathon - Sunday, Jan. 19 8:00am\r\n\r\nContact: Anthony Raynor, Race Director, Bermuda Marathon Weekend\r\n\r\nTel 441 296 0951\r\n\r\nE-mail <a href=\"mailto:athlete@logic.bm\">athlete@logic.bm</a>\r\n\r\nWebsite <a href=\"http://www.bermudaraceweekend.com\" target=\"_blank\">www.bermudaraceweekend.com</a>',0,NULL,'00:00:00',0,0,6,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-07 16:18:34',0,NULL,NULL,NULL,NULL,0,NULL,0),(2169,16315,'bermuda-regional-bridge-tournament-2',1837,1,'Bermuda: Regional Bridge Tournament','00:00:00','00:00:00',1,'2014-01-25','2014-01-31','Venue: The Fairmont Southampton, 101 South Road, Southampton.\r\n\r\nContact: Katrina Van Pelt, Bermuda Regional Tournament Chairman.\r\n\r\nEmail: info@bermudaregional.com\r\n\r\nshpres@fairmont.com\r\n\r\n<a href=\"http://www.bermudaregional.com\" target=\"_blank\">www.bermudaregional.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,6,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2170,16317,'bermuda-bermuda-yoga-festival',1837,1,'Bermuda: Bermuda Yoga Festival','00:00:00','00:00:00',1,'2014-04-03','2014-04-06','Venue: The Fairmont Southampton, South Road, Southampton.\r\n\r\nThe Bermuda Yoga Festival 2014, the first of its kind for Bermuda, is a 4-day yoga and chant festival that brings together a community of people drawn to follow the path of spirit and the heart. <a href=\"http://www.gotobermuda.com\" target=\"_blank\">www.gotobermuda.com</a>\r\n\r\nEnquiries: <a href=\"http://www.bermudayogafestival.com\" target=\"_blank\">www.bermudayogafestival.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,6,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2171,16333,'cayman-islands-cayman-cookout-2',1837,1,'Cayman Islands: Cayman Cookout','00:00:00','00:00:00',1,'2014-01-16','2014-01-19','Join Chef Eric Ripert, José Andrés and Anthony Bourdain for a weekend celebrating food, wine and the natural beauty of the Caribbean at The Ritz-Carlton, Grand Cayman, a premier resort. An incomparable roster of world famous chefs, wine experts and spirits blenders will offer tastings, demonstrations, tours and dinners that celebrate the barefoot elegance that only the Cayman Islands can deliver. <a href=\"http://www.caymanislands.ky/eventsoffers.aspx\" target=\"_blank\">www.caymanislands.ky</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,9,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2172,16334,'cayman-islands-cayman-carnival-batabano',1837,1,'Cayman Islands: Cayman Carnival Batabano','00:00:00','00:00:00',0,'2014-05-01','2014-05-03','A true Caribbean tradition with a display of music, dance and colourful costumes. The premier Cayman Islands event features street parades for adults and children, Art in the Heart and street dances. This is an event worth traveling for! <a href=\"http://www.caymanislands.ky/eventsoffers.aspx\" target=\"_blank\">www.caymanislands.ky</a>\r\n<div></div>',0,NULL,'00:00:00',0,0,9,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2173,16335,'cayman-islands-red-sky-at-night-festival',1837,1,'Cayman Islands: Red Sky at Night Festival','16:00:00','00:00:00',0,'2014-03-01','2014-03-02','<div id=\"dnn_ctr10511_ContentPane\">\r\n<div id=\"dnn_ctr10511_ModuleContent\">\r\n<div>\r\n<div>Venue: Harquail Culture Centre</div>\r\n<div></div>\r\n<div>On Saturday, March 1st from 4pm to 12 midnight, delicately tucked in the midst of colour-saturated trees and shining lakes, the F.J. Harquail Cultural Centre will transformed, once again, for the ‘Red Sky at Night’ Festival! The event is an enchanting evening, rich in arts and culture. Walking through the garden, visitors will be treated to live performances from dancers, actors and storytellers as well as creative work by local visual artists and crafts people. Celebrated films from around the Caribbean and inspiring performances will be featured within the festival theatres. Visitors will be escorted by the sounds of the steel pan, fiddle and drums and lured by a mouthwatering array of local culinary delicacies. Source: <a href=\"http://www.caymanislands.ky/eventsoffers.aspx\" target=\"_blank\">www.caymanislands.ky</a></div>\r\n<div></div>\r\n<div>Call (345) 949 5477 or email <a href=\"mailto:admincncf@candw.ky\" target=\"_blank\">admincncf@candw.ky</a> for details.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,9,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-09 13:55:28',0,NULL,NULL,NULL,NULL,0,NULL,0),(2174,16340,'curacao-ride-swim-walk-for-the-roses',1837,1,'Curacao: Ride Swim & Walk for the Roses','07:00:00','12:00:00',0,'2014-01-26','2014-01-26','This swim or walk event raises funds for the Princess Wilhelmina Fund to help combat cancer.\r\n\r\n<a href=\"http://ridefortheroses.net/\" target=\"_blank\">http://ridefortheroses.net/</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2175,16341,'curacao-tumba-festival',1837,1,'Curacao: Tumba Festival','18:00:00','23:30:00',0,'2014-02-03','2014-02-05','Venue: Curacao Festival Center\r\n\r\n3- day event (Feb. 3-5) - 6:00 pm to 12:00 pm.\r\n\r\nFinal Night Tumba Festival, Friday Feb. 7th\r\n\r\n \r\n\r\n<a href=\"http://www.curacaocarnival.info/\" target=\"_blank\">www.curacaocarnival.info/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-10 11:05:41',0,NULL,NULL,NULL,NULL,0,NULL,0),(2176,16343,'curacao-banda-bou-carnival-parade',1837,1,'Curacao: Banda Bou Carnival Parade','11:00:00','12:00:00',0,'2014-03-01','2014-03-01','For more info: <a href=\"http://www.curacaocarnival.info/\" target=\"_blank\">www.curacaocarnival.info</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-10 13:26:34',0,NULL,NULL,NULL,NULL,0,NULL,0),(2177,16345,'curacao-grand-carnival-parade',1837,1,'Curacao: Grand Carnival Parade','11:00:00','23:30:00',0,'2014-03-02','2014-03-02','Grand Carnival Parade - (11:00 AM - 11:59 PM)\r\n\r\n<a href=\"http://www.curacaocarnival.info/\" target=\"_blank\">www.curacaocarnival.info</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-10 14:33:35',0,NULL,NULL,NULL,NULL,0,NULL,0),(2178,16346,'curacao-blue-marlin-release-tournament-2',1837,1,'Curacao: Blue Marlin Release Tournament','00:00:00','00:00:00',1,'2014-03-21','2014-03-23','Venue: Curacao Yacht Club\r\n\r\n48th Annual International Orco Bank Blue Marlin Release Tournament\r\n\r\nThe Annual International Release Blue Marlin Tournament is held in the waters surrounding Curacao. It is oriented towards the conservation of the species, with individual and team competition.\r\n\r\nFor more detailed information, please visit: <a href=\"http://www.curacaoyachtclub.com/\" target=\"_blank\">www.curacaoyachtclub.com</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2179,16348,'curacao-international-film-festival-2',1837,1,'Curacao: International Film Festival','00:00:00','00:00:00',1,'2014-04-02','2014-04-06','Venue: The Cinemas Curacao\r\n\r\nThe Curacao International Film Festival Rotterdam (or Curacao IFFR) is a cooperation between Fundashon Bon Intenshon and and the International Film Festival Rotterdam to bring Curacao its very own film festival.\r\nFor more information and the schedule, check <a href=\"http://www.curacaoiffr.com\" target=\"_blank\">www.curacaoiffr.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-10 15:06:24',0,NULL,NULL,NULL,NULL,0,NULL,0),(2180,16350,'curacao-kings-day',1837,1,'Curacao: King\'s Day','00:00:00','00:00:00',1,'2014-04-26','2014-04-26','King\'s Day (formerly Queen\'s Day) is the day on which we celebrate the birthday of the King. There are celebrations across the entire island with the focus being on Punda (Downtown) with activities for children, performing artists, the \'free market\' and lots of parties and people in Orange (the King\'s color).\r\n\r\n ',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2181,16352,'curacao-south-caribbean-pride-week',1837,1,'Curacao: South Caribbean Pride Week','00:00:00','00:00:00',1,'2014-04-30','2014-05-05','For further details visit: <a href=\"http://www.gaycuracao.com\" target=\"_blank\">www.gaycuracao.com</a>',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2182,16354,'curacao-north-sea-jazz',1837,1,'Curacao: North Sea Jazz','00:00:00','00:00:00',1,'2014-08-30','2014-08-31','Jazz festival featuring international artists.\r\n\r\nVenue: WTC Curacao\r\n\r\nVisit website: <a href=\"http://www.curacaonorthseajazz.com\" target=\"_blank\">www.curacaonorthseajazz.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,11,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-10 15:24:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2183,16402,'antigua-barbuda-superyacht-challenge',1837,1,'Antigua & Barbuda: Superyacht Challenge','00:00:00','00:00:00',1,'2014-01-30','2014-02-02','3 day Regatta\r\n\r\nFor further details visit: <a href=\"http://http://thesuperyachtchallenge.com\" target=\"_blank\">http://thesuperyachtchallenge.com</a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2184,16464,'antigua-barbuda-jolly-harbour-valentines-regatta',1837,1,'Antigua & Barbuda: Jolly Harbour Valentine\'s Regatta','00:00:00','00:00:00',1,'2014-02-13','2014-02-16','Jolly Harbour Yacht Club Valentines Regatta and Rum Festival.\r\n\r\nFor further details: <a href=\"http://www.jollyharbourregatta.com/\" target=\"_blank\">http://www.jollyharbourregatta.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2185,16465,'antigua-barbuda-rorc-caribbean-600-yacht-race',1837,1,'Antigua & Barbuda: RORC Caribbean 600 Yacht Race','00:00:00','00:00:00',1,'2014-02-24','2014-02-24','For further details visit <a href=\"http://caribbean600.rorc.org/\" target=\"_blank\">http://caribbean600.rorc.org/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2186,16469,'antigua-barbuda-2nd-odi-west-indies-v-england',1837,1,'Antigua & Barbuda: England Tour of the West Indies ODI Matches','00:00:00','00:00:00',1,'2014-02-28','2014-03-05','Dates: <strong>Feb 28, March 2 & 5.</strong>\r\n\r\nVenue: <span style=\"color: #000000;\">Sir Viv Richards Stadium</span>\r\n\r\nFor further details visit <a href=\"http://www.windiescricket.com/\" target=\"_blank\"> http://www.windiescricket.com/</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-20 14:44:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2187,16472,'barbados-15-mount-gay-round-barbados-race-series',1837,1,'Barbados: 15 Mount Gay Round Barbados Race Series','00:00:00','00:00:00',1,'2014-01-15','2014-01-24','The Mount Gay Round Barbados Race Series is Barbados’ ultimate sailing challenge is organized by the Barbados Cruising Club in association with Mount Gay Rum and the Barbados Tourism Authority. There will be three spectacular days of coastal racing including the 78<sup>th</sup> Anniversary Round Barbados Race and the Ocean Passage Race to Antigua.\r\n\r\nFor general enquiries contact:\r\n\r\nThe Barbados Cruising Club\r\n\r\nTel: (246) 426-4434\r\n\r\nEmail: <a href=\"mailto:info@mountgayrumroundbarbadosrace.com\">info@mountgayrumroundbarbadosrace.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2188,16473,'barbados-barbados-polo-open',1837,1,'Barbados: Barbados Polo Open','00:00:00','00:00:00',1,'2014-01-16','2014-05-24','The polo season in Barbados runs from January until May, during which a number of visiting teams make the pilgrimage to the island - some, like Cheshire and the Villages, have been coming for over 20 years, and have formed strong bonds of friendship over the years.\r\n\r\nPolo is played up to the 14 goal level, with the high points of the season being the Breitling Cheshire tour in February and the Colombian Emeralds Barbados Open in April.\r\n\r\nFor more information contact:\r\n\r\nThe Barbados Polo Club\r\n\r\nTel: (246) 826-7956\r\n\r\nKaren Kranenburg\r\nTel: (246) 266 2318\r\n\r\nEmail: <a href=\"mailto:karen@poloandmore.com\">karen@poloandmore.com</a> OR <b>Website: </b><a href=\"http://www.barbadospoloclub.com\" target=\"_blank\"><b>www.barbadospoloclub.com</b></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2189,16474,'barbados-naniki-caribbean-jazz-safari',1837,1,'Barbados: Naniki Caribbean Jazz Safari','00:00:00','00:00:00',1,'2014-01-16','2014-01-21','The Caribbean Jazz Safari is a new and unique cultural tourism product which has been created to host an exceptional series of jazz events on various islands throughout the Caribbean. This adventurous and exotic event will move from venue to venue and country to country in keeping with a safari experience providing patrons, artistes and sponsors with an unforgettable musical journey.\r\n\r\n<b>Venues: Hilton Old Fort; Frank Collymore Hall; Harrisons Cave; Ilaro Court; Naniki Amphitheatre</b>\r\n\r\n<b>Contact: Tom Hinds</b>\r\n\r\n<b>Tel: (246) 433-1351; 230-9168</b>\r\n\r\n<b>Website: </b><a href=\"http://www.nanikicaribbeanjazzsafari.com\" target=\"_blank\"><b>www.nanikicaribbeanjazzsafari.com</b></a><b></b>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2190,16475,'barbados-flower-garden-show',1837,1,'Barbados: Flower & Garden Show','00:00:00','00:00:00',1,'2014-01-25','2014-01-26','<img alt=\"\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIMAAACGCAIAAABxMq6CAAAgAElEQVR4nOy8d5Bdx33n++sTb845nBtnbpybcw6Tc7qTc86DGcTBIGeASEQgABIkwSRRkQqMoq1oyaIkKpikJTrJYfet3/Pz8+56623VK6/w/riDxCBTtrwmy+r6VqFP9+90//r3Od2n+8wtwKc//elf/OIXb/8u/Xukd9555+2333733Xdv3LgBb7755u3fpX/v9Prrr8MPfvCDu9c///nPb9269fTTTz/zzDNP/y79G6dbt2699NJLv/rVr27fvv3yyy8/QOLKlSvwu/S/MXm93nLk30vikUce+ff27T9WCgaDH0zi2rVr/96+/cdKoVDok0kCAaDyP9ivM0L/2xz616ZPKAkECAECBBgC/P5iNpdHcVj3m2IIIcAAoS125Xs/fukTSQJtPe1bASVJIpNM7t2z+7lbz7z06S9+9StfvvHYjcWFBZfTdecGHDDsHomP5Uz5ZJLYWpdIAKiwVzz3qef/23/9x9u3b/+Pb/3wndldf3322u2/+x+3b9/+y7/8myMHD/OFAgBACAME2IMIP1bpE0miHFMAzGa1//hHPyw7/P/9H//wg7bRnxq8P2TC7x6+ePt/bQ3k0ZuPCbkCBAghIMoUP44gPqEkAMMRAoBzx0/9z7fe/ene439z8frfXnr8h/7su9U1P/cmflzs+r++9M2//dyL//fvfeOf/vs/tje3wP3v+N+R+K0lhCEAEsdefenFf3j759+s6/9Dre+PqjI/yqT/zyfn/svR0puh6E+SHd+3xF+PNP3jj946cGg/AOB3EHwsQXwySZS3rgRJvPraq7dv3/7v3/7+z7Jtv0i0vb192z9+78m//vSJt2dmf55oeifa+OfHLv3T3/394eOHAQCVN03Y70j8thOOE6++8rXb//RPf/PsZ95Jtr5T7P4vjz37yyc/858/98LfP/H8Hyfbf9E+8T/ffOf27dsHjhwCAIQAQwDYx3R5+iSTIMjXvvb6r375V9/PdL2l9b9T7Hx348w7a0d+PLP9F+Prf+4rvqVyvDm8+r/+2/84ePQwACBAePkY8jsSv61UjiZO0l//+tf/3zd++kas4y1X7s3a0tvzG3+2sPHW4MyPe8d/Vuz8cbLlzeXN2//1H06cOAoAgHCEMPS7k91vMWGAMEAETVx47MK3vvXVF88ce/XYgW9/4envfvX5l3t7v9HQ/O1bj3znhWe//Zlb3/rml958+7sLy7MAgNCdc/bHEcQnkwQCDEOIIFCsPrJwZGl2c25813S0PT+7MXtqdHBPVWj38mT/4kCqMzuyZ3xi15Qr5AYMYXd3sR/L9EklARgOAGqF7OFHLnX391y4dKkq4N1/bP/hgwcqFNqHz55v7+xsbGs6e+GMP+oTy8Vw98PTx/Vo98kkUT4xA3A4vLPnLszNLzxx8/HWhqa9G3uvPPJITV39tevXm5uadBr1xp7dx44cMzLm8tYXAcIB+3h+of2Ekigv+SBXKB6+fCUeTy7NL+9a23XwwMHt69sxDDt08FBPqScei/l9VRfOn60t1gBA+fv5x3RGfEJJYIBhgCEceeKe2Y3Z7oXu9pmWaFO4Z667e7bLmbL3L/U1Djc0DTcMbx8uLfQY3SbAALv3vv44svhEkkCAIcAwAlm8ZnvGbstXWnMmW9FqzVkqclZXraMiZ7EVKm35ClvRYcs79S4dwssfDcvH8/9IJNCDe3b0W9rC398Ohn1Ym+g9F+Xw4xj24bf8+6d/KxIGg6GxsTEcDodCoXw+r1Qqi8Wi1+sNBAKRSCSXy2UyGY/HEwgEPB5PNBq12Ww+ny8Wi3k8Hr1e7/P5AoGA1+tNJpM1NTXRaLShocHv99vtdqfTabfbfX5/lctVX1fvcNjj8XhtTZ3FVBGLxCutlTTJ8nn89kqH3+uvcrodNrvfH4ol084qby5fHQxELJYKh8NRX19fX1+fTqfD4XA4HA4Gg8FgsFAohMPhTCZTX19vtVr1en1dXV2xWPT5fARBBAIBh8MRj8ej0WgsFguFQiaTqey2zWYjCOLjSEKj0fT39w8NDc3NzU1NTWm12rW1tYnx8fHx8Z07d05NTZXLJyYmJiYmmpqaent7i8VCb29vV3dXOp0eHx9fWlrK5/Pbtm1bW1vPZDJjY2NTU1Mej6e6urq71DM4OBT0B/p7+1pbW+bm5lZXVjs6OpZXlgeHBoUiYSabGR4ZzuayQ0NDoWCopaV1YnLK4XTlcvlMOhONRFOpVF9f37Zt25aXlxobG2tqamZnZ+vr61ZXV7dt21ZbV1dXV1dfXx+JREZGRurqaltaWoxG4/j4+NDQ0OLi4urq6vT09NLSUn19/fz8/PT09OjoqFgshn/F7P83IoFYLI5arVWpVDqdzu1yS6VSu8NpsVqVSpXdZtdqtXaHvaKiUqVS2Wy2SptNIpGazRatVl9hrVDI5Gq1RqPVW8wWhtHr9TqJVKrT6nQ6vdls1mg1ZqvVUlFpNJpUCpXZZNIb9Hqd1qBnVGqNx+dXqDQ6PWNgjCazRa5WGsxGk9HoqLRpVGqJRCIQ8oVCgVQiFQgEGo3WYrZW2mwGo8nucFVW2hlGbzAwcrlMrdKYzGaRWKRRa9UqtdVqlcpkcpmcYRitVmcym5VKpdForKioNJksKrXa5/Mqlap/zTL8a0hcL8f0N3m/3bXEELB+neEHpF/zE42P2OlHr0W/1U/j90YN5R8vlL+Mod/s3PJR5sRvSqLsAh5wWYZL6a7OTENjSq+VtjfGPQ4NhgDDMQBw2zXD/dVDvXXDPTVGnYzC8KbaYCxSieOIS5HFXJVKJQBABq3K666syXmHexJ9pXQuE2S0yt629EhPYXKk2mmVA8K2QgCYWMAt5gLpqI/PZwOGcETgQHHZ3Loa//hQ/WBPbVdHXirmI4QjQMmA3WHVAACG8LDXMtCdHh+o7muNi/ksuVTc2RQb6y/MDNb3dWcMjAgAKk3qkVK2rz3b2ZJXq6XxqMvrNAIAYJhcLg35XSROAgJ099DyG+6W/zkS6M5fWD6KMIQQhnAM4QgAFiaq/+ynV/rbI+mUt6pK/c6Pr82NZMpt1hbsX/vS0cmhvNvB7FrtePGLhyJuza0r8y98ejeXwiJu/V+9/cjMcAIHmB5r6OvKPPfo0rde3miqrYoG7dVp+1/87OZEX+La2dnXvnJAKGQDEAgDwGHPjs6nri/OjTe3NqXLvsvFrCvnpp55fC2bcPjcxpmZLptVBwBCAfvbLx29fHoIwwABOnuo97uvHe6sc77x+pH1+YaAR/+Ln17avVSoTjgunJz65usn/C51d2Po735xa24wVSyElArhk5eX3/rehZBHAQAup+Xg5hKbRQIAwjCEMISw8hPyUUMHEI5EPpjE9evXAQAwhHDsNxGJcAJwHABmBhK/+N6xZJVGp5I4rNK33zg5XIoCgFBAfePFfdfOTZTXIz4Xvvbl7Y+eHZroDP3kD046LKKpofwffWffp25M62SczT3DVkb8/NXFLzw2a2WkcqkwF2P+7M3T+bB691Ldq1/aEAtZgEgMIwBgY0fzj39/38JYTWUlQ+IUjmFjQ/G/+OnliEdzd8riCACguSbw1Wfnf/StDUelFADO7i+9/pm1Si352ud27FioC3pU7/7wRE3KCABiAfmDbx25eLKv1Bz4yz+6lAnqtDo5j02d3ux98+uH3vj9QyGnzGJSrSwPsigcECAcxzACwzAMRwj/qNEDgHD0t0cCcIRwHHACMAoApvujv/zxqX3bO0ZGmsMezc++d3ygFAcARsP/5U8uLk2nAAAQjnC4dXn8lefX3CbJ937v4Np8em25daij6o2vHxnpCUxPNVE4fOqRuT94cWN5oau+PpuO6f70p0df/NT81z63w2cXYwiApBHJFvJZU2PZP/7B8VuXRyQCvKfUoFQKL5zseeOVAxIRDUAJBNxcyqlRi3g88qGDw71Njp989/D6UjUAHN9o++Pv7nvxi6vnTvRzaCzg0b77/eONhYoyuRefWXjm+lhPS+iX71zZ3NE5NVUyauXb53vTMdPnnln8/usH+jv8C7MdLAorH1sQjqMtDL8tEggQDkBgQOAfTQQicCAxhFMAaGY49c4fnjLrBTiO20yin//wVH97BACEHPy7rx66eHqgvIqqlPQPv3bszKFuDo2efmTi7e8d6u6ISkXUN76y+/uv742EjIDQ848vPnV5rLxdzyYsP3/z7MVj7b/4/vmWOgcAAEkjgtpc67h2YSYRUv/Ba3s/+/h8f3eUpLDF6fxf/Oy8z6MAAING8P1vnO5o9sajFTceXhwfyj//1Pw3v7qhkpDH97d+56WVpx4b+r2v7lVKOQGP9s9/dKohawEAu1n8pz84PzOe7Wj2/fLtq0YNCwCEbPLcsSWdXqpQsj/33NJf//GZI5slikCAY0DgQOKIRIgggCA+augAIrHoh5C4cR0RCJEIUTgiSUSSiCIR9WDmA/I4ojCMpABHM+OFH3zrIbWGAwBmk/jH3z15/thwqafaVqlrqXZ99bOHRgbyybjt9PGJ566vmHRCQDAxlP7Jdy6YLRIg4Nj+0u995ZBISBE0+fj1hVc/t2+gVIglPPGI6afff7iYtRzf3/mN148ZrVrAcBKHg9tb/vD3T3Y2Bw/sbP/lW1fXFhoIglTKBDcenrp1fbU66Wlv9P/ku6d7W33b13qyKQcAivk1b33vfG9X+NDe9q98fiPklnznawdOHRtMRQw/+87Z3esdbS3JJx9bvHRykM8hu5oif/LTmzPjNe1tebNRfvHsusWqAgCdmvPSF3Y9dGKSIDFEEogmEY0jGsMoClHUB0fp/kKKRCQJANF47B6JN3543xv70WtAAtA4ogkoi0UAiwSaBBa5lXkwj+4TTmMWizqZcHOEBNCIJ6DSKWd9fbCxOcEYlQjAVqnq7EyWSun6xohQRAOG4RSuUIr8AQeLS+A0pmPkDoeRogmSQ1f5DfU1gaamhMNjMjKi7pawVi2USll1tV6dSYUogqSRTEh1tIZ7elIWk6w6ZRsfLup1YgCgCKy24O3vSva0pYoFj0LHd3uMXD4XMJrPIZJxm7PKVGHXRRMuNgdzODW5vFevE6aSrppiqLEhGo1aKQIwjNDrFfmCv74+XFMbUaoFLm8FX8LFKAxwUGnFlU4zzqbKYwcWCSxiKzjvi9J7C8uXCCKJeDnyr7z0nr3To9eAQsDCfwOx74pELGLrp8M0BmwSUfd9CSBwnKbuOz8gwEnExhEbK89TjEXiLKr8bsVZGMbC7hrH4465+bap6ZZkxmcwio4dHPEHLYCDya44cXzK5VIBQDpZsW+9Z3Qgu3tX/8pim0BIVtd4Dm/2iUQUAExPV5c6o0AguUY6NFyHk/dtJO86+eBnC0RSOIuE+ywRhQABUARikYhFAo4AA8QiMBaB2MRvFrSycAin4h+yi33sOrAJ4JDofrEJxCYQh0RcEnFJ4BDAIcp5xCURlwAuDlwSuDTi0ohDIzaNOCTiUIjDQhwacQnEwRGHhThsxCERh8A4JLAp4FDAxREXf6Av7lYG5xAYiwIWKZFTX/zc3p5SQKTgKQzyKrfsl+9cbWv3A0CVS/rnf3S5q9mdihr/8NunxgbTfCFZaVe++MWNU8dK7e2ev/r51WTCIpFRP/vuyddf2MUXodrGyPJaD87CcTaBcXDEJe70SCAOgcolHAqxacShgIsBFwMOgXFYGJtCHAJxSMShEZcuDxxxCIxLIjaBvSdiH01AQijzISQeuXkdOATiURiPvk8sjMcq5xGPRjwWxmOhrfz9YqM75RiPwHgE4lHAp0FAIT6J8UjEoxGfRnwC8XHEIxGPhXgsxKMQj0A8AvHviEcgPgvx2IhHApfgS+lPP7X01huHl6ZTQilps0ve/enR65dHZ2eqjx9s+fOfHC01Oa+fHf3GS7t5YgwoDDCYG4//yU9OJ5Oa77y2b30h19QUevhM3x/9wfF8ktm23O4NGoENOJdEfBrxKcQnEZ+6K9jykER8NvA4UPaQT2M8CvFIjE8hHoV4JOIRiEciHnU3Mv8CAY3C2cQHk7h68zpwSOBRiE9vRYrPQnzWnajdEZ993+XdPI145YGRGL/sNA18FvBZiF+uomBrqGVsHMTjbN3Ip4FPA/8OVD4NfDYIaOBTwKEsNsnVC/1/++6lk4dKbqf0j3904uj+tpoa7+x08hc/Ot7T6vjUjckXP7dEChFw2EDis+OpP/vpWZdTdOpo6WufXz242etwy7/0/OqTV0d3rXewRTjiEYhHA58LZQf4LOCzgMcuC/FpxKeBxwEeF/hsxGfdcfX+kW49lFvBKQ+Tx0K8e5kHQvdBhcBCodyHzYnHbwCPQgIaCWm4JwoEFAiprcxW/p4BErKQgEYCCglIJKCQgAIBCwnYSFAuZyMB+67BVjtCCgkoJKDRliUbBGzYsmRjAgoT0EjAwvgslpRUGEQkBWcOdn7uubWIX/ZnPzvf0l4FAE6n6E9/cq6r2TU5En7rRyf8QQ3gIFOzv/SZPTcfmeHy8Y527//zl5cP7+8ACnasV//9f350cDgJbMAELCSkQUQiIV0eLBLcp61xsZCAQsKyw6yye1vjveMzErK24iMsN3J/6Ch4b+Z9hWz4cBJPPIoENBKykIgGMQliEkQkiKkPEnmfKBCTSEQiEY2ELBCxQcQCEY1EFBKRSEgh0ZY9ElFIRCMRa6tKVC6hQHSnWRENIhoTUpiIBjELBGyhgrtz9+DcTOPBff35Oofbp/zqFzcKdVVAgzug/tIX9mdrnWwxWl9tOHd6cnCscOjowJnjQ4xVCBycqRDfenwtnbcBG4Ixw7NPrVndMhDiuJCLiUlMRGBbnlBIRGEiChNSuPCOP+WgiyhUjoCIenC8FIjoe+VbY9kSiO6ETkTeC6PofRkuCueTH0biJhLSIKKQmP5nBXeEJDQmppHkg82w+zKYiMbENBLRSEzjIhoX0dhWIxRsmbEwMRsTsZB4S4SIUltkvlil0iQFDpASiqvkkBIaiUhSQnFUXELGAj4BLNBYZN643VKlwfgAXAwTl21oTEjgIhITEqSYQgISiWlczMLK/ohZ6H3ubTks+rCBU/ePHT4kOB8pgDwsUvwwEk/eRCIWiCkkoe/G4p4kLJCwQPJAIUhYICJBgIOIAiEJQhJEFAgIEBBbGT5+r1x89/mitkZSNijb8HEQkFuPJB+/90AJMOACsACEBIgo4OHAx2HLjAARBWIahATwMGABcOBOX9Q9TwQEiCngIuBhIMC3HkweAhEJQuLevBdRILnj1V3H7vpWzogo4GEgIICLQEhumQkIENMgoUHCQpL3xU3MQhJ6S/eHjoeFC1skXnn5lQd3sU8+honYSMpCMhaSst8jkLFBxgIZC0nvk4zNM8qlFVpKyefrpVyNiJJzBYxMZFIiMS2xatROI63ks9UiUsEjFTxSzsVlbFLOJWQcQs5VO43KSp3SpmerhRqnUWRU4FI2WyXQOY18nYRU8Ag5l1RwBYzUnQmKzCokYXF1ElmFlpRzcSkbl3MptYBQ8Ag5l1Jw5RUavl5KyLiknEvIuZSSz9GJlXZGXqlja0RGf6U5YBebVJSCx9dJLAE7VyMSMjJKzqXkPELGIRRcTMahlHx5pU5pZ7Quk8yq0bhMLJVAVqFV2vQcrZilERl8lVKrxhx0CBiZxKxS2PRKO4PLuSBl3wnOe0OHZGwkK0f1Xi0I8HAxtUXilQdJXL11A0lZSMEGBRvkHyCkvFvFKgvJ2e5MqHd+JN1SbB3qGpobTdZns201bWM9+c76VHOheahzeGmidairtquhua8t21TsnRzoGOr2p8M1HfXtoz3NQ53j22arOxvybTXFrob63paW/vb57Ystve29kwP13S25lhp/JtzY39Y82FHd2RAqJupLza0DHbWdDU2DHXX9bbmO+saB9nRrMdNSXexsbB/paeppbSg1t49015WaUw25non+dGOupb99ZGGiZ2Kgqac1WZuZ377YNznYMdjdNzHQVGppHeho6murSgUUlbqa7qZUU77QXje6PNkzNWgJOlqGu/rmR7NtNQZvRbGroWOsZ3bnUrgYj9YkO8Z7HXEfpeSD7G5YPjB6rPfWiohwTfrDSDwKMhYoOaDioDuCO8JU3DIkpOQg5VYVpuBq3WZXKmAO2D3pUKSYMHoqGI/VFvO4UwG1w2D0WDON+aqYz5MKelJBV8Lf1N9W09mgd5mrkgFryMF4rN5s2J30W4MOdzrozUY8maAvF3EnA4F81JMOh6qTuiqLwq6vjFa50kG10+jPR0PVCVfS78mEKsNuW7QqWIibA3ZzwB4sxH2ZcLkjby5SlQ5o7EwgFzF6rbZIVVUy4MtGvJmwwVvhz0W82bA/F20Z6PRlwtHqVFUyUBlxCw1yTzpYEXTYI1WeZMCfjbhTfmvI6UoF7HGvxmmsCLssAXuwELMGHRa/3Z+PMb4KLiNBCjZSbEXm1whU3C1JyHBt5oNJPPLUY0jBATUbNByk5pZ1lwQoOYSaR6h5mHKrFjRcTM1FcjZIaZCxQMpCEhqT0ZicAyISBAQmZQMXgAPAhq31tLzaimngYcAnQEQAHwEPAR8n5BwQUiCiQUqDhAJpeeWlQUIjGfverkOIg5QFcjbwMeDjmIQFPAz4OAgJEOLAQ8DDgI8BDwEXQHi3fQRSFkhoEBJbt0tokNCYggtSFgiJsg8gYYGYAgmFydiEnAMiAvgYSCgQYOX2kYwFIgKkNEhpTMbGZRwk52AKDnYPAPdu6D5Q95Ggfi0JJQfUHKTZCvR9TXBIHT/anNX4rEjJKdeChou0PKTmYmouruZiKi5WNlZyLPGqbFe90mloGuys62kZWZrMttb4MpFUU6F7oj/RmG8f7Uk2FQy+ysbh9kRLLt6YVdqYqkxEZjeU5zKu5CEJS+s2B6sTUqu6IuJSOvR6rzXZUsAVXEzBiTfngzUJXMbx5aPJtqK/Ju6vjhW669LN+Ugx0TbcVdfdaPRYmvpacy3FZFOO8VoZX4U97kMyNlJwMCUPZGyhWRWsTlZE3IWO+qp0UOsyRRrSkgo1krNJNd8ac3vzEVPI7q+OmUIObzGm9lhc+TChE4CKg1Q8TMUDFfduNEDDRZp/hsQ9JDI6XH+XxKsP/l82Tz0GKjZoeZhGiHQC0PMwLZ/QCDGtAKlpZ949u2/JU0jgah6m5YCOC1o+rhcKHRpMz0daLtLykZYPWh4oOY0jXaNrs7G6zGdfemFh5+rOQ3uX9qwNL07tO33k+rOPHz53YueRvTuObM7vXH7kmcd2nzhw6OJJvl4+sDhZW2odXpxsHy3N7l62xTxSq2bboV0r+7avbK5Pb1/YeWTzxqee6Jrsl5hVFx6/svPYPrFZNbwy1Tc/Or1zcWbH4rlHH37mhU8ffuj4sQsnt21uX927/uwLn17cvXLm0YtKpyHWkJ1cW+idGantaZ3bvZppqeaoRWOrsy1DpbGV2bldK8cunz7+yJm1I7tEZiUmZ1vCzr2nD+46urHr8Mbo0tSeEwftcf/O0wckDi1o2KDlIR3/nrR8pOU/UPL+2jsGoOWBghVpuEvitQffE0/fBDUHtFxMK0A6Hui5ZRJIy2eZBMM7Rnae2dc1M0LqBEjHLpPgWGTGmB03iEAvQHohaPlIy8M1fGvEtXn28K4jG4899/ieo5tjCxOTqzMbJ/bvOrxx+fGrh84c2Ti+b+PE/tNXzl564urU+vzg4hitEizsXdt9bP/TL3z6ws2rZ65fbBkqReuy64c3dhzd3Dix78iFE0sb66cfubBx6oA/Hz336OUnPv9cIB93JYPHLp3ZeXRz/5mjm6cO3/jUrYuPXz9y4dT64Y1TV8/d/OzT4yuzq4d3YUpO+0TfkYdPPvn5Z45dOHn+xsPzO5esfvuBc0eDxfjoylSwEDv68KntRzbO3ryUaavhMbK28d6lfdt3HN6z6+hGsat+9dBua9Sz/eQ+jd8CGhbScZGOd0cfzuBDBAo60rhF4qWXH5wT155+HGk5oOPiOgHS80DPxXR8TCdEWq7Sq108vLx+cnPX6cPyKgZ0LGB4oBcovUxl2oUzImBEiBEiHY/QCwkdvyLtKfY1xZqzrlwg2V5wZv2VyarWyZI7FwjUxtLtxfapnnhrLliX8FdHfbUxU9QhsqmT7TXRxmzDUFuyvRBpShujzmRHdetUjyPrrx5odmYC6Y7aRFvRX5eUOHWZrrrOuUG1z+zOh9JdNY6sv2Wy5Mj4go2pSHO2dqgt013rrYm48kFPMWzL+kmDMNtbH25Mt030xJuy8eacK+N354JD65POfMBdHeFZZLlSXbw5l2wtjqzPqKrMTWPdNQOt/up4tqdW4tQEGpLOQijRVcO2SJCeC/fE+4hCZen4mF4AKnakKXuHxIPvievPPI7puKDnYXohxvDBwEUMHzEi0HPNCcv8vvmZPcsHL5/2NyZAQ4OBhwx8Z9HtLnqQQQiMEDfwzMnKyrQLZ/igpUGBgYoAFQVKEtQ0aFggw0BFbZXIECju1KpIUNPCKp3YrWcbpWq/actAioMYQAAgBZDhuF4ICjYIEMhJ0PEEdg2oWaAiQAogBJAACAAUmMSjZVnEwAcQAMgxkuEa4zakYSMNB8Sg8pmRhgciDCQ4SAiQEiAB0NCgoYDhghwHBQlKim2VYgwPFATIcVBSoMBAxwYVCWoWKCjE8JCBDwzvXyo+MHxQsaLNmTtn7PfMiWcfRwwXDHzECJFBAEYeGPhgFALD8da41w4vTW6fO3Lloe7FIaTnIAOfMHOjHaGquirMIAADVx/WtE7WNU800SYhYjiYgYMMHGB4YOC/TzwwbJUjAw8xPKTnxjoLy8d2ja7PbD+5WVUIu/KhbHdDttTQNT/UMNopczHjexbrhjvqhjvUfkusozi3f01ZZQw2pZonSvlSQ9fcUPtMvzZgbZnsWTm6x5EO1A20Vvc2bTu6+9gjDw0sjcJdp6QAACAASURBVEkqVNHG9KFLJ1JtxWJ/c7KrJtNV2zrRowlaEMMFIxcMPMTwkYELRi4wbDBywcgFI+d+obtDMH7goLh3x/VBVffdaxSAhr5L4pVXXoM3fvDDe3unZ26CgQMmHjKJwSwCswCZhMgkAAMdbfHtPrYys2Nu37mjayf3cirliOEK3eLiSMrT6MFNPNrMru4L98/XDK2WhA4FMnBxIw8Z+cgkfK/MQmQWYmYRVs6bBJhZiBieOe5aP7ax99TBpX3bGwe7Fjd3PPnC80evnH3o5uUzN68Ea5Nzm9vWjm489MTl1ome6T3L+88drRtom9y1dOrGxRvPP336+qWLT11vHe9pGu4+9ejlAxdPnX/y2v5zxzcfOnr4wqnTj12M1Kd2n9p/5sbFHUc3rj//xI7jm+efuHLi+rlCfyPoWGDiIYsAM4uQWQhmAViEYBaCRQAWAViE5UtUDoj5wyRAZj4yCz68SninWRGYxaDlRJqzH0Li2ceRiQdWAbJIwCpGVjFmEWFWERhZiVb/jsOzI0vDa4d3bV48qg6YQc8xpQ3VI3F/ixe3sNUBSc9spjSVnt0zoA4zYOYhqwhZRahCBBUiZBGBng1GHph4YOKBWQBGHrIKwcQHIw9MAjAJZX5Tvr8p39M4un3WGLYNbpuc3rvSNFFqHO9qm+k1xByxzmLNUPvI7vmKnM9dGx3aPmPP+ReO7Vg/tdk22VvT39I03hloSrpro8O75mPtxeGds7GOfMt0qXWyp264Qxey1w53jO9ZGlydHluf65wcmNy1WDfcFu7IgpYGAwssfFQpRlYxsoiQRYRZxMgsBqMAs4hRORpWEbKKsDtC75Xwjj6sqpwXI6sEWSXA8COthXu72PtJXPvUE8jMR1YhqpBApQSvkOBWMaqQICM32e5f3hxqH2sf2z6z5/RmsCkGeraz2lLdF/Q2uDAL29tsbp+IdIzlFzb6rAULWHmoQopXSFClECqELJuisuBXhExSPyPz6SVerSHt4DjkUj8j9TN8jwZ0bDDyQEuDhmJZRGKXCtQ0aGjQsUHPAi0L9GzQskBXzlCgpUDHAh3L3ZqUBU1si8Se9Uo9WtDRYOQrQxa51wA6GhgSWfmUWWxJVjFRO2YQgI4DOg5tFjsLQbnPAAYeMBx1xFyZ9wjcamDYcHd10nOQWSwJmIDhYVYhXiHEKkWoUowqxVilGKsQYxVi/DcUViHBrFLMKsOsUmAE0fbivZPdA3PiHglxuUu8QogqxcjCyZT8y5sDHeNtA0uje05v1I82IiPb22DLd3uCzR6ykh9qt9X2ersnapb39TtrrGDhQKUYVYiRTQRWvjbqOHXz4tzm6sL+bbN7l5eO7BjcMc2pVJRWR2cPbWucKbnqo5poZVVDTOk3dq+MlFbHvLVxV03UlPPqU25LzleR8zkKwaapUvvcgC3nt2a9noa4tyGhidrAwHdUh07ceGhkbdJeHfQ1Jhf2b992eLe/IS4JMKDnxLtr+1YnpvctdywMaCOVyZ6aXF+9pzpUM9zaPNunjdrHNxd7lkcWj+6054PWrM+S9VbVxyqy3mx/074rJ901UcIixitEWIUYKiVQKUFlEpVbUfroukNCWiYRuUvi5ZffR8IqQJUizCbBbRLMLsVsYmSXYJXcfH9ger21ub+uc7K0tLnQMtVM2/iRNnem0x1q8bCcokCzo7rL3z1eu7KvN9ZRBVY2souQXYrsYrAKTWnvU19+fuPUgQtPXLnxmVuDq1OrJ/fqo87lY7tvvvDcuaevXXn+qak9207eePj41fPnn7p++MrpI5dOn3jk/Ob5YztOH5g/tP3S8zf3Xz65eGjnnrOHTz9+6dCV08dunFs7vtExP4ibJIGWzM0Xnl0/urF6Ys/F5x49duns6WsXD185HWrNIj1vbGPJX5ca3TF/7ulrO88cPHTlzNFr5w5fPbN+cnNi70qoNT++uRRpzh6/cf7CM9cPXD61++zBI9fPrB7fM7w+d+6pa5sXjoo9OqxCjNukmE2G2WSYXYrbpJj9XyLcJscr5XilHIzCSOeHzImrn34CKvhgF2E2CbLJkE2G7BLklOI2Xr7PN7JQXd2Wah5oGlnsa59t5FcJ412eZJsj2OzkuIThFm9td7R9uLi6v7d3tRGrYIFThBwScIihQqCO2fc/cnpk93zvtomu5dH68a6Zw+uWXKBhqqtrcWDu0LbFIzu754cPXz2zcGB9x5l9E7sW9p49fObRiztObK6f2rfn4pF9106Xtk34mtKjexYWDu/omB/qXBhO9zXsunQ00VNnLQZ3Xz4+sX9189Lx3RcOT+1dntyzNLxzdvnULmveG2rLje5dLK2OjuyeH9+z0DE7MLp7fvbQ+sie+ea5fmWkYvTAUt/2yZ6V0dXje3aePzh/bHv36kjjVNfQ7rmxjcWhXTNCnw5VijGbBNmkdyT5l0oKZZn4ka67JF59D4nHoVIADiHmkCGHApwKzClFDgnLJRzaVtc3nqhuTTT11Q/Nd7VNV0sD4uJgOFxv9jfaeR5hoitc251o7E2vHOibPzrMrhKCUwQuCXKKkFNEOGXSqJnlVbO9apZHJQoZREEGt4nZVQqWV0G5ZYKgjufTikMGjlspCuppp8KUrWqc7RH5Gb5PJwjo+QEd26MmnXK+X8/3aYUBPadKxfVpDQWvPuMi7XJx1EK7VSIfI/TruF41z6MVBxhrrUceMRAVIlnULAhoeR41r0rNdav4Xq0oaKCdCkFQhzkkXL9WFjXzq1TcKqUwoOP7NewqOeWSSqMmnk/D8SoJpwQ5JcgpAafsjqTglPyrZOWFu++8sV9+HwnMIUIuMeaSIbcMVcmxKgnmFOkzzIUn16bms609+e7x9oVdI/0rjZqYrHooEqw2+eptsog82x+rKcWbhrKTu1s7l+t0BSu4RJhbhlWJMa8YqsTgEIJLDC4RuETgFIFDgLlE4BKDWwouKTgk4JKASwwuCThF4BKBQ4icYnCKwSEEhwCcQnCKkFsMDiE4heAUgksETjHYRWAXYS4p2IXgEoGdD3YeOIVgE4BDBHY+OAXgEoFdCHYx2ISw1aYYnGJwi8ElQlUScArBLthq2SEChxBcQnCVuxaBS4iqxMgtQVVSVCW7T9KPrAfsoSybMNJz9z3x4HenRz7zBHKLkUeCeWTIK8W8EtwrBhc/PRx//sVjU3OZhvZUU2/d9Lb+/pX6yhp99XDInzME6mxMTp/qixa7Ey1jhaEdTVVNNm3OgnkkeJUc98qQT4p8EswrxXwyzCvFvDLMK0U+GfLJMK8M85b7kpfLcd+WGe6RIo8U+aTIJ8W3bpEir7Rsj8otlDNeKeaV4T4Z5pPQUQ0/wSCvlJswgksMDgEVVGJ+KbgFqErEDqnBKQCXANxCqBIhnxTbcqPcrAx8cvDJMa8M80kwnwz55Kjsv1eCeaWYV4q8MnTHAcwrxTxSzCPF3pN/X+H9dyGvFHxS5JOBUxjtq3k/iV/dvn376mefQF4JBKQooIKgHA+Icb8UecUDu7teePXC9EJtS1emobvQM9HWOZm3Nehzgz53QuNKMcasOtzhbygVemabCuNJY9YcaPPJYkrcK0UBBQTkKCAjfDIUkENAhvtkmF8GQTkKKHC/AgVlVESJBxQoICP8ctyngKACC8hJnwwLyCAoQwE5FpCjgBwCcvQeBeUQkCG/HAVkeEAOLnHT6sD8iZ01k53Dh1by0+3Zseb0cGN+us3fV0gON9ZOd4V6q0M9hdx4c0VLSBBnCJ8MBcqSY34FCiggoHhvLwH5XZsPKf9nBO93PqiAKlFsYIvEqy+952vH557E/FIUkmEhFRaS4yEZHlTQAfni0enPv/Loyp6Btt50Q3dmeL6zd67W2WzKD4bcSZ0trrbmdVWNjupSrrTUWtlYoYxrww32VLeHFZJjQQUWUuAhJRlU4CEFFlYQQQUeUqDwVvsoIDa22oxNNhQQE0EFEVRgIQUWUpbNsNDW7XhIiYcUHyYUkuMhGdsnXz298/GvPPvQrSuHrp4+devSoUcf2nvl2I5zB/ZePX7s5vnjNy/svXb64M2H9t84PbhvVpI2Y0EpCsvKXpFBBfHhXfwWhYWVWFgJPnF8sO5+EvfeE9c/fwsPyFBQRoaURFiOh+R4UMEPyfuWOm589urE9qHGUrKxJzM02zKwUOvvtFUPRd0pvT2hsabVVfW2+pFi01yDJK5wNNj9aaa+z2dtNBEB2RaAkAoPK7GwkggriZASDyuIsBwPK1FQ5CnZ2taLnJgECymIsIIIybGwEkUUeEhBBJV4SEmU7worysLvSUmEFeXWsLCME1M52sLBnlx+ojXSV4z0V3tKmeBAIdiXiw/XpMcbo4PVvt6spyftKaXcpZggY4CQFILlZUBGhBR4WIaH5ff3dUcqIqx6X6HijmP/rBRE6J7zWFiBIgrwiRNDtR9M4sYXniKCcjwop0NKsuxQSKFKapKNnr1n907une0aa+4abhidax1eqQ312GtHYu6kzhXXOJIaV97YNFkMlkLckDjS5fWljP6stn4qxAmLqbCSjCjwiBIPK4mwEo8o8YiyPDY8rMZCEmcbM7avTpXXYSEVHlaQYSUZVmJBGRmSU2EF+YEDjiiJsBKLKvGIigypiLACiypQWM6NM+KUGbnFgpQR7FxuTMuLacErAicHqgScmEZV6xCljZyIUpE1cmNqfoLR1LkUhUpprgIPKbCIHI/IPyiUZRIfMe6/VpGtCIBPnPwgEr+6ffv2jc/fooIKMqygQyo6rKTCSjIi12W00ULl9I7xwR1TvdP9feMdsyul0dXqYE9F/WjUmdQ6Y5qquN5ftFSPxnV5AzskSZT8/kKFwSNuHvY6mvWiqJobVRMxORlRkCEFEVURERUVVpMRNRFR4yG5tVE7sb/WXGsmQho8qqYiSpZfqkgbRWmGjMipsJyMKO4XFVZQEQUVVpARJRlWUWE1HlHiUSXhk3XvGtv18MGWxb6pU9sTw/UDe6Zmj6w2r/SHBot0QNm8Y6B1fTBcyo4enp8/vZ4Zrc1PNK+d37t+6UBpc5IfZ6iwkgzf7UhJRlR3pCYj6vsuVWRE+R6vfiMRUQXyi5PDdfd2sfeTePTzT7LCCiqiZEU1rKiSHVWwYkpd2uAMaNoHG0vLo/0L4z1jnXPLpbFtNf5ua91wzJHWO+Jad1gfqLbUz6WFSRkdlka6fcnWkNmjSdYy3XPByrReFtNTMSknrhCktHRcScXUrIiGjKqpqJKMKNVFxdi+aneLnYyoiISGCCtUCWbz6j5LsweLKlhRJSuqpKIqOqqkY0o6qmRFlaI0w42qWFElFVPSMRUZU1ExJSekWjq987EvP3Pi1sO7Lx899PjZgzfOrJzcGNo9t+3iXlWmIjpQvfbQ3skDy1NHV9cf3iztGh3cnN575fCRJ86OHVsWp03lLqhys1EVFdNQUTUV1VAxLRXTUlE1FVNTMTUVVVFRFR1TUVHlR1JMScWUVFRJ31VMiQekqZH6Mon7/z5RJnGLHVGxY2puXMuNK3lxFSeuVcQYfYW8rjU/unOhZ3aka6RtaqF9bKU20F1ZO5RwZc22uN7klue7fQtnRmR5DRWV+dq9bSMNoZQnnNGPzsWKzU5btZMVU+jqTM6Sn5VQsuNKdkzJTujYcTUVUwlToq71ZLCnihVSUAkVO67e8dCO77z1dabOTsRknLiaHVfTCRUrrmHFNayI3Nziruzwc2JqVkLFSio5CSUnoWQllNykztQcsHdEoyM1VZ3x4EDe1581N/ndXQlvX1qQ0FV2hGsWOouLHY5SwjuYtbaHKjvCVd1JT3fK2h6i42oyriQiMjIipyIKVkLNimuoraVSTsc0ZERFhJV4SEFFley4mhVXseLqB6VhxTXvK1SzEmpWQs2Oq9lxNeeOqJA8M9Z4bxf7wzfuvSce/cLT7KiKk9Dy4hpeXMlJ6NhxvSCm0VYZ4jl/+3ipabirb7JzarFzbkd7tMee7Y/4CzazT6ezS8fWmjcuL5gbrWREmu6PTq2V4nVxd9zSUnI1djrjLT5BTBUqeYO9ASqq4MXk0rRWna/gJ/TshJYbk4QGHJFBrySmZYWVqcnqn/zJtz//e88KMgwrLuMk1KyUhp1SspJaOqIy1lc0Ljeq8iYqoaFTGnZCw06qOAkVN65iR9RMo9fRG5cWTJyI0tDg4kXVqtpKOqLAvGIyKMeDMswvBb8QC0gwvxj3S9gRlbbehbxizCdhRVSqGpu1I2Bp92vrnVRMxY1rvQMpW1c4MlFU5K1Mg9fSErZ3xNQ1dm5CxUmq2Ek1O6FhfUQlNaykhp3QsBMaTkJDRxTZsaY774nX4Idv3Dcnvvg0K65klUee1LATOnZCw0morTlHoTncNtxY01PbMVA3NdextKsz0mNPDoT9BbupSl0V0+88Nrrv0oqvJ0hF5al+18r+7kJvtSPlyDVVNpfs8eYKRVKeGvDZ6hl1NePv8QTaPbZGFzuhopJadlxpaDB5uhyOFocuX3HqmWPv/qfvbDu7gsdVdErNSurotI6V1tIJhSKr6t/bExvOsWIaOqVmJ9XspJZMq4i0ik6qxRlz376phuXS2pXNjvWBtYsbQ5tTa5c2J44t9e2d6Ng51LNvIj/bHB7K1S13tO3o71gfGt43u/v6kc6do32b07mZVmdXvGdzIj5UbNk1hIUVqjrn6tXN+GBx9syquy0ycWjp8M2Hdl0+1LhaYsdUdEpNpzV0SkN9NJFpDZm+7zIiz96ZE6++/OoDJG688DSdUJFpNZlRkym9IGOQFQ10SmGqdzT0xbrH6mp6cqWRhomp1sW1tkSfM9zr9xdsRqektS+y6+jYwcs7UxM5OibzdJh6lwptMx2BYijbYGsfcAfqjNq0Ijdkb5wJN0/m060VxZGAqamSTKqIjI5K6FRFc/1sPtnjaZ6u/cZPvvTlP3jaP5jEEmoyraXSOiqjITIaflLauZKfOjjENLjxhJZOqzlJDZ3SYlkNyqmJtFaUNfftn2paLC2c2bl+cXPfjRO7Lx/ac/XwxrVju68eWTq7sf2Rw9Mnt3fvntj3+OltD+9fOb+5+eipw7fOH3rq3Nojh+ITjdJcRcNKz+ihudx8Gx7V8NOmgUOzQ/tmWtb73Z3x2ZPre68dX3/4QPVqiUxoiLSWzGjJtJbMaMiMhkxr7mU+KE9kNETmXjkelWXGG7ZIvPLKAySuv/A0mVQRGQ2ZVZEpjabW6i55WGmlMK2LtrlaB3NNQzVdo83jUx1ru0qFwSpPq81frHSEZDNrTbM7e3aeWSnMV3MTMldTZXEw2jbXnm3L5Rptg1MxX9FizSqm96TH1vOxZmdNj6NzNS3MaMk0Q2T1ZEqnLpoOX9sxtaP18MOLb/78q2c/dUxSsNBJNZ3WkBkdntViaXmw37O82dG3rUVSMBFpDZ3RstJaKq0lslo8qyUzWjqhZZq9zv6UvsVvag9ZOyPm9pCjL2VsC2obPPpmL9MW0LX5lY1u52DG2BbUNnkru+IVnTFDk1/f4hcWLXRGr22qiozXGNsCZELLzRiDY9W2zoiqwalocBrag4aWgLUrJq13EhkdkdWTmbK0W8pqyKzm3uWvFRaTpyfvkHj5/SRSKiKrpbMaKq1las3Rbr8kreWndL5mZ3NvtHUo3z3ROjnXs7azp20q5mmtCBQr4nXG7UcGJ9b7dz60rW6hqMqr3dXWtolU12pztrcYqjYNz0ajNdruuejEjlSi0RhvrmyeiYT73Ky0Hs8yVFrHzuqtLbadx8d2Hug+8fDEi988P3NqhEqqWGk1K62jMkYibRQVdF0r1SPT+c6Fen5GTWbVdJahsnoqq6OzOjqjpzN6OsPgKS1KqLCkEkuqUEKJJVUQV6K4Ck+o8aQaJVWQVGNpDYor8bgaT6ixuBKLKYm4ikioyLSGymjxlAaLqciElsowVEZPxDVYUoOnNERaAykVJNUoriZTWjqnp3J6KstQWYbK6n4D5fR0VkdndHhcmZ5qukfigZPdl56mUyoyq2Nl9VRGz9Qas50hZ4NDmmKCze7GNkfXcKx9uDgx17V9T3//Sr6i0RAoVrYOercd6OufL60cme1YrbXmNb6UqXUg0rNe3zDdFG/wTS5GZ1YjI6uZQCPjyetaxqL+Toe82kjkdHiOodM6SY01Opyc39mycbR155HmS8/ODR9sZqfVVFZHZY1U1shKaqL9wYHFmvaB2PqJqeBoAs9oyBxD5fRkvjw2A51lqKwBT+vxtJbKaOmsnsoxVNZQFitjYGUYMqUnMwyR0hEJHZXQ02mGzuroHENmDVSWYWUYVpYhcwYqZ6CzBiJvIHIMlWWIHEPl9FROR+R1ZF5PZRk6a6CyDJXTk3dE5JiPKDLPUDmGyjJ4Qp2ebr63Ot3/3enGC89QKS2R1dEZhsgwhjprssFTLMW8jVWReltdvaF3MNg1nBqZbVvfHBzcXqfOqaKNzvGV/PyenpHF/vUjsyvHhpxprSugLTa5B9druxZbqjtS2zaKa/sLkXqzO2fIlbzJIZ+zw6dtcuNpDa9oltRWUgl1ciy3ebx/41jt2qH6C59a6NxVYKU1RI4hsiYipa5ss5bmM60DkZaByKdeu5xbrIeUlsgzVLYcAgOZM1BZA53RqZvsxm6vqNaMkmqU1kFKCykNJNVYUk1lNKIGC6uoE9WbNW0uVYuNSmlRQo0llVRGg2e0RM5AZU1U1kBnGTLL4DkDniuD1JM5hswyZI4hcwYqyxBZA54z4DmGyOnv6NcCyDJElsFzWyoXQkKdukfiVfjBD75/77vTl5+m0gyR01N5I5HTW5qd0TpXscnbOZCM5PT5enNji2tgvDi92rNj/9TsvmFD3pjr9czvaR5Ybh2Y7dx1ZOrQ+eVAzmp2SyMZ3fxmQ8d8YWChdmmzNttW4clZI7XmqT1tqbFk/XKHpqGKSOkCg/HkXD2elHftbL30+PLeY4WdR6pP3Vr0DPmotJbO6bGsVtWgG9xebB8ONnR6J5aLh24uC4sGPK8nCwyeN5B5hswZiLyRzBl4OU3Djrq2PQ3ZhXTVcMBacjr6HN4Rb2g6VjUSZNrMHYc6K0sVuZXU+NmB7gPNviG/bzwYmvLUbS84RkNEkcHzBirPUDk9kTfgeSORN1J5hs7riYKeKDB03kDlDGSBIQoMmTeQ5d4/gqg8Q+cZKs+QeYYoMESewfMMpDTJ6Zat88Qrr72HxDNkxoDnGDJnIvP6imZ7rLYqmDC39wSbOtyF+sraFk/HUG5sqXT49I5dR+djrd7umcT0ruaOqcau8cbVfQM7jo4EshXmKpUnKl07WNs+E952olQ/WOXNVnpy1s6JyObZmZWHti8/vFtYX8HK6vr39E+entY1W1ZPjz10ZXT/yeLGweTa/gxTr8UzDJ7Ts/PKvp2x0cVIbZe/vsu/eWEkNukjUhoqx5B5Bs8biLyOyOvwggEVGKqobthsbNqoHzk71H2odfqh0rZL/UeeW1y+OtJ9qNU94Fi5Pt2+Ud29r66slYv9B5+ZHTnRMn1+2D8eIws6lGewQlkGLM/geQbLM1iBwQs6PK8ncgYib8ALDF5giHxZ+n+B8IIeK+ghpUnMtN5/xr5H4tqXnyGyRqxgIApmMq/3dlWlG4PBREWhtnJ4LNHY5ig0u5p6M12jzYdPbd91YNIVVZcmoqWZbLEnX+zKTq13Lu3rbOgNW7zaqpBs/4nq8e2x9pmgK6N1J03xRuPSoa7Ni9tP3nxo1yN7hPVGUbWpcaJxeE9b/0bz/P7Sts3CwROp/fv8p8+EhtccihoDpDSJUde2fbm6kiPXEe6bS69cHOBWq8m8gcob8IIJL5qpooksmPCiBQpmstrI9Dh1nRbvdDw4m3YN+hPzqchMLDAdsfR7JQ3m6GI2MB2z9bllDXr7aKh2R01xLesY8fpmUvaRCJHVQFaP8iZUMOF5I5FnyLyByBmxfPnSRBSseNGKF81E0UwUyrJ8FOFFC168k8+b8bwZK5ghrUvOtt8h8coDJK5+5Rk8Z8IKBrxoZBX0qcFoTUc8U+sv1Lk6u30T09GaZktTT7p3smPz+OLOfcPuoLw0mhxebW0Zb2nqr1veM7ywp2XH/9/OewbHkV35nuU9QBCG8ED5yixfAKqA8t6bdOULtgree+9BEDQALQB6spuuSbYnm6at2qlb3S21TI+kkTSS3hhp5mlm9j3tzovY/TDifgDJJrtbmpi3q3kbG5Pxj4qbp27ee/L87j03MyMjV8LWkFxew9w47u4aq9N6OHIjr9pc7G8CmmagiUMdyxsTPWvdua5Kjk+sckqjPebJww1Yq35wzry0pl2clx8/XHPwgKYuxBdAnNF1WzQjNUByMyQePhipbasimisotkqSg0Ow84h2LtHGI9p4eLuAYBeRLJxiCOSnZHRrAUmfTzEWkwwleEMRxVaKNxZRbeV5Xm4RJNwT4O32cEmWUqKhAG/IJ1iLCNY9JWFAnqkrQ8VZXiHJymY4KitjVbs9PLKpjGiqoFo5VDuXaBfg7QKinU+08Qj/Ltl5BPsTZRuPaOPhjOW6TugRibtfIXGFaOEQHRySozLLwfalLS5IrXcpLE6Z1y9ra1dHG2SBqB5t8AzPtUwuNGgtFZG0JdBkMyMme1Df2Y+29Fv75j0jy2gAKdw648Ma+bVWnkRd3NQhG99ncbSIB5ZCk0vpvrUW/5DV3FhX5eC1jvsSPSZ/TLR4yLG4pl1YUGwerj62oQ9EeIfONS0ftjliQhMsaRwxBkfMDFs5xc6hOtgEl5Dg5JOcHKKTQ3KwiQ4uwcGjOTl1/XZuBKztNFj7TIklLDDhsw3anWMu95gzOONvOZhIrMBNB2LOIbO13+QcdxmGbIYRd56vUtNpNHcbGw7G3RNOfY/BPmyF5/2mHq1/yqPr1tungnmQkOAoxzt34sMmuDgEF4foZP97RXBWEpxsgouNs5TriXcjDwAAIABJREFUupA/SoJk5RGdPJKDnefmpAbcPkyj91ZZ3ApfsCYeV7T3GeGUPpHx9040Tc41eSFRQ48r0hkI1HtCYdPoBNzUpXVgwsl9keWDtrG5Gq27MN5qcUGV+zb0F656huZVo0vOvvnY6Aa8eCqGtlaH0+quSb8lyE1lxAeP2uaXqucXlJtHqtYPqMMNpWeuJmMtQq1P4GuWweMGprOE6OCTHRySg0Owi4h2/s65kRyVRCcH7+RQXJX6UaekWRmYDbQdTXUdTyX3hvpPNaeWPRPn22PLgZb94cY1rHENa1yDY0ve1uPJ2Gqo8VBU3aHW9phMPYbGw9HkGtS92YDNudLrkfq90Oi59sx6JLIaFjRV4+yleBeX6OCQHByig0twcIn/E3JyCE4u3sXFWcp1XY+z0x3cZ5988pjE9q0rJBuX6OQSndwCL6d9KoTVmyxQnTNUHUK0KKZq77MnMrZYk3t4pn1qLhNtUEbbjO6EyQEbg4h6fjkIJ0QaOzuS0c+sOuAEp8ZW7EArFg44rr7gv3LDeORI9fCYum9vaPUSun4e7Ripbumr6Z60e1Fe31jtkRPWfXur1tY0RzfUe+cVA8PA8lGzCSo1waLMkr0MLsfZKwkuIdHBIzj5JDtAtgsITh7RKSI5BEQHj+jkERwVBZhI1FzLT1WzE4qyuLQIEznnQtpeXUVYWBaV8lNVlTEFL1VVGZcJm1SlYaAyIpY2VUna6ypSVWCLthgRCZNy70xA32+pxABxg6quz1bVaeDEFXkQQHRyCC4BySEg2YVEB0B0iIgO4dckIjhExD8uglOEd4pwThHOwtZ2PiJx7w7u00++++WKfesyyV5JcO+QYHdOw/Fmuw3SukM1AagKQZWxxtrGTicaM/ePN00ttDZ3GWPtZl/caPfVweGagQmL1lYoN1RoPVx3hK/U52LNVWgLf2yp7sI197UXzNvb2oa0oG/FcegZ9MT5wOT+urZxTfuEIZDizawYjp0wHjhQu36g9uSmbn5WNjZd3dgjN/rKo73K5JKFat9DdPNJDpDgEhBcQpJLRHLx8W4+wQWQnUKyi0Nyc4nuytwgR9pSS7eW0JwVdA+bZC3ODQnptlK6k02yVVAsFQw7m+6oJJiLqbZSiqOY7i4vRsUMN4fiKAeaqsthab5PqOw07HKVVMYk3JRql4eb5eUR7eUEB4fk4pNcwkcSEV0ioktIcAkJLiHRJSQ5hSSncMdCcgmJLiHBLSS6hCS3kOQSkFwCkkv0UG4R0S3EWTmGHvTRVexXSNy+QrJzCG4e0cXPcVe0zULtg6g7avOEjT5YjYQ1SLK6qdceiJqbeqIjc41tA5Zo2uwLG22eKjiqSrSoJNU5PMVuhaFEaS7lqPICKdnBM/Fkp2DhUNX157UXLlkyo6rVs8jChm7vYfPMMWvHjLqxXxOqF65uGI9tadc3tEfW9edOOsYmZI09KivMt8L8tlWbKFlJdFYSPXySW0B0iwheHsnDxXv4ODeXZOfQnVyKm0Ny83EOjr7XMLDdBM+4Gg5GHaPWyF4UXYS8o05o2o3OeRIrUHojEV9FTL210aVg4gAGLQU6tprdUy5OhF9/MOIetYuScvd00NRb23ok2nIoFl+G4LlgAQwQXFyiW0DwCAkeAdHDJ3p4RI+A8EjERyJ5+GQ3n+Lik118kptPdgvILgHZzSd5eI/EJ7kFJLcAZ2V/SeLunaeedpy8dZVs55LcPKJbyHSWN0z7JxYz3rjbHXe4QrUhTB2ur+kY9qNNzvqeyNhiS9eIB0pqbT6t2VWTTNsa2mrRFAAlhIGoRGMrZ8vy6jzl526me8fl0/tqLjxXfeGGcfGUaevlwOELxrVNf6CBF27npjolcJK7ccx4YqvmyFH1scOGk0e9HX2yUFqhC7EjA3WGTiXFUUxyC/AeEdHDozm5VFcFyV5OspYXBSuEUQnLxSd52GQ3m+TiGUas0SVPYjmEznmgWefgxU7vuKllA0sfhHuOxVIrgYaDGLLgRRe9DWtYdDkUXvLHl72+KaeqVQ0vBJPriVKEH5xH0xvxifPp7iOJ5KofWfJxknKyo4Ls5hLdO9HkUNxsiotDdnPIHg7JzSE9KpDdXLKLR3bxyG4+xc0nu/hkF5/s5j1Bgkfy8EhuHs5aaeh+uGLfu/P0c6eTt69SHXyKR0BxAzR7ubtbv3ZsGGkMOsI2D6IPxaqxhLS1yxLPuNNDsdm1zr6xUDCmsQar3WgtVm9u7tSdejZ1/HRwcc0+Me9q6qir71K+fG/wrXcHz17zXHhJe+mec/OW++Qt3wtvt1+8OWQJVkKN/Egr0DZSs3kWPnkmsHXWd3zbfeCAs75N6kjw/B0Se3dNjptN9vDIXg7VwyX7BEQXJ8u0R4ywkQHpwH6Tvb+W4eGSvWyKl81w8/NhfgHEL8OkJYioGANKYuKcQAW3QRxYQoRJWXkY3IOIchFRTpBfFpZVhCVliABIApURIDcgKIGFpRiQGxKUxWQlEXFZVFIQ4pVHJOyopAgV0t1lZGc52ckhObkUF4/i4pJcXJKLQ3ZxSE420VFJcrPJbg7Jwaa4eRSfgOTikVw8ootHcPMoXgHVI6B4BBQvf0dkL59grzT2PibxOu7TT5543+m1azQXn+Lh0zxCqpMriojXtkczvRE7arbDtQ5U2D9iGBs1RRvMTT3hieWWtl6PG1E09tta+u1Gh7hKU9zdrzt3MfnWu0Of/XD//femXrrTdukaeuUm9Pwd9M676OlX7KvXLM/eSb77yfjYoibZxZvZr9u8Erh8O3n5Rvzipfgz1+s3zyOzy7ZEm9TVCGhbxHmeCopLSPXxKL5KqptHMZWX+Pc0zsm2LmtuvGrvWKzO8xRSPDyql0v2ClhunmnUJW3T8pPVyjb9LlfZLi8vLyQqDPIVabWyRV0a4uf5ufmwcJePne/nVreZatoNngmvpstUEVPkecoKQ1ywRS2sl2Z7yllebi4kYjq55VG5ewlVdun2hLiFkLA0IssNAruDQF4I2IMAeQFeCSYWNqlLo5K8EJ+XkCs7DeVxaQEsKIKEe0KCPEhI9wqoHiHVI6R6BVSvgOITUHwCkqPS1Is+unb6Ggm6m0f2cChuLtELMN3cvr31Swe67GG9BasOZuR9o6rjh52ZTktzV2xwpiXSZLQFOUML9lS7ss5UwRNka7Vss71k5aDnzfenLl5Nbp4KXLgKnbnmv/xC9MoL3uPPGlZP6668Aj9zw759xXjxZc/tt7E772IXbzjOPWM7saU7dSF44hQ2OGZKdmqsaU2Ot5Li4dB8AopPQHELsmyF7vayMzeMr9yrfv0NzcqJ6lJvLsXNpvr4dC+P4hVkedjYatA9YYnvRTIbMf+YvWmjSdOqTu5Fejbr2zciyUV/+lC87ViDc1DXdiSW2B92jTt1rdWptXB8HxqecyRXoOYD4fiip3U9llrF2o5npE0qoEluGTQ0HcT6TzYOn2rsPBpL7oORxWBkH9awEY8sh6JLwfR6PL2RCC/6hk6n249G0SV3eNmb2YilN2LYXjgnwKV5BHSPgOoTUL0Cqo9P9fNJTvYTJL6SnV67ynBxcmGgJApkBbkkW1ldSrVxYRTOONQ+MDGg7Z2QnT5tHxqzpNKhnrGWYELTP20+fAabXLT0Dhu8Aa7TIwpFFK2Dxullz8yCvrkDiLXwBqZrFg9YZ1bqJmell645XrrvnzskGV1QdgwAbX2VE/OyA0dNZy86tk4at8/BB45ALV218Q6nGFNTPAKKn0vzsclufo67pHtN/MaHtjt3az54U3fqglYA7aG4Ksk+PtXPo3kFVI+A6eFZx5zOMXtw3h+adcX2Idg+rKZTnToYjq4G4QV3aMYV24f6ZtyeKXvr8VRg1qPvM7rHbM5hi2vMnNoXaFhDAtPOyHKo4RDasoEFJ5zQnF/ZUu2Z9LlHbfHlQHTR7R7RQXOu4LwXWvS7Ju3uKUdw2gXNuEPTjsQaXH8gEpr1+mad/lk3NOtDFwKBBagABWlePt3Lp3n5NB+f6uNRAzyys9LUi31J4pNPv/s0CW4xKnaPGlr32aNThpoYt3spNLOR1jiFWm9F/6zm2FnLyIQ+lfFkBqLBpGps2dU2pG/qVI7OmAbGTF1D+syAtrG7rm3A2Nav7p6o7hrXQEnB/AHn8VPe/furb9/1vP5+8Px154VrobWDtZMLisY2dnc/78jxupOnvSfPpVYORWMdZmuDscAtoftAho9D8rJzPHnjR5TvfOS8dVvy4bv2rTO1smAuxVFJ9grIXj7Zz6f5hDSvkO7llkQAMK0pgAW7fOW7/WyWtyIH5u/2VWT7KrMD3Gx/RZa/PMtXWYCJckLskjBYEJGUJkF+vaIUEfJSUjCtpjmLK+JgRQIQZ2py/OXlEXF+UMhOVPFTqoIQL8dXme1lZ3nY2T5ejpfL8lcyQ5wCRJgX4u0KVGb5KhneypwAn+UtzwpwdnnYef7K3bCAHhTS/EKaT0D38uk+Ps3Hp/kFZCf7MYl7d+7ivvPkW/t3rjK8AoaXUwRV2vqqRg+7D52FplZ0h4+hjpCgUpnVOqQ7uO0YnNZDKX2q250Z0qcH1E4YqDGWWf08KKlo6auNtQH17RIkwYWTQLxN3DmhWj4Mvf3p3NWXgydO6i7fCDx/J3rxefTKK9DtN2Mv3Y1eeA4584z3xGbdxfPohWd6p1cbPU22Uq+E7hMzfUKWh8fyFPSsq95413njpuLWS+bpWQCw7Cp2cEthcWFQmOfnsrwVLA+P6QUYXn5Vn13ebeA2ygVJuapVJ2nRcFPyqq5aYYOcG5eCTSqwSSXL1Gp6TcJ6sWnIyq5XKLo08BKEzPrNvTpBSgK0qL0zfnWnWtRUVZGQCBoUeZBI2W0KLiJAvVyWrjGNuKTpGlGjSj9gqxuw8OqlyrY6VYeW2yCXtWqlreqKiAhsqRa21EhbtYZRJzNQSfUL6X4R3S9i+IQMn5DuF9ICIoqLa+57dBV75x7uO5998gSJazSvkOYXMHyVFG95XrDYOSCfPOG9cCk6MWOS1e5y+MpX1+0L+x3pfnPPlG1iyZxoVohV+TW64khDdTAiDkaF8bQk1S3rmja0DqiWDjj2Hra++ubI1Zfbx/eqxvapFo/Zm4aq2qZtrZOm3mnj9Kp3csU1t8+8cVh/6Vx481imaxyWQgqWW0AOicl+Ya6/pGVVdf0169FT0v2HDek2aSglS404sH43MuiDB9zwkNvUbhCgslwPf3dQaJkMcGKC0IKv+0TDyIX29JFYz3ZL52ZD69FY/+nGvlONLccSvjl3ZCXQehDrP9XMS0n1gw57v2Vou3HqfGP7kWjrkfj4+bbMOjx+vrVtA2k4AFX3GA0jdmjeC8262o8mejfrB083DJ1p7N2ujy552jaiA1sNPdv1DYfCA9vNvZupjsPY8Jmmru2GhvVw4jC2y19J9wEMP8AIAAz/Q9GDANnNs/Q/MSeefO60fecazSOgBkQsP4/uF5IDApK7Ih/mOvtU+06iB48g9Q3g6KTq4JZj81Li+IXY/KrV5inXGCtSmZqVg1Bnf12mp65/0tY6WTO5YTh3DTn7DDK1oF9Yc43Pa4+f856+Zj/9nK1zUoG2VzWPWiOtajcKrh5tHpw2ruzTnDnpP7AeCWRUxb5SWpBHDgro7gpjO7C8aWgfEyEdMnNCok9UDxxqWjzdAQ/adQ06TUJbndCAUVWJH2R5hXQ/T9hWq+w26Pqt9lGrfsSo7tc6xl2atlp9v9EwaKrt0ynb1Zo+g3HY7J1xmEfNBRjIa1KbJ126Ya1tVBffG0rth51jJu+sKzTjgOddNe3VwSVU1aXVDVmUbdW6Xp1lyGwdteoGdFXdtbVDVs9s0DFm0w8aa3r0+h6drk+r7TOYBizq9trqLp16yJoVFNH9IN0PMvwAPQDQAwAj8JhE5OE6cecu7rNPP35M4tSdqwyPgBIAqCEhLQTSAxJ6ACD5AKqTa2gQze9zrR/BZleMs4d06xf9z7/TuXUF6xq3tI16eyfte4+g69upoRlHsrVqetVy8078uZfQ0Zmq5Y1gZrAqXM8bmam6+or/meeNl1/Blk64OufqMkMmU7CifcwSaQTmlzXb2+5DJ3yj62b/tI7hLcv1VRrr5akBrbtZAMCCPLcoyyPK9okKULAoptiDKLK8IqZXQPfy6B4+wy+iBUFGiC9sUQlaamiucrKjDOcqx3nYjAC/NCbb5eOWJ6tKEiqKo5zm5lCdFQxnaXkY3AOL2UlpPlxJcZexPBzjgFXZUU10FpN9HH6jUjtky/JW5IV4VE8l2csjudlERznZWUFxV5LdFXhnCcnNYfr4JTEgJ8TJDggFzWpmkIN38LK9fFGjfHeQS/cJGUERPQjSgyA9CDwWLQiQPTxzf/jRin0X9+kTJE7fuczw8clBgBoCaSGACglpkIgeFOUE+bomydx+99SMfmxa2zdZ1TEuP3wx9vxbnbPrzkBCEGuvCdSDXRO2uTXf4prlzuupO/dj+49Zxxb161toQ5uke8LQNqJYOqS7db/h5q3w5Vvo0WfC3VOW5jFdoq/Oh/LmFzUnt+3PXAteuhVxdcsEUGVqQts1p9c1iHJ9HKoPJAUFJAgkh0BSkIcLgOSAhB4EKSERGRJRQyJGEKAFAXqAbRwyIytB3aChqktb22+XdRqLo8L6zSZeUhBYRmp79Zp+o6JLX9NnrWrVRldjijatfy6ELECWQa+539l9uiG+gVTUK0k+dt2QpeVoIrjo0w7oLZPuqi59dY9eN2w1jlgVmSpdn8E6aqntM1VEBc2b9arWKk2vXdmlV3TVVfeYPFPWoYstgUUoKyBkBgWMIEALimkhkBEC6SGQFgJpIfBpEq89lZ1O37nM8PMoEMCARMwQSIMkFFjChIQlkFAGi+f3Bz75dOjt9zJ7D9V2DUuHZtQXXokdPQ93D2vahmoaeqThZu7ARM39Nzvu34+/eDu1etyT7pX09td091YtH/Wfe7m1b04zf8D27I3kq293bV+pH1rSHzgfHFrSx1L8xYWa7W3Ti7djCxtqd1NF51TtwcO23kUdkBTRIR4FEVIQARWSUCEpDRYxQ2IaDFJhkAaLaTDICImZIQkNktD8PFW7tv1EY/ep+tZj8fGL3fFVWNOlGL7c4Z22wcsB55gpdQDtO5NOH0t0nW6OHUJ59ZLgYmjgTLphNTj9bOfohfqRS622cXshyrZNu7HVUNMG2rUd7z1V33UiMXQu07FVH5xxpA8ne7ZberaaW443VrWrRi51o8sh56Rf3qoOLXgTa/7RZ5pb1rHAUpgJ8akwQIPFO9F/TIIKgRQv3zLwmMSdp95QPnXnGtPHp0EiOgzQYYAOiWmQjAWBuX5hgaEk1ih89eXMBx90/fDHg4eOatb2a85f95247B5drJtZsW8c9+1bN526Enr5jcSVG9CpS6FnX2mZXbN3DUlmVqv3HTe8/Z2+zWcDo4u1+9atb31r5IPvLp26Cl+/B114EWnrl8xOq86eNF26GphcruoelXQMgqtr7ttvL3VsxBiBMmqQT4eEdAigwhIaLMkKgTQIpMIAFRZSYREzBDIgkI6I6SFhWUKh6NTX9Bp0wzbtoFXTo+clQcOIXdap5TZWFaFATZ9F1aWt7dNrevU1A+biKKDqNVb16LUDJvOIVd9v1A5bJR11sh4DP6MujoO8JqWsQ1Pdp9cMGDX9RlW3riwGyDr0ktba6h6Tut9SmZDUDTuU3QZ2Ulo7bJe1q6t7tNohizhTA7TpWJCIBoM0CKRDwJeCAToMUHx86yMS95/4qtAfHjx4cPrudVZAQIcAOgIwECETAZiwOMsP5No5wVbZ5evJpRUHHCq9+ULyJ381ee6C8dCR6lNXvYPz6sau6kMn4ksH3JN7a7cueC5cxg5uOfaesl27mzlywb191XnivOn9b6dfuh089azzhVdajp7wPvdq7Pn72Pvf67v8cibSzB2dlB4/YV5eM2d6lPUZQaYfnFy2fvcvtk69PFydkZZGBCy/KCsEZsEgE5awIIABC5khATMgYkFAFgRmQQALBliQiBkS0AMCelBEDwjpAQEjIGAGhfQAnxYS0SAxIyShB0T0gIAe4NH9PEZQxIRAZkhE9fNpAQHNv2MUMCBhdlhGgwA6BNJDQnqQz4AEtCCPHhQwICENFlFDQnpQyAgJaUEBPSSkBYW0kJAeEtIhIRUSkUMialBIDwoYQVEWJGZBEhYsZkHgIwEsGGDCINXHsw7+ERKn7l7PDooYsJiJgLsgIQsWkyGwIFTRsmK8cat+aL4mlJRodYWZDtULdxq//0XP2oaie1wwsGBA0pKGHvnWpcaTl5qPbEbml0xLhzy9c8b0iHTrOejybfTCc663341ffcF/5Hzw7LX0ycupQxeM1+6HN06iY/OwwVvU2i/vH1e74Qqzp6y7v2Z6UeuN7pnd7zlxrmFsIwiv2FgBHguSZCFCVpBP93JZQV4ppgQS+iJYzoIBOipiIqIsSJT16FQfChJlwSIWLGIiIhYC7MQiCxaxYGEWLMqCwSwYzIKBLPiJQ2BhFixkQqKd3SwEyIKFWdBO/YdNMZGdOgIWIsxCRUxYyESELETIhIUsCGRBYiYMsmARCxZkw8LskDD74XB5QghI8/8JEneeywoIGTBIQ0AGKmCGRIUwd2rT8+b76WNbdkebjO3hC7SlyXRV/6Ts5FnrnXvJyUVp66gq3qfsnKkZWTIcPh2/fKNrYdG5uAaPL0M9U6bVbev1+8i3P2/7zqfxKy/4D5+FD552nruBPP9G6q2P+g9thKYXPGeutN98dfL0haGuAXesXp5uFw9PaSyevPZ+df+wurlT3HXIz45LiF4+NcCvCMs03Q5dP4SMNUWnWsoRBRMWUsMiBiLKhoAsWMJCxEwEZCHAI+2URSxkJ/TiLATIQgAmAu7oUR1xFizOgsUsGGQhYBYCsmCQBe/YQRYMZu0UHh4lYsGinTZZO03B4A7sbEi8CxJnwWIWCjARgIkALAR4hPyhdhqhBfi2oYdXsfe+Nid2SABUTERBgVx/Zdey5c13OtaOGi0twrwQPysglITF9R3VyVYw1sEfmVHdfKWpZ6a6eaymY1ITbRaGU7ypeePFS6mTF5CjZ6C968FTV+JX7vg/+Lz+V7/ueOMd9OLz/hffRD/6fPDzL1Y//3z9wtn2llbZ1LJ9/WjDW+9u/ey/vPzCrbHl/d7eSavRV9bRK7v7Wseb3xq898HE5suT8FxIFOWmV9CeQ23YRKpjpTuz3leAiB8OeRhgwSAdEdMQCQORMGAJA5YwEAkDkdARCR0BGYiYCUsZsISBgHQEpCMSKiqhoTv/PqzJgiUMWEJHpPRHLdARCQN+uMt8bEEkTFjCgsUMWPzIvtOy+JEetyllwFIGLGYg4JOiIyDVL7D+CRLZASEDARmoiBkSaTLyo1dSTRPVVSnB7gCfCQPZQa4cYdenRcm0IDOuTvUIJldUY8t1SFocaQYHx3Xjs/rl/YYXX4m9/X76hduJ9cOemWX9+hn9q2/6v/+DyOtv26+9ZvnWZ20//eXR3/7jy9//YvuV18bvvrO6sZU5c3709IWR42fbXrwzunrQ3TttsUKlk1Py269Ct+9hP/rRwH/55cqH350+/gx09DS0dgLavtJ55OpgXY8hCxEwERETAbNgKROR0FGQjohZ8Jdi7oQGFTMQ8cMQIyADAeiomI4+tDMQMQMFGSjAQAAGAjJQMRMRP5o0YiYsZqA7swdkIiADFTNQMQsRsxCQiQA7XTARMRMGmQjAQAEGCjIR8c4kYyFiFiJmPq6DPPIHEdMCQutQ7GF2unf3ayRCAAMRMxHpLljomrTYhnW7IDYN5lNQkAWByiTQMSS/fiX12WcLP/je3FvvNJ551jSxUG32Fjr8lYEQO5YSNHcI5pZrDx22DfSBG4c8+w6ZN07bb70d+eT70Efft9/5tue1dzve+Wjlg+/uv3mr6cpz0b/7+5v/+q9fPPjXn3zyvfPvfbr901/ffP/jg89cTR877nrzjaYPP8i8/kbiR99r+u0v2v7u1yNf/HD4Zz+Z+MXPRn/6lwsHn23hp6TZKMBEATomZqASBroTUDFzZ9giUuZDo5iGSuiolI5I6ah0hwEdlTJQyWPRMTEdA2kYSMdABgoyv5SY8VDAjmWnl52APmT5sJFHNREJa0eomImBdAygP2Fk7tRHJLSgyDr8mMSdp7+0dfcaCwZpGEBDpcwwWBqXsCARA5bRMZASEXAi3Nlj9l//1d4//J83f/M3h995LfadD8M3X3DNzsl6+hRaba5AQLF7ObXWolp7QaxRWt8g6+mr2rtu2zgZOPmc9/ob5lffNTx/x3Pnne53P1344c9O/PTnB373u83//vvn/vZvn3/97Y1X7x781d+8/cu/vvM3f//cFz9e/PEXwz/50eA//W75N7+Z/Lu/Hvmnv5/+p39Y+uJHg2+/Ef/k2z3Dq/ZSjEeDRXQUZGAgHQPpmJiOiemYhBISEQN8QlBICorIQSElJCSH+KQgnxwUkoNCKgRQQiJyUECDQQokJIeElJCQEhJSdwqQkBISUEICSpBPCglIIQEZEhEhITEoIAWE1JCICu1MJgkdldAxMQ0T0x72+5QYD2GLGZiY/tU6IA0DaZiYHBKaRx6SuHfvtae/oHL3GgMCqChAw8TUsJgKA/SdQQFLypOyqfPp979Y+tGPl249l15frDuwoHr9dkNPe0VzQ8VArzQek7h8io4Bx/zeSN+oO9Olb+moGhipXlhxnDqfObgVuvFG+I2PkF/8fPR//P6Zf/kfL//v/3LnV7+9dP3VkYUl78H9gZa2GixR19ToaW7QLi873v9g9tbt7sPH3etbthPnLG++1/JP/3X/3/xy+qWXka1T9uvPZ2z1QlaASw4/jMXDiKBiBioRtju141H1MKbsDyl6A7Ier6TbXT0EVQ1ByqGQqMNh9184AAAZbElEQVTBb7UqBgKlqTpBmxXodIq73ECHA2h3iDqcQKdTMRCQ9fkkvR5Jnw/ocrHTZqDbJe8LqIdRfqutqL6OgUppqJSKSWmY5OH02gkxKqaj4p3Q0Z4U9o2SkEIi83DiEYk7XyVBh0AKBtIwCQ2TUTEFOSzdOSwLE4uaFK52aVevciANtEUrx3uUE8OKWKQUg9ndnVV790PDs97eSdv8cmhu2nLiiP/SM/FvvTP2w58c+sFfbr734eo//O6Z732/569+0fvPv9v73/5582//+th3P1w5u4AeaK1b7jY6ncUKTY7bVd7ZJTm6Ff+Hf/zo13//0dJWGu1TRfurEz3CC1cSZ88jU3PqjcO2+3eaXrnf4540UxABLSyhYmLqzukhYjoisc40tm7P919ci+wfaNmaCa10pLcmG4+Pxtb7EkeHXHONwdX2/qv7zBOx8EZ/aF8ntL8LOdAD7e+2zzbGjo10PrviX25t2JqIrg90XlxyztS3n5uvPz6GHuj1LGe0U7GciIqGSmiYlBqWfD3E1LCYGhZTHon6iAT1S0momJSKyUgh4I+S2L53nQaLSWExFZPSMCkdlZHCUnJYSkeBfIxf2wDGW6QLw/r+NlEMK+5pBVYW1MODaqO+wGopnVlwjs6bos0gFOW3d0g31h1zU5pbL0Z++aue27edVzZtb17vfud+z6ef9H77vej3Po7+1adtv31n7hfnp355ZuwvX149uBLxBrhNDbKpWV19t+rw2clnnj/mrdfqwqCpXir37/E0CKPNvKk50/i4+vrlxPXbY9p+OxkRUzAJBZM8PG1MSg/Liup1ZSmjpNsPdPkkQ7CwyyNocwra7IIOh2wgwM5YypuN/E5naYuR3WoTdbsFnS6w28PJWHntDrDXx+twVKTNvA6nsNMl7HQWp+qEnS5uxsZOW0qaDEXNenpYRkJBIgoSMYCAgQRMTMBAIiYmoCABBUiIiIIClDBIiojJj2A8yYYSllLCMkpYRoQA03D8T5EghyWUsJQUEVMxkBoGKZiMBQmsGfFAl6orIprrqJnqk85PaJbGNVfO+PYvGkf7dBGINzGhnV4wpJqFfcOa6WlHMgbWhznfe7fv23c9f/l24J3lmjsddd8+m/zFjw9++O3JG2d8bxzz/sVL/b/5+OznV1Y+uDjxm5/devHljZ4BT7KlOtxcY4X4tXZuqTC3sjpXhwk8TYpIGjx6xPzxe70ffzi5b91VP+yt6vJTYJCKSSlhKTkiJYUlFExKxaS5KXV+snZXWJlfX5sVr2ZFVLvQqvyoujBRm4XIciKq3Fh1drRqd1JNx+RZUUV2RJkVVuQmagobtbtiqpyYiolKsyNKFirbFVFlh5W7wqrdiZqchDo7VpUdVebXq/PrawvqawsaanfFq3Ji1bvj6ryEek+qtqRZX9ykzUlU0SMyUkRKikrJYSnlS4kpYcmTJIxPkvj0KRI3HpGQkyISQgwkhyV0RFIek8ON6r56vVdb1puqWR42djWCrUlge8128pB1dVp9/aTzlWd86yu1ywuGuSmHuXqPRZi32e68tRT4+Dr6q7ew9/qUn8frfr7g/v37e3/6zoGxpGgiCsx21pzcaHj9pQMH5lJj/fH9+ye6BhF/WKV3inQuthmWavwKLQqaUSCRUW8cCR4+ajl33vPJx6PnLsSWNzpGt/fvieopqJQSlpIiUlJESgpLKWGpYhSOHBtKHB92L7fYl5uDB3vi68MdZxZ7n93nX2rDDvYH93U5F9OB/d3qsbCsP1A1DMNH+mqGEddK2rfWAW30yHu8yJH+6v6QeyVjX2ixzjXVjUdVw4h3f4djqcW/2t6wPRk/MlI7Eq4djziXM/59XfqxRPL4aGS9z77YqF9MZcVVpLCUGJUSn4BBflp/ak6cvHeDBoHksJiCyclhGSEqIUVkNFRSHFFqIHOtWSMAiwHeLl1NsZCfLeSxBtoVL10Kv3mj/q2r8PuvhK+edR09YIs6SptUld0qTp+m9GBS8I8/HPjOq979/pKzNvDdxrofTkE/P9Ly8VLo6qRj/0BdTzNvYwM5dbbd4akEFLtlhhJuXUGFKtsVE4aa5Rp/qR7jar1CRe0eNMJHU6AjwR9e9vWOuxI9jq4Dk7qRejIsJmMyQkRGiEqIUTEpLCls1leNorqZuGoIkg+HLEvNxsmkc74luL9bOx4zzTXUTsaqRrHqsbBsCBL1eMS9Pt1MAuzxCtrtdVNR9SQG9LpNS41Al1szEdXP1iuGEcUIIu4NGObqtRMxw3RSNx43zzRWNJmBPr9uvqF2KiHvhywLTZqxCK/NzulyUDEpKSIlRqSksIyMyUhhGTEiI0VkpIjsMRUiBJi+XCe+/DbmHx48eHDy7nUaDJLDYmJESoxIKZiMislImDwH1uiiqEJryC8vzN5NY7KoNBZVICqMhaXLs8brpxuWhowbq/6ja/aJAVlfVLI3WLMG1bQZy1/bTP7uJwPfeSPWbC/KaLjDBu6QvvhSS+2PF4O/PZX69ZWW7z+XPnMwmGwET5+OnL4cQQclmhi7a1Z/7jL2wkupm89nEs3yCoBRxsvhywtU9kqxo6wuIPG36KyN8ugwFNmXYWBiEiYnROWEmJgQA8gRCQ2TklExBZUyIyo6JqehUioqpiNSZlhBQSVkTEqPKugRBTOsZERVzLCCgSqYmIoeUVExGSOioGEyRlTFiCh3J9VZ0SpaWE6KyKlRJS2qoIVltLCcFlGQMSkJk5HDcmpETsak5LCMGpGTwzJqVEEOy4iYlByWkcI7GBQUTEEOy3cwkMMyCialYDJSRIaDxYbR1CMST99jn7x/nYpIiGEpISojRGWksJwUlpEisjykTouhaqO1kF2Ut2dXTs7unNwsUFFYZ2YrNfkmHZtbwqyuKoWDYMBfNtGrzQR4jqo97tqSG5uJ//qz6W/fb28Nir1qoUfH8eoL29yC7ZT2p0ea/noz8fOTzefmG0V81vZR+OQz7snz3rYV87Wr4V//qOenn3bceyETx4DCYkohN1dtFWgcHJVDIFRzKqsLOfrdKifH1e8UdtVRMBEpIiVFJcSImIJJtVNR51KzZbY+enwscKjXMt9sWmrWzzdVT8Sta+2iHr90ALEvt/v391ePxPSzDcbZRvNCM9DrV0/F66YThpkG3VS9a63TMNtUO50CB2EiqiBgMkJY+pQiUkLka8awlBiREcNyUlhODsvJmGKHBBVTkDH5jp0YURCiSlxUiUMk+j9GYvv+DSoqJURk+KgCF1Xgog8TVLa/Su5xixWqwrK8/OJcehYrf0+2Rs+uMfL28HJyC+l5+Vm7C5iqaqG0qsxkrvT7pAVF9JIiendzzQdvjF08lVZL8ytKmSpFYU1VgV5d1hfXPTcLvzzmOt5tbQmbFbJyCJNZQmW9+9zd08apfulrV+A7L7ekmwWZjEZr5Mv1PImhQlCVrzTweLLicmWeyFakDgmcPUawrSo/JadEZYSoFB+VEiMy41wqfnTYv9KZPDGZ3Jp2r3R417rNi021UzHTUnPNeEQxiDhX2kMHB2pGYtalVvtS2jzXIGx3WpeazYvN9sUW/WTMs9Yu6wuAfb6KdhtxJyZhKT4sxUceihCRESKyp3bDMnxYho/I8REFLiLHR+R4TI7HZISwnBiWEyIyfFSGjygIEQUhosBHlTj4j5PYun+TjErxUQU+psLHlPiYghCTEVExxSYSuczKOl0Ju3xPea5QWqKp5Wlqy5Xq8qLK/JwCVk4ujbWLsSsvJ780PyefUV6RV1icl5uXJZPkZ1p03X0ermA3IN6jquVUSgsNVm4iIo1D3J56RTQhsQalaMrSPoxYMJWnWeGOgoEoEO8Sd8yYU111icaamjp2paTYErfJnIpCsKBElK8LKjsWYwtn+5sPNigHbJWdJkpMSYgpcDEZKS7PSmiYkRoaqsqOaXbF1QxMwYoomVE5K6qgR2S0qJyZqKJGFJSwIrteSwmraGFFdlxFD8sYUQUjXsWMKrMSquxkFSMip4aleBTARST4iBSPSYhROSEqw0dkhIgUj4rxqJiASYgRGT4sw6NSAiIlonI8JsdhMhwixmESQkRGjMiJERkhLCHEZPi4DB+X42NyQkyOj8lxiMQw9g0kHuyQoITl+JhiBwM+piTF5MSQCGeoKDTKjTAi11kBGTeZ0vrdAI/DLKlkcQXFIrCYy8vNyqFl5+Zm5+ewdjFyclh5eTmllUVSlUCjE6U7AmqtQCQq4nDyeUCR3lQWRIU+DAymFMG0ptYjDKYMWJPB6BX5U3JPskrj53nSCmxQ72vQWL0KjqCUkkX2Nnj3nlpxJD0V1UJzxLP94rl7X7zFS9ZSImJiTE6IKUkxFTEqp0blvD5f9Wy9ajIuHUIk/UHpQKBqDDbOJi1LzWC3TzGCKsbDklG0eiZZkrbwe73SUVg6FJQOBhQjEDDgFw+FpENw7VyqdjalnogaF5p4nW6wP1gzHRf0+SQjiGggCAwEqieiNVMxzWxSMYaBgyFep1sznbIsZzSTCdUIqp1JSPr88oGgejyimYzplhpyGjXEqAwfl+ESj4Q9TeKTT54iQQ3LCTEZMSYnxGS4uJIUVRB8fJyhhFpTqvA7XViDzW52OwRKaR4AFvLBkkrubrmqRKwoLmbn7C7alZOfk5XNzM5m0pkUs6tu75FZqZofihoNDkkJLy+vmKWSlE+0IxFEbfXJtS6J0ac0ueVQ3JpMh2Q15U5IonHxtQFhy6jLiIm0AaDaIuaKKyv4Zcpa0fUXz778zo3ZozO+huDkkZXk0hDOLsDFZLi4HB+XE6NKQlRBjMgEPW7o6GDi1Ixjqc213BE/Pp7YnEifW+y+egA5NBA9PuY/0OPY2+7d3107EbWtpt0Hujz7utD1weD+HsfeNufejsjxieChwcT2jGeps+OZNddSh3YiFTo8pBwO6+aa7Ksdxrmm0Ppgw9l56PCgdbnVtrfNvre99dJq09mF6LGx8NGR9IUFZH0AOtAfOTwaWOvDtsYru5yEsAwfV+Dicnxcho/LcKhE/4jE63e/gYSMEJMRYwpCXEaIK0hRBcEnwJlKiZqiPI3AjsJmk14kKirnFZZzC4tKdpVU7C4XFBVW5hVW7i6qyNtTVJCfn5u9K4vBYHj8tnvfenVgqk9UzWWrSsskRYWc3OLSLKsekCpK88pYBSW79hTtKizKKSwqYPNLygV5YG2ZSFsGteqbRi2ZYWO601Wwh5m1i55bkMPIorq85u1nj9z78KWVI7Ox/sYChxzvBfFxBT4uI8TlhLiCEFcQYwpGTJXbUJvXoM9vNOY1Goszjt0NxoJmU3mnPb9JV5Q25jdq8xu1e5r1uQ11u1K1+c3GwhZLWaujMGMpaDUXd9jzW4wFGUthq7W4zVaQNuW2GPNajAXNRlZcnV1fV9RqLWm35zUa9rSY96TNBS2m3Y26vCZ9aZu9qMVclLYWtJiKMtbCFktll6+i05PXaCpqtWc11BFiSnxciY8rCHE5IS7HoRL9+EMS979K4vWb1LAMH5cT4ypCXEFIKEhxBRECceZyfF0xSV1cahB5Qg4oFDA53QqtgQ2ISnglBZWFrNzdWQU5uaV5ReySworC3IKc3JzsXTkMk1Wf6WnzRgMqW5XCJGGDpYXcPKG6kq0oL6jM35XLytmdlbN7NyOLyZMU1ZgFSiPHhkhaR72rR+Jbp6BDa8mKkt00BrW4Ys/4zOh7H7/7xc9+9NZHbyf6m4QBDdMpIMAgIaHYET6hIMYV1JiypM1S1mYta7OWtJpL2ix5Tbq8FmNe2lDUat7TrK/ssAn6vCVpU1Gzgd3l3NOoL2+zFbdZKFEFLiLFxaS46I5kuOij3ZgMF5PhI1LCToqPSHERKX6nwk6dmAwXleEikkcHynCRR78RGS4qx0Wl+Lj8sas7woUlhok/lp1ev0nBZPi4gphQEeIKfEJBTCjIETnezcXpSwh1xcSaojI9iEXDnenehsyAKRgrl8jKhMI9xeysvPxdpYUFnMoSLruwtCA7h8bKptDoRNYuRkHFnlJxaamkKKd8V7GoCKzjSfQSnoKflcfanZeVV7xb79V5G/Q1Hp7SxNU5hGp7CdQEDk46LHZQb9G29bW//u6dHQ//4Z//t9nDa3l1IpymiOhhU2IyQlL5mAQhriBH5Y797Y2nZwJr3T3XDgQP9EKH+pInpzx7O7CNwcTx8ZbTc93P7ms9t5g5twBtDAQO99v3tVsPduY26YhRBT6hxD8dL/xOy38G/dskCAklIaEkPPKAHFOQEDHOwcbrSoh1hfjaoqI6gRfyd7f1tbf0+uEkUt+V7pu3wfVyk6NCWrWHJ8jek0dhEJksCotJKSjaLauVS43yYmkRoBXJjRJQy6nzaJRGVU5RVlHZ7uLKPH/K7W4xqAJAiaKwQl4CGDj2hHr97Oy3v/fur37z63/8/X///f/xf/3mb//5nW993DQywFBV4DUlBBeXFJYSv3J6cQUpKhcNBevm6mUjSNVEVDaCVk/GpEOIdBBWTyVkA3DNeKx2MmGYb1IMoZqppHggJBlBwFF4d5OOGFUSEkpiXEGM/1lC/+8lsTOJlF8Oh7iCHFWQEAnexSUYSoh1RXh1QY6mzOTRddQnJjp7p4eXZua2RhdP982fjHWtOGK9VTa0AlTvLmYz83aVi0pD9SFtwCC2SkxhgzNhVTpExZL8QmBPiahAqODkFGVXSNlav96IOo1IMN7VPbFv7827L/72n3/zhwcPfv/f/uVHn//s9dvvndi+4EiEaVWVOF0JwcWmoBJivAqXUD45eB+m06gMF5HupAtiQkGIynERKT4mI8TkuIj0Yd6ISnERCTEiJ2JSUkROispJsYcA/r9I4rFIcQU5piBE5AQfSDSxcdoSXN0euqYQsIgR1N7fnJrq6FsemZ+Z2D82dWJ45kzn+LFU90ooOVBnCwnkEgdkygzHmkfQueNDw2ttaKfTlXLV9zY39TSPzE6NTi+uHdo8cuz81vZzWydvPnv19Vuvf/bFT//mB5/9xbduvf3q1RdPbp7qHR0WutX4mmK8sZLgFxHCMtITg3fnd2fckOIKUnzncmNnGZcT43JiXE5IyPFxGT4hfyxCQo5P7Fhk+ISMkJA/0n8Ehn83iZ2zJe4s90kFMaEiIQqiW4S3VOAMxTj1nry6crVTGUYcvUloMpOcaG+f7h2eHp4aH5wd6JrONHQHPC6lrHx6qulHP771T7///Jd/+8HbHz1/5eaVW6+9+cL1V288+8L1i9ffv/fuR69/+PqNOzfOXr95/vkbF154duvy6UMnDizOd/e3a8NWhq4CZyzBeXlEWEyKKQgJJSGpICTkO8vgkySID32WP5KCEFcQ41/NOcTEl7v4hBL/MCErvzIE/0NJfPoUiRtkTI6PK4lxFTGu/IoICTkhKSMllJSokoxISD4hwcrBG4rI2oJCI6fapYAQU1PE1ZXwD9ajw6noUCo2WB/rr0ebIEszbDu2NPze7at//RcffevOje1DB89ubJ4/dOzi/mMX1o48c+Dw+f0HtlaWNxZml8dHxvra0i1xf8wr91fvNnPx5hKcl0tCpcSYnJBQEJKPh7kS/2hm7EScEP9y6HxpTyiJcSXhj1Qjfe00v97Cn0k47EsS9+/ew336yZfvip98/QY5rMR9g3NKYlxJfCodK8kxBSUsI8FivF+Ic1SSzeX5Jg5oF+v91X5YH0GsDRFXJuzpivr746GBGNSD+gfj6HxH81S6fiLTMNXaPJ5uHE03DDQl2lNYQyKAxNw21FTlreLagXwrh26pIHg4OFhEiMoIcSUx8dCBbwz3v6n/uaP+3CT0E/VP3k9858HOU6cHD07dv07FlIS4/PFkf1KEhIKwk2STcnxSQUwoyHEFOaEixKsJMRUek+NDIMEjoDj5u52CchcAeOU1/hpToM4d1AcgEwSZkZAxFDQEggY/ZHKHDM6gwRjUVftrAI+83CPJcwtpLi7JyyWERARUSogpcAkVPlWNT1QT4tWEhBKflP//Sbjwl3d2dx5npx0SJ+8/R8UU+Lj88RX0166m5YQdEgk5IS4nxeXkmIIUUxITSnxSRUiqCEkFISbHRyQ4DCTCADUoygoCu/xAbkBcEBTvCYB7QuL8kDg3BO4KAdlBgBEAKEGQBAEEVEKIyIhROTGhIiaVj+8SiHEFMa4kx5WEuAKflH/pwBPlJ3+/Xuf/RSMh+Q1df6M//6YRn5TjwmLjYxL37+G+94jEHx48OPraJZybhwvwcQE+zsfH+fg4Px/n/6bCl+Li/BxcgIML8J5SkI8L8HF+3qNfHs7Hw3l5OC8X5+XgfFycn/vw2CAHF+Tiglxc8FHXft4jcXCBnQocXID70IEnnfE94dXX7X8m41e6/kZ//rRxR87KqsffKLh39/H3Yh88ePDgrR981H50pu3EfGZzPr2jrfn01lx6cz69NZfemk9vzrds7WjucaF5a655a65laz6zufBI85nN+cyJ+Z1Cemu+eWu+ZWshvbmQ3qmwNZ/ZnG/dnG/dnMtszma2ZtNbszsdPTxkcyF9YiFzYj5zYi69NdeyNZfe0UOvni5vftXJb/T8/5lx7kvjV7r+Rn/+tHFrPr0533x0ZvX6qZ1s9PSXtv7w4D+3//jtD3948GDne7Hf//7n/6ud+c/twbtvvY07e/bsJ5988vHHH3/0n9v/ou2zzz47euTI/w1fyEUeLMyauQAAAABJRU5ErkJggg==\" />\r\n\r\nBarbados Horticultural Society (BHS) Flower & Garden Show\r\n\r\nBarbados Horticultural Society Headquarters, Balls Plantation, Christ Church.\r\n\r\nTelephone 1 (246) 428-5889\r\n\r\nEmail <a href=\"mailto:info@horticulturebarbados.com\">info@horticulturebarbados.com</a>; <span style=\"text-decoration: underline;\">hortsociety@caribsurf.com</span>\r\nWebsite: <a href=\"http://www.horticulturebarbados.com\" target=\"_blank\">www.horticulturebarbados.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2191,16477,'barbados-holetown-festival',1837,1,'Barbados: Holetown Festival','00:00:00','00:00:00',1,'2014-02-09','2014-02-16','The Holetown Festival commemorates the anniversary of the first settlement of Barbados at Holetown in February 1627. The week-long festival begins in mid-February with the opening celebrations taking place at the Holetown Monument. The festival highlights local arts and crafts as well as Barbadian culture and history, and events which typically include historical lectures, fashion shows, beauty contests, street parades, tattoo shows, exhibitions, concerts, theatrical presentations and an antique car parade.\r\n\r\n<b>Contact: Holetown Festival Committee</b>\r\n\r\n<b>Tel: (246)</b><b> 432-0433/ (246) 467-7520</b>\r\n\r\nEmail: <a href=\"mailto:eon_phillips@sagicor.com\">eon_phillips@sagicor.com</a>\r\n\r\nWebsite:<a href=\"http://www.holetownfestivalbarbados.com\" target=\"_blank\"> www.holetownfestivalbarbados.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-14 14:59:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2192,16478,'barbados-24th-bridge-festival-sun-sea-slams',1837,1,'Barbados: 24th Bridge Festival Sun, Sea & Slams','00:00:00','00:00:00',1,'2014-02-11','2014-02-15','Venue: Jimmy Cozier Bridge-Belleville Conservation Area.\r\n\r\nAwards Dinner will be head at a Zaggat rated restaurant.\r\n\r\nFor registration and information contact:\r\n\r\nRoglyn Hinds- President\r\n\r\nBarbados Bridge League\r\n\r\nTel: (246) 231-0149/ (246) 427-4839\r\n\r\nFax: (246) 426-6004\r\n\r\nEmail: <a href=\"mailto:roglyn@caribsurf.com\">roglyn@caribsurf.com</a> or <a href=\"mailto:barbadosbridge@gmail.com\">barbadosbridge@gmail.com</a>\r\n\r\nWebsite: <a href=\"http://www.barbadosbridge.org\" target=\"_blank\">www.barbadosbridge.org</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-14 15:02:49',0,NULL,NULL,NULL,NULL,0,NULL,0),(2193,16479,'barbados-agrofest-2',1837,1,'Barbados: AGROFEST','00:00:00','00:00:00',1,'2014-01-21','2014-01-23','<b>Contact: The Agrofest Secretariat, C/o The Barbados Agricultural Society</b>\r\n\r\n<b>Tel: (246) 436-6683/ 84</b>\r\n\r\n<b>Email: </b><a href=\"mailto:agrofest@caribsurf.com\"><b>agrofest@caribsurf.com</b></a><b> OR </b><a href=\"mailto:bdosagriculturalsociety@caribsurf.com\"><b>bdosagriculturalsociety@caribsurf.com</b></a><b></b>\r\n\r\n<b>Website: </b><a href=\"http://www.agriculture.gov.bb\" target=\"_blank\"><b>www.agriculture.gov.bb</b></a><b></b>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2194,16481,'barbados-england-vs-west-indies-cricket',1837,1,'Barbados: England vs. West Indies Cricket','00:00:00','00:00:00',1,'2014-02-28','2014-03-13','<b>Barmy Army Bonanza</b>\r\n\r\n<b>England vs. West Indies Cricket</b>\r\n\r\n<a href=\"http://www.windiescricket.com/\" target=\"_blank\">www.windiescricket.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-14 15:10:21',0,NULL,NULL,NULL,NULL,0,NULL,0),(2195,16483,'st-martin-intl-female-tennis-tournament',1837,1,'St. Martin: Int\'l Female Tennis Tournament','00:00:00','00:00:00',1,'2014-01-13','2014-01-19','Come and encourage our young tennis players in the female tournament listed as a World Tennis Association event. A whole week of singles and doubles tournaments for all our tennis aficionados.\r\n\r\nLocation : Alberic Richards Stadium, Sandy Ground\r\n\r\nPerson to contact :\r\n\r\nMr Gabriel Osé Saint-Louis, Saint-Martin Tennis Club\r\n\r\nPh. : 0690 61 79 54 / 0590 87 98 47\r\n\r\n<a href=\"mailto:slgo@wanadoo.fr\">slgo@wanadoo.fr</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2196,16484,'st-martin-carnival',1837,1,'St. Martin: Carnival','00:00:00','00:00:00',1,'2014-02-23','2014-03-05','<p align=\"center\"><b><i><span style=\"text-decoration: underline;\">“Theme : “We ready for mas again”…</span></i></b></p>\r\n <b>February 23<sup>rd</sup> to March 5<sup>th</sup> :</b> Come live the Saint-Martin Carnival experience ! A major moment of the year during which the city’s inhabitants go out disguised (even masked or yet made up) and get together in the streets to sing, dance, make music in the streets, throw confetti, eventually around a parade.\r\n\r\n<b>23<sup>rd</sup> :</b> Children’s Parade\r\n\r\n<b>26<sup>th</sup> :</b> “Miss Teen and Senior” Election\r\n\r\n<b>27<sup>th</sup> :</b> CALYPSO Concert\r\n\r\n<b>28<sup>th</sup> :</b> “Miss Elegant and Size” Election\r\n\r\n<i>(continued during the month of March)</i>\r\n\r\n<b>Persons to contact: </b>\r\n\r\nMr Jean-Philippe Richardson\r\n\r\nSaint Martin Carnival Festivals (FCDSM)\r\n\r\nPh. : 0690 87 47 92 – Fax : 0590 29 04 90\r\n\r\n<a href=\"mailto:Fcdsm.97150@gmail.com\">Fcdsm.97150@gmail.com</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2197,16485,'st-martin-black-history-month',1837,1,'St. Martin: Black History Month','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','<b>1<sup>st</sup> to 28<sup>th</sup> :</b> Also known under the name of Afro-American History Month, this is a yearly celebration recalling the important events of the African world community’s history. On Saint-Martin each year, this time celebrates the local pioneers who marked our history.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMs Minerva Dengleben, Ms Minerva Dormoy\r\n\r\nTerritorial Arts and Culture Department\r\n\r\nMarigot Seaside School\r\n\r\nPh. : 0690 88 90 97',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2198,16486,'st-martin-intl-bridge-festival',1837,1,'St. Martin: Int\'l Bridge Festival','00:00:00','00:00:00',0,'2014-02-09','2014-02-13','<b>9<sup>th</sup> to 13<sup>th</sup> :</b> 5-day and 3 test match Festival, Open Mixed and 4 players Test Match.\r\n\r\nIt is open to all licensed competitors, whether foreign or French.\r\n\r\nCome and win cash prizes as well as various lots offered by our local sponsors.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Hervé Gouin, Ph. : 0690 53 59 66 – <a href=\"mailto:rvbridge97@yahoo.fr\">rvbridge97@yahoo.fr</a>\r\n\r\nMs Marie-Claire Keppens, 0690 63 96 80\r\n\r\nBCSM Association\r\n\r\n \r\n\r\n<b>Payable access to this event </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2199,16487,'st-martin-we-agree-with-culture',1837,1,'St. Martin: We Agree with Culture','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Saint Martin’s greatest agricultural fair highlighting the Caribbean culture, with folklore, craftswork, jewellery, textile, tasting stands, etc…\r\n\r\nClose to nature, healthy entertainment and atmosphere guaranteed !!!\r\n\r\n<b>Location :</b> Bellevue Gardens (alongside straight road to the 1648 Monument)\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSolidarity Rastafari Organization Association\r\n\r\n58 rue Yellow Tail\r\n\r\n97150 Sandy Ground\r\n\r\nPh. : 0690 12 06 20\r\n\r\n<a href=\"mailto:Solidarity_sxm@hotmail.fr\">Solidarity_sxm@hotmail.fr</a>\r\n\r\nDate: TBA\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-14 15:21:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(2200,16488,'st-martin-absm-basketball-camp',1837,1,'St. Martin: ABSM Basketball Camp','00:00:00','00:00:00',1,'2014-02-11','2014-02-16','<b>11<sup>th</sup> to the 16<sup>th</sup> :</b> As each year during the school holiday period, the ABSM offers an attractive and sportive solution to young people wishing to express themselves.\r\n\r\nClubs from Martinique and Guadeloupe are expected to take part in the camp.\r\n\r\n<b>Two sessions are planned : </b>\r\n\r\nA session for 5 to 13 year olds\r\n\r\nA session for 14 to 21 year olds\r\n\r\n<b>Person to contact : </b>\r\n\r\nMr Lyonel Agnes, ABSM (Saint Martin Basketball Association)\r\n\r\nPh. : 0690 41 93 37 – 0690 23 60 86\r\n\r\n<a href=\"mailto:basketsxm@gmail.com\">basketsxm@gmail.com</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2201,16489,'st-martin-intl-native-language-day',1837,1,'St. Martin: Int\'l Native Language Day','00:00:00','00:00:00',1,'2014-02-21','2014-02-21','<b>21<sup>st</sup> :</b> During this special day, several sorts of entertainment will be proposed to the public in various locations.\r\n\r\nCultural events such as the reading of poetry in schools, exhibitions and theatre plays. Radio and television programmes produced by local and national media.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMs Minerva Dengleben, Ms Minerva Dormoy\r\n\r\nTerritorial Arts and Culture Department\r\n\r\nMarigot Seaside School\r\n\r\nPh.: 0690 88 90 97\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2202,16496,'barbados-sandy-lane-gold-cup',1837,1,'Barbados: Sandy Lane Gold Cup','00:00:00','00:00:00',1,'2014-03-08','2014-03-08','Horse racing.\r\n\r\nLocation: Garrison Savannah\r\n\r\nContact: Rosette Pierce- Secretary/CEO\r\n\r\nTel: (246) 426-3980\r\n\r\nFor further details see also the official website of the Barbados Turf Club: <a href=\"http://www.barbadosturfclub.org/\" target=\"_blank\">www.barbadosturfclub.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2203,16497,'barbados-england-vs-west-indies-odi',1837,1,'Barbados: England vs. West Indies ODI','00:00:00','00:00:00',1,'2014-03-08','2014-03-09','England vs. West Indies ODI (One day International)\r\n\r\nDates: 08, 09, 11 March\r\n\r\n<a href=\"http://www.windiescricket.com/\" target=\"_blank\">www.windiescricket.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2204,16498,'barbados-england-vs-west-indies-odi-2',1837,1,'Barbados: England vs. West Indies ODI','00:00:00','00:00:00',1,'2014-03-11','2014-03-11','England vs. West Indies ODI (One day International)\r\n\r\nDates: 08, 09, 11 March\r\n\r\n<a href=\"http://www.windiescricket.com/\" target=\"_blank\">www.windiescricket.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2205,16499,'barbados-english-counties-cricket',1837,1,'Barbados: English Counties Cricket','00:00:00','00:00:00',1,'2014-03-12','2014-03-25',NULL,0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2206,16500,'barbados-holders-season-2',1837,1,'Barbados: Holders Season','00:00:00','00:00:00',1,'2014-03-22','2014-04-05','Barbados’ exciting season of operas, Classical, Jazz, Latin and Caribbean music takes place in the open air gardens of historic Holders Plantation House.\r\n\r\nContact: Wendy Kidd/ Holders House\r\n\r\nTel: (246) 432-6385\r\n\r\nEmail: <a href=\"mailto:theseason@holders.net\">theseason@holders.net</a>\r\n\r\nWebsite: <a href=\"http://www.holders.net\" target=\"_blank\">www.holders.net</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2207,16501,'barbados-slam-a-dom-extravaganza',1837,1,'Barbados: Slam-A-Dom Extravaganza','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','This competition is expected to attract participants from Anguilla, Antigua, St. Lucia, Guyana, Jamaica, St. Vincent, Puerto Rico, Canada, USA and Costa Rico, along with their partners, family and friends and will be staying at various hotels and guest houses across the island for a minimum of six to seven days/nights.\r\n\r\nVenue: Garfield Sobers Sports Complex\r\n\r\nDate: TBA\r\n\r\nFor more information, contact:\r\n\r\nStation Sgt. Rodney Inniss - President\r\n\r\nTel: (246) 833-0300/ (246) 264-0165\r\n\r\nEmail: <a href=\"mailto:rodneyinniss@hotmail.com\">rodneyinniss@hotmail.com</a> or <a href=\"mailto:slamadom@hotmail.com\">slamadom@hotmail.com</a>\r\n\r\nWebsite: <a href=\"http://www.barbadosdomino.org\" target=\"_blank\">www.barbadosdomino.org</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2208,16502,'barbados-24th-intl-game-fishing-tournament',1837,1,'Barbados: 24th Int\'l Game Fishing Tournament','00:00:00','00:00:00',1,'2014-04-09','2014-04-13','24<sup>th</sup> Barbados International Game Fishing Tournament\r\n\r\nOver 200 anglers from Europe, the United Kingdom, Canada, North & South America compete with regional anglers to land Blue Marlin, Yellow Fin Tuna and Wahoo at this exciting annual competition. The event is centered on the excellent facilities at Port St. Charles.\r\n\r\nFor more information contact:\r\n\r\nMr. James Peirce- Secretary\r\n\r\nTel: (246) 230-2684\r\n\r\nEmail: <a href=\"mailto:peirce@lynchbrokers.com/\">peirce@lynchbrokers.com/</a> <a href=\"mailto:info@barbadosgamefishing.com\">info@barbadosgamefishing.com</a>\r\n\r\nWebsite: <a href=\"http://www.barbadosgamefishing.com\" target=\"_blank\">www.barbadosgamefishing.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2209,16503,'barbados-oistins-fish-festival-2',1837,1,'Barbados: Oistins Fish Festival','00:00:00','00:00:00',1,'2014-04-19','2014-04-21','The <b>Oistins Fish Festival</b> is a folk festival founded by Lady St John, wife of the late Member of Parliament Sir Harold St John, in the constituency of Christ Church, Barbados.\r\n\r\nHeld in the scenic fishing town of Oistins on Barbados’ southern coast, the annual Oistins Fish Festival is a celebration for those that work in the local fishing industry. Visitors can expect live calypso and reggae music, craft fairs, family games and stalls selling delicious seafood dishes. Popular events and attractions include the fish boning tournament, boat <strong></strong>races and the fun grease-pole competition.\r\n\r\nContact: Dan Carter - <a href=\"Tel:(246)\">Tel:(246)</a> 428-6738\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2210,16504,'barbados-reggae-festival-barbados',1837,1,'Barbados: Reggae Festival Barbados','00:00:00','00:00:00',1,'2014-04-21','2014-04-28','<ul>\r\n <li>Reggae on the beach;</li>\r\n</ul>\r\n<ul>\r\n <li>Vintage Reggae – Kensington Oval</li>\r\n</ul>\r\n<ul>\r\n <li>Bajan Reggae Night – Venue: TBA</li>\r\n</ul>\r\n<ul>\r\n <li>Reggae on the Hill – Farley Hill National Park</li>\r\n</ul>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2211,16505,'barbados-12th-sir-garfield-sobers-golf-championships',1837,1,'Barbados: 12th Sir Garfield Sobers Golf Championships','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','This tournament attracts hundreds of players from all over the world and this year will once again continue a professional flight for invited professionals from the Caribbean and the world to participate. This tournament will provide some fun and excitement for golf enthusiasts and players alike.\r\n\r\nDate: TBA\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2212,16507,'barbados-mount-gay-regatta',1837,1,'Barbados: Mount Gay Regatta','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','For more information contact:\r\n\r\nThe Barbados Cruising Club\r\n\r\nAquatic Gap, St. Michael\r\n\r\nTel: (246) 426- 4434\r\n\r\nCommodore: <a href=\"mailto:mike@barbadoscruisingclub.org\">mike@barbadoscruisingclub.org</a>\r\n\r\nWebsite:<a href=\"http://www.barbadoscruisingclub.org\" target=\"_blank\">www.barbadoscruisingclub.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2213,16508,'barbados-top-gear-festival',1837,1,'Barbados: Top Gear Festival','00:00:00','00:00:00',1,'2014-05-17','2014-05-18','<img alt=\"\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABbCAIAAAA6IKZaAAAgAElEQVR4nCTSVXgcBMKF4eFH6tHJuLu7u3vG3WfiE3f3NNYmdXc36gqUCrS0sLjrIsVhWxYoFCjMf7Hf9bl6nwMgkhFl4KVwBJBARC5a/PiSpQv6B7rz+b/+evj7Xw9/++XXu5/feX/9xhUtbZWbt648c+HQgSPbNCYZkYnB01FKo8Qfd5WHbbMbpoJZf/9U7/nrZ1/98OV37rx96srJp25dOnf94rkrz+48fPTss1efev7mxt17Vm3ZvP/E8Q27t8+sn1+1dW3rQEe2qXJodijblO2Z6KnqrE101uSWd9X2NWWaKjsHOpbPjg+O9bf1tg7NjoytWt49NdA90bdq4/y2nZs2rZ1fvXJm+YqprQf2PHnx7LELZ04+feHm6y+//tF7L779+qsfvPPqB+9cfO7KR19/8d6dTz/57qsPvvr8wy/vfPLZd19//dO/P/rit19///yjj9585cXb15959dbVd964/dKtay/evnHrxdtPXXnuwtUXnr7x6sVrV7dtG9+8vnl2qnrT+s6x0Qq/X+bxSN0+VXdfnVzLn5gdefbGs0fPnjj11IXzV69ceu76519//8c/+V/v/37/919//OGbxsYqg0Yol1D5THRZIUAqwtdWeZ95+nBnRxYAg5cCy5aBwMUQKLC4uJBCIfX2dr/22ivvvffOC7eeO3nq6PETB9eun+kbaJ5bNbp+43QgXI4mQrFkJAwDROKhKBKUyMR1j3VYvGapQWT2mNxxZ64r1zXWcfKZkzffuHXpueuXX7h19tkrR8+db+jq9iXi5WH//JYN2w7ubh/q2Xpgx4HTh1Zuno/VxOK1cXfaZ055Iq0VuYGWztHujv72qlxFbWP16PSIJ+FL5NLJpoq6robx2bGZlcsHuttbGuoa25vT9TU1bU3ZxjpfMlrd2jgwNd460DO7Yc3KTesm18xNrlkxPDs5MDV68PTxs5ef+tdrb77z9gc3n7/x6ku3zp44fOLoroO71x/dv3Hb5pkd2+YPHtx+9PjBwyeOnnnm6WdeeOnyzWv79s2cPz1/8skVUxNVqaTG55P6/YpAWJ9rjNM4uNqmysvPX750/fLxC2dPPnXp6LmzT1157qPP7vx6//f/3Pvx/q8/Xb58rrczV5X1kbGlRYsBDqtofKRx397Vba0pABwGoZCJdCoNjUSBgGAYBI6Eo+BQBAQELisFQsBlbpd9enpkZKSrvb0mlnDjCYgySCGFTsCTkGgcHAgrIlBxU3Pj9S11TCENTUKVoYE4Bp7Kp/gS/kRNKpOrGZ2d6RkdGVsx60/EJVrVMlDp5KrZI2eOyw3qmXUrbr52a+fh3c29LdHKmDXoCNQngw0pTybojfv8Ea+t3GSy6vwRryfhq+9pGl0zuefE/tuv3Xr7vddfuX3jheeuPvv81QOnnjxw6sl1O7emaqvKg75YZSpWmapqqgumop5oQGFSOUPeWFViftPazoHOptbaoZHOgcHmlSt6160ZeP7qwTdeOfPx+8+8+87FDz549p33rr748sVnb5y59PzZM1fOPXnuwNq1XedOzT19cePkeKXfJ7TZOGYT12AWdPfVsQQki9Nw7Myxp5579siZk5eeu/7khfMv/Ou1r3+4+08+/8v9n/948Ov9+/9Zv3p5e0uGSYYqxeS1qwbOn9k10F9XWxMAcNk8kUBMIdELl5UsW1yMRuCRMOyiBUshIDgUDEPCER63Y/26+cbGCoWCV1j4OAoFAoOKMWgYCgnB4hBQGJBMwQ0M91TVZvAkNJ6CxVOwFCYJjoGiiMgSaEkZHEzm0Jl8tt5h1luNMr1qaUlBU3fbviMHlCbt5Nzkx1//+8KzF7pHe9M1aUfIFWnMVPc1RWsSZqfJF3RlKxKhsNdg1RldpkxT5eDsyJaD25957ukXX7rxyu0bb7328kuvv/zCG6+88MYrz7/60p6jh2KVGYaQQ+cyKSwajooj0YkkOsHlL9+8Y+OLr96amBoaGGoZGW1ubYnX1Xm628NPX9x87dntVy9vOXZs6ty5tWfOrj9xZtOla4ev3j574bkTpy7t27K57+ypVVs39XR1howGCoVSYHOIghHTyHibziRR6qVb92y5eOXi8Qunb7/x6slLF09feOrmS6+88+773/3w7b273//88/cH925aPTcELn7UoGL1dGa72tMEfLFIiAfgkAQihoyG4kFFMHgZmkHiCFgSNpVPIzJoRDqDQrWZjDOTo9UV0XDAYdRJWVQilYBl0cgsGplOJqBgYCqFUFtTEQ75kCgolUbE4VFMNo1IxmHxKAwOSaQRwCgwCo+E4+B4Co7CpiCwcJ1V5wl6LU7b2NT4B59+dPrCmVxLQ2tXW+dQL13OdacD0cqY3W31+soz6VgqGQlGvNWNVS0DbY19LZnGikgyZLHq9SqZ3WyoqKvpGRttG+ifWrN6z9FDvnjk0UWPl0KAiwsXgREgGBKEJyH5AsbpM0fv3v169+6NFZXBdKrc5ZQZjcyaCsvN5/bdfG7PlWe2fvDu2XfeOXvl6q6zF7ZcuXH0zNP7NuyYnl3VOziQfvap7ds3989MN1jNrJISgNev9gX1rR0V1nK1yiAZnx3be2TvkTPHb73+r6NnT129cWt4YgqFxpIoRDIJp9FIejrqLp47IGRjq9PugFctExNQyCU+rwZQuKgUXAzHI8lUPJuIpsOAGGABrHQZGIvAI8BwIhbHopHDAaeQR7VblRaDlISGcihEu17jd1hlPDYJizRplZ1tjdlUVCLkqOQiJALMYlJodCIGDePyGFQGEU/Bsrg0Ig2PQEHBCBCFRkRg4RgcWqqSma2mkYnxyuoqmUodDEUqc7USvVxuVvIlXAaTzOfQBWy6gMtQqaUMLk2kEUsMMrFeqtDKRGKuTMi1mfRCuTRVVxvKpEOZdK69TWXQyTWK7Tu38YUcHB5ZULgAiSyDQgsP7N3y7Vcfb96wMhH1uMq1aiWLxYR7XLJzpzYd2DO9ZUPf1Wd2nj+3edu20a3bJ0+f27Vr39qRic7RidZEzPDUpe179yzv7U2xWKDFiwD+gN7j1ze1ZK3larGS6wmVV9Zlx2bGTl88e+7Zp6/dvF3X1PrEgkVwJKy0pOCRRwAOi3LD2nECqqg26zVoWZCy/4NCnrDbJAAckoCCYhBgFLwMDS1FQkuROASJSWFDSsGFS5bSySSJkBOPuJVyVnVlIBVzQQoX4qBAm1YRcdsZeBQWBgx77L0dTT6nRa+S2E0aJKxUIeUplUISHqHTyUqBS3lCBoGIVKhFdAYJR0Tx+CwMDqlQyKRymVQqtVjtEAhsWUFJSTEICkNE0hFvxCNXiChEDB2PoWJReBSMSEDjyBgyl0IV0rlynlQlptIIkNJCcGkRTyKJVFTWt3fGKitUBgODx+kd6nv4z1+OcksZsLCwcAGZgETCirva6q4+c6qnvVEm4rPpNA6DSiWh3eWGi2cPHdq3ad/uNc9fO3nx/MHtW+f27Fp39uyRdetXtnc0TU8P5Wr8s9PNHW0RkQi14AkACPJoIGjo6K5uba8yWuUKtUCs5PMlXFfQOTw5fOLcqf1HnjTZnYVFJaVlJVAIcMmSR5029fo1YwjQwobqYCpupRBLYNAFAj4WACoGg8tgSAgKhcBiEXgEFAMFwkqKysh4wrKli2lkHIdD8rj0AiGxptofDhhETAKbiHDqlVGPhYgow0GLKuL+3rbasMfqdeq9TiOoZIFcwlYpODBwgVzOJRCRLrdl6bIFCqWYw6WzOXSJVCCRiCgUCplMzWYrGxta4TAMEoErKixDILFoLMofcldlE0aljEcm8shEJh5LwCLQODiRQWBJ2Ca3OZaOWKx6EhYJKimEIJA0niCaraxtaVMbjWK5Ymxi/LU3Xk1n4kQC2mxQ28ya0oKFRUsfTYXddBKGQaES8SQhl8flsGJh3/UrF8+cPHj+7KFX/nX12rVzh/ZvO3Jk14ULJ2ZnJhrqa1atXF7ukImEGI9brlZRpXKS3SFTqdnZymBldUSh4Xn8VqfHIpTxRXKBw2NbsWZu3eZtfImcRKYuWbYYCgEikWUmnXhksIlDQ9RmvZUZJ4cJQyIWs5hwABQMgcFgKAQahyOQCGQCgYRBYeFwOBIBA0NKMRgIl09SqjgaPcftVVZVuhkkGAayzGlUZCJOChqEgiyNeC19HbUuu0ar5Lod2sJlALtVKRXTYLACuZxNJGEYTDKegGaxaVwek0ols9lsAoGEQmFoVJZcptHrLGKRCoellgERpSWQhQufwOOQDAI2YLOMtrc1Z9JFjz8qYtFpdCKBirP6bDaPFUfGqDUyWFkxBFgMhiPECg2Rxqysa5CrNRKFUq3VROMRiUTk87sMerXf5yTikMDixWgYEFZWTMBji4oKcFhkGajI6TQdPrpr/8Et+w9uPnZ81/GTe9atn6xvSCaTXrmcm0kG+nsbK7O++sZwR1emfyC3fLJj3fqJodGW6tro8GhHS1tV/1B7tiqazIRT2Ugo6hkcG+gfHZUoNWUgCAQGBpUVl5Ut47Hw7nKVx66sTDp9bmXAq45GzF6PGlBaVgIElYKhEDgSgUSjEEg0GAIrAZYi0QgkGkai4nhCmlBKlyoZ5V5VTS5CwoGxsCKXRZOOuEg4KBJaEPbb+7rqy21atZJrtaqXLgXodBIejwSBFYrEbAIRw2DRcTgMkUzC4XAwOJJGZZHIdDyOgsYQUUgiFIovLUYUFcEQMCKNylbLZQwynoyAGYXCar9/IJeT0Wg0DIrFpDA5VCqHAkGDYWgIg0kWcZkoGHjR4qUEKlMgVTS1dwWjMb3ZQqMzWRw2k80ym81qtVKrVSsVMotZ73bYTUYtm0ND46BcARWJLVVouP3DTc3d2c7B6tHJlum5ro7ebLba1dgSK3fJGhvC0zPdvX21vX257TvmVs4Nrl4zumv32snpvmxlcHS8K50NtHbUVVTHvAFbdV3S7bO1tDf0DAzyJfLiEiAUDoFBy6DQYoWEmUm6cpXBoZ7a5oZIR2tycCDX010FgKJgMDQcgUGj8TgskYQhkOFoHBiOAkKgMBSSSCMxuHQKk0TnknUWRaYygkHDMEiI3WwIB9wkHBqNAHvcjtaWeovVoFRJ9EZNUelShUrK4tJgCLBAxCeSKGy+iEJlUugcLI4MgqIoFA6JykEiiTAkCYkkw5FUGIwEgZEIBA6fJzNpNDwyUcVi2URiBYmStjnK5XIiDILHwA1GNYNLKyhbxhWxDUb1ypmJgZ5OJpONJVK4QonebDNaHUqtgURjMjh8Eo0plijkCg2dwUkks2Pjy4eGx/sGejt7cw0diZHp1sbORGt/en5L/+h8y9y2vuHZ2hWb2genKgcnsjv2DXcPRmbmckePrw6GjA6nZu/+jSvnR9ZtmNq2Y3VHV51Kw29pq1JrBZmKYH1j2uUxTE73V9cmhkb7Onv7WHxRQWHx/+ghkCKNgttUH+9qyc5OdAz21YwNN8yt7Jud6QYsLQMuA5UVgqElMAQIhS1D4Eqg2EIQqhiCgaCJeBqHwuETmWwiiynWKJ1+LwqNRyKwSoXWbLLjcWQkCqc3WELhuEKjF8tVCq0BisLKNXq2QIwmkHliOYZIZ3CkZBqfzpaQqDwokkQg8VA4JhrLxJG4dKaUK9Rw+Wo6W8biKMQilVIg1HA4MbMlabHpKHQbV+CQSMVUCgWPlitEhcBli4sXVdVm9u3f+c6br1w4c5JCoS1aXIAnUCAINEcgprG4hSXgpYXAEjCyFIIiUNmlEFR1fevK1VvGJlfNr18/PNUzONW8evvE8jW9QyvbJtZ19UzXT27qHl/bumbXwMTqhuWrGg6emOkdjo1OVew9NGUwi7B40IZNK6dmBrbtWLt774aevka9UdLWUcMXUqJxV64hxeYSmloq9EaJx29v6+pm8oRFxaUwBBRUVlxSslgpZTXVx1ty8fHBxo7WZE9ndnSkaaC/DlAMQ5fAMUAkAYKlIQhsFImPwPNhWD6GLMXTFDSuni0ysUR6Ol/FEmmFcjMSw4ZA6TS6ksc3orA8JIbL4Rv4UiuVraZztVyJBU0SCVXlDKEBS5My+Hq2UC9S2BhsFU9iEohNNI5KKDHTOComV0lhyahMKZUtp7PlDJ5KorBYLG61UGQSCMxcfjlf5OaLJSisgkQpVyr5dIpMKiiFFKNJqPqmmuvPXX7+2jOnjx912Ox4PJHLEZYCIVyemMUVYQl0BJYMQZOXAVEoMgeKZVS39PWOr2rsHp9et6W5r6N1sHVkfnRkfnRgbnBwfqBrpmt47VD/XPf0ppGR+c7hFe2bdk01tIUHRmo2b1+eTPsweMjy6eGh0a7NW9Zs37lucLgjHHV19dQrVNzK6khXTz2Tia2oCOn0QotVW1WXY3AFZSAIEo0AlRWXli5RydiNuVh7Y2pypKWzLdXdkRkeaujvqwXgmVIsU0pky8l8PVNoYUqcTIGTynfSuOVkroPGddIELqbASeJY0WQVBCOGo2VlUBECo8QSdXCMEolTY0l6GFYJwyqxFAOOYUZTDXShm8i1YxgmItvC5Fu5IhuOLKeydCy+icE1SFUensTCl1rZQj1LoOOKjQKZRaKy6Sx+ny/mNdnSjnK3SOpg8yMyNb2gxMrhz/T2Dnd3ZDNxJo+ut+m6etuevXLpwN4d87NT6WRKq9Ur5BokAsvjSwRilUxlFsiNIrWFzJWTuUqKQOeI1FkCVQpH3JdusfmTnng2Ut2UbGyr6ujNDQw1j463Lp+o7e9tHR3qHB3sHOlbvnJ5fUvdzMrlGzetqqxJSuS88cnB8cnBjZtWrV23oqGpwmxVNbdWG82ymrr48GiHVivMZoPxhCsSc5d7vEQaEwpDoDBICLgUDi81akX1tZGBrtr56Z6h/trRofrZme6pyQ4AnCSBksQwohROVqKpBjTNgiJb4EQLnu7G0l1YqhtLdxEYHgzNCcEYiiAKEFwLgmkgSD0MbURgzQiCFYYzF0NVIIwBSbZD8WY4xY6iO5G0cizLQ2B5EHg1hWUh0HQckZMvdbEENqnGx5eV621xvS1qdiZdoUp3uMoZrHCFstFotjVbM1hT1x6MtnpDvZGkkUTviCZO7dx5/eL55qa6orICkVI4ONK7/8Cuo4f2tjXmKtOZ1ua23u6Bgf6Rqem5vsGJ3sHJdE2rL1HnjNYKtB65PSa2RIWmMN8Y4WrDJK6LI43SBCEc24VhOwlCD0MZoUh9yvJqqSVldFeanJlyb5XJHGlsGEomcxab1WI3tHY0NrXmunpbhkZ7MtmoXMnLVkYMJrnHY0yn/Sw2ls5AiSU0AgnOFYoQWAIMjoQjYcDSQhQKZNAIU/Hy+qrQUE9tYy7U0hjt663p6a4CoEkaBEkNJ2pgRD2CZIUTrWC8FYgxwUgOOLkcQXUgaeUYhpfA9GNpHiTRUQpSQ+E6BEYPx+qReDOGZEPgDGUICYYsIzIUSDwfR1WgiWoMWU/mOmg8q0zp9gerUtn29q6p1q6Zitr+mqaRRGVHNtedrGyJZupj2YZ4uj6arEtlGuuqm1sylZlyR1Cjq/H4h+sa/GpDa7aqo76pubHJ5fOWQIAUFk2mEFMphJ1bNmzbuM5mMldVVKcS6cbG5o72nta2rqnZVe19Y6Mz61du2F/VOto9sT7bPt46sW5oze66/lVtIzsGJo9WtKwz+7s4yhRFGKCJQ2iahchxgLEKAs2AI6mxWCkOIzIZolg0Awor4wspQgkTgQNhKHCb11juMwtkLJ1RxuaSuFyyXi8mkWBA4EIOhwAGLiHjUBgQkAAuxAEXQBcBSKAnTCJS0CZzmqSJiNNm09nKDf6Q0xWwA8hkK5ZgxJMdCIIdiDTBSG4MK1BGNJcQ9UiuDcYwlJHVOJ6DyPPCyDYwWo9EqIqWUYpLcSgCD44RlEJYICgNBAFjME84HSSbCWvVUz3lBpfdlsrE2zobxke6h/s62poa0+lsMJj0BJLOQMLhi/jjSZFCYbbb/MGAw2aPh2LZWEW4PJD2eoQUXMnCJ4Jud3Nza2VtfWvfMFuhYyq0baOTKodLrjcKxSJwaYmSz9uzZVMkFPX5w3X1uXA4GAh6qmuygZA/VVEZiGRrm/rStZ0md1zjDOl8UZXXJ3f71L64M92QaOxr6Fte3z1u8yaoTCmBxCMR2Aq5HgnD0sgscBlMLlWsnJ2jkwlg4OOJuHlkvKkA/H9QSrGvypVtTfYs75hZM1FSthgOKdQoBTQyCgRaWly8gIgoFUALvEykl1JoggJcaIAdDdCjAU4e0qtXhAJhkzNiDmSdqZpAdSMAAZUAS/kIhAZHciDw5UiSC051FGJUEJoOxTEg2CokS4Vh6yAEBZSg4YjcdJqEy+YIpXS5li/XKr3BUDjib2uJbF4Xv3C8dssqz2SvY6Q9XZcOpRLuZLzcZZWaVFyDRux2WB0Op0JtkCi1GqtFIJMkq5LRRFCjlXqcVqfRxKew1HxxLhUTMUkYJERn0AZS6ViuMd3Z56ioq+gba5ucK49XCJQ6Lk/AoJBpGPSGuRWVFbXheCqdTSXSkVQ6nK2IhSO+RCIRCqXaOkY6e6bSte2hygZvptIQCig8jorebpXPj+XzleXlveMTM/NrWlraYpFoQ3VtX2tb2O10mY0cOlkjFzc3VOFQpUsfB5RbOYPDNXQhohi7gKokiMyCyrbM6MwAFF70xKMAq0E1Mdybq8lCoKVLHgHUm8Vbq507q/UbI8w1Pty0E9WkAKtg/wdb8AgagUdTpFSZA0oXAwrAAIs+wqRq8Bg5kaBHoDUIrBZDNaHpeihJCiYIgDgmnMxH0SRIklis8uSauncfWHP4xPSppycv3Vx97PzqMxe3bN3S//ZrB84erblwNNmTo3t0UJdWYpCqVQqtTCK1m3Qem6HcYjTojHqD1VbuL/eGLW6vxmpxB70ytUQs4zqdJrVCrFMoBjra3GYdElQELSvhCgWhTEV933Covi3S0lNe2eCpagjXNBFZ/OIyCI1EfgIAiPu96VSlPxzTGw0Wm9HuMOgNCrNFr9Ppstlcd+/yts6JcLrRFalwxJLWeNSeSjgrs0qvj6vXW4Khpp7ezr7BXH1jrrZuYmhkfnp6rK+nt7W5sbZyqLdz/ZrZ9uZKq5Lpd0hrqj0uv0rjEKWbo8Eqb1NvXa4xK5fz0TCQ1aBZv2pFa2OupLQAvOyxFpt4T73rUKP5WJP2UJ3oWLtuS51eBgLgixYBC0rAcJLJHbX6g3AyESDnazAwCgpGZ9FVTLqWSFTiyEo0SYrA87FUAZElFioMFlcoGK3o6BrbuXffpu3TPSORaCUnlGEa7DijiSDmFh7YXH/jQvOV46nOCrxNWuDVSv1WTyiYDAXjAY874vcEvR630+NyB3zBRDCW8sUSufY2jdUgVAjcQUc45s3VV2zZvO7gvp1dTfUyIXfxogVQJMrmD4ZrGizxCnOyWuwMsnRWntZSBEUBIXC71VaybDG8rCydqqypbyp3OV0eh9dnd3usNbUVwWC4ubl3YGhFU+uYK1htcIb13pAtGg3UVmsDfqHVxlQqNU5XsrYunEhrtHqJSKySyS06ncdqLjfqQ15nQ01Fc0NVX3v9isG21ow34tVFY9aG9sy5qycOndy9dff6tWtnd2/btGZmcn5y4uje3dMT4zabxW9Wt5j58yHJpoT4yTbDnhrh/ibNxpwR/wiAXLoYuHQxFkNq6+rdu2/H6rXLAS6TlUmgosBoIpqKQzEwKAaVImGw5GqtM5qobmrtGRwam5xa0dHR5fV6dVoTlytn80U8EUVvEmqUAiYBvgwAKJeCrh2pvnE8M9XCTFigcYciUG53ul16i8HrKbdb9F5PeS5X29jUEkulQ/FUZS5XHvQ5Am57oDxRFW1oq911YMupC0ejMV844FbJpI8//jiNzXPHUmpnQBeIM7U2gkRLkmrIIiVPqUXhSWKxWMBhM6k0g97S0NhWVVVVWZWurEjm6irHx0ZyuYa2toHh0fmO7ulwqtkeyGjdIVW52xAMarx+sdXOUqmkBlN5KOyPxKOxREOu3u0o9zrLwz63zajzOCx+l92ok8d9jqBWEdEpbAq+z65pba368JM3//vLtz/8cOfTD9/++duv737xxbcf//unb7797s5Xp0+f7qxNdzslAybCmij//LDnQKtuZ7N+bc7MAwJwBY8iSwqYZHJbY83OTVPb1w8CjHIZm0TmUug6hcZlc1ckq3o6h0aGp4YGptrb+sodXjqVQadRBHy2WMCUimU6fdjpqjRbHAq5WCOW0OFwUtHjchTguX3pV04k13SwKhyQlEsS9diCEa/TbwtHy+ty0Vx9Ip70JNKBXEt1fUtdLBsTyET+RNgT89V3Nsxvnjt0+uDe47t8MbfHWx4IBERiaWVdQ0N3vz2ayfWPRxu6LNFKocnJURv6J2fDibRSrfJ6vVq1Bo3Cuz2Bmpqayqp0LBqIx4LZTMpV7u3rGR8cnq9vGnYGanT2qMzsFpvsKrebpdFxNXqWQinS6o0utzcUbWhsXr16dTQciYWC0aDPbbe47WaHWa+SC1wGTaPP2xeP1/k91SHvYEfj+dOHX7j+zM0rlz5/9+1vPnj/q3fe/e7DT+7d+eafB39++slnk73tM2lbowQyaMVNBZm18pJqFaxCS5SilkhICCocgocAA3bt8q7UioEEoCqeqIon2uvrejta62uqo8GASWtk0NgwMIqIo5IIVCaFIRMJ5RKuXMo0GjSJeEMi1ZRIRrJpf20iRAIuNlJAGjTg2S2u2/udK3LImHZhzMyOe63pTCSa9iYrjG1dvrYuXyKjCcbk6UprKGpU6wXesDOSjlQ01KzcsHpwemRoxeipK6dXbp5fv2XD+MRkZ+/AinUbh6fnusZXHDh7+fiVF04/95K/IgensLpGxgaXT40un+jt78PhcCgkTiZTVFRkausq0ulwPO4P+N3JeGp6cs301KbWtslIsjWUbApk64NVuUoFW8YAACAASURBVExLuy9bpbQ76SKJ2mqvamyubWxx+wNmqyUUCsWi4VDQm4yG0olwJhmprojXJiIprT4mlvtFkrZo9NCGdfs2rD2yc+u1Mye/e++9h99+99dX3+b/8/M/937N/5nPP8x/99H7bx7femwg+ezq5t2dvhYrpd0jrLaLqlw6t1rCJ+JwZYUhm2xuIL1hPAXwOpwmjUYhFTBpeBS8hIiDsugEMgHN43DFQpFaprIY9FaTViFjmY2iurrUkcMnensGq6qDU+O5HWv67WLEmQ2NH17q+fCi78fbwYsb6StaYdOd8qFue2u3PVMvbe7S+KOoxnbxsVNdew+1BiM0nmCZycoIx2wur7V3uH9y1TyMhOPr5EeePlXRXqc26lk8Ya65fffhY4dOnT99+bnzz7105uqtyy++kW3uxDI4Io0OQ6X4o+GWzlYCCY9EopFIpNvjyGTjVVWxurpMVWV61dzqNfNbNm86tG794bm1BzZsf3LNtkOT67ZMb9wyv33X6m27Vm7cPL9568r1G1s6e/zRqC8UjMZjiUTM73PFY6FoyBvyu6or4lGHdSCSqpTq4hLFYCqzb8WMT6PwqGRTbc1runsubt3+1Pbdt0+evXXmqXMHnrx5+forV57pj9qbDIxjkw1rW0JNLtlgpTvj1DQlggONuapQMGjV9uVi423BuhAfQMLTiHgSmYRlMrFCMU4iI0jEOKEAp5Cxym16o06p10j1ejGFChWIMN091bNTYy2NlbMzuZdvbxvvsXuUC289WZX/cfKDp+nvPQ157QLw5UvE12/Y3n6z4qW3M0+/lFixXrx1r+Ojz2fu3d/18/39q9fY7baS9lZLS0v44MHtW7dve+HV15v7BhL19U2j/Ryt3BkKjk/Nbt6xZ8feg9v3Hdmx/+ihUxePnXtq35OnL1x7bv+TJ6ZWrzr45NGJ2clsTYbBouJwODababcZ29pqo2GHSS/ram/atWPn+MjMyNDKgf65vsHVfSOrByZXD8ysGlwxv277nobOvt2Hj23cuWdq5aojJ073j46a7bZEKhkI+X1+VyTsj4V9Ib8rGnDVhAPDodTB7tFatXEonvAJ+TmnvTMSsLNoegLORMCnlKr5pta+VKWZJ3ZrTTWBQJ1du70n1+bVR1WckFbgkHE0XMZMf9+GyZkVg4PTvR3rxrt2rerat7YDwGLyRSKRSiNUa+kiGZgvWqJUAa02nFqFtpiYWjWt3C5KpcwOB8fuoPX1+Suz0vpaflMTYWo5ryK2uCW96KObqV8+jPz7ecS/byz59IXiz/9F/uwt851/J7/8oear/7bf/W3q3v0V3/808e0PYz/9tPLm8w21lchsnHZo98SRvZtXzMweO3G+qXuobWS8c3qipqct19bR2TswOjFT39ReXdeUytZMrVy9bvP2g8dO7D54cNW69QeOHH7+9o3ZVTMOjw2Ng5eUFlBpxEwm1NpaVVcTdTu1K2fGNq5dM9A70tk+0tQ4WNcwWNc8mOsYzHX213X0dPSPtnT2T65YNbli1cjy6c07ds+sWhWMRyOJeDAcCIZ90VgwHPL6PY6A21bhcY2HUyPlwRRPvKe3r9qg06Bh1UZVT8DlJOPGIqF9vX0npqZXt7Q3B8Id6WxbMjVenR2vSlSa9RmrMWzUVvh8WW9gqLG9PV1dGwhVedwNUXd3rW+4NQRQK3UGvVqjY0jlQLOtuLmNuWGT89Dh7LEjDRvWJqorRE47xushOsuRmUr2lq3+utxj27djTp0l3XpJ/uIL+vdfcz/8oe7Dm4L7n/Duf0z549/iPz9133uv7su3O7+7M/7gwfpf7k/99sfEzz/35fOz977rff6Z8MYZ+ds35z946fiR7euaq+tHh2ZSFU1VLV3mUDBck62obwxE4mq9icHkwhEYDJbIZnNlMkUmkykvt6u1qvHlIxu3rI1nwwQaBgIvQaIgZDI6VxurzPpiYbNCStu6ce7Igb11NQ2ZVC4cqgqEqsPJXKy6IV5TH62qiSQre/rHWtp7KmobUpU1Te1dw9NT1Q25UCIWSUaT6Vgmm0gmwtGQNx7y1EdC+3qG9zR07Gvr+uzi+d29HREBvdWuSfCoXWb1+or4kNNWJRHGBYKIVBbX6R08/qGZmSa320Cmm5hcDhwTMTmaIumcL3Zo5YZNA6PL6xu6srHamD3l1wEMarlawZSKiy2WpZPTgjffbv79j5X3f539/dd1v9zb/PG7s9cudx49kFk9Z9qwzvLMM5EXX9B++5Xly6+V939z5/M1D3+vzT9ouP+lM/+LKf+DPP+DLX+3+uGnvV+/2nPnrYFfvpvN5zf8/uvwve9a878N//3z8PPnXE8fCObvXsrfffvGyaN2udGsdvJ5Gq5EswwBhVFxRDrdYi1nsfkUCq2kqJTL5iChELNeNz7U393RnEwG5+cn+wfbghGnTMXRmSR0OpZCQaRT5bU1vlBAo1HSDu3b9K8XrvndHpvZrdc69UavzRPzxtL+VMafTDk9wbq61kSywuOPNLV3TcysbO3r9cUjvkgoGA/H0tFkOhZPhOKxYGUq0p5JfHzy3KeHj3924uQfL996eu302lzyX7tX72nLxsjQXXWJswOdB9obpqKBZrNxvDKzdWDg2a07V+Racw5/d7yi3hPd0D9xdOXGg8vnZ7O50Wiq2xdo8jozbkvQoQHoZVQ5r9TvBG7bpPni01z+n86/H1bf/2/817uV+T8G8vnV+fymv39d9dUnPR++W//t5435B235fNOfP3vv/+T/45ea/35f/ce9hvyf9fmfbf98J8n/YMr/Vp2/1//7x50/vtN495P2/K/z+fzm/D9rPn0t/dNHLZd2a95/ujX/zYX8gzvfvPgiF0pGFmALFkNKIQggFlaELF2wbIk/EAoGw0g4oqy4iIiEE2CQ5qqKnetWHd+/Y+emuYvnjxw6vPX8xSOXLh8/e/FwW3tVV0fV8omWubnO1uZgTZVz5UzP8tEurVIhFSt4HDmHpxLLDXKjWWGxKExGvcGqkOuNJrvV4Vm/ZftTV64na6rZMlF50OcN+31hr9fv8ngdAb8rGfHVRwKv7z/wzq5dr+/a9tGT+1dXhiqllC25YL0ETwMA0sTScYtsX13y9HDX6Ymhc6tm9g4PvnPi7Cfnr9zef+LWwZMHl89PVzWEmSIPjmIHw8uh8CCJFJcKo2Zt0G4EhCxUnwm6cpT3zact+XzHT9+rvviY8Md/xfnfzL99b7v3meuXO/EH39X+/VPLw5+bH/5U++un7vwf2Xw+mf87ln/YkP+r/a/7jX//ksz/Znr4H17+R1n+90D+j9b8N3U/vuH+6Gb5d+90/PDe0N0Pe589oH3zgm8kueDyJt+DNw7+cOP8WyfOU5YgsQU4cCEChyfyVDw0Hak16SoqKpaPTxAwaJVIwKOQAmbD/HDfU0f33bx08uyRXccPbdm2ZfbQ4Y37Dm7o6a8dHmlas3pgbCw3NlY7OlI5t6JtsL/apBMJuAwWg00msbAEJppAQ5DIcCIBTsDT6Bw0gigRK9kcYSJT2Tc2wZVJaUJuIBkLJCO+qM/lcThdVq/HEfTYE3Zzj8N+qK3pYEfj9TXLjwzUPTPf/fb+uR4djQkADKtoF7sqL/TUzfmtI27Tyky40aB5dc/Bh69+8NvL7/75+oefXrhypG8sSWZkiOQEHJFEIaro1JxKXumwhMutgAonfrpLcuNc4Kcvk798p/jyo5K7XxXkHxLyf3PyP/Pz9wz5X/z5+7H875m/7wb+86HqwefKf75V5H9V/HJX9tNd+59/pf76M/PwD+/DB4K//ov5+0dc/h4/f8/+96f6T65jrh6A/fzB4Eunqo/OKfeO0Z/fZU1LAd22wv1d3iN9bZubemiLUFwoG12GYTLpVAEeRQN5Qx6Px/Pk4SOzExONFZm6WHjVYO+pXZu//+CNr99/5c57L37y7gvvvf38hx/c/O+vn7/5zrXvfnj3jwd3vv36lbffOv/262c3reupSFoYVBgeA8VjcVgMCY4ilsFQhVBIIQxUDAPDoGgEFEchMyFQFAiGRBBIQCSCq5AEM4lQOhaIB3wBdyDoDoe8PqfFo5EOepxXZsa31CR3taQnI7orq7s+ODw77eHH4IBxLfXl6fb87Qv5l6/k37mdf/fFq2tX3lq/5fPjT72x6+hbe44+M71qQzwbhcBipcAssChZWpBGgqt4rKxJH3XYAU5N6ZFtyS/f6337RevL12H/+Qyd/xX929dL8/9F5X+i5B+o8r9Z8t/rH35rfvi97adPZfm7+p8+IT+8x8rn1fm898+/wj/eC9+9F/j+S8G9z0n3P0b+9REh/2/pz2/JX75AOLIefHSF9KVDNVe2+I6NKw908uMUQLe0ZGfGsbUi3Wn20BZDKaW4xYCFRCwGBFpMIkCAhUvIOPS5J49+/t47bAKGDAPy8IiE02xXCiQ0tIpHELPQHCoUj1qSSZY31gbWTXed3rvqo9ee+s+dl/L3P+5qChkVdIWACileggCBsAgcGoWHIjFlKCSYgESQ8TAoCg5BFxeVYbBEHIkKRiIJNBqFyyoP+jwhnzvg8ficwZA3EvY77SajiN9qt11fNX9h+dDHx7avSZnmQ5LzvYHrg+FLDZYDAcHbI5X568d+O7Ll800rfz5x4F/zK6a84YlAotcemM/UTgRiQw5XHIt3l5YkoCBvaYEbVBKgEUJqZchqAVgc5AuXpjZvdrc3L716QfjVu/Lv3yPmf2Dlf2Lmf6Tmf+Tkf1LmfzTc/1xz99/6/35p+vkHff4f84O7tPzv/J++Efz9IPnt9403nw8+c0r5xYu2d45B86/K829aP3ratHaKFbI/srWHe3JYeXtrcmsVf0dCmgICZnjUixWZFWbLVDAix+OLFzyOQcBJSBQPjpeiiFwkSsdhnd6766v337xy+thCAEBAwwoZeJdZYVLxDQp2zGO0a4UCCoyGKiEUPa6GldjQEC2i1ExFO0TUkFEetWrZGDgOWAorKMKCYHgkGgwGl0LBpWh4AQyERGGgUDgIBIHDkQQimcFisjhsBotpc9gTqaRWr/N4XBUVGbvdardZbBptTGne0T54ZW71i+tmOsWoeSPuRJz53Vz0bDni807z5632//Sn7w01fZCreLu65mQwfqijd8/Y1LqOvlVtXQmVPiCWBsTS9kBAjUHxwUAxEuGUi2NuZ9TrBoTSxlWb2rJZRl01eO1yxLfvun/7WPn3Z4z8d5T8d+j89/j8XXr+riD/H/nDu8Z/frH/8h/lw9/lf/+HkH/Ay9/X5R9UPfW0d26lYtuc7uQa+YubKL9d1v5wyXhxvcQo+z8cGNDiLNzTxZtMkfb1ObfXOQKlC1arNHMS9cma+g6VSogoo2LACGgJBgbT0sUiGIkJBHuVsl1zM4c2r/vyvTemB7sXAABcGoZDReMRJSQkUM2jiiho1LLHmdASn4DdoVJMWMxDdsuAz1XvMMcNGpdCgikqIpaBIIuWQpcVIoHg0uKSYnAZEIMoRkKBEPD/gkKhSCQSh8ORyWQ6nW42m4PBoNVqNRgMarWax+OJxWKlWF4uMqWU5TmtcS7mraMWzesRr3Tq/96ayZ/ozO+pf8FFPCOFnRZTnlIrTkpUcyzR/s7+LeOTq3oH1o+MdWYq2lKZ2nCku66OjcdT0SgejWLXayN+T8jrAiSS7lhML+Y8tnJMOdtV+sVLph9eZfzyBjj/SXH+i0X5Owv/vvPE318X/P0j7OF/MA9+wP/6BebBF8iHn5U8/AL+4Evxtx97+/sw6RR6y3xwMIveXLfspXWMlzcLd3YSsUsBkEWAjjiqNQqsS2G7W5VRJyWoIHYZlLtS6a2BcJtIpAAXc5AgDBIIhgJpNBoFR1CwWFw0cn6g78WnL/7474++//QjpYBNRoGJiDIsqAiy5PGyRwFcFExKQHPApYwnHjcseCIFhVbTqE0qWVwusvPZDpmIgUVTEAhIQSGksAReBi0uLi0sBZYg4MVwWEFJcVlZGQQCAYPBZWVlYDAYjUaTyWSBQKDX6xOJhMlkwuPxSCQSgUAQMQQWhkkDYsRQaFrC0C4BhIGAS7XiD4dtz6Uof65NvZ3THVZj58mgXVLBDplyUqputznTtnK3TBnUGTxKdYXbWxuOdNbU0NFoGgYtZNJtOo233OawGAGV8YhZw1FxC2+d6735pPvbl5xfP0/Nf0TMf1yS/3Jp/uuF+TuP/v3VgoffF/z2VeFPHy/559Oy/Mcl+c9K/ny35NcPeF+/HexqIfR2mt54fueKFn235f+OtmPODjMmY2DyEgATClg3aEh5igIxNE+zpBAGMOmo07n0F6dOfrBt56sbN2UUIjqsSKuXkPjUx4HLCsAl4GVLCgCA5kQi/8cfv9y589u331w+cSzr98CWLCSWFvNRSMRjj1GWLiEvWiQAlkXozGGBZF6hWq7V9Oq1LiqJDS4VUfE0HJqCw6FgcCKGQCXToFD4suKSAjCoEAIuLQOCweD/0QOBQBAIhEAgcDgch8PR6/WDg4PZbJbBYJBIJCgUCocjQUUwyLIyJZXS4NK6cYtdZYAdfuoq5bIeDOC5GsmpIDe9CJAuBPQxiX08fhRN1ONJCgpNw2C5FKqAzhC12aMOR8Lj4ZJJfDpVKeRb9BqbSW/UqgBJt9soZkmJi7eOu147lf7ssvPOZc7Dt5j5t2D590vyHy3766Olf/676MHn4F8+Ad17q+DPVxf989Jj+dcX/PFi4f3XxV+/HGutILVkjS8/dXjnWK5ZX3KwTbSznpHkAOiLADwQYKxGlnTCkFjAE2WAx4EArgB97ci+n2+/9NOV65+ePruqo3F+euDmm9efvHGue81EfX9rbTI+UFM9nKu7cfLEjZMnnj186L3nrr987lxErQEBANhHHmMtKbTiyNwnlsVYwivjM1/Prftqavp2T++B2pqEgINf+gQeAkTBwCgUCoXC8PlClVJHITNKSsHFZZAyKAyGgMNgsP/RQyAQGAyGRCLRaDSVSuVyuRUVFTab7X+DgoKCouLSpcVlMDg66nFsm+7b3pPe3ew61WavRgN8iwBbXcQLjY4s5okqBlxfvNCKRLiYLDWJxkFi+RiChEJXMjl8AlnG4pgUSr1UppfJLWqN3Wi0Gg0mnRYQdzicSiG1FKDCA7b1CW/u0X55Wf/1M5y/Xxf+egv/4/PwH29h7r1Kv/sm97/vKf76QPrbc8A/rzzx+7OP3b9adu+a6K3jjpBkEb0IEJIJmqyarBC4vUE16sGqgAD6YoACsazORNGQHkGDAI8+AWCwUW1NVc/uP/TGqYvvnLlwcOWKrRtXPPvSUxdfvXzhjWsf3fvyg8/e//bdNx98+P6Hl5/ePTayf3LizLo1Fzes/+D8+cOjYyYEyokl2WGYVoWhXW5YE87c6J/4oKPv/aa267W5J2trqmViYsFCAhyEw6NKwaAyOJwjEOsNFjaLD4UgoRAkGo1FoTBwOPx/9FAoFIFAoFCo/9FjsVgGg4HFYktLS6FQKBwOR+MJJUg0V65YPjF89fT+c5vHX9gxemYg2iEqdiwBzJXT3t81dn1N/9n5IQMZzYKD2ysqxRQ6YlkRrhTEw5M0XAEOBCHCETwqzSBX6JVKo1pt0KgNGrVOqwbUJ4Npn97Ah+oZj45WkI9Oyj45F/74tPX7y+X/2sE8tbzsyXHo8SnS8RXcy9ut7512f3+B/c/z1D+v4P68xvnsEP/mGlWjAsh7DEAAANwYRKUANeBiRXkFSjiADVzk4tBbdHwPHujhkkgFi+1Cyfmdhzf1TB9bs/PGpcu7Du5acWhzbs0AxSa1pf2nT5+8fPToxY1rnt++4d4L1z48fezVvbs+O3vq0vTklRWzu3O5taHIa2s29kvUsTJkF1t8pq7tZlP3W5m6VyOpy/Hk6ZraRo2SVLgIDiqCIKElCPiSMhCGSBWIFTQqGwpCIsBINBIDBcP+FwQCAQKBZWVlcDgcg8FIpVIul4vD4TQaTUVFRXV1dU1NTbq6Wl3udCeT8+vmDuxY21fh29adGS4XjNmZ62OqjWnTrrbYxY3Lnz++tzNXyWLSu7q6LGodEYqUs/k18fT04Gi5wcwkkDEwhJjLlwiEMpFYJpEq5Qq1Wg2IB4weqyjq4LZn5O1xWncEfnLWcHVz+Z5ueqsZYIADpEUAfgGAWwgwkZc0WRHnJ2mfHhV9cZR756j4mQHkmVbmRj+vmYmto1L7VMoJj6ZKjlOi/s/MgtHAxV6JtNts3FhZ4WNwzVS+haPZMr55pmt2pGdKZS3v3bx69Myu9Pqh9FjbjoN7Xjl7eX/XyHKvc1MmdLCl+tb88hszo6+sXvF0b+dn27fsi8U3lTvvrN80yOTYAIBWBP5WS88nvaNf1LW9E6+4Fkudr6tv02kISxcCC5csAxXDycSFQGAxFEGkMDFoIqgYDCmGwMugxYVFYDAYgUCAweDCwsJly5aBweD//f1/9LW1tadPnz569OiOHTum5uaGV61KNTc1tTc316YNLHx30OzGlXQbuP0W4doKz/KM5+SmFScPbN+9Z7snFt1/4uRg/xCbRIUVA8UsbjoaZ1PpSDAUBgKz6QwumyPkC6RSqUajMRqNAL9P7ffKzTqilL3UpSp1yxY5uICJKnY5HcBcDKAvBPBLAeRFAPyCJ0hLgJhHAWoYYHU16uKsdC68cENg2bE0eZUCsc0oWqkQTmmlrQqag1SoJC6Ts1DAxYvaUlW1anNarKYVwQVUsckYCiZahEq3wBzgeH0Qs9I03DRxfu/GY3tP7jt0Y27vgVjDvFnfy8V3MtGrTdKnmzIfz0+8v3zwQiZ60GnbZzPdzuWedJS3FJWc8/jzO/Z80dn3Q3P3T91Dh42WN6dnUjw27HEACYd+onApEIMpRmMeW1ooECuIeAoRQ5By+FQ8kUqmgEAgFouFxWJBIBCJRCISiQqFQiqVSiQSgUAgkUjsdnskEnE6nUKpDEwkSfRGT8A/1tftEPPq7Po2m24u6e936La01vTF/WuGekYHevtHR4fm56c2bNyxY1d1Ostnc0AlpYufWICGIxgUKhQMYTGYQqFQJpPJZDKFQqHRaQH+iNEX1Op0FAr+cSF9gZT2iBAHqHISap1ULggABQAYwMVcOJJYjMAV4hgQLPwRQJWF1B+h6yGAMBywWg+e45Wt5WNHyYgRETVOLqMuAjARCx0GMaSkRCdUKFAkJZ4BAaO5Bru/Y7hqbgvTl14qUJhbW5y9baa2qnBH7fjw0Gxl8yDb2gfnJh9/pAdbtNMkOR22nQlaL0bKz3qtO+S8Exb9FAa+VyZ+tzH3flPTJ+3t/52a+mVs4pum9u+6+k95fS+MjPgpZOhjj+BQSCASsbgMXIbBAaFIFptPxJNMGp1aKPA7bAa9VqVSmUwmtVqtUCh0Op1Wq3U4HGazWaPRMJlMEAhUUFAAAoEgEEhhKbAEgWIIZQajNROO1AQCs02NE5lUs9nYbDYOxaNd8dhMb+/y0bGuoZG+6RWrd+7ZunPXjm3bd+zYMT4+rtVqCwoKFi5cCAQCuVyuRCZVqVQKlVKpVmn1OoDNayz3GVVaFhL5OAn/mIi1WMJ4IuEk10X5YQuJhXqs4P8AJYsASFABpLSodNkyWEGJT6uudClM5MUZ5sIZPXo5vWiCUNAGXdRCgbowBXzYEw4Np7E6ToQjUCWgQsCjJcDS/yOimbXZ5mcuHn5wf+cXdzbc/teO69ent2+tbKzNpRITiWwnT1/9KKbt/yBbuKwTFum1qP2CS3NIyTmhE53Ry3ayKRPAop0s2uvp5N+r5/J7dud37cjv2JbftfufFfPfDo2diSeO1NUZEAjM0mUQEBiCwS0oLgVj8RA4hkAgsemMkZ6ugMNcEQ+Ggv5EImGxWHQ6ndFo1Gg0JpPJbDY7nU6v12symahUamlpaWFhYWlpaUlpGQRNVJuciXg24gtN9fTvmlk539oZU6p7YwmnQKyg0EQ0hlFj4AjEZI7Q6PJ09PRPTc/u2Ll7z9793T19bA6vqLgUiyOIxFKFRqvTG1U6vUqn15nMAI3VYHFZNHoJDLkUjXxCzCuTcYvcJnzYSeust1TFlWoZUiRActhwJKYQAgUiwUQOUagS8F0KZs5Ib+CDKsoAzZDH2wllIehi8qMAbOEjci45aDeSS4rZULiQRlKaVdbO6pZzBzb/+MmF/N/PPvj1xtffXLt5u62yss5uX53KjiuN/8+We0Y1lfdr/7nHGRuE1N1LOiEkoQRIIPTeBBRFsWND7N2xi4qK2EAUBERAqQrSVHrvvffeizrqODP3fZ/nnMPzgnNmPWv9/2tdL5KdvbLX+lzffV2/vX+/4tJ7kMEdKjfDzCzHTpltaxIn50fykTcmsmwLk2ght8De9tOFc0sJ8UvPnixeu/Lng3tLL2OXoqKX3qbP3A1+t3tvsIeXGQCJIZiuxWAjBA3EUY5Ai8oUcnlWSuP8zDdhd6/5bnDdtnnjzp07DQwMJBKJTCbjcDiGhoaGhoa2trbLfshksuUSRlEUgnEWxN2261BQ0IOL569GPnwWH/Y89Oqts7v33z9/2YirjWkyaCs1zJUWfJ425R8rNehsjCsghUKuUKQwNbV3dhHq6q5cq0FjsdVW1raOTo6ubnZOzraOTg4urhR7F3dnDw9HZweSBEHmSjGXysf+IROsNJFRbc2xTV6Gp49vOHlys6maz0ZWSPVEGCSCGQImHZAKcTsD3JGnsRFdtZ/PXs9ea8Oi4qv/wYdYBiKeg75MumKFieZqI4JubqEbcOvky6a8st+n6r7ODUxNL/QOJ5y+dMrINNDUPHWzb4Kd02tTm1xjxzhCEoFjz0jwMUwPXPmPG6t+zjAy6N62tWfnrm9Xrnbt2TN17vz3u/cGTp+bDLyxlJi8lJzyJTy87drV9MNHLjq7GIOwCEQ019JAhAsiXA5XpLFyrb622F5t0lJVODXY2svU7wAAIABJREFUdOlswA5fH09Pz+UFJUmSNBpNKBQKBAIHBwcbGxs9PT0AADQ0NBgMBgiCTBa0YiVt686Ah49j4uPfxMelvI5PefYoIjo8ett6X4gKYGxMV6C7b9d+Fyd3GMQAEGVCKMThUZnAGgaLIxQjPAEdgFEO38LWwd7F3cnd097F3c7ZzcF1HcXBeb2jo4ezk7tYIIRomlxIC6GtQBkULrACZVK4yCpTE6GDnZFURgKIBk7AOMgXcPTYMAbhAJ9DN+RqrdNG7ECq7k8UYwjBmACJc3Rw0kOu50rVtFtBsQBXeKr5z0Kv1NTmdzbVpD95Frn76HU9y6f6lnnrNud5rc9xdarb6tu8afNHfWUCzI0lyDCI/RQGY3m8HKVp/06/r2d/nT526qO9S5SuQdW23f8Kj/rx9Pm/X75eyvnwe/yrjJ278k6dyjp/7qLXeiXOQbWYDE0WjycB2DgHF0BaLGNdiaPa+MPbuKX//lJbnnXi+CFzc3MIgoRCIZfLBUGQz+fjOG5iYqJSqfT19UmShGEYwzAEQegMgAVxt+w8FBb5Oq+0/n1RTebH0uiXKVEvXhNcsYYmAwQwbaHE0cZJITdEWBCOEloskIFgGixgDYMFEByEJ2AgmBYIL6N3Xufl4Lruf9A72q+3VDs627rr6+gTTFiEYHw2WwgCuiiqi+M8CGasptLXMLQFMl0dIxYdgzVhAS5gYjAkRBm4JpP1iwxjwRSKLkTwYcE/fmZhhK5aqjhm7xhkbHRHXzt6q+PzPesyzgU89nS7ITEJYutmi+zesRT5HOMehw2NHu55dmYlLlYltmY5QkEaTCTxxa9EkmJr+6Fde2cOn5g4cKzOyzfZUJ2gMK/etv/bg4j/in/zV1zKlxevO4JCknbuidu6teDK5bRfz5/29DQTaEOaTISNcUkJxCZgBiKAcTmfu9HJKvj68f72oh+/Db1KeKFQKBgMBpfLXX6UJUlyuVoFAoG+vr5IJEIQZPkVG4sNS/XVW3YffZWeX1TfUdM5lFFc9Tzl3cnrQahIqmtkipB8DleIITjCAmAaEwUhnM/XghGYL5CrTFW2dmb2DkobWz1TMzNbexsXN3t3DxsXN1snV3sXd4q74wYLpY2jlZOBxBBnIBw2SjAAPojiNBDWYOvg2lKuHkglITqfg+qx6RwOzIUAeCWDSuoJQT68cg1Fh0DkCKbDJrhauJxrGHEjtPFVRldoZOn2XelutrHbbBofnV4qzxwJvPxR7ZjOlrbzbIp/5n5Se5aR2vWWpt2b3bKU4iyFdp+rY5+T69SOvYM7940ePNbm559q4xyhskzx3JS/73BpwKnpsJjp8BeD98Nmnr/suHM/YeuOBy6updeuNYU/iT1xYr+dvaVYF2dABM5nAjiCC1av0hSghIDNOLJp3Xlfj/grx/97sneso9XMRKmlSYUAUEuTSpI4jqMsgMlmM2UyXaXSmM/namqsoWpoCjhcfT1jvsTcZePBtwW1meX1Nf2jL7PzItIyvQ8cYQt01I7OMI/UkYu5HFRHwBUTJEhnMkHoJ421XJGOpb29npGSpysxMre0dXM1s7K1cXJycF1n6+xs4+hi7+pKsbewd7JxsDazlGnrYgAC0BgICyAgBGXDQpIP0kD6GgYfFQswXYjBQWERRAqpMMrmcgltEUbgXBiUQrBMk2GylmFHg8O37Ku+Etwf+GDuesj00fNfQoKyg3YWRh0tCz70JTo4Wlu7RK7MWA13ahtXY/xmmazX3rx/vUObl12ju12Xl/uo79Zqc/tmj82vVJaHAdgbBO1RWI0hzlLdk+s33PDdUXA3pDf6xZuAQ8H2VrFbvArOHovasTXh0OG4YydPuXkYIySixQRRQgNBV6EwjUTWaqxUCbn3d++I37H97YaN3bdDRgpL1fpGWr+sFBAEDkMQzEIwEOUgAMTkCzkKIz1diQhk0jAmSxsnMFhABU0OnItIzKv/2NRe1tP1LC31WXKGiYP7PzSZMpWRlZOKL2Yw6BQCoeqQHJKNIxCK4ziXy+fxeHy+kC8UcLh8jMBJDs/V3c3da73aytLOydnZ3Y1iaqRSGRmbGpsoFUZSsQ6BoCiMcEkOXYvGIbh8gkciHA7Kg5k4QENwVERHuGthjE1yMQ4fgVAOAOqwQZkmTU75yYsNp+87PH7/yVhg8Jeg+99uhHT8emLo7e1/t7/6Px8jxy4feSsSlnAlFQCvR6TfJZFNWFv8a/eWpaN753y9601VNQbG7VYuefpmb0wsL5BcV00NMxSSclEOF9PRFSkN9fZ5rb+9Z9/9rb4RWzdnHN6btHPDFVO5B4t2wEhxbb13gK2DCcrB6WwIIzVx7GcMAHV5DDbVAGbf8fTI9N1V4rqp9fD51+evSlAOqEkVkxwMAkkOihGwFkuTAdK0JXxLK1OV0pBPoDwI1EFwhMFdo6X0OxYZEp19/2VSTEZmbGbu7fB4TKBcTeOgfJGOHl+gzUCRXyDWaogKsNcCOIhyMJxPcngESWA4geEkSXK5XIIg7O3tXdxc1RbmNg72jq4uFJWJ2kDP0FBfYawwkUp0EQhmMekwBLCYdASCSZzgEFwUJgAmArJQDOUzQJwBkxDKQVASgVASAHksFl+LKl6z6unxI2WP77+/eqk88FpP6P3+hyFl5wLGoy4vFcYuhd3I4fPLGdwmDf4EphjnGPxh4zpvYzPv6vjV22PWxqEV16n9GS/R4DW5bow0U29nM1WrVshhFp+AQBggOLiNWm0r19usr7i/ZWvmiRNh6xwvGYiDHS08cOCApfmtHTuPe25Q80QYjQUAkAbA/pmlxZUKELaWWGPVr5YWGb7bC9Z5f9i8y9/SHqOxeCAqIAgWk87jEwQHXU1dtZa2RiTmOznbeq1zdrKycLe29nF0crXwMDbccSc4PyG5KjohNzQ6Ofr1e9+dl39Zo8cElGs0+Fo0NoeLiYUcEkZJprYY04foMAbBXJzg4gSGoDAIoSjK4XBgGDY1NbWxszUzV1vYWNs42FPM1FYmSrWBgUJXVybg8TEUBgEWm0UjEJDNojEZNDaTBYIwipAoxoFgAoI4GCZAYBKGcA5KciEYp9N5TJq/p1t+zLPahKjBzOSFgsyK+zcKA8+1hVyuP+a7cOlgs6N1BIXSRRq2aomHMMUA12DE2LxZT16uI6iT6Q4YqOb0rL6J7Ick9o3b9wZamDkytaSaq4QIC8FANgoTPK6BrsxaKnckBcfVVon79z9ycTonE4Wud77q4xG4Z8edgwcOrfM0JnkElY6zQBBgadGp2gKSQ1+jp7HqV3N15radxRt9s7bs9DU2JZigACVIGKVqrsUIFOVgDJAOYoBIzFebmViZmZjqye2MjdeZmVvKVdYmnscO3jh+9NegW8F3gx9Ev0h1dNwjEa+zszmgo2OHonySxAkcomtSNVewAU2Cg/JwGCEQlIsTJE6gMAKC4PK2jFQqNVWbmarNzCwtzK2tKPrGpioLayOVqbZYwuVyRUK+gINDbBoKMIQ8nCQQFpvGBlkgigAYBiA4inEJXAiyUJiFCAgeyQZIOk0p4ETfuFKTEvdHS+3S19mlvrb/qMifSYt7ZKuKMRblmsmSOHix3HB+/Y5SvkEeR1ZnbJEhEBQY61fbmvW4u/zpt3/p9PWlQzd/+J25b2bpTMLaa1ZwWRoYDrIJGOCQpFDIRUkpiJEUigMDfLLZ99mG9ddURs98N1729T643m2HvbW9RFeoocVdS5WAsBiCuHS6mE0Xr13pADGD7G3fbdtW7Lvt4/6A7aYWBBvBQRiHEQaDASEwG4ZgEkU5GIpDHBLlo7AQgcylUjelykYucTMzDNjuZmeGbl6vF7DfNTjoglzXUFugXL9un6ODt6WVmdpCT20uUZtKLUxVNubWjjYO+lIZDiMYBJM4gaMYCILLr0i5XK6hkUJtYa5Um6nM1RSZ0tTYwtrI1FxbR0zgKIGAGIvO1PhFKsR9PJ2cHSwJHGKDDDrIXMOkASQBIySGcpl0AGIAQoTANGmGGHFio3dh5LOlT/P/VVfzIzd7aXF+qastc9f2mwLOtTWUaJJd5GC19OrVUmpa98HD42fPLj0Lr/Pd0Lp909D+HT8unl16+mwpPHpk5+HHugovHOFrrECpv3C5MMrFmSTKJEkmhJIIRyXU1aOyHWHi1jqv+15edxztXx89eGK9u5eF0kYsUICA9so1sjVUIzpbvkbDQFNL/ssvRiv+sRlH79pYJbi7vfP0yvTbt97AhEVlsGksDEFxnIQwVJPJhAgMIXAAYqMgQAAsHRRxNjHa7uy02dbg0CZRY96Z9Bcb4sLd799yDLzoJcC0QDqTz9HR1ze0sDKwd9bz8jbZs8/9+PG9504d99+7x8bCkkBQgMFEIBhDUARBllerCILoGehbWluZmJmamJlSjO0cJcZKnkTKFwoQmM3SWE2yqEba5Im9W6ND7/jv9mGx1rAhOsCBfmasZZIoC8Zwgs9mwTiIakM4sWqtj4lpbdSLpc+/9z5+9t/pOUut3f8ZFjVx7Hybj1+CUPc1j5OtVny+f3NpcWTp0+h0btLS7MDSp4mZ+zcnLpyeOn3007WLE9evZPptP6wvMdFcaaHDw1maGMzgCEkWjjAIAuDw1tJYWhrM/Vt2BXj5WKKkv5nF61Mnk44fubfV57CHs7uRvjWPYwHDajrTgQW5sRC7VVQvOuypSffRYh7nCx+Yq186OCQ7Ocdv2uwg0mVrMUEGAMMoTvAwDleTwQYwjOQLuFyuiMflwiCqqaEDsg1xTJdFubpPc+n3K0ufTv9r4fxw24nIh05qA00Jn8mmacAwneRp8rRXi+UaChVi56jw9HTy3bTRxFABswGQycJRDEcxGIaXN14AAJDpyW3t7ZRqMyOVkqJ2c0PEYi0I5PBIHg5j9LU2+uLz+7cVpcV2VeYf2bPlZwqFBVIFcuEqiKqJgQwEI3hCDOUICJ4ORPBXaZ718F7q6JtOeLNU0bTU0v/5SnCnz76vAb8Oe+5qt/PscHWv9HD6PSZsaXH4j67KssTwpW8TS531HRdOT5w5/fXCpeGTJ8NsLJyZa9ViZIfvOrVSjiNsAGSwIHAVncbESVIsY8GkRFffxszGUm7grGcYuGf3q0sXwgP23tnus0lhYIkhpnS6HYO9jg35EcITAvlRTHieo3OJKwkUyR4YmMRY26W4r3vrtT7a28dGICYgDIcIJgMEQBTnCmhsGMRITToLRXGZjkTC4+BaVK7WWhGdyl1FSQ1Bl75sGa6S/hjd8O/5s8/uGOrxKOw1FAEGg0wajf4TA6AACIXDpylV+p6e6xR6+gSCMrVoBIIK+QIOQYIgCAAASZJsNlumJ3dwclSZq41USgom1QV4HIFELBRw2Bo/2xroxIdcH68p/L2vOfHRDScTKcZaTZJsiAQ1YBqdg7IJHCd4UokeW0NLg0LZam2XGxKac/VW24PwH/GpvaevdPkdWzhycX7PyW97T89s2vN5j//CqZOzD+8ujfUOvkvKCg5cmhpdqqxs2LZnYu+x/k17EmQme2gMO4CuNtaxdFEjMAuDQAyCYRiFYJyNEGyEw0Y4Epmhrq7MWE/P3sT4wj6/mGuXznmv22akZ7RqpQOTtZXHPyyRn5XoXdHWvytWhOoYPREaxkhV0brKZHP7FDuXJCe3lw5O+zl8M5wHUQGNlVSIjfG42iwQowMYA0QRnEeQfKlEF2EzMLqmsYirCzHENEpDinRpWL00afO1z/7H6MHndxQcOoXLXo0zMRLWJjAuCIJMJh2BCbHQRKFvo5AbC7k8mA3AbACFkeXAWR55AAB0dCXLWW9sqqJw9CQsLgJigIiLbrBXv3kS/Lm54mtLRVHk/XuHdtlKOBj1ZxymQThARVksDsYEoTWrqTycKxeKCS2Gva782enzDTEvW55ENN++l7V1d+2+gL7DJ8vdN/Zt3/fPS4HjBw6WeXv9n9dxS4uz3dHPu6Nilha+fH0aW+K6udTGM1XX9AoD26RJt4IhIQ9lEQACgzgI4yCKgTgCEhBMADCHjRB8XZlYLjczU9mpVbs9XI/7rPeU69hDbBcqbTuIHBfoXJUa3pEqHkkMo3UUr3SMsg2tCsycMgys0pV2b23d0z02Rjm4ejFAFcLz375v+4Ztzrbua9cwtLRglNCGCQFPKHVwdDUyVHAxWCYgeWxNQvNnZwNK33vFXBU0XYOP1cq+9G9/flefpFH0eDCoCbGpHBYDh0AcRXgorA0y5UxNbR2+jEeQBIIuPyEBLDabzYYgCARBEAQlUl0LK0uVuVqpNqMIDXUADsgXYNvWO2fHhP7ncMd/9zY2x4ff3rzutJuNkwjna/yCMzQQFGCgEAvHOKSAoclEWJCEy4M0NKgUih7IDnB1Sr5+afBt0nBCbNuDO803rlSfOZG3d+cLe8u8nT5PzI07b1z7kZjywmtL5emrSwX1RVsD7uKyB3yD66TYjwbYrNaQU7UIFpPBYOAgymHjHDZOsgkcIJbpsxGCL5PrGOk7ujk4O1i6mSlc5RJTupa9xtoDMHmBI7qrq3hqqIwxUL7SV6brq97rmeVJTavMXIpUjvk267JdN6V5+d6zsldRVtoJZakxiW/j0vKzitZ7+OrJzHgCfTqT/GU1zdrGUSKRinikm72lNs7isFZdPWS89FtAd9ZPRbGUmgzqbNf6qBAp/WcKB/qZgBAU4iIIhmAoiuIIzEUBGc6WomwSBaHlxSUKIywGk8lkLr8RAkFQVya1sLI0tTA3tTCnICJEqEvu3OqZnxrzH8Md/+6oqX12N2y71xV70ytutlsNdPVomlwtTRKG2TBCY0NsJoSDKMRgYUyWCEMJmia25hcFBigRxhaFJHjHxprw4PnMxLm0F5/fvPjX+5TZxIjpVxEzCS8bb90tOnGxJyh88G5k3ZmbJUd+fbfv8H33dTskOkomW8Rg8kCcg3JxACfZOIdFcFgEySYwkIBggonihETMk2k7uNo72ZpbCLlWMGBPp+1ByVtC2ROx/ktDVZLSIl1lmaNSF5qoy00sCiRGFUbWJUqHEueNGeu2xHpsDvfZdsDUUqwJeNusczSxi3oYc3D3cSFXXyRUiMTGGCm+fvNuXFzCgf1+/nu2Hw/YceW0/+JA0o9un0/1/KVpqx+j9j+m971/46rNoQA0CnXtL3Q6HUSYIKJFo6/WWLuarYVzEQnIgAAGE2YD5HLHghAEQRiGLU+9jq7E3NJCZa5WmaspfF1s956NH969/Gu8878GmppjHkbu8LxmpXjkbhe+xeuEhakZiynU0BLAOAwRWgyQqskQkHyYDTA1NaU8rr6QK8UBK12eEagl+AfFYCXFGVqzjQ/4S4krlnrPtriE7fJIv3bizcXT8ceO9sUnL+YUtUYlfCkuz3/0OOTQfg9juZhNJVkMHT5frqMvFsoxkMABgmQTf089gOBMDIWFXDYHUpubWCtkxgyaM43pB5G3dRSxUpM0uSrD2DxHbZFnYVVoYVlpYVlrbtVq7VhjZlegdixy3xJh7XJJZfXM/2hi0D1fCxe10BBdDd46F3Tv2mMBrsfB5RihS6Vh5y5c7+zt23/AD4bp1pYGPl7W75PP/ff4yZka49Fqw6Z8+depI19m7/vvkzEZFJLLxEgWqc0Qy1k6MhZfwOATqDZXyCc5CAACDCYKQgSG4yiGIAiKostlK5bomKrNjE1VxqYqyoFDvkWFqX8u9n/qKK+ODnnpv+Weo+k9W5Pnno7x2zdftrW2AyEdDZoQwDGAw2JhCEry+UIEgtl0GsKgsVeuEDE1t1iYbFUabNfTOWwi34oyvDV/PsqBjsD0TWv/4aT1Dwv6ChPqL/JVP6sgWIXiPE0NXRg00iYFGJ2l+ZPmagqLpomjBJcj5pISGOLAEIGB/yMYwtkoysBhUiqE+aitlcrJUGatxfCDyCCxIt7AKsvAMs9QXaC0KLawLLW1rrSzrrO1abK1bXd0qbV2LHX0LPfdE2hk7kBl7bS0u3X0tI+5i43I2JRn9CwooiSr8vqFkLtBzwJvhrm4bbF3Xp+Y+jb8+ZMN3m56+ry1ayieduhE5YmmNMvxGu/vY6faKvc/vGNz/KjTg4dXfbf5qCyUpIgllDBNzLhWlhJrlbGViamBroxHkBCLjQAghqAYgi5HDQzDIAiKJToqM1OF0kShNKF8LEiemWyb7av+8PzOk30br9kYXjXSfmRj/NTBMt5nfZCDoxfO06OyBTQUYZAQxGPBGBtFQRjCUJgHgTwa1VrAPbvOzd/IYCeOpmzdOnH3bv+ps1nW9nfp7Bts6JyQu4ML2wE0GWMtoPkLk0VFeQgNof/0C4XFWqXDQ2QCkgfBTA0mdQ1Eo2FshMNGCAgmYIiAIXx55Ok4LDCSiPW0t3q77bGz3oJyAnWMk02ccwztyxR2FcaWZaZW5VZWVfY2tc42Tc52zU72DfZ2VXZO5R6binb5/2psrlitaSPT2+W16daRC2e2+LsrHA96H9jvE7B786HjR65dunL/xq1QR1fvfQFHMnLSM7JS/PZuwsk1PJBy2JX0llICXFe/i/K9f9lFh0MhEUBlYue+zk9bYrqGRtNgrCIIlljIMdDWV8pUUqGUixMoCGEQjMIIDEIgCC4vchAEkUh1TdVmRiqlQmlCmRiu720tyIgNCjmx6epms4NK0F+qccdZ54ad4Kmv1S0vtY8UMwI0uNSVKI2KoSADZjAwFgtmAACVBLQkIM0UZbqS0F6x4JapyfyDh0vJb5ZCwr4fu1BubBsNcy8y6Ff0xetQmpT+C4lq0TEqyIfpKAMjIQRkQDRNhEFD2SAOESjCQ1E+BOMwjMIQDkM4BP8PegYO8+ViAyPZ0V3bz3h57deWPjCxemftlWVoV27qVGFqU662rbSxq3ZyrnNzaXJ3a3Jf1+LlXe3u/dF947tNOy+b2vpo653esuPxpesvA0Oenr2+x97rkMd2FUffSmahi0vV+pZnjlwIvBrk67vt1KkTD0PvXbh8cvvu9QCdoq1BUcMUoSZFjlJQOgVkrjJSqFf8DNMBqSZDyIa4fL5QSJI4AyCphDYsxiECgiAEQnEUwyEMAUAMwflcHofDwwhcItcztTA3NjUzUikpwy35JZnPzvs7ntxpEnbZ9cYR/Xsn5R9feDfnBHx8ufnmEZ1DPuhuD2yDPehoxuKiFE0aZQ2dwgR+Btg/AVoUHWiFKbHalEZx1KDE+bgtJcUvRUT8V2DwUnRKjYF9Mix8ziMu4NRN0M9m4E8i+BcUWk0CdCEIarMQMYjzERxBEDrI1gSYTBBAYJAHgQIAwJksiAEAbARCOWycw0AwEMXMVaaX/A8ednLx5QnD3D2uiGXvXL0y1fYF5k6lNu4V9p6VDl6VTutrnDdWu20pddlc4rHzncvmdxv33jCxU1FWGFPWeItkxx1d/a1tPMW6lTHxydeDHh8+paCBwl+o222cL+wLcDGzOOS359jRw8dOH919aI+5lYk2qiVg/cxhreDjmlwuGyFhFkawcAELF63SYK9aRcMBHFhNw1czZEwO/DMdgYlVdBoAokK+qCCnoCDrw6OgB4GXrikMlXJDBYRzZCbGKgtrqaEhZaixsiAt+l1ccEr0r4+CNlw9p7x/2yw5waOuKqCl4Xh99ZHOloul+UefPXJ5fNflzi3Pq4F7/I/4eGxQGxiAOESREhRHPZqHrpY9gxLj69hx6eTwuZN9fnun9xxKJ2Xhq5hhLPAmDu3hsMxYKwkqBWGu1QYhOcLX1sL5dBxiY0wIpWEQnWCDGJtAWQKAKWCxOCwWygZBAGXBOB0iGCDKF+hYKNWHt2zdrFTd8vGJ9d8X7u2ZuX/Ph91+RXv2le49UL7nYNmuAyU7DhRt9y/cGVCw59gb3/2J2/1zT10OdPVS/qJhDSD7La08dURhRwIKn4RWRD6POHwk9uSZB3v9Qw8e22vtuNvBVS3SPbZv/7EjR/3279t50N9lg6eQhyLMtQBTg8vDeGIBwMW1UJhJkhBPYG7j4OuzY72T5zanDYe8tp323u2kb8ZgsNYy2SRHINWW3b50s72quehd3o1fr7OZEBNEVlPpYn1DtbWdQqWm9DUMBl++XZrz/s9PEyO9xVWlT1/HH3oS5llecSY7d/fTSJuXCW457/2qqs9OTD6dnk26//hwdPydgpJXlZXJb1KCH985cHa/3U4b0lefFuKtumiI3dHjPpULY2U6MTxuBMILh2VBhMIPl5qxcR6IczkiHiaG6RwOU4CweAwQpyIIDYNYBBtFmRyYjrO0CICJwwCKomwU1QIRTQDVAhGpntGBff5BFy4c8HDvysmYLsj9q7rkR0X+f3bX/2d/49JA83/3Nv9XZ8O/W+v+aqn7s7Vhobbya2frb4NdrRUFe3f5sAGq3Eji6engqTay53EOOTkcsLJ+fDAg8fL1rHuPql4mJQTefXDm4okdfk/u3r988Yr/4SN7jx6zX+dqINfhIiyASUUxEOFgVJi9FmQzSXKlFkMiMzzg53/x+PnStJzqtJyaxMzEkPB7QcFRsS9Dgu9LuCLGT2tEbFwp1rNWmBnKDARCbQYAiuVyUysrEzM1paa4zUTfcoObd3REeEnh25GRivmFiqWlrvHplPa+8MhYn0s3VaER6z6UnK5quBGTsG/DFsO9/u53Hxx/nXw3M/NhVVn0QHvaZFtK/Zug8mdngjz0TsqZF8TMSxzqDQ7zPo93m61zFTHZK1A6CA11eBIYF8GwEAYFKChEEAED51IxTBNm0wEtlEUlWVSQpQmAdBADYBJn4hgVgjVAmIZgxmYWUVExLyKfnjmwd7Sx6rfOuqXJ3q9dNYtjTQvTrZ/nur7Mdn2e6vw02fFpsmtxsufb5/G//lrsG2sPenILMeDSZOi6I9t9D++IDr3rrKfrZWhoBADbVOZ+lrY3dx9oSc/NeBwZevHG0e179m3b7bnOK+DoiUcRz0+eP29na2l7AEbjAAAfjklEQVShMpKKhQgCUVkMKggwcQLi8UmBeOUqDX0dfQ8rx7jg0Ms7D5z33hG49/CFY6cinj57/vjp7vU+wWevOugrtRno3o2+F0+e2+S90cDQSKqvp1CqFEoTSnV15dXrl+ITYorL3pdX5WR/jAt5fCot+0FZTdynPxpmPpfnVzy9H77/6p0tjyMDboX4HTvtHXB0w/EzPqfObTp60v16oG/cizNZKVeK3wZWpF4fKXzSmxpU9/h46iG3IGt+oD4ZyBVeFugfNDJZZ2zA5aCUNStWa2lxhWIWGwZQgsnlapHYWpBJY2hyGHQRxAYROhWh0VAmm4uzOAQVQagQzCJIjlB89sKv/gf2XPn1VFtd8Whn9Wxv7fRA3cRU6/h8x+ynnoXPfQuL/fMLAwuLw4uLowMjbWNzg4Ozg1U9DdE5iU+yE24nRVh4O3p7OG+wNr9z6uQx3y1HNmw64OblINHzUdtutna0N1BaG6jUBqaG+sYu7usPnz7n4e3j4uy42XuDq4uTUFtEZwMAwcEEIjbOIfkikUDH12OjtZ5xgJfPOqliu5H5xa275ATX3FDhYWF3Zte+N6FRe509WZSfXI3NLp84s9HDw8TERK4vM1aaqMyUlLrW4uauioHx1rLa9+X1uTUt+cnvInOLEh9HBj6ODAyPCapqej/zpadrqCr9/YtLgf7nLvpdvLzvQei5Z9GXbt8/9OvlzWfOeRw5anf8sOW9axtGm+KHqiKLY07nPDhQEna0PCTg/eENUT5WJ9zkGx0EJmYwKljJYFGY9BUwoImgbIiPswU4wMVJktTn8I21tTnapBbJWovSGSTE5mBaMESDEIggGACorSvhCchnEY96ehomp7qGh+r++GtiYrZzcqFv/tPgwuehxfmh+dmB+dnBhdmRf/7zy9T0cGtXc+tg+8fa4vCUF6dDrpq5WisMZXoCnqmuRAdGjLj8jTYONlIDW5nRZntXawPVJtcNe7fv3b1rv5uH93qfrQ4u7kaGCndnF2dnZ4muDEBwlMNHSL4mA2DQgZNHTjSUVJzatdfL2GydRN+NJ7bCOAqSC/yyGvt57U47V18z2199/byNLXY6uNkbKbUJUijgSaUSMzOVjY0VpbL5TWN3Tm1bTl55UmVjbu9IU1tPXXltYX7Jx7dZaY/CHzx8cv9+6L2wiMc1TRWLv43X1uV9yHuVmfsiLePp0+hr95+cCn1+5nHkybjkKxFRx1NTLt645LnBCTm9z3SyI2m6PqLhxdaqKI9Xj21uBRqdv6g4dlyxZR2pFq+00KEbiyGJlJQY6OipjM3UVo4mNrZKKz2VAhBjaxAaHQNYOMIA2EwWgCAYjydgMulSuU5mTlpdS1lbf11Vc8HASPP87MBv88M/Fsb+WBz/c3bsx/TYn1Njf05NzHR1LAwMTPb1zI0MV5eW3roZuGPHNnNzM20Rj0QhEZfQJkghimE0lhgmLOTG9kpLGU9iqqc0kBpaWtjJDUzMbZxc3NfzeAKxSEcslnB5IoTgogQfwXkgQq5eqbFtk2/V+4KX9x49v3y9OiEp79GTqHO/FsS/vnroyMVd+y5u87vnf6ww8uXbkLBTm7fb6hkIEFgi4kt1tZUmhtZWakp7X35VQ0ZNU3b/SF1LR2VlTWFDc83H/Nyc99mFxQWpb5ISU+LjXkU9eRZy/3Hg6bP+yYmRGW9ftrSW/vZ99Me/Jj//MTz7vWt4ri7tQ1hyzoPk7LsRcWcPHLU7d8Fjdq4oIWZ3xE1Jd8W2T/PXm1oOp7/d8O6Vb2bo1rhzHget+D5Kvo2xtoWlidM6Ny/vLRtdNrvYuKvtrQg5XxOi0RAGgIIsFotNZyAASEAIArB3bN9SVVtSVlfYO9ExONczMN01O93/ZXb494XJPxam/lqY+mtu+l+z0/8xP/t9bOw/P38ea2uv/vgx+UXsxZOnfLy8FHpyqVTC5XM4HAJDYWMDQz5OmsgMdThCG6XVBrcNJw6f3OKzLeDgMZ/N2+0c3fQVKpFQwmSy12rQIBgnedoEVyTQlhoZm1lZ2BJsZIOd84X9/umPw7+3tY8XFPfmvO8pKq14+663oHSjwuzCxu0+Bqa3/A6e3bLj/L4D7rY2dpZquUxHLtNRKRWUuuqihtqylsaa9uaGjpbm5vqGqrLykoL8D9nv3r1NTE6MTE4KS0t7+ObtvaSUwPiEGyF3L1w4d/z4cf9LV049iQh+l5fcOlg7/9fY4r9GF/9jZOS35qrurKzymOSPj5+nXHv4fNeDUMWzSN2uwZPllbsTn9stNt/5ozAkyc96D7H6rLXhtb1bzh/zP3DYf/f+gL1+R/x2H1y/dZNUJaeBNBpDE4FBAoJ4ECzCcIRK0xOKLpw5WVaW19Ra1dBR2TPZMTjXOz4/NLUwMrc4Mb8wMTc3Njc9Nj8zvjA7MTMxOjEy2N/dUVdbmZ2VHv708fkL5/Ye3Gdpa6NnrBCItflCAZ/P53K52kKxnkzfSE9hYmBsY2W/1XfnmbMXrgcG/Xr52rFTZ/389u7cudt36057BxeRjlykI1eqLMxMrTZv2nrC/8i+TVutpXI3A6O7BwPehTxIvXP3TdjT1w9DE4LuxV659fzM5bt7D5/02LTD2kHB4ZFslu/G9Y4ONlwOplIqKB0NdR0NdZ0NjV2NLZ0Nzc1VtVWFRSUfctNevUh7HZn6OjTldfDr+KuxMacjnh0Me3QkITbsWejDC2dP7fHbfuT4wVvBN64FXz145kDcu5jcmsy2iYapfw59WZr6vDQ++kd719zHyvbb7wr3lzaeT07ZHn3boSEqoPL85kcmgsti/ImX88uLpyLu3Qh+ePfmg/tXbwafOX95j/9eawdLnoBEYDYKMEFNKnv1WlRDi/3L6vUODq+iI5sbqhubqupbK7vHOobmBgZnB4fnh0cXR8cWRsdmR0dnRsamR8ZnRkcmhwdG+zv7Ohpa6wsrCtOy0iJfRoaEP7ocdP3Y+TN7Dh7w3bXD03uDvaODuYWVpaW1qanayMjE2Fhpa+ewxXfH4SPHTpw5f+LM2b179+/eveeAf0DAoWM7/PZt2LTVwtKOwPlMOsBFSSOx1FZPYSfTsxOJrXk8Sx7XSkfXWiq3FkqUEGFAZZuBxAYD1QE3LzmKYwz6+nWutjYWXA5mbKRPGe5uGOyo72+r7Wmuaa8rryvNK3mf8SH99ZuE529fR6S9Cn31Iijq6a9hD44+Cjnw6N7RqCfB9+/cOnfq+InjR0NCgl8lJjx48mjPkX2QABEYCm022B6+HBCW+Cir+m3daOXAb21/LI1PfW0Ym6vs78wZLk6qf3g93Fx1ngUeY4DR3j4FTx/lpMa9TIqNTIwNi44KfvDwwsWzu3b6OthaqBR6BjoibRwTwrAYw8zk8uArV6qK8ptqKxvqq9o7GroH2/vGuofmhoYXR8a+jI9+HhtdHB+eHx1ZGBtdHB+aGe6b6O8c7mrpa63vbKhsriqqKf5Ynp+anR6flhj1Ku5ZTNSDJ6HXbt44ff7ciVMn9x3Yv2Wrr4ubq5WdrZWdvZ2To6Orm5Obq5ubm42NjYOT4/oNGzdv27lzz37vjb5KE3Mc5cAsSIfgOZiYrre0Xqc03WRhsc/TY5OD4y7PDQfXb/ZzXLfR2MLbyHyvw7rTW3frwBjKYDo52ltamgsEPIXCgDLUUzbYXdrfUdrTWtRW/7G65G1eVnxm6vPc9BfpSc8SokOePbry8M7ZB7dPP7p79sn9yw/vBZ4/dez4Ef87N6+/jI2Jjn5+LfDqgcP+ptamXF2+FkqnYpqQiC1Vi123Ox684B+TGpeam/mh8H1vc+OXpuasM5eOw4LLmHjXSmbsDr+m9JTy4uyEjISI5JgXr17GxsY8DX9859a1c6ePHQvY779n595tW/bv2Hp4r1/IzcDi9zn1VWWlRR9bmuuGBnt6etu7etuGpvqHZ4dG50dG50dG5kaHZ0dG5kZH50cGJwb6xro7Bzra+pqbuxsaOmprWiorGyrefXj39n1mRm5m5ofsjNzslIy0+MTXLxJiHz55dDvkzq9XLhw8GuC7c6ubl7uNo63a2tza2lKhMJDpSSVSXYlcz9LWwdNro6ubl0gogUGMukqD+tNKYI0Gn8nSw3EFn+9obuHp4Ojn5XNi2+5z2/ef2LTdz8nL29JOCOM4CFpYWKgtzHRlUoWxIaWxLrmpPqWl8W1rU3pz/dvq8tcFH6Kz0yOy3j5PinscGXb7cXDgozu3Ht+9/eh2cEhQ0NWLJ8+cOnDu9KFbgRfvBl0/c/rYtq0+7uucDQxlQm0eX0Tqm0itHc08tzj5n9hx9falfYdPX7sReuPW4/iIhHehLw6bOmxYCwdbuIR6bCp88KCtKq+07mNyXkpSbnJm1pust6kZqYkpiXGv42Pi46LjXkbFxUcnpyS8y0wrryjq6Gyub6iqrCrp6+0cGe7v62ofHewbHuodG+ubmBiYnBycmBgYH++fmBiYnOwfGekZGuro72/v6Wnq6mpoba1urCutri4uKs3LL8vPL8n7WPLxY3H+x5KPOfnvM95nxKfEx6fEv0x6GRUfFRYReuf+7cuBl85fPnvo8P7tOzZ7b/R0cnE0tTBXW1mbWljrSvX19I35PG0UJjgoqc3lCzEc1qJRf/4FYLHZTBbOgnUxrqlQrhbJ9FEBhw5wIRyFEX0DhaGJsczAUE9hSMnLi8vPf1lUlFBamlhenlha+qqgIPbDh5jU1NCE+Acvou/HxjyOexH54nlk2IPQu7duHjm04/q1o3eCzv16LuDEsT2nju0/4LdtvbuzjaWpk72Vj7fHgQM7T57cf/rMgTNn9587fzzkXljcy/TIyLjkhJTXj8JPemy47rG+4Nat3oyUzuLM8prsjKr09KrM/NqCypLC4qys/KyMj7nvPrzP/FiQk1f8oaiysLyxrKatuq6jvrW/rXOgo2+4Z3RscHCgZ2Sg/9Ps1MzkyNz0yOLc+MLCxPz8+NzcyPz86OLi+NzcyMzM0PT04PR0/+Rk7+ho52B/c3d3Y3tXc1t3a3NHU31LXUNrfXNXc1NnU21LTXFVUVFlYX5Z3vvi7OyPmW+zU5LfJiamvIyOCb9z9/rlK+fPnj917MTRw8ePbdu128LGXm1px+Vp0xkAAhNckodAMA4jIoEQJTkIQeIoQbARnMrG1jJxKhungSiAwAhG8gUiqVTXwEAi16Pk55W8z83PzMxMz0jNyEzMzEnIzH2Rmfs8+e3D5LcPU96GpmU8TU1/lpAYFhEV/DD06u3bx8LDL4Y9vnDh3N7DBzcfD9hxyG/L1vWu+7dvPrZ/57mjBy6eDgi8dPzujTP3bp25ff1U6L3rsVGPol88yn3/KjcjMvHp1fr0yKGKN101b4rLXiWWxCZUJ2c2fShvrmwtq27JL6suLqwoL6qsKa2oL69oqajsrKnura/sq68fbG4YaO6bHhxfnBieGBobG1mYmV2cnZmbH1/4PPH56/Sn7zML36cXvk/P/5hZ/HNm/sfU7PeJ6a9j019HZ7+OTn8ZnlgcGJvpGxrtGRkfGBrt6x7o7BvuGZkcGpke7hvr7hhqb+pprGqpLKkvLKrKzyvLycl/l5WbmpmdnJAQ+Twq7MmzRw8fPwiPjAiPiroVfP/arbsHD5+wsXdBSd6q1ZqrVq+FIEQg1F6hqbGWyQYhDIcIgomSDJQPkEKUD4MYhJEsGCNEYqmBkUhXTqmpai8srE7PyHmV+Dou4UX86+eJqZHJb58mpz9Jffck9d2TpLeP45LuR7y88yw66GnUzaTUh9HRgaGhFx4++DX49tlrl48GXjp+N/D81bNHgq6euXvt3I3LJ4IDzz1/EhQfHfIi4k5S3OP42JCnEYGp6WGJicEpr243lL76mBGa8OpWdMq92Pyo9Mas/Laiivry9urakcbW3o6W7p6Wrv6OrqH2rrGurqnejqme1vHO/sXh5uG2nomeganBvuHexU+zP37/NjLcPzE9NLEwPPNpbObL+OSXsckvY5NfR6e/j099Gxv7PDQ03zcw2z002zs02zM40zM42TU40j061jc40tvV29LR29Y30tUz1NHc3dDc3VDfXlPTUl7bWtHYWdPcWVvfWllTX/Ih701+YUZJ2fus3DfRsRHRcVGpGWmp79LDnkUkvX37IDTMwcUVIUiuUMAT8NdQNRE+j03gTBACAAgHURJAMSYE0FgoimMcLh0ESaFQz9hYRyanNDXWVNeUFRW//5CXnpWTkpL2IiYu9EnE3bSsl0np0RnvE2/eu5iU/uJNzuun0Q9SM+MSUyJevQ57GfcwOuZ+5PPgp8/uPg69+eDh9ZDgy/cfXAt7fDP86Z2Ip3fDn94JDbvx6PGNsCdBkc9DYmIfx7x8GPPiQUJc6JuUiOysl3n5qcXlmWWNBbUdFc3ddR3dTX3dLYM9bUNDXUOjXSPjfcOTvcOTvSMz/RMLw9OfxyYWhicWhqcWRqYXxxc+T335Nvf998U//vzy469Pn77PzH8an/k0NvdlYuHr1NyXienF0bkvE3NfJmY/j898GpmcHx6f7R+Z6hue7B2f6h8Z7xka7RkZ75maHZmZHxke627raRia6Bkc7+4f7ewb6egdbu8bbOsdaO3pb2nvrm1qK29qq6hvLs0rykhOe/kuO7W8tvhjQU5i2qvM7PToF5HrvT2EYi5fRGIEjHFxksvBCByCIOh/9whBNgDDMIwiGIHzBHwdXYlULqO0tlU0t5TV1heWlGXnvE9OffMiPjEiNiE880Paq9QXMQmR7wuzCio+3nl069WbuNjXkVnvk99lvUp98yL+1dOomIcRz0OeRz+IiX0cFfPwxcvQ+FdPXydFJiY/f50UmfD6WVxCeGTUoxcvwxNeP094/Tz+VeTrpOg36QnZuanFpbmV1QWNzRXtnXXdvU29/S39g22Dwx0Dwx1Do10j4z2jE72jE71jk32TM4Mz8yN/a3ZhdDlhvv4+9/2Pha+/z/32ffbLt5mvv8/9/ufiH//8/Oe/vvzxz8+ffpta1uKXyYXPE3OLYzPzI9Nzw+NT/ZMzgxPTAyPjPcsXmpgemJ4bHhju6Bts6+lv6elv6R1oXf7c3d/YN9TS2VvX0VPb3d/Q3l1T01BYUpFbXJ7T2FLZ0FzR2FJdU18W9SJ8/UY3bQlXV64tFHFFIoFAwCNJHMOQZSEIhOMojqMcDiESCaRSiZ6ejNLQWNzUXNrQVFJR9eFDXlpGZsLbzISM7NdxSVEXrp2+eP3c67S4jA9vnr4Iq2urzi3IyM1L+5CXlvM+Of1dfHJq9OukyKSUqLS3sWlvY99mxL3LepWdm5TzPjk7Nykz+3VGZkJyauyb9IR3WUnvspIyMhMzs5M/5KUXFmdXVhfUNZS2ddT29DUvQx8e7Rod75mYHpiaHVpGvMx6bnFs4fPE4pfJZX36berz1+nfvs9++zH/+5+L337Mf/9j4cdfn37/c/Hr73Nfvs0s6+vvc19/n/v2Y35Zfzs0tzg2/2l84fPEsh+TM4PLHix+mZxdGJ2YHhif6p+YHlj2ZnC0vb27trm9oq6puK6puK2rur27pqImLyP7dWVNYVNrVUFxbmlFfldvS0JijLuno0QmksrEMpmuXC6VSiXa2kIej8PlkgIBj8/n8vlcoZAvkYj19GQKhQGlvqGoobG4oamktr6woupDWUVuWdWHytr8qoaS+2G3Hz0NOXo64H54cElNYW1rVV5Jds7H1A95afmF6QVFGfmF6cs2ZGa//pCXllfwtqAoo6gks7g0q6gks7D4XX5h+sf8jIKirOLS3JKy9yVl70vLP1RWF9TWl9TWlzS1VHZ2N/T2twwMtQ+NdI6O94xP9v3NehnNMqnlyV3W3/SXEf/2ffb3Pxf/+vdvf/7ry7cf85+/Ti8bs3zOsj79NrXweWL+0/jy7A+NdvUOtI5O9C5+mVw+c/mKM/MjE9MDY5N9oxO9w2PdvQOtnb31IxNd49M9g6NtHT21fUPNU3P9Q2Md9c2llTWFoxO9nT3NFdVF/UOdXb0td+4Fqi2VBoYymUxXX19ubKxQKAykUskya4lELJGIdXV15HKpQmFgYmJE6eisbm2raG4tb2mraO+s7uiqae2sbm6vbGyvLqr4kJGbdvikf8TL8IaO2qqm8sr64sra/PLK96XlOWUVuZXVHyurP5aUZecXpldUfais/lhdm19TV7Cs6tr8qpq88sq8yuqCmrri2vqSuobS+sayxuaK5taqhqby1vaarp7GvoHWv9FPTPVPTA9MzgxOzQ4tU/g7cKZmh6Zmh6bnhpdviL/V2lHb3dc8PNY9Ntm3PLAz8yMLnyem54an54anZocmZwb/N9+7Bkc6v/2Yn5wZ7Olv6ehuaO+q7+xpHBrtml0Y7e5r7ulv6R9qHxrtGh7rHh7rHhju6BtqKSrLbumo7OiprarLL63MrW8uaWgpK6v6EB5xv7wqf3ZhfGC4q6q2pKO7qaa+7FFYiKWVmZ6+rkRXZKI0VJsrFUZ6evq6Rsb6BoYyfQOpvoHUUCE3URqamhlTOrtq2torm1rKWtoqOrpq2jurG1rKquoKkt7GNXXUvHv/5sWr50VV+QlpLwsqPhZXfuzub2zrqKpvLK6uza+uza+tL6ytL/wb9/LXuoai/z1eWFVTWFNXXNdQuky8tb2mtb2mraO2raO2q6exf7BtaKRzOWompwemZ4f+X1jDY92jE71Ts0N/j//C54m/Q3xZ7V31Xb1Ny8hGxnuWrZqeG16+ReY/jc8ujE7PDU9MD4xO9I6M93T3NXf1NjW1VmXmpFy7cX7DJldHF0vPDU7PY0JfJUVn5qTkF2UVleYWl70vq8yrrM1/+eppfnFGfXNJWdX73LzU9/lpHwreZn9Iefb84cuEiNaO+um50Zb2uo7uptGJ/rrGioMB++zsrSS6IoWRnoWlqVKlWGatVCmMTQyMjPWNTQxUpkZqcyWluaWspbW8tb2yraOqtb2ysbm0ur6wrOpDceXHlq662ubKhraaho7aZ7FPUrOS4pKi6ptLW9urOrvr2jtrGpvL6hqKG5pKW9oq6xtL/n9V11Da0FTe1FK5zLq7t6m7t+lv6GMTvRNT/VMzgzNzw/OLY5++TC5nwsT0wPBY99Bo19hk39zi2JdvM59+m1pO8O9/LPz+5+Kyvv+x8Ne/f/vjn59//PXpx1+fljt2uWb/33OWO2C5cn//c3G5GEbGe95kvDp97vDmrZ6bt3rmFWbWNZYNDHcsp3z/UPvgSOfYVE9rZ/XYVPenr+Pzn0fGp3vGprrHpnpGJrrmFsfau+qb22qHx3qnZkdGxvs6e5rrGivepqccOXpQZWpkojS0tbO0sDRdnnG1udLUzHjZA1MzY3MLFaWhsbijs7pvoGlgqKW7t76to6qpraK5vXJwvDsnP31sZqizv7VjoLV3tKulp7G0ujA9M7GyOq9/sGV0vKurp36Z77IZHV21/1+1tFW3tte0d9b19DUvB8vQSOfAUPvYRO/k9MDM3PDcwuj84tji54nfvs18/zG/PKHLcdzT3zI02jU9N/z56/Tswuhy6C/n+9+1+eXbzMLnieVfv3yb+Rv3/+vQ3wZ8/X3uj39+nv80PjM/slzUywXw2/fZxpbK4bHu5X+emB7o7mvu6G7oGWganewem+oen+4Znewanewan+6ZnO2fnO0fHuseGe8pKc/L+ZDe3dc6OtHf3dc6Mt43OTUSGvbAxdXB3ELl5Gxn72BtbqGytDKzsDQ1U5soVQqlSmGmNjG3UFHaO6r6+hu7e+sHhlqaW8tLyrKb2ir6hlpqmsraextHpgamF8fH5oZ7RjqbuxvqWqqKy96/y0qqqMrv6KofHu0aGulsaav+G2jfQOtydg8MtfcPtvX2t3T3Ni2vYYZGOkfGuscmescmescn+waG2mfnR6ZmBn/7NvPbt5nZ+ZHvP/5v3eWu20QQhWEeiAaCkjhOfAkiFCAaeAc6eAMaeAYaeA+kBFAS24kT2+u9eC8zOzs7O/f1OouNIRIdxREukCL9xWlmin/OOf83dr4oFj8kWAnLmiuc85jksyAaOd6FN7tiIqlXevWrhIS8/VPfLNVybSFmgXmkIbSIpCFVLYBz4KlAVS10SSE8YKSWa6tLmqQu1ACvQqfSYmGQMAnXMddxoaJCRUxGTEYQHogEI2dw2jt2g2taJBFyExQkKPj0+ePR0+6Dh/d3G1uHjw+ePT9qtRudbrN7uN/pNg9au8397XthNER4DFvecc+H119H0zPH7/vJGOVBYTI5Z8xmmMdh5s+wO/Uve4PjqXfhz64w8QqRxMgRCnOJGI8pCwFUoCY0QKmLiQemFyLhEoEYj6sbLhQ2JRUKp5lf3fDqH3LAmoaWhDlIUjdMJoh4uqQAlODm+rYCUPn5e76ZhkKiIBoh4nGFYVYgGDbwA40PNFXVol7pu6xXZapKrEosLZIWCZMIg4TZgFDkeMOz/snEvcTZzA/HYeTmDPf6399/ePfy1YtOt9lqN0D/W4/TCc091+/3Bl8c9zyMr66d0/7wOFeoMCm3tDAZ1WmmcKYw04QJjLCf0WjqDoPZWJu84NhYpk0uVSYkEZJIlSlNhSQFx4zH4LjUqTJkI1PS1dpKnTIeh/HYcQfKkEUtlmtbrzQQIaDh/IbbisEPSxoCLkMjQwH2LdcWjlS1oEUU42nGQmUzcBYEDwN3QnRv0vsu6+2C2kVmF5mpiKmInqd6TvScAAswgYNo0rv4NnIGYTKduJdh5OQs0SY/7528efv6yVGr1d7Za2612judbqN7uNfpNg5a2839R38BFmhE5YlFGnEAAAAASUVORK5CYII=\" />\r\n\r\n<strong>Top Gear</strong> is the world’s most popular television programme shown in over 200 countries and a very popular programme among motor enthusiasts. It is a major programme that is aired on the UK’s BBC network and hosted by Jeremy Clarkson.\r\n\r\n<strong>Venue: Bushy Park Racing Circuit</strong>\r\n\r\nFor more information, contact:\r\n\r\nThe Barbados Tourism Authority\r\n\r\nTel: (246) 467-3600\r\n\r\nEmail: <a href=\"mailto:btainfo@visitbarbados.org\">btainfo@visitbarbados.org</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2214,16509,'barbados-17th-intl-masters-football-festival',1837,1,'Barbados: 17th Int\'l Masters Football Festival','00:00:00','00:00:00',1,'2014-05-17','2014-05-20','<b>17<sup>th</sup> Annual Barbados International Masters Football Festival</b>\r\n\r\nApproximately twenty (20) teams from the UK, USA, Canada, Brazil, Paraguay, Trinidad, Dominica, St. Vincent, Grenada, Guyana and Antigua will be participating in this event. These teams will be bringing some seven hundred (700) plus supporters for a 5-14 night stay in a variety of hotels/ guest houses.\r\n\r\nFor more information please contact:\r\n\r\nMr. Paul “Starsky” Wright\r\n\r\nChairman, Festival Organising Committee\r\n\r\nTel: (246) 437-3042/ 230-3900',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2215,16510,'barbados-gospelfest-2',1837,1,'Barbados: Gospelfest Int\'l Choir Competition ','00:00:00','00:00:00',1,'2014-05-17','2014-05-25','Barbados Gospefest is pleased to announce the introduction of its first ever International Choir Competition to the Barbados Gospelfest 2014 programme which will run from May 17 to May 25, 2014.\r\n\r\nThis prestigious Choir Competition will feature international judges and successful selected choirs will compete for a challenge trophy, cash prizes and a performance slot on the grand finale of Barbados Gospelfest 2014 \"One Awesome Day\" at Farley Hill National Park on Sunday May 25, 2014.\r\n\r\n<b> </b>Contact: Adrian Agard\r\n\r\nTel: ( 246) 426-5128 / Fax: (246) 228-8723\r\n\r\nEmail: <a href=\"mailto:info@gospelfest.com\">info@gospelfest.com</a>\r\n\r\nWebsite: <a href=\"http://www.barbadosgospelfest.com\" target=\"_blank\">www.barbadosgospelfest.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-15 11:18:58',0,NULL,NULL,NULL,NULL,0,NULL,0),(2216,16512,'barbados-gospelfest-3',1837,1,'Barbados: Gospelfest','00:00:00','00:00:00',1,'2014-05-19','2014-05-27','Featuring top local, regional and international gospel talent, the annual Barbados Gospelfest is one of the most popular Christian music festivals in the Caribbean<i>.</i>\r\n\r\nContact: Adrian Agard\r\n\r\nTel: ( 246) 426-5128 / Fax: (246) 228-8723\r\n\r\nEmail: <a href=\"mailto:info@gospelfest.com\">info@gospelfest.com</a>\r\n\r\nWebsite: <a href=\"http://www.barbadosgospelfest.com\" target=\"_blank\">www.barbadosgospelfest.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2217,16513,'barbados-celtic-festival-2',1837,1,'Barbados: Celtic Festival','00:00:00','00:00:00',1,'2014-05-22','2014-05-28','The Celtic Festival Barbados celebrates the history of the connections between Scotland, Ireland and Wales and the sunny Caribbean island. Over three hundred years ago, around the same time that rum was invented on these island, Scots, Irish and Welsh criminals were given the choice of jail or a boat to the West Indies. There they became indentured slaves working in the sugar plantations which you can still see today, or servants in the big plantation houses. Descendants still live in “Scotland” district on Barbados on the wilder east. Horse racing and polo are very popular here.\r\n\r\nContact: Carol Anderson, the Business Tel: 0131 718 6022 / e:carola@thebusinesspr.co.uk\r\n\r\n<b>Website:</b> <a href=\"http://www.celticfestivalbarbados.com\" target=\"_blank\">www.celticfestivalbarbados.com</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2218,16514,'barbados-sol-rally-barbados-2',1837,1,'Barbados: Sol Rally Barbados','00:00:00','00:00:00',1,'2014-05-31','2014-06-01','The Sol Rally Barbados is organised by the Barbados Rally Club and is the Caribbean\'s biggest annual motor sport international event. I treaches an important milestone in 2014 and is the 25<sup>th</sup> running of the Club’s annual international All-Stage Rally. Sol RB14 will run on Saturday and Sunday, May 31/June 1, with Scrutineering and Scotiabank King of the Hill the previous weekend, May 24/25.\r\n\r\nFor more information, please contact:\r\n\r\nJeanne Crawford- Rally Office Manager\r\n\r\nRobin Bradford- Media Enquiries\r\n\r\nEmail: <a href=\"mailto:rallyoffice@rallybarbados.bb\">rallyoffice@rallybarbados.bb</a> or <a href=\"mailto:robin@bradfax.com\">robin@bradfax.com</a>\r\nWebsite: <a href=\"http://www.rallybarbados.bb/\" target=\"_blank\">www.rallybarbados.bb/</a>http://barbadosrallyclub.co',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2219,16515,'barbados-british-airways-football-legends-invitational-tournament',1837,1,'Barbados: British Airways Football Legends Invitational Tournament','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','<b>British Airways Football Legends Invitational Tournament </b>\r\n\r\nFans of the game can expect to witness their favourite football heroes engaging in some seriously competitive sport as they battle it out for the winning trophy. Over the past two years, players have demonstrated that winning isn’t everything; it’s the only thing. With old team rivalries being reignited, the British Airways Football Legends Invitational is now known for its legendary players, high quality games and lush Caribbean backdrop.\r\n\r\nThis year’s tournament features eight, six-a-side teams representing Liverpool, Arsenal, Manchester United, Everton, Chelsea and Tottenham Hotspur from the English Premiership, plus a PFA all-star team and an all-star team representing the Caribbean.\r\n\r\n<strong>Date: TBA</strong>\r\n\r\nFor more information contact:\r\n\r\nThe Barbados Tourism Authority\r\n\r\nTel: (246) 467-3600\r\n\r\nEmail: <a href=\"mailto:info@visitbarbados.org\">info@visitbarbados.org</a>\r\n\r\nWebsite: <a href=\"http://www.visitbarbados.org\" target=\"_blank\">www.visitbarbados.org</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2220,16516,'barbados-crop-over-festival-2',1837,1,'Barbados: Crop Over Festival','00:00:00','00:00:00',1,'2014-07-04','2014-08-03','Crop Over is Barbados’ biggest and best –loved festival which sees the whole island taken over by the party spirit. Events last five weeks and revelers can expect a heavy mix of live music, dancing, carnival, markets, cultural presentations and more.\r\n\r\nContact: National Cultural Foundation\r\n\r\nTel: (246) 424-0909\r\n\r\nWebsite: <a href=\"http://www.ncf.bb\" target=\"_blank\">www.ncf.bb</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2221,16517,'barbados-27th-sir-garfield-sobers-intl-schools-cricket-tournament',1837,1,'Barbados: 27th Sir Garfield Sobers Int\'l Schools\' Cricket Tournament','00:00:00','00:00:00',1,'2014-07-04','2014-07-25','<b>27<sup>th</sup> Annual Sir Garfield Sobers International Schools’ Cricket Tournament</b>\r\n\r\nNamed after the renowned Barbadian cricketer and National Hero Sir Garry Sobers, this annual tournament attracts school teams under nineteen years of age to compete with their local, regional and international counterparts.\r\n\r\nSince 1986, the Sir Garfield Sobers International Schools Cricket Tournament has given school boys the rare opportunity of playing in an international tournament. To date this tournament has groomed the likes of retired West Indies captain, Brian Lara, Darren Ganga, Roland Holder and other notable players such as West Indies\' Sherwin Campbell and Philo Wallace, Dale Benkenstein of South Africa, and Chris Adams and Alastair Cook of England. Schools from the United Kingdom, the Caribbean and Barbados will participate in this tournament.\r\n\r\nVenue: Various Grounds\r\n\r\nContact: Barbados Tourism Authority\r\n\r\nTel: (246) 467-3600\r\n\r\nEmail: <a href=\"mailto:btainfo@visitbarbados.org\">btainfo@visitbarbados.org</a>\r\n\r\nWebsite: <a href=\"http://www.visitbarbados.org\" target=\"_blank\">www.visitbarbados.org</a>\r\n\r\n<b> </b>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2222,16519,'barbados-banks-intl-hockey-festival',1837,1,'Barbados: Banks Int\'l Hockey Festival','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','The Bank\'s International Hockey Festival is held every year in late August since 1986. The local hockey season stops for the festival which is a six day mixture of sporting and social activities culminating in a lively Presentation Ceremony and party on the Saturday evening. The festival is unique for its wonderful sporting and social camaraderie, but still highly competitive, and continues to attract teams from all over the world. There are men\'s, ladies and vets competitions.\r\n\r\n<strong>Date: TBA</strong>\r\n\r\nBarbados Hockey Federation Inc. c/o Barbados Olympic Association Inc.\r\nOlympic Centre\r\nGarfield Sobers Sports Complex\r\nWildey\r\nSt. Michael\r\nBB15094\r\nEmail: bhf@barbadoshockey.org\r\n<a href=\"mailto:president@barbadoshockey.org\">president@barbadoshockey.org</a> - Mr George Bennet\r\n<a href=\"mailto:secretariat@barbadoshockey.org\">secretariat@barbadoshockey.org</a> - Ms Sharon Estwick secretary',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2223,16522,'barbados-intl-sevens-rugby-tournament',1837,1,'Barbados: Int\'l Sevens Rugby Tournament','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','International Sevens Rugby Tournament. This event will be held at Kensington Oval\r\n\r\n<strong>Date: TBA</strong>\r\n\r\nFor more information contact:\r\n\r\nMr. George Nicholson- Director\r\n\r\nTel: (246) 429-7071/426-1227/32\r\n\r\nFax: (246) 427-8317\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2224,16536,'barbados-clobi-cup-world-masters-tournament',1837,1,'Barbados: CLOBI Cup World Masters Tournament','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','<strong>Date: TBA</strong>\r\n\r\nKensington Oval Management Inc. (KOMI) will be the host to the CLOBI Cup for the second year and will take place at Kensington Oval. Some of the most exciting players of the past two decades from around the world will be participating in The CLOBI Cup World Masters Tournament. Four teams, West Indies, England, India and Sri Lanka will be competing in this fantastic cricket at Kensington Oval.\r\n\r\nFor more information contact:\r\n\r\nKensington Oval Management Inc. (KOMI)\r\n\r\nTel: (246) 274-1200\r\nFax: (246) 227-2503\r\nEmail: <a href=\"mailto:info@kensingtonoval.com.bb\">info@kensingtonoval.com.bb</a>\r\n\r\nWebsite: <a href=\"http://www.kensingtonoval.org\" target=\"_blank\">www.kensingtonoval.org</a>\r\n\r\n<strong>Main Contacts:</strong>\r\n\r\nRosie Holder- Marketing Assistant\r\nEmail: <a href=\"mailto:rholder@kensingtonoval.com.bb\">rholder@kensingtonoval.com.bb</a>\r\n\r\nOR\r\n\r\nDiane Prescod- Marketing Assistant\r\nEmail: <a href=\"mailto:dprescod@kensingtonoval.com.bb\">dprescod@kensingtonoval.com.bb</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-15 15:03:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2225,16538,'barbados-11th-brydens-barbados-darts-festival',1837,1,'Barbados: 11th Brydens Barbados Darts Festival','00:00:00','00:00:00',0,'2014-11-01','2014-11-30','Date: TBA\r\n\r\nThe Brydens Barbados Darts Festival is a proven winner with participants. It is open to dart players, both men and women of all standards and their partners. It offers a darts-orientated holiday in one of the most sought after destinations on the planet.\r\n\r\nThe itinerary combines social and tournament darts with prize money, plus a social programme designed to enable you to enjoy all that Barbados is justly famous for. Previous participants have come from the UK, Ireland, USA, Canada, Austria, Spain, Trinidad & Tobago, St. Lucia, The Bahamas, Guyana and Cayman Islands.\r\n\r\nFor more information contact:\r\n\r\nMr. Michael Heal- Festival Director\r\n\r\nTel: 01144-775-157-1936\r\n\r\nEmail:: <a href=\"mailto:michael.heal@btconnect.com\">michael.heal@btconnect.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2226,16539,'barbados-food-and-wine-rum-festival',1837,1,'Barbados: Food and Wine & Rum Festival','00:00:00','00:00:00',1,'2014-11-21','2014-11-24','The Culinary capital of the Caribbean will host the 4<sup>th</sup> annual Food, Wine and Rum festival. This event will feature international top chefs at various locations around the island.\r\n\r\n<b> For Further information contact Barbados Tourism Authority</b>\r\n\r\n<b>Tel: 467-3600</b>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2227,16540,'barbados-powerade-run-barbados-series',1837,1,'Barbados: Powerade Run Barbados Series','00:00:00','00:00:00',1,'2014-12-05','2014-12-07','The Run Barbados series of event comprises of a 3k, 5k, 10k, Fun mile Run and Walk, and a Half-Marathon.\r\n\r\nContact: Barbados Tourism Authority\r\n\r\nTel: (246) 467-3600\r\n\r\nEmail: <a href=\"mailto:info@visitbarbados.org\">info@visitbarbados.org</a>\r\n\r\nWebsite: <a href=\"http://www.runbarbados.org\" target=\"_blank\">www.runbarbados.org</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2228,16541,'barbados-tourism-week',1837,1,'Barbados: Tourism Week','00:00:00','00:00:00',1,'2014-12-07','2014-12-13','Tourism Week is an annual week of activities used to celebrate the importance of tourism to Barbados’ development and to stimulate awareness among the general populace and visitors about the industry.\r\n\r\nContact: Ministry of Tourism and International Transport (Tourism)\r\n\r\nTel. No.: (246) 430-7500\r\n\r\nFax No.: (246) 436-4828\r\n\r\nE-mail: <a href=\"mailto:info@tourism.gov.bb\">info@tourism.gov.bb</a>',0,NULL,'00:00:00',0,0,4,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2229,16555,'st-martin-arrow-rood-jollification',1837,1,'St. Martin: Arrow Rood Jollification','00:00:00','00:00:00',1,'2014-03-23','2014-03-23','<b>23<sup>rd</sup> :</b> Arrow root (dictame flour) harvesting and preparation with the possibility of learning, seeing and even helping harvesting and preparing it if necessary.\r\n\r\nOn site your will be able to buy or to taste the previous year’s harvest. Cultural entertainment enjoyed on site with renowned music groups.\r\n\r\n<b>Location :</b> Colombier (Dovecot) Village\r\n\r\n<b>Persons to contact : </b>\r\n\r\nNature Valley Association presided by Mrs Vernicia Brooks\r\n\r\nPh. : 0690 77 50 67 / 0690 58 26 50\r\n\r\n<a href=\"mailto:vhbrooks@caribserve.net\">vhbrooks@caribserve.net</a>\r\n\r\n<b>Free event </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-16 14:20:34',0,NULL,NULL,NULL,NULL,0,NULL,0),(2230,16556,'st-martin-carnival-continued',1837,1,'St. Martin: Carnival (continued)','00:00:00','00:00:00',1,'2014-02-23','2014-03-05','<b>February 23<sup>rd</sup> to March 5<sup>th</sup> :</b> Come live the Saint-Martin Carnival experience !\r\n\r\nA major moment of the year during which the city’s inhabitants go out disguised (even masked or yet made up) and get together in the streets to sing, dance, make music in the streets, throw confetti, eventually around a parade.\r\n\r\n \r\n\r\n<b>1st : </b>Jouvert Jump Up (Zook and Compas Concert)<b></b>\r\n\r\n<b>2<sup>nd</sup> :</b> Shrove Sunday\r\n\r\n<b>3<sup>rd</sup> :</b> Concert\r\n\r\n<b>4<sup>th</sup> :</b> Shrove Tuesday\r\n\r\n<b>5<sup>th</sup> :</b> Ash Wednesday\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2231,16558,'st-martin-heineken-regatta',1837,1,'St. Martin: Heineken Regatta','00:00:00','00:00:00',1,'2014-03-06','2014-03-09','<b>35<sup>th</sup></b><b> Edition</b> of the International Monohull and Multihull Boat Race. Tour of the island by the various categories : more than 250 sailboats competing.\r\n\r\nEntertainment with international artists guaranteed each evening.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSt Maarten Yacht Club\r\n\r\nPh. (00-1-721-599) 544 2079\r\n\r\n<a href=\"mailto:regatta@heinekenregatta.com\">regatta@heinekenregatta.com</a>\r\n\r\n<a href=\"http://www.heinekenregatta.com\" target=\"_blank\">www.heinekenregatta.com</a>\r\n\r\n<b>Free music concert </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2232,16560,'st-martin-shopkeepers-fair-in-marigot',1837,1,'St. Martin: Shopkeepers\' Fair in Marigot','10:00:00','19:00:00',0,'2014-04-05','2014-04-05','<b>5<sup>th</sup> :</b> Shopkeepers’ Fair with more than one hundred shopkeepers taking part in it. Lively atmosphere and bargains galore. Several sorts of stands will be open : Shopping, eating and drinking fare, computer science, etc…\r\n\r\n<b>Location :</b> Rue du Général de Gaulle\r\n\r\n<b>Time :</b> 10 a.m. to 7 p.m.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMarigot Shopkeepers’ Association\r\n\r\nPh. : 0590 77 86 20 – Fax : 0590 87 88 93\r\n\r\n<a href=\"mailto:Carat2@wanadoo.fr\">Carat2@wanadoo.fr</a>\r\n\r\n<b>(Free event)</b>\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2233,16561,'st-martin-dutch-side-carnival',1837,1,'St. Martin: Dutch Side Carnival','00:00:00','00:00:00',1,'2014-04-15','2014-05-02','As you know on Saint Martin, it’s twice more fun and pleasure so prepare to live the Carnival Dutch side with mega color parades and concerts to blow your mind away.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Tourism Office\r\n\r\nSandy Ground Road, Marigot\r\n\r\n97150 SAINT MARTIN\r\n\r\nPh. : (00590) 590 87 57 21 – Fax : (00590) 590 87 56 43\r\n\r\n<b><a href=\"mailto:contact@iledesaintmartin.org\">contact@iledesaintmartin.org</a> </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2234,16562,'st-martin-all-businesses-sports-competitions',1837,1,'St. Martin: All Businesses Sports Competitions','00:00:00','00:00:00',1,'2014-05-03','2014-05-03','Three types of sports are proposed to participants : running race, walking and a handicapped persons’ race.\r\n\r\nThe walkers and runners will start off from the Lowlands, passing through Marigot to finish their race in the Hauts de Concordia, in front of the (EDF) electricity plant.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Esnard Avanet, Ph. : 0690 33 56 89\r\n\r\nMr Francky Fazer, Ph. : 0690 40 60 24\r\n\r\nWatt de neuf Association\r\n\r\n<a href=\"mailto:Wattde9@gmail.com\">Wattde9@gmail.com</a>\r\n\r\n<a href=\"http://www.wattdeneuf.fr\" target=\"_blank\">www.wattdeneuf.fr</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2235,16564,'st-martin-fish-day',1837,1,'St. Martin: Fish Day','00:00:00','00:00:00',1,'2014-05-04','2014-05-04','A day celebrating fish and all that is linked to it. Presentation of the various species, culinary demonstrations and tastings, presentation of the fruits and vegetables entering into the making of fish dishes. Cultural entertainment.\r\n\r\n<b>Several stands not to be missed! </b>\r\n\r\n- The Pit (for rooster fights)\r\n\r\n- The fishermen’s stand (cleaning and history of fish)\r\n\r\n- The kiddies’ corner (with inflatable castles to climb into)\r\n\r\n- The bridge (visit of the Nature Preserve)\r\n\r\nYou will also find a line-up of our finest local artists there who will enable you to live some of Saint-Martin’s olden days and enjoy its cultural heritage.\r\n\r\n<b>Location : </b>Cul de Sac Bay\r\n\r\n<b>Time :</b> All day (from 8 a.m. to 11 p.m.)\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMs Minerva Dengleben, Territorial Arts and Culture Department\r\n\r\nMarigot Seaside School\r\n\r\nPh. : 0690 88 90 97',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2236,16565,'st-martin-intl-sports-meeting',1837,1,'St. Martin: Int\'l Sports Meeting','00:00:00','00:00:00',1,'2014-05-08','2014-05-08','Competition listed amidst the international competitions calendar events.\r\n\r\nAn meeting of major importance with the participation of guests of honour, it will be the focal point of the Caribbean’s athletics organizations.\r\n\r\nAside from its undeniable sports attraction side, this set of competitions is turning out to be an excellent media portal.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Calvin Bryan, Speedy Plus Association\r\n\r\nPh. : 0690 57 37 62 – Fax : 0590 29 50 62\r\n\r\n<a href=\"mailto:Speedyplus@orange.fr\">Speedyplus@orange.fr</a> / <a href=\"mailto:bryanhubert11@yahoo.fr\">bryanhubert11@yahoo.fr</a>\r\n\r\n<b>Access to this event is payable</b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-16 15:07:03',0,NULL,NULL,NULL,NULL,0,NULL,0),(2237,16567,'st-martin-saint-louis-rambaud-celebration-day',1837,1,'St. Martin: Saint-Louis & Rambaud Celebration Day','00:00:00','00:00:00',1,'2014-05-16','2014-05-18','Family and culinary specialities highlighting day.\r\n\r\nSports, cultural and traditional events.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nThe Cultural Women’s Association of Saint-Louis\r\n\r\nPh. : 0690 61 58 58\r\n\r\n<a href=\"mailto:cwaslsxm@hotmail.fr\">cwaslsxm@hotmail.fr</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2238,16568,'st-martin-abolishment-of-slavery-celebration',1837,1,'St. Martin: Abolishment of Slavery Celebration','00:00:00','00:00:00',1,'2014-05-27','2014-05-27','Under the leadership of the Municipality in partnership with the cultural associations, this event commemorates the end of slavery on the island.\r\n\r\nThis year, we celebrate the 165<sup>th</sup> anniversary and several yesteryear entertainment occasions will be set up around the Agreement roundabout.\r\n\r\n<b>Person to contact :</b>\r\n\r\nMs Minerva Dengleben\r\n\r\nTerritorial Arts and Culture Department\r\n\r\nMarigot Seaside School\r\n\r\nPh. : 0690 88 90 97',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2239,16569,'st-martin-book-fair',1837,1,'St. Martin: Book Fair','00:00:00','00:00:00',1,'2014-06-05','2014-06-07','<b>From June 5<sup>th</sup> to 7<sup>th</sup>.</b>\r\n\r\nFor this Fair, Saint Martin will welcome writers, mediators, poets, from several islands of the Caribbean and debates regarding current affairs and history will take place.\r\n\r\nThanks to this opportunity, native Saint Martin writers are also honored in order to promote their talent.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Shujah Reiph - Conscious Lyrics Association\r\n\r\n0690 30 76 66\r\n\r\n<a href=\"mailto:consciouslyrics@yahoo.com\">consciouslyrics@yahoo.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2240,16570,'st-martin-billfish-tournament',1837,1,'St. Martin: Billfish Tournament','00:00:00','00:00:00',1,'2014-06-10','2014-06-14','The Billfish, the greatest deep-sea fishing tournament in the Caribbean will live its <b>14<sup>th</sup> </b>Edition this year.\r\n\r\nAre expected : 30 crews – 5 persons per crew – thus 150 participants.\r\n\r\n<b>Location :</b> Marigot Water Front\r\n\r\n<b>Time :</b> 7 p.m.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr François Anton, and Mrs Chantal Vernusse\r\n\r\n“Blue Marlin” Association and Calypso Event\r\n\r\nPh. : 0590 87 05 60 / 0690 74 27 07\r\n\r\n<a href=\"mailto:billfish@saint-martin-online.com\">billfish@saint-martin-online.com</a> / <a href=\"mailto:calypsoevent@caribserve.net\">calypsoevent@caribserve.net</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2241,16571,'st-martin-memorial-kid-oneil-intl-boxing-gala',1837,1,'St. Martin: Memorial Kid O\'Neil - Int\'l Boxing Gala','00:00:00','00:00:00',1,'2014-06-14','2014-06-14','Saint Martin will live a major event welcoming professionals from several islands of the Caribbean as well as from Canada, Europe and the United States to win two major titles :\r\n\r\n- Light Heavyweight English Boxing Caribbean Belt\r\n\r\n- Super Light Welterweight Kick-Boxing Caribbean Belt\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Philippe Arrendel – ABC Inter Sports\r\n\r\nPh. : 0690 35 15 01\r\n\r\n<a href=\"mailto:generalackman@hotmail.fr\">generalackman@hotmail.fr</a>\r\n\r\n<b>Access to this event is payable </b>\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2242,16573,'st-martin-national-music-celebration-day',1837,1,'St. Martin: National Music Celebration Day','00:00:00','00:00:00',1,'2014-06-21','2014-06-21','The French National Music Celebration Day is a musical event celebrating the magical gift of music.\r\n\r\n<b>Locations : </b>Several areas of the island proposing public entertainment are :\r\n\r\n- French Quarter\r\n\r\n- Orient Bay\r\n\r\n- Grand Case\r\n\r\n- Agrement\r\n\r\n- Sandy Ground\r\n\r\n- Concordia\r\n\r\n- Marigot\r\n\r\nAs of 6 p.m.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Tourism Office\r\n\r\nSandy Ground Road, Marigot\r\n\r\n97150 SAINT MARTIN\r\n\r\nPh. : (00590) 590 87 57 21 – Fax : (00590) 590 87 56 43\r\n\r\n<a href=\"mailto:info@st-martin.org\">contact@iledesaintmartin.org</a>\r\n\r\nFree event.',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-17 11:04:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2243,16574,'st-martin-laugh-till-belly-burst-vi-9th-edition',1837,1,'St. Martin: Laugh Till Belly Burst VI - 9th Edition','00:00:00','00:00:00',1,'2014-06-27','2014-06-28','This comedy show which is already famous in the Caribbean and is well known by the local public will live another success this year, so be sure to be there, all of you. The one-man shows parade on stage at the Sandy Ground Cultural Center.\r\n\r\n<b>Location :</b> Under the Big Tent – Port de Plaisance\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Glen Brooks – Laugh Till Belly Burst Association\r\n\r\nPh. : 0690 39 76 02\r\n\r\n<a href=\"mailto:glenfbrooks@wanadoo.fr\">glenfbrooks@wanadoo.fr</a>\r\n\r\n<b>Access to this event is payable </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2244,16576,'st-martin-i-love-my-ram-contest',1837,1,'St. Martin: I love My Ram Contest','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','Family day and Rams Beauty Contest at the Colombier Village.\r\n\r\nAs of 7 a.m., tribute is paid to the elderly and the Colombier patrimony is highlighted.\r\n\r\nCraftsworks and local products stands are there for visitors.\r\n\r\nAt 4 p.m., voting is carried out for the Island’s Most Beautiful Ram.\r\n\r\n<b>Location :</b> Colombier',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2245,16577,'st-martin-a-pan-revolution',1837,1,'St. Martin: A Pan Revolution','00:00:00','00:00:00',1,'2014-07-05','2014-07-05','8<sup>th</sup> Edition of the famous Steel Pan Concert by our legendary music group, the Gunslingers. An evening to be discovered or rediscovered with delight, listening to our rich and warm music, an entertainment different from any other steel band concert taking place on Saint Martin. Come and share unforgettable moments with us with our local music groups :\r\n\r\n<b>Location :</b> Riviera One Hall, Sandy Ground, Nettle Bay\r\n\r\n<b>Access to this event is payable</b>\r\n\r\n<b>Persons to contact : </b>\r\n\r\nGunslingers Steel Band\r\n\r\nPh. : 0690 53 95 40 / 0690 87 00 45',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2246,16578,'st-martin-july-14th-french-national-holiday-marigot-celebrations',1837,1,'St. Martin: July 14th French National Holiday & Marigot Celebrations','00:00:00','00:00:00',1,'2014-07-14','2014-07-14','<b><span style=\"text-decoration: underline;\">July 14<sup>th</sup> : French National Holiday– and Marigot Celebration Day </span></b>\r\n\r\n<b>14<sup>th</sup> :</b> Family day featuring sports, traditional and cultural events. For a whole day the Marigot Water Front becomes a celebration village with entertainment provided by our cultural groups.\r\n\r\nDon’t hesitate to stroll on the water front to appreciate all that’s set up for you.\r\n\r\n<b>Fireworks as of 10 p.m. </b>\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Territorial\r\n\r\nMarigot Town Hall\r\n\r\nPh. : 0590 87 50 04',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2247,16584,'st-martin-victor-schoelcher-day-grand-case-village-day',1837,1,'St. Martin: Victor Schoelcher Day & Grand Case Village Day','00:00:00','00:00:00',1,'2014-07-21','2014-07-21','An old-fashioned celebration day with sports, traditional and cultural events, and with a traditional small boats race from Grand Case bay to Anguilla :<b> </b>A tradition perpetuated for over a century now.\r\n\r\nTraditional games. Musical entertainment.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Town Hall\r\n\r\nPh. : 0590 87 50 04\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2248,16586,'st-martin-august-monday',1837,1,'St. Martin: August Monday','00:00:00','00:00:00',1,'2014-08-04','2014-08-04','<b></b> The date to mark during the month of August, is effectively the first Monday of the month.\r\n\r\nIt’s the biggest “Beach Party” of the Caribbean welcoming a distribution of first class international artists.\r\n\r\nIt is also an event mixing traditional boat races and dishes based on seafood, barbecued meats, etc…\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Tourism Office, Sandy Ground Road, Marigot\r\n\r\n97150 SAINT MARTIN\r\n\r\nPh. : (00590) 590 87 57 21 – Fax : (00590) 590 87 56 43\r\n\r\n<a href=\"mailto:info@st-martin.org\">contact@iledesaintmartin.org</a>\r\n\r\n<b>Free event </b>\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2249,16593,'st-martin-shopkeepers-fair-in-marigot-2',1837,1,'St. Martin: Shopkeepers\' Fair in Marigot','10:00:00','19:00:00',0,'2014-08-10','2014-08-10','Shopkeepers’ Fair with more than one hundred shopkeepers taking part in it. Lively atmosphere and bargains galore. Several sorts of stands will be open : Shopping, eating and drinking fare, computer science, etc…\r\n\r\n<b>Location :</b> Rue du Général de Gaulle\r\n\r\n<b>Time :</b> 10 a.m. to 7 p.m.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMarigot Shopkeepers’ Association\r\n\r\nPh. : 0590 77 86 20 – Fax : 0590 87 88 93\r\n\r\n<a href=\"mailto:Carat2@wanadoo.fr\">Carat2@wanadoo.fr</a>\r\n\r\n<b>Free event </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2250,16594,'st-martin-sandy-ground-village-celebration-day',1837,1,'St. Martin: Sandy Ground Village Celebration Day','00:00:00','00:00:00',1,'2014-08-14','2014-08-16','14<sup>th</sup>-15<sup>th</sup>-16<sup>th</sup> : Family day on which Sandy Ground Village comes to life again with several sports and cultural events. Traditional games, musical entertainment, tastings of local dishes.\r\n\r\n<b><span style=\"text-decoration: underline;\">Persons to contact : </span></b>\r\n\r\nSandy Ground Neighbourhood Council and the Sandy Ground On The Move Association presided by Georges Richardson.\r\n\r\nPh. / Fax : 0590 29 60 11.\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2251,16595,'st-martin-patrimony-day',1837,1,'St. Martin: Patrimony Day','00:00:00','00:00:00',1,'2014-09-20','2014-09-21','Each year, the third weekend of September is devoted to culture and to people wishing to discover historical monuments often closed to the public.\r\n\r\nSeveral excursions and outings are organized for the public all over the island.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Territorial\r\n\r\nMarigot Town Hall\r\n\r\nPh. : 0590 87 50 04\r\n\r\n<a href=\"mailto:info@st-martin.org\">contact@iledesaintmartin.org</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2252,16596,'st-martin-bodybuilding-championship',1837,1,'St. Martin: Bodybuilding Championship','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','This event will be staged in Maho with more than 25 countries being represented.\r\n\r\n<b>Access to this event is payable.</b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2253,16598,'st-martin-caribbean-tourism-day',1837,1,'St. Martin: Caribbean Tourism Day','00:00:00','00:00:00',1,'2014-11-04','2014-11-04','First Tuesday of the month of November: Commemoration of Tourism by the Saint Martin and Sint Maarten Tourism Offices but also over the entire Caribbean region.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Tourism Office\r\n\r\nPh. : 0590 87 57 21',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2254,16599,'st-martin-caribbean-tourism-month',1837,1,'St. Martin: Caribbean Tourism Month','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','Month chosen by the Caribbean Tourism Organization as “Caribbean Tourism Month”.\r\n\r\nSeveral actions and events are organized on various islands of the Caribbean to raise awareness of the populations to this set of professions.\r\n\r\nThis year, the theme chosen is <b>“One Sea, One Voice, One Caribbean”.</b>\r\n\r\nIndeed, to highlight the multitude of businesses and professions represented on the island, we have chosen events gathering tourism professionals, the educational community the associations and economic community.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Tourism Office\r\n\r\nSandy Ground Road, Marigot\r\n\r\n97150 SAINT MARTIN\r\n\r\nPh. : (00590) 590 87 57 21 – Fax : (00590) 590 87 56 43\r\n\r\n<a href=\"http://www.iledesaintmartin.org\" target=\"_blank\">www.iledesaintmartin.org</a> / <a href=\"mailto:contact@iledesaintmartin.org\">contact@iledesaintmartin.org</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2255,16600,'st-martin-celebration-day-armistice',1837,1,'St. Martin: Celebration Day / Armistice','00:00:00','00:00:00',1,'2014-11-11','2014-11-11','Saint Martin Day, date of the discovery of the island by Christopher Columbus in 1493. Official ceremonies and traditional entertainment : music, cultural heritage, gastronomy.\r\n\r\nAlso<b> </b>French Quarter Village Celebration Day.\r\n\r\nFor this year 2014, the French side will be the ardent organizer and will welcome the Dutch delegation at the border at French Quarter.\r\n\r\nFor the week of November 11<sup>th</sup>, don’t forget to buy your <b>mini-flag</b> to hoist up on your car.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMs Minerva Dengleben, Territorial Arts and Culture Department\r\n\r\nMarigot Seaside School\r\n\r\nPh. : 0590 29 59 18\r\n\r\n ',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2256,16601,'st-martin-beaujolais-nouveau-celebration',1837,1,'St. Martin: Beaujolais Nouveau Celebration','00:00:00','00:00:00',1,'2014-11-19','2014-11-19','As of November 14<sup>th</sup>, the new vintage is celebrated on Saint Martin in various tasting venues, with a warm, French atmosphere. Traditionally the third Thursday of the month of November in France, it is celebrated as of 7 p.m. the previous Wednesday on Saint Martin due to the time difference between Europe and here.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nSaint Martin Tourism Office\r\n\r\nSandy Ground Road, Marigot\r\n\r\n97150 SAINT MARTIN\r\n\r\nPh. : (00590) 590 87 57 21 – Fax : (00590) 590 87 56 43\r\n\r\n<a href=\"http://www.iledesaintmartin.org\" target=\"_blank\">www.iledesaintmartin.org</a> / <a href=\"mailto:contact@iledesaintmartin.org\">contact@iledesaintmartin.org</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-17 15:16:24',0,NULL,NULL,NULL,NULL,0,NULL,0),(2257,16602,'st-martin-alliance-boat-race',1837,1,'St. Martin: Alliance Boat Race','00:00:00','00:00:00',1,'2014-11-28','2014-11-30','On the occasion of the 11<sup>th</sup> Edition, the Alliance Boat Race is aimed at strengthening the links between the Islands of Saint Martin, Saint Barthelemy, Anguilla and sailors.\r\n\r\n<b>Itinerary :</b> Simpson Bay, Sint Maarten / Gustavia, Saint Barthelemy / Road Show, Anguilla / Fort Louis Marina, Marigot, Saint Martin.\r\n\r\n<b>Person to contact : </b>\r\n\r\nMr Hervé Dorvil, Fort Louis Yacht Club\r\n\r\nMarigot Water Front\r\n\r\nPh. : 0590 51 11 11 / 0590 51 11 12\r\n\r\n<a href=\"http://www.marinafortlouis.com\" target=\"_blank\">www.marinafortlouis.com</a> : <a href=\"mailto:marinafortlouis@wanadoo.fr\">marinafortlouis@wanadoo.fr</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2258,16603,'st-martin-well-being-health-gathering',1837,1,'St. Martin: Well-Being & Health Gathering','00:00:00','00:00:00',1,'2014-11-22','2014-11-23','Gathering taking place at the Beach Plaza Hotel\r\n\r\n<b>Person to contact : </b>\r\n\r\nMs Chantal Vernusse, Calypso Events\r\n\r\nPh. : 0690 74 27 07\r\n\r\n<a href=\"mailto:calypsoevents@caribserve.net\">calypsoevents@caribserve.net</a>\r\n\r\n<a href=\"http://www.calypsoevent-sxm.com\" target=\"_blank\">www.calypsoevent-sxm.com</a>\r\n\r\n<b>Free Event </b>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2259,16618,'st-martin-miss-caraibes-hibiscus',1837,1,'St. Martin: Miss Caraibes Hibiscus','00:00:00','00:00:00',1,'2014-12-06','2014-12-06','The Caribbean’s most appreciated beauty contest.\r\n\r\nContestants coming from each island of the Caribbean to win this prized title.\r\n\r\nBig show with many VIP guests and musical entertainment.\r\n\r\n<b>Persons to contact : </b>\r\n\r\nMr Patrick Eugene, president of Miss Caraibes Hibiscus\r\n\r\nPh. : 0590 29 24 16 / 0590 29 44 95\r\n\r\n00 1 721 586 7311\r\n\r\n<a href=\"http://www.miss-caraibes.com\" target=\"_blank\">www.miss-caraibes.com</a>',0,NULL,'00:00:00',0,0,15,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2260,16620,'antigua-barbuda-copper-lumber-seafood-fridays',1837,1,'Antigua & Barbuda: Copper & Lumber Seafood Fridays','00:00:00','00:00:00',1,'2014-01-03','2014-01-31','<strong>January 3, 10, 17. 24, 31</strong>\r\n\r\n<a href=\"http://www.copperandlumberhotel.com\" target=\"_blank\">www.copperandlumberhotel.com</a> | (268) 460-1160/(268) 460-1159',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2261,16621,'antigua-barbuda-copper-lumber-seafood-fridays-2',1837,1,'Antigua & Barbuda: Copper & Lumber Seafood Fridays ','00:00:00','00:00:00',1,'2014-02-07','2014-02-28','<strong>February 7, 14, 21, 28</strong>\r\n<a href=\"http://www.copperandlumberhotel.com\" target=\"_blank\">www.copperandlumberhotel.com</a> | (268) 460-1160/ (268) 460-1159',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2262,16622,'antigua-barbuda-wings-youth-volleyball-festival-ymca',1837,1,'Antigua & Barbuda: Wings Youth Volleyball Festival (YMCA)','00:00:00','00:00:00',1,'2014-02-08','2014-02-08','Wings Youth Volleyball Festival (YMCA)- February 8\r\ncptsawings@actol.net | (268) 788-8783/ (268) 774-4894',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2263,16623,'jolly-antigua-barbuda-harbour-yacht-club-valentines-day-regatta',1837,1,'Antigua & Barbuda: Harbour Yacht Club Valentine’s Day Regatta','00:00:00','00:00:00',1,'2014-02-13','2014-02-16','Website: <a href=\"http://www.jollyharbourregatta.com/\" target=\"_blank\">http://www.jollyharbourregatta.com</a>/\r\n\r\nPhone: (268) 720-9270/ (268) 725-4692',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 15:34:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(2264,16627,'antigua-barbuda-eag-hike-from-willikies-to-newfield-via-ayres-creek',1837,1,'Antigua & Barbuda: EAG: Hike from Willikies to Newfield via Ayres Creek','00:00:00','00:00:00',1,'2014-02-15','2014-02-15','For further details visit: <a href=\"http://www.eagantigua.org\" target=\"_blank\">www.eagantigua.org </a>\r\n\r\nPhone: (268) 462-6236',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-20 14:29:14',0,NULL,NULL,NULL,NULL,0,NULL,0),(2265,16628,'antigua-barbuda-open-golf-tournament',1837,1,'Antigua & Barbuda: Open Golf Tournament','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Antigua & Barbuda Open Golf Tournament – Mid February',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2266,16629,'antigua-barbuda-wings-youth-football-festival',1837,1,'Antigua & Barbuda: Wings Youth Football Festival','00:00:00','00:00:00',1,'2014-02-22','2014-02-22','Venue: Johnson’s Stadium\r\n\r\nEmail: cptsawings@actol.net\r\n\r\nPhone: (268) 788-8783/ (268) 774-4894\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-20 14:32:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2267,16630,'antigua-barbuda-wadadli-day-2',1837,1,'Antigua & Barbuda: Wadadli Day','00:00:00','00:00:00',0,'2014-02-22','2014-02-22','Showcases the indigenous culture of the twin islands.\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2268,16632,'antigua-barbuda-west-indies-sail-regatta-2',1837,1,'Antigua & Barbuda: West Indies Sail Regatta','00:00:00','00:00:00',1,'2014-03-02','2014-03-03','<a href=\"http://www.antiguayachtclub.com\" target=\"_blank\">www.antiguayachtclub.com</a> | (268) 460 1799/(268) 460 6128',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2269,16636,'british-virgin-islands-governors-cup',1837,1,'British Virgin Islands: Governor\'s Cup','00:00:00','00:00:00',1,'2014-02-01','2014-02-01','Royal BVI Yacht Club.\r\n\r\n<a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2270,16638,'british-virgin-islands-farmers-week',1837,1,'British Virgin Islands: Farmer\'s Week','00:00:00','00:00:00',1,'2014-02-07','2014-02-14','An annual celebration of everything that agriculture- the producers, the cuoture, the livestock, their crops and the processors who make use of agricultural products and bi-products. Exhibitions are held on Tortola, Virgin Gorda, Anegada & Jost Van Dyke. This time is used to build awareness for locals and tourist.\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2271,16639,'british-virgin-islands-dive-bvi-5k-race',1837,1,'British Virgin Islands: Dive BVI 5K Race','00:00:00','00:00:00',1,'2014-01-18','2014-03-22','Dive BVI hosts annual 5K and 10K Run/Walk Series in the community on Virgin Gorda. Health and physical fitness isn’t the only reason to get out and run or walk - it’s a community function... a way to socialize together in a productive and positive way!\r\n\r\nALL Dive BVI 5K & 10K Events are FREE! Runners/Walkers are categorized by age and gender groups for prizes. To earn eligibility for a prize in the 5K Series, you must participate in 3 of 4 5K races. Participation in both (2) 10K races are required to earn prizes. <a href=\"http://www.racevirgingorda.com\" target=\"_blank\">www.racevirgingorda.com</a>\r\n\r\nEvent dates: Jan 18 / Feb 8 / March 1, 22\r\n\r\n \r\n<table width=\"534\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><colgroup> <col width=\"673\" /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"xl65\" style=\"height: 98.1pt; width: 505pt;\" width=\"673\" height=\"130\"></td>\r\n</tr>\r\n</tbody>\r\n</table>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-23 11:22:54',0,NULL,NULL,NULL,NULL,0,NULL,0),(2272,16641,'british-virgin-islands-jazz-on-the-hill-2',1837,1,'British Virgin Islands: Jazz On The Hill','00:00:00','00:00:00',1,'2014-02-14','2014-02-15','This event have a combination of R&B, Pop, Soul, Gospel & Jazz! All proceeds benefit St. Mary\'s School, in Virgin Gorda.\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2273,16642,'british-virgin-islands-36th-sweethearts-of-the-caribbean-32nd-classic-yacht-regatta',1837,1,'British Virgin Islands: 36th Sweethearts of the Caribbean & 32nd Classic Yacht Regatta','00:00:00','00:00:00',1,'2014-02-14','2014-02-16','36th Annual Sweethearts of the Caribbean & 32nd Annual Classic Yacht Regatta\r\n\r\nFor further information contact WEYC at martin@sailsistership.com',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2274,16644,'british-virgin-islands-fireball-full-moon-party-trellis-bay',1837,1,'British Virgin Islands: Fireball Full Moon Party, Trellis Bay','00:00:00','00:00:00',1,'2014-01-01','2014-12-31','Its for all the family, from kids to grownups. With steel drums, Moko Jumbies, Reggae Bands, Caribbean Buffet and of course the spectacular FireBalls\r\n\r\nJan 15 / Feb 14 / March 16/ April 15\r\n\r\nMay 14/ June 12/ July 12/ Aug 10\r\n\r\nSept 8 / Oct 8 / Nov 6/ Dec 6\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-22 15:31:10',0,NULL,NULL,NULL,NULL,0,NULL,0),(2275,16646,'british-virgin-islands-beyc-founders-day',1837,1,'British Virgin Islands: BEYC \"Founder\'s Day\"','00:00:00','00:00:00',1,'2014-02-28','2014-02-28','Bitter End Yacht Club “Founder’s Day” w/Regatta, Party, Flag Raising, and general fun. <a href=\"http://www.beyc.com\" target=\"_blank\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2276,16647,'british-virgin-islands-h-lavity-stoutts-birthday',1837,1,'British Virgin Islands: H. Lavity Stoutt\'s Birthday','00:00:00','00:00:00',1,'2014-03-03','2014-03-03','H. Lavity Stoutt\'s Birthday (in Lieu of 7th)\r\n\r\nPublic Holiday – This holiday commemorates the birthday of the late Hamilton Lavity Stoutt, who was born 7th March 1929. The Honorable H.L. Stoutt was first elected to the Legislative Council in 1957 and was re-elected every succeeding election until his death in May, 1995, thus, serving for a period of 38 years. He was the first Chief Minister to be appointed upon the introduction of the Ministerial System of the Government in the Virgin Islands in 1967. He served four terms as the Chief Minister for the Territory.\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2277,16648,'british-virgin-islands-annual-dark-stormy-regatta',1837,1,'British Virgin Islands: Annual Dark & Stormy Regatta','00:00:00','00:00:00',1,'2014-03-07','2014-03-10','This event is hosted by Neptune’s Treasure, Anegada & WEYC at martin@sailsistership.com. This is part of Goslings Regatta Series.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2278,16649,'british-virgin-islands-caribbean-arts-crafts-festival',1837,1,'British Virgin Islands: Caribbean Arts & Crafts Festival','00:00:00','00:00:00',1,'2014-03-08','2014-03-12','<a href=\"http://www.caribbeanartisan.net//\" target=\"_blank\">www.caribbeanartisan.net</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-22 11:08:47',0,NULL,NULL,NULL,NULL,0,NULL,0),(2279,16650,'british-virgin-islands-fireball-full-moon-party-trellis-bay-2',1837,-1,'British Virgin Islands: Fireball Full Moon Party, Trellis Bay','00:00:00','00:00:00',1,'2014-03-16','2014-03-16','Its for all the family, from kids to grownups. With steel drums, Moko Jumbies, Reggae Bands, Caribbean Buffet and of course the spectacular FireBalls',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2280,16651,'british-virgin-islands-bombas-shack-full-moon-party',1837,1,'British Virgin Islands: Bomba\'s Shack Full Moon Party','00:00:00','00:00:00',1,'2014-01-15','2014-12-19','The infamous <strong>Full Moon Party</strong> at Bomba\'s, West End, Tortola\r\n\r\nScheduled dates Full Moon Party as follows:\r\n\r\nJan 15 / Feb 14 / March 16 / April 15 / May 14 / June 13 / July 12\r\n\r\nAug 10 / Sept 8 / Oct 8 / Nov 6 / Dec 6\r\n\r\n<strong>No Moon Party</strong> at Bomba\'s Surfside Shack, featuring live music and \"Mushroom Soup\"\r\n\r\nScheduled dates No Moon Party as follows:\r\n\r\nApril 28 / May 27 / June 26 / July 25 / Aug 23\r\n\r\nSept 21 / Oct 21 / Nov 19 / Dec 19\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-22 15:47:50',0,NULL,NULL,NULL,NULL,0,NULL,0),(2281,16652,'british-virgin-islands-6th-annual-st-patricks-go-green-day',1837,1,'British Virgin Islands: 6th Annual St. Patrick\'s \"Go Green\" Day','00:00:00','00:00:00',0,'2014-03-17','2014-03-17','6th Annual St Patrick’s “Go Green” Day North Sound Beach Clean Up Event. <a href=\"http://www.beyc.com\" target=\"_blank\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2282,16653,'british-virgin-islands-loro-piana-caribbean-superyacht-regatta-rendezvous',1837,1,'British Virgin Islands: Loro Piana Caribbean Superyacht Regatta & Rendezvous','00:00:00','00:00:00',1,'2014-03-19','2014-03-22','The Caribbean Superyacht Regatta & Rendezvous is open to motor and sailing yachts with a LOA of over 80 feet and catamarans with a LOA of over 60 feet at Yacht Club Costa Smeralda located in Virgin Gorda. For more information contact <a href=\"http://www.superyachtregattaandrendezvous.com \" target=\"_blank\">www.superyachtregattaandrendezvous.com </a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2283,16660,'british-virgin-islands-dive-bvi-5k-race-2',1837,-1,'British Virgin Islands: Dive BVI 5k Race','00:00:00','00:00:00',1,'2014-03-22','2014-03-22','\"Dive BVI hosts annual 5K and 10K Run/Walk Series in the community on Virgin Gorda. Health and physical fitness isn’t the only reason to get out and run or walk - it’s a community function... a way to socialize together in a productive and positive way!\r\nALL Dive BVI 5K & 10K Events are FREE! Runners/Walkers are categorized by age and gender groups for prizes. To earn eligibility for a prize in the 5K Series, you must participate in 3 of 4 5K races. Participation in both (2) 10K races are required to earn prizes. <a href=\"http://www.racevirgingorda.com\" target=\"_blank\">www.racevirgingorda.com</a>\"',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2284,16661,'british-virgin-islands-bvi-spring-regatta',1837,1,'British Virgin Islands: BVI Spring Regatta ','00:00:00','00:00:00',1,'2014-03-31','2014-04-06','The weeklong event takes sailors throughout the beautiful British Virgin Islands. Starting at Nanny Cay and ending at Sir Frances Drakes Channel to Bitter End Yacht Club. Email info@bvispringregatta.org or miles@nannycay.com or visit <a href=\"http://www.bvispringregatta.org\" target=\"_blank\">www.bvispringregatta.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-22 14:30:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2285,16662,'british-virgin-islands-dive-bvi-10k-race',1837,1,'British Virgin Islands: Dive BVI 10k Race','00:00:00','00:00:00',1,'2014-04-12','2014-04-12','\"Dive BVI hosts annual 5K and 10K Run/Walk Series in the community on Virgin Gorda. Health and physical fitness isn’t the only reason to get out and run or walk - it’s a community function... a way to socialize together in a productive and positive way!\r\nALL Dive BVI 5K & 10K Events are FREE! Runners/Walkers are categorized by age and gender groups for prizes. To earn eligibility for a prize in the 5K Series, you must participate in 3 of 4 5K races. Participation in both (2) 10K races are required to earn prizes. <a href=\"http://www.racevirgingorda.com\" target=\"_blank\">www.racevirgingorda.com</a>\"',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2286,16663,'british-virgin-islands-yacht-brokerage-show',1837,1,'British Virgin Islands: Yacht Brokerage Show','00:00:00','00:00:00',1,'2014-04-10','2014-04-13','Great opportunity to shop for your dreamboat in paradise. Power & Sail, monohalulls & catamarans, all on display. Talk to knowledgeable brokers, and marine experts. This event is at Bitter End Yacht Club and Resort. For more information visit <a href=\"http://www.beyc.com\" target=\"_blank\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2290,16688,'british-virgin-islands-spanish-town-fisherman-jamboree-wahoo-fishing-tournament',1837,1,'British Virgin Islands: Spanish Town Fisherman Jamboree & Wahoo Fishing Tournament','00:00:00','00:00:00',1,'2014-04-18','2014-04-20','This popular fishing tournament attracts many competitors as well as onlookers. Food, music and beach fun are just part of this fun-filled event.\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2291,16690,'british-virgin-islands-virgin-queen-pursuit-race',1837,1,'British Virgin Islands: Virgin Queen Pursuit Race','00:00:00','00:00:00',1,'2014-04-19','2014-04-19','Royal BVI Yacht Club.\r\n\r\n<a href=\"http://www.royalbviyc.org\" target=\"_blank\"> www.royalbviyc.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2292,16691,'british-virgin-islands-virgin-gorda-easter-festival-grand-parade',1837,1,'British Virgin Islands: Virgin Gorda Easter Festival & Grand Parade','00:00:00','00:00:00',1,'2014-04-19','2014-04-21','This is a weekend filled with activities; including the calypso monarch competition parade, queen show and nightly village entertainment. For more information contact BVI Tourist Board 1(284) 495-5181 or visit <a href=\"http://www.bvitourism.com\" target=\"_blank\">www.bvitourism.com</a>\r\n\r\nEaster Festival 19th-21st\r\n\r\nGrand Parade 21st\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-23 11:09:36',0,NULL,NULL,NULL,NULL,0,NULL,0),(2293,16695,'british-virgin-islands-the-fish-n-lime-inns-beat-n-run-race',1837,1,'British Virgin Islands: The Fish n\' Lime Inn\'s Beat n Run Race','00:00:00','00:00:00',1,'2014-05-02','2014-05-02','Royal BVI Yacht Club.\r\n\r\n<a href=\"http://www.royalbviyc.org\" target=\"_blank\"> www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2294,16697,'british-virgin-islands-dive-bvi-10k-race-2',1837,1,'British Virgin Islands: Dive BVI 10k Race','00:00:00','00:00:00',1,'2014-05-03','2014-05-03','\"Dive BVI hosts annual 5K and 10K Run/Walk Series in the community on Virgin Gorda. Health and physical fitness isn’t the only reason to get out and run or walk - it’s a community function... a way to socialize together in a productive and positive way!\r\nALL Dive BVI 5K & 10K Events are FREE! Runners/Walkers are categorized by age and gender groups for prizes. To earn eligibility for a prize in the 5K Series, you must participate in 3 of 4 5K races. Participation in both (2) 10K races are required to earn prizes. www.racevirgingorda.com\"',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2295,16698,'british-virgin-islands-dive-bvi-half-marathon-6-mile-challenge',1837,1,'British Virgin Islands: Dive BVI Half Marathon / 6 Mile Challenge','00:00:00','00:00:00',0,'2014-05-17','2014-05-17','Dive BVI Half Marathon / 6 Mile Challenge\r\n\r\n<a href=\"http://www.racevirgingorda.com\" target=\"_blank\">www.racevirgingorda.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2299,16745,'british-virgin-islands-lowell-wheathly-anegada-pursuit-race',1837,1,'British Virgin Islands: Lowell Wheathly Anegada Pursuit Race ','00:00:00','00:00:00',1,'2014-05-17','2014-05-18','Royal BVI Yacht Club.\r\n\r\n<a href=\"http://www.royalbviyc.org\" target=\"_blank\"> www.royalbviyc.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2300,16746,'british-virgin-islands-dive-bvi-wreck-week',1837,1,'British Virgin Islands: Dive BVI Wreck Week','00:00:00','00:00:00',1,'2014-05-18','2014-05-23','Dive BVI invites you to enjoy the beautiful island of Virgin Gorda and the beautiful dives that surround her shores. This very special 6th Annual Wreck Week Event brings divers to a relaxing place where history and beauty supply the backdrop for camaraderie and adventure! <a href=\"http://www.divebviwreckweek.com\" target=\"_blank\">www.divebviwreckweek.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2301,16747,'british-virgin-islands-bvi-music-festival',1837,1,'British Virgin Islands: BVI Music Festival ','00:00:00','00:00:00',1,'2014-05-23','2014-05-25','“Enjoy world-renowned artists at this beach-front venue. This event is like no other in the Caribbean, set on one of the BVI best beach, Cane Garden Bay, Tortola. The sound of music meets the sounds of nature. This is the place to be for Memorial Day weekend. http://<a href=\"http://www.bvimusicfestival.com\" target=\"_blank\">www.bvimusicfestival.com</a>/',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2302,16748,'british-virgin-islands-39th-annual-foxys-wooden-boat-regatta',1837,1,'British Virgin Islands: 39th Annual Foxy’s Wooden Boat Regatta','00:00:00','00:00:00',1,'2014-05-24','2014-05-26','Funds support the Jost Van Dyke Preservation Society. West End Yacht Club for more information contact WEYC at martin@sailsistership.com. This is part of Goslings Regatta Series.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2303,16749,'british-virgin-islands-bvi-exquisite-boat-show',1837,1,'British Virgin Islands: BVI Exquisite Boat Show','00:00:00','00:00:00',1,'2014-05-24','2014-05-24','The BVI Exquisite Boat Show is an event that offers boaters, boat enthusiasts and hobbyists the opportunity to showcase their passions for one of the world’s most alluring water toys: boats! During this event you will be able to walk on board some of the finest boats at sea, purchase and sell boats, or simply peruse the various offerings on hand. <a href=\"http://www.bviexquisiteboatshow.com \" target=\"_blank\">www.bviexquisiteboatshow.com </a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2304,16750,'british-virgin-islands-leverick-bay-poker-run-2',1837,1,'British Virgin Islands: Leverick Bay Poker Run','00:00:00','00:00:00',1,'2014-05-25','2014-05-25','For more information visit the BVI Poker Run\r\n\r\nWebsite: <a href=\"http://www.pokerrunbvi.com\" target=\"_blank\">www.pokerrunbvi.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2305,16751,'british-virgin-islands-race-to-bitter-end-yacht-club',1837,1,'British Virgin Islands: Race to Bitter End Yacht Club','00:00:00','00:00:00',1,'2014-06-14','2014-06-15','Royal BVI Yacht Club. <a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2306,16752,'british-virgin-islands-hiho-bvi-adventure-race-2014',1837,1,'British Virgin Islands: HIHO-BVI Adventure Race 2014','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','<strong>Date: TBA</strong>\r\n\r\nOne of the biggest events in windsurfing’s and the greatest week of racing and adventure and draws a raft of contenders from the global windsurfing elite. Tel. (284) 494-0337\r\n\r\n<a href=\"http://www.go-hiho.com\" target=\"_blank\">www.go-hiho.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2307,16773,'british-virgin-islands-fishermans-day',1837,1,'British Virgin Islands: Fisherman\'s Day','00:00:00','00:00:00',1,'2014-06-30','2014-06-30','This event takes place at the Long Bay Beach, Beef Island and is hosted by the BVI Conservation & Fisheries Department <a href=\"http://www.bvidef.org\" target=\"_blank\">www.bvidef.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-28 10:54:41',0,NULL,NULL,NULL,NULL,0,NULL,0),(2308,16774,'british-virgin-islands-23rd-annual-firecracker-500-race',1837,1,'British Virgin Islands: 23rd Annual Firecracker 500 Race','00:00:00','00:00:00',1,'2014-07-04','2014-07-05','To be held at Nanny Cay, for more information contact WEYC at martin@sailsistership.com. This is a part of Goslings Regatta Series.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2309,16775,'british-virgin-islands-kats-premiers-cup',1837,1,'British Virgin Islands: KATS Premier\'s Cup','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','<strong></strong>Kids and The Sea (KATS) programme allows the participants to learn basic sea skills, boat handling and safety, scuba and sailing and swimming. This event brings young people together from ages 10-18 years old from all over the Caribbean for a weekend of competition<strong>.</strong>\r\n\r\nDate: TBA',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2310,16777,'british-virgin-islands-christmas-eve-in-july',1837,1,'British Virgin Islands: Christmas Eve in July','00:00:00','00:00:00',1,'2014-07-24','2014-07-24','31st Annual “Christmas Eve in July” Waterfront & Marina Celebration. Celebrating our Caribbean members & guests. <a href=\"http://www.beyc.com\" target=\"_blank\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2311,16778,'british-virgin-islands-guy-eldrigde-memorial-manhattan-trophy',1837,1,'British Virgin Islands: Guy Eldrigde Memorial & Manhattan Trophy','00:00:00','00:00:00',1,'2014-07-26','2014-07-26','Royal BVI Yacht Club. <a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-28 11:20:18',0,NULL,NULL,NULL,NULL,0,NULL,0),(2312,16780,'british-virgin-islands-emanicaption-festival',1837,1,'British Virgin Islands: Emanicaption Festival','00:00:00','00:00:00',1,'2014-07-25','2014-08-10','Festival Celebrations begin with the opening of a village in Road Town.\r\n\r\nAlso is the Emancipation Celebrations Remembrance Service with local entertainment, skits, etc.\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2313,16781,'british-virgin-islands-bvi-open-fishing-tournament',1837,1,'British Virgin Islands: BVI Open Fishing Tournament','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','<strong>Date: TBA</strong>\r\n\r\n<a href=\"http://www.BEYC.com\" target=\"_blank\">www.BEYC.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2314,16783,'british-virgin-islands-quantumred-stripe-ic24-international-regatta',1837,1,'British Virgin Islands: Quantum/Red Stripe IC24 International Regatta','00:00:00','00:00:00',1,'2014-10-11','2014-10-12','Royal BVI Yacht Club ~ <a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2315,16785,'british-virgin-islands-the-willy-ts-virgins-cup',1837,1,'British Virgin Islands: The Willy T\'s Virgin\'s Cup','00:00:00','00:00:00',1,'2014-10-18','2014-10-18','Royal BVI Yacht Club ~ <a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-28 11:57:34',0,NULL,NULL,NULL,NULL,0,NULL,0),(2316,16787,'british-virgin-islands-territory-day-in-lieu-of-1st-july',1837,1,'British Virgin Islands: Territory Day (In lieu of 1st July)','00:00:00','00:00:00',1,'2014-06-30','2014-06-30','Public Holiday- This holiday originated in 1956 when the Federation of the Leeward Islands, created in 1872, was dissolved. With that \"de-federation\", the Presidency of the Virgin Islands was styled \"Colony\". The Colony of the Virgin Islands came into existence on 1st July 1956, the day appointed for the coming into force of the Leeward Islands (Miscellaneous Provisions) Order in Council, 1956 (SI No. 833) (UK) made under the Leeward Islands Act, 1956.\r\n\r\n ',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2317,16789,'british-virgin-islands-16th-foxys-halloween-cat-fight',1837,1,'British Virgin Islands: 16th Foxy\'s Halloween Cat Fight','00:00:00','00:00:00',1,'2014-10-25','2014-10-25','Foxy\'s, Jost Van Dyke ~<a href=\"http://www.foxysbar.com\" target=\"_blank\"> www.foxysbar.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2318,16790,'british-virgin-islands-28th-annual-pro-am-regatta',1837,1,'British Virgin Islands: 28th Annual Pro Am Regatta ','00:00:00','00:00:00',1,'2014-10-25','2014-11-01','Come race with and against, and learn from Olympic Medalists, America’s Cup winners, National & World Champions, and socialize ashore with them. For more information visit <a href=\"http://www.beyc.com\" target=\"_blank\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2319,16792,'british-virgin-islands-tourism-month',1837,1,'British Virgin Islands: Tourism Month','00:00:00','00:00:00',1,'2014-11-01','2014-11-30',NULL,0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2320,16824,'british-virgin-islands-wine-food-festival',1837,1,'British Virgin Islands: Wine & Food Festival','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','<a href=\"http://www.bviwff.com\" target=\"_blank\">www.bviwff.com</a>\r\n\r\nEvent date: TBA',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2321,16825,'british-virgin-islands-restaurant-week',1837,1,'British Virgin Islands: Restaurant Week','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','<a href=\"http://www.bvitourism.com/RestaurantWeek\" target=\"_blank\">www.bvitourism.com/RestaurantWeek</a>\r\n\r\nEvent Date: TBA',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2322,16827,'british-virgin-islands-pete-sheals-memorial-match-race',1837,1,'British Virgin Islands: Pete Sheals Memorial Match Race','00:00:00','00:00:00',1,'2014-11-08','2014-11-09','Royal BVI Yacht Club ~ <a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2323,16829,'british-virgin-islands-peg-legs-round-tortola-race-2',1837,1,'British Virgin Islands: Peg Leg\'s Round Tortola Race','00:00:00','00:00:00',1,'2014-11-22','2014-11-22','<a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2324,16830,'british-virgin-islands-17th-annual-hobie-fun-week',1837,1,'British Virgin Islands: 17th Annual Hobie Fun Week','00:00:00','00:00:00',1,'2014-11-22','2014-11-29','17th Annual Hobie Fun Week. Fun racing and serious instruction on the fine arts of sailing and racing Hobie Waves, Hobie Getaways, plus family fun with Hobie Kayaks & SUPs. (And “Pan Virgin Gorda Hobie Challenge” featuring teams from BEYC, Necker Island, Eustatia Island, and the surrounding area.) <a href=\"http://www.beyc.com\" target=\"_blank\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2325,16835,'british-virgin-islands-gustav-wilmerding-24th-annual-memorial-challenge',1837,1,'British Virgin Islands: Gustav Wilmerding 24th Annual Memorial Challenge','00:00:00','00:00:00',1,'2014-11-29','2014-11-30','For more information contact WEYC at martin@sailsistership.com. This is a part of the Goslings Regatta Series.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2326,16838,'british-virgin-islands-christmas-on-main-street-2',1837,1,'British Virgin Islands: Christmas on Main Street','00:00:00','00:00:00',1,'2014-12-05','2014-12-06','Christmas on Main Street is a day of outdoor street shopping. Stores along main street move their stores outside. Enjoy musical entertainment, local foods and great deals',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2327,16839,'british-virgin-islands-christmas-in-spanish-town-2',1837,1,'British Virgin Islands: Christmas in Spanish town','00:00:00','00:00:00',1,'2014-12-12','2014-12-13','Annual Christmas in Spanish Town is held on Virgin Gorda. Stores in Spanish Town move their stores outside. Enjoy musical entertainment, local foods and great deals. For additional information contact (284)495-5181.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2328,16840,'british-virgin-islands-oneal-mundy-commodores-cup',1837,1,'British Virgin Islands: O\'Neal Mundy Commodores Cup','00:00:00','00:00:00',1,'2014-12-13','2014-12-13','Royal BVI Yacht Club ~ <a href=\"http://www.royalbviyc.org\" target=\"_blank\">www.royalbviyc.org</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2329,16841,'british-virgin-islands-christmas-in-brewers-bay',1837,1,'British Virgin Islands: Christmas in Brewers Bay','00:00:00','00:00:00',1,'2014-12-01','2014-12-31','The Brewers Bay Community celebrates Christmas Brewers Bay Style.\r\n\r\nDate: TBA',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2330,16843,'british-virgin-islands-14th-north-sound-holiday-lighted-boat-parade',1837,1,'British Virgin Islands: 14th North Sound Holiday Lighted Boat Parade','00:00:00','00:00:00',1,'2014-12-24','2014-12-24','14th Annual North Sound Holiday Lighted Boat Parade. <a href=\"http://www.beyc.com\">www.beyc.com</a>',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2331,16844,'british-virgin-islands-long-bush-christmas-parade-2',1837,1,'British Virgin Islands: Long Bush Christmas Parade','00:00:00','00:00:00',1,'2014-12-25','2014-12-25','Enjoy a Christmas Day Parade filled with excitement.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2332,16845,'british-virgin-islands-foxys-old-years-night-celebrations',1837,1,'British Virgin Islands: Foxy’s Old Year’s Night Celebrations','00:00:00','00:00:00',1,'2014-12-31','2014-12-31','“Jost Van Dyke is known as one of the top three places in the world to be at for New Year’s Eve. On that night, also known as Old Year’s night, this yachtsman’s haven welcomes visitors from all over the globe”.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2333,16846,'british-virgin-islands-fireball-new-years-eve-bash',1837,1,'British Virgin Islands: Fireball New Year\'s Eve Bash','00:00:00','00:00:00',1,'2014-12-31','2014-12-31','Bring in the New Year in Trellis Bay.',0,NULL,'00:00:00',0,0,8,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-29 09:55:17',0,NULL,NULL,NULL,NULL,0,NULL,0),(2334,16852,'jamaica-montego-bay-yacht-club-easter-regatta-2',1837,1,'Jamaica: Montego Bay Yacht Club Easter Regatta','00:00:00','00:00:00',1,'2014-04-18','2014-04-21','This Easter Regatta is a feast of maritime activity in the beautiful surroundings of Montego Bay. The first leg of the event is a race to Mosquito Cove, marking the start of a series of races in various classes held over the Easter weekend. Visitors are invited to participate in this event or take the option of viewing the activities from the harbour.\r\n\r\nVenue: Montego Bay\r\n\r\nThe Montego Bay Yacht Club: Tel: (876) 979 8038 / Fax: (876) 979 8262\r\n\r\n<a href=\"mailto:mbyc@cwjamaica.com\">mbyc@cwjamaica.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2335,16853,'jamaica-trelawny-yam-festival-2',1837,1,'Jamaica: Trelawny Yam Festival','00:00:00','00:00:00',1,'2014-04-21','2014-04-21','The Trelawny Yam Festival is a cultural, heritage and food festival first initiated at the community level and first celebrated on May 23, 1997. It has become the standard bearer for all local food festivals in Jamaica and boasts a number of events and attractions culminating in a grand festive occasion on Easter Monday each year. These events leading up to the festival includes the Schools’ Competition in February; Farmers’ field Celebration early March and a King and Queen pageant later on in March.\r\n\r\nVenue: Hague Show Grounds, Trelawny\r\n\r\nHugh Dixon : Tel: (876) 610-0818\r\n\r\nFax: (876) 610-1676\r\n\r\n<span style=\"text-decoration: underline;\"><a href=\"mailto:stea@cwjamaica.com\">stea@cwjamaica.com</a> </span>\r\n\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.stea.net\" target=\"_blank\">www.stea.net</a> </span>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2336,16854,'jamaica-jamaica-intl-kite-festival',1837,1,'Jamaica: Jamaica Int\'l Kite Festival','00:00:00','00:00:00',1,'2014-04-21','2014-04-21','The Jamaica International Kite Festival has drawn attention from international kiting organizations and is a part of the international calendar.\r\n\r\nThe festival is rounded off with an international styled concert (Shaggy, Freddie McGregor, Coco Tea, Wayne Wonder have graced the stage) The venue is transformed into a village featuring Jamaican food, art craft and a full kiddies village.\r\n\r\nVenue: Richmond Estate, St. Ann\r\n\r\nJoy Morgan\r\nSnr. Producer\r\nGrove Broadcasting Co.\r\nIRIE FM\r\nOcho Rios, St. Ann\r\nTel: (876) 974-6810\r\nSt. Ann Kite Festival Company Limited\r\nP.O. Box 113; Ocho Rios; St. Ann Tel: (876\r\n\r\n<span style=\"text-decoration: underline;\"><a href=\"mailto:joymorgan@iriefm.net\">joymorgan@iriefm.net</a></span>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2337,16855,'jamaica-expo-jamaica-2',1837,1,'Jamaica: Expo Jamaica','00:00:00','00:00:00',1,'2014-04-03','2014-04-06','Jamaica’s best will be showcased at Expo Jamaica at the National Arena in Kingston, under the theme “Brand Jamaica to the World!” Expo Jamaica presents an opportunity to capitalise on this reach by garnering international buyers and reinforcing the strength of Brand Jamaica. The event also highlights the significant contribution that our manufacturers, exporters and service providers make to Jamaica’s socio-economic development by creating jobs, earning foreign exchange, and contributing to government revenues.\r\n<p style=\"text-align: left;\">Venue: National Arena, Kinston.</p>\r\n<p style=\"text-align: left;\">Expo Jamaica Secretariat, c/o The Jamaica Manufacturers\' Association Ltd.</p>\r\n<p style=\"text-align: left;\">85A Duke Street, Kingston</p>\r\n<p style=\"text-align: left;\">Tel: (876) 922-8880-3/922-8869; 922-0785</p>\r\n<p style=\"text-align: left;\">Fax: 922-9205</p>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><a href=\"mailto:expo2012@cwjamaica.com\">expo2012@cwjamaica.com</a> </span></p>\r\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><a href=\"mailto:andrea.jma@cwjamaica.com\">andrea.jma@cwjamaica.com</a></span></p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.expojamaica.com.jm \" target=\"_blank\">www.expojamaica.com.jm</a></p>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2338,16857,'jamaica-clipper-round-the-world-yacht-race',1837,1,'Jamaica: Clipper Round-The-World Yacht Race','00:00:00','00:00:00',1,'2014-05-05','2014-05-06','For the third year, Jamaica will be among the countries represented in the Clipper Round the World Yacht Race.\r\n\r\n<i>Jamaica Get All Right</i> will be crewed by amateurs under the guidance of Pete Stirling who was chosen after a rigorous selection process by organizers of the Clipper Race. After leaving Panama, the crew will begin its Caribbean voyage in May 2014, departing for the Errol Flynn Marina in Port Antonio en route to New York in June, before its return to Europe to complete the final leg of the race. Several activities will be planned around the yachts being on island.\r\n\r\nVenue: Errol Flynn Marina, Port Antonio.\r\n\r\nEvent date to be confirmed.',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2339,16858,'jamaica-jamaica-lifestyle-and-wellness-fest',1837,1,'Jamaica: Jamaica Lifestyle And Wellness Fest','00:00:00','00:00:00',1,'2014-05-31','2014-05-31','Venue: Montego Bay.\r\n\r\nFormerly the Jamaica Central (JAMCEN) Health and Wellness Expo, this event will be held at a new venue in Montego Bay at the renovated Old Hospital Site. The objective of expo continues to be aimed at developing a culture of wellness among persons living across Jamaica.\r\n\r\nContact: Annette Salmon, 3 Brumalia Road. Tel: (876) 470-8536\r\n\r\n<a href=\"mailto:20twentyevents@gmail.com\">20twentyevents@gmail.com</a>\r\n\r\n<a href=\"http://http://www.facebook.com/JamaicaLifestyleFestival\" target=\"_blank\">http://www.facebook.com/JamaicaLifestyleFestival</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2340,16860,'jamaica-calabash-jubilation',1837,1,'Jamaica: Calabash Jubilation ','00:00:00','00:00:00',1,'2014-05-27','2014-05-29','Venue: Treasure Beach South Coast.\r\n\r\nDate to be confirmed.\r\n\r\nThis will take place over three days and nights from Friday, May 25, to Sunday, May 27 i.e. US Memorial Day weekend, at Jake’s in Treasure Beach, St. Elizabeth. This edition will feature international luminaries but have a distinctly Jamaican focus as we celebrate our writers and their achievements whether they are based at home or abroad. It will also feature live Jamaican music on par with the quality we’ve presented at the festival thus far as well as the sound clash and staged readings which have always been superb.\r\n\r\nJustine Henzell, Festival Producer\r\n\r\nTel: 876-382-6777\r\n\r\n<a href=\"mailto:oz@cwjamaica.com\">oz@cwjamaica.com</a>\r\n\r\n<a href=\"http://www.calabashfestival.org \" target=\"_blank\">www.calabashfestival.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2341,16861,'jamaica-kingston-pon-di-river',1837,1,'Jamaica: Kingston Pon Di River','00:00:00','00:00:00',1,'2014-06-02','2014-06-02','Venue: Kingston\r\n\r\nKingston Pon Di River 2013 was very successful and so in an effort to continue to expose the diversity of Kingston, Dynamic Event Services is expanding to accommodate ‘Kingston Pon Di river’ 2014 in continuing to celebrate rich culture and poetic expressions. The event usually attracts guest speakers from the Caribbean Diaspora and visitors from USA, Canada, Europe and South America to our country for an unforgettable experience.\r\n\r\nContact: Millicent Lynch\r\nTel: (876) 382-5624\r\n\r\n<a href=\"mailto:dynamiceventsja@gmail.com\">dynamiceventsja@gmail.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2342,16862,'jamaica-earthbound-jamaica-ecogreen-4-life-fest',1837,1,'Jamaica: Earthbound Jamaica Eco/Green 4 Life Fest','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Venue: River Falls, St. Elizabeth.\r\n\r\nDate to be announced.\r\n\r\nThis is a one day eco-music festival showcasing alternative methods in the essential areas mixed with a melting pot of Caribbean foods, art and craft. People from all over will get an opportunity to hear, feel and taste the rich Caribbean culture.\r\n\r\nYolan Rattray-Wright\r\nEarthbound Biodegradable Products\r\nTel: (876) 754-3381\r\n(876) 314-2290\r\n\r\nEmail: <a href=\"mailto:earthboundja@yahoo.com\">earthboundja@yahoo.com</a>\r\n\r\nWebsite: <a href=\"http://www.earthboundja.com\" target=\"_blank\">www.earthboundja.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2343,16868,'jamaica-caribbean-fashion-week-2',1837,1,'Jamaica: Caribbean Fashion Week','00:00:00','00:00:00',1,'2014-06-11','2014-06-16','Venue: National Arena, Kingston.\r\n\r\nOver the last 10 years, Pulse represented and continues to represent several of the most important new stars in world modeling. In 2001 Pulse conceived, organized and produced the inaugural and widely acclaimed Caribbean Fashion Week. CFW will see these top models showcasing several well-known designers from Jamaica and the region.\r\n\r\nEvent date to be announced.\r\n\r\nContact: Safia Cooper\r\nPulse Investments Limited\r\nTel: 968-1089 / 1090\r\nCell: (876) 855-0538\r\nEmail: <a href=\"mailto:Safia.cooper@pulsecaribbean.com\">Safia.cooper@pulsecaribbean.com</a>\r\n\r\nWebsite: <a href=\"http://www.pulsecaribbean.com\" target=\"_blank\">www.pulsecaribbean.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-12 10:22:01',0,NULL,NULL,NULL,NULL,0,NULL,0),(2344,16869,'jamaica-jamaica-intl-ocho-rios-jazz-festival',1837,1,'Jamaica: Jamaica Int’l Ocho Rios Jazz Festival ','00:00:00','00:00:00',1,'2014-06-08','2014-06-15','Venue: Kingston, Ocho Rios, Montego Bay, South Coast\r\n\r\nThe Annual Jamaica International Ocho Rios jazz Festival has developed and established itself as a recognized authority for promoting and showcasing distinguished International as well as Jamaican and Caribbean Jazz musicians/artists. Its format is one of a kind and is dedicated to the promotion and preservation of ‘‘Classical Black Music and America’s First Art Form.\r\n\r\nContact: Myrna Hague- Bradshaw\r\nThe Jazz Centre\r\nTel: (876) 927- 3544\r\nFax: (876)-927-3544\r\nTel: (888)-637-8111\r\nTel: (323)-857-5358\r\nEmail: <a href=\"mailto:jazzfest1@cwjamaica.com\">jazzfest1@cwjamaica.com</a>\r\nWebsite: <a href=\"http://www.ochoriosjazz.com\" target=\"_blank\">www.ochoriosjazz.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2345,16870,'jamaica-all-jamaica-grill-off-2',1837,1,'Jamaica: All Jamaica Grill Off','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Venue: Kingston.\r\n\r\nThe seventh annual All Jamaica Grill Off competition is set for Hope Botanical Gardens in Kingston. The AJG has evolved into a new, dimensional format, designed to attract Jamaica’s best recreational and professional grilling chefs.\r\n\r\nThe 2014 All Jamaica Grill Off Competition is a must-go for foodies, where they get to enjoy an unlimited sampling from competitors’ booths and all-day music and stage entertainment. It will also feature a fully equipped, supervised ‘kiddies’ village and games area, face painting, balloon vending, pony rides, bounce-a-bouts among other family-oriented activities.\r\n\r\nEvent date to be announced.\r\n\r\nContact: Craig Powell\r\nTel #: 383-4900\r\nLesa Hugh Sam\r\nEmail: alljamaicagrilloff@gmail.com\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2346,16878,'jamaica-amchambmw-golf-classic',1837,1,'Jamaica: AMCHAM/BMW Golf Classic','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Venue: Montego Bay.\r\n\r\nIt is the vision of AMCHAM/ BMW that this tournament serves as a launching pad for future golf classics which will include an expanded program to take place over two or more days, utilizing many of the other great golf courses in Jamaica. AMCHAM will then increase their efforts to attract a great number of foreign golfers to Jamaica not only to participate in the tournament but to consider Jamaica for their future golf destination activities via the 23 AMCHAMs of Latin America and the 110 other AMCHAMs worldwide.\r\n\r\nContact: Becky Stockhausen\r\nTel#: 929-7866/7\r\nEmail: Becky_amcham@cwjamaica.com\r\n\r\nEvent date to be announced.',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-30 10:36:17',0,NULL,NULL,NULL,NULL,0,NULL,0),(2347,16880,'jamaica-kingston-on-the-edge-urban-art-festival-2',1837,1,'Jamaica: Kingston On The Edge Urban Art Festival ','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Venue: Kingston.\r\n\r\nThe philosophy behind Kingston On The Edge (KOTE) is to provide a platform for contemporary artists to showcase their work that pushes the boundaries of the conventional initially intended for cutting-edge Avant garde art. This festival welcomes all artists, including those working in more traditional styles. KOTE will be host to multiple events to include visual art shows, movie showings, plays, concerts, an art auction, open houses, digital/multi-media shows and anything else anyone can think of.\r\n\r\nContact:Omar Francis\r\nKOTE Organizing Committee\r\nTel: (876) 412-4978 / 909-9594\r\nEmail: <a href=\"mailto:kingstonedge@gmail.com\">kingstonedge@gmail.com</a>\r\nWebsite: <a href=\"http://www.kingstonontheedge.org\" target=\"_blank\">www.kingstonontheedge.org</a>\r\n\r\nEvent date to be announced (usually 2<sup>nd</sup> & 3<sup>rd</sup> week).\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-30 10:56:33',0,NULL,NULL,NULL,NULL,0,NULL,0),(2348,16881,'jamaica-international-reggae-day-2',1837,1,'Jamaica: International Reggae Day','00:00:00','00:00:00',1,'2014-07-01','2014-07-01','Venue: Kingston\r\n\r\nThis is an annual July 1<sup>st</sup> media festival celebrating Jamaica’s rich cultural legacy history of quality music and global impact. July 1 is intended as a marketing platform created through the combined power of music, media and technology and will be produced as a virtual media festival celebrating Brand Jamaica and the power and impact of Jamaica on international pop culture.\r\n\r\nContact: Ms. Andrea Davis, Founder/CEO\r\nJamaica Arts holdings ltd.\r\n1 Abbeydale Road\r\nKingston 10, Jamaica W.I.\r\nTel/Fax: 876.622.5986\r\nMobile: 876.846.0754\r\nUS Tel: 954.944.9425\r\nEmail: <a href=\"mailto:rastapickney@gmail.com\">rastapickney@gmail.com</a>\r\nWebsite: <a href=\"http://www.ireggaeday.com\" target=\"_blank\">www.ireggaeday.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2349,16883,'jamaica-portland-jerk-festival-2',1837,1,'Jamaica: Portland Jerk Festival ','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','Venue: Folly Oval, Portland.\r\n\r\nTo Be Confirmed - Visitors and Jamaican residents are invited to the home of ‘jerk’ to participate in a feast of ‘Jerked’ lobster, fish, chicken and pork. Activities include performances from local artistes and community dance groups, art & craft displays, bounce-about, merry-go-round, face painting.\r\n\r\nContact:\r\nKasey Bourne, Chairman\r\nTel: (876) 322-2140\r\nMr. Leo Elliott, Logistics coordinator\r\nTel: (876) 373-6220\r\n\r\nEmail: leoelliott@gmail.com / shakafame@yahoo.com\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2353,16938,'jamaica-one-day-internationaltest-cricket',1837,1,'Jamaica: One Day International/Test Cricket','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Venue: Kingston.\r\n\r\nTo Be Announced - This will be a much anticipated cricket series between the West Indies and another prominent international cricket team. The event will be held at the newly renovated Sabina Park featuring the famous party mound. Specific dates to be announced.\r\n\r\nJamaica Cricket Association\r\nTel: (876) 922-8423/4\r\nEmail: <a href=\"mailto:jamaicacricket@cwjamaica.com\">jamaicacricket@cwjamaica.com</a>\r\nWebsite: <a href=\"http://www.cricketjamaica.org\">www.cricketjamaica.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-31 08:46:36',0,NULL,NULL,NULL,NULL,0,NULL,0),(2354,16940,'jamaica-hi-pro-lowhigh-goal-polo-tournament',1837,1,'Jamaica: Hi Pro Low/High Goal Polo Tournament ','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Venue: St. Ann\r\n\r\nThe St. Ann Polo Club will be the host another exciting series of Polo Tournament at the St. Ann Polo club. Polo matches will take place from and culminate the first weekend in August with “Last Fling” blowout event.\r\n\r\nSpecific dates to be announced.\r\n\r\nContact: Shane Chin\r\nTel: (876) 952 4370\r\n(876) 383-5586\r\n(876) 376-1314\r\n\r\nEmail: chinrcpolo@yahoo.com',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2355,16941,'jamaica-little-ochi-seafood-carnival-2',1837,1,'Jamaica: Little Ochi Seafood Carnival','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','Venue: Alligator Pond, Manchester.\r\n\r\nThis event is held annually in Alligator Pond, Manchester. It is considered one of the largest and most exciting events in Jamaica, bringing in over 4000 patrons within a 3 day span last year to the destination. It features an array of succulent dishes such as curried lobster, jerk crab, steam, fry and jerk fish, grilled conch , jerk shark, festival and bammy to name a few. The Little Ochi Seafood Carnival is a celebration of the wide array of culinary delights available on the south side of the Island. Top local reggae musicians and vintage artistes will be featured in a non-stop party.\r\n\r\nEverald ‘Blackie’ Christian\r\nTel: (876) 381-4818\r\n\r\nNicolette Dewar, President\r\nND Communications\r\nTele: 292-1269 or 322- 4073\r\n\r\nEmail: <a href=\"mailto:annette.salmon@gmail.com\">annette.salmon@gmail.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-31 09:06:17',0,NULL,NULL,NULL,NULL,0,NULL,0),(2356,16942,'jamaica-jamaica-festival-2',1837,1,'Jamaica: Jamaica Festival','00:00:00','00:00:00',0,'2014-07-31','2014-08-06','Venue: Kingston, Montego Bay.\r\n\r\nThis period showcases many exciting events which showcase the talents of Jamaicans. The float parade and grand gala brought back in 2008 forms the zenith of the celebrations, and have helped to strategically revitalize and engender the nostalgic Independence celebrations. Other activities entail:\r\n<ul>\r\n <li>Mello -Go- Roun’</li>\r\n <li>Emancipation Vigils</li>\r\n <li>World Reggae Dance Finals</li>\r\n <li>National Thanks giving Church Service</li>\r\n <li>Augus Fair</li>\r\n <li>Independence Street Dance</li>\r\n</ul>\r\nIt is important to note that these activities represent the mainstay of this celebratory period.\r\n\r\nGrace Silvera\r\nTel: (876) 926-5726\r\n\r\nWebsite: <a href=\"http://www.jcdc.org.jm\" target=\"_blank\">www.jcdc.org.jm</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2357,16944,'jamaica-festival-queen-coronations',1837,1,'Jamaica: Festival Queen Coronations','00:00:00','00:00:00',1,'2014-07-13','2014-07-13','Venue: Ranny Williams Entertainment Centre, Kingston\r\n\r\nThe pageant is one of the highlights of the Independence celebrations by the JCDC. The contestants’ desire to assist in the development of their communities plays an important role in the selection of the queen who is chosen to be not only a cultural ambassador for her nation, but also an outstanding role model for other young women across the island.\r\n\r\nEvent happens usually the second week in the month on a Saturday.\r\n\r\nContact:\r\nJamaica Cultural Development\r\nCommission (JCDC)\r\nTel: (876) 926-5726/9\r\nFax: (876) 968 2553\r\nEmail: <a href=\"mailto:jcdc@cwjamaica.com\">jcdc@cwjamaica.com</a>\r\nWebsite: <a href=\"http://www.jcdc.org.jm\">www.jcdc.org.jm</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2358,16946,'jamaica-national-dance-theatre-co-ndtc-season-of-dance',1837,1,'Jamaica: National Dance Theatre Co.(NDTC) Season Of Dance','00:00:00','00:00:00',1,'2014-07-01','2014-08-31','Venue: Little Theatre, Kingston.\r\n\r\nNDTC is Jamaica’s internationally celebrated dance company with creative dancing exploring traditional and modern forms. New as well as remounted dance works will be presented, and the NDTC singers under the direction of the musical director, Marjorie Whylie will perform two suites of Caribbean songs, three songs from Slim and Sam, popular Jamaican minstrels of the mid-twentieth century, and a tribute to Coxsone. The singers will also present an African suite of songs from central Africa and its west coastal states, in recognition of the UN proclamation of 2011 as the International Year for People of African descent.\r\n\r\nEvent dates in July - August to be confirmed. (Wednesdays - Sundays).\r\n\r\nThe Little Theatre, Kingston\r\nTel: (876) 926 6129\r\n\r\nNational Dance Theatre Centre\r\nMrs. Bridget Spaulding\r\n#926-4553-5\r\n\r\nEmail: <a href=\"mailto:bertent1@n5.com.jm\">bertent1@n5.com.jm</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2359,16948,'jamaica-reggae-sumfest-2',1837,1,'Jamaica: Reggae Sumfest','00:00:00','00:00:00',1,'2014-07-13','2014-07-19','Venue: Catherine Hall, Montego Bay.\r\n\r\nThis much anticipated annual Reggae event showcases the best talents in roots, rock and reggae music. In keeping with the motto, ‘Promoting Music, the Universal Force’, each year top Jamaican acts perform along with international artistes to a diverse audience. Previous headliners included: Destiny’s Child, Chris Brown, Usher, Mary J. Blige, Neyo, Jasmin Sullivan, Kerry Hilson, LL Cool J, Rihanna, 50-Cent & G-Unit, Missy Elliott, Morgan’s Heritage, Sean Paul, Damian Marley, Trey Songs, R. Kelly, Miguel, Flo Rida & others.\r\n\r\nSumfest Office\r\nTel: (876) 953-2933\r\nFax: (876) 953-8295\r\n\r\nEmail: <a href=\"mailto:info@reggaesumfest.com\">info@reggaesumfest.com</a>\r\n\r\nWebsite: <a href=\"http://www.reggaesumfest.com\" target=\"_blank\">www.reggaesumfest.com</a>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2360,16952,'jamaica-makka-pro-surf-contest-2',1837,1,'Jamaica: Makka Pro Surf Contest','00:00:00','00:00:00',1,'2014-07-18','2014-07-20','Venue: St. Thomas.\r\n\r\nThis anticipated surfing event brings together regional and professional surfers who compete for the contest prize and the ratings they can earn from the presence and interest of the growing number of local spectators and supporters. This Caribbean Challenge Cup series event will also be hosted in Trinidad and Barbados.\r\n\r\nContact: Anthony Billy Wilmot\r\nJamaica Surfing Association\r\nTel: (876) 750-0103\r\n\r\nWebsite: <a href=\"http://www.jamsurfas.webs.com\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.jamsurfas.webs.com</span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2361,16953,'jamaica-seville-emancipation-jubliee',1837,1,'Jamaica: Seville Emancipation Jubliee','00:00:00','00:00:00',1,'2014-07-31','2014-08-01','Venue: Seville Heritage Park, St. Ann.\r\n\r\nJamaica National Heritage Trust will be hosting its annual Emancipation Jubilee Celebration, which will once again be hosted at the Seville Great House in St. Ann. It will primarily depict four groups or period in our history, namely 1) Taino or Amerindian found in Jamaica 2) Spanish conquest 3) English conquest 4) Slavery. This festival will see over 6,000 Jamaicans in attendance, ranging from the statesmen, senior hoteliers, tour operators, professionals, middle managers, administrative individuals and labourers.\r\n\r\nContact: Richard Kildare – Director, Communications & Marketing\r\nJamaica National Heritage Trust (JNHT)\r\n79 Duke Street\r\nKingston\r\nTel #: 876-922-1287-8\r\nCell #: 876-2929937\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2362,16957,'jamaica-reggae-film-series-2',1837,1,'Jamaica: Reggae Film Series','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Venue: Ocho Rios.\r\n\r\nThis is an annual event showcasing films featuring Jamaica\'s Reggae culture, including documentaries, full length features, animation, music videos, seminars and awards. The event has shown more than 60 films, many of which have gone on to win international awards and distribution.\r\n\r\nBarbara Blake-Hannah\r\nTel: (876) 536-1546\r\nTel: (876) 587-3800\r\nEmail: <a href=\"mailto:jamediapro@hotmail.com\">jamediapro@hotmail.com</a>\r\nWebsite: <a href=\"http://www.jamaicafilmacademy.org\">www.jamaicafilmacademy.org</a>\r\n\r\nDate to be announced.\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-01-31 13:20:25',0,NULL,NULL,NULL,NULL,0,NULL,0),(2363,16960,'jamaica-boscobel-jamaica-air-show',1837,1,'Jamaica: Boscobel Jamaica Air Show','00:00:00','00:00:00',0,'2014-08-03','2014-08-04','Venue: Kingston.\r\n\r\nLast year’s show signalled the start of a two-day Easter weekend promotion, hosted by the Caribbean Aviation Training Centre (CATC) in collaboration with the Airports Authority of Jamaica (AAJ).\r\n“This is just a taste of what we want to give the people in years to come, every Easter weekend. It is a community thing, it is a family thing and it is all about a career pathway for the youngsters. We are a dying breed, and I want to see more and more youngsters get involved in this (aviation),” describes Captain Errol Stewart, chairman and events coordinator for the Boscobel Air Show.\r\n\r\nDate to be confirmed.\r\n\r\nContact:\r\nCaribbean Aviation Training Centre (CATC)\r\nTel: (876) 757-0211\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2364,16962,'jamaica-dream-weekend',1837,1,'Jamaica: Dream Weekend','00:00:00','00:00:00',1,'2014-08-01','2014-08-06','Venue: Negril\r\n\r\n<b>“The Dream Weekend” </b>is a Super Inclusive premium weekend complete with events brought to you by a dream team of promoters who we will redefine Independence weekend celebrations in Jamaica. This weekend has proven to be a powerhouse on the Jamaican Entertainment calendar over the course of the last seven years.\r\n\r\nContact:\r\nGiselle Vassell, Administrative Assistant\r\nDream Entertainment Ltd.\r\nSuite 28\r\nWinchester Business Centre\r\n15 Hope Road| Kingston 10|\r\nOffice:876-631-6623\r\nMobile: 876-310-5683\r\nFax: 876-631-6561\r\n\r\nEmail: <a href=\"mailto:giselle@jamaicadreamweekend.com\">giselle@jamaicadreamweekend.com</a>\r\nWebsite: <a href=\"http://www.jamaicadreamweekend.com\" target=\"_blank\">www.jamaicadreamweekend.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2365,16964,'jamaica-spf-weekend',1837,1,'Jamaica: SPF Weekend','00:00:00','00:00:00',1,'2014-08-03','2014-08-06','Venue: St. Ann.\r\n\r\nSPF Weekend is Jamaica’s ultimate high-energy summer holiday weekend party experience for local or overseas guests aged 21 years and up. Socialites and celebrities alike partying together in St. Ann, Jamaica! This is the one time of the year when the refined party goers from all over are in the same place at the same time. For those looking to have a swanky and memorable experience this summer, SPF WEEKEND 2014 is the preferred destination.\r\n\r\nContact:\r\nCortia Bingham, Sponsorship Manager\r\nM7 Events\r\nCell: (876) 357-1211\r\nEmail: <a href=\"mailto:cortia.m7events@gmail.com\" target=\"_blank\">cortia.m7events@gmail.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2366,16968,'jamaica-denbigh-agri-industrial-show-2',1837,1,'Jamaica: Denbigh Agri-Industrial Show','00:00:00','00:00:00',1,'2014-08-04','2014-08-06','Venue: May Pen, Clarendon.\r\n\r\nIn the promotion of the best in agriculture, the Show features outstanding livestock, agricultural and horticultural exhibits from all fourteen parishes in Jamaica. Over the years, several additional features and competitions have been added. <strong>Two</strong>, which are now hallmarks of the Show, are the National Champion Farmer Competition, and the National Young Farmer Competition.\r\n\r\nContact:\r\nMr. Christopher Emanuel\r\nChief Executive Officer\r\nJamaica Agricultural Society\r\n67 Church Street\r\nKingston\r\nP.O. Box 609\r\nEmail: <a href=\"mailto:adminjas114@gmail.com\">adminjas114@gmail.com</a>\r\nWebsite: <a href=\"http://http://www.jas.org.jm \" target=\"_blank\">http://www.jas.org.jm</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2367,16970,'jamaica-mello-go-roun',1837,1,'Jamaica: Mello-Go- Roun’','00:00:00','00:00:00',0,'2014-08-06','2014-08-06','Venue: Ranny Williams Entertainment Center, Kingston\r\n\r\nThe best of the Festival of Performing Arts will once again showcase the best of the best of the Nation’s Talent and culture. The Commission also presents an annual exposition of traditional music, dance, games, food, art and craft.\r\n\r\nContact:\r\nJamaica Cultural Development Commission (JCDC)\r\nTel: (876) 926-5726/9;\r\nFax: (876) 968 2553\r\nEmail: <a href=\"mailto:jcdc@cwjamaica.com\">jcdc@cwjamaica.com</a>\r\nWebsite: <a href=\"http://www.jcdc.org.jm\">www.jcdc.org.jm</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2368,16972,'jamaica-bath-food-festival-2',1837,1,'Jamaica: Bath Food Festival','00:00:00','00:00:00',1,'2014-08-06','2014-08-06','Venue: Bath, St. Thomas.\r\n\r\nThe Bath Food festival is an event for the public to get an enriched experience that introduces them to the Bath Botanical Garden which is the second oldest botanical garden in the Western Hemisphere. Also the public gets to prove for themselves the therapeutic value and healing properties of the St. Thomas Bath & Spa as well as get a taste of the food and culture that the community has to offer.\r\n\r\nDate to be confirmed.\r\n\r\nContact:\r\nDelceta Hill\r\nTel: (876) 860-2014\r\n\r\nMs. Marcia Forest-Smart, Project Coordinator\r\nTel #: (876) 416-8324\r\n\r\nEmail: <a href=\"mailto:bathdevelopment@yahoo.com\">bathdevelopment@yahoo.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2369,16982,'martinique-groups-parade-in-the-streets-of-sainte-anne',1837,1,'Martinique: Groups Parade in the streets of Sainte-Anne','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','<strong>Date to be confirmed.</strong>\r\n\r\nContact:\r\nOffice de Tourisme de Sainte-Anne\r\nTel: 0696 76 73 45\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2370,16984,'martinique-diamond-night',1837,1,'Martinique: Diamond Night','00:00:00','00:00:00',1,'2014-02-07','2014-02-07','Street band parade carnival In Le Diamant\r\n\r\nContact:\r\nComité Carnaval du Sud\r\nTel: 0696 76 94 17 or 0696 44 88 34\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2371,16986,'martinique-carnival-regatta',1837,1,'Martinique: Carnival Regatta','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Date to be confirmed.\r\n\r\nContact:\r\nClub Nautique Le Neptune - Lamentin\r\nTel: 0596 51 73 24\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 12:24:07',0,NULL,NULL,NULL,NULL,0,NULL,0),(2372,16988,'martinique-bet-a-fe-parade',1837,1,'Martinique: Bet a fe Parade','00:00:00','00:00:00',1,'2014-02-09','2014-02-09','Carnival night parade from 7pm to 10pm\r\n\r\nFort de France\r\n\r\nContact:\r\nAssociation Gwanaval\r\nTel: 0696 97 76 77',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2373,16991,'martinique-caravelle-parade',1837,1,'Martinique: Caravelle Parade','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Carnival parade with 18 marching bands.\r\n\r\nTrinité\r\n\r\nContact:\r\nOffice de Tourisme de Trinité\r\nTel: 0596 58 69 98\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 12:36:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2374,16994,'martinique-schoelcher-international-sailing-week',1837,1,'Martinique: Schœlcher International Sailing Week ','00:00:00','00:00:00',1,'2014-02-28','2014-03-04','International sailing competition Schœlcher.\r\n\r\nContact:\r\nCercle Nautique de Schoelcher\r\nTel: 0596 61 2083\r\n\r\nWebsite: <span style=\"text-decoration: underline;\"><a href=\"http://www.cnschoelcher.webou.net/\">www.cnschoelcher.webou.net</a></span>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2375,16999,'martinique-dimanche-gras-fat-sunday',1837,1,'Martinique: Dimanche Gras/ Fat Sunday','00:00:00','00:00:00',1,'2014-03-02','2014-03-02','Carnival Queens, parades, street band, the King Vaval and floats.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2376,17000,'martinique-lundi-gras-fat-monday',1837,1,'Martinique: Lundi Gras / Fat Monday','00:00:00','00:00:00',1,'2014-03-03','2014-03-03','Burlesque Marriage, wedding ceremonies parody.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2377,17002,'martinique-mardi-gras-fat-tuesday',1837,1,'Martinique: Mardi Gras / Fat Tuesday','00:00:00','00:00:00',1,'2014-03-04','2014-03-04','Red Devils in the streets.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2378,17003,'martinique-mercredi-des-cendres-ash-wednesday',1837,1,'Martinique: Mercredi des Cendres / Ash Wednesday ','00:00:00','00:00:00',1,'2014-03-05','2014-03-05','The Black and White parades go along with King Vaval incineration\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 12:48:12',0,NULL,NULL,NULL,NULL,0,NULL,0),(2379,17006,'martinique-worlds-strongest-man-championship',1837,1,'Martinique: \"World\'s strongest man\" championship','00:00:00','00:00:00',1,'2014-03-08','2014-03-09','International athletes participating in the World Tour Championship.\r\n\r\nWaterfront of Fort-de-France.\r\n\r\nContact:\r\nMadinina Side\r\nTel: 0696 32 25 01\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 13:04:37',0,NULL,NULL,NULL,NULL,0,NULL,0),(2380,17007,'martinique-travel-and-holidays-fair-16th-edition',1837,1,'Martinique: Travel and Holidays Fair 16th edition','00:00:00','00:00:00',0,'2014-03-21','2014-03-23','Convention Center Madiana\r\n\r\nSchœlcher\r\n\r\nContact:\r\nOpen Soft System\r\nTel: 0596 61 16 32\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2381,17009,'martinique-agricultural-artisanal-fair-of-riviere-pilote',1837,1,'Martinique: Agricultural & Artisanal Fair of Rivière-Pilote','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','Contact:\r\nOMPACS\r\nTel: 0596 62 70 06\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2382,17010,'martinique-caribbean-flavors',1837,1,'Martinique: Caribbean Flavors','00:00:00','00:00:00',1,'2014-03-28','2014-03-31','First tradeshow in the catering trade. Demonstrations, various animations.\r\n\r\nWaterfront Fort de France\r\n\r\nContact:\r\nAS2 PUB SARL\r\n0696 22 82 04\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2383,17011,'belize-valentine-cycle-race',1837,1,'Belize: Valentine Cycle Race','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','This race starts in Belmopan, then to Benque Viejo, back to Belize City and ends at the Constitution Park.\r\n\r\nDate to be announced.\r\n\r\nFor further information visit: <a href=\"http://http://www.travelbelize.org/\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 13:26:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2384,17012,'belize-placencia-sidewalk-arts-music-festival',1837,1,'Belize: Placencia Sidewalk Arts & Music Festival','00:00:00','00:00:00',1,'2014-02-01','2014-02-28','Visual and performing artists from Placencia and across Belize showcase their best along Placencia’s historic sidewalk. Shop for Belizean art and explore Belize’s vibrant music scene.\r\n\r\n<strong>Date to be announced.</strong>\r\n\r\nFor further information visit: <a href=\"http://http://www.travelbelize.org/\" target=\"_blank\">www.travelbelize.org </a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 13:25:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2385,17013,'belize-san-pedro-carnival',1837,1,'Belize: San Pedro Carnival','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','<p style=\"text-align: left;\">A spectacular color filled event with a 3 day carnival to celebrate the Easter Season.</p>\r\n<p style=\"text-align: left;\" align=\"center\">Date to be announced.</p>\r\n<p style=\"text-align: left;\" align=\"center\">For further information visit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a></p>\r\n<p style=\"text-align: left;\" align=\"center\"></p>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2386,17014,'belize-la-ruta-maya-canoe-river-challenge-canoe-race',1837,1,'Belize: La Ruta Maya Canoe River Challenge Canoe Race','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','Starts from San Ignacio to Belize City. This four-day canoe race retracts the route of the ancient Mayas. The race ends at Belcan Bridge.\r\n\r\nDate to be announced.\r\n\r\nFor further information visit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-03 13:34:30',0,NULL,NULL,NULL,NULL,0,NULL,0),(2387,17015,'belize-national-heros-benefactors-day',1837,1,'Belize: National Hero\'s & Benefactors Day','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','National Celebration of Belize’s Greatest Benefactor, Harbor Regatta, Cycle, Race, and Kite contest in Belize City.\r\n\r\nDate to be announced.\r\n\r\nFor further information visit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org </a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2388,17016,'belize-san-jose-succotz-fiesta',1837,1,'Belize: San Jose Succotz Fiesta','00:00:00','00:00:00',1,'2014-03-01','2014-03-31','This annual fair is held in Cayo, in honour of the patron of the village of San Jose Succotz-Saint Joseph. Its highlights include traditional food, music and dance.\r\n\r\nDate to be announced.\r\n\r\nFor further information visit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2389,17018,'belize-holy-week-in-benque-viejo',1837,1,'Belize: Holy Week in Benque Viejo','00:00:00','00:00:00',1,'2014-04-13','2014-04-20','A week-long celebration of colourful processions, which opens on Palm Sunday and culminates into the weekend of Good Friday. The community cooperates in creating sawdust tapestries, which involves the participation of hundreds of Benqueños of all ages, along the procession´s route<i>. </i>\r\n\r\nIn Ambergris Caye & Caye Caulker, (Special Catholic Church services) most people participate in procession carrying the cross through the town.\r\n\r\nFor further information visit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2390,17026,'martinique-boat-grand-prix-of-fort-de-france',1837,1,'Martinique: Boat Grand Prix of Fort-de-France ','00:00:00','00:00:00',1,'2014-04-05','2014-04-06','Rowing regatta, windsurfing and swim trial in closing.\r\n\r\nContact:\r\nAssociation H2EAUX\r\nTel: 0596 60 43 36\r\n\r\nWebsite: <a href=\"http://www.h2eauxmartinique.org\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.h2eauxmartinique.org</span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2391,17028,'martinique-foire-expo-24th-edition',1837,1,'Martinique: Foire Expo 24th edition','00:00:00','00:00:00',1,'2014-04-09','2014-04-13','Pierre Aliker Staduim from10 am to 9pm\r\nFort-de-France\r\n\r\nContact:\r\nG.L. Conseils\r\nTel: 0596 77 11 55\r\nWebsite: <span style=\"text-decoration: underline;\"><a href=\"http://www.foireexpo-dillon.com/\">www.foireexpo-dillon.com</a></span>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2392,17029,'martinique-carifta-games-43rd-edition',1837,1,' Martinique: CARIFTA GAMES 43rd edition ','00:00:00','00:00:00',1,'2014-04-19','2014-04-21','Athletics competition for young people under 20 from 28 countries of the Caribbean.\r\n\r\nPierre Aliker Stadium\r\nFort de France\r\n\r\nContact:\r\nLigue d\'Athlétisme de Martinique\r\nWebsite: <a href=\"http://www.carifta2014.fr \" target=\"_blank\"><span style=\"text-decoration: underline;\">www.carifta2014.fr </span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2393,17030,'martinique-la-pince-dor',1837,1,'Martinique: La Pince d\'Or','00:00:00','00:00:00',1,'2014-04-20','2014-04-20','Grand Rivière.\r\n\r\nContact:\r\nOffice de Tourisme de Grand Rivière\r\nTel: 0596 55 72 74',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2394,17031,'martinique-la-patte-dor',1837,1,'Martinique: \"La Patte d\'Or\"','00:00:00','00:00:00',1,'2014-04-21','2014-04-21','Crab races, various animations, games.\r\n<em>Carbet</em>.\r\n\r\nContact:\r\nV.T.TILT\'\r\nTel: 0596 66 01 01',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2395,17032,'martinique-on-the-road-of-sugar',1837,1,'Martinique: On the road of sugar','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','Celebrations of the beginning of the sugarcane harvest. In 2014, the factory Gallion celebrates 150 years.\r\n<em>Trinité.</em>\r\n\r\nDate to be confirmed.\r\n\r\nContact:\r\nOffice de Tourisme de Trinité\r\nTel: 0596 58 69 98\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-04 10:01:07',0,NULL,NULL,NULL,NULL,0,NULL,0),(2396,17035,'martinique-festival-of-underwater-image-19th-ed',1837,1,'Martinique: Festival of Underwater Image 19th ed. ','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','Festival of Underwater Image 19th edition : Photo Contest underwater of professionals and non-professionals.\r\n\r\nConvention Center Madiana.\r\nSchœlcher\r\n\r\nDate to be confirmed.\r\n\r\nContact:\r\nComité Martinique des Sports Subaquatiques (CO.MA.S.SUB)\r\nTel: 0596 61 09 14\r\nWebsite:<a href=\"http://www.comassub.org\" target=\"_blank\"> <span style=\"text-decoration: underline;\">www.comassub.org</span></a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2397,17036,'martinique-may-of-saint-pierre',1837,1,'Martinique: May of Saint-Pierre','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','Exhibitions, shows, hiking throughout the month.\r\nSaint-Pierre.\r\n\r\nDate to be confirmed.\r\n\r\nContact:\r\nOffice Municipal d’Initiative et d’Actions Culturelles de St-Pierre\r\nTel: 0596 78 21 51\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-04 10:14:37',0,NULL,NULL,NULL,NULL,0,NULL,0),(2398,17038,'martinique-water-sports-trade-environment-fair',1837,1,'Martinique: Water sports trade & environment Fair','00:00:00','00:00:00',1,'2014-05-01','2014-05-04','<em>Marin.</em>\r\n\r\nContact:\r\nOffice de Tourisme du Marin\r\nTel: 0596 74 63 21\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-04 10:29:58',0,NULL,NULL,NULL,NULL,0,NULL,0),(2399,17040,'martinique-martizik-festival-4th-edition',1837,1,'Martinique: MARTIZIK Festival 4th edition ','00:00:00','00:00:00',1,'2014-05-02','2014-05-04','Outdoors festival, mixing electronic and tropical music, with international and Caribbean artists. Club Med Beach. <em>Sainte-Anne</em>\r\n\r\nContact:\r\nAssociation PANDA 972\r\nWebsite: <a href=\"http://www.martizik.com\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.martizik.com</span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2400,17041,'martinique-tchimbe-raid-17th-edition',1837,1,'Martinique: \"Tchimbé Raid” 17th edition','00:00:00','00:00:00',1,'2014-05-03','2014-05-04','83 Km and 5200 m of uphill. Between <em>Schoelcher and Basse-Pointe</em>.\r\n\r\nContact:\r\nClub Tchimbé Raid\r\nTel: 0696 20 06 42\r\n0696 25 66 18\r\nWebsite: <a href=\"http://www.tchimberaid.net\" target=\"_blank\">www.tchimberaid.net</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2401,17042,'martinique-caribbean-bowls-grand-prix',1837,1,'Martinique: Caribbean Bowls Grand Prix','00:00:00','00:00:00',1,'2014-05-06','2014-05-11','Regional Council of Martinique.\r\n<em>Saint - Pierre</em>\r\n\r\nContact:\r\nClub Bouliste de Saint Pierre\r\nTel: 0696 96 71 50\r\nEmail: <a href=\"mailto:bbla972@wanadoo.fr\">bbla972@wanadoo.fr</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2402,17044,'martinique-market-of-rasta-culture-16th-ed',1837,1,'Martinique: Market of Rasta Culture 16th ed. ','00:00:00','00:00:00',1,'2014-05-10','2014-05-11','Agricultural market, crafts, culinary and cultural. Fashion shows, children\'s entertainment, concerts. <em>Saint-Pierre</em>\r\n\r\nContact:\r\nAssociation New Generation\r\nTel: 0696 03 17 56\r\nWebsite: <a href=\"http://newgeneration972.skyrock.com\" target=\"_blank\">http://newgeneration972.skyrock.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2403,17057,'martinique-european-night-of-museums',1837,1,'Martinique: European Night of Museums','00:00:00','00:00:00',1,'2014-05-17','2014-05-17','Visitors enjoy a unique night, marked by exhibitions and events.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2404,17145,'',1837,NULL,'Martinique: Martinique Yole Festival 3rd ed.','00:00:00','00:00:00',0,NULL,NULL,NULL,0,NULL,'00:00:00',0,0,0,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2405,17146,'martinique-martinique-yole-festival-3rd-edition',1837,1,'Martinique: Martinique Yole Festival 3rd edition ','00:00:00','00:00:00',1,'2014-05-29','2014-05-29','Races, craft village, games, various animations. <em>Sainte-Anne</em>.\r\n\r\nContact:\r\nComité Martiniquais du Tourisme\r\nTel: 0596 61 61 77\r\nWebsite: <a href=\"http://www.martiniquetourisme.com\" target=\"_blank\">www.martiniquetourisme.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-04 16:11:06',0,NULL,NULL,NULL,NULL,0,NULL,0),(2406,17147,'martinique-the-fighting-cock',1837,1,'Martinique: The Fighting Cock','00:00:00','00:00:00',1,'2014-05-29','2014-05-31','Southern Regatta reserved for liveable boats and keelboats racing.\r\nBay of Marin - <em>Sainte Anne</em>\r\n\r\nContact:\r\nClub Nautique du Marin\r\nTel: 0596 74 92 48\r\nWebsite: <a href=\"http://www.clubnautiquedumarin.com\" target=\"_blank\">www.clubnautiquedumarin.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2407,17149,'martinique-rendezvous-in-the-gardens',1837,1,'Martinique: Rendezvous in the Gardens','00:00:00','00:00:00',1,'2014-05-30','2014-06-01','<a href=\"http://www.martinique.org/\" target=\"_blank\">www.martinique.org</a>',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2408,17151,'martinique-terroirs-and-flavors',1837,1,'Martinique: Terroirs and flavors','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','Village with folk music, crafts and cuisine, entertainment, lectures, agricultural fair, etc..\r\n\r\n<em>Sainte-Marie</em>\r\n\r\nContact:\r\nOffice de Tourisme et de la Culture de Sainte-Marie\r\nTel: 0596 69 13 83\r\nWebsite: <a href=\"http://www.saintemarie-martinique.fr\" target=\"_blank\">www.saintemarie-martinique.fr</a>\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2409,17152,'martinique-craft-week',1837,1,'Martinique: Craft Week','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','<em>Marigot.</em>\r\n\r\nContact:\r\nOffice de Tourisme du Marigot\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2410,17153,'martinique-lamentin-jazz-project',1837,1,'Martinique: Lamentin Jazz Project','00:00:00','00:00:00',1,'2014-06-02','2014-06-08','Jazz Festival - Free concerts downtown<em> Lamentin.</em>\r\n\r\nContact:\r\nOffice de la Culture du Lamentin\r\nTel: 0596 50 82 71\r\n0596 51 75 55\r\nWebsite: <a href=\"http://www.lamentin-jazz-project.com/\">www.lamentin-jazz-project.com</a>\r\n<a href=\"http://www.lamentin-jazz-project.com/\">facebook</a><a href=\"http://www.lamentin-jazz-project.com/\"> : </a><a href=\"http://www.lamentin-jazz-project.com/\">lamentinjazzproject</a>',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2411,17154,'martinique-5eme-martinik-cup',1837,1,'Martinique: 5ème Martinik Cup ','00:00:00','00:00:00',1,'2014-06-07','2014-06-09','Jet ski tournament during the Pentecost weekend.\r\n<em>Diamant.</em>\r\n\r\nContact:\r\nJet attitude\r\nTel: 0696 52 87 00\r\nEmail: <span style=\"text-decoration: underline;\"><a href=\"mailto:sportattitud972@gmail.com\">sportattitud972@gmail.com</a></span>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2412,17155,'martinique-celebrations-of-the-end-of-the-sugar-cane-harvest',1837,1,'Martinique: Celebrations of the end of the sugar cane harvest','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','<em>Sainte-Marie</em>\r\n\r\nContact:\r\nOffice Samaritain du Tourisme et de la culture\r\nTel: 0596 69 13 83\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2413,17157,'martinique-bele-matnik-festival',1837,1,'Martinique: Bèlè Matnik Festival ','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','<em>Robert</em>\r\n\r\nContact:\r\nAssociation sportive et culturelle de l\'Estrade\r\nEmail: <span style=\"text-decoration: underline;\"><a href=\"mailto:asclr97231@yahoo.fr\">asclr97231@yahoo.fr</a></span>\r\n\r\nDate to be confirmed',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2414,17159,'martinique-flute-des-mornes-festival',1837,1,'Martinique: Flute des mornes Festival','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','<em>Marigot</em>\r\n\r\nContact:\r\nOffice de Tourisme du Marigot\r\nTel: 0596 53 62 07\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2415,17160,'martinique-the-rock-festival',1837,1,'Martinique: The Rock Festival','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Artistic, cultural and sporting events. Excursions around the Rock.\r\n<em>Diamant</em>\r\n\r\nContact:\r\nOffice de Tourisme du Diamant\r\nTel: 0596 76 14 36\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2416,17161,'martinique-la-driv-du-manikou',1837,1,'Martinique: La Driv\' du Manikou ','00:00:00','00:00:00',1,'2014-06-26','2014-06-26','Running in the nature – 14km\r\n\r\n<em>Saint-Joseph</em>\r\n\r\nContact:\r\nClub Manikou Organisations\r\n0696 82 82 51\r\nWebsite: <a href=\"http://www.clubmanikou.com\" target=\"_blank\">www.clubmanikou.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2417,17162,'martinique-la-ri-chacha',1837,1,'Martinique: \"La Ri Chacha\"','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Tourism exhibition, craft fair, musical entertainment and various animations\r\nPointe du Bout Marina,<em> Trois Ilets</em>\r\n\r\nContact:\r\nOffice de Tourisme des Trois Ilets\r\n0596 68 47 63\r\nWebsite: <a href=\"http://www.trois-ilets.com\" target=\"_blank\">www.trois-ilets.com</a>\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2418,17163,'martinique-trempage-show',1837,1,'Martinique: Trempage Show','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','Under the covered market of Trinité\r\n\r\nContact:\r\nOffice de Tourisme de Trinité\r\nTel: 0596 58 69 98\r\nWebsite: <a href=\"http://www.ot-martinique.fr\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.ot-martinique.fr</span></a>\r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2419,17164,'martinique-carrefour-du-tambour-2',1837,1,'Martinique: Carrefour du Tambour','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','Craft village, panel discussion, activities, gommier boat race, Bèlè initiations\r\n\r\n<em>Marin</em>\r\n\r\nContact:\r\nOffice de Tourisme du Marin\r\nTel: 0596 74 63 21\r\nWebsite: <a href=\"http://www.otmarin.com/\" target=\"_blank\">www.otmarin.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2420,17166,'martinique-pottery-village-festival',1837,1,'Martinique: Pottery Village Festival ','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Dance, workshops, musical entertainment, concerts\r\n<em>Trois-Ilets</em>\r\n\r\n \r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2421,17167,'martinique-fish-festival',1837,1,'Martinique: Fish Festival','00:00:00','00:00:00',1,'2014-07-12','2014-07-13','Grand Anse Beach\r\n\r\n<em>Carbet</em>\r\n\r\nContact:\r\nOCARTOUR\r\nTel: 0596 76 91 42',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2422,17168,'martinique-banana-fest-2',1837,1,'Martinique: Banana Fest','00:00:00','00:00:00',1,'2014-07-13','2014-07-13','Craft village, visiting the park, conference and debate, music, groups parade, workshops, cockfight.\r\nBanana Museum - Free entry\r\n<em>Sainte-Marie</em>\r\n\r\nContact:\r\nMusée de la Banane\r\nTel: 0596 76 27 09\r\nWebsite: <a href=\"http://www.museedelabanane.fr \" target=\"_blank\"><span style=\"text-decoration: underline;\">www.museedelabanane.fr </span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2423,17169,'martinique-randotour',1837,1,'Martinique: RandoTour','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Hiking through twenty towns in the Martinique\r\n\r\nContact:\r\nTel: 0696 45 55 87\r\nWebsite: <a href=\"http://www.rando-sans-frontiere.com\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.rando-sans-frontiere.com</span></a>\r\n\r\nTo be confirmed.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2424,17170,'martinique-cultural-festival-of-fort-de-france-2',1837,1,'Martinique: Cultural Festival of Fort de France','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','<strong></strong>Exhibitions, shows, concerts\r\n\r\n<em>Fort-de-France</em>\r\n\r\nContact:\r\nINFOLINE\r\nTel: 0596 64 97 00\r\nWebsite: <a href=\"http://www.fortdefrance.fr/-1388-Telechargez-le-programme-du-festival-de-Fort-de-France-\" target=\"_blank\">www.fortdefrance.fr/-1388-Telechargez-le-programme-du-festival-de-Fort-de-France-</a>\r\n\r\nDate to be confirmed.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2425,17174,'martinique-cultural-nights-in-riviere-pilote',1837,1,'Martinique: Cultural nights in Rivière-Pilote','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Contact:\r\nOffice Municipal d\'Actions Culturelles de Rivière Pilote\r\nTel: 0596 62 70 06\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2426,17175,'martinique-30th-ed-of-the-martinique-yoles-boat-race-tour',1837,1,'Martinique: 30th ed. of the Martinique Yoles Boat Race Tour ','00:00:00','00:00:00',1,'2014-07-27','2014-08-03','Contact:\r\nFédération des Yoles Rondes\r\nTel: 0596 61 48 50\r\nWebsite: <a href=\"http://www.yoles-rondes.net\" target=\"_blank\">www.yoles-rondes.net</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2427,17176,'martinique-biguine-jazz-festival',1837,1,'Martinique: Biguine Jazz Festival','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Live concerts, photo exhibition.\r\n\r\nContact:\r\nAssociation Biguine Jazz\r\n0596 77 40 68\r\nWebsite: <a href=\"http://www.biguinejazz.fr\" target=\"_blank\">www.biguinejazz.fr</a>\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2428,17177,'martinique-ronde-des-caps',1837,1,'Martinique: Ronde des Caps','00:00:00','00:00:00',1,'2014-08-30','2014-08-30','Half marathon in nature open to runners and walkers. Event semi-nocturnal.\r\n\r\n<em>Sainte-Anne</em>\r\n\r\nContact:\r\nClub Manikou Organisations\r\nTel: 0696 82 82 51\r\nWebsite: <a href=\"http://www.clubmanikou.com\" target=\"_blank\">www.clubmanikou.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2429,17180,'martinique-saint-sylvestre-cross',1837,1,'Martinique: Saint-Sylvestre Cross ','00:00:00','00:00:00',1,'2014-08-31','2014-08-31','<em>Trinite</em>\r\n\r\nContact:\r\nOffice de Tourisme de Trinité\r\nTel: 0596 58 69 98\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2430,17190,'martinique-the-european-heritage-days',1837,1,'Martinique: The European Heritage Days','00:00:00','00:00:00',1,'2014-09-20','2014-09-21','<a href=\"http://www.martinique.org/\" target=\"_blank\">www.martinique.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-05 11:26:13',0,NULL,NULL,NULL,NULL,0,NULL,0),(2431,17191,'martinique-the-songs-of-yesterday-in-the-mouths-of-today',1837,1,'Martinique: “The songs of yesterday in the mouths of Today \"','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Intergenerational event on the esplanade of the Pointe Athanase event from 9 am to 5 pm.\r\n\r\n<em>Vauclin</em>\r\n\r\nContact:\r\nMairie du Vauclin - Service Economique\r\nTel: 0596 74 15 29\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2432,17192,'martinique-international-sport-fishing-tournament-2',1837,1,'Martinique: International Sport Fishing Tournament','00:00:00','00:00:00',1,'2014-10-21','2014-10-25','<em>Port of Marin</em>\r\n\r\nContact:\r\nMartinique Billfish Association\r\nTel: 0696 45 83 58\r\nWebsite: <a href=\"http://www.mba972.infoasso.com \" target=\"_blank\"><span style=\"text-decoration: underline;\">www.mba972.infoasso.com </span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2433,17194,'martinique-mizik-kaskod-festival',1837,1,'Martinique: Mizik Kaskod Festival','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','Contact:\r\nAssociation MAZON\'O\r\n\r\nDate to be confirmed.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2434,17196,'martinique-la-belle-martinique-2',1837,1,'Martinique: La Belle Martinique','00:00:00','00:00:00',1,'2014-11-11','2014-11-11','Hiking cyclosportives.\r\n\r\nContact:\r\nComité Régional Cycliste de la Martinique\r\nTel: 0596 63 21 39',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2435,17197,'martinique-jazz-festival-2',1837,1,'Martinique: Jazz Festival','00:00:00','00:00:00',0,'2014-11-01','2014-11-30','Jazz and world music.\r\n\r\nContact:\r\nCMAC\r\nTel: 0596 70 79 29\r\n\r\nWebsite: <a href=\"http://www.cmac.asso.fr\" target=\"_blank\">www.cmac.asso.fr</a>\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2436,17198,'martinique-international-half-marathon-of-fort-de-france',1837,1,'Martinique: International Half Marathon of Fort de France','00:00:00','00:00:00',1,'2014-11-30','2014-11-30','Contact:\r\nVille de Fort de France\r\nTel: 0596 39 31 02\r\nWebsite: <a href=\"http://www.semimartinique.com\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.semimartinique.com</span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2437,17199,'martinique-transmartinique-2',1837,1,'Martinique: Transmartinique','00:00:00','00:00:00',1,'2014-12-06','2014-12-07','Ultra raid 130 km, 5200 m of uphill.\r\n\r\nFrom <em>Grand-Rivière </em> to <em>Sainte-Anne</em>\r\n\r\nContact:\r\nClub Manikou Organisations\r\nTel: 0696 82 82 51\r\nWebsite: <a href=\"http://www.transmartinique.com \" target=\"_blank\"><span style=\"text-decoration: underline;\">www.transmartinique.com </span></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2438,17200,'martinique-rum-festival',1837,1,'Martinique: Rum Festival','00:00:00','00:00:00',1,'2014-12-14','2014-12-14','Group parades, craft village, trolling on the train plantations, concert, Christmas songs.<em> Sainte-Marie</em>\r\n\r\nContact:\r\nDistillerie Saint-James\r\nTel: 0596 69 30 02\r\n\r\n ',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2439,17201,'martinique-boucans-de-la-baie',1837,1,'Martinique: Boucans de la Baie','00:00:00','00:00:00',1,'2014-12-30','2014-12-30','Giant fireworks, outdoor concert, water ride, night of museums\r\n\r\n<em>Fort de France</em>\r\n\r\nContact:\r\nOffice de Tourisme de Fort de France\r\nTel: 0596 60 27 73\r\nWebsite: <a href=\"http://www.tourismefdf.com \" target=\"_blank\"><span style=\"text-decoration: underline;\">www.tourismefdf.com </span></a>',0,NULL,'00:00:00',0,0,19,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-05 11:50:42',0,NULL,NULL,NULL,NULL,0,NULL,0),(2440,17213,'belize-holy-saturday',1837,1,'Belize: Holy Saturday','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','The Easter Cycling Classic is held annually from Belize City to San Ignacio Town and back; ends at the National Stadium.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2441,17214,'belize-burrell-boom-annual-cycling-horse-races',1837,1,'Belize: Burrell Boom Annual Cycling & Horse Races','00:00:00','00:00:00',1,'2014-04-21','2014-04-21','Easter Monday/Burrell Boom Annual Cycling & Horse Races: The event features national and international cyclists racing. It starts in Belize City and ends at Sylvestre Stadium in Burrell Boom, where all day celebrations are held, which includes horse races, food and music.\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2442,17215,'belize-easter-fair',1837,1,'Belize: Easter Fair','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','<b>Easter Fair:</b> Held during the Easter weekend in San Ignacio Town; this event features entertainment, live music, sports activities and family games.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2443,17216,'belize-whale-shark-day',1837,1,'Belize: Whale Shark Day','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','A host of activities are held in Placencia to bring in the whale shark season.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2444,17217,'belize-san-pedro-lagoon-reef-eco-challenge',1837,1,'Belize: San Pedro Lagoon-Reef Eco-Challenge','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','The Eco-Challenge is a 42 miles, two day kayak race starting on the lagoon side of Ambergris Caye, through the many lagoons in the North Ambergris Caye area, up to Bacalar Chico, then down to Robles Point, where all teams camp, and the race then resumes the following day and finishes in San Pedro Town. The purpose is to promote awareness, protection and conservation of mangroves, lagoons, reefs and the diverse species found in these natural habitats.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2445,17218,'belize-archaeological-exhibition',1837,1,'Belize: Archaeological Exhibition','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','Major municipals host this month long traveling exhibition, which includes archaeological objects and artifacts from the national collection and general information on archaeology.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2446,17219,'belize-book-week',1837,1,'Belize: Book Week','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','This event is celebrated every year around April 24 to coincide with International Book and Copyright Day. The program of events includes an International Book Fair, workshops, a literary evening, a book exchange, and many other cultural activities. There are personal appearances by local authors and you can get your personal copy of their book signed.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2447,17221,'belize-labour-day',1837,1,'Belize: Labour Day','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','Horse Race (Burrell Boom and Orange Walk Town) BWU Labour Cycling Classic.\r\n\r\nDate to be confirmed\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2448,17222,'belize-cashew-festival-2',1837,1,'Belize: Cashew Festival','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','Held in Crooked Tree village, this festival celebrates the cashew harvest season, where Live Punta music, cashew wine, deserts, Caribbean style dishes and games are the main attractions. Contact Mr. George Gatusch at Tel: 501-235-7046.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2449,17224,'belize-national-agricultural-trade-show',1837,1,'Belize: National Agricultural & Trade Show','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','This Trade Show is held annually in our capital city of Belmopan. It highlights Agricultural Diversification, food, rodeo, livestock, handicraft displays, music and games.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2450,17226,'belize-mothers-day-cycling-classic',1837,1,'Belize: Mother\'s Day Cycling Classic','00:00:00','00:00:00',1,'2014-05-11','2014-05-11','Race starts at the Cayo Western border and moves to Belize City.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2451,17229,'belize-chocolate-festival-of-belize',1837,1,'Belize: Chocolate Festival of Belize','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','The three-day festival opens with a Wine & Chocolate evening, featuring local and international wines and chocolate based cocktails and hors d\'oeuvres. Saturday brings you the Taste of Toledo street fair, with cookery and chocolate demonstrations and a host of cacao-related and other craft produce, Cacao for Kids children\'s activities, Sea Toledo marine trips, and Culture in Harmony musical performances. Sunday brings the Lubaantun Finale; Maya-themed festival finale.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2452,17230,'belize-sovereigns-day',1837,1,'Belize: Sovereign\'s Day','00:00:00','00:00:00',1,'2014-05-01','2014-05-31','National celebration of The Queen’s birthday, with a horse race in Burrell Boom and the Orange Walk District.\r\n\r\nDate to be confirmed.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-06 14:07:16',0,NULL,NULL,NULL,NULL,0,NULL,0),(2453,17233,'hvs-caribbean-hotel-investment-conference-and-operations-summit',2,1,'HVS Caribbean Hotel Investment Conference and Operations Summit','00:00:00','00:00:00',0,'2014-11-13','2014-11-14','HVS Caribbean Hotel Investment Conference and Operations Summit in the Dominican Republic.\r\n\r\n<a href=\"http://www.hvschicos.com/\" target=\"_blank\">http://www.hvschicos.com/</a>',0,NULL,'00:00:00',0,0,0,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2454,17282,'jamaica-ocho-rios-seafood-festival-2',1837,1,'Jamaica: Ocho Rios Seafood Festival','00:00:00','00:00:00',1,'2014-08-06','2014-08-06','Venue: Turtle River Park, <em>Ocho Rios</em>\r\n\r\nIn subsequent years, the festival, with its family oriented theme, has gone from strength to strength and is now arguably one of the biggest culinary shows in the country. It will see some of Jamaica’s leading seafood chefs displaying their culinary skills to what is expected to again be a large turnout of local and overseas patrons. In addition, there will be top entertainment throughout the day (fashion shows, dance contests, comic relief featuring some of the island’s top comedians), culminating of course with a concert.\r\n\r\nContact:\r\nGarwin Davis\r\nNatchilus Promotions Limited\r\nTel: (876) 336-8563\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2455,17284,'jamaica-international-reggae-wine-festival-2',1837,1,'Jamaica: International Reggae Wine Festival ','00:00:00','00:00:00',1,'2014-08-10','2014-08-10','Venue: <em>Montego Bay</em>\r\n\r\nThis event will be staged at the Aqueduct, Rose Hall, Montego Bay overlooking the ocean. The festival will feature wine purveyors, some of the best Reggae artistes, fashion show, arts & craft, all towards attracting wine lovers from all over the world. Overseas media on board in the past included radio stations (WPFM, WHUR, WKYS and WPGC); Newspapers (Washington Post, New York Times, Financial Times), Magazines (Howard University, Entertainment Review and World Reggae E-magazine)\r\n\r\nContact:\r\nCarlos Daley\r\nPromotions CSR\r\n28 Cardigan Crescent;\r\nWashington Gardens\r\nTel: (876) 971-0814 or 899-9574\r\nEmail: <a href=\"mailto:charles20782@yahoo.com\">charles20782@yahoo.com</a>\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2456,17285,'jamaica-jamaica-observer-food-awards',1837,1,'Jamaica: Jamaica Observer Food Awards','00:00:00','00:00:00',1,'2014-09-19','2014-09-19','Venue: Devon House, <em>Kingston</em>\r\n\r\nThe Jamaica Observer Table Talk Awards is a celebration of the joy of food. In previous year’s awards have been presented in over 16 categories.\r\n\r\nContact:\r\nNovia McDonald-Whyte\r\nThe Head of Communications & Sponsorship\r\nTel: 920-8136/ 926-7655\r\nWebsite: <a href=\"http://www.jamaicaobserver.com\" target=\"_blank\">www.jamaicaobserver.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 09:53:18',0,NULL,NULL,NULL,NULL,0,NULL,0),(2457,17287,'jamaica-world-tourism-day',1837,1,'Jamaica: World Tourism Day','00:00:00','00:00:00',1,'2014-09-27','2014-09-27','<em>Islandwide</em>\r\n\r\nThe purpose of this day is to raise awareness on the role of tourism within the international community and to show how it affects social, cultural, political and economic values worldwide. This is celebrated on September 27 annually as in 1970; the Statutes of the UNWTO were adopted and are considered a milestone in global tourism.\r\n\r\nContact:\r\nMinistry of Tourism\r\nTel: (876) 920-4926\r\nWebsite: <a href=\"http://www.visitjamaica.com\" target=\"_blank\">www.visitjamaica.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2458,17288,'jamaica-race-for-hope-5k',1837,1,'Jamaica: Race for Hope 5K','00:00:00','00:00:00',1,'2014-09-28','2014-09-28','Venue: Hope Gardens, <em>Kingston</em>\r\n\r\nRace For Hope 5K is a fun and healthy way for Jamaicans to contribute to the refurbishment of the Hope Gardens& Zoo. It\'s an initiative of the Jamaica Institution of Engineers (JIE) and Nature Preservation Foundation (NPF), where funds raised by the 5K run are used to support the needs of Jamaica\'s historic icon for open green spaces, fauna, flora and wildlife, the Hope Botanical Gardens and Zoo.\r\nThe Race For Hope 5K is held every last Sunday in September and is listed on the JAAA annual road race calendar. The event is open to runners and walkers of all abilities and experience levels.\r\n\r\nContact: Running Events Jamaica\r\nTel: (876) 967-4903\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2459,17290,'jamaica-caribbean-model-search',1837,1,'Jamaica: Caribbean Model Search','00:00:00','00:00:00',1,'2014-09-28','2014-09-28','Venue: NISC, <em>Kingston</em>\r\n\r\nPulse Investment Limited hosts this exciting competition of Jamaican female and male models between the ages 18-30 years, with the winners pursuing international contracts. Pulse models have created many firsts for the Caribbean in the areas of editorial and runway work as well as campaigns and advertising. Some highlights include appearances on the covers of Vogue, Esquire, i-D, French, Love, Cosmo and GQ magazines, Sports Illustrated swimsuit issue, Armani, Ralph Lauren, Addidas, Alexander McQueen, Gucci, Kenneth Cole, Bennetton campaigns as well as Victoria’s Secret. Over the years, they have represented retail giants including Neiman Marcus, Nordstrom, Banana Republic, The Gap, Target, H&M and several others. Pulse’s top models have also presented collections for the world’s finest designers at the major shows of New York, London, Paris and Milan.\r\n\r\nContact:\r\nPulse Investment Limited\r\nKingsley Cooper\r\nTel: (876) 968 1089-90: Fax L 876) 968 1185\r\nEmail: <a href=\"mailto:pulse44@kasnet.com\">pulse44@kasnet.com</a>\r\nWebsite: <a href=\"http://www.pulsemodels.com\" target=\"_blank\">www.pulsemodels.com</a>\r\n\r\nSeptember 28 TBA\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2460,17291,'jamaica-cb-pan-chicken-competition',1837,1,'Jamaica: CB Pan Chicken Competition','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','Venue: <i>Kingston, Montego Bay & Clarendon</i>\r\n\r\nThis year, the<b> CB Pan Chicken Championship Series </b>will include three (3) regional competitions in Kingston, Montego Bay & Clarendon and culminate in historic Downtown in May, June, September & November respectively. It will showcase original recipes, innovative preparation techniques, and the remarkable talents of pan chicken vendors from across the island. In addition to succulent foods, the event offers patrons a relaxed, family-friendly atmosphere complete with exciting entertainment options for both adults and children.\r\n\r\nThe championship, which is free and open to the public, will present an exuberant and fiercely competitive contest as its headline offering. Competitors will go head to head in a bid to determine CB’s Pan Chicken Champion for 2014.\r\n\r\nContact: Kimberley Mullings\r\nBrand Manager\r\nCB Pan Chicken Championship Series\r\nTel: (876) 924-6000 ext 232\r\nFax: (876) 924-0144\r\nEmail: <a href=\"mailto:kimberley.mullings@groupcb.com\">kimberley.mullings@groupcb.com</a>\r\nWebsite(s): <a href=\"http://www.ilovecbgroups.com\" target=\"_blank\">www.ilovecbgroups.com</a> / <a href=\"http://www.mycbgroup.com\">www.mycbgroup.com</a>\r\n\r\n<strong>Event date to be announced.</strong>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 10:51:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2461,17296,'jamaica-montego-bay-yacht-club-annual-fishing-tournament',1837,1,'Jamaica: Montego Bay Yacht Club Annual Fishing Tournament','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Venue: <em>Montego Bay</em>\r\n\r\nBeing the oldest competitive fishing event in Jamaica, the Montego Bay Yacht Club takes pride in hosting the event again as all avid sports fishing anglers are invited to join in at this exciting event.\r\n\r\nContact:\r\nHeather Vernon\r\nEmail: <a href=\"mailto:heather@mobayyachtclub.com\">heather@mobayyachtclub.com</a>\r\nCheryl Atkinson\r\nEmail: <span style=\"text-decoration: underline;\">Cheryl@mobayyachtclub.com</span>\r\n\r\nTel: (876) 979-8083\r\n\r\n<strong>Event date to be announced.</strong>',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2462,17297,'jamaica-jamaica-international-synchronized-swimming-championships',1837,1,'Jamaica: Jamaica International Synchronized Swimming Championships','00:00:00','00:00:00',1,'2014-10-02','2014-10-04','Venue: YMCA & Bournemouth Bath, <em>Kingston</em>\r\n\r\nThis International competition of synchronized swimming will consist of Solo, Duet, Trio, Team and Figure competitions in Age Group (12 & under, 13-15, 16-18 & Masters), Novice and Intermediate Categories. Each participating Club may enter Solos, Duets, Trios & Teams in each categories (Age Group, Novice and Intermediate).\r\n\r\nContact:\r\nDiahann Campbell\r\nLeighton Walters\r\nTel: (876) 408-0150\r\nOR (876) 816-0150\r\nFax: (876) 920-6129\r\nEmail: <span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-fareast-font-family: Calibri; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\"><a href=\"mailto:Diahann.campbell@gmail.com\"><span style=\"font-size: 10.0pt; line-height: 115%; font-family: \'Times New Roman\',\'serif\';\">Diahann.campbell@gmail.com</span></a></span>\r\n\r\nWebsite: <span style=\"font-size: 11.0pt; line-height: 115%; font-family: \'Calibri\',\'sans-serif\'; mso-fareast-font-family: Calibri; mso-bidi-font-family: \'Times New Roman\'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\"><a href=\"http://www.synchrostars.com\" target=\"_blank\"><span style=\"font-size: 10.0pt; line-height: 115%; font-family: \'Times New Roman\',\'serif\';\">www.synchrostars.com</span></a></span>\r\n\r\n \r\n\r\n \r\n\r\n<!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:TargetScreenSize>800x600</o:TargetScreenSize>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]-->\r\n<table class=\"MsoNormalTable\" style=\"margin-left: -5.7pt; border-collapse: collapse; mso-table-layout-alt: fixed; border: none; mso-border-alt: solid black .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-insideh: .5pt solid black; mso-border-insidev: .5pt solid black;\" width=\"1242\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr style=\"mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes; height: 18.4pt;\">\r\n<td style=\"width: 157.85pt; border: solid black 1.0pt; mso-border-alt: solid black .5pt; background: #8DB3E2; padding: 0in 5.4pt 0in 5.4pt; height: 18.4pt;\" valign=\"top\" width=\"210\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><a href=\"mailto:Diahann.campbell@gmail.com\"><span style=\"font-size: 10.0pt; font-family: \'Times New Roman\',\'serif\';\">Diahann.campbell@gmail.com</span></a></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:EnableOpenTypeKerning/>\r\n<w:DontFlipMirrorIndents/>\r\n<w:OverrideTableStyleHps/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\" DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\" LatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"0\" Name=\"Hyperlink\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\" UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n{mso-style-name:\"Table Normal\";\r\nmso-tstyle-rowband-size:0;\r\nmso-tstyle-colband-size:0;\r\nmso-style-noshow:yes;\r\nmso-style-priority:99;\r\nmso-style-parent:\"\";\r\nmso-padding-alt:0in 5.4pt 0in 5.4pt;\r\nmso-para-margin:0in;\r\nmso-para-margin-bottom:.0001pt;\r\nmso-pagination:widow-orphan;\r\nfont-size:10.0pt;\r\nfont-family:\"Calibri\",\"sans-serif\";\r\nmso-bidi-font-family:\"Times New Roman\";}\r\n</style><![endif]-->',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 11:25:37',0,NULL,NULL,NULL,NULL,0,NULL,0),(2463,17299,'jamaica-merritone-homecoming-family-reunion',1837,1,'Jamaica: Merritone Homecoming & Family Reunion','00:00:00','00:00:00',1,'2014-10-13','2014-10-20','Venue(s): <em>Kingston, Portland, Ocho Rios</em>\r\n\r\nThis year, Merritone celebrates its 64<sup>th</sup> anniversary, and the 24<sup>th</sup> Annual Family Reunion/Homecoming. “Family” members and their friends from home and abroad, will be coming to Kingston, St. Thomas and Montego Bay, St. James to celebrate life, love and Merritone music.\r\n\r\nContact: Lorna Bess\r\nMerritone Music\r\nTel: (876) 944-3621\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 12:15:47',0,NULL,NULL,NULL,NULL,0,NULL,0),(2464,17306,'jamaica-oktoberfest',1837,1,'Jamaica: Oktoberfest','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Alhambra Inn, <em>Kingston</em>\r\n\r\nThis is an annual German festivity, celebrating its 32 years in Jamaica. There will be lots of prizes and surprises, games and specialty German foods, different types of German beers, German white/red wines and Schnapps.\r\n\r\nContact:\r\nHolger Waehling Jamaican German Society HQ\r\nTel: (876) 848-8102\r\n\r\nEvent date to be confirmed.',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2465,17307,'jamaica-south-coast-hook-line-canoe-tment',1837,1,'Jamaica: South Coast Hook & Line Canoe T’ment','00:00:00','00:00:00',1,'2014-10-17','2014-10-19','Venue: Treasure Beach, <em>St. Elizabeth</em>\r\n\r\nThis tournament will feature environmental exhibits and entertainment. A 3-day competition during which local fishermen vie for prizes by catching the largest fish using only the traditional fishing method of a simple hook and line. No fancy yachts or first world equipment are to be seen at this grass roots event. The weekend also includes other exciting events, such as a boat race, local talent show, fish fry and community beach party.\r\n\r\nContact:\r\nGillian Parchment\r\nTel: (876) 965 0635; 965 3185\r\nFax: (876) 965 0552\r\nEmail: <a href=\"mailto:jakes@cwjamaica.com\">jakes@cwjamaica.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2466,17309,'jamaica-peter-tosh-birthday-celebration',1837,1,'Jamaica: Peter Tosh Birthday Celebration','00:00:00','00:00:00',1,'2014-10-18','2014-10-18','Venue: Savanna – La–Mar<i>, Westmoreland</i>\r\n\r\nFree concert is usually planned to celebrate this renowned reggae musician’s birthday – Peter Tosh. Born Hubert Winston McIntosh on October 19, 1944 in Grange Hill Westmoreland, Peter Tosh is one of many famous Jamaican reggae artists ‘who was one of the original members of legendary reggae band The Wailers, along with Bob Marley and Bunny Wailer.\r\n\r\nContact:\r\nMr. Worrel King\r\nTel: (876) 957- 7127\r\nCell: (876) 999- 5598\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 14:29:35',0,NULL,NULL,NULL,NULL,0,NULL,0),(2467,17311,'jamaica-jamaica-bridal-expo',1837,1,'Jamaica: Jamaica Bridal Expo','00:00:00','00:00:00',1,'2014-10-19','2014-10-20','Venue: Montego Bay Convention Centre.\r\n\r\nThis show allows you and your entire bridal party to sample wedding cake. Listen to music, meet photographers, talk to wedding vendors face-to-face, sit in a limo, and gain hundreds of wedding ideas and tips. Plus, see the best runway bridal fashion show in the region where top bridal salons in Jamaica showcase the best wedding gowns from top couture designers. There is so much to see and do at this bridal show that you could literally plan your entire wedding in one day. Held in the beautiful Montego Bay Convention Centre at Rose Hall, you will meet the best Jamaican wedding vendors…from food to flowers to bridal gowns and formal wear, rings and registries to limousines and honeymoons\r\n\r\nContact:\r\nJo-Anne Simpson\r\nUnit 19; 88 Barbican Avenue\r\nTel: (876) 376-1778\r\nTel: (876) 533-3233\r\nEmail: <a href=\"mailto:info@jamaicabridalexpo.com\">info@jamaicabridalexpo.com</a>\r\nWebsite: <a href=\"http://www.jamaicabridalexpo.com\" target=\"_blank\">www.jamaicabridalexpo.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2468,17313,'jamaica-michael-holding-masters-cricket-tment',1837,1,'Jamaica: Michael Holding Masters Cricket T\'ment','00:00:00','00:00:00',1,'2014-10-26','2014-11-02','<i>Sabina Park, Kingston</i>\r\n<i>Trelawny Stadium</i>\r\n\r\n<i>All major cricket grounds islandwide</i>\r\n\r\nThis is a 45 and over cricket tournament where by players are hosted from Jamaica and other countries such as USA, Antigua, Barbados, Bermuda, Canada, Scotland, Guyana and Trinidad.\r\n\r\nContact: Austin Hutchinson\r\nTel: (246)-228-4717\r\nTel: (718)-270-5300\r\nFax: (718)-712-7436\r\nEmail: <a href=\"mailto:Le6704@netzero.net\">Le6704@netzero.net</a>\r\n\r\nWebsite: <a href=\"http://www.sportingjourneys.com\" target=\"_blank\">www.sportingjourneys.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 15:39:08',0,NULL,NULL,NULL,NULL,0,NULL,0),(2469,17317,'jamaica-lucea-across-the-harbour-swim-regatta',1837,1,'Jamaica: Lucea Across-The-Harbour Swim & Regatta','00:00:00','00:00:00',1,'2014-10-21','2014-10-21','Venue: <em>Hanover</em>\r\n\r\nThis will prove to be an exciting event as the main attraction will be the Lucea “Cross-the Harbour Swim”, alongside other events such as the jet ski competition, show/stunt skiing, show skiing displays and exhibits. Also included will be a traditional boat race and fishing events.\r\n\r\nContact:\r\nBarrington Bucknor\r\nAction Plan Promotions\r\nTel: (876)-362-6445 / 977-0049\r\nEmail: <a href=\"mailto:actionplan_bb@yahoo.com\">actionplan_bb@yahoo.com</a>\r\n\r\nEvent date to be confirmed.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-11 16:18:35',0,NULL,NULL,NULL,NULL,0,NULL,0),(2470,17322,'jamaica-health-home-garden-expo',1837,1,'Jamaica: Health, Home & Garden Expo','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Venue: National Indoor Sports Centre, <em>Kingston</em>\r\n\r\nHealth, Home & Garden Expo continues to promote good clean family oriented entertainment. Through its varied and beautiful displays, informative seminars and demonstrations, helpful health checks and quality entertainment, the exposition continues to encourage the development of beautiful homes and gardens and healthy lifestyles.\r\n\r\nContact:\r\nLatoya Smith\r\n(876) 924-4985\r\nEmail: <a href=\"mailto:hhgmagazine@cwjamaica.com\">hhgmagazine@cwjamaica.com</a>\r\n\r\nEvent date to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2471,17324,'jamaica-port-antonio-intl-marlin-tment',1837,1,'Jamaica: Port Antonio Int\'l Marlin T\'ment','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Venue: Port Antonio<i>, Portland</i>\r\n\r\nThis is the 51<sup>st</sup> staging of this annual event which will once again feature the Port Antonio Canoe Tournament. Last year over 38 boats registered with a total of 186 anglers, 20 of which were international participants.\r\n\r\nContact:\r\nDr. Ron DuQuesnay\r\nTel: (876) 927 0145; 925 0699\r\nFax: (876) 977 6995\r\nEmail: <span style=\"text-decoration: underline;\">rondq@mail..infochan.com</span>\r\n\r\nWebsite: <a href=\"http://www.themarinatportantonio.com \" target=\"_blank\">www.themarinatportantonio.com </a>\r\n<a href=\"http://www.igfatournaments.com \" target=\"_blank\"> www.igfatournaments.com</a>\r\n\r\nEvent date to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-12 10:27:50',0,NULL,NULL,NULL,NULL,0,NULL,0),(2472,17326,'jamaica-restaurant-week-2',1837,1,'Jamaica: Restaurant Week','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','Venue: <em>Kingston</em>\r\n\r\nThis is a week-long event celebrating culinary offerings in not only Kingston, but also Montego Bay, Ocho Rios and now, New York! It’s a unique opportunity for visitors and locals alike to experience “adventures in tastes for less.” Sample the diverse culinary options at prices up to 50% less.\r\n\r\nContact:\r\nStephanie Scott\r\nTel: (876) 978-6245\r\nFax: (876) 946-0454\r\n\r\nDate to be confirmed.\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2473,17328,'jamaica-annies-revenge',1837,1,'Jamaica: Annie\'s Revenge','00:00:00','00:00:00',1,'2014-11-19','2014-11-23','Venue: <em>Montego Bay</em>\r\n\r\nJamaica’s largest international Pro-Am,<b><i> </i></b>sponsored by the Jamaica Tourist Board and NIKE Golf, has quickly become one of golf’s most popular winter tournaments with teams consisting of players from the U.S., Canada, Europe and the Caribbean.\r\n\r\nThe field is open to teams consisting of a PGA or LPGA Golf Professional, Assistant Professional, or Teacher and three (3) amateurs.<b><i> </i></b>\r\n\r\nContact:\r\nMarcia Bullock\r\nJamaica Tourist Board\r\nUSA Office\r\n(305) 665-0557\r\nEmail: <a href=\"mailto:Mbullock@visitjamaica-usa.com\">Mbullock@visitjamaica-usa.com</a>\r\nWebsite:<a href=\"http://www.jamaicaproam.com/index.php \" target=\"_blank\"> http://www.jamaicaproam.com/index.php</a>\r\n\r\nDate to be confirmed.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2474,17329,'jamaica-st-elizabeth-homecoming-week-2',1837,1,'Jamaica: St. Elizabeth Homecoming Week ','00:00:00','00:00:00',1,'2014-11-24','2014-12-01','Venue: South Coast\r\n\r\nA nine day celebration to honour the achievements of St. Elizabeth and to promote the parish as an investment, tourism and cultural destination. The Homecoming week celebrations will also highlight the parish’s culture and sports, the outstanding achievements of the sons and daughters local and internationally, the backdrop of religious and artistic expressions.\r\n\r\nContact:\r\nGeorge Watson\r\nTel: 948-0292/ 967-9724\r\nEmail: <a href=\"mailto:stehfl993@hotmail.com\">stehfl993@hotmail.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-12 11:25:03',0,NULL,NULL,NULL,NULL,0,NULL,0),(2475,17332,'jamaica-jamaica-open-pro-am-2',1837,1,'Jamaica: Jamaica Open & Pro Am','00:00:00','00:00:00',1,'2014-11-27','2014-11-30','Venue: <em>Montego Bay</em>\r\n\r\nThe highly acclaimed Jamaica Open Golf Championship returns to be included in the 2011 golf calendar. The event will include an 18-hole pro-am and 54-hole stroke play tournament where golf professionals from the U.S., Canada, Europe, Latin and South America and the Caribbean compete for the Jamaica Open trophy and cash prize. Cash prizes will be awarded to the top 50 per cent of the professional field as well as the top performing senior pros.\r\n\r\nContact:\r\nGordon Hutchinson,\r\nPresident\r\nTel: (876) 906-7636/7\r\nFax: (876) 906-7635\r\nEmail: <span style=\"text-decoration: underline;\"><a href=\"mailto:jamgolf@n5.com.jm\">jamgolf@n5.com.jm</a></span>\r\nWebsite: <a href=\"http://www.thejga.com\" target=\"_blank\">www.thejga.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2476,17335,'jamaica-jamaica-epicurean-escape',1837,1,'Jamaica: Jamaica Epicurean Escape','00:00:00','00:00:00',1,'2014-11-29','2014-11-30','Venue: Richmond Estate, <em>St. Ann</em>\r\n\r\nThe Jamaica Epicurean Escape is a family event that showcases the best of Jamaica’s food, music and culture, while paying tribute to the international influences that have come together to create what the world now knows and loves as Jamaican. Jamaica\'s premier chefs and culinary personalities, combined with several international celebrity chefs and chefs in training will showcase their best creations. In addition patrons will enjoy specialty shopping, fine wines, beers, great entertainment plus the opportunity to participate in interesting seminars, cooking demonstrations and competitions.\r\n\r\nContact:\r\nMarcia McDonnough\r\nManaging Director\r\nTouchstone Productions\r\nTel: (876) 815-8500 or\r\n(876) 855-0824\r\nEmail: <a href=\"mailto:touchstonenet@gmail.com\">touchstonenet@gmail.com</a>\r\nWebsite: <a href=\"http://jamaicaepicureanescape.com/ \" target=\"_blank\">http://jamaicaepicureanescape.com/</a>\r\n\r\nDate to be confirmed.',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2477,17338,'jamaica-jmmc-all-stages-rally',1837,1,'Jamaica: JMMC All Stages Rally','00:00:00','00:00:00',1,'2014-12-01','2014-12-31','Venue: <em>Bog Walk</em> to <em>New Kingston</em>\r\n\r\nThis is always a memorable, exciting truly Jamaican motorsport event. Though the name of the event has changed over the years, the organizers have been doing this for over 15 years. The Jamaican regulations have been updated to be in line with current FIA regulations. The Organizers have succeeded at making Motorsports one of the most popular spectator sports in Jamaica. The JMMC is an organization endeavoring to promote the best of Motorsports not just in Jamaica but also in the Caribbean.\r\n\r\nContact:\r\nLarry Henriques\r\nJamaica Millenium Motoring Club\r\nTel: (876)-764-9904\r\nFax: (876)-764-9904\r\nEmail: <a href=\"mailto:jmmc@kasnet.com\">jmmc@kasnet.com</a>\r\nWebsite: <a href=\"http://www.jamaicamotorsports.com\" target=\"_blank\">www.jamaicamotorsports.com</a>\r\n\r\nEvent date to be confirmed.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2478,17339,'jamaica-reggae-marathon-2',1837,1,'Jamaica: Reggae Marathon','00:00:00','00:00:00',1,'2014-12-05','2014-12-07','Venue: <em>Negril</em>\r\n\r\nDecember 5 - 7 (race is on last day)\r\n\r\nThe Reggae Marathon & Half Marathon is Jamaica’s premier International Marathon Event. Marathoners, sports enthusiasts as well as beginners, converge in Negril, Jamaica’s capital of casual, for a fun event characterized by good vibes and lots of Reggae music. Enthusiastic supporters come out along the out and back, internationally certified course to support participants. Meanwhile, hard working volunteers offer uniquely packaged water and rehydration fluids at every mile. The pulsating Reggae music at each mile also keeps participants in an “irie” spirit, as they burn the mileage.\r\n\r\nOther related Marathon events, like the internationally rated gourmet Pasta Party and 3 Day Marathon Expo, have participants and supporters alike, humming with activity. The Expo also features the best of Jamaica’s art & craft along with runner related products. The Village Bash & Victory Party caters to the party goers.\r\n\r\nAll in all, the Reggae Marathon Event is uniquely Jamaican with an international appeal.\r\n\r\nContact:\r\nAlfred Francis & Diane Ellis\r\nReggae Marathon Limited\r\n87-89 Tower Street\r\nKingston\r\nTel: (876) 922- 8677\r\nEmail: <a href=\"mailto:frandan@cwjamaica.com\">frandan@cwjamaica.com</a>\r\nWebsite: <a href=\"http://www.reggaemarathon.com\" target=\"_blank\">www.reggaemarathon.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2479,17345,'jamaica-ltm-national-pantomime-2',1837,1,'Jamaica: LTM National Pantomime','00:00:00','00:00:00',1,'2014-12-01','2014-12-31','Venue: <em>Kingston</em>\r\n\r\nThe grand Gala opening will be at the historic Ward Theatre in the island\'s capital city, Kingston. This Jamaican folk musical offers a different play with original song and dances each year.\r\n\r\nContact:\r\n\r\nThe Little Theatre, Kingston\r\nTel: (876) 926 6129 or 906 4959;\r\nFax: (876) 968 0759\r\nEmail: <span style=\"text-decoration: underline;\">bertent1@n5.com.jm</span>\r\n\r\nEvent is held the last week in December - first week in May each year.\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2480,17346,'jamaica-sting',1837,1,'Jamaica: STING','00:00:00','00:00:00',1,'2014-12-26','2014-12-26','Venue: Jamworld, Portmore, <em>St. Catherine</em>\r\n\r\nThis is a uniquely Jamaican music festival that has developed an international appeal, which is second to none throughout the Jamaican diaspora and other cultures. It is the longest running reggae festival in the Western Hemisphere, held on the same date each year – December 26 (Boxing Day). STING has enjoyed a cumulative live audience of over 650,000 in its 29 years of staging, which is more than 20% of Jamaica’s population.\r\n\r\nContact:\r\nIsaiah Laing\r\nExecutive Chairman\r\nSupreme Promotions Limited (SPL) & Downsound Records (DSR)\r\n35 Burlington Avenue\r\nEmail: <span style=\"text-decoration: underline;\"><a href=\"mailto:supremeprojects@hotmail.com\">supremeprojects@hotmail.com</a> </span>\r\nWebsite: <a href=\"http://www.supremepromotionsja.com\" target=\"_blank\"><b>www.supremepromotionsja.com</b></a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2481,17347,'jamaica-harbour-fest-and-fireworks-on-the-waterfront-2',1837,1,'Jamaica: Harbour Fest & Fireworks on the Waterfront','00:00:00','00:00:00',1,'2014-12-31','2014-12-31','Venue: <i>Kingston </i>\r\n\r\nJoin in the warm and welcoming melting pot of thousands of pride-filled Jamaicans from across the island, ringing in the New Year with the phenomenal Fireworks display on the Down Town Harbour. This free event will feature Kiddies village, a massive craft vendors’ arcade and great family entertainment on stage.\r\n\r\nContact:\r\nBarrington Bucknor\r\nAction Plan Promotions\r\nTel: (876)-362-6445 / 977-0049\r\nEmail: <a href=\"mailto:actionplan_bb@yahoo.com\">actionplan_bb@yahoo.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,18,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-13 13:18:05',0,NULL,NULL,NULL,NULL,0,NULL,0),(2482,17348,'belize-the-lamanai-challenge-in-orange-walk',1837,1,'Belize: The Lamanai Challenge in Orange walk','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','This triathlon has participants running from La Milpa to Chan Chich, cycling from Chan Chic to Gallon Jug and then canoeing from Gallon Jug to the finish line at the Lamani archaeological site on the shores of the New River Lagoon.\r\n\r\n<a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\nEvent date to be announced.\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2483,17350,'belize-fiesta-rama',1837,1,'Belize: Fiesta Rama','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Activities and entertainment in People`s Stadium; social and cultural performances.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2484,17352,'belize-san-pedro-lobster-fest',1837,1,'Belize: San Pedro Lobster Fest','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','San Pedro celebrates the lobster season with a week full of activities. A wide array of dishes is show-cased as well as dances held in honour of the lobster.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2485,17355,'belize-placencia-lobster-fest',1837,1,'Belize: Placencia Lobster Fest','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Activities such as a fishing tournament, bicycle race, music, drinks and all lobster dishes.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-13 14:57:51',0,NULL,NULL,NULL,NULL,0,NULL,0),(2486,17357,'belize-caye-caulker-lobster-festival',1837,1,'Belize: Caye Caulker Lobster Festival','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Lobster feasts in Caye Caulker, marking the opening of the lobster season. A variety of lobster dishes are prepared. A Bicycle Race and live music accompanies the fest; honouring patron saint of St. Peter with an early morning boat parade; boats and fishermen are blessed. Fiesta and jump up follows.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2487,17358,'belize-dia-de-san-pedro',1837,1,'Belize: Día de San Pedro ','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','This day is dedicated to celebrating all things San Pedro.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2488,17359,'belize-hopkins-mango-festival',1837,1,'Belize: Hopkins Mango Festival','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Stann Creek villagers set up stalls on the beach, where visitors can enjoy mangoes as the main ingredient in appetizers, entrees and dessert.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2489,17361,'belize-benque-viejo-fiesta',1837,1,'Belize: Benque Viejo Fiesta ','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','<strong></strong>Celebrates patron saint and consists of a cultural show and a fair with marimba bands, foods and games. Also entails nine days of prayer.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2490,17362,'belize',1837,1,'Belize: ','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Showcases Central American and Caribbean films.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2491,17363,'belize-intl-costa-maya-festival',1837,1,'Belize: Int’l Costa Maya Festival','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Held in Ambergris Caye. The festival hosts Int’l music groups as well as cultural dances, international cuisine and Arts & Crafts.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-13 15:09:00',0,NULL,NULL,NULL,NULL,0,NULL,0),(2492,17364,'belize-tres-pescados-slam-tournament',1837,1,'Belize: Tres Pescados Slam Tournament ','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Takes place in Ambergris Caye and is surrounded by some of the best saltwater flats fly fishing in the world. The primary objective for hosting this three-day catch and release fly-fishing tournament is to gather data on our local population of tarpon, permit and bonefish, as well as provide a great way to gather fly fishers from around the world to compete.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2493,17365,'belize-deer-dance-festival',1837,1,'Belize: Deer Dance Festival','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','This traditional Maya cultural event takes place in Toledo and features costumed dancers (a jaguar, a hunter and, of course, deer). The dance continues today as part of cultural preservation efforts.\r\n\r\nDate to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-13 15:27:06',0,NULL,NULL,NULL,NULL,0,NULL,0),(2494,17374,'belize-carnival-king-queen-competition',1837,1,'Belize: Carnival King & Queen Competition','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','Date to be announced.\r\n\r\nFor further details visit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-14 11:12:31',0,NULL,NULL,NULL,NULL,0,NULL,0),(2495,17403,'belize-carnival-road-march',1837,1,'Belize: Carnival Road March','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','March through the streets of Belize ending at the Marion Jones Stadium where the various groups perform to determine the best carnival band.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2496,17405,'belize-battle-of-st-georges-caye-day',1837,1,'Belize: Battle of St.George\'s Caye Day ','00:00:00','00:00:00',1,'2014-09-10','2014-09-10','Public & Bank Holiday; official opening ceremonies and Citizen’s Parade and fair.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2497,17407,'belize-barry-bowens-belikin-bash',1837,1,'Belize: Barry Bowen\'s Belikin Bash','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','This three-day event takes place in Belize City and includes nightly entertainment, food and, of course, plenty of ice cold Belikin Beer.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2498,17408,'belize-pan-american-day',1837,1,'Belize: Pan American Day','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Nationally celebrated with a horse race & cycle race\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2499,17409,'belize-rum-fest-of-orange-walk-district',1837,1,'Belize: Rum Fest of Orange Walk District','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','The Sugar City Rum Festival is a great opportunity for travellers to become more acquainted with Belize\'s Rum Companies\' products, and to learn the secrets of their rum perfecting methods, along with countless choices of cultural foods, friendly locals and an environment conducive to fun.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2500,17410,'belize-battle-of-the-drums',1837,1,'Belize: Battle of the Drums','00:00:00','00:00:00',1,'2014-11-22','2014-11-22','Held in Punta Gorda. The competition and show allows groups to compete and display their musical artistry in playing different categories of Garifuna drumming. It is held annually on the Saturday immediately preceding the 19<sup>th </sup>of November.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2501,17411,'belize-garifuna-settlement-day-2',1837,1,'Belize: Garifuna Settlement Day','00:00:00','00:00:00',1,'2014-11-19','2014-11-19','Marks the 1832 arrival of the Garifuna people to Stann Creek Mainly celebrated in southern Belize. The re-enactment of their arrival is the main attraction with, Religious, Cultural and parade activities continuing for the rest of the day.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2502,17412,'belize-holiday-boat-lighting-parade',1837,1,'Belize: Holiday Boat Lighting Parade ','00:00:00','00:00:00',1,'2014-12-01','2014-12-31','This takes place in San Pedro, Ambergris Caye. Boats are decorated and sailed from Boca del Rio to Coconuts Hotel. There are prize giveaways for the best boat depicting Religious and best overall. The awards party has something fun for the entire family, including picture taking with Santa.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2503,17413,'belize-end-of-the-world-placencia-marathon-half-marathon',1837,1,'Belize: End of the World Placencia Marathon & Half Marathon','00:00:00','00:00:00',1,'2014-12-01','2014-12-31','The marathon course begins at the south end of the Peninsula, goes through Placencia Village, Seine Bight and Maya Beach with multiple views of the Caribbean Sea along the way. The course then loops back a few miles south of Riversdale. The half marathon course loops back about a mile past Seine Bight.\r\n\r\nEvent date to be announced.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2504,17415,'belize-boxing-day',1837,1,'Belize: Boxing Day','00:00:00','00:00:00',1,'2014-12-26','2014-12-26','(Boxing Day) Horse race and cycle race in Burrell Boom Village. The cycle race starts at Palotti High School in Belize City and ends at the Silvestre Stadium in Burrell Boom. The horse race starts at the entrance of the track in Burrell Boom and they run one mile around the track. The horses run in classes. They usually rest for ½ hour and then they run a second lap to determine the winner.\r\n\r\nVisit: <a href=\"http://www.travelbelize.org\" target=\"_blank\">www.travelbelize.org</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,5,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2505,17431,'grenada-carriacou-carnival-2',1837,1,'Grenada: Carriacou Carnival','00:00:00','00:00:00',1,'2014-03-03','2014-03-03','<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<em>Carriacou.</em>\r\n\r\nCarriacou Carnival encompasses wild and wonderfully expressive street dances, soca frenzy, parade of the bands and a calypso competition that combines rhythm with humorous and stinging social commentary.\r\n\r\nCelebrated at the beginning of March this year, the Carriacou Carnival offers the unique highlight and feature of the Shakespeare Mas to onlookers. There is no place else in the world where you can witness the recitation of Shakespeare Mas is a unique highlight and feature of Carriacou’s Carnival that you cannot witness no place else in the world. Men dressed in bright colours engage in a battle of words hoping not to fumble on his lines otherwise surrendering to a stroke of his opponent’s stick.\r\n\r\nWhere else can you hear the recitation of Shakespeare in such a setting?\r\n\r\n<strong>Phone:</strong> 1 (473) 443 7948\r\n<strong>Email:</strong> gbt@spiceisle.com\r\n\r\nSource:<a href=\"http://www.grenadagrenadines.com\" target=\"_blank\"> www.grenadagrenadines.com</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2506,17432,'grenada-south-grenada-regatta-2',1837,1,'Grenada: South Grenada Regatta','00:00:00','00:00:00',1,'2014-03-06','2014-03-06','<div>\r\n\r\nCan you imagine the thrill of sailing on warm waters, live pulsating music and good Grenadian food? Come to Grenada for the Annual South Grenada Regatta to experience all this and more! Just imagine the coming together of like-minded people who all have a love of the ocean creating a great atmosphere. The young and old, local and international all unite with one focus; to have loads of fun. Check out the schedule below:\r\n\r\nFrom the 6th to the 9th March 2014, prepare for an exciting weekend of great sailing and good fun at the Le Phare Bleu Marina and Boutique Hotel.\r\n\r\n<strong>Website:</strong> <a href=\"http://www.southgrenadaregatta.com\" target=\"_blank\">www.southgrenadaregatta.com </a>\r\n<strong>Phone:</strong> (473) 444 2400\r\n<strong>Email:</strong> race@southgrenadaregatta.com\r\n\r\nSource: <a href=\"http://www.grenadagrenadines.com\" target=\"_blank\">www.grenadagrenadines.com</a>\r\n\r\n \r\n\r\n</div>',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2507,17433,'grenada-international-triathlon',1837,1,'Grenada: International Triathlon','00:00:00','00:00:00',1,'2014-04-20','2014-04-20','<strong>Website:</strong> <a href=\"http://www.tridespice.com\" target=\"_blank\">www.tridespice.com</a>\r\n<strong>Phone:</strong> 1 (473) 534 2646\r\n\r\nAlso visit: <a href=\"http://www.grenadagrenadines.com\" target=\"_blank\">www.grenadagrenadines.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-02-18 11:35:28',0,NULL,NULL,NULL,NULL,0,NULL,0),(2508,17434,'grenada-carriacou-maroon-string-band-music-festival-2',1837,1,'Grenada: Carriacou Maroon & String Band Music Festival','00:00:00','00:00:00',1,'2014-04-25','2014-04-27','<strong>Website:</strong> <a href=\"http://www.carriacoumaroon.com\" target=\"_blank\">www.carriacoumaroon.com </a>\r\n<strong>Phone:</strong> 473 443 7948\r\n<strong>Email:</strong> carrgbt@spiceisle.com\r\n\r\nAlso visit: <a href=\"http://www.grenadagrenadines.com\" target=\"_blank\">www.grenadagrenadines.com</a>',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2509,17436,'grenada-petite-martinique-whitsuntide-regatta-festival',1837,1,'Grenada: Petite Martinique Whitsuntide Regatta Festival','00:00:00','00:00:00',1,'2014-06-06','2014-06-30',' \r\n<div>\r\n\r\nIn June of 2014, Grenada’s sister isle of Petite Martinique brings to you its Annual Petite Martinique Whitsuntide Regatta Festival, a special treat for all sailors and boat men alike.\r\n\r\nWith lots of boat races for different classes, this regatta also brings with it many on-shore activities like tug-o-war, beer drinking competitions, swimming races, greasy pole competition, crying competition and lots more activities guaranteed to entertain you.\r\n\r\n<strong>Website:</strong> <a href=\"http://www.petitemartinique.com/regatta\" target=\"_blank\">www.petitemartinique.com/regatta</a>\r\n\r\nEvent date to be confirmed. Starts June 6th, 2014.\r\n\r\nAlso visit: <a href=\"http://www.grenadagrenadines.com\" target=\"_blank\">www.grenadagrenadines.com</a>\r\n\r\n \r\n\r\n</div>',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2510,17437,'grenada-spicemas-festival-3',1837,1,'Grenada: Spicemas Festival','00:00:00','00:00:00',1,'2014-08-11','2014-08-31','<div>\r\n\r\nThe premier cultural event, ‘Spice Mas’ is Grenadian expression in all its glory, climaxing during the second Monday and Tuesday in August. Brimming with pageantry and expression linked to our African, French, British and Caribbean heritage, Carnival is colorful, humorous and full of surprises. Calypsonians, steel pan orchestras, beauty contestants, ‘fancy mas’ bands and others perform and parade to compete for Carnival honors. Grenadians gather to watch, participate and enjoy.\r\n\r\nMany take on disguises in the costumes of ‘Shortknee’ and ‘Jab Jab’ players. The Shortknee tradition combines pieces of distant Grenadian history expressed through masks, dance, chants and colorful costumes. Armored with tiny mirrors to reflect enemies and ankle bells to make music, masqueraders in knee-length pants carry talc powder as they stomp through towns and villages. The powder is a symbol of appreciation and sprinkled on those who make cash donations.\r\n\r\nJab Jab revelers paint their bodies black, put red helmets with make-believe horns on their heads, and march in energetic groups. Originating with African and European rituals, Jab Jab has evolved as an integral part of contemporary Spice Mas, shedding long ago customs of frightening Carnival patrons and establishing a unique rhythmic chant to Carnival. All this and more, can be part of your Spice Experience.\r\n\r\nSource:<a href=\"http://www.grenadagrenadines.com\" target=\"_blank\"> www.grenadagrenadines.com</a>\r\n\r\n<strong>Website:</strong> <a href=\"http://www.spicemasgrenada.com\" target=\"_blank\">www.spicemasgrenada.com </a>\r\n<strong>Phone:</strong> 1 (473) 440 0621\r\n<strong>Email:</strong> admin@spicemasgrenada.com\r\n\r\nEvent starts August 8th (duration of event to be confirmed).\r\n\r\n</div>',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2511,17438,'grenada-carriacou-parang-festival',1837,1,'Grenada: Carriacou Parang Festival','00:00:00','00:00:00',1,'2014-12-19','2014-12-23','<strong>Website:</strong> <a href=\"http://www.carriacouparangfestival.com\" target=\"_blank\">www.carriacouparangfestival.com </a>\r\n<strong>Phone:</strong> 1 (473) 443 7647\r\n<strong>Email:</strong> carriacouparang@gmail.com\r\n\r\nFor details visit: <a href=\"http://www.grenadagrenadines.com\" target=\"_blank\">www.grenadagrenadines.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,13,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2512,17826,'u-s-virgin-islands-st-thomas-historical-walking-tour',1837,1,'U.S. Virgin Islands: St. Thomas Historical Walking Tour','09:00:00','23:30:00',0,'2014-03-09','2014-03-09','St. Thomas\r\n\r\nExplore the historical district of downtown Charlotte Amalie with local historian Felipe Ayala Jr. Tour the 99 Steps and other culturally significant areas, ending in a tour of the St. Thomas Historical Trust Museum.\r\nMeet: Blackbeard\'s Castle\r\nBring: Notebook and water.\r\nMax Group: 25\r\nCost: $35 members/$45 non-members\r\nVisit <a href=\"http://www.friendsvinp.org\" target=\"_blank\">www.friendsvinp.org</a> or call 340-779-4940 for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 09:39:11',0,NULL,NULL,NULL,NULL,0,NULL,0),(2513,17827,'u-s-virgin-islands-jazz-in-the-park-block-party',1837,1,'U.S. Virgin Islands: Jazz in the Park Block Party','17:30:00','23:30:00',0,'2014-04-04','2014-04-04','St. Thomas\r\n\r\nFree musical event in historical downtown Charlotte Amalie including a street fair that highlights food vendors, arts & craft suppliers, and children\'s activities. Bring your blanket & refreshments and join us for a family fun event.\r\n\r\n<a href=\"http://www.visitusvi.com\" target=\"_blank\">www.visitusvi.com </a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 09:43:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(2514,17829,'u-s-virgin-islands-2014-carnival-toddlers-derbybest-dressed-doll',1837,1,'U.S. Virgin Islands: 2014 Carnival Toddlers Derby/Best Dressed Doll','19:00:00','23:30:00',0,'2014-04-20','2014-04-20','St. Thomas\r\n\r\n2014 VI Carnival Toddlers Derby/Best Dressed Doll at Lionel Roberts Stadium.\r\n\r\nCall 340-690-5552 or email: <em>jouvert@viaccess.net</em> for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 09:45:02',0,NULL,NULL,NULL,NULL,0,NULL,0),(2515,17831,'u-s-virgin-islands-2014-vi-carnival-traditional-games',1837,1,'U.S. Virgin Islands: 2014 VI Carnival Traditional Games','21:00:00','23:30:00',0,'2014-04-20','2014-04-20','St. Thomas\r\n\r\nExperience traditional Caribbean games at the 2014 VI Carnival at Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2516,17832,'u-s-virgin-islands-carnival-at-the-schneider-regional-medical-center',1837,1,'U.S. Virgin Islands: Carnival at the Schneider Regional Medical Center','18:00:00','23:30:00',0,'2014-04-21','2014-04-21','St. Thomas\r\n\r\nCelebrate Carnival. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2517,17833,'u-s-virgin-islands-junior-calypso-competition',1837,1,'U.S. Virgin Islands: Junior Calypso Competition','20:00:00','23:30:00',0,'2014-04-22','2014-04-22','Feel the rhythm of the islands at the Junior Calypso Competition at Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2518,17834,'u-s-virgin-islands-cultural-nightking-and-queen-of-the-band',1837,1,'U.S. Virgin Islands: Cultural Night/King and Queen of the Band','20:00:00','23:30:00',0,'2014-04-23','2014-04-23','St. Thomas\r\n\r\nJoin us for Cultural Night as we crown the King and Queen of the Band.\r\n\r\nVisit: <a href=\"http://www.visitusvi.com\" target=\"_blank\">www.visitusvi.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 09:58:45',0,NULL,NULL,NULL,NULL,0,NULL,0),(2519,17836,'u-s-virgin-islands-vi-calypso-competition',1837,1,'U.S. Virgin Islands: VI Calypso Competition','20:00:00','23:30:00',0,'2014-04-24','2014-04-24','St. Thomas\r\n\r\nFeel the rhythm of the islands at the VI Calypso Competition at Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 12:04:11',0,NULL,NULL,NULL,NULL,0,NULL,0),(2520,17837,'u-s-virgin-islands-calypso-revue',1837,1,'U.S. Virgin Islands: Calypso Revue','20:00:00','23:30:00',0,'2014-04-26','2014-04-26','St. Thomas\r\n\r\nFeel the rhythm of the islands at the Calypso Revue at Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2521,17839,'u-s-virgin-islands-carnival-water-sports',1837,1,'U.S. Virgin Islands: Carnival Water Sports','10:00:00','23:30:00',0,'2014-04-27','2014-04-27','St. Thomas\r\n\r\nCelebrate Carnival in Charlotte Amalie Harbor. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 12:24:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2522,17841,'u-s-virgin-islands-steelband-jamboree',1837,1,'U.S. Virgin Islands: Steelband Jamboree','17:00:00','23:30:00',0,'2014-04-27','2014-04-27','St. Thomas\r\n\r\nFeel the rhythm of the islands at the Steelband Jamboree. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 13:22:59',0,NULL,NULL,NULL,NULL,0,NULL,0),(2523,17843,'u-s-virgin-islands-jouvert',1837,1,'U.S. Virgin Islands: Jouvert','00:00:00','00:00:00',1,'2014-05-01','2014-05-01','Details to be announced.\r\n\r\nVisit: <a href=\"http://www.visitusvi.com\" target=\"_blank\">www.visitusvi.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2524,17845,'u-s-virgin-islands-childrens-parade',1837,1,'U.S. Virgin Islands: Children\'s Parade','10:00:00','23:30:00',0,'2014-05-02','2014-05-02','St. Thomas\r\n\r\nChildren\'s carnival parade with Grand Marshal Alfred \"Chubby\" Lockhart, Jr. In Rothschild Francis Square (Market Square) next to Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2525,17846,'u-s-virgin-islands-adults-parade',1837,1,'U.S. Virgin Islands: Adult\'s Parade','10:00:00','23:30:00',0,'2014-05-03','2014-05-03','Experience carnival at the Adult\'s Parade with Grand Marshal Lubin V. \"Butch\" Roberts in the Western Cemetery next to Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2526,17847,'u-s-virgin-islands-carnival-fireworks-show',1837,1,'U.S. Virgin Islands: Carnival Fireworks Show','21:00:00','23:30:00',0,'2014-05-03','2014-05-03','St. Thomas\r\n\r\nCelebrate the colors of carnival with a fireworks show over Charlotte Amalie Harbor. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2527,17849,'u-s-virgin-islands-vi-carnival-2014',1837,1,'U.S. Virgin Islands: VI Carnival 2014','00:00:00','00:00:00',1,'2014-05-03','2014-05-03','St. Thomas\r\n\r\nTBA\r\n\r\nJoin us for \"The Biggest Fete Ever Seen,\" Carnival 2014! Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.\r\n\r\nThe Opening of Carnival Village also happens on Saturday May 3rd at starting at 6 pm. - Contact information same as above.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-05 14:51:34',0,NULL,NULL,NULL,NULL,0,NULL,0),(2528,17851,'u-s-virgin-islands-2014-vi-carnival-prince-and-princess-show',1837,1,'U.S. Virgin Islands: 2014 VI Carnival Prince and Princess Show','00:00:00','00:00:00',1,'2014-05-11','2014-05-11','St. Thomas\r\n\r\nTBA\r\n\r\nSee who will be crowned princes and princess of 2014 VI Carnival at the Prince & Princess Selection Show at Lionel Roberts Stadium. Call 340-690-5552 or email <a href=\"mailto:jouvert@viaccess.net\">jouvert@viaccess.net</a> for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2529,17853,'u-s-virgin-islands-game-fishing-clubs-july-open-billfish-tournament',1837,1,'U.S. Virgin Islands: Game Fishing Club\'s July Open Billfish Tournament','00:00:00','00:00:00',1,'2014-07-09','2014-07-11','The 51st Annual July Open Tournament. For more information, visit <a href=\"https://vigfc.com\" target=\"_blank\">https://vigfc.com</a>.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2530,17855,'u-s-virgin-islands-3rd-annual-virgin-island-billfish-tournament-for-haiti',1837,1,'U.S. Virgin Islands: 3rd Annual Virgin Island Billfish Tournament for Haiti','00:00:00','00:00:00',1,'2014-08-14','2014-08-15','St. Thomas\r\n\r\nThis event is located at the American Yacht Harbor in St. Thomas. Fishermen come together to participate in this competitive tournament. Captains meeting is held at the Virgin Island Game Fishing Club and awards dinner on the Marlin Deck at American Yacht Harbor. For more information, visit <a href=\"http://www.caribbeanrose.org/V.I.html\" target=\"_blank\">http://www.caribbeanrose.org/V.I.html.</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2531,17859,'u-s-virgin-islands-marlin-fest',1837,1,'U.S. Virgin Islands: Marlin Fest','00:00:00','00:00:00',1,'2014-08-16','2014-08-22','St. Thomas\r\n\r\nMarlin Fest is a series of Blue Marlin Tournaments that\'s free for everyone to enjoy! The event is located at Red Hook on St. Thomas. For more information, visit <a href=\"http://www.abmt.vi\" target=\"_blank\">http://www.abmt.vi</a>',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-06 10:51:44',0,NULL,NULL,NULL,NULL,0,NULL,0),(2532,17860,'u-s-virgin-islands-usvi-openatlantic-blue-marlin-tournament',1837,1,'U.S. Virgin Islands: USVI Open/Atlantic Blue Marlin Tournament','00:00:00','00:00:00',1,'2014-08-18','2014-08-22','St. Thomas\r\n\r\nVisit <a href=\"http://www.abmt.vi\" target=\"_blank\">http://www.abmt.vi</a> for information.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2533,17861,'u-s-virgin-islands-reggae-emancipation',1837,1,'U.S. Virgin Islands: Reggae Emancipation','22:00:00','23:30:00',0,'2014-09-21','2014-09-21','St. Thomas\r\n\r\nLive performances by Niyorah, Lutan Fyah and Pressure Buss Pipe at the Metropolis Lounge. Doors open at 10 p.m., show starts at Midnight. Tickets are $25 in advance and $35 at the door.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-06 11:27:18',0,NULL,NULL,NULL,NULL,0,NULL,0),(2534,17863,'u-s-virgin-islands-39th-annual-charter-yacht-show',1837,1,'U.S. Virgin Islands: 39th Annual Charter Yacht Show','00:00:00','00:00:00',1,'2014-11-04','2014-11-06','<div>\r\n\r\nSt. Thomas\r\n\r\nThe Virgin Islands Charter Yacht League (VICL) will be hosting the 39th Annual Fall yacht show at Yacht Haven Grande Marina. This event is for everyone! Meet the captains and crews of these yachts that set the standard for excellence in the charter industry. For more information, visit <a href=\"http://www.vicl.org/show-program.html\" target=\"_blank\">http://www.vicl.org/show-program.html</a>.\r\n\r\n</div>',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-06 11:20:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(2535,17921,'st-eustatius-statia-sustainable-conference-and-exhibition',1837,-1,'St. Eustatius: Statia Sustainable Conference and Exhibition','00:00:00','00:00:00',1,'2014-09-25','2014-09-27','<strong>Statia Sustainable Conference and Exhibition.</strong>\r\nTheme: Tourism and Development in the Community/Community Tourism.\r\n\r\nFor more information contact:\r\nThe St. Eustatius Tourism Development Foundation\r\nFort Oranje, Oranjestad\r\nSt. Eustatius\r\nDutch Caribbean\r\nWebsite: <a href=\"http://www.statiatourism.com\" target=\"_blank\"><span style=\"text-decoration: underline;\">www.statiatourism.com</span></a>\r\n\r\nTelephone : +599 318-2433\r\nFax : +599 318-2433\r\n\r\nEmail: info@statiatourism.com | maya.leon-pandt@statiatourism.com\r\n\r\n<img class=\"alignnone size-full wp-image-17928\" alt=\"statia\" src=\"http://www.onecaribbean.org/wp-content/uploads/statia.png\" width=\"626\" height=\"810\" />',0,NULL,'00:00:00',0,0,22,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-11 12:10:39',0,NULL,NULL,NULL,NULL,0,NULL,0),(2536,18098,'guyana-wedding-expo',1837,1,'Guyana: Wedding Expo','00:00:00','00:00:00',1,'2014-04-01','2014-04-30','Date: To be announced.\r\n\r\nVenue: Roraima Duke Lodge, 94-95 Duke St., Kingston\r\nContact: Roraima Group of Companies - 592 225 9648',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-18 14:55:57',0,NULL,NULL,NULL,NULL,0,NULL,0),(2537,18099,'guyana-pakaraima-mountains-safari',1837,1,'Guyana: Pakaraima Mountains Safari','00:00:00','00:00:00',1,'2014-04-12','2014-04-20','Venue: Pakaraima Mountains\r\nContact: Rainforest Tours - 592 231 5661\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-18 13:26:48',0,NULL,NULL,NULL,NULL,0,NULL,0),(2538,18143,'guyana-rupununi-rodeo',1837,1,'Guyana: Rupununi Rodeo','00:00:00','00:00:00',1,'2014-04-19','2014-04-21','Venue: Triple \'R\' Ground, Lethem\r\nContact: Guyana Tourism Authority - 592 219 0094\r\n\r\nWebsite: <a href=\"http://www.guyana-tourism.com\" target=\"_blank\">www.guyana-tourism.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2539,18160,'guyana-indian-arrival-day',1837,1,'Guyana: Indian Arrival Day','00:00:00','00:00:00',0,'2014-05-05','2014-05-05','Venue: National Holiday\r\nContact: Guyana Hindu Dharmic Sabha - 592 227 6181\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2540,18161,'guyana-fam-festival-food-arts-music',1837,1,'Guyana: FAM Festival (Food, Arts & Music)','00:00:00','00:00:00',1,'2014-05-26','2014-05-26','Venue: Guyana National Stadium, Providence, E.B.D\r\nContact: Guyenterprise - 592 226 9874\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2541,18163,'guyana-auto-expo-2',1837,1,'Guyana: Auto Expo','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','Date to be announced.\r\n\r\nVenue: Guyana National Stadium, Providence, E.B.D\r\nContact: Destiny Entertainment - 592 220 9477\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2542,18168,'guyana-pine-apple-festival',1837,1,'Guyana: Pine Apple Festival','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Date to be announced.\r\n\r\nVenue: Mainstay Village Square, Essequibo\r\nContact: Evonne Pearson - 592 649 1356\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2543,18169,'guyana-berbice-expo-2014',1837,1,'Guyana: Berbice Expo 2014','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Date to be announced.\r\n\r\nVenue: Albion Sports Complex\r\nContact: Central Corentyne Chamber of Commerce - 592 337 4778',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2544,18171,'guyana-moruka-day',1837,1,'Guyana: Moruka Day','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Date to be announced.\r\n\r\nVenue: Moruka Village, Essequibo\r\nContact: Ministry of Amerindian Affairs - 592 225 8416',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2545,18172,'guyana-bartica-summer-regatta',1837,1,'Guyana: Bartica Summer Regatta','00:00:00','00:00:00',1,'2014-07-01','2014-07-31','Date to be announced.\r\n\r\nVenue: Bartica Beach Front\r\nContact: Hopkinson Mining - 592 455 2301',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2546,18173,'guyana-emancipation-day-celebrations',1837,1,'Guyana: Emancipation Day Celebrations','00:00:00','00:00:00',1,'2014-08-01','2014-08-01','Venue: Lake Mainstay Resort,Mainstay Village, Essequibo\r\nContact: Lake Mainstay Resort - 592 771 4959\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2547,18175,'guyana-lake-mainstay-summer-regatta-2014',1837,1,'Guyana: Lake Mainstay Summer Regatta 2014','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Date to be announced.\r\n\r\nVenue: Lake Mainstay Resort,Mainstay Village, Essequibo\r\nContact: Lake Mainstay Resort - 592 771 4959',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2548,18177,'guyana-jamzone-summer-week',1837,1,'Guyana: Jamzone Summer Week','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Event date to be announced.\r\n\r\nVenue: Several Venues\r\nContact: Hits and Jams Promotions - 227 0580,\r\n<a href=\"mailto:hitsandjams@gmail.com\">hitsandjams@gmail.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2549,18178,'guyana-wakenaam-night',1837,1,'Guyana: Wakenaam Night','00:00:00','00:00:00',1,'2014-08-01','2014-08-31','Event date to be announced.\r\n\r\nVenue: Community Centre Ground, Wakenaam Island, Essequibo\r\nContact: Mustak Mohamed - 592 684 8328',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2550,18179,'guyana-amerindian-heritage-month',1837,1,'Guyana: Amerindian Heritage Month','00:00:00','00:00:00',1,'2014-09-01','2014-09-30','Dates of events to be announced.\r\n\r\nVenue: Nation Wide Celebration\r\nContact: Ministry of Amerindian Affairs - 592 225 8416\r\n\r\n ',0,NULL,'00:00:00',0,0,16,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2551,18337,'u-s-virgin-islands-96th-transfer-day-commemoration',1837,1,'U.S. Virgin Islands: 96th Transfer Day Commemoration','00:00:00','00:00:00',1,'2014-03-31','2014-03-31','St. John, U.S. Virgin Islands\r\n\r\nCommemorate when the Danish West Indies ceded to the United States from Denmark, thus becoming the U.S. Virgin Islands, with cultural music and dance presentations at the Museum and Library Archives open house in the Estate Whim Museum.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2552,18338,'u-s-virgin-islands-hike-with-the-super',1837,1,'U.S. Virgin Islands: Hike With the \"Super\"','00:00:00','00:00:00',1,'2014-04-02','2014-04-02','St. John, U.S. Virgin Islands.\r\n\r\nJoin Virgin Islands National Park Superintendent Brion FitzGerald for a hike and picnic lunch to one of his favorite locations in the park! This is a unique opportunity to see the park from a fresh perspective.\r\nMeet: National Park Visitor Center\r\nBring: Sunscreen, hat, lunch, and water.\r\nMax Group: 20\r\nCost: $45 members/$55 non-members\r\nVisit <a title=\"www.friendsvinp.org\" href=\"http://www.friendsvinp.org\" target=\"_blank\">www.friendsvinp.org</a> or call 340-779-4940 for more information.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2553,18399,'u-s-virgin-islands-beach-to-beach-power-swim-2',1837,1,'U.S. Virgin Islands: Beach-to-Beach Power Swim','00:00:00','00:00:00',1,'2014-05-24','2014-05-25','St. John, USVI\r\n\r\nThe 11th annual Memorial Day weekend Beach-to-Beach Power Swim will be Saturday, May 24. Join us for this challenging and fun open-water swim in the pristine and protected waters of VI National Park. There are three courses to choose from, all of which start at Maho Bay Beach: to Cinnamon Bay (1 mile); to Trunk Bay (2¼ miles); to Hawksnest Bay (3½ miles). Form a relay team or swim it by yourself. For complete course descriptions, visit <a href=\"http://www.friendsvinp.org/swim\" target=\"_blank\">www.friendsvinp.org/swim.</a>',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-28 09:52:19',0,NULL,NULL,NULL,NULL,0,NULL,0),(2554,18400,'u-s-virgin-islands-st-john-festival-2',1837,1,'U.S. Virgin Islands: St. John Festival','00:00:00','00:00:00',1,'2014-06-01','2014-06-30','St. John, USVI\r\n\r\nCelebrate carnival with parades, music and Caribbean food in St. John all month long.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-28 09:55:26',0,NULL,NULL,NULL,NULL,0,NULL,0),(2555,18404,'u-s-virgin-islands-annual-coral-bay-thanksgiving-regatta-st-john',1837,1,'U.S. Virgin Islands: Annual Coral Bay Thanksgiving Regatta, St. John','00:00:00','00:00:00',1,'2014-11-30','2014-11-30','St. John, USVI\r\n\r\nAll classes of boats are welcome to enter the Thanksgiving Regatta at Coral bay, where the U.S. Virgin Islands boast world-renowned Caribbean island-hopping sailing. The event is sponsored each year by the Coral Bay Yacht Club. For more information, call (340) 513-4955.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2556,18406,'u-s-virgin-islands-st-croix-food-and-wine-experience',1837,1,'U.S. Virgin Islands: St. Croix Food and Wine Experience','00:00:00','00:00:00',1,'2014-04-06','2014-04-12','St. Croix, USVI\r\n\r\nThe St. Croix Food & Wine Experience, named one of the Ten Best International Food and Wine Festivals by Forbes Travel, showcases the diverse cuisine and wine available on St. Croix, U.S. Virgin Islands. The multi-day event benefits the St. Croix Foundation, a nonprofit community foundation that directs resources toward high impact initiatives in the areas of public education reform, public safety and island beautification. The event was started in 2001 by restaurant owners Katherine Pugliese of Eat@CaneBay, and Kelly Odom of Tutto Bene, and is recognized as the preeminent food and wine event in the Caribbean.<a href=\"http://www.stxfoodandwine.com\" target=\"_blank\"> http://www.stxfoodandwine.com</a>\r\n\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2557,18407,'u-s-virgin-islands-triathlon-christiansted-jump-up',1837,1,'U.S. Virgin Islands: Triathlon Christiansted Jump Up','18:00:00','22:00:00',0,'2014-05-02','2014-05-02','St. Croix, USVI\r\n\r\nJump Up, which is held four times each year, is a \"carnival like\" cultural party held in the streets and along the boardwalk of Christiansted. It has become one of the island\'s favorite social events for both locals and visitors alike. It is sponsored by the CRRA (Christiansted Restaurant & Retail Association).\r\n\r\nThe streets are closed down and the party begins at 6 p.m. and goes until about 10 p.m. Stores and restaurants in town stay open late, offering special discounts. You will also find many vendors on the streets, offering food and drink, arts and crafts, fine hand-crafted jewelry and much more.\r\n\r\n<strong>This event also happens - </strong>\r\n\r\n<strong>July 11, 6-10 pm </strong>\r\n\r\n<strong>November 29, 6-10 pm.</strong>\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-03-28 15:18:26',0,NULL,NULL,NULL,NULL,0,NULL,0),(2558,18409,'u-s-virgin-islands-captain-morgan-ironman-70-3-st-croix',1837,1,'U.S. Virgin Islands: Captain Morgan Ironman 70.3 St. Croix','00:00:00','00:00:00',1,'2014-05-04','2014-05-04','St. Croix, USVI\r\n\r\nThe Captain Morgan Ironman 70.3 St. Croix is one of the oldest, and greatest, races in triathlon history. Together for the first time this year, we will make even more history as we celebrate 26 years of the Ironman.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2559,18410,'u-s-virgin-islands-st-croix-yacht-club-memorial-day-race',1837,1,'U.S. Virgin Islands: St. Croix Yacht Club Memorial Day Race','00:00:00','00:00:00',1,'2014-05-04','2014-05-04','St. Croix, USVI\r\n\r\nVisit <a href=\"http://www.stcroixyc.com\" target=\"_blank\">www.stcroixyc.com</a> for race information and scheduling.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2560,18411,'u-s-virgin-islands-mango-melee-tropical-fruit-festival',1837,1,'U.S. Virgin Islands: Mango Melee & Tropical Fruit Festival','00:00:00','00:00:00',1,'2014-07-06','2014-07-06','St. Croix, USVI\r\n\r\nSummertime in St. Croix is mango season, and the abundance of the season will be celebrated at the 15th Annual Mango Melee and Tropical Fruit Festival at the St. George Village Botanical Garden on Sunday, July 6 from noon until 6:30 pm. The Fruit Festival is guaranteed to be a full day of fun, learning and sensory experiences for everyone, young and old. <a href=\"http://www.gotostcroix.com/events/mango-melee\" target=\"_blank\">http://www.gotostcroix.com/events/mango-melee</a>',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2561,18447,'u-s-virgin-islands-annual-paddle-for-the-east-end-marine-park',1837,1,'U.S. Virgin Islands: Annual Paddle for the East End Marine Park ','08:00:00','15:00:00',0,'2014-09-01','2014-09-01','St. Croix, USVI.\r\n\r\nCome join the Friends of the East End Marine park as they host the 3rd Annual Stand Up Paddle Boarding Race. This is a family friendly event to be held at Cramers Parks. All proceeds will go to the East End Marine Park. For more details visit: <a href=\"http://www.friendsofstxeemp.org/stand-up-paddle-board-race.html\" target=\"_blank\">www.friendsofstxeemp.org/stand-up-paddle-board-race.html</a>.',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2562,18448,'u-s-virgin-islands-14th-annual-golden-hook-guygal-reel-challenge',1837,1,'U.S. Virgin Islands: 14th Annual Golden Hook Guy/Gal Reel Challenge','00:00:00','00:00:00',1,'2014-10-05','2014-10-06','St. Croix, USVI.\r\n\r\n14th Annual Golden Hook Guy/Gal Reel Challenge will be hosted on Oct 5-6. For more information: <a href=\"http://www.fishstx.com\" target=\"_blank\">http://www.fishstx.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2563,18449,'u-s-virgin-islands-18th-annual-vi-coral-reef-swim',1837,1,'U.S. Virgin Islands: 18th Annual VI Coral Reef Swim','00:00:00','00:00:00',1,'2014-10-13','2014-10-13','St. Croix, USVI.\r\n\r\nEnter the 18th Annual VI Coral Reef swim! This open-water course makes its way along the North East shore of St. Croix to the finish line at The Buccaneer hotel. Awards ceremony to follow. If open-water swimming isn\'t your thing, come cheer on these thrill-seekers as they run up on the beach and cross the finish line! Live music and entertainment will be provided. Last year\'s race attracted more than 150 swimmers from all over the world. For more information about the race go to <a href=\"http://www.swimrace.com\" target=\"_blank\">www.swimrace.com</a>.\r\n\r\nEvent time schedule to be announced.\r\n\r\n ',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2564,18452,'u-s-virgin-islands-st-croix-international-regatta',1837,1,'U.S. Virgin Islands: St. Croix International Regatta','00:00:00','00:00:00',1,'2014-11-14','2014-11-17','St. Croix, USVI.\r\n<div>\r\n\r\nContact Matt Tove at 340-773-9531 or <a href=\"mailto:stcroixyc@gmail.com\">stcroixyc@gmail.com</a>\r\nFax: 340-778-8350\r\nWebsite:<a href=\"http://www.stcroixyc.com/regatta\" target=\"_blank\"> http://www.stcroixyc.com/regatta</a>\r\n\r\nTBA\r\n\r\n</div>',0,NULL,'00:00:00',0,0,29,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2565,20167,'st-eustatius-3rd-annual-statia-sustainable-conference-and-exhibition',1837,1,'St. Eustatius: 3rd Annual Statia Sustainable Conference and Exhibition','00:00:00','00:00:00',1,'2014-09-25','2014-09-27','The St. Eustatius Tourism Development Foundation invites you to the 3rd Annual Statia Conference on Sustainable Development (SSC - 03). Themed \"Tourism and Development in the community/community tourism\"\r\n\r\nFor more information regarding SSC - 03 contact the Tourism Bureau at: 599 318 2433 | maya.leon-pandt@statiatourism.com |<a href=\"http://www.statiatourism.com\" target=\"_blank\"> www.statiatourism.com</a>',0,NULL,'00:00:00',0,0,22,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2566,20731,'love-sunshine-destination-wedding-conf-expo',2,1,'Love & Sunshine Destination Wedding Conf & Expo','00:00:00','00:00:00',0,'2014-10-26','2014-10-29','Love & Sunshine Destination Wedding Conference and Expo will welcome some of South Florida’s most philanthropic and influential community leaders and dedicated business professionals who come together to stand up for the fight against breast cancer.\r\n\r\nThe Pink Gala “Cheers to Life” will include a silent auction – The Finest in Wine, Travel & Lifestyle Items – An Evening of Entertainment and Support against Breast Cancer. The Pink Gala will help raise funds to support our mission to help brides, men and women suffering from breast cancer. The annual event is supported by South Florida’s most generous and prominent philanthropists.\r\n\r\n<a href=\"http://white-light-studios.com/lovensunshine/emailblast/love.html\" target=\"_blank\">http://white-light-studios.com/lovensunshine/emailblast/love.html</a>\r\n\r\n<a href=\"http://white-light-studios.com/lovensunshine/emailblast/love.html\" target=\"_blank\"><img class=\"alignleft size-full wp-image-20733\" alt=\"loveweddingconfexpo\" src=\"http://www.onecaribbean.org/wp-content/uploads/loveweddingconfexpo.jpg\" width=\"696\" height=\"509\" /></a>',0,NULL,'00:00:00',0,0,0,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2567,21195,'antigua-barbuda-fishing-tournament-seafood-festival',1837,1,'Antigua & Barbuda: Fishing Tournament & Seafood Festival','00:00:00','00:00:00',1,'2014-09-26','2014-09-27','Francis Nunes Jr. Memorial Fishing Tournament & Seafood Festival.\r\n\r\nSeptember 26 - 27, 2014\r\n\r\nFor further details: <a href=\"www.antiguabarbudasportsfishing.com\" target=\"_blank\">www.antiguabarbudasportsfishing.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2568,21196,'antigua-barbuda-turtle-watching-season-2',1837,1,'Antigua & Barbuda: Turtle Watching Season','00:00:00','00:00:00',1,'2014-07-01','2014-10-31','Turtle Watching Season\r\n\r\nFor further details: <a href=\"http://live.visitantiguabarbuda.com/\" target=\"_blank\">visitantiguabarbuda.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-12 13:34:18',0,NULL,NULL,NULL,NULL,0,NULL,0),(2569,21198,'antigua-barbuda-barbuda-independence-fishing-tournament',1837,1,'Antigua & Barbuda: Barbuda Independence Fishing Tournament','00:00:00','00:00:00',1,'2014-10-26','2014-10-27','Venue: Barbuda\r\n\r\nFor further details: <a href=\"http://live.visitantiguabarbuda.com/\" target=\"_blank\">visitantiguabarbuda.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2570,21199,'antigua-barbuda-national-dress-day-heritage-day',1837,1,'Antigua & Barbuda: National Dress Day / Heritage Day','00:00:00','00:00:00',1,'2014-10-31','2014-10-31','For further details: <a href=\"http://live.visitantiguabarbuda.com/\" target=\"_blank\">visitantiguabarbuda.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2571,21200,'antigua-barbuda-spring-gardens-moravian-independence-food-fair',1837,1,'Antigua & Barbuda: Spring Gardens Moravian Independence Food Fair','00:00:00','00:00:00',1,'2014-10-01','2014-10-31','Spring Gardens Moravian Independence Food Fair - End October\r\n\r\nContact: (268) 461-0656 / (268) 461-3470 / <a href=\"http://live.visitantiguabarbuda.com/\" target=\"_blank\"> visitantiguabarbuda.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2572,21203,'antigua-barbuda-best-in-the-west-fishing-tournament-2',1837,1,'Antigua & Barbuda: Best in the West Fishing Tournament','00:00:00','00:00:00',1,'2014-11-07','2014-11-08','For further details visit: <a href=\"www.antiguabarbudasportsfishing.com\" target=\"_blank\">www.antiguabarbudasportsfishing.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-12 14:43:17',0,NULL,NULL,NULL,NULL,0,NULL,0),(2573,21204,'antigua-barbuda-national-tourism-week',1837,1,'Antigua & Barbuda: National Tourism Week','00:00:00','00:00:00',1,'2014-11-01','2014-11-30','National Tourism Week\r\n\r\nTo be scheduled - Late November\r\n\r\nFor further details: <a href=\"http://www.visitantiguabarbuda.com/\" target=\"_blank\">www.visitantiguabarbuda.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2574,21205,'antigua-barbuda-16th-annual-moods-of-pan',1837,1,'Antigua & Barbuda: 16th Annual Moods of Pan','00:00:00','00:00:00',1,'2014-11-30','2014-12-01','For further details visit: <a href=\"http://www.visitantiguabarbuda.com/\" target=\"_blank\">visitantiguabarbuda.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2575,21206,'antigua-barbuda-52nd-annual-charter-yacht-show',1837,1,'Antigua & Barbuda: 52nd Annual Charter Yacht Show','00:00:00','00:00:00',1,'2014-12-05','2014-12-11','Contact: (268) 460 1799/(268) 460 6128\r\n\r\n<a href=\"http://www.antiguayachtclub.com\" target=\"_blank\">www.antiguayachtclub.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-12 14:58:25',0,NULL,NULL,NULL,NULL,0,NULL,0),(2576,21208,'antigua-barbuda-heroes-day-public-holiday',1837,1,'Antigua & Barbuda: Heroes\' Day (Public Holiday)','00:00:00','00:00:00',1,'2014-12-09','2014-12-09','For further details visit: <a href=\"http://www.visitantiguabarbuda.com/\" target=\"_blank\">www.visitantiguabarbuda.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2577,21209,'antigua-barbuda-ayc-high-tides-series',1837,1,'Antigua & Barbuda: AYC High Tides Series','00:00:00','00:00:00',1,'2014-12-20','2014-12-27','Antigua Yacht Club (AYC) High Tides Series - Dec. 20, 25, 27\r\n\r\nTel: (268) 460 1799 / (268) 460 6128\r\n\r\n<a href=\"http://www.antiguayachtclub.com\" target=\"_blank\">www.antiguayachtclub.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2578,21211,'antigua-barbuda-christmas-extravaganza-barbuda',1837,1,'Antigua & Barbuda: Christmas Extravaganza (Barbuda) ','00:00:00','00:00:00',1,'2014-12-24','2014-12-24','For further details: <a href=\"http://www.visitantiguabarbuda.com/\" target=\"_blank\">www.visitantiguabarbuda.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2579,21212,'antigua-barbuda-antigua-yacht-club-nelsons-pursuit',1837,1,'Antigua & Barbuda: Antigua Yacht Club \'Nelson\'s Pursuit\'','00:00:00','00:00:00',1,'2014-12-31','2014-12-31','Contact info: (268) 460 1799 / (268) 460 6128\r\n\r\n<a href=\"http://www.antiguayachtclub.com\" target=\"_blank\">www.antiguayachtclub.com</a>',0,NULL,'00:00:00',0,0,2,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2580,21406,'bahamas-bnt-wine-art-festival',1837,1,'Bahamas: BNT Wine & Art Festival','00:00:00','00:00:00',1,'2014-10-24','2014-10-25','Venue: Bahamas National Trust, Nassau / Paradise Island\r\n\r\nAn evening showcasing fine wine and Bahamian art and music.\r\n\r\nFor more information visit: <a href=\"http://www.bnt.bs/\" target=\"_blank\">www.bnt.bs</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2581,21407,'the-bahamas-graycliff-chocolate-coffee-and-cigars',1837,1,'The Bahamas: Graycliff - chocolate, coffee and cigars','00:00:00','00:00:00',1,'2014-01-01','2014-12-31','<div>\r\n\r\nVenue: Graycliff Hotel, Nassau.\r\n\r\nCigar rolling lessons can be booked with one of the 16 master rollers of Graycliff’s award winning boutique Cigar Company.\r\nGraycliff Hotel & Restaurant, the 5-star resort, has opened its kitchen doors to guests who wish to take a culinary tour like no other. The Graycliff Culinary Academy will offer guests interactive cooking classes by appointment. Rum tasting tours are also available.\r\nGraycliff will shortly have its very own state-of-the-art factory, which will create heavenly chocolate and truffles with very special cocoa blends. Perfect partnered with the Graycliff 100% Certified Organic Espresso and Graycliff Signature House Blend Coffee.\r\n\r\nContact details:\r\nWebsite: <a href=\"http://www.graycliff.com/\" target=\"_blank\">www.graycliff.com</a>\r\n\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-15 11:33:15',0,NULL,NULL,NULL,NULL,0,NULL,0),(2582,21409,'the-bahamas-intl-cultural-festival',1837,1,'The Bahamas: Int\'l Cultural Festival','00:00:00','00:00:00',1,'2014-10-18','2014-10-19','Venue: Botanical Gardens, Nassau\r\n\r\nSince its re-instatement in 2009, the Festival has proved to be arguably the most popular Festival in The Bahamas. Each year adds exciting new features, more booths and more stage presentations. Ever-popular with adults and children, as the Festival provides fun activities for all ages. Come out and enjoy the best weekend in The Bahamas!\r\n\r\nVisit: <a href=\"http://www.culturefestbahamas.com/\" target=\"_blank\">www.culturefestbahamas.com</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2583,21411,'the-bahamas-jollification',1837,1,'The Bahamas: Jollification','00:00:00','00:00:00',1,'2014-11-21','2014-11-23','Venue: Bahamas National Trust, Nassau/Paradise Island\r\n\r\nBahamas National Trust holds its Christmas Jollification Festival. I fun filled family weekend of activities with food, entertainment, native crafts and fun for all.\r\n\r\nFor more information visit: <a href=\"http://www.bnt.bs/\" target=\"_blank\">www.bnt.bs</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2584,21413,'the-bahamas-people-to-people-winter-residents-reception',1837,1,'The Bahamas: People to People Winter Residents\' Reception','18:00:00','20:00:00',0,'2014-11-26','2014-11-26','The Abacos\r\n<div>\r\n<div>\r\n<div>\r\n\r\nThis event presents an opportunity for local People-to-People Ambassadors, facilitated by the Ministry of Tourism in Abaco, to meet and interact with visitors and winter residents in an annual \'get together.\' Highlights will be Bahamian music, food and other cultural expressions.\r\n\r\nVenue is Mangoes Restaurant in Marsh Harbour, 6:00pm-8:00pm.\r\n\r\nContact: Abaco Tourist Office / (242) 367-3067\r\n\r\nWebsite: <a href=\"http://www.bahamas.com/islands/abaco\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n \r\n\r\n ',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2585,21414,'the-bahamas-abaco-open-water-swim-race',1837,1,'The Bahamas: Abaco Open Water Swim Race','00:00:00','00:00:00',1,'2014-10-11','2014-10-11','<div>\r\n<div>\r\n<div>\r\n\r\nThe Abacos\r\n\r\nProfessional and non-professional swimmers of all ages are invited to compete in this event. The race course is located in the waterway of Marsh Harbour near Albury’s Ferry and is 5K in length. Persons can also sign up to compete in the paddle board and kayak challenge. The post race celebration will include great music, food, drinks and awards.\r\n\r\nContact: Abaco Tourist Office / (242) 367-3067\r\n\r\nWebsite: <a href=\"http://www.bahamas.com/islands/abaco\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2586,21416,'the-bahamas-abaco-open-golf-tournament-family-festival',1837,1,'The Bahamas: Abaco Open Golf Tournament & Family Festival','00:00:00','00:00:00',1,'2014-11-13','2014-11-16','The Abacos\r\n\r\nAbaco Open Golf Tournament & Family Weekend Festival\r\n\r\nGolfers will be able to compete and demonstrate their skill level on Treasure Cay’s 18-hole championship golf course, while enjoying a fun-packed weekend with their family and friends in a beautiful location.\r\n\r\nContact: Treasure Cay Beach, Marina & Golf Resort / (242) 365-8801 / <a href=\"http://treasurecay.com/\" target=\"_blank\">www.treasurecay.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2587,21418,'the-bahamas-conch-festival-andros',1837,1,'The Bahamas: Conch Festival: Andros','00:00:00','00:00:00',1,'2014-10-13','2014-10-13','Andros\r\n<div>\r\n<div>\r\n<div>\r\n\r\nThis annual festival is a combination of indigenous cultural activities, with emphasis on the conch. Highlight of the event is the conch-cracking contest.\r\n\r\nVenue is Mars Bay, South Andros.\r\n\r\nContact: Mrs. Brown / (242) 357-2150 or (242) 369-5019\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/andros\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2588,21419,'the-bahamas-seafood-splash-chickcharnie-festival',1837,1,'The Bahamas: Seafood Splash & Chickcharnie Festival','00:00:00','00:00:00',1,'2014-10-13','2014-10-13','North Andros Seafood Splash & Chickcharnie Festival\r\n<div>\r\n<div>\r\n<div>\r\n\r\nVenue is the Morgan’s Bluff Regatta Site in Nicholl’s Town, North Andros.\r\n\r\nContact: Mr. Alphonso Smith (242) 329-2336\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/andros\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2589,21421,'the-bahamas-berry-islands-christmas-festival',1837,1,'The Bahamas: Berry Islands\' Christmas Festival','00:00:00','00:00:00',1,'2014-12-13','2014-12-13','<div>\r\n<div>\r\n<div>\r\n\r\nThis heritage-based festival celebrates the Yuletide season and includes lighting of the Christmas tree, a visit by Santa, caroling, musical performances, pantomime and liturgical dance expressions, local cuisine, arts and craft, plus a Junkanoo parade. It is also a celebration of achievements within the community and a homecoming for residents and visitors to The Berry Islands.\r\n\r\nContact: Administrator\'s Office / (242) 367-8291\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/berry\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2590,21423,'the-bahamas-back-to-cat-island-festival',1837,1,'The Bahamas: Back to Cat Island Festival','00:00:00','00:00:00',1,'2014-10-10','2014-10-12','<div>\r\n<div>\r\n<div>\r\n\r\nCat Island\r\n\r\nThis annual homecoming celebration for former and current residents of Cat Island features a weekend of activities, including a church service, gospel concerts, live performances by Bahamian recording artists, Junkanoo Rush-out, family fun and games, and local food and drinks on sale. It takes place every year during the Discovery Day holiday weekend. Venue is the New Bight Park.\r\n\r\nContact: Mr. Ezra Russell / (242) 342-3014\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/cat\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2591,21425,'the-bahamas-north-eleuthera-sailing-regatta',1837,1,'The Bahamas: North Eleuthera Sailing Regatta','00:00:00','00:00:00',1,'2014-10-09','2014-10-13','Eleuthera & Harbour Island\r\n<div>\r\n<div>\r\n<div>\r\n\r\nExperience one of the largest racing events in The Islands Of The Bahamas, with Class A, B, and C native sailing sloops taking to the waters off North Eleuthera, Harbour Island and Spanish Wells. The onshore activities include a church service, cultural shows, native food and drinks and nightly entertainment.\r\n\r\nContacts: Mr. Martin Grant, Regatta Committee / (242) 470-3600 or Harbour Island Tourist Office / (242) 333-2621\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/eleuthera\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2592,21426,'the-bahamas-ride-for-hope-bahamas',1837,1,'The Bahamas: Ride for Hope Bahamas','00:00:00','00:00:00',1,'2014-10-25','2014-10-25','Eleuthera & Harbour Island\r\n\r\nThe Ride for Hope is a registered charity. Its flagship event is an annual fund-raising bike-a-thon that is open to everyone and attracts hundreds of riders from around the world. Its goal is to raise money for cancer care and treatment programs, raise Hope for those afflicted with cancer, and create awareness among the population at large that together we all can make a difference. Over the years, more than 1,600 riders have pedaled in excess of 40,000 miles and raised $1.6 million to help people with cancer in The Bahamas.\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/eleuthera\" target=\"_blank\">www.bahamas.com</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2593,21427,'the-bahamas-governors-harbour-homecoming-festival',1837,1,'The Bahamas: Governor\'s Harbour Homecoming Festival','00:00:00','00:00:00',1,'2014-11-02','2014-11-09','<div>\r\n<div>\r\n<div>\r\n\r\nThis festival attracts locals and visitors for fun-filled activities that include Junkanoo, live band performances and games.\r\n\r\nVenue is Governors Harbour, Central Eleuthera.\r\n\r\nContact: Mr. Arthur Turnquest / (242) 332-2748\r\n\r\nVisit: <a href=\"http://www.bahamas.com/islands/eleuthera\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-15 15:04:01',0,NULL,NULL,NULL,NULL,0,NULL,0),(2594,21429,'the-bahamas-the-lighthouse-center-yoga-retreat',1837,1,'The Bahamas: The Lighthouse Center Yoga Retreat','00:00:00','00:00:00',1,'2014-11-05','2014-11-09','The Lighthouse Center coordinates retreats for yoga instructors, massage therapists and other wellness practitioners on Eleuthera.\r\n\r\nThe upcoming retreat features Instagram yogis Kerri Verna @beachyogagirl and Irene Pappas @fitqueenirene at Pineapple Fields Resort.\r\n\r\nFor more details and to register for retreat, visit <a href=\"http://www.tlceleuthera.com/\" target=\"_blank\">www.tlceleuthera.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2595,21431,'the-bahamas-christmas-parade-of-golf-carts',1837,1,'The Bahamas: Christmas Parade of Golf Carts','00:00:00','00:00:00',1,'2014-12-07','2014-12-07','<div>\r\n<div>\r\n<div>\r\n\r\nVenue: Harbour Island\r\n\r\nThis event will open the holiday season on Harbour Island and highlights what the island is best known for – Golf Carts. It will feature a competition of the best decorated golf carts, traditional Christmas cuisine and carols.\r\n\r\nContact: Harbour Island Tourist Office (242) 333-2621\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/eleuthera\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2596,21432,'the-bahamas-boxing-day-junkanoo-parade-harbour-island',1837,1,'The Bahamas: Boxing Day Junkanoo Parade: Harbour Island','00:00:00','00:00:00',1,'2014-12-26','2014-12-26','Harbour Island\r\n<div>\r\n<div>\r\n<div>\r\n\r\nThis national festival of The Bahamas showcases several elements of local culture.\r\n\r\nContact: Harbour Island Tourist Office / (242) 333-2621\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/eleuthera\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2597,21433,'the-bahamas-fishy-fest-hand-line-lion-fish-tournament',1837,1,'The Bahamas: Fishy Fest Hand Line & Lion Fish Tournament','00:00:00','00:00:00',1,'2014-10-04','2014-10-05','The Exumas\r\n\r\nThis two-day competition begins the winter-season events. It is hand-line fishing only; no rods and reels are allowed. Entrance fee is $50.00 per boat and there is also a junior category. Prizes will be given for the most fish and most Lion Fish caught (1st, 2nd, 3rd ), as well as the largest fish (1st prize) caught in the time limit of six hours. There will also be fun-filled onshore activities for the whole family. Food vendors will prepare every Fish dish imaginable! A concert featuring local as well as national artists will close out the festivities.\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/exumas\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n ',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2598,21434,'the-bahamas-hand-line-fishing-tournament',1837,1,'The Bahamas: Hand Line Fishing Tournament','00:00:00','00:00:00',1,'2014-10-10','2014-10-12','<div>\r\n<div>\r\n<div>\r\n\r\nThe Exumas\r\n\r\nThis fun-filled weekend is packed with activities for the whole family. It includes a fishing tournament with Male, Female and Junior divisions, and prizes for the most fish and the biggest fish caught. A fish fry and cookout close out the festivities, along with music and dancing. Venue is Staniel Cay.\r\n\r\nContact: Ms. Millicent Kelly / (242) 355-2003\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/exumas\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2599,21435,'the-bahamas-mt-thompson-homecoming-festival',1837,1,'The Bahamas: Mt. Thompson Homecoming Festival','00:00:00','00:00:00',1,'2014-10-09','2014-10-13','<div>\r\n<div>\r\n<div>\r\n\r\nThe Exumas\r\n\r\nThe festivities include a souse-out on Thursday and Friday, a cookout on Saturday and Monday. On Sunday, the community worships at one of the local churches, with a concert and talent show in the evening. Venue is the Mt. Thompson settlement.\r\n\r\nContact: Ms. Shavonnette Adderley / (242) 524-8069\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/exumas\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2600,21436,'the-bahamas-boxing-day-junkanoo-parade-the-exumas',1837,1,'The Bahamas: Boxing Day Junkanoo Parade: The Exumas','00:00:00','00:00:00',1,'2014-12-27','2014-12-27','<div>\r\n<div>\r\n<div>\r\n\r\nThe Exumas\r\n\r\nThe Christmas holiday in The Bahamas culminates in the Junkanoo Parade, a tradition that has been passed down through generations for many years. Music is made with cowbells, goatskin drums and a number of other instruments, while the colorful costumes are designed from cardboard and crepe paper.\r\n\r\nContact: Mr. Brian Strachan / (242) 336-2370\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/exumas\" target=\"_blank\">www.bahamas.com</a>\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2601,21877,'the-bahamas-mcleans-town-conch-cracking-festival',1837,1,'The Bahamas: McLean’s Town Conch Cracking Festival','00:00:00','00:00:00',1,'2014-10-13','2014-10-13','This annual homecoming event began in 1972 and attracts both domestic and international visitors, who enthusiastically vie for the coveted and authentically Bahamian designed conch trophy, awarded to the best Conch Cracker in the country. The festival features lots of conch-themed dishes, other food and drinks, locally made souvenirs, as well as a full day of activities that both adults and children can participate in, competitions and exciting live entertainment.\r\n\r\nVenue is McLean’s Town in the East End of Grand Bahama Island.\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/grand-bahama\" target=\"_blank\">www.bahamas.com</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-19 10:48:43',0,NULL,NULL,NULL,NULL,0,NULL,0),(2602,21881,'the-bahamas-artists-associations-art-exhibition',1837,1,'The Bahamas: Artists Association\'s Art Exhibition','00:00:00','00:00:00',1,'2014-11-01','2014-11-29','Grand Bahama Artists Association\'s Annual Thanksgiving Art Exhibition.\r\n<div>\r\n<div>\r\n<div>\r\n\r\nLocal and international artists gather in the Glory Banks Art Gallery to present their latest eclectic collection of still life, abstracts, island life, sea and landscape works in a variety of mediums.\r\n\r\nContacts: Mr. Del Foxton / (242) 353-4333 / delfoxton@hotmail.com or Ms. Cecilia Bodie / (242) 352-5438\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2603,21885,'the-bahamas-conchman-and-ironkids-triathlon',1837,1,'The Bahamas: Conchman and Ironkids Triathlon','00:00:00','00:00:00',1,'2014-11-01','2014-11-01','Sports enthusiasts have been gathering at Taino Beach in Lucaya every year since 1986 for a grueling 0.5 mile (1k) swim, 20 mile (25k) bike ride and 3.5 mile (5k) run. Starting time for the Conchman on Saturday is 8:00 a.m. and 12:00 noon for the Iron Kids Race.\r\n\r\nVisit <a href=\"http://www.bahamas.com/islands/grand-bahama\" target=\"_blank\">www.bahamas.com</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2604,21887,'the-bahamas-vertical-blue-free-diving-international-competition',1837,1,'The Bahamas: Vertical Blue Free Diving International Competition','00:00:00','00:00:00',1,'2014-11-27','2014-12-05','Fifty six athletes, representing 21 countries that span every continent of the world, will compete over nine days of diving. At stake are titles for the world\'s deepest man and woman free diver —the biggest ever in this sport.\r\n\r\nVenue is Dean\'s Blue Hole, Long Island.\r\n\r\nContact: Mr. William Trubridge (242) 337-6125 /(242) 472-2917\r\n\r\nEmail: info@verticalblue.net\r\n\r\n ',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-19 11:26:38',0,NULL,NULL,NULL,NULL,0,NULL,0),(2605,21888,'the-bahamas-junkanoo-parade-nassau-paradise-island',1837,1,'The Bahamas: Junkanoo Parade - Nassau & Paradise Island','00:00:00','00:00:00',1,'2014-08-26','2014-08-26','<div>\r\n<div>\r\n<div>\r\n\r\nNassau & Paradise Island\r\n\r\nJunkanoo is an expression of Bahamian art and culture. Large groups parade along Bay Street in downtown Nassau with elaborate costumes, dancing or playing goatskin drums, horns, bells, or whistles, as thousands watch and dance along.\r\n\r\nTickets available at <a title=\"Junkanoo Tix\" href=\"https://junkanootix.com/\" target=\"_blank\">https://junkanootix.com/</a> and at:\r\n\r\nThe Kendal G.L Isaacs Gymnasium\r\nThompson Boulevard\r\nNassau, The Bahamas\r\nPhone: (242) 698-6849 or (242) 698-5849\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2606,21890,'the-bahamas-2014-atlantis-crown-invitational',1837,1,'The Bahamas: 2014 Atlantis Crown Invitational','00:00:00','00:00:00',1,'2014-12-18','2014-12-21','Women\'s Gymnastics Competition\r\n\r\nSpecial Guest Three-Time Olympic Champion Svetlana Boginskaya\r\n\r\nLocation:\r\n\r\nImperial Ballroom\r\nAtlantis Resort\r\nParadise Island, The Bahamas\r\n\r\nFor More info visit: <a href=\"http://www.atlantiscrown.com/\" target=\"_blank\">www.atlantiscrown.com</a>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2607,21891,'the-bahamas-new-years-day-junkanoo-parade',1837,1,'The Bahamas: New year\'s Day Junkanoo Parade','00:00:00','00:00:00',1,'2015-01-01','2015-01-01','New Year\'s Day Junkanoo Parade: Nassau & Paradise Island\r\n<div>\r\n<div>\r\n<div>\r\n\r\nJunkanoo is an expression of Bahamian art and culture. Large groups parade along Bay Street in downtown Nassau with elaborate costumes, dancing or playing goatskin drums, horns, bells, or whistles, as thousands watch and dance along.\r\n\r\nTickets available at <a title=\"Junkanoo Tix\" href=\"https://junkanootix.com/\" target=\"_blank\">https://junkanootix.com/</a> and at:\r\n\r\nThe Kendal G.L Isaacs Gymnasium\r\nThompson Boulevard\r\nNassau, The Bahamas\r\nPhone: (242) 698-6849 or (242) 698-5849\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2608,21892,'the-bahamas-marathon-bahamas',1837,1,'The Bahamas: Marathon Bahamas','00:00:00','00:00:00',1,'2015-01-17','2015-01-18','<div>\r\n<div>\r\n<div>\r\n\r\nNassau and Paradise Island\r\n\r\nSunshine Insurance Bahamas Race Weekend\r\n\r\nPhone: (242) 502-6500 Fax: (242) 394-3101\r\nEmail: <a href=\"mailto:info@marathonbahamas.com\" target=\"_blank\">info@marathonbahamas.com</a>\r\n\r\nFor More information visit: <a href=\"http://marathonbahamas.com/\" target=\"_blank\">http://marathonbahamas.com/</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2609,21894,'the-bahamas-pure-silk-bahamas-lpga-classic',1837,1,'The Bahamas: Pure Silk Bahamas LPGA Classic','00:00:00','00:00:00',1,'2015-02-02','2015-02-05','<div>\r\n<div>\r\n<div>\r\n\r\nThe Top female golfers will return to The Bahamas to participate in The Pure Silk Bahamas Classic at the Ocean Club Golf Course at Paradise Island.\r\n\r\nFor more information visit <a href=\"http://www.puresilkbahamasclassic.com/\" target=\"_blank\">www.puresilkbahamasclassic.com</a>\r\n\r\n</div>\r\n</div>\r\n</div>',0,NULL,'00:00:00',0,0,3,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2610,21910,'bonaire-taste-of-bonaire',1837,1,'Bonaire: Taste of Bonaire','00:00:00','00:00:00',1,'2014-08-31','2014-08-31','At the Taste of Bonaire, visitors will have the opportunity to experience food, culture, local handicrafts and all things offered on Bonaire.\r\n\r\nVisit website <a href=\"http://www.tourismbonaire.com/taste-of-bonaire\" target=\"_blank\">www.tourismbonaire.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2611,21911,'bonaire-flag-day',1837,1,'Bonaire: Flag Day','00:00:00','00:00:00',1,'2014-09-06','2014-09-06','A local holiday where the entire island of Bonaire celebrates the existence of the island. Most of the time it is held within a chosen town on Bonaire where locals and visitors dance, eat, drink on the streets with several entertainment bands. The Motorcycle event is also one of the major highlights of this day where over 400 participants with their motorcycles are flown in from around the world and take a tour of the island as part of the national flag day ceremony.\r\n\r\nVisit website: <a href=\"http://www.tourismbonaire.com\" target=\"_blank\">www.tourismbonaire.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2612,21912,'bonaire-clean-up-the-world',1837,1,'Bonaire: Clean Up The World','00:00:00','00:00:00',1,'2014-09-16','2014-09-16','This annual clean up day will be organized by Sea Turtle Conservation Bonaire and Ocean Conservancy, with the help of Stinapa. They will give visitors the opportunity to join a team of volunteers and clean up our beautiful island Klein Bonaire.\r\n\r\nFor further details visit <a href=\"http://www.cleanuptheworld.org/en/\" target=\"_blank\">www.cleanuptheworld.org</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-19 14:35:31',0,NULL,NULL,NULL,NULL,0,NULL,0),(2613,21917,'bonaire-annual-regatta',1837,1,'Bonaire: Annual Regatta','00:00:00','00:00:00',1,'2014-10-05','2014-10-05','The 47th edition of the Bonaire Regatta takes place from 5th-11th October 2014.\r\n\r\nFor further details visit: <a href=\"http://www.bonaireregatta.org/\" target=\"_blank\">www.bonaireregatta.org</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-19 14:41:52',0,NULL,NULL,NULL,NULL,0,NULL,0),(2614,21935,'bonaire-mission-tech-possible',1837,1,'Bonaire: Mission Tech Possible','00:00:00','00:00:00',1,'2014-10-11','2014-10-11','Buddy Dive Resort, Technical Diving International (TDI) and Dive Rite, are excited to announce that they will once again team up to host their annual technical diving event at Buddy Dive Resort, October 11-24, 2014.This popular event offers dive guests two full weeks of tech-focused activities and the opportunity to meet and dive with the pros.\r\n\r\nFor further details visit <a href=\"http://www.buddydive.com\" target=\"_blank\">www.buddydive.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0),(2615,21937,'bonaire-mission-tech-possible-2',1837,1,'Bonaire: Mission Tech Possible 2','00:00:00','00:00:00',1,'2014-10-18','2014-10-18','Buddy Dive Resort, Technical Diving International (TDI) and Dive Rite, are excited to announce that they will once again team up to host their annual technical diving event at Buddy Dive Resort, October 11-24, 2014.This popular event offers dive guests two full weeks of tech-focused activities and the opportunity to meet and dive with the pros.\r\n\r\nFor further details visit: <a href=\"http://www.buddydive.com\" target=\"_blank\">www.buddydive.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,'2014-08-19 15:22:42',0,NULL,NULL,NULL,NULL,0,NULL,0),(2616,21977,'bonaire-duo-xtreme-mountain-bike-race',1837,1,'Bonaire: Duo Xtreme Mountain Bike Race','00:00:00','00:00:00',1,'2014-10-19','2014-10-19','In the early morning of Sunday, October 19th, the 5th Duo Xtreme Race will be held on Bonaire. We invite all mountainbike-enthusiasts to participate in this thrilling race.\r\n\r\nFor further details visit <a href=\"http://mtbbonaire.com/\" target=\"_blank\">www.mtbbonaire.com</a>',0,NULL,'00:00:00',0,0,7,NULL,NULL,'a:2:{s:20:\"sbg_selected_sidebar\";s:18:\"a:1:{i:0;s:1:\"0\";}\";s:32:\"sbg_selected_sidebar_replacement\";s:18:\"a:1:{i:0;s:1:\"0\";}\";}',NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,0); /*!40000 ALTER TABLE `cto_em_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_em_locations` -- DROP TABLE IF EXISTS `cto_em_locations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_em_locations` ( `location_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL, `blog_id` bigint(20) unsigned default NULL, `location_slug` varchar(200) default NULL, `location_name` text, `location_owner` bigint(20) unsigned NOT NULL default '0', `location_address` varchar(200) default NULL, `location_town` varchar(200) default NULL, `location_state` varchar(200) default NULL, `location_postcode` varchar(10) default NULL, `location_region` varchar(200) default NULL, `location_country` char(2) default NULL, `location_latitude` float(10,6) default NULL, `location_longitude` float(10,6) default NULL, `post_content` longtext, `location_status` int(1) default NULL, `location_private` tinyint(1) NOT NULL default '0', PRIMARY KEY (`location_id`), KEY `location_state` (`location_state`), KEY `location_region` (`location_region`), KEY `location_country` (`location_country`), KEY `post_id` (`post_id`), KEY `blog_id` (`blog_id`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_em_locations` -- LOCK TABLES `cto_em_locations` WRITE; /*!40000 ALTER TABLE `cto_em_locations` DISABLE KEYS */; INSERT INTO `cto_em_locations` VALUES (1,14862,0,'anguilla','Anguilla',2,'Coronation Avenue','The Valley',NULL,NULL,NULL,'AI',18.218489,-63.057480,'Anguilla',1,0),(2,14863,0,'antigua-barbuda','Antigua & Barbuda',2,'St. John\'s','St. John\'s',NULL,NULL,NULL,'AG',17.117529,-61.845558,'Antigua & Barbuda',1,0),(3,14864,0,'the-bahamas','The Bahamas',2,'Downtown Nassau','Nassau',NULL,NULL,NULL,'BS',25.077766,-77.337471,'The Bahamas',1,0),(4,14865,0,'barbados','Barbados',2,'Broad Street','Bridgetown',NULL,NULL,NULL,'BB',13.096998,-59.615074,'Barbados',1,0),(5,14868,0,'belize','Belize',2,'Belize City','Belize',NULL,NULL,NULL,'BZ',17.497713,-88.186653,'Belize',1,0),(6,14869,0,'bermuda','Bermuda',2,'Hamilton','Bermuda',NULL,NULL,NULL,'BM',32.294815,-64.781372,'Bermuda',1,0),(7,14872,0,'bonaire','Bonaire',2,'Kaya Maria','Kralendijk',NULL,NULL,NULL,'BQ',12.165753,-68.269363,'Bonaire',1,0),(8,14874,0,'british-virgin-islands','British Virgin Islands',2,'Main Street','Charlotte',NULL,NULL,NULL,'VG',35.209614,-80.832161,'British Virgin Islands',1,0),(9,14875,0,'cayman-islands','Cayman Islands',2,'N. Sound Road','Georgetown',NULL,NULL,NULL,'KY',19.295671,-81.371368,'Cayman Islands',1,0),(10,14877,0,'cuba','Cuba',2,'Avenida Paseo','Havana',NULL,NULL,NULL,'CU',23.116800,-82.388557,'Cuba',1,0),(11,14878,0,'curacao','Curacao',2,'Betancourt Blvd.','Willemstad',NULL,NULL,NULL,'CW',12.108045,-68.924492,'Curacao',1,0),(12,14879,0,'dominica','Dominica',2,'Valley Road','Roseau',NULL,NULL,NULL,'DM',15.301457,-61.383141,'Dominica',1,0),(13,14880,0,'grenada','Grenada',2,'Young Street','St. Georges',NULL,NULL,NULL,'GD',12.052255,-61.753651,'Grenada',1,0),(14,14882,0,'guadeloupe','Guadeloupe',2,'Rue Ali Tur','Basse-terre',NULL,NULL,NULL,'GP',15.995127,-61.727886,'Guadeloupe',1,0),(15,14883,0,'st-martin','St. Martin',2,'Rue st James','Marigot',NULL,NULL,NULL,'MF',18.066051,-63.084900,'St. Martin',1,0),(16,14884,0,'guyana','Guyana',2,'Church Street','Georgetown',NULL,NULL,NULL,'GY',6.811107,-58.156082,'Guyana',1,0),(17,14885,0,'haiti','Haiti',2,'Rue Pavee','Port-au-Prince',NULL,NULL,NULL,'HT',18.547131,-72.341446,'Haiti',1,0),(18,14886,0,'jamaica','Jamaica',2,'Washington Blvd.','Kinsgton',NULL,NULL,NULL,'JM',18.026134,-76.839630,'Jamaica',1,0),(19,14887,0,'martinique','Martinique',2,'Rocade','Fort-de-France',NULL,NULL,NULL,'MQ',14.613071,-61.064930,'Martinique',1,0),(20,14888,0,'montserrat','Montserrat',2,'Cudjoehead','St. Peter',NULL,NULL,NULL,'MS',16.785004,-62.209110,'Montserrat',1,0),(21,14890,0,'puerto-rico','Puerto Rico',2,'Puerta de Tierra','San Juan',NULL,NULL,NULL,'PR',18.463610,-66.096672,'Puerto Rico',1,0),(22,14891,0,'st-eustatius','St. Eustatius',2,'Fort Oranjestraat','Oranjestad',NULL,NULL,NULL,'NL',17.482815,-62.982540,'St. Eustatius',1,0),(23,14892,0,'st-kitts-nevis','St. Kitts & Nevis',2,'Wellington Road','Basseterre',NULL,NULL,NULL,'KN',17.302607,-62.717693,'St. Kitts & Nevis',1,0),(24,14893,0,'saint-lucia','Saint Lucia',2,'Jeremie Street','Castries',NULL,NULL,NULL,'LC',14.011008,-60.990654,'Saint Lucia',1,0),(25,14894,0,'st-maarten','St. Maarten',2,'W.A. Nisbeth Road','Philipsburg',NULL,NULL,NULL,'SX',18.026083,-63.048607,'St. Maarten',1,0),(26,14895,0,'st-vincent-the-grenadines','St. Vincent & the Grenadines',2,'Richard Hill Road','Kingstown',NULL,NULL,NULL,'VC',13.155322,-61.224365,'St. Vincent & the Grenadines',1,0),(27,14896,0,'trinidad-tobago','Trinidad & Tobago',2,'Independance Sq.','Port-of-Spain',NULL,NULL,NULL,'TT',10.649611,-61.508766,NULL,1,0),(28,14897,0,'turks-caicos-islands','Turks & Caicos Islands',2,'Millenium Highway','Providenciales',NULL,NULL,NULL,'TC',21.815649,-72.287300,'Turks & Caicos Islands',1,0),(29,14899,0,'u-s-virgin-islands','U.S. Virgin Islands',2,'Main Street','Charlotte Amalie',NULL,NULL,NULL,'VI',18.341900,-64.930702,'U.S. Virgin Islands',1,0),(30,14900,0,'venezuela','Venezuela',2,'Bello Monte','Caracas',NULL,NULL,NULL,'VE',10.490698,-66.875198,'Venezuela',1,0); /*!40000 ALTER TABLE `cto_em_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_em_meta` -- DROP TABLE IF EXISTS `cto_em_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_em_meta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `object_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, `meta_date` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`meta_id`), KEY `object_id` (`object_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_em_meta` -- LOCK TABLES `cto_em_meta` WRITE; /*!40000 ALTER TABLE `cto_em_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_em_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_em_tickets` -- DROP TABLE IF EXISTS `cto_em_tickets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_em_tickets` ( `ticket_id` bigint(20) unsigned NOT NULL auto_increment, `event_id` bigint(20) unsigned NOT NULL, `ticket_name` tinytext NOT NULL, `ticket_description` text, `ticket_price` decimal(10,2) default NULL, `ticket_start` datetime default NULL, `ticket_end` datetime default NULL, `ticket_min` int(10) default NULL, `ticket_max` int(10) default NULL, `ticket_spaces` int(11) default NULL, `ticket_members` int(1) default NULL, `ticket_required` int(1) default NULL, PRIMARY KEY (`ticket_id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_em_tickets` -- LOCK TABLES `cto_em_tickets` WRITE; /*!40000 ALTER TABLE `cto_em_tickets` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_em_tickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_em_tickets_bookings` -- DROP TABLE IF EXISTS `cto_em_tickets_bookings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_em_tickets_bookings` ( `ticket_booking_id` bigint(20) unsigned NOT NULL auto_increment, `booking_id` bigint(20) unsigned NOT NULL, `ticket_id` bigint(20) unsigned NOT NULL, `ticket_booking_spaces` int(6) NOT NULL, `ticket_booking_price` decimal(10,2) NOT NULL, PRIMARY KEY (`ticket_booking_id`), KEY `booking_id` (`booking_id`), KEY `ticket_id` (`ticket_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_em_tickets_bookings` -- LOCK TABLES `cto_em_tickets_bookings` WRITE; /*!40000 ALTER TABLE `cto_em_tickets_bookings` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_em_tickets_bookings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_eo_events` -- DROP TABLE IF EXISTS `cto_eo_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_eo_events` ( `event_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL, `StartDate` date NOT NULL, `EndDate` date NOT NULL, `StartTime` time NOT NULL, `FinishTime` time NOT NULL, `event_occurrence` bigint(20) NOT NULL, PRIMARY KEY (`event_id`), KEY `StartDate` (`StartDate`), KEY `EndDate` (`EndDate`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_eo_events` -- LOCK TABLES `cto_eo_events` WRITE; /*!40000 ALTER TABLE `cto_eo_events` DISABLE KEYS */; INSERT INTO `cto_eo_events` VALUES (3,5762,'2013-10-15','2013-10-15','15:00:00','17:30:00',0),(4,5763,'2013-10-15','2013-10-15','08:00:00','12:30:00',0); /*!40000 ALTER TABLE `cto_eo_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_eo_venuemeta` -- DROP TABLE IF EXISTS `cto_eo_venuemeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_eo_venuemeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `eo_venue_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `eo_venue_id` (`eo_venue_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_eo_venuemeta` -- LOCK TABLES `cto_eo_venuemeta` WRITE; /*!40000 ALTER TABLE `cto_eo_venuemeta` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_eo_venuemeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_gde_profiles` -- DROP TABLE IF EXISTS `cto_gde_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_gde_profiles` ( `profile_id` mediumint(9) unsigned NOT NULL auto_increment, `profile_name` varchar(64) NOT NULL, `profile_desc` varchar(255) default NULL, `profile_data` longtext NOT NULL, UNIQUE KEY `profile_id` (`profile_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_gde_profiles` -- LOCK TABLES `cto_gde_profiles` WRITE; /*!40000 ALTER TABLE `cto_gde_profiles` DISABLE KEYS */; INSERT INTO `cto_gde_profiles` VALUES (1,'default','This is the default profile, used when no profile is specified.','a:22:{s:6:\"viewer\";s:8:\"standard\";s:13:\"default_width\";s:4:\"100%\";s:14:\"default_height\";s:5:\"500px\";s:9:\"tb_mobile\";s:7:\"default\";s:8:\"tb_flags\";s:0:\"\";s:10:\"tb_fullscr\";s:7:\"default\";s:10:\"tb_fullwin\";s:3:\"new\";s:11:\"tb_fulluser\";s:2:\"no\";s:8:\"tb_print\";s:2:\"no\";s:10:\"vw_bgcolor\";s:7:\"#EBEBEB\";s:10:\"vw_pbcolor\";s:7:\"#DADADA\";s:6:\"vw_css\";s:0:\"\";s:8:\"vw_flags\";s:0:\"\";s:8:\"language\";s:5:\"en_US\";s:8:\"base_url\";s:47:\"http://www.onecaribbean.org/wp-content/uploads/\";s:9:\"link_show\";s:3:\"all\";s:9:\"link_mask\";s:2:\"no\";s:10:\"link_block\";s:2:\"no\";s:9:\"link_text\";s:23:\"Download (%TYPE, %SIZE)\";s:8:\"link_pos\";s:5:\"below\";s:10:\"link_force\";s:2:\"no\";s:5:\"cache\";s:2:\"on\";}'),(2,'max-doc-security','Hide document location and text selection, prevent downloads','a:22:{s:6:\"viewer\";s:8:\"enhanced\";s:13:\"default_width\";s:4:\"100%\";s:14:\"default_height\";s:5:\"500px\";s:9:\"tb_mobile\";s:7:\"default\";s:8:\"tb_flags\";s:0:\"\";s:10:\"tb_fullscr\";s:6:\"viewer\";s:10:\"tb_fullwin\";s:3:\"new\";s:11:\"tb_fulluser\";s:2:\"no\";s:8:\"tb_print\";s:2:\"no\";s:10:\"vw_bgcolor\";s:7:\"#EBEBEB\";s:10:\"vw_pbcolor\";s:7:\"#DADADA\";s:6:\"vw_css\";s:0:\"\";s:8:\"vw_flags\";s:0:\"\";s:8:\"language\";s:5:\"en_US\";s:8:\"base_url\";s:47:\"http://www.onecaribbean.org/wp-content/uploads/\";s:9:\"link_show\";s:4:\"none\";s:9:\"link_mask\";s:2:\"no\";s:10:\"link_block\";s:3:\"yes\";s:9:\"link_text\";s:0:\"\";s:8:\"link_pos\";s:5:\"below\";s:10:\"link_force\";s:2:\"no\";s:5:\"cache\";s:2:\"on\";}'),(3,'dark','Dark-colored theme, example of custom CSS option','a:22:{s:6:\"viewer\";s:8:\"enhanced\";s:13:\"default_width\";s:4:\"100%\";s:14:\"default_height\";s:5:\"500px\";s:9:\"tb_mobile\";s:7:\"default\";s:8:\"tb_flags\";s:0:\"\";s:10:\"tb_fullscr\";s:6:\"viewer\";s:10:\"tb_fullwin\";s:3:\"new\";s:11:\"tb_fulluser\";s:2:\"no\";s:8:\"tb_print\";s:2:\"no\";s:10:\"vw_bgcolor\";s:0:\"\";s:10:\"vw_pbcolor\";s:0:\"\";s:6:\"vw_css\";s:89:\"https://www.onecaribbean.org/wp-content/plugins/google-document-embedder/css/gde-dark.css\";s:8:\"vw_flags\";s:0:\"\";s:8:\"language\";s:5:\"en_US\";s:8:\"base_url\";s:47:\"http://www.onecaribbean.org/wp-content/uploads/\";s:9:\"link_show\";s:3:\"all\";s:9:\"link_mask\";s:2:\"no\";s:10:\"link_block\";s:2:\"no\";s:9:\"link_text\";s:23:\"Download (%TYPE, %SIZE)\";s:8:\"link_pos\";s:5:\"below\";s:10:\"link_force\";s:2:\"no\";s:5:\"cache\";s:2:\"on\";}'); /*!40000 ALTER TABLE `cto_gde_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_gde_secure` -- DROP TABLE IF EXISTS `cto_gde_secure`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_gde_secure` ( `code` varchar(10) NOT NULL, `url` varchar(255) NOT NULL, `murl` varchar(100) NOT NULL, `stamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `autoexpire` enum('Y','N') NOT NULL default 'N', UNIQUE KEY `code` (`code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_gde_secure` -- LOCK TABLES `cto_gde_secure` WRITE; /*!40000 ALTER TABLE `cto_gde_secure` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_gde_secure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_groups_capability` -- DROP TABLE IF EXISTS `cto_groups_capability`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_groups_capability` ( `capability_id` bigint(20) unsigned NOT NULL auto_increment, `capability` varchar(255) NOT NULL, `class` varchar(255) default NULL, `object` varchar(255) default NULL, `name` varchar(100) default NULL, `description` longtext, PRIMARY KEY (`capability_id`), UNIQUE KEY `capability` (`capability`), KEY `capability_kco` (`capability`(20),`class`(20),`object`(20)) ) ENGINE=MyISAM AUTO_INCREMENT=104 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_groups_capability` -- LOCK TABLES `cto_groups_capability` WRITE; /*!40000 ALTER TABLE `cto_groups_capability` DISABLE KEYS */; INSERT INTO `cto_groups_capability` VALUES (1,'groups_read_post',NULL,NULL,NULL,NULL),(2,'switch_themes',NULL,NULL,NULL,NULL),(3,'edit_themes',NULL,NULL,NULL,NULL),(4,'activate_plugins',NULL,NULL,NULL,NULL),(5,'edit_plugins',NULL,NULL,NULL,NULL),(6,'edit_users',NULL,NULL,NULL,NULL),(7,'edit_files',NULL,NULL,NULL,NULL),(8,'manage_options',NULL,NULL,NULL,NULL),(9,'moderate_comments',NULL,NULL,NULL,NULL),(10,'manage_categories',NULL,NULL,NULL,NULL),(11,'manage_links',NULL,NULL,NULL,NULL),(12,'upload_files',NULL,NULL,NULL,NULL),(13,'import',NULL,NULL,NULL,NULL),(14,'unfiltered_html',NULL,NULL,NULL,NULL),(15,'edit_posts',NULL,NULL,NULL,NULL),(16,'edit_others_posts',NULL,NULL,NULL,NULL),(17,'edit_published_posts',NULL,NULL,NULL,NULL),(18,'publish_posts',NULL,NULL,NULL,NULL),(19,'edit_pages',NULL,NULL,NULL,NULL),(20,'read',NULL,NULL,NULL,NULL),(21,'level_10',NULL,NULL,NULL,NULL),(22,'level_9',NULL,NULL,NULL,NULL),(23,'level_8',NULL,NULL,NULL,NULL),(24,'level_7',NULL,NULL,NULL,NULL),(25,'level_6',NULL,NULL,NULL,NULL),(26,'level_5',NULL,NULL,NULL,NULL),(27,'level_4',NULL,NULL,NULL,NULL),(28,'level_3',NULL,NULL,NULL,NULL),(29,'level_2',NULL,NULL,NULL,NULL),(30,'level_1',NULL,NULL,NULL,NULL),(31,'level_0',NULL,NULL,NULL,NULL),(32,'edit_others_pages',NULL,NULL,NULL,NULL),(33,'edit_published_pages',NULL,NULL,NULL,NULL),(34,'publish_pages',NULL,NULL,NULL,NULL),(35,'delete_pages',NULL,NULL,NULL,NULL),(36,'delete_others_pages',NULL,NULL,NULL,NULL),(37,'delete_published_pages',NULL,NULL,NULL,NULL),(38,'delete_posts',NULL,NULL,NULL,NULL),(39,'delete_others_posts',NULL,NULL,NULL,NULL),(40,'delete_published_posts',NULL,NULL,NULL,NULL),(41,'delete_private_posts',NULL,NULL,NULL,NULL),(42,'edit_private_posts',NULL,NULL,NULL,NULL),(43,'read_private_posts',NULL,NULL,NULL,NULL),(44,'delete_private_pages',NULL,NULL,NULL,NULL),(45,'edit_private_pages',NULL,NULL,NULL,NULL),(46,'read_private_pages',NULL,NULL,NULL,NULL),(47,'delete_users',NULL,NULL,NULL,NULL),(48,'create_users',NULL,NULL,NULL,NULL),(49,'unfiltered_upload',NULL,NULL,NULL,NULL),(50,'edit_dashboard',NULL,NULL,NULL,NULL),(51,'update_plugins',NULL,NULL,NULL,NULL),(52,'delete_plugins',NULL,NULL,NULL,NULL),(53,'install_plugins',NULL,NULL,NULL,NULL),(54,'update_themes',NULL,NULL,NULL,NULL),(55,'install_themes',NULL,NULL,NULL,NULL),(56,'update_core',NULL,NULL,NULL,NULL),(57,'list_users',NULL,NULL,NULL,NULL),(58,'remove_users',NULL,NULL,NULL,NULL),(59,'add_users',NULL,NULL,NULL,NULL),(60,'promote_users',NULL,NULL,NULL,NULL),(61,'edit_theme_options',NULL,NULL,NULL,NULL),(62,'delete_themes',NULL,NULL,NULL,NULL),(63,'export',NULL,NULL,NULL,NULL),(64,'read_ai1ec_event',NULL,NULL,NULL,NULL),(65,'edit_ai1ec_event',NULL,NULL,NULL,NULL),(66,'edit_ai1ec_events',NULL,NULL,NULL,NULL),(67,'edit_others_ai1ec_events',NULL,NULL,NULL,NULL),(68,'edit_private_ai1ec_events',NULL,NULL,NULL,NULL),(69,'edit_published_ai1ec_events',NULL,NULL,NULL,NULL),(70,'delete_ai1ec_event',NULL,NULL,NULL,NULL),(71,'delete_ai1ec_events',NULL,NULL,NULL,NULL),(72,'delete_others_ai1ec_events',NULL,NULL,NULL,NULL),(73,'delete_published_ai1ec_events',NULL,NULL,NULL,NULL),(74,'delete_private_ai1ec_events',NULL,NULL,NULL,NULL),(75,'publish_ai1ec_events',NULL,NULL,NULL,NULL),(76,'read_private_ai1ec_events',NULL,NULL,NULL,NULL),(77,'manage_events_categories',NULL,NULL,NULL,NULL),(78,'manage_ai1ec_feeds',NULL,NULL,NULL,NULL),(79,'switch_ai1ec_themes',NULL,NULL,NULL,NULL),(80,'manage_ai1ec_options',NULL,NULL,NULL,NULL),(81,'mc_add_events',NULL,NULL,NULL,NULL),(82,'mc_approve_events',NULL,NULL,NULL,NULL),(83,'mc_manage_events',NULL,NULL,NULL,NULL),(84,'mc_edit_cats',NULL,NULL,NULL,NULL),(85,'mc_edit_styles',NULL,NULL,NULL,NULL),(86,'mc_edit_behaviors',NULL,NULL,NULL,NULL),(87,'mc_edit_templates',NULL,NULL,NULL,NULL),(88,'mc_edit_settings',NULL,NULL,NULL,NULL),(89,'mc_edit_locations',NULL,NULL,NULL,NULL),(90,'mc_view_help',NULL,NULL,NULL,NULL),(91,'groups_access',NULL,NULL,NULL,NULL),(92,'groups_admin_groups',NULL,NULL,NULL,NULL),(93,'groups_admin_options',NULL,NULL,NULL,NULL),(94,'TSA','','','','Access for TSA members.'),(95,'MIST','','','','Access for MIST members.'),(96,'Best Practices','','','','Access for Best Practices members.'),(97,'Allied',NULL,NULL,NULL,'Access for Allied Members.'),(98,'Board of Directors',NULL,NULL,NULL,'Access for Board of Directors.'),(99,'Council of Ministers',NULL,NULL,NULL,'Access for Council of Ministers.'),(100,'CTO RMF Members',NULL,NULL,NULL,'Access for CTO RMF Members.'),(101,'USA Chapter Members',NULL,NULL,NULL,'Access for USA Chapter Members.'),(102,'Access for UK Chapter members',NULL,NULL,NULL,'Access for UK Chapter members'),(103,'Access for CTO Staff',NULL,NULL,NULL,'Access for CTO Staff'); /*!40000 ALTER TABLE `cto_groups_capability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_groups_group` -- DROP TABLE IF EXISTS `cto_groups_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_groups_group` ( `group_id` bigint(20) unsigned NOT NULL auto_increment, `parent_id` bigint(20) default NULL, `creator_id` bigint(20) default NULL, `datetime` datetime default NULL, `name` varchar(100) NOT NULL, `description` longtext, PRIMARY KEY (`group_id`), UNIQUE KEY `group_n` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_groups_group` -- LOCK TABLES `cto_groups_group` WRITE; /*!40000 ALTER TABLE `cto_groups_group` DISABLE KEYS */; INSERT INTO `cto_groups_group` VALUES (1,NULL,7,'2013-05-01 20:25:30','Registered',NULL),(2,NULL,7,'2013-05-01 20:49:53','Best Practices Group','Best Practices Group'),(3,NULL,7,'2013-05-01 20:50:08','MIST Group','MIST Group'),(4,NULL,7,'2013-05-01 20:50:23','TSA Group','TSA Group'),(5,NULL,1,'2013-05-07 18:44:24','Council of Ministers','Council of Ministers'),(6,NULL,1,'2013-05-07 18:44:44','Board of Directors','CTO Board of Directors'),(7,NULL,1,'2013-05-07 18:45:11','Allied Members','Allied Members'),(8,NULL,1,'2013-05-07 18:45:31','USA Chapter Members','USA Chapter Members'),(10,NULL,2,'2013-11-12 13:49:21','UK Chapter Members','UK Chapter members'),(11,1,2,'2014-02-26 20:56:15','CTO Staff','CTO Staff'); /*!40000 ALTER TABLE `cto_groups_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_groups_group_capability` -- DROP TABLE IF EXISTS `cto_groups_group_capability`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_groups_group_capability` ( `group_id` bigint(20) unsigned NOT NULL, `capability_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`group_id`,`capability_id`), KEY `group_capability_cg` (`capability_id`,`group_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_groups_group_capability` -- LOCK TABLES `cto_groups_group_capability` WRITE; /*!40000 ALTER TABLE `cto_groups_group_capability` DISABLE KEYS */; INSERT INTO `cto_groups_group_capability` VALUES (2,96),(3,95),(4,94),(5,99),(6,98),(7,97),(8,101),(10,102),(11,103); /*!40000 ALTER TABLE `cto_groups_group_capability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_groups_user_capability` -- DROP TABLE IF EXISTS `cto_groups_user_capability`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_groups_user_capability` ( `user_id` bigint(20) unsigned NOT NULL, `capability_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`user_id`,`capability_id`), KEY `user_capability_cu` (`capability_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_groups_user_capability` -- LOCK TABLES `cto_groups_user_capability` WRITE; /*!40000 ALTER TABLE `cto_groups_user_capability` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_groups_user_capability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_groups_user_group` -- DROP TABLE IF EXISTS `cto_groups_user_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_groups_user_group` ( `user_id` bigint(20) unsigned NOT NULL, `group_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`user_id`,`group_id`), KEY `user_group_gu` (`group_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_groups_user_group` -- LOCK TABLES `cto_groups_user_group` WRITE; /*!40000 ALTER TABLE `cto_groups_user_group` DISABLE KEYS */; INSERT INTO `cto_groups_user_group` VALUES (2,3),(2,4),(2,7),(2,11),(4,1),(5,1),(9,1),(10,1),(11,1),(12,1),(13,1),(13,2),(13,3),(13,4),(14,1),(14,4),(15,1),(15,3),(15,4),(16,1),(16,3),(17,1),(17,3),(17,11),(18,1),(18,3),(20,1),(20,3),(21,1),(21,3),(22,1),(22,3),(22,4),(24,1),(24,4),(25,1),(25,3),(26,1),(26,3),(28,1),(28,3),(29,1),(29,4),(30,1),(30,3),(31,1),(31,4),(32,1),(32,3),(33,1),(33,3),(34,1),(34,3),(35,1),(35,3),(38,1),(38,3),(39,1),(39,4),(40,1),(40,3),(41,1),(41,3),(42,1),(42,3),(43,1),(43,3),(44,1),(44,3),(45,1),(45,3),(47,1),(47,3),(48,1),(48,4),(49,1),(49,3),(49,7),(50,1),(50,3),(51,1),(51,3),(51,7),(52,1),(53,1),(53,3),(55,1),(55,3),(55,7),(56,1),(56,3),(56,7),(57,1),(57,3),(57,7),(59,1),(59,3),(61,1),(61,4),(62,1),(62,3),(63,1),(63,3),(64,1),(64,4),(65,1),(65,3),(65,7),(67,1),(67,4),(68,1),(68,3),(69,1),(69,3),(70,1),(70,3),(72,1),(72,4),(73,1),(73,3),(73,7),(76,1),(76,3),(77,1),(77,4),(77,5),(77,6),(79,1),(79,3),(80,1),(80,3),(80,4),(81,1),(81,3),(82,1),(82,3),(83,1),(83,3),(83,7),(84,1),(84,4),(84,7),(85,1),(85,3),(87,1),(87,3),(88,1),(88,3),(88,4),(88,5),(88,6),(88,7),(88,8),(88,10),(89,1),(89,4),(89,7),(90,1),(91,1),(92,1),(92,3),(92,4),(92,6),(92,7),(93,1),(93,4),(93,5),(93,6),(94,1),(94,3),(95,1),(95,4),(96,1),(96,3),(96,4),(97,1),(97,3),(97,7),(98,1),(98,3),(99,1),(99,3),(100,1),(100,3),(101,1),(101,3),(101,4),(101,5),(101,6),(101,7),(102,1),(102,3),(103,1),(104,1),(107,1),(108,1),(110,1),(110,7),(111,1),(112,1),(113,1),(115,1),(116,1),(117,1),(117,5),(117,6),(117,10),(118,1),(118,7),(123,1),(125,1),(125,7),(130,1),(131,1),(133,1),(133,6),(136,1),(138,1),(144,1),(148,1),(148,7),(151,1),(152,1),(153,1),(153,7),(155,1),(155,6),(155,7),(155,10),(156,1),(160,1),(161,1),(163,1),(170,1),(173,1),(176,1),(177,1),(179,1),(187,1),(191,1),(192,1),(194,1),(199,1),(200,1),(201,1),(202,1),(204,1),(204,5),(204,6),(206,1),(207,1),(210,1),(211,1),(221,1),(222,1),(222,7),(223,1),(230,1),(233,1),(235,1),(237,1),(263,1),(263,3),(263,4),(263,5),(263,6),(263,7),(268,1),(279,1),(279,7),(280,1),(285,1),(290,1),(293,1),(294,1),(296,1),(297,1),(297,7),(316,1),(316,7),(317,1),(317,7),(319,1),(325,1),(326,1),(330,1),(334,1),(336,1),(343,1),(344,1),(349,1),(350,1),(352,1),(352,7),(354,1),(354,3),(354,4),(354,5),(354,6),(354,7),(355,1),(355,7),(361,1),(361,7),(364,1),(365,1),(367,1),(370,1),(370,7),(371,1),(374,1),(380,1),(385,1),(385,4),(391,1),(394,1),(396,1),(397,1),(398,1),(399,1),(400,1),(401,1),(405,1),(405,7),(411,1),(413,1),(417,1),(422,1),(423,1),(426,1),(437,1),(439,1),(457,1),(457,7),(460,1),(461,1),(463,1),(475,1),(475,7),(476,1),(478,1),(478,5),(479,1),(480,1),(482,1),(483,1),(484,1),(494,1),(495,1),(495,7),(496,1),(497,1),(502,1),(504,1),(504,10),(518,1),(520,1),(523,1),(528,1),(528,7),(529,1),(530,1),(531,1),(537,1),(538,1),(545,1),(548,1),(549,1),(553,1),(554,1),(556,1),(564,1),(565,1),(567,1),(567,7),(570,1),(570,7),(571,1),(578,1),(579,1),(579,7),(581,1),(582,1),(583,1),(585,1),(585,7),(586,1),(587,1),(595,1),(596,1),(597,1),(599,1),(603,1),(605,1),(606,1),(614,1),(619,1),(619,4),(623,1),(623,7),(624,1),(624,7),(625,1),(627,1),(628,1),(629,1),(630,1),(631,1),(632,1),(632,7),(633,1),(633,7),(634,1),(634,7),(635,1),(637,1),(637,7),(638,1),(638,7),(639,1),(641,1),(641,7),(642,1),(642,7),(643,1),(644,1),(645,1),(645,7),(646,1),(646,3),(646,4),(646,5),(646,6),(646,7),(647,1),(650,1),(651,1),(651,7),(652,1),(652,7),(653,1),(653,7),(654,1),(654,7),(655,1),(657,1),(658,1),(658,7),(660,1),(661,1),(661,7),(662,1),(662,7),(663,1),(663,7),(664,1),(664,7),(665,1),(665,7),(667,1),(667,7),(668,1),(669,1),(669,7),(670,1),(671,1),(671,7),(672,1),(673,1),(674,1),(675,1),(675,7),(677,1),(677,7),(678,1),(678,7),(679,1),(679,7),(680,1),(680,7),(681,1),(681,7),(683,1),(683,7),(684,1),(684,7),(686,1),(686,7),(687,1),(687,7),(688,1),(689,1),(689,7),(690,1),(690,7),(691,1),(691,7),(692,1),(692,7),(693,1),(693,7),(695,1),(695,7),(696,1),(696,7),(697,1),(697,7),(698,1),(698,7),(699,1),(699,7),(700,1),(701,1),(701,7),(702,1),(702,7),(704,1),(704,7),(705,1),(705,7),(706,1),(706,7),(709,1),(709,7),(710,1),(710,7),(711,1),(711,7),(712,1),(712,3),(712,4),(712,5),(712,6),(712,7),(713,1),(713,7),(714,1),(714,7),(715,1),(715,7),(716,1),(717,1),(717,7),(718,1),(718,7),(719,1),(719,7),(720,1),(720,7),(721,1),(721,7),(722,1),(723,1),(723,7),(724,1),(725,1),(726,1),(727,1),(727,7),(728,1),(728,7),(730,1),(730,7),(731,1),(732,1),(732,7),(733,1),(733,7),(734,1),(734,7),(735,1),(735,7),(736,1),(736,7),(737,1),(739,1),(739,7),(740,1),(741,1),(741,7),(742,1),(743,1),(746,1),(746,7),(749,1),(749,7),(750,1),(751,1),(751,7),(753,1),(753,7),(754,1),(755,1),(755,7),(756,1),(756,7),(759,1),(759,7),(760,1),(761,1),(761,7),(763,1),(763,7),(764,1),(764,7),(765,1),(766,1),(766,7),(767,1),(768,1),(769,1),(771,1),(771,7),(773,1),(776,1),(776,7),(777,1),(777,7),(778,1),(778,7),(779,1),(779,7),(781,1),(781,7),(782,1),(782,7),(784,1),(784,7),(785,1),(785,7),(786,1),(786,7),(787,1),(787,7),(788,1),(788,7),(789,1),(791,1),(791,7),(792,1),(792,7),(793,1),(793,7),(794,1),(794,7),(795,1),(795,7),(796,1),(797,1),(800,1),(801,1),(801,7),(802,1),(802,7),(803,1),(803,7),(805,1),(805,7),(806,1),(806,7),(807,1),(807,7),(809,1),(809,7),(811,1),(811,7),(812,1),(812,7),(813,1),(813,7),(814,1),(814,7),(815,1),(815,7),(816,1),(816,7),(817,1),(818,1),(818,7),(819,1),(819,7),(820,1),(821,1),(821,7),(822,1),(823,1),(823,7),(824,1),(825,1),(825,7),(826,1),(827,1),(827,7),(829,1),(831,1),(831,3),(831,4),(831,5),(831,6),(832,1),(832,7),(833,1),(833,7),(835,1),(835,7),(836,1),(837,1),(837,7),(838,1),(838,7),(839,1),(840,1),(841,1),(844,1),(844,7),(845,1),(845,7),(846,1),(846,7),(847,1),(847,7),(848,1),(848,7),(849,1),(849,7),(850,1),(850,7),(851,1),(851,7),(852,1),(853,1),(853,7),(855,1),(855,7),(857,1),(857,7),(858,1),(858,7),(859,1),(859,7),(860,1),(860,7),(861,1),(861,7),(863,1),(863,7),(864,1),(864,7),(865,1),(865,7),(866,1),(866,7),(867,1),(869,1),(869,7),(871,1),(872,1),(873,1),(873,7),(874,1),(874,7),(877,1),(878,1),(878,7),(879,1),(879,7),(880,1),(880,7),(881,1),(881,7),(882,1),(882,7),(883,1),(884,1),(884,7),(885,1),(886,1),(886,7),(887,1),(888,1),(888,7),(889,1),(889,7),(890,1),(891,1),(891,7),(892,1),(892,7),(893,1),(893,7),(894,1),(895,1),(895,7),(896,1),(896,7),(897,1),(897,7),(898,1),(898,7),(899,1),(899,7),(900,1),(900,7),(901,1),(901,7),(902,1),(902,7),(903,1),(903,7),(904,1),(905,1),(905,7),(906,1),(906,7),(908,1),(908,7),(910,1),(910,7),(911,1),(912,1),(912,7),(913,1),(913,7),(914,1),(914,7),(915,1),(915,7),(916,1),(916,7),(917,1),(917,7),(918,1),(919,1),(919,7),(920,1),(920,7),(921,1),(921,7),(922,1),(922,7),(923,1),(923,7),(924,1),(924,7),(925,1),(925,7),(926,1),(926,7),(927,1),(927,7),(929,1),(929,7),(930,1),(930,7),(932,1),(932,7),(933,1),(933,7),(934,1),(935,1),(936,1),(936,7),(941,1),(942,1),(942,7),(943,1),(943,7),(944,1),(944,7),(945,1),(945,7),(946,1),(946,7),(947,1),(947,7),(948,1),(948,7),(949,1),(949,7),(950,1),(950,7),(952,1),(952,7),(953,1),(954,1),(955,1),(955,7),(956,1),(956,7),(957,1),(957,7),(958,1),(958,7),(959,1),(959,7),(960,1),(960,7),(961,1),(961,7),(962,1),(963,1),(963,7),(964,1),(965,1),(965,7),(966,1),(967,1),(968,1),(969,1),(969,7),(971,1),(971,7),(972,1),(973,1),(973,7),(974,1),(974,7),(975,1),(975,7),(976,1),(976,7),(977,1),(977,7),(978,1),(978,7),(979,1),(979,7),(980,1),(980,7),(981,1),(981,7),(982,1),(982,7),(983,1),(983,7),(984,1),(984,7),(985,1),(985,7),(987,1),(987,7),(989,1),(989,7),(990,1),(990,7),(991,1),(991,7),(992,1),(993,1),(993,7),(994,1),(995,1),(995,7),(996,1),(996,7),(997,1),(997,7),(998,1),(998,7),(999,1),(999,7),(1000,1),(1000,7),(1002,1),(1004,1),(1005,1),(1005,7),(1006,1),(1006,7),(1007,1),(1007,7),(1009,1),(1009,7),(1010,1),(1010,7),(1011,1),(1011,7),(1012,1),(1012,7),(1013,1),(1014,1),(1014,7),(1015,1),(1017,1),(1017,7),(1018,1),(1019,1),(1019,7),(1020,1),(1021,1),(1021,7),(1022,1),(1022,7),(1023,1),(1023,7),(1024,1),(1024,7),(1025,1),(1026,1),(1026,7),(1027,1),(1027,7),(1028,1),(1028,7),(1029,1),(1030,1),(1030,10),(1031,1),(1031,7),(1032,1),(1032,7),(1033,1),(1033,7),(1034,1),(1034,7),(1035,1),(1035,7),(1036,1),(1036,7),(1038,1),(1038,7),(1039,1),(1041,1),(1042,1),(1043,1),(1044,1),(1044,7),(1045,1),(1046,1),(1046,7),(1047,1),(1047,7),(1048,1),(1048,7),(1049,1),(1049,7),(1050,1),(1051,1),(1051,7),(1052,1),(1052,7),(1053,1),(1053,7),(1054,1),(1054,7),(1055,1),(1055,7),(1056,1),(1056,7),(1057,1),(1057,7),(1058,1),(1058,7),(1059,1),(1059,7),(1060,1),(1060,7),(1061,1),(1062,1),(1062,7),(1063,1),(1063,7),(1064,1),(1064,7),(1065,1),(1065,7),(1066,1),(1067,1),(1067,7),(1068,1),(1068,7),(1069,1),(1069,7),(1070,1),(1071,1),(1072,1),(1072,7),(1073,1),(1073,7),(1074,1),(1074,7),(1075,1),(1075,7),(1076,1),(1076,7),(1077,1),(1077,7),(1078,1),(1078,7),(1079,1),(1079,7),(1080,1),(1082,1),(1082,7),(1083,1),(1083,7),(1084,1),(1084,7),(1085,1),(1085,7),(1086,1),(1086,7),(1087,1),(1087,7),(1088,1),(1088,7),(1090,1),(1090,7),(1094,1),(1094,7),(1095,1),(1095,7),(1096,1),(1097,1),(1097,7),(1099,1),(1099,7),(1100,1),(1100,7),(1103,1),(1103,7),(1104,1),(1104,7),(1105,1),(1105,7),(1106,1),(1106,7),(1107,1),(1107,7),(1108,1),(1108,7),(1109,1),(1109,7),(1110,1),(1110,7),(1112,1),(1112,7),(1113,1),(1113,7),(1115,1),(1115,7),(1116,1),(1116,7),(1118,1),(1118,7),(1119,1),(1119,7),(1120,1),(1120,7),(1121,1),(1121,7),(1122,1),(1122,7),(1123,1),(1123,7),(1124,1),(1124,7),(1126,1),(1128,1),(1128,7),(1129,1),(1129,7),(1130,1),(1130,7),(1131,1),(1132,1),(1133,1),(1134,1),(1135,1),(1135,7),(1137,1),(1137,7),(1138,1),(1138,7),(1140,1),(1141,1),(1141,7),(1142,1),(1142,7),(1143,1),(1143,7),(1144,1),(1144,7),(1145,1),(1145,7),(1146,1),(1146,7),(1147,1),(1147,7),(1148,1),(1148,7),(1149,1),(1150,1),(1150,7),(1151,1),(1151,7),(1152,1),(1152,7),(1153,1),(1153,7),(1154,1),(1154,7),(1155,1),(1155,7),(1156,1),(1156,7),(1157,1),(1157,7),(1158,1),(1158,7),(1159,1),(1159,7),(1160,1),(1160,7),(1161,1),(1161,7),(1162,1),(1162,7),(1163,1),(1163,7),(1164,1),(1164,7),(1165,1),(1165,7),(1166,1),(1166,7),(1167,1),(1167,7),(1168,1),(1168,7),(1169,1),(1169,7),(1170,1),(1170,7),(1172,1),(1172,7),(1173,1),(1173,7),(1174,1),(1174,7),(1175,1),(1175,7),(1176,1),(1177,1),(1177,7),(1178,1),(1178,7),(1179,1),(1179,7),(1180,1),(1181,1),(1182,1),(1182,7),(1183,1),(1183,7),(1184,1),(1184,7),(1185,1),(1186,1),(1186,7),(1187,1),(1187,7),(1189,1),(1189,7),(1190,1),(1190,7),(1191,1),(1192,1),(1192,7),(1193,1),(1193,7),(1194,1),(1194,7),(1195,1),(1195,7),(1196,1),(1197,1),(1197,7),(1198,1),(1198,7),(1199,1),(1199,7),(1200,1),(1200,7),(1201,1),(1201,7),(1202,1),(1203,1),(1203,7),(1204,1),(1204,7),(1205,1),(1205,7),(1206,1),(1206,7),(1207,1),(1207,7),(1208,1),(1209,1),(1210,1),(1210,7),(1211,1),(1212,1),(1212,7),(1213,1),(1213,7),(1214,1),(1214,7),(1217,1),(1217,7),(1218,1),(1218,7),(1219,1),(1220,1),(1220,7),(1221,1),(1222,1),(1222,7),(1223,1),(1223,7),(1224,1),(1224,7),(1225,1),(1225,7),(1227,1),(1227,7),(1228,1),(1228,7),(1231,1),(1231,7),(1232,1),(1232,7),(1233,1),(1233,7),(1234,1),(1234,7),(1235,1),(1235,7),(1237,1),(1237,7),(1238,1),(1238,7),(1239,1),(1239,7),(1240,1),(1240,7),(1241,1),(1241,7),(1242,1),(1243,1),(1243,7),(1244,1),(1244,7),(1245,1),(1246,1),(1247,1),(1248,1),(1248,7),(1249,1),(1250,1),(1250,7),(1251,1),(1251,7),(1252,1),(1252,7),(1253,1),(1253,7),(1254,1),(1254,7),(1255,1),(1255,7),(1257,1),(1257,7),(1259,1),(1259,7),(1261,1),(1261,7),(1264,1),(1264,7),(1266,1),(1266,7),(1267,1),(1267,7),(1268,1),(1268,7),(1269,1),(1270,1),(1271,1),(1272,1),(1272,7),(1273,1),(1273,7),(1274,1),(1274,7),(1275,1),(1275,7),(1276,1),(1276,7),(1277,1),(1278,1),(1279,1),(1280,1),(1280,3),(1280,4),(1280,5),(1280,6),(1280,7),(1281,1),(1281,7),(1282,1),(1282,7),(1283,1),(1283,7),(1284,1),(1285,1),(1285,7),(1286,1),(1287,1),(1287,7),(1288,1),(1289,1),(1289,7),(1290,1),(1290,7),(1291,1),(1291,7),(1292,1),(1292,7),(1293,1),(1293,7),(1294,1),(1294,7),(1295,1),(1295,7),(1296,1),(1296,7),(1297,1),(1298,1),(1298,7),(1299,1),(1299,7),(1300,1),(1301,1),(1301,7),(1302,1),(1302,7),(1303,1),(1303,7),(1304,1),(1304,7),(1306,1),(1306,7),(1307,1),(1307,7),(1308,1),(1308,7),(1309,1),(1309,7),(1310,1),(1310,7),(1312,1),(1312,7),(1313,1),(1313,7),(1316,1),(1316,7),(1317,1),(1317,7),(1318,1),(1318,7),(1319,1),(1319,7),(1322,1),(1322,7),(1323,1),(1324,1),(1324,7),(1325,1),(1325,7),(1326,1),(1326,7),(1327,1),(1327,7),(1328,1),(1328,7),(1329,1),(1329,7),(1330,1),(1330,7),(1332,1),(1332,7),(1333,1),(1333,7),(1334,1),(1334,7),(1335,1),(1335,7),(1336,1),(1336,7),(1337,1),(1339,1),(1340,1),(1340,7),(1341,1),(1342,1),(1342,7),(1344,1),(1344,7),(1345,1),(1345,7),(1346,1),(1346,7),(1347,1),(1348,1),(1349,1),(1349,7),(1350,1),(1350,7),(1351,1),(1351,7),(1352,1),(1352,7),(1353,1),(1353,7),(1354,1),(1354,7),(1355,1),(1355,7),(1356,1),(1356,7),(1357,1),(1357,7),(1358,1),(1358,7),(1359,1),(1359,7),(1361,1),(1361,7),(1362,1),(1362,7),(1363,1),(1363,7),(1364,1),(1364,7),(1366,1),(1366,7),(1367,1),(1367,7),(1368,1),(1368,7),(1369,1),(1369,7),(1370,1),(1370,7),(1371,1),(1371,7),(1372,1),(1372,7),(1373,1),(1373,7),(1374,1),(1374,7),(1375,1),(1375,7),(1378,1),(1378,7),(1379,1),(1380,1),(1381,1),(1381,7),(1383,1),(1383,7),(1384,1),(1385,1),(1386,1),(1386,7),(1387,1),(1387,7),(1388,1),(1388,7),(1389,1),(1389,7),(1390,1),(1390,7),(1391,1),(1391,7),(1392,1),(1393,1),(1393,7),(1394,1),(1394,7),(1395,1),(1395,7),(1397,1),(1397,7),(1398,1),(1398,7),(1399,1),(1399,7),(1400,1),(1400,7),(1401,1),(1401,7),(1403,1),(1403,7),(1404,1),(1404,7),(1405,1),(1405,7),(1406,1),(1406,7),(1407,1),(1407,7),(1408,1),(1408,7),(1409,1),(1409,7),(1410,1),(1410,7),(1411,1),(1411,7),(1412,1),(1412,7),(1413,1),(1413,7),(1414,1),(1414,7),(1415,1),(1415,7),(1416,1),(1417,1),(1417,7),(1418,1),(1418,7),(1419,1),(1419,7),(1420,1),(1422,1),(1423,1),(1423,7),(1424,1),(1424,7),(1425,1),(1426,1),(1426,7),(1427,1),(1427,7),(1428,1),(1428,7),(1429,1),(1430,1),(1431,1),(1431,7),(1432,1),(1432,7),(1433,1),(1433,7),(1434,1),(1434,7),(1435,1),(1435,7),(1436,1),(1437,1),(1437,7),(1438,1),(1439,1),(1439,7),(1440,1),(1440,7),(1441,1),(1442,1),(1442,7),(1443,1),(1443,7),(1444,1),(1445,1),(1445,7),(1446,1),(1446,7),(1447,1),(1447,7),(1448,1),(1448,7),(1449,1),(1449,7),(1450,1),(1450,3),(1450,4),(1450,5),(1450,6),(1450,7),(1451,1),(1451,7),(1452,1),(1452,7),(1453,1),(1453,7),(1454,1),(1454,7),(1455,1),(1455,7),(1456,1),(1456,7),(1457,1),(1457,7),(1458,1),(1458,7),(1459,1),(1459,7),(1460,1),(1460,7),(1461,1),(1461,7),(1462,1),(1462,7),(1463,1),(1464,1),(1464,7),(1465,1),(1467,1),(1467,7),(1469,1),(1469,7),(1470,1),(1470,7),(1471,1),(1471,7),(1472,1),(1473,1),(1474,1),(1474,7),(1475,1),(1475,7),(1476,1),(1476,7),(1477,1),(1477,7),(1478,1),(1478,7),(1480,1),(1480,7),(1481,1),(1483,1),(1483,7),(1484,1),(1484,7),(1486,1),(1486,7),(1488,1),(1488,7),(1489,1),(1489,5),(1489,6),(1490,1),(1490,7),(1491,1),(1493,1),(1494,1),(1494,7),(1495,1),(1495,7),(1496,1),(1496,7),(1497,1),(1497,3),(1497,4),(1497,5),(1497,6),(1498,1),(1500,1),(1500,7),(1501,1),(1502,1),(1505,1),(1505,7),(1506,1),(1506,7),(1507,1),(1507,7),(1508,1),(1508,7),(1509,1),(1509,7),(1510,1),(1510,7),(1511,1),(1511,7),(1512,1),(1512,7),(1513,1),(1513,7),(1514,1),(1514,7),(1515,1),(1516,1),(1516,7),(1517,1),(1518,1),(1519,1),(1519,7),(1520,1),(1520,7),(1521,1),(1521,7),(1522,1),(1522,7),(1523,1),(1523,7),(1524,1),(1525,1),(1525,7),(1526,1),(1526,7),(1527,1),(1528,1),(1529,1),(1529,7),(1530,1),(1532,1),(1532,7),(1533,1),(1533,7),(1535,1),(1535,7),(1536,1),(1537,1),(1537,7),(1538,1),(1538,7),(1539,1),(1539,7),(1540,1),(1540,7),(1541,1),(1542,1),(1543,1),(1543,7),(1544,1),(1544,7),(1546,1),(1546,7),(1547,1),(1547,7),(1548,1),(1549,1),(1549,7),(1550,1),(1551,1),(1552,1),(1552,7),(1553,1),(1553,7),(1554,1),(1554,7),(1555,1),(1555,2),(1555,7),(1556,1),(1556,7),(1557,1),(1557,7),(1558,1),(1558,7),(1559,1),(1559,7),(1560,1),(1560,7),(1561,1),(1561,7),(1562,1),(1562,7),(1563,1),(1563,7),(1565,1),(1565,7),(1566,1),(1566,7),(1568,1),(1568,7),(1569,1),(1569,7),(1570,1),(1570,7),(1572,1),(1573,1),(1573,7),(1574,1),(1574,7),(1575,1),(1575,7),(1576,1),(1576,7),(1577,1),(1578,1),(1580,1),(1581,1),(1581,7),(1582,1),(1582,7),(1583,1),(1584,1),(1584,7),(1585,1),(1585,7),(1586,1),(1587,1),(1587,7),(1588,1),(1588,7),(1589,1),(1589,7),(1590,1),(1590,7),(1591,1),(1591,7),(1592,1),(1592,7),(1593,1),(1593,7),(1595,1),(1595,7),(1596,1),(1596,7),(1597,1),(1597,7),(1598,1),(1598,7),(1599,1),(1599,7),(1600,1),(1601,1),(1601,7),(1602,1),(1602,7),(1603,1),(1603,7),(1605,1),(1605,7),(1606,1),(1606,7),(1607,1),(1607,7),(1608,1),(1608,7),(1609,1),(1609,7),(1610,1),(1610,7),(1611,1),(1611,7),(1614,1),(1614,7),(1615,1),(1615,7),(1616,1),(1616,7),(1617,1),(1617,7),(1619,1),(1619,7),(1620,1),(1620,7),(1621,1),(1621,7),(1622,1),(1622,7),(1624,1),(1624,7),(1625,1),(1625,7),(1628,1),(1628,7),(1632,1),(1632,7),(1633,1),(1633,7),(1634,1),(1636,1),(1636,7),(1637,1),(1637,7),(1638,1),(1638,7),(1639,1),(1645,1),(1645,7),(1646,1),(1646,7),(1647,1),(1647,7),(1648,1),(1648,7),(1649,1),(1649,7),(1650,1),(1651,1),(1651,7),(1653,1),(1653,7),(1654,1),(1654,7),(1655,1),(1655,7),(1656,1),(1656,7),(1657,1),(1657,7),(1658,1),(1658,7),(1659,1),(1659,7),(1660,1),(1661,1),(1662,1),(1662,7),(1663,1),(1663,7),(1664,1),(1664,7),(1665,1),(1665,7),(1666,1),(1666,7),(1667,1),(1667,7),(1669,1),(1669,7),(1670,1),(1670,7),(1672,1),(1672,7),(1673,1),(1673,7),(1674,1),(1674,7),(1675,1),(1675,7),(1678,1),(1679,1),(1679,7),(1680,1),(1680,7),(1682,1),(1682,7),(1683,1),(1683,7),(1684,1),(1684,7),(1685,1),(1685,7),(1686,1),(1686,7),(1687,1),(1687,7),(1688,1),(1688,7),(1689,1),(1689,7),(1691,1),(1691,7),(1692,1),(1692,7),(1693,1),(1693,7),(1694,1),(1694,7),(1695,1),(1695,7),(1696,1),(1696,7),(1697,1),(1697,7),(1698,1),(1698,7),(1700,1),(1700,7),(1701,1),(1701,7),(1702,1),(1702,7),(1703,1),(1703,7),(1704,1),(1704,7),(1707,1),(1708,1),(1708,7),(1709,1),(1709,7),(1711,1),(1711,7),(1712,1),(1712,7),(1713,1),(1713,7),(1714,1),(1714,7),(1715,1),(1715,7),(1716,1),(1717,1),(1717,7),(1718,1),(1719,1),(1719,7),(1720,1),(1720,7),(1721,1),(1722,1),(1722,7),(1723,1),(1723,7),(1726,1),(1726,7),(1727,1),(1727,7),(1728,1),(1728,7),(1730,1),(1730,7),(1732,1),(1732,7),(1735,1),(1736,1),(1737,1),(1739,1),(1739,7),(1740,1),(1740,7),(1741,1),(1741,7),(1743,1),(1744,1),(1744,7),(1745,1),(1745,7),(1746,1),(1746,7),(1747,1),(1747,7),(1748,1),(1748,7),(1749,1),(1749,7),(1750,1),(1751,1),(1751,7),(1752,1),(1753,1),(1754,1),(1755,1),(1756,1),(1757,1),(1757,7),(1758,1),(1758,7),(1759,1),(1759,7),(1760,1),(1760,7),(1761,1),(1762,1),(1763,1),(1763,7),(1764,1),(1764,7),(1765,1),(1767,1),(1768,1),(1768,7),(1769,1),(1770,1),(1770,7),(1771,1),(1771,7),(1772,1),(1773,1),(1773,7),(1774,1),(1774,7),(1775,1),(1775,7),(1775,8),(1776,1),(1776,7),(1777,1),(1777,7),(1778,1),(1778,7),(1779,1),(1779,7),(1780,1),(1780,7),(1784,1),(1784,7),(1785,1),(1785,7),(1787,1),(1787,7),(1789,1),(1789,5),(1789,6),(1790,1),(1790,5),(1790,6),(1791,1),(1792,1),(1792,4),(1793,1),(1793,4),(1794,1),(1795,1),(1796,1),(1796,4),(1797,1),(1797,4),(1798,1),(1798,4),(1800,1),(1800,4),(1801,1),(1801,4),(1802,1),(1802,4),(1803,1),(1803,4),(1804,1),(1804,7),(1805,1),(1806,1),(1806,4),(1807,1),(1808,1),(1808,4),(1809,1),(1810,1),(1810,4),(1811,1),(1811,4),(1812,1),(1812,4),(1813,1),(1813,4),(1814,1),(1814,4),(1815,1),(1815,4),(1816,1),(1816,4),(1817,1),(1817,4),(1818,1),(1818,4),(1819,1),(1819,4),(1820,1),(1820,4),(1821,1),(1821,4),(1822,1),(1822,4),(1823,1),(1823,4),(1824,1),(1824,4),(1825,1),(1825,4),(1826,1),(1826,4),(1827,1),(1827,4),(1828,1),(1829,1),(1829,4),(1830,1),(1830,4),(1831,1),(1832,1),(1832,4),(1833,1),(1834,1),(1834,7),(1835,1),(1835,7),(1836,1),(1836,7),(1837,1),(1839,1),(1839,5),(1839,6),(1840,1),(1840,3),(1840,4),(1840,5),(1840,6),(1840,7),(1841,1),(1841,3),(1841,4),(1841,5),(1841,6),(1841,7),(1842,1),(1842,5),(1842,6),(1843,1),(1843,10),(1844,1),(1844,6),(1845,1),(1845,6),(1846,1),(1846,5),(1846,6),(1847,1),(1847,5),(1847,6),(1848,1),(1848,10),(1849,1),(1849,7),(1850,1),(1850,7),(1851,1),(1851,7),(1852,1),(1852,7),(1853,1),(1853,7),(1854,1),(1854,5),(1854,6),(1855,1),(1855,5),(1855,6),(1855,7),(1855,10),(1856,1),(1856,5),(1856,6),(1857,1),(1857,5),(1857,6),(1858,1),(1858,5),(1858,6),(1859,1),(1860,1),(1860,5),(1860,6),(1861,1); /*!40000 ALTER TABLE `cto_groups_user_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_layerslider` -- DROP TABLE IF EXISTS `cto_layerslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_layerslider` ( `id` int(10) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `data` text NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL default '0', `flag_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_layerslider` -- LOCK TABLES `cto_layerslider` WRITE; /*!40000 ALTER TABLE `cto_layerslider` DISABLE KEYS */; INSERT INTO `cto_layerslider` VALUES (1,'Application Slider','{\"properties\":{\"title\":\"Application Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/Hotel-La-Pagerie.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"ipad-back\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-back.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"ipad-front\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-front.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"iphone\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone4-slide2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-app-1.jpg\",\"slidedirection\":\"bottom\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"white ipad mini\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/white-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"dark ipad mini\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/black-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"h1\",\"image\":\"\",\"html\":\"YOUR AMAZING\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"59\",\"left\":\"555\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#222f12;\\r\\nwidth:240px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Applications\",\"slidedirection\":\"auto\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"101\",\"left\":\"586\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 30px; font-weight: normal; background:#cdf69c; width:180px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"prices\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/prices.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2850\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"winstore\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/winstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/3.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"graphics\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/business-graphics.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"businessman\",\"type\":\"img\",\"image\":\"\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/businessman.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"h2\",\"image\":\"\",\"html\":\"You Can Create Awesome Business and Corporate Design\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"22\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"iceMag is Multi-Purpose\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"61\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Puchase Now\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/themeforest.net\\/user\\/XanderRock\\/\",\"target\":\"_self\",\"top\":\"166\",\"left\":\"35\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1360681678,1367173597,0,1),(2,'Business Slider','{\"properties\":{\"title\":\"Business Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/3.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"graphics\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/business-graphics.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"businessman\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/businessman.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"h2\",\"image\":\"\",\"html\":\"You Can Create Awesome Business and Corporate Design\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"22\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"iceMag is Multi-Purpose\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"61\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Puchase Now\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/themeforest.net\\/user\\/XanderRock\\/\",\"target\":\"_self\",\"top\":\"166\",\"left\":\"35\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/apps-slider-background2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"ipad-back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-back.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"ipad-front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-front.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"iphone\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone4-slide2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/blue-background.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"8000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/logo-and-browsers.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1650\",\"easingin\":\"easeOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-2\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/header_big_word.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1900\",\"easingin\":\"easeInOutBounce\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/macbook.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/imac.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"2300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage_ready.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"3600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Unlimited-Fonts.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"4600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/unlimited-colors.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #10\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/sliders.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"115\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fullwidth-boxed.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #12\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/seo-friendly.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"5800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #13\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #14\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/theme-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #15\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/width-boxed-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"5500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #16\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #17\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/slider-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"7200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #18\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fonts-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #19\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/colors-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"6200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #20\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1360681678,1360681678,0,1),(3,'Photography Slider','{\"properties\":{\"title\":\"Photography Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-photography.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"camera jeans\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/jeans-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera leather\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/leather-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera linen\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/linen-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo middle\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1700\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"awesome photo...\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Awesome Photographers\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"24\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"choose a gallery..\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Choose a gallery design in iceMag \",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/apps-slider-background2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"ipad-back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-back.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"ipad-front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-front.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"iphone\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone4-slide2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1360681678,1360681678,0,1),(4,'Education Slider','{\"properties\":{\"title\":\"Education Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/education-slider-back.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #5\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Use the power of CSS3 and HTML5\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInCubic\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#00AAE8;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"h3\",\"image\":\"\",\"html\":\"iceMag for education too\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2680\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/as3doctor.com\\/nevon-theme\\/\",\"target\":\"_self\",\"top\":\"78\",\"left\":\"441\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#00AAE8;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"h4\",\"image\":\"\",\"html\":\"BUY NOW\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/as3doctor.com\\/nevon-theme\\/\",\"target\":\"_self\",\"top\":\"168\",\"left\":\"463\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; background:#00AAE8;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"back kid\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/back-kid.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"middle kid\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/middle-kid.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"big kid\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/big-kid.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"blackb..\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/chemistry.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-1\",\"left\":\"83\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-photography.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"camera jeans\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/jeans-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera leather\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/leather-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera linen\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/linen-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo middle\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"awesome photo...\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Awesome Photographers\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"24\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"choose a gallery..\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Choose a gallery design in iceMag \",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/blue-background.jpg\",\"slidedirection\":\"bottom\",\"slidedelay\":\"8000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/logo-and-browsers.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1650\",\"easingin\":\"easeOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-2\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/header_big_word.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1900\",\"easingin\":\"easeInOutBounce\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/macbook.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/imac.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"2300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage_ready.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"3600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Unlimited-Fonts.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"4600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/unlimited-colors.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #10\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/sliders.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"115\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fullwidth-boxed.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #12\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/seo-friendly.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"5800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #13\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #14\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/theme-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #15\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/width-boxed-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"5500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #16\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #17\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/slider-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"7200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #18\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fonts-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #19\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/colors-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"6200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #20\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1360681678,1360681678,0,1),(5,'Social Slider','{\"properties\":{\"title\":\"Social Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-app-1.jpg\",\"slidedirection\":\"bottom\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"white ipad mini\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/white-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"dark ipad mini\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/black-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"winstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/winstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"prices\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/prices.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2850\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"h1\",\"image\":\"\",\"html\":\"YOUR AMAZING\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"59\",\"left\":\"555\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#222f12;\\r\\nwidth:240px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Applications\",\"slidedirection\":\"auto\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"101\",\"left\":\"586\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 30px; font-weight: normal; background:#cdf69c; width:180px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/blue-background.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"8000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/logo-and-browsers.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1650\",\"easingin\":\"easeOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-2\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/header_big_word.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1900\",\"easingin\":\"easeInOutBounce\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/macbook.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/imac.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"2300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage_ready.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"3600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Unlimited-Fonts.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"4600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/unlimited-colors.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #10\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/sliders.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"115\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fullwidth-boxed.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #12\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/seo-friendly.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"5800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #13\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #14\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/theme-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #15\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/width-boxed-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"5500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #16\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #17\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/slider-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"7200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #18\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fonts-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #19\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/colors-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"6200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #20\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1360681678,1360681678,0,1),(6,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1360681678,1360681678,0,1),(7,'Sample slider','{\"properties\":{\"title\":\"Sample slider\",\"width\":\"960\",\"height\":\"480\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"white\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"always\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_blank\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l12.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_1.jpg\"},\"sublayers\":[{\"subtitle\":\"Top left leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l13.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-101\",\"left\":\"105\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom left leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"234\",\"left\":\"-21\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top right leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l17.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-219\",\"left\":\"548\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"The smartest...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"The smartest slideshow plugin\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"330\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"with breathtaking...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"with breathtaking effects!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Responsive mode ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Responsive mode with smart-resize feature of images, videos and text!\",\"slidedirection\":\"left\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"right\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"330\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #4f6716; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Now supports easy ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Now supports easy sublayer-changing option!\",\"slidedirection\":\"right\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom right leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"8000\",\"easingin\":\"easeOutQuart\",\"delayin\":\"2000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"313\",\"left\":\"728\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"top\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"3500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"and the most...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"and the most advanced user interface!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg_woods.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"8500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_2.jpg\"},\"sublayers\":[{\"subtitle\":\"Mosaic #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf2.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf3.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf4.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf5.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"900\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf6.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf7.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2400\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf8.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2200\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf9.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Use with any HTML content\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"500\",\"style\":\"color: white; background: #ff7700; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited types of usage\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"62\",\"left\":\"500\",\"style\":\"color: white; background: #ff7900; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #3\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited varitaions of animations\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"500\",\"style\":\"color: white; background: #ff7d00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"Responsive layout (with displaying 5 modes)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"126\",\"left\":\"501\",\"style\":\"color: white; background: #ff8000; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #5\",\"type\":\"p\",\"image\":\"\",\"html\":\"Stunning WYSIWYG editor (only in WP version)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"158\",\"left\":\"500\",\"style\":\"color: white; background: #ff8600; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #6\",\"type\":\"p\",\"image\":\"\",\"html\":\"Auto play \\/ stop videos\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"190\",\"left\":\"500\",\"style\":\"color: white; background: #ff8b00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #7\",\"type\":\"p\",\"image\":\"\",\"html\":\"Linking sublayers to another layer or to any url\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"222\",\"left\":\"500\",\"style\":\"color: white; background: #ff9100; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #8\",\"type\":\"p\",\"image\":\"\",\"html\":\"Touch control for mobile devices\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"254\",\"left\":\"500\",\"style\":\"color: white; background: #ff9500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #9\",\"type\":\"p\",\"image\":\"\",\"html\":\"Built-in powerful API\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"286\",\"left\":\"500\",\"style\":\"color: white; background: #ff9a00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #10\",\"type\":\"p\",\"image\":\"\",\"html\":\"Deep linking\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"318\",\"left\":\"500\",\"style\":\"color: white; background: #ff9f00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #11\",\"type\":\"p\",\"image\":\"\",\"html\":\"Seo friendly and supports all major browsers\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"500\",\"style\":\"color: white; background: #ffa500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #12\",\"type\":\"p\",\"image\":\"\",\"html\":\"Skin support (layered PSD included)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"382\",\"left\":\"500\",\"style\":\"color: white; background: #ffaa00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #13\",\"type\":\"p\",\"image\":\"\",\"html\":\"Very detailed documentation & free updates\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"7000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"414\",\"left\":\"500\",\"style\":\"color: white; background: #ffaf00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Over\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Over\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"7000\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"7000\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5500\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"20%\",\"style\":\"color: white; background: #ff4800; font-size: 70px; height: 100px; line-height: 100px; padding: 0px 40px; box-shadow: 0px 2px 20px -3px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"happy customers!\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"happy customers!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"6000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1700\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_3.jpg\"},\"sublayers\":[{\"subtitle\":\"Fish #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"173\",\"left\":\"324\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"123\",\"left\":\"226\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1300\",\"easingout\":\"easeInOutCirc\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"250\",\"left\":\"260\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"275\",\"left\":\"812\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l32.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5600\",\"easingin\":\"easeOutQuad\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"236\",\"left\":\"744\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l33.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"291\",\"left\":\"731\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l34.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"255\",\"left\":\"517\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"223\",\"left\":\"518\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3300\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"134\",\"left\":\"613\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2400\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3500\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"439\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1300\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-4\",\"left\":\"389\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"4000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1700\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"172\",\"left\":\"318\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can customize ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can customize the plugin\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"100\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With setting properties.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"with setting properties.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"138\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can modify the ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can modify the easing,\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"300\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Delay, duration ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"delay, duration and also the\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"338\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Parallax effect.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"parallax effect.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"376\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/savannabg.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"5000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_5.jpg\"},\"sublayers\":[{\"subtitle\":\"Sun\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/sun.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"6500\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"99\",\"left\":\"65\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Beatuiful Sunset\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bs.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"152\",\"left\":\"124\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains in the background\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"354\",\"left\":\"-373\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"361\",\"left\":\"50\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Grass\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/blackground.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"433\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Left tree\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"347\",\"left\":\"66\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Right tree\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"270\",\"left\":\"609\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"235\",\"left\":\"54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Middle cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c21.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"201\",\"left\":\"349\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c3.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"57\",\"left\":\"-138\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top left cloud \",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c4.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"91\",\"left\":\"-54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Dark layer\",\"type\":\"div\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"10000\",\"easingin\":\"linear\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"width: 1000px; height:500px; background: black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_4.jpg\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"You can use images....\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use images or any\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"HTML elements ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"HTML elements as layers!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"108\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can use as ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use unlimited\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"210\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"numbers of sublayers!\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1550\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"248\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"And you can simply ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"And you can simply set the direction\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Or fading \\/ timing of ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"or fading \\/ timing of sublayers and more!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3200\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"388\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Red car\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Blue car\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29b.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_6.jpg\"},\"sublayers\":[{\"subtitle\":\"Envato Vimeo video\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"480\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"How about embed...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"How about embedding and auto-playing YouTube &<br>Vimeo videos with auto-pause slideshow feature?\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With using of these ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With using of these features you can easily create also<br>auto-playing video-galleries!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Video played ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"Video played, so LayerSlider is changing to the next Layer.\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"8000\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"450\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l4.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_7.jpg\"},\"sublayers\":[{\"subtitle\":\"Ariplane\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l45.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Cycle Jump\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l44.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3500\",\"easingin\":\"easeOutExpo\",\"delayin\":\"300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"120\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Get now\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/getnow.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"130\",\"left\":\"670\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"This kick-ass\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/thiskickass.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"200\",\"left\":\"647\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Slideshow plugin.\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/slideshowplugin.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"270\",\"left\":\"600\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1362706391,1362706391,0,0),(8,'Sample content slider','{\"properties\":{\"title\":\"Sample content slider\",\"width\":\"600\",\"height\":\"200\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"8000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"CTO Board of Directors\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"The Board of Directors is the CTO\\\\\'s highest Executive Body responsible for the overall direction of the activities and programmes of the organization.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\" It meets twice a year to plan the way forward for the region\\\\\'s vital foreign exchange earner.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"4000\",\"level\":\"3\",\"showuntil\":\"4000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/boardpic2.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Transitions?\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Of course you can use all the transitions and easings like on image sublayers. You can slide or fade the text, you can use delays and effects.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"300\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image 2\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Sample Title 3\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam cursus ultrices massa id posuere. Sed mattis mollis sodales. Aliquam tincidunt dui enim, ac dignissim tortor. Vivamus posuere leo in tellus aliquet malesuada. Cras nibh dui, luctus id venenatis quis, faucibus vel nunc.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Duis non lectus diam, a molestie mauris. Vestibulum accumsan tellus vel urna bibendum porta. Phasellus velit libero, dictum vel mattis ornare, condimentum vitae turpis. Donec consectetur magna nec eros ultricies eleifend. Nullam bibendum posuere ullamcorper. Nulla egestas.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"310\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1362706391,1369105808,0,0),(9,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1362706391,1362706391,0,0),(10,'Sample full-width slider','{\"properties\":{\"title\":\"Sample full-width slider\",\"width\":\"800\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/2004-scholarship-winners2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"h4\",\"image\":\"\",\"html\":\"Two of the 2004 Foundation awardees<br>\\r\\n<i>L-R:<\\/i> Makeda Alleyne, Bonita Morgan, CTO Dir. Human Resources and John Hazzard \",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"swing\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"400px\",\"left\":\"-17px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 50px; line-height: 25px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 900px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/IntervalInt450.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"Interval International presents a $20,000 donation to the CTO Scholarship Foundation.(L-R): Rickey Skerrit, former CTO Chairman; Neil Wolton, Director, Caribbean and Florida Resort Sales & Service, Interval International; Jacqueline Johnson, CTO Foundation Chairperson & Hugh Riley, Secretary General, CTO.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"315.99998474121094px\",\"left\":\"125.00003051757812px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 125px; line-height: 25px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 620px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/RCClFOundation5.png\",\"slidedirection\":\"right\",\"slidedelay\":\"5000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"Horace Hord, RCCL, presents a donation to CTO Foundation Chairperson, <br>Jacqueline Johnson in the company of other Foundation Board members.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"400px\",\"left\":\"-19px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 50px; line-height: 25px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 900px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/MVC-013F3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"skip\":\"on\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Kay Richardson receives her scholarship in 2002 from former Sec. Gen. Jean Holder. \",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"400px\",\"left\":\"-17px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 50px; line-height: 25px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 900px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/UKChapterMoneyPicMorgan1.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"h3\",\"image\":\"\",\"html\":\"CTO UK Chapter Chair, Lynn Girling, presents CTO HR Director, Bonita Morgan & CTO UK Chapter Manager, Anne McGonigle with a donation from the CTO Summer Ball.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"400px\",\"left\":\"-11px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 50px; line-height: 25px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 900px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/DSC_30642.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"skip\":\"on\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/DSC00792.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"skip\":\"on\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1362706391,1369601108,0,0),(11,'Application Slider','{\"properties\":{\"title\":\"Application Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/apps-slider-background2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"ipad-back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-back.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"ipad-front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-front.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"iphone\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone4-slide2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-app-1.jpg\",\"slidedirection\":\"bottom\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"white ipad mini\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/white-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"dark ipad mini\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/black-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"h1\",\"image\":\"\",\"html\":\"YOUR AMAZING\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"59\",\"left\":\"555\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#222f12;\\r\\nwidth:240px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Applications\",\"slidedirection\":\"auto\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"101\",\"left\":\"586\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 30px; font-weight: normal; background:#cdf69c; width:180px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"prices\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/prices.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2850\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"winstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/winstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/3.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"graphics\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/business-graphics.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"businessman\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/businessman.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"h2\",\"image\":\"\",\"html\":\"You Can Create Awesome Business and Corporate Design\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"22\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"iceMag is Multi-Purpose\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"61\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Puchase Now\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/themeforest.net\\/user\\/XanderRock\\/\",\"target\":\"_self\",\"top\":\"166\",\"left\":\"35\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(12,'Business Slider','{\"properties\":{\"title\":\"Business Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/3.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"graphics\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/business-graphics.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"businessman\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/businessman.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"h2\",\"image\":\"\",\"html\":\"You Can Create Awesome Business and Corporate Design\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"22\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"iceMag is Multi-Purpose\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"61\",\"left\":\"32\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3 copy copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Puchase Now\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/themeforest.net\\/user\\/XanderRock\\/\",\"target\":\"_self\",\"top\":\"166\",\"left\":\"35\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: white; background: #00AAE8; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/apps-slider-background2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"ipad-back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-back.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"ipad-front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-front.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"iphone\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone4-slide2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/blue-background.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"8000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/logo-and-browsers.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1650\",\"easingin\":\"easeOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-2\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/header_big_word.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1900\",\"easingin\":\"easeInOutBounce\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/macbook.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/imac.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"2300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage_ready.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"3600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Unlimited-Fonts.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"4600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/unlimited-colors.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #10\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/sliders.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"115\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fullwidth-boxed.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #12\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/seo-friendly.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"5800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #13\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #14\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/theme-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #15\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/width-boxed-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"5500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #16\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #17\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/slider-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"7200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #18\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fonts-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #19\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/colors-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"6200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #20\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(13,'Photography Slider','{\"properties\":{\"title\":\"Photography Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-photography.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"camera jeans\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/jeans-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera leather\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/leather-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera linen\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/linen-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo middle\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1700\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"awesome photo...\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Awesome Photographers\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"24\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"choose a gallery..\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Choose a gallery design in iceMag \",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/apps-slider-background2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"ipad-back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-back.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"ipad-front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad-front.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"iphone\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone4-slide2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay-slide2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1800\",\"easingin\":\"linear\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(14,'Education Slider','{\"properties\":{\"title\":\"Education Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/education-slider-back.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #5\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Use the power of CSS3 and HTML5\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInCubic\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#00AAE8;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"h3\",\"image\":\"\",\"html\":\"iceMag for education too\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2680\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/as3doctor.com\\/nevon-theme\\/\",\"target\":\"_self\",\"top\":\"78\",\"left\":\"441\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#00AAE8;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"h4\",\"image\":\"\",\"html\":\"BUY NOW\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/as3doctor.com\\/nevon-theme\\/\",\"target\":\"_self\",\"top\":\"168\",\"left\":\"463\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; background:#00AAE8;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"back kid\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/back-kid.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"middle kid\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/middle-kid.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"big kid\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/big-kid.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"blackb..\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/chemistry.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"1600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-1\",\"left\":\"83\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-photography.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"camera jeans\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/jeans-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera leather\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/leather-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"camera linen\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/linen-camera.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo back\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1400\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo middle\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"photo front\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/photo1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"awesome photo...\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Awesome Photographers\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"24\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"choose a gallery..\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Choose a gallery design in iceMag \",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"390\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #00AAE8; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/blue-background.jpg\",\"slidedirection\":\"bottom\",\"slidedelay\":\"8000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/logo-and-browsers.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1650\",\"easingin\":\"easeOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-2\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/header_big_word.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1900\",\"easingin\":\"easeInOutBounce\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/macbook.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/imac.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"2300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage_ready.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"3600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Unlimited-Fonts.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"4600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/unlimited-colors.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #10\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/sliders.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"115\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fullwidth-boxed.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #12\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/seo-friendly.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"5800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #13\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #14\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/theme-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #15\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/width-boxed-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"5500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #16\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #17\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/slider-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"7200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #18\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fonts-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #19\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/colors-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"6200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #20\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(15,'Social Slider','{\"properties\":{\"title\":\"Social Slider\",\"width\":\"960\",\"height\":\"400\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"960\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lightskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud-background.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"digg\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/digg-alt1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"27\",\"left\":\"753\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud2.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"15000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"twitter\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Twitter-NEW1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"40\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud5.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"facebook\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Facebook-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80\",\"left\":\"380\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud1.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"25000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"pinterest\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Pinterest-alt2-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"169\",\"left\":\"227\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"g+\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Google+1-150x150.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2250\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"590\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"left big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud7.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"right big\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud6.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/cloud3.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"0\",\"easingin\":\"swing\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"20000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"5\",\"url\":\"\",\"target\":\"_self\",\"top\":\"40\",\"left\":\"190\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/background-app-1.jpg\",\"slidedirection\":\"bottom\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"white ipad mini\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/white-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"dark ipad mini\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/black-ipad-mini.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1800\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"appstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/appstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"google play\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/googleplay.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"swing\",\"delayin\":\"2400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"winstore\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/winstore.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"prices\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/prices.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2850\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"h1\",\"image\":\"\",\"html\":\"YOUR AMAZING\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"59\",\"left\":\"555\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background:#222f12;\\r\\nwidth:240px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7 copy\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Applications\",\"slidedirection\":\"auto\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"101\",\"left\":\"586\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 30px; font-weight: normal; background:#cdf69c; width:180px; text-align:center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/blue-background.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"8000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/logo-and-browsers.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1650\",\"easingin\":\"easeOutSine\",\"delayin\":\"600\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-2\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/header_big_word.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1900\",\"easingin\":\"easeInOutBounce\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/macbook.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeInOutBack\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/imac.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ipad.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1700\",\"easingin\":\"easeInOutBack\",\"delayin\":\"2300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/iphone.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeInOutElastic\",\"delayin\":\"2700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage_ready.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"3600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/Unlimited-Fonts.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"4600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/unlimited-colors.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5600\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #10\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/sliders.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"115\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #11\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fullwidth-boxed.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #12\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/seo-friendly.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutBack\",\"delayin\":\"5800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #13\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3400\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #14\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/theme-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInSine\",\"delayin\":\"3200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #15\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/width-boxed-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeOutSine\",\"delayin\":\"5500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #16\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/multilanguage-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4700\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #17\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/slider-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"7200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #18\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/fonts-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"5200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #19\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/colors-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"6200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #20\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/themes\\/icemagtheme\\/plugins\\/LayerSlider\\/sampleslider\\/icemag-sliders\\/ie-support-arrow.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"swing\",\"delayin\":\"4200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(16,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,0),(17,'Sample slider','{\"properties\":{\"title\":\"Sample slider\",\"width\":\"960\",\"height\":\"480\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"white\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"always\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_blank\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l12.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_1.jpg\"},\"sublayers\":[{\"subtitle\":\"Top left leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l13.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-101\",\"left\":\"105\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom left leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"234\",\"left\":\"-21\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top right leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l17.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-219\",\"left\":\"548\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"The smartest...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"The smartest slideshow plugin\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"330\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"with breathtaking...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"with breathtaking effects!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Responsive mode ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Responsive mode with smart-resize feature of images, videos and text!\",\"slidedirection\":\"left\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"right\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"330\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #4f6716; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Now supports easy ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Now supports easy sublayer-changing option!\",\"slidedirection\":\"right\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom right leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"8000\",\"easingin\":\"easeOutQuart\",\"delayin\":\"2000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"313\",\"left\":\"728\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"top\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"3500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"and the most...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"and the most advanced user interface!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg_woods.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"8500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_2.jpg\"},\"sublayers\":[{\"subtitle\":\"Mosaic #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf2.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf3.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf4.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf5.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"900\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf6.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf7.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2400\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #8\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf8.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2200\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #9\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf9.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Use with any HTML content\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"500\",\"style\":\"color: white; background: #ff7700; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited types of usage\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"62\",\"left\":\"500\",\"style\":\"color: white; background: #ff7900; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #3\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited varitaions of animations\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"500\",\"style\":\"color: white; background: #ff7d00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"Responsive layout (with displaying 5 modes)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"126\",\"left\":\"501\",\"style\":\"color: white; background: #ff8000; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #5\",\"type\":\"p\",\"image\":\"\",\"html\":\"Stunning WYSIWYG editor (only in WP version)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"158\",\"left\":\"500\",\"style\":\"color: white; background: #ff8600; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #6\",\"type\":\"p\",\"image\":\"\",\"html\":\"Auto play \\/ stop videos\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"190\",\"left\":\"500\",\"style\":\"color: white; background: #ff8b00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #7\",\"type\":\"p\",\"image\":\"\",\"html\":\"Linking sublayers to another layer or to any url\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"222\",\"left\":\"500\",\"style\":\"color: white; background: #ff9100; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #8\",\"type\":\"p\",\"image\":\"\",\"html\":\"Touch control for mobile devices\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"254\",\"left\":\"500\",\"style\":\"color: white; background: #ff9500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #9\",\"type\":\"p\",\"image\":\"\",\"html\":\"Built-in powerful API\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"286\",\"left\":\"500\",\"style\":\"color: white; background: #ff9a00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #10\",\"type\":\"p\",\"image\":\"\",\"html\":\"Deep linking\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"318\",\"left\":\"500\",\"style\":\"color: white; background: #ff9f00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #11\",\"type\":\"p\",\"image\":\"\",\"html\":\"Seo friendly and supports all major browsers\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"500\",\"style\":\"color: white; background: #ffa500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #12\",\"type\":\"p\",\"image\":\"\",\"html\":\"Skin support (layered PSD included)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"382\",\"left\":\"500\",\"style\":\"color: white; background: #ffaa00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #13\",\"type\":\"p\",\"image\":\"\",\"html\":\"Very detailed documentation & free updates\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"7000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"414\",\"left\":\"500\",\"style\":\"color: white; background: #ffaf00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Over\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Over\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"7000\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"7000\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5500\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"20%\",\"style\":\"color: white; background: #ff4800; font-size: 70px; height: 100px; line-height: 100px; padding: 0px 40px; box-shadow: 0px 2px 20px -3px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"happy customers!\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"happy customers!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"6000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1700\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_3.jpg\"},\"sublayers\":[{\"subtitle\":\"Fish #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"173\",\"left\":\"324\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"123\",\"left\":\"226\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1300\",\"easingout\":\"easeInOutCirc\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"250\",\"left\":\"260\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"275\",\"left\":\"812\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l32.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5600\",\"easingin\":\"easeOutQuad\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"236\",\"left\":\"744\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #6\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l33.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"291\",\"left\":\"731\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #7\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l34.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"255\",\"left\":\"517\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"223\",\"left\":\"518\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3300\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"134\",\"left\":\"613\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #3\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2400\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3500\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"439\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #4\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1300\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-4\",\"left\":\"389\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #5\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"4000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1700\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"172\",\"left\":\"318\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can customize ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can customize the plugin\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"100\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With setting properties.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"with setting properties.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"138\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can modify the ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can modify the easing,\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"300\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Delay, duration ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"delay, duration and also the\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"338\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Parallax effect.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"parallax effect.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"376\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/savannabg.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"5000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_5.jpg\"},\"sublayers\":[{\"subtitle\":\"Sun\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/sun.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"6500\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"99\",\"left\":\"65\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Beatuiful Sunset\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bs.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"152\",\"left\":\"124\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains in the background\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"354\",\"left\":\"-373\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"361\",\"left\":\"50\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Grass\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/blackground.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"433\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Left tree\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"347\",\"left\":\"66\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Right tree\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"270\",\"left\":\"609\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"235\",\"left\":\"54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Middle cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c21.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"201\",\"left\":\"349\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c3.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"57\",\"left\":\"-138\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top left cloud \",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c4.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"91\",\"left\":\"-54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Dark layer\",\"type\":\"div\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"10000\",\"easingin\":\"linear\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"width: 1000px; height:500px; background: black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_4.jpg\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"You can use images....\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use images or any\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"HTML elements ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"HTML elements as layers!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"108\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can use as ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use unlimited\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"210\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"numbers of sublayers!\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1550\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"248\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"And you can simply ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"And you can simply set the direction\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Or fading \\/ timing of ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"or fading \\/ timing of sublayers and more!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3200\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"388\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Red car\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Blue car\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29b.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_6.jpg\"},\"sublayers\":[{\"subtitle\":\"Envato Vimeo video\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"480\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"How about embed...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"How about embedding and auto-playing YouTube &<br>Vimeo videos with auto-pause slideshow feature?\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With using of these ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With using of these features you can easily create also<br>auto-playing video-galleries!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Video played ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"Video played, so LayerSlider is changing to the next Layer.\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"8000\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"450\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l4.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_7.jpg\"},\"sublayers\":[{\"subtitle\":\"Ariplane\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l45.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Cycle Jump\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l44.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3500\",\"easingin\":\"easeOutExpo\",\"delayin\":\"300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"120\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Get now\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/getnow.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"130\",\"left\":\"670\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"This kick-ass\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/thiskickass.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"200\",\"left\":\"647\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Slideshow plugin.\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/slideshowplugin.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"270\",\"left\":\"600\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(18,'Sample content slider','{\"properties\":{\"title\":\"Sample content slider\",\"width\":\"600\",\"height\":\"200\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"minimal\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Content Slider Example\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Hello, I\\\\\'m text so I\\\\\'m SEO friendly! Just try it: you can select me with your mouse :) Oh and I am also responsive!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"LayerSlider\\\\\'s new smart-resizing feature is resizing also text sublayers as well as images and embedded videos! Nice, huh?\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs1.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Transitions?\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Of course you can use all the transitions and easings like on image sublayers. You can slide or fade the text, you can use delays and effects.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"300\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image 2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Sample Title 3\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam cursus ultrices massa id posuere. Sed mattis mollis sodales. Aliquam tincidunt dui enim, ac dignissim tortor. Vivamus posuere leo in tellus aliquet malesuada. Cras nibh dui, luctus id venenatis quis, faucibus vel nunc.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Duis non lectus diam, a molestie mauris. Vestibulum accumsan tellus vel urna bibendum porta. Phasellus velit libero, dictum vel mattis ornare, condimentum vitae turpis. Donec consectetur magna nec eros ultricies eleifend. Nullam bibendum posuere ullamcorper. Nulla egestas.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"310\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(19,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(20,'Sample full-width slider','{\"properties\":{\"title\":\"Sample full-width slider\",\"width\":\"100%\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw1.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"This is a...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"This is a full-width slider which will automatically switch into responsive mode if you reduce your browser size under 940px.\",\"slidedirection\":\"bottom\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"240\",\"left\":\"50%\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 80px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 650px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"These text sublayers...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"These text sublayers are positioned into a centered, 900px wide, but responsive container.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With this feature...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With this feature you can create full-width sliders with content aligned to your page.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"To position a sublayer into the absolute center, add 50% to the left and top fields.\",\"slidedirection\":\"bottom\",\"durationin\":\"750\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363007976,1363007976,0,1),(21,'','{\"properties\":{\"title\":\"\",\"width\":\"600\",\"height\":\"300\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/uploads\\/2013\\/02\\/venezuela.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/uploads\\/2013\\/02\\/us-virgin-islands.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0px\",\"left\":\"142px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/uploads\\/2013\\/02\\/turks-and-caicos-islands.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"undefined\":\"on\",\"subtitle\":\"Sublayer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/uploads\\/2013\\/02\\/trinidad-and-tobago.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"2px\",\"left\":\"143px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363018176,1363018457,0,1),(22,'','{\"properties\":{\"title\":\"\",\"width\":\"600\",\"height\":\"300\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"http:\\/\\/caribbeanctc.com\\/wp-content\\/uploads\\/sample-bio-1.png\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363275014,1363275014,0,1),(23,'Sample content slider copy','{\"properties\":{\"title\":\"Sample content slider copy\",\"width\":\"600\",\"height\":\"200\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"minimal\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Careers\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10px\",\"left\":\"15px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"This section allows you to see different kinds of tourism careers.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can also see how to add your Curriculum Vitae(C.V)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/careers-260x160.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Transitions?\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Of course you can use all the transitions and easings like on image sublayers. You can slide or fade the text, you can use delays and effects.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"300\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image 2\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Sample Title 3\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam cursus ultrices massa id posuere. Sed mattis mollis sodales. Aliquam tincidunt dui enim, ac dignissim tortor. Vivamus posuere leo in tellus aliquet malesuada. Cras nibh dui, luctus id venenatis quis, faucibus vel nunc.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Duis non lectus diam, a molestie mauris. Vestibulum accumsan tellus vel urna bibendum porta. Phasellus velit libero, dictum vel mattis ornare, condimentum vitae turpis. Donec consectetur magna nec eros ultricies eleifend. Nullam bibendum posuere ullamcorper. Nulla egestas.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"310\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1363275172,1363277397,0,1),(24,'Sample slider','{\"properties\":{\"title\":\"Sample slider\",\"width\":\"900\",\"height\":\"400\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"white\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"always\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_blank\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l12.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_1.jpg\"},\"sublayers\":[{\"subtitle\":\"Top left leaf\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l13.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-101\",\"left\":\"105\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Caribbean Tourism Organization\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"150\",\"left\":\"53\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom left leaf\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"234\",\"left\":\"-21\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top right leaf\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l17.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-219\",\"left\":\"548\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"The smartest...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"The smartest slideshow plugin\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"330\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"with breathtaking...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"with breathtaking effects!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Responsive mode ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Responsive mode with smart-resize feature of images, videos and text!\",\"slidedirection\":\"left\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"right\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"330\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #4f6716; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Now supports easy ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Now supports easy sublayer-changing option!\",\"slidedirection\":\"right\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom right leaf\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"8000\",\"easingin\":\"easeOutQuart\",\"delayin\":\"2000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"313\",\"left\":\"728\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"top\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"3500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"and the most...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"and the most advanced user interface!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg_woods.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"8500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_2.jpg\"},\"sublayers\":[{\"subtitle\":\"Mosaic #1\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #2\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf2.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #3\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf3.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #4\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf4.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #5\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf5.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"900\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #6\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf6.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #7\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf7.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2400\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #8\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf8.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2200\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #9\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf9.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Use with any HTML content\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"500\",\"style\":\"color: white; background: #ff7700; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited types of usage\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"62\",\"left\":\"500\",\"style\":\"color: white; background: #ff7900; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #3\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited varitaions of animations\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"500\",\"style\":\"color: white; background: #ff7d00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"Responsive layout (with displaying 5 modes)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"126\",\"left\":\"501\",\"style\":\"color: white; background: #ff8000; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #5\",\"type\":\"p\",\"image\":\"\",\"html\":\"Stunning WYSIWYG editor (only in WP version)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"158\",\"left\":\"500\",\"style\":\"color: white; background: #ff8600; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #6\",\"type\":\"p\",\"image\":\"\",\"html\":\"Auto play \\/ stop videos\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"190\",\"left\":\"500\",\"style\":\"color: white; background: #ff8b00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #7\",\"type\":\"p\",\"image\":\"\",\"html\":\"Linking sublayers to another layer or to any url\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"222\",\"left\":\"500\",\"style\":\"color: white; background: #ff9100; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #8\",\"type\":\"p\",\"image\":\"\",\"html\":\"Touch control for mobile devices\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"254\",\"left\":\"500\",\"style\":\"color: white; background: #ff9500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #9\",\"type\":\"p\",\"image\":\"\",\"html\":\"Built-in powerful API\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"286\",\"left\":\"500\",\"style\":\"color: white; background: #ff9a00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #10\",\"type\":\"p\",\"image\":\"\",\"html\":\"Deep linking\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"318\",\"left\":\"500\",\"style\":\"color: white; background: #ff9f00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #11\",\"type\":\"p\",\"image\":\"\",\"html\":\"Seo friendly and supports all major browsers\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"500\",\"style\":\"color: white; background: #ffa500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #12\",\"type\":\"p\",\"image\":\"\",\"html\":\"Skin support (layered PSD included)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"382\",\"left\":\"500\",\"style\":\"color: white; background: #ffaa00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #13\",\"type\":\"p\",\"image\":\"\",\"html\":\"Very detailed documentation & free updates\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"7000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"414\",\"left\":\"500\",\"style\":\"color: white; background: #ffaf00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Over\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Over\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"7000\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"7000\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5500\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"20%\",\"style\":\"color: white; background: #ff4800; font-size: 70px; height: 100px; line-height: 100px; padding: 0px 40px; box-shadow: 0px 2px 20px -3px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"happy customers!\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"happy customers!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"6000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1700\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_3.jpg\"},\"sublayers\":[{\"subtitle\":\"Fish #1\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"173\",\"left\":\"324\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #2\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"123\",\"left\":\"226\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #3\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1300\",\"easingout\":\"easeInOutCirc\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"250\",\"left\":\"260\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #4\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"275\",\"left\":\"812\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #5\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l32.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5600\",\"easingin\":\"easeOutQuad\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"236\",\"left\":\"744\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #6\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l33.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"291\",\"left\":\"731\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #7\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l34.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"255\",\"left\":\"517\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #1\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"223\",\"left\":\"518\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #2\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3300\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"134\",\"left\":\"613\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #3\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2400\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3500\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"439\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #4\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1300\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-4\",\"left\":\"389\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #5\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"4000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1700\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"172\",\"left\":\"318\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can customize ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can customize the plugin\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"100\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With setting properties.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"with setting properties.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"138\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can modify the ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can modify the easing,\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"300\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Delay, duration ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"delay, duration and also the\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"338\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Parallax effect.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"parallax effect.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"376\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/savannabg.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"5000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_5.jpg\"},\"sublayers\":[{\"subtitle\":\"Sun\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/sun.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"6500\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"99\",\"left\":\"65\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Beatuiful Sunset\\\\\\\"\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bs.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"152\",\"left\":\"124\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains in the background\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"354\",\"left\":\"-373\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"361\",\"left\":\"50\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Grass\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/blackground.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"433\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Left tree\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"347\",\"left\":\"66\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Right tree\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"270\",\"left\":\"609\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom cloud\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"235\",\"left\":\"54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Middle cloud\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c21.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"201\",\"left\":\"349\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top cloud\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c3.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"57\",\"left\":\"-138\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top left cloud \",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c4.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"91\",\"left\":\"-54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Dark layer\",\"type\":\"div\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"10000\",\"easingin\":\"linear\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"width: 1000px; height:500px; background: black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_4.jpg\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"You can use images....\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use images or any\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"HTML elements ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"HTML elements as layers!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"108\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can use as ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use unlimited\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"210\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"numbers of sublayers!\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1550\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"248\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"And you can simply ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"And you can simply set the direction\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Or fading \\/ timing of ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"or fading \\/ timing of sublayers and more!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3200\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"388\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Red car\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Blue car\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29b.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_6.jpg\"},\"sublayers\":[{\"subtitle\":\"Envato Vimeo video\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"480\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"How about embed...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"How about embedding and auto-playing YouTube &<br>Vimeo videos with auto-pause slideshow feature?\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With using of these ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With using of these features you can easily create also<br>auto-playing video-galleries!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Video played ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"Video played, so LayerSlider is changing to the next Layer.\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"8000\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"450\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l4.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_7.jpg\"},\"sublayers\":[{\"subtitle\":\"Ariplane\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l45.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Cycle Jump\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l44.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3500\",\"easingin\":\"easeOutExpo\",\"delayin\":\"300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"120\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Get now\\\\\\\"\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/getnow.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"130\",\"left\":\"670\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"This kick-ass\\\\\\\"\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/thiskickass.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"200\",\"left\":\"647\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Slideshow plugin.\\\\\\\"\",\"type\":\"img\",\"image\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/slideshowplugin.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"270\",\"left\":\"600\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1367176128,1369102975,0,0),(25,'Sample content slider','{\"properties\":{\"title\":\"Sample content slider\",\"width\":\"600\",\"height\":\"200\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"minimal\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Content Slider Example\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Hello, I\\\\\'m text so I\\\\\'m SEO friendly! Just try it: you can select me with your mouse :) Oh and I am also responsive!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"LayerSlider\\\\\'s new smart-resizing feature is resizing also text sublayers as well as images and embedded videos! Nice, huh?\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs1.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Transitions?\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Of course you can use all the transitions and easings like on image sublayers. You can slide or fade the text, you can use delays and effects.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"300\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image 2\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Sample Title 3\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam cursus ultrices massa id posuere. Sed mattis mollis sodales. Aliquam tincidunt dui enim, ac dignissim tortor. Vivamus posuere leo in tellus aliquet malesuada. Cras nibh dui, luctus id venenatis quis, faucibus vel nunc.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Duis non lectus diam, a molestie mauris. Vestibulum accumsan tellus vel urna bibendum porta. Phasellus velit libero, dictum vel mattis ornare, condimentum vitae turpis. Donec consectetur magna nec eros ultricies eleifend. Nullam bibendum posuere ullamcorper. Nulla egestas.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"310\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1367176128,1367176128,0,0),(26,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1367176128,1367176128,0,0),(27,'Sample full-width slider','{\"properties\":{\"title\":\"Sample full-width slider\",\"width\":\"100%\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw1.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"This is a...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"This is a full-width slider which will automatically switch into responsive mode if you reduce your browser size under 940px.\",\"slidedirection\":\"bottom\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"240\",\"left\":\"50%\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 80px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 650px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"These text sublayers...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"These text sublayers are positioned into a centered, 900px wide, but responsive container.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With this feature...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With this feature you can create full-width sliders with content aligned to your page.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"To position a sublayer into the absolute center, add 50% to the left and top fields.\",\"slidedirection\":\"bottom\",\"durationin\":\"750\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1367176128,1367176128,0,0),(28,'Sample full-width slider copy','{\"properties\":{\"title\":\"Sample full-width slider copy\",\"width\":\"940\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/AntiguBeachCoupleslider.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"This is a...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"Saint Lucia...Bask together under the Caribbean sun...\",\"slidedirection\":\"fade\",\"durationin\":\"3000\",\"easingin\":\"swing\",\"delayin\":\"2000\",\"slideoutdirection\":\"left\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"345.00001525878906px\",\"left\":\"162.00003051757812px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 50px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 550px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/1826by400BDOS.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Forget the hustle...\",\"type\":\"p\",\"image\":\"\",\"html\":\"Forget the hustle and bustle ... in Barbados.\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"auto\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"On a white...\",\"type\":\"p\",\"image\":\"\",\"html\":\"On a white sandy beach... or out on the ocean...<br>\\r\\n\",\"slidedirection\":\"top\",\"durationin\":\"1400\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/Antigua1800by400.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Antigua & Barbuda...365 beaches...Which one will you visit today?\",\"slidedirection\":\"left\",\"durationin\":\"750\",\"easingin\":\"easeInSine\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"338.99998474121094px\",\"left\":\"138.00003051757812px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 50px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: grey; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/waterfall2.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sparking\",\"type\":\"div\",\"image\":\"\",\"html\":\"Sparkling waterfalls, rushing streams and rainforest canopies... I am Dominica...\",\"slidedirection\":\"right\",\"durationin\":\"750\",\"easingin\":\"swing\",\"delayin\":\"1000\",\"slideoutdirection\":\"right\",\"durationout\":\"750\",\"easingout\":\"swing\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"12px\",\"left\":\"38px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: grey; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/stkittsbeachslider.jpg\",\"slidedirection\":\"left\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Intoxicating...\",\"type\":\"p\",\"image\":\"\",\"html\":\"Sunny skies, warm waters, white sandy beaches...\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"linear\",\"delayin\":\"2500\",\"slideoutdirection\":\"auto\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"289px\",\"left\":\"258.0000305175781px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: grey; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Follow..\",\"type\":\"p\",\"image\":\"\",\"html\":\"Follow your heart to St. Kitts...\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"linear\",\"delayin\":\"2500\",\"slideoutdirection\":\"auto\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"339px\",\"left\":\"554.0000305175781px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: grey; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/tntslider.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Intoxicating...\",\"type\":\"p\",\"image\":\"\",\"html\":\"Red devils breathing fire. Kids in colorful costumes. Carnival in Trinidad & Tobago.\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"linear\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15px\",\"left\":\"67.00003051757812px\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"skip\":\"on\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"These text sublayers...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"These text sublayers are positioned into a centered, 900px wide, but responsive container.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With this feature...\\\\\\\"\",\"type\":\"h6\",\"image\":\"\",\"html\":\"With this feature you can create full-width sliders with content aligned to your page.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369086121,1369414342,0,0),(29,'Sample slider','{\"properties\":{\"title\":\"Sample slider\",\"width\":\"960\",\"height\":\"480\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"white\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"always\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_blank\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l12.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_1.jpg\"},\"sublayers\":[{\"subtitle\":\"Top left leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l13.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-101\",\"left\":\"105\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"LayerSlider\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"200\",\"left\":\"303\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 60px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom left leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"234\",\"left\":\"-21\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top right leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l17.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-219\",\"left\":\"548\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"The smartest...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"The smartest slideshow plugin\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"330\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"with breathtaking...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"with breathtaking effects!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"900\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Responsive mode ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Responsive mode with smart-resize feature of images, videos and text!\",\"slidedirection\":\"left\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"right\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"330\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: #4f6716; text-shadow: none; font-size: 28px; font-weight: normal; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Now supports easy ...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Now supports easy sublayer-changing option!\",\"slidedirection\":\"right\",\"durationin\":\"1200\",\"easingin\":\"easeInOutQuart\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1200\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 28px; font-weight: normal; background: #8bae4e; background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758)); background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%); background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#8bae4e\\\\\', endColorstr=\\\\\'#b1c758\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom right leaf\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l16.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"8000\",\"easingin\":\"easeOutQuart\",\"delayin\":\"2000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_blank\",\"top\":\"313\",\"left\":\"728\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\"\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"top\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #ecffb3; text-shadow: 0px 2px 3px #546223; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"3\\\\\\\" alt.\",\"type\":\"h1\",\"image\":\"\",\"html\":\"3\",\"slidedirection\":\"fade\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"3500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"185\",\"left\":\"612\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; color: #fff; text-shadow: 0px 0px 10px #fff; font-size: 90px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"and the most...\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"and the most advanced user interface!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"373\",\"left\":\"400\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-size: 28px; font-weight: normal; color: #4f6716; background: white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg_woods.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"8500\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_2.jpg\"},\"sublayers\":[{\"subtitle\":\"Mosaic #1\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #2\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf2.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #3\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf3.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2600\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #4\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf4.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #5\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf5.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"900\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #6\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf6.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #7\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf7.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2400\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #8\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf8.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2200\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mosaic #9\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/nf9.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1900\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"-100\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Use with any HTML content\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"500\",\"style\":\"color: white; background: #ff7700; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited types of usage\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"62\",\"left\":\"500\",\"style\":\"color: white; background: #ff7900; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #3\",\"type\":\"p\",\"image\":\"\",\"html\":\"Unlimited varitaions of animations\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"94\",\"left\":\"500\",\"style\":\"color: white; background: #ff7d00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"Responsive layout (with displaying 5 modes)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"126\",\"left\":\"501\",\"style\":\"color: white; background: #ff8000; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #5\",\"type\":\"p\",\"image\":\"\",\"html\":\"Stunning WYSIWYG editor (only in WP version)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"158\",\"left\":\"500\",\"style\":\"color: white; background: #ff8600; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #6\",\"type\":\"p\",\"image\":\"\",\"html\":\"Auto play \\/ stop videos\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"190\",\"left\":\"500\",\"style\":\"color: white; background: #ff8b00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #7\",\"type\":\"p\",\"image\":\"\",\"html\":\"Linking sublayers to another layer or to any url\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"222\",\"left\":\"500\",\"style\":\"color: white; background: #ff9100; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #8\",\"type\":\"p\",\"image\":\"\",\"html\":\"Touch control for mobile devices\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"4500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"254\",\"left\":\"500\",\"style\":\"color: white; background: #ff9500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #9\",\"type\":\"p\",\"image\":\"\",\"html\":\"Built-in powerful API\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"286\",\"left\":\"500\",\"style\":\"color: white; background: #ff9a00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #10\",\"type\":\"p\",\"image\":\"\",\"html\":\"Deep linking\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"318\",\"left\":\"500\",\"style\":\"color: white; background: #ff9f00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #11\",\"type\":\"p\",\"image\":\"\",\"html\":\"Seo friendly and supports all major browsers\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"500\",\"style\":\"color: white; background: #ffa500; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #12\",\"type\":\"p\",\"image\":\"\",\"html\":\"Skin support (layered PSD included)\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"6500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"382\",\"left\":\"500\",\"style\":\"color: white; background: #ffaa00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Features #13\",\"type\":\"p\",\"image\":\"\",\"html\":\"Very detailed documentation & free updates\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"7000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"414\",\"left\":\"500\",\"style\":\"color: white; background: #ffaf00; font-size: 20px; height: 30px; line-height: 30px; border-radius: 4px; padding: 0px 10px; box-shadow: 0px 1px 8px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Over\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Over\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"7000\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"7000\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"5500\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2100\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"20%\",\"style\":\"color: white; background: #ff4800; font-size: 70px; height: 100px; line-height: 100px; padding: 0px 40px; box-shadow: 0px 2px 20px -3px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"happy customers!\\\\\\\"\",\"type\":\"h2\",\"image\":\"\",\"html\":\"happy customers!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"6000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1700\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70%\",\"left\":\"20%\",\"style\":\"color: #f8dfcf; background: #b0734d; font-size: 30px; height: 40px; line-height: 40px; box-shadow: 0px 2px 20px -3px black; padding: 0px 20px; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_3.jpg\"},\"sublayers\":[{\"subtitle\":\"Fish #1\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"173\",\"left\":\"324\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #2\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"123\",\"left\":\"226\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #3\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1300\",\"easingout\":\"easeInOutCirc\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"250\",\"left\":\"260\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #4\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l31.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5800\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"275\",\"left\":\"812\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #5\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l32.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"5600\",\"easingin\":\"easeOutQuad\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"236\",\"left\":\"744\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #6\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l33.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"291\",\"left\":\"731\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Fish #7\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l34.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2500\",\"easingin\":\"easeOutCirc\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"255\",\"left\":\"517\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #1\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"223\",\"left\":\"518\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #2\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3300\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"134\",\"left\":\"613\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #3\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l36.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2400\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3500\",\"slideoutdirection\":\"auto\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"439\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #4\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"1300\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"-4\",\"left\":\"389\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Big fish #5\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l35.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"4000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1700\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"172\",\"left\":\"318\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can customize ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can customize the plugin\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"100\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With setting properties.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"with setting properties.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"138\",\"left\":\"60\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #036d99;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can modify the ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can modify the easing,\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"300\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Delay, duration ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"delay, duration and also the\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"338\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Parallax effect.\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"parallax effect.\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"376\",\"left\":\"100\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #5a96b4;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/savannabg.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"5000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_5.jpg\"},\"sublayers\":[{\"subtitle\":\"Sun\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/sun.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"6500\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"99\",\"left\":\"65\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Beatuiful Sunset\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bs.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"152\",\"left\":\"124\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains in the background\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"200\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"354\",\"left\":\"-373\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Mountains\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mountains2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"361\",\"left\":\"50\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Grass\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/blackground.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"433\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Left tree\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree2.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"347\",\"left\":\"66\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Right tree\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tree1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"100\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"270\",\"left\":\"609\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Bottom cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c1.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"235\",\"left\":\"54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Middle cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c21.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"201\",\"left\":\"349\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top cloud\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c3.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"6000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"6000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"57\",\"left\":\"-138\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Top left cloud \",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/c4.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"7000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"7000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"91\",\"left\":\"-54\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Dark layer\",\"type\":\"div\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"10000\",\"easingin\":\"linear\",\"delayin\":\"1500\",\"slideoutdirection\":\"auto\",\"durationout\":\"\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"width: 1000px; height:500px; background: black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_4.jpg\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"You can use images....\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use images or any\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"70\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"HTML elements ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"HTML elements as layers!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"108\",\"left\":\"50\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"You can use as ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"You can use unlimited\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"210\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #4\",\"type\":\"p\",\"image\":\"\",\"html\":\"numbers of sublayers!\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1550\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"248\",\"left\":\"90\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #98b3c7;\\r\\nbackground: -moz-linear-gradient(left, #98b3c7 0%, #77b8e9 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));\\r\\nbackground: -webkit-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -o-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: -ms-linear-gradient(left, #98b3c7 0%,#77b8e9 100%);\\r\\nbackground: linear-gradient(to right, #98b3c7 0%,#77b8e9 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#98b3c7\\\\\', endColorstr=\\\\\'#77b8e9\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"And you can simply ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"And you can simply set the direction\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"350\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Or fading \\/ timing of ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"or fading \\/ timing of sublayers and more!\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3200\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"388\",\"left\":\"40\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 36px; line-height: 36px; color: white; text-shadow: none; font-size: 25px; font-weight: normal; background: #cd9084;\\r\\nbackground: -moz-linear-gradient(left, #cd9084 0%, #ce533d 100%);\\r\\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));\\r\\nbackground: -webkit-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -o-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: -ms-linear-gradient(left, #cd9084 0%,#ce533d 100%);\\r\\nbackground: linear-gradient(to right, #cd9084 0%,#ce533d 100%);\\r\\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\\\'#cd9084\\\\\', endColorstr=\\\\\'#ce533d\\\\\',GradientType=1 );\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Red car\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"1000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Blue car\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l29b.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"10\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"155\",\"left\":\"454\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_6.jpg\"},\"sublayers\":[{\"subtitle\":\"Envato Vimeo video\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"480\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"How about embed...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"How about embedding and auto-playing YouTube &<br>Vimeo videos with auto-pause slideshow feature?\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With using of these ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With using of these features you can easily create also<br>auto-playing video-galleries!\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"2500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"20\",\"left\":\"140\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Video played ...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"Video played, so LayerSlider is changing to the next Layer.\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"8000\",\"slideoutdirection\":\"fade\",\"durationout\":\"2000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"450\",\"style\":\"padding: 15px; background: #ff9933; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; color: white; text-shadow: 0px -1px 0px #985a1d; font-size: 16px; font-weight: bold; line-height: auto; box-shadow: 0px 3px 10px -2px black; font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l4.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_7.jpg\"},\"sublayers\":[{\"subtitle\":\"Ariplane\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l45.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3000\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"50%\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Cycle Jump\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/l44.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"3500\",\"easingin\":\"easeOutExpo\",\"delayin\":\"300\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"120\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Get now\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/getnow.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1800\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"130\",\"left\":\"670\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"This kick-ass\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/thiskickass.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1900\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"200\",\"left\":\"647\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"Slideshow plugin.\\\\\\\"\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/slideshowplugin.png\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"2000\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"http:\\/\\/codecanyon.net\\/item\\/layerslider-wp-the-wordpress-parallax-slider\\/1362246?ref=kreatura\",\"target\":\"_blank\",\"top\":\"270\",\"left\":\"600\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369096963,1369096963,0,0),(30,'Sample content slider','{\"properties\":{\"title\":\"Sample content slider\",\"width\":\"600\",\"height\":\"200\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"minimal\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Content Slider Example\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Hello, I\\\\\'m text so I\\\\\'m SEO friendly! Just try it: you can select me with your mouse :) Oh and I am also responsive!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"LayerSlider\\\\\'s new smart-resizing feature is resizing also text sublayers as well as images and embedded videos! Nice, huh?\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs1.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Transitions?\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"300\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Of course you can use all the transitions and easings like on image sublayers. You can slide or fade the text, you can use delays and effects.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"300\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image 2\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"15\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"right\",\"slidedelay\":\"6000\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Sample Title 3\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"10\",\"left\":\"10\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; height: 36px; line-height: 36px; color: #333; text-shadow: none; font-size: 25px; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam cursus ultrices massa id posuere. Sed mattis mollis sodales. Aliquam tincidunt dui enim, ac dignissim tortor. Vivamus posuere leo in tellus aliquet malesuada. Cras nibh dui, luctus id venenatis quis, faucibus vel nunc.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"top\":\"15\",\"left\":\"315\",\"style\":\"border: 1px solid #ddd; padding: 5px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Duis non lectus diam, a molestie mauris. Vestibulum accumsan tellus vel urna bibendum porta. Phasellus velit libero, dictum vel mattis ornare, condimentum vitae turpis. Donec consectetur magna nec eros ultricies eleifend. Nullam bibendum posuere ullamcorper. Nulla egestas.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50\",\"left\":\"310\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369096963,1369096963,0,0),(31,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369096963,1369096963,0,0),(32,'Sample full-width slider','{\"properties\":{\"title\":\"Sample full-width slider\",\"width\":\"100%\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw1.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"This is a...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"This is a full-width slider which will automatically switch into responsive mode if you reduce your browser size under 940px.\",\"slidedirection\":\"bottom\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"240\",\"left\":\"50%\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 80px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 650px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"These text sublayers...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"These text sublayers are positioned into a centered, 900px wide, but responsive container.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With this feature...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With this feature you can create full-width sliders with content aligned to your page.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"http:\\/\\/ctocorp.staging.constructive-media.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw2.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"To position a sublayer into the absolute center, add 50% to the left and top fields.\",\"slidedirection\":\"bottom\",\"durationin\":\"750\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"50%\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369096963,1369096963,0,0),(33,'Sample full-width slider copy','{\"properties\":{\"title\":\"Sample full-width slider copy\",\"width\":\"800\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/USVISlider1.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3000\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"0\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"h6\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"344.00001525878906px\",\"left\":\"436.0000305175781px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 0px; height: 0px; line-height: 30px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: beige; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 300px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/frenchmans1slider.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3000\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"0\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"348px\",\"left\":\"50%\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 0px; height: 0px; line-height: 30px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 18px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 360px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/frenchmans2slider.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3000\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"0\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/JetBlueSOTICSlider.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"3000\",\"durationin\":\"1100\",\"easingin\":\"linear\",\"delayin\":\"0\",\"durationout\":\"1100\",\"easingout\":\"linear\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"img\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"\",\"left\":\"\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369321920,1408561737,0,0),(34,'Sample full-width slider copy copy','{\"properties\":{\"title\":\"Sample full-width slider copy copy\",\"width\":\"57%\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"glass\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/900by400SaintLuciaSlider.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"This is a...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"Saint Lucia...Bask together under the Caribbean sun...\",\"slidedirection\":\"fade\",\"durationin\":\"3000\",\"easingin\":\"swing\",\"delayin\":\"2000\",\"slideoutdirection\":\"left\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"339.99998474121094px\",\"left\":\"157.00003051757812px\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 50px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: black; text-shadow: none; font-size: 22px; font-weight: normal; background: white; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; width: 550px; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/1826by400BDOS.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Spend a day on a white sandy beach... or out on the ocean...<br>\\r\\n\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"Sublayer #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Forget the hustle and bustle ... in Barbados.\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"auto\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw3.jpg\",\"slidedirection\":\"right\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"skip\":\"on\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"These text sublayers...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"These text sublayers are positioned into a centered, 900px wide, but responsive container.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"30\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"},{\"subtitle\":\"\\\\\\\"With this feature...\\\\\\\"\",\"type\":\"h6\",\"image\":\"\",\"html\":\"With this feature you can create full-width sliders with content aligned to your page.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"73\",\"left\":\"0\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: black; opacity: .65;\\u00a0border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\\/wp-content\\/uploads\\/Antigua1800by400.jpg\",\"slidedirection\":\"top\",\"slidedelay\":\"7000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Antigua & Barbuda...365 beaches...Which one will you visit today?\",\"slidedirection\":\"left\",\"durationin\":\"750\",\"easingin\":\"easeInSine\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"80%\",\"left\":\"50%\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; padding: 0px 10px; height: 40px; line-height: 40px; box-shadow: 0px 4px 10px -5px black; color: white; text-shadow: none; font-size: 22px; font-weight: normal; background: grey; opacity: .9; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1369329136,1369329178,0,0); /*!40000 ALTER TABLE `cto_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_links` -- DROP TABLE IF EXISTS `cto_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_image` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_target` varchar(25) collate utf8_unicode_ci NOT NULL default '', `link_description` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_visible` varchar(20) collate utf8_unicode_ci NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_notes` mediumtext collate utf8_unicode_ci NOT NULL, `link_rss` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_links` -- LOCK TABLES `cto_links` WRITE; /*!40000 ALTER TABLE `cto_links` DISABLE KEYS */; INSERT INTO `cto_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',88,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',88,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',88,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',88,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',88,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',88,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',88,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `cto_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_my_calendar` -- DROP TABLE IF EXISTS `cto_my_calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_my_calendar` ( `event_id` int(11) NOT NULL auto_increment, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(255) NOT NULL, `event_desc` text NOT NULL, `event_short` text NOT NULL, `event_open` int(3) default '2', `event_time` time default NULL, `event_endtime` time default NULL, `event_recur` char(2) default NULL, `event_repeats` int(3) default NULL, `event_status` int(1) NOT NULL default '1', `event_author` bigint(20) unsigned default NULL, `event_host` bigint(20) unsigned default NULL, `event_category` bigint(20) unsigned NOT NULL default '1', `event_link` text, `event_link_expires` tinyint(1) NOT NULL, `event_label` varchar(60) NOT NULL, `event_street` varchar(60) NOT NULL, `event_street2` varchar(60) NOT NULL, `event_city` varchar(60) NOT NULL, `event_state` varchar(60) NOT NULL, `event_postcode` varchar(10) NOT NULL, `event_region` varchar(255) NOT NULL, `event_country` varchar(60) NOT NULL, `event_url` text, `event_longitude` float(10,6) NOT NULL default '0.000000', `event_latitude` float(10,6) NOT NULL default '0.000000', `event_zoom` int(2) NOT NULL default '14', `event_phone` varchar(32) NOT NULL, `event_group` int(1) NOT NULL default '0', `event_group_id` int(11) NOT NULL default '0', `event_span` int(1) NOT NULL default '0', `event_approved` int(1) NOT NULL default '1', `event_flagged` int(1) NOT NULL default '0', `event_hide_end` int(1) NOT NULL default '0', `event_holiday` int(1) NOT NULL default '0', `event_fifth_week` int(1) NOT NULL default '0', `event_image` text, `event_added` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`event_id`), KEY `event_recur` (`event_recur`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_my_calendar` -- LOCK TABLES `cto_my_calendar` WRITE; /*!40000 ALTER TABLE `cto_my_calendar` DISABLE KEYS */; INSERT INTO `cto_my_calendar` VALUES (1,'2013-10-15','2013-10-15','CTO Exec. Committee Meeting','CTO Executive Committee Meeting','',2,'15:00:00','17:30:00','S1',0,1,1,1,1,'',0,'','','','','','','','','',0.000000,0.000000,16,'',0,0,0,1,0,0,0,1,'','2013-04-22 21:29:19'),(2,'2013-10-15','2013-10-15','Destination Press Briefings','destination press briefings','',2,'08:00:00','12:30:00','S1',0,1,1,1,1,'',0,'','','','','','','','','',0.000000,0.000000,16,'',0,0,0,1,0,0,0,1,'','2013-04-22 21:30:30'); /*!40000 ALTER TABLE `cto_my_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_my_calendar_categories` -- DROP TABLE IF EXISTS `cto_my_calendar_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_my_calendar_categories` ( `category_id` int(11) NOT NULL auto_increment, `category_name` varchar(255) NOT NULL, `category_color` varchar(7) NOT NULL, `category_icon` varchar(128) NOT NULL, `category_private` int(1) NOT NULL default '0', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_my_calendar_categories` -- LOCK TABLES `cto_my_calendar_categories` WRITE; /*!40000 ALTER TABLE `cto_my_calendar_categories` DISABLE KEYS */; INSERT INTO `cto_my_calendar_categories` VALUES (1,'Meeting','#ffffff','meeting.png',0),(2,'SOTIC 2013','#','appointment.png',0); /*!40000 ALTER TABLE `cto_my_calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_my_calendar_events` -- DROP TABLE IF EXISTS `cto_my_calendar_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_my_calendar_events` ( `occur_id` int(11) NOT NULL auto_increment, `occur_event_id` int(11) NOT NULL, `occur_begin` datetime NOT NULL, `occur_end` datetime NOT NULL, `occur_group_id` int(11) NOT NULL default '0', PRIMARY KEY (`occur_id`), KEY `occur_event_id` (`occur_event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_my_calendar_events` -- LOCK TABLES `cto_my_calendar_events` WRITE; /*!40000 ALTER TABLE `cto_my_calendar_events` DISABLE KEYS */; INSERT INTO `cto_my_calendar_events` VALUES (1,1,'2013-10-15 15:00:00','2013-10-15 17:30:00',0),(2,2,'2013-10-15 08:00:00','2013-10-15 12:30:00',0); /*!40000 ALTER TABLE `cto_my_calendar_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_my_calendar_locations` -- DROP TABLE IF EXISTS `cto_my_calendar_locations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_my_calendar_locations` ( `location_id` int(11) NOT NULL auto_increment, `location_label` varchar(60) NOT NULL, `location_street` varchar(60) NOT NULL, `location_street2` varchar(60) NOT NULL, `location_city` varchar(60) NOT NULL, `location_state` varchar(60) NOT NULL, `location_postcode` varchar(10) NOT NULL, `location_region` varchar(255) NOT NULL, `location_url` text, `location_country` varchar(60) NOT NULL, `location_longitude` float(10,6) NOT NULL default '0.000000', `location_latitude` float(10,6) NOT NULL default '0.000000', `location_zoom` int(2) NOT NULL default '14', `location_phone` varchar(32) NOT NULL, PRIMARY KEY (`location_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_my_calendar_locations` -- LOCK TABLES `cto_my_calendar_locations` WRITE; /*!40000 ALTER TABLE `cto_my_calendar_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_my_calendar_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_ninja_forms` -- DROP TABLE IF EXISTS `cto_ninja_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_ninja_forms` ( `id` int(11) NOT NULL auto_increment, `data` longtext NOT NULL, `date_updated` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_ninja_forms` -- LOCK TABLES `cto_ninja_forms` WRITE; /*!40000 ALTER TABLE `cto_ninja_forms` DISABLE KEYS */; INSERT INTO `cto_ninja_forms` VALUES (1,'a:22:{s:10:\"form_title\";s:22:\"Allied Membership Form\";s:15:\"email_from_name\";s:16:\"OneCaribbean.org\";s:10:\"email_from\";s:24:\"scoward@caribtourism.com\";s:10:\"email_type\";s:4:\"html\";s:12:\"admin_mailto\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:13:\"admin_subject\";s:0:\"\";s:15:\"admin_email_msg\";s:0:\"\";s:18:\"admin_email_fields\";s:1:\"1\";s:16:\"admin_attach_csv\";s:1:\"0\";s:12:\"user_subject\";s:0:\"\";s:14:\"user_email_msg\";s:0:\"\";s:17:\"user_email_fields\";s:1:\"0\";s:10:\"show_title\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:12:\"landing_page\";s:0:\"\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:11:\"success_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}','2014-02-26 18:56:00'),(2,'a:22:{s:10:\"form_title\";s:8:\"Allied 2\";s:15:\"email_from_name\";s:16:\"OneCaribbean.org\";s:10:\"email_from\";s:24:\"scoward@caribtourism.com\";s:10:\"email_type\";s:4:\"html\";s:12:\"admin_mailto\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:13:\"admin_subject\";s:0:\"\";s:15:\"admin_email_msg\";s:0:\"\";s:18:\"admin_email_fields\";s:1:\"1\";s:16:\"admin_attach_csv\";s:1:\"0\";s:12:\"user_subject\";s:0:\"\";s:14:\"user_email_msg\";s:0:\"\";s:17:\"user_email_fields\";s:1:\"0\";s:10:\"show_title\";s:1:\"0\";s:9:\"logged_in\";s:1:\"0\";s:11:\"append_page\";s:0:\"\";s:4:\"ajax\";s:1:\"0\";s:12:\"landing_page\";s:0:\"\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:11:\"success_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";}','2014-02-26 18:59:10'); /*!40000 ALTER TABLE `cto_ninja_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_ninja_forms_fav_fields` -- DROP TABLE IF EXISTS `cto_ninja_forms_fav_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_ninja_forms_fav_fields` ( `id` int(11) NOT NULL auto_increment, `row_type` int(11) NOT NULL, `type` varchar(255) NOT NULL, `order` int(11) NOT NULL, `data` longtext NOT NULL, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=93 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_ninja_forms_fav_fields` -- LOCK TABLES `cto_ninja_forms_fav_fields` WRITE; /*!40000 ALTER TABLE `cto_ninja_forms_fav_fields` DISABLE KEYS */; INSERT INTO `cto_ninja_forms_fav_fields` VALUES (1,0,'_text',0,'a:11:{s:5:\"label\";s:13:\"Email Address\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"send_email\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','Email Address'),(2,0,'_list',0,'a:10:{s:5:\"label\";s:14:\"State Dropdown\";s:9:\"label_pos\";s:4:\"left\";s:9:\"list_type\";s:8:\"dropdown\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:3:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:8:\"selected\";s:1:\"0\";}i:1;a:3:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:8:\"selected\";s:1:\"0\";}i:2;a:3:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:8:\"selected\";s:1:\"0\";}i:3;a:3:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:8:\"selected\";s:1:\"0\";}i:4;a:3:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:8:\"selected\";s:1:\"0\";}i:5;a:3:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:8:\"selected\";s:1:\"0\";}i:6;a:3:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:8:\"selected\";s:1:\"0\";}i:7;a:3:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:8:\"selected\";s:1:\"0\";}i:8;a:3:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:8:\"selected\";s:1:\"0\";}i:9;a:3:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:8:\"selected\";s:1:\"0\";}i:10;a:3:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:8:\"selected\";s:1:\"0\";}i:11;a:3:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:8:\"selected\";s:1:\"0\";}i:12;a:3:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:8:\"selected\";s:1:\"0\";}i:13;a:3:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:8:\"selected\";s:1:\"0\";}i:14;a:3:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:8:\"selected\";s:1:\"0\";}i:15;a:3:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:8:\"selected\";s:1:\"0\";}i:16;a:3:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:8:\"selected\";s:1:\"0\";}i:17;a:3:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:8:\"selected\";s:1:\"0\";}i:18;a:3:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:8:\"selected\";s:1:\"0\";}i:19;a:3:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:8:\"selected\";s:1:\"0\";}i:20;a:3:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:8:\"selected\";s:1:\"0\";}i:21;a:3:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:8:\"selected\";s:1:\"0\";}i:22;a:3:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:8:\"selected\";s:1:\"0\";}i:23;a:3:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:8:\"selected\";s:1:\"0\";}i:24;a:3:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:8:\"selected\";s:1:\"0\";}i:25;a:3:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:8:\"selected\";s:1:\"0\";}i:26;a:3:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:8:\"selected\";s:1:\"0\";}i:27;a:3:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:8:\"selected\";s:1:\"0\";}i:28;a:3:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:8:\"selected\";s:1:\"0\";}i:29;a:3:{s:5:\"label\";s:12:\"New Hampsire\";s:5:\"value\";s:2:\"NH\";s:8:\"selected\";s:1:\"0\";}i:30;a:3:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:8:\"selected\";s:1:\"0\";}i:31;a:3:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:8:\"selected\";s:1:\"0\";}i:32;a:3:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:8:\"selected\";s:1:\"0\";}i:33;a:3:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:8:\"selected\";s:1:\"0\";}i:34;a:3:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:8:\"selected\";s:1:\"0\";}i:35;a:3:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:8:\"selected\";s:1:\"0\";}i:36;a:3:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:8:\"selected\";s:1:\"0\";}i:37;a:3:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:8:\"selected\";s:1:\"0\";}i:38;a:3:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:8:\"selected\";s:1:\"0\";}i:39;a:3:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:8:\"selected\";s:1:\"0\";}i:40;a:3:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:8:\"selected\";s:1:\"0\";}i:41;a:3:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:8:\"selected\";s:1:\"0\";}i:42;a:3:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:8:\"selected\";s:1:\"0\";}i:43;a:3:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:8:\"selected\";s:1:\"0\";}i:44;a:3:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:8:\"selected\";s:1:\"0\";}i:45;a:3:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:8:\"selected\";s:1:\"0\";}i:46;a:3:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:8:\"selected\";s:1:\"0\";}i:47;a:3:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:8:\"selected\";s:1:\"0\";}i:48;a:3:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:8:\"selected\";s:1:\"0\";}i:49;a:3:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:8:\"selected\";s:1:\"0\";}i:50;a:3:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:8:\"selected\";s:1:\"0\";}}}s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','State Dropdown'),(3,0,'_spam',0,'a:6:{s:9:\"label_pos\";s:4:\"left\";s:5:\"label\";s:18:\"Anti-Spam Question\";s:6:\"answer\";s:16:\"Anti-Spam Answer\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','Anti-Spam'),(4,0,'_submit',0,'a:4:{s:5:\"label\";s:6:\"Submit\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";}','Submit'),(5,0,'_tax',0,'a:11:{s:5:\"label\";s:3:\"Tax\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:19:\"payment_field_group\";s:1:\"1\";s:11:\"payment_tax\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"conditional\";s:0:\"\";s:11:\"calc_option\";s:1:\"0\";s:4:\"calc\";s:0:\"\";}','Tax'),(6,0,'_text',0,'a:19:{s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','First Name'),(7,0,'_text',0,'a:19:{s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"1\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Last Name'),(8,0,'_text',0,'a:23:{s:5:\"label\";s:9:\"Address 1\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"1\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Address 1'),(9,0,'_text',0,'a:23:{s:5:\"label\";s:9:\"Address 2\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"1\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Address 2'),(10,0,'_text',0,'a:23:{s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"1\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','City'),(11,0,'_list',0,'a:16:{s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:4:\"left\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:1:{s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:12:\"New Hampsire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','State'),(12,0,'_text',0,'a:23:{s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Zip / Post Code'),(13,0,'_country',0,'a:10:{s:5:\"label\";s:7:\"Country\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:2:\"US\";s:21:\"user_info_field_group\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Country'),(14,0,'_text',0,'a:25:{s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"1\";s:10:\"send_email\";s:1:\"1\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:10:\"user_email\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Email'),(15,0,'_text',0,'a:25:{s:5:\"label\";s:5:\"Phone\";s:9:\"label_pos\";s:4:\"left\";s:13:\"default_value\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:10:\"datepicker\";s:1:\"0\";s:5:\"email\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"1\";s:10:\"user_email\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Phone'),(16,0,'_calc',0,'a:20:{s:9:\"calc_name\";s:9:\"sub_total\";s:13:\"default_value\";s:0:\"\";s:17:\"calc_display_type\";s:4:\"text\";s:5:\"label\";s:9:\"Sub Total\";s:9:\"label_pos\";s:4:\"left\";s:26:\"calc_display_text_disabled\";s:1:\"1\";s:17:\"calc_display_html\";s:26:\"<p>[ninja_forms_calc]</p>\n\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"calc_method\";s:4:\"auto\";s:4:\"calc\";s:0:\"\";s:7:\"calc_eq\";s:0:\"\";s:19:\"payment_field_group\";s:1:\"1\";s:13:\"payment_total\";s:1:\"0\";s:17:\"payment_sub_total\";s:1:\"1\";s:11:\"calc_places\";s:1:\"2\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Sub Total'),(17,0,'_calc',0,'a:20:{s:9:\"calc_name\";s:5:\"total\";s:13:\"default_value\";s:0:\"\";s:17:\"calc_display_type\";s:4:\"text\";s:5:\"label\";s:5:\"Total\";s:9:\"label_pos\";s:4:\"left\";s:26:\"calc_display_text_disabled\";s:1:\"1\";s:17:\"calc_display_html\";s:26:\"<p>[ninja_forms_calc]</p>\n\";s:5:\"class\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"calc_method\";s:4:\"auto\";s:4:\"calc\";a:5:{i:0;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"70\";}i:1;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"69\";}i:2;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"15\";}i:3;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"61\";}i:4;a:2:{s:2:\"op\";s:3:\"add\";s:5:\"field\";s:2:\"70\";}}s:7:\"calc_eq\";s:5:\"5 + 5\";s:19:\"payment_field_group\";s:1:\"1\";s:13:\"payment_total\";s:1:\"1\";s:17:\"payment_sub_total\";s:1:\"0\";s:11:\"calc_places\";s:1:\"2\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";}','Total'),(92,0,'_credit_card',0,'a:6:{s:5:\"label\";s:11:\"Credit Card\";s:19:\"payment_field_group\";s:1:\"1\";s:3:\"req\";s:1:\"0\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:11:\"conditional\";s:0:\"\";}','Credit Card'); /*!40000 ALTER TABLE `cto_ninja_forms_fav_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_ninja_forms_fields` -- DROP TABLE IF EXISTS `cto_ninja_forms_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_ninja_forms_fields` ( `id` int(11) NOT NULL auto_increment, `form_id` int(11) NOT NULL, `type` varchar(255) NOT NULL, `order` int(11) NOT NULL, `data` longtext NOT NULL, `fav_id` int(11) default NULL, `def_id` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_ninja_forms_fields` -- LOCK TABLES `cto_ninja_forms_fields` WRITE; /*!40000 ALTER TABLE `cto_ninja_forms_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_ninja_forms_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_ninja_forms_subs` -- DROP TABLE IF EXISTS `cto_ninja_forms_subs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_ninja_forms_subs` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) default NULL, `form_id` int(11) NOT NULL, `status` int(11) NOT NULL, `action` varchar(255) NOT NULL, `data` longtext NOT NULL, `date_updated` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_ninja_forms_subs` -- LOCK TABLES `cto_ninja_forms_subs` WRITE; /*!40000 ALTER TABLE `cto_ninja_forms_subs` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_ninja_forms_subs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_options` -- DROP TABLE IF EXISTS `cto_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=89061 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_options` -- LOCK TABLES `cto_options` WRITE; /*!40000 ALTER TABLE `cto_options` DISABLE KEYS */; INSERT INTO `cto_options` VALUES (3,'siteurl','http://www.onecaribbean.org','yes'),(4,'blogname','OneCaribbean.org','yes'),(5,'blogdescription','The official tourism business website of the Caribbean Tourism Organization','yes'),(6,'users_can_register','0','yes'),(7,'admin_email','scoward@caribtourism.com','yes'),(8,'start_of_week','1','yes'),(9,'use_balanceTags','0','yes'),(10,'use_smilies','1','yes'),(11,'require_name_email','1','yes'),(12,'comments_notify','1','yes'),(13,'posts_per_rss','10','yes'),(14,'rss_use_excerpt','0','yes'),(15,'mailserver_url','mail.example.com','yes'),(16,'mailserver_login','login@example.com','yes'),(17,'mailserver_pass','password','yes'),(18,'mailserver_port','110','yes'),(19,'default_category','1','yes'),(20,'default_comment_status','closed','yes'),(21,'default_ping_status','open','yes'),(22,'default_pingback_flag','1','yes'),(24,'posts_per_page','10','yes'),(25,'date_format','F j, Y','yes'),(26,'time_format','g:i a','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(28,'links_recently_updated_prepend','<em>','yes'),(29,'links_recently_updated_append','</em>','yes'),(30,'links_recently_updated_time','120','yes'),(31,'comment_moderation','','yes'),(32,'moderation_notify','1','yes'),(33,'permalink_structure','/%postname%/','yes'),(34,'gzipcompression','0','yes'),(35,'hack_file','0','yes'),(36,'blog_charset','UTF-8','yes'),(37,'moderation_keys','','no'),(38,'active_plugins','a:28:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";i:3;s:33:\"configure-smtp/configure-smtp.php\";i:4;s:37:\"dp-flickr-widget/dp-flickr-widget.php\";i:5;s:39:\"dp-twitter-widget/dp-twitter-widget.php\";i:6;s:33:\"events-manager/events-manager.php\";i:7;s:41:\"flexi-pages-widget/flexi-pages-widget.php\";i:8;s:36:\"google-document-embedder/gviewer.php\";i:9;s:36:\"google-sitemap-generator/sitemap.php\";i:10;s:43:\"groups-404-redirect/groups-404-redirect.php\";i:11;s:17:\"groups/groups.php\";i:12;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:13;s:27:\"p3-profiler/p3-profiler.php\";i:14;s:47:\"participants-database/participants-database.php\";i:15;s:31:\"phpinfo-print/phpinfo-print.php\";i:16;s:39:\"ppgoogletranslate/ppgoogletranslate.php\";i:17;s:39:\"prettyphoto-media/prettyphoto-media.php\";i:18;s:15:\"sabai/sabai.php\";i:19;s:47:\"safe-redirect-manager/safe-redirect-manager.php\";i:20;s:35:\"si-contact-form/si-contact-form.php\";i:21;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:22;s:45:\"simple-page-sidebars/simple-page-sidebars.php\";i:23;s:35:\"social-stickers/social-stickers.php\";i:24;s:41:\"wordpress-importer/wordpress-importer.php\";i:25;s:33:\"wp-security-scan/securityscan.php\";i:26;s:27:\"wp-super-cache/wp-cache.php\";i:27;s:19:\"wpcu3er/wpcu3er.php\";}','yes'),(39,'home','http://www.onecaribbean.org','yes'),(40,'category_base','','yes'),(41,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,'advanced_edit','0','yes'),(43,'comment_max_links','2','yes'),(44,'gmt_offset','','yes'),(45,'default_email_category','1','yes'),(46,'recently_edited','a:5:{i:0;s:74:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org/wp-content/plugins/sabai/sabai.php\";i:1;s:76:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org/wp-content/themes/Sterling/style.css\";i:2;s:94:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org/wp-content/plugins/sabai-directory/sabai-directory.php\";i:3;s:77:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org/wp-content/themes/Sterling/header.php\";i:4;s:76:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org/wp-content/themes/Sterling/index.php\";}','yes'),(47,'template','Sterling','yes'),(48,'stylesheet','Sterling','yes'),(49,'comment_whitelist','','yes'),(50,'blacklist_keys','','no'),(51,'comment_registration','','yes'),(53,'html_type','text/html','yes'),(54,'use_trackback','0','yes'),(55,'default_role','subscriber','yes'),(56,'db_version','22442','yes'),(57,'uploads_use_yearmonth_folders','','yes'),(58,'upload_path','','yes'),(59,'blog_public','1','yes'),(60,'default_link_category','2','yes'),(61,'show_on_front','page','yes'),(62,'tag_base','','yes'),(63,'show_avatars','1','yes'),(64,'avatar_rating','G','yes'),(65,'upload_url_path','','yes'),(66,'thumbnail_size_w','150','yes'),(67,'thumbnail_size_h','150','yes'),(68,'thumbnail_crop','1','yes'),(69,'medium_size_w','300','yes'),(70,'medium_size_h','300','yes'),(71,'avatar_default','mystery','yes'),(74,'large_size_w','1024','yes'),(75,'large_size_h','1024','yes'),(76,'image_default_link_type','','yes'),(77,'image_default_size','','yes'),(78,'image_default_align','','yes'),(79,'close_comments_for_old_posts','','yes'),(80,'close_comments_days_old','14','yes'),(81,'thread_comments','','yes'),(82,'thread_comments_depth','5','yes'),(83,'page_comments','','yes'),(84,'comments_per_page','50','yes'),(85,'default_comments_page','newest','yes'),(86,'comment_order','asc','yes'),(87,'sticky_posts','a:0:{}','yes'),(88,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:8:\"CTO News\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(89,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:22:\"Questions or Comments?\";s:4:\"text\";s:1665:\"STATISTICS\r\nSend questions about our statistics, research to:\r\n<a href=\"mailto:ssmith@caribtourism.com\">Sean Smith</a>\r\n\r\nTOTAL VISITOR SATISFACTION\r\nSend questions or comments about TVS to:\r\n<a href=\"mailto:rskeete@caribtourism.com\">Ryan Skeete</a>\r\n\r\nMEDIA\r\nFor press inquiries and media-related issues, email:\r\n<a href=\"mailto:jjohnrose@caribtourism.com\">Johnson Johnrose</a>\r\n\r\nWEBSITE\r\nSend questions and comments about the website to:\r\n<a href=\"mailto:scoward@caribtourism.com\">Sharon Coward</a>\r\n\r\nCTO USA-Inc\r\nIf you have questions about CTO’s efforts in the USA, email: <a href=\"mailto:ctony@caribtourism.com\">CTO NY</a>\r\nIf you have queries about the OneCaribbean Chapter system email: <a href=\"mailto:FAbreu@caribtourism.com\">Fernando Abreu</a>\r\n\r\nCTO UK\r\nFor information on CTO’s marketing efforts in the UK or if you would like to join the CTO UK Chapter, email:\r\n<a href=\"mailto:ctolondon@caribtourism.com\">CTO London</a>\r\n\r\nCTO FOUNDATION\r\nFor information on the CTO Scholarship Foundation grants, scholarships or how to donate, email:\r\n<a href=\"mailto:bmorgan@caribtourism.com\">Bonita Morgan</a> or <br><a href=\"mailto:sbrown@caribtourism.com\">Sylma Brown-\r\nBramble</a>\r\n\r\nBOARD OF DIRECTORS\r\nDirect any questions or comments regarding our board of directors to:<a href=\"mailto:cdrakes@caribtourism.com\">Charlene Drakes</a>\r\n\r\nQUESTIONS ABOUT JOINING CTO?\r\nClick <a href=\"http://www.onecaribbean.org/join-cto/\">here</a> for detailed information or email: <a href=\"mailto:ctony@caribtourism.com\">CTO NY</a>\r\n\r\nCURRENT MEMBERS\r\nQuestions about your membership and benefits can be addressed to:<a href=\"mailto:fgill@caribtourism.com\">Faye Gill</a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(90,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'timezone_string','America/Barbados','yes'),(95,'page_for_posts','172','yes'),(96,'page_on_front','1372','yes'),(97,'default_post_format','0','yes'),(98,'initial_db_version','19470','yes'),(99,'cto_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:19:\"switch_ai1ec_themes\";b:1;s:20:\"manage_ai1ec_options\";b:1;s:13:\"mc_add_events\";b:1;s:17:\"mc_approve_events\";b:1;s:16:\"mc_manage_events\";b:1;s:12:\"mc_edit_cats\";b:1;s:14:\"mc_edit_styles\";b:1;s:17:\"mc_edit_behaviors\";b:1;s:17:\"mc_edit_templates\";b:1;s:16:\"mc_edit_settings\";b:1;s:17:\"mc_edit_locations\";b:1;s:12:\"mc_view_help\";b:1;s:13:\"groups_access\";b:1;s:19:\"groups_admin_groups\";b:1;s:20:\"groups_admin_options\";b:1;s:14:\"publish_events\";b:1;s:20:\"delete_others_events\";b:1;s:18:\"edit_others_events\";b:1;s:22:\"manage_others_bookings\";b:1;s:24:\"publish_recurring_events\";b:1;s:30:\"delete_others_recurring_events\";b:1;s:28:\"edit_others_recurring_events\";b:1;s:17:\"publish_locations\";b:1;s:23:\"delete_others_locations\";b:1;s:16:\"delete_locations\";b:1;s:21:\"edit_others_locations\";b:1;s:23:\"delete_event_categories\";b:1;s:21:\"edit_event_categories\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:72:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:14:\"publish_events\";b:1;s:20:\"delete_others_events\";b:1;s:18:\"edit_others_events\";b:1;s:22:\"manage_others_bookings\";b:1;s:24:\"publish_recurring_events\";b:1;s:30:\"delete_others_recurring_events\";b:1;s:28:\"edit_others_recurring_events\";b:1;s:17:\"publish_locations\";b:1;s:23:\"delete_others_locations\";b:1;s:16:\"delete_locations\";b:1;s:21:\"edit_others_locations\";b:1;s:23:\"delete_event_categories\";b:1;s:21:\"edit_event_categories\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:35:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:15:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"upload_event_images\";b:1;s:13:\"delete_events\";b:1;s:11:\"edit_events\";b:1;s:19:\"read_private_events\";b:1;s:23:\"delete_recurring_events\";b:1;s:21:\"edit_recurring_events\";b:1;s:14:\"edit_locations\";b:1;s:22:\"read_private_locations\";b:1;s:21:\"read_others_locations\";b:1;}}s:21:\"ai1ec_event_assistant\";a:2:{s:4:\"name\";s:17:\"Event Contributor\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;}}}','yes'),(100,'widget_search','a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:24:{s:18:\"orphaned_widgets_1\";a:1:{i:0;s:10:\"nav_menu-3\";}s:19:\"wp_inactive_widgets\";a:4:{i:0;s:10:\"nav_menu-4\";i:1;s:18:\"dp-flickr-widget-1\";i:2;s:10:\"archives-2\";i:3;s:13:\"show_recent-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:21:\"pp_google_translate-2\";i:1;s:24:\"social_stickers_widget-3\";i:2;s:12:\"flexipages-7\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:3:{i:0;s:12:\"categories-2\";i:1;s:10:\"nav_menu-5\";i:2;s:17:\"social_networks-3\";}s:9:\"sidebar-5\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-6\";a:1:{i:0;s:13:\"flexipages-10\";}s:9:\"sidebar-7\";a:1:{i:0;s:12:\"flexipages-8\";}s:9:\"sidebar-8\";a:2:{i:0;s:8:\"search-3\";i:1;s:12:\"flexipages-9\";}s:9:\"sidebar-9\";a:1:{i:0;s:17:\"social_networks-2\";}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:0:{}s:10:\"sidebar-12\";a:0:{}s:10:\"sidebar-13\";a:0:{}s:10:\"sidebar-14\";a:0:{}s:21:\"page-sidebar-aboutcto\";a:0:{}s:23:\"page-sidebar-tsasidebar\";a:1:{i:0;s:12:\"flexipages-6\";}s:10:\"sidebar-17\";a:0:{}s:10:\"sidebar-18\";a:0:{}s:10:\"sidebar-19\";a:1:{i:0;s:12:\"flexipages-5\";}s:10:\"sidebar-20\";a:1:{i:0;s:12:\"flexipages-4\";}s:10:\"sidebar-21\";a:1:{i:0;s:13:\"flexipages-11\";}s:13:\"array_version\";i:3;}','yes'),(153,'cron','a:9:{i:1409692751;a:1:{s:10:\"sabai_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1409694533;a:1:{s:25:\"ai1ec_events_regeneration\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1409695200;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1409711601;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1409735532;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409752519;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409752674;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409770067;a:1:{s:24:\"ninja_forms_daily_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(164,'_site_transient_timeout_browser_3760ceb90b70f0e9a370ea1ce190c471','1360245474','yes'),(165,'_site_transient_browser_3760ceb90b70f0e9a370ea1ce190c471','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.56\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(166,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:27:\"http://www.onecaribbean.org\";s:4:\"link\";s:103:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.onecaribbean.org/\";s:3:\"url\";s:136:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.onecaribbean.org/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(273,'_transient_random_seed','15b6fcc1ffcd58dc951e113e9ec6aa52','yes'),(313,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1360680617;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(314,'current_theme','Sterling','yes'),(315,'theme_mods_icemagtheme','a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:26;}s:16:\"header_textcolor\";s:6:\"000000\";s:16:\"background_color\";s:6:\"22caf4\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:22:\"background_image_thumb\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1362506674;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"flexipages-2\";i:2;s:12:\"categories-3\";}s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";i:6;s:10:\"calendar-1\";i:7;s:11:\"tag_cloud-1\";}s:21:\"page-sidebar-aboutcto\";a:1:{i:0;s:6:\"text-2\";}s:16:\"footer-widgets-1\";a:1:{i:0;s:6:\"text-1\";}s:16:\"footer-widgets-2\";a:1:{i:0;s:19:\"dp-twitter-widget-1\";}s:16:\"footer-widgets-3\";a:1:{i:0;s:7:\"links-1\";}s:16:\"footer-widgets-4\";a:1:{i:0;s:18:\"dp-flickr-widget-1\";}s:15:\"footer-bottom-1\";a:1:{i:0;s:10:\"nav_menu-1\";}}}}','yes'),(316,'theme_switched','','yes'),(317,'icemagtheme_layerslider_activated','1','yes'),(320,'option_tree_settings','a:3:{s:15:\"contextual_help\";a:2:{s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"general_help\";s:5:\"title\";s:7:\"General\";s:7:\"content\";s:30:\"<p>Help content goes here!</p>\";}}s:7:\"sidebar\";s:33:\"<p>Sidebar content goes here!</p>\";}s:8:\"sections\";a:9:{i:0;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:7:\"General\";}i:1;a:2:{s:5:\"title\";s:13:\"Social Icons \";s:2:\"id\";s:12:\"social-icons\";}i:2;a:2:{s:5:\"title\";s:18:\"Custom Home Layout\";s:2:\"id\";s:19:\"custom-home-details\";}i:3;a:2:{s:5:\"title\";s:12:\"Home Details\";s:2:\"id\";s:12:\"home-details\";}i:4;a:2:{s:5:\"title\";s:15:\"Product Details\";s:2:\"id\";s:15:\"product-details\";}i:5;a:2:{s:5:\"title\";s:15:\"Contact Details\";s:2:\"id\";s:7:\"contact\";}i:6;a:2:{s:5:\"title\";s:14:\"Color Settings\";s:2:\"id\";s:14:\"color-settings\";}i:7;a:2:{s:5:\"title\";s:13:\"Font Settings\";s:2:\"id\";s:13:\"font-settings\";}i:8;a:2:{s:5:\"title\";s:19:\"Background Settings\";s:2:\"id\";s:19:\"background-settings\";}}s:8:\"settings\";a:114:{i:0;a:11:{s:5:\"label\";s:21:\"Select site logo type\";s:2:\"id\";s:9:\"logo_type\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:70:\"Choose the site logo type. You can either use site\'s name or your logo\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:8:\"Use Logo\";s:5:\"value\";s:4:\"logo\";}i:1;a:2:{s:5:\"label\";s:13:\"Use Site Name\";s:5:\"value\";s:4:\"name\";}}s:3:\"std\";s:4:\"logo\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:1;a:10:{s:5:\"label\";s:16:\"Upload Your Logo\";s:2:\"id\";s:11:\"upload_logo\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:75:\"Upload your logo. Logo size must be lower than 195px width and 65px height.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:2;a:10:{s:5:\"label\";s:18:\"Upload Your Favico\";s:2:\"id\";s:13:\"upload_favico\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:129:\"Upload your favico.ico file. This is the image file will be shown at the left side of address bar. Must be sized as 16x16 pixels.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:3;a:8:{s:2:\"id\";s:12:\"theme_layout\";s:5:\"label\";s:6:\"Layout\";s:4:\"desc\";s:30:\"Choose a layout for your theme\";s:3:\"std\";s:13:\"right-sidebar\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:7:\"general\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:3:{i:0;a:3:{s:5:\"value\";s:12:\"left-sidebar\";s:5:\"label\";s:12:\"Left Sidebar\";s:3:\"src\";s:104:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/option-tree//assets/images/layout/left-sidebar.png\";}i:1;a:3:{s:5:\"value\";s:13:\"right-sidebar\";s:5:\"label\";s:13:\"Right Sidebar\";s:3:\"src\";s:105:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/option-tree//assets/images/layout/right-sidebar.png\";}i:2;a:3:{s:5:\"value\";s:10:\"full-width\";s:5:\"label\";s:23:\"Full Width (no sidebar)\";s:3:\"src\";s:102:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/option-tree//assets/images/layout/full-width.png\";}}}i:4;a:11:{s:5:\"label\";s:19:\"Enable Boxed Layout\";s:2:\"id\";s:19:\"boxed_layout_active\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:64:\"Check this if you want to use the iceMag Theme with Boxed Layout\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:5;a:11:{s:5:\"label\";s:21:\"Disable Header Shadow\";s:2:\"id\";s:21:\"disable_header_shadow\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:65:\"If you want to disable the shadow under header, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:6;a:11:{s:5:\"label\";s:20:\"Disable Social Icons\";s:2:\"id\";s:24:\"disable_all_social_icons\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:71:\"If you want to disable the social icons under header, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:7;a:11:{s:5:\"label\";s:18:\"Disable Search Box\";s:2:\"id\";s:18:\"disable_search_box\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:69:\"If you want to disable the search box under header, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:8;a:11:{s:5:\"label\";s:20:\"Disable Under Header\";s:2:\"id\";s:24:\"disable_all_under_header\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:112:\"If you want to disable all the header under menu (social icons, search box and shadow effect) check this option.\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:9;a:10:{s:5:\"label\";s:28:\"Footer Copyright Information\";s:2:\"id\";s:16:\"footer_copyright\";s:4:\"type\";s:15:\"textarea-simple\";s:4:\"desc\";s:54:\"Your copyright information. You may use HTML tags here\";s:7:\"section\";s:7:\"general\";s:3:\"std\";s:253:\"Designed by <a href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" target=\"_blank\">XanderRock</a> © 2013 <a href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" target=\"_blank\">iceMag Theme</a> | All Rights Reserved\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:10;a:8:{s:5:\"label\";s:14:\"Read More Text\";s:2:\"id\";s:14:\"read_more_text\";s:4:\"desc\";s:59:\"Enter read more text you want to use in \"read more\" details\";s:7:\"section\";s:7:\"general\";s:3:\"std\";s:9:\"read more\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:11;a:10:{s:5:\"label\";s:17:\"SEO Slug Settings\";s:2:\"id\";s:19:\"seo_settings_header\";s:4:\"type\";s:16:\"textblock-titled\";s:4:\"desc\";s:395:\"<p>You can change the slugs down below for better SEO usage. This way, you can change the name of your products slug as you like. !Important : If you see 404 Error when you change the slug options, go to \"Settings > Permalinks\" in Wordpress Dashboard and choose \"Post name\" and click \"Save Changes\" button. Even if your settings shows \"Post name\" click on the \"Save Changes\" button to flush.</p>\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:12;a:10:{s:5:\"label\";s:20:\"iceMag Products Slug\";s:2:\"id\";s:20:\"icemag_products_slug\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:38:\"iceMag Products slug to show in links.\";s:3:\"std\";s:14:\"icemagproducts\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:13;a:10:{s:5:\"label\";s:17:\"Testimonials Slug\";s:2:\"id\";s:24:\"icemag_testimonials_slug\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:35:\"Testimonials slug to show in links.\";s:3:\"std\";s:12:\"testimonials\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:14;a:10:{s:5:\"label\";s:19:\"iceMag Gallery Slug\";s:2:\"id\";s:19:\"icemag_gallery_slug\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:37:\"iceMag Gallery slug to show in links.\";s:3:\"std\";s:13:\"icemaggallery\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:15;a:10:{s:5:\"label\";s:15:\"References Slug\";s:2:\"id\";s:22:\"icemag_references_slug\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:33:\"References slug to show in links.\";s:3:\"std\";s:10:\"references\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:16;a:10:{s:5:\"label\";s:13:\"Our Team Slug\";s:2:\"id\";s:19:\"icemag_ourteam_slug\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:31:\"Our Team slug to show in links.\";s:3:\"std\";s:7:\"ourteam\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:17;a:10:{s:5:\"label\";s:19:\"Pagination Settings\";s:2:\"id\";s:26:\"pagination_settings_header\";s:4:\"type\";s:16:\"textblock-titled\";s:4:\"desc\";s:77:\"<p>You can change the post numbers of the pages for using the pagination.</p>\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:18;a:10:{s:5:\"label\";s:17:\"Products Per page\";s:2:\"id\";s:17:\"products-per-page\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:26:\"Products per page to show.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:19;a:10:{s:5:\"label\";s:22:\"Gallery Image Per page\";s:2:\"id\";s:16:\"gallery-per-page\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:31:\"Gallery image per page to show.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:20;a:10:{s:5:\"label\";s:27:\"Gallery Filtered Two Column\";s:2:\"id\";s:26:\"gallery-filtered-two-total\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:59:\"Total gallery image to show in filtered gallery two column.\";s:3:\"std\";s:1:\"6\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:21;a:10:{s:5:\"label\";s:29:\"Gallery Filtered Three Column\";s:2:\"id\";s:28:\"gallery-filtered-three-total\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:61:\"Total gallery image to show in filtered gallery three column.\";s:3:\"std\";s:1:\"9\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:22;a:10:{s:5:\"label\";s:28:\"Gallery Filtered Four Column\";s:2:\"id\";s:27:\"gallery-filtered-four-total\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:60:\"Total gallery image to show in filtered gallery four column.\";s:3:\"std\";s:1:\"8\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:23;a:10:{s:5:\"label\";s:27:\"Gallery Filtered Six Column\";s:2:\"id\";s:26:\"gallery-filtered-six-total\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:59:\"Total gallery image to show in filtered gallery six column.\";s:3:\"std\";s:2:\"18\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:24;a:11:{s:5:\"label\";s:21:\"Footer Large Disabled\";s:2:\"id\";s:20:\"footer_large_enabled\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:82:\"Check this if you don\'t want large footer (footer with four columns) at the bottom\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:25;a:10:{s:5:\"label\";s:8:\"Facebook\";s:2:\"id\";s:21:\"social_icons_facebook\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:18:\"Your facebook link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:19:\"http://facebook.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:26;a:10:{s:5:\"label\";s:8:\"Linkedin\";s:2:\"id\";s:21:\"social_icons_linkedin\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:18:\"Your linkedin link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:19:\"http://linkedin.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:27;a:10:{s:5:\"label\";s:7:\"Twitter\";s:2:\"id\";s:20:\"social_icons_twitter\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:17:\"Your twitter link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:18:\"http://twitter.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:28;a:10:{s:5:\"label\";s:4:\"Digg\";s:2:\"id\";s:17:\"social_icons_digg\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:14:\"Your digg link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:15:\"http://digg.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:29;a:10:{s:5:\"label\";s:7:\"Google+\";s:2:\"id\";s:19:\"social_icons_google\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:21:\"Your google plus link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:17:\"http://google.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:30;a:10:{s:5:\"label\";s:9:\"Pinterest\";s:2:\"id\";s:22:\"social_icons_pinterest\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:19:\"Your Pinterest Link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:31;a:10:{s:5:\"label\";s:7:\"Youtube\";s:2:\"id\";s:20:\"social_icons_youtube\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Your youtube channel link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:32;a:10:{s:5:\"label\";s:5:\"Skype\";s:2:\"id\";s:18:\"social_icons_skype\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:22:\"Your skype information\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:16:\"http://skype.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:33;a:10:{s:5:\"label\";s:5:\"Vimeo\";s:2:\"id\";s:18:\"social_icons_vimeo\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:15:\"Your vimeo link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:16:\"http://vimeo.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:34;a:10:{s:5:\"label\";s:9:\"Instagram\";s:2:\"id\";s:22:\"social_icons_instagram\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:19:\"Your instagram link\";s:7:\"section\";s:12:\"social-icons\";s:3:\"std\";s:20:\"http://instagram.com\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:35;a:11:{s:5:\"label\";s:13:\"Twitter Tweet\";s:2:\"id\";s:13:\"twitter_tweet\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:67:\"Check this if you want to activate the Twitter button at blog posts\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:3:\"Yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:12:\"social-icons\";}i:36;a:11:{s:5:\"label\";s:13:\"Facebook Like\";s:2:\"id\";s:13:\"facebook_like\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:73:\"Check this if you want to activate the Facebook Like button at blog posts\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:3:\"Yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:12:\"social-icons\";}i:37;a:11:{s:5:\"label\";s:15:\"Google +1 Share\";s:2:\"id\";s:12:\"google_share\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:67:\"Check this if you want to activate the Google+ button at blog posts\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:3:\"Yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:12:\"social-icons\";}i:38;a:11:{s:5:\"label\";s:15:\"Pinterest Pinit\";s:2:\"id\";s:9:\"pinterest\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:69:\"Check this if you want to activate the Pinterest button at blog posts\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:12:\"social-icons\";}i:39;a:11:{s:5:\"label\";s:22:\"Select homepage layout\";s:2:\"id\";s:11:\"home_layout\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:32:\"Choose the homepage layout type.\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:13:\"Home Business\";s:5:\"value\";s:8:\"business\";}i:1;a:2:{s:5:\"label\";s:20:\"Home Business Static\";s:5:\"value\";s:15:\"business-static\";}i:2;a:2:{s:5:\"label\";s:16:\"Home Application\";s:5:\"value\";s:11:\"application\";}i:3;a:2:{s:5:\"label\";s:16:\"Home Photography\";s:5:\"value\";s:11:\"photography\";}i:4;a:2:{s:5:\"label\";s:14:\"Home Education\";s:5:\"value\";s:9:\"education\";}i:5;a:2:{s:5:\"label\";s:27:\"Home Social Media Marketing\";s:5:\"value\";s:6:\"social\";}i:6;a:2:{s:5:\"label\";s:9:\"Home Blog\";s:5:\"value\";s:4:\"blog\";}i:7;a:2:{s:5:\"label\";s:18:\"Home Layout Custom\";s:5:\"value\";s:6:\"custom\";}}s:3:\"std\";s:8:\"business\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:12:\"home-details\";}i:40;a:9:{s:5:\"label\";s:23:\"Home Business Slider ID\";s:2:\"id\";s:23:\"home_business_slider_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:39:\"Enter the Layer Slider\'s shortcode here\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:20:\"[layerslider id=\"2\"]\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:41;a:10:{s:5:\"label\";s:24:\"Home Business Shortcodes\";s:2:\"id\";s:24:\"home_business_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:56:\"This is the content field of the Home Business Template.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:1199:\"[promotionBox button=\"PURCHASE\" href=\"http://themeforest.net/user/XanderRock/portfolio\"][iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][clear][br][ReferencesPost width=\"full\"][Notification type=\"info\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:42;a:10:{s:5:\"label\";s:31:\"Home Business Static Shortcodes\";s:2:\"id\";s:31:\"home_business_static_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:112:\"This is the content field of the Home Business Static Template. This template does not use slider to look static\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:1176:\"[addImg src=\"http://as3doctor.com/icemag-theme/files/2012/12/business-portfolio-theme.jpg\" alt=\"Business Clean Portfolio\"][iconic4 header=\"Responsive Touch!\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus egestas id eleifend lorem aliquet. \" icon=\"touch\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Right Time!\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus\" icon=\"clock\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus\" icon=\"cloud\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus\" icon=\"globe\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][br][br][br][headerText header=\"What We Do?\" text=\"\"][container][inColumn column=\"eight\"][latestPosts total=\"3\"][/inColumn][inColumn column=\"eight\"][layerslider id=\"6\"][/inColumn][/container]</p>\r\n<p>[TestimonialsPost width=\"full\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:43;a:9:{s:5:\"label\";s:26:\"Home Photography Slider ID\";s:2:\"id\";s:26:\"home_photography_slider_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:39:\"Enter the Layer Slider\'s shortcode here\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:20:\"[layerslider id=\"3\"]\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:44;a:10:{s:5:\"label\";s:27:\"Home Photography Shortcodes\";s:2:\"id\";s:27:\"home_photography_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:59:\"This is the content field of the Home Photography Template.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:562:\"[hrText header=\"Hi, I\'m John Doe and this is my photography blog\" text=\"You can find my latest photos here. I love catching the beauty of the nature. \"][headerText header=\"John Doe Gallery\" text=\"\"][icemagGalleryFiltered total=\"8\" columns=\"four\" ][clear][br][promotionBox header=\"We\'d like to hear from you\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam porttitor, arcu sed mattis faucibus, sapien sem egestas turpis, ut vulputate nibh enim in turpis.\" button=\"CONTACT US\" href=\"themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:45;a:9:{s:5:\"label\";s:26:\"Home Application Slider ID\";s:2:\"id\";s:26:\"home_application_slider_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:39:\"Enter the Layer Slider\'s shortcode here\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:20:\"[layerslider id=\"1\"]\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:46;a:10:{s:5:\"label\";s:27:\"Home Application Shortcodes\";s:2:\"id\";s:27:\"home_application_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:59:\"This is the content field of the Home Application Template.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:1659:\"[promotionBox header=\"Our newest application is now on the Store\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus egestas id eleifend lorem aliquet. Pellentesque fermentum magna ut mi aliquet venenatis vel consequat est. \" button=\"BUY NOW\" href=\"http://themeforest.net/user/XanderRock/portfolio\"][br][productsColumn total=\"3\" columns=\"three\" paging=\"no\"][headerText header=\"Our Awesome Application\" text=\"\"][iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][clear][br][container][inColumn column=\"eight\"][TestimonialsPost width=\"half\"][/inColumn][inColumn column=\"eight\"][latestPosts total=\"2\"][/inColumn][/container]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:47;a:9:{s:5:\"label\";s:24:\"Home Education Slider ID\";s:2:\"id\";s:24:\"home_education_slider_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:39:\"Enter the Layer Slider\'s shortcode here\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:20:\"[layerslider id=\"4\"]\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:48;a:10:{s:5:\"label\";s:25:\"Home Education Shortcodes\";s:2:\"id\";s:25:\"home_education_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:57:\"This is the content field of the Home Education Template.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:4695:\"<p>[iconic4 header=\"Touch on Success\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"touch\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Right Time!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"clock\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Beyond Imagination\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"cloud\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Global Degree\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"globe\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][br][br][headerText header=\"Lessons\" text=\"\"][container][inColumn column=\"eight\"][layerslider id=\"6\"][/inColumn][inColumn column=\"eight\"][tabs] [tab title=\"Shortcodes\"][h1]Shortcodes Support[/h1]Donec a sem urna, quis lacinia metus. Morbi tortor nibh, lobortis in scelerisque a, ultrices at nulla. Donec ante massa, fermentum id rhoncus vel, vestibulum a orci. Morbi ullamcorper tincidunt vulputate. Praesent sed lacinia mauris. Quisque imperdiet, tortor eget varius convallis, justo risus tincidunt lectus, sit amet bibendum metus mauris a tortor. Sed accumsan, dui vel convallis placerat, sapien nisi lobortis elit, et fringilla turpis velit eget elit.[/tab] [tab title=\"Support\"] Curabitur dolor massa, varius a accumsan sed, sagittis eget nibh. Duis convallis, leo non adipiscing cursus, leo metus fermentum magna, aliquet sollicitudin nisi orci nec ante. Suspendisse potenti. Quisque placerat erat consectetur justo bibendum commodo id at quam. &nbsp; Quisque ultricies enim vitae enim imperdiet blandit. Ut consectetur nisi nec lacus accumsan at molestie ante fermentum. Nam vitae arcu ullamcorper eros posuere facilisis et in felis. Praesent leo urna, eleifend id mollis placerat, interdum ac nulla. Aliquam luctus accumsan massa non pretium. [/tab] [tab title=\"Price\"] Curabitur dolor massa, varius a accumsan sed, sagittis eget nibh. Duis convallis, leo non adipiscing cursus, leo metus fermentum magna, aliquet sollicitudin nisi orci nec ante. Suspendisse potenti. Quisque placerat erat consectetur justo bibendum commodo id at quam. &nbsp; Quisque ultricies enim vitae enim imperdiet blandit. Ut consectetur nisi nec lacus accumsan at molestie ante fermentum. Nam vitae arcu ullamcorper eros posuere facilisis et in felis. Praesent leo urna, eleifend id mollis placerat, interdum ac nulla. Aliquam luctus accumsan massa non pretium. [/tab] [/tabs][/inColumn][/container]</p>\r\n<p> </p>\r\n<p>[container]</p>\r\n<p>[inColumn column=\"eight\"][h1]Use Blockquotes[/h1]Integer tempor volutpat velit, in sagittis justo cursus molestie. Morbi fringilla orci nec sapien elementum scelerisque varius lorem pulvinar. Donec lacinia felis non ante accumsan vitae dictum nibh pulvinar. Donec in nisl hendrerit et venenatis lectus auctor. Phasellus eros enim, accumsan in suscipit et, accumsan quis justo.</p>\r\n<p> [/inColumn]</p>\r\n<p>[inColumn column=\"eight\"][h1]Use Headers[/h1]Mauris blandit malesuada lacus accumsan iaculis. Sed metus libero, pharetra non ultrices ut, lobortis ut lectus. Pellentesque enim massa, posuere a bibendum non, vulputate at est. Nunc lobortis justo aliquet nunc bibendum placerat. Praesent venenatis posuere ante dictum luctus. Etiam eu velit libero, a dictum diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r\n<p>[/inColumn]</p>\r\n<p>[/container]</p>\r\n<p>[container]<br />[inColumn column=\"five\"]<br />[type]D[/type]onec sollicitudin lorem in nisl hendrerit et venenatis lectus auctor. Phasellus eros enim, accumsan in suscipit et, accumsan quis justo. Nam rhoncus aliquam nulla vel mattis. Maecenas tortor odio, pretium sit amet euismod vitae, auctor in tellus.<br />[/inColumn]</p>\r\n<p>[inColumn column=\"six\"]<br />[type]M[/type]auris blandit malesuada lacus accumsan iaculis. Sed metus libero, pharetra non ultrices ut, lobortis ut lectus. Pellentesque enim massa, posuere a bibendum non, vulputate at est. Nunc lobortis justo aliquet nunc bibendum placerat. Praesent venenatis posuere ante dictum luctus.<br />[/inColumn]</p>\r\n<p>[inColumn column=\"five\"]<br />[type]L[/type]orem ipsum dolor sit amet, consectetur adipiscing elit. Aenean feugiat dapibus neque vitae ornare. Mauris sapien eros, hendrerit ullamcorper pharetra sed, consequat ut magna. Vivamus et sollicitudin lectus. Vivamus commodo vulputate elit.<br />[/inColumn]</p>\r\n<p>[/container][clear]</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:49;a:9:{s:5:\"label\";s:27:\"Home Social Media Slider ID\";s:2:\"id\";s:21:\"home_social_slider_id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:39:\"Enter the Layer Slider\'s shortcode here\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:20:\"[layerslider id=\"5\"]\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:50;a:10:{s:5:\"label\";s:22:\"Home Social Shortcodes\";s:2:\"id\";s:22:\"home_social_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:54:\"This is the content field of the Home Social Template.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:2905:\"[Notification type=\"approve\"][iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][clear][br][br][headerText header=\"Our Plans\" text=\"\"]</p>\r\n<p>[pricingTable columns=\"three\"][table header=\"Basic\" price=\"€499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"GNU\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]</p>\r\n<p>[table header=\"Gold\" price=\"£499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"Lorem OS\" option=\"OS\"][tableList title=\"1.4Ghz\" option=\"CPU\"][/table]</p>\r\n<p>[table header=\"Silver\" price=\"$499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" recommended=\"BEST\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"Linux\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]</p>\r\n<p>[table header=\"Platinum\" price=\"£499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"CN OS\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]</p>\r\n<p>[table header=\"Platinum\" price=\"£499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"CN OS\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]<br />[/pricingTable]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:51;a:10:{s:5:\"label\";s:19:\"Home Blog Shortcode\";s:2:\"id\";s:20:\"home_blog_shortcodes\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:262:\"This is the content field of the Home Blog page. If you are using blog as your home page, you can add extra contents here. You can use sliders or other shortcodes as you like. Keep in mind, anything you include here, will be visible at the top on the pagination.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:52;a:11:{s:5:\"label\";s:20:\"Disable Layer Slider\";s:2:\"id\";s:20:\"disable_layer_slider\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:58:\"If you want to disable the Layer Slider, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:12:\"home-details\";}i:53;a:9:{s:5:\"label\";s:16:\"Home Button Name\";s:2:\"id\";s:21:\"home_button_name_text\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:63:\"Text of the home button. You can use some other words for home.\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:4:\"Home\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:54;a:9:{s:5:\"label\";s:18:\"Home Products Link\";s:2:\"id\";s:18:\"home_products_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:95:\"If you want to activate to link button at the iceMag Slider Home Page Layout, add the link here\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:63:\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:55;a:9:{s:5:\"label\";s:29:\"Testimonials Post Header Text\";s:2:\"id\";s:21:\"home_testimonial_text\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:31:\"Header text of the testimonials\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:12:\"Testimonials\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:56;a:9:{s:5:\"label\";s:27:\"References Post Header Text\";s:2:\"id\";s:20:\"home_references_text\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:29:\"Header text of the references\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:10:\"References\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:57;a:9:{s:5:\"label\";s:19:\"Contact Page Header\";s:2:\"id\";s:19:\"contact_page_header\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:31:\"Header text of the contact page\";s:7:\"section\";s:12:\"home-details\";s:3:\"std\";s:10:\"Contact Us\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:58;a:10:{s:5:\"label\";s:49:\"Custom Home Slider / Header Image Shortcode Field\";s:2:\"id\";s:25:\"custom_home_header_slider\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:254:\"This is the header slide/image field for custom home layout. You can use any shortcode for this area. If you want to use Layer Slider, add it\'s shortcode (i.e. [layerslider id=\"1\"]). If you want to use another slider or an image, add it\'s shortcode here.\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:46:\"[layerslider id=\"1\"]<p> </p><p> </p>\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:59;a:11:{s:5:\"label\";s:30:\"Activate Fullwidth Slider Area\";s:2:\"id\";s:35:\"custom_home_header_slider_fullwidth\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:131:\"If you want to use a slider with fullwidth, check this option. Attention! Using a fullwidth slider may cause responsivity problems.\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:19:\"custom-home-details\";}i:60;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 1\";s:2:\"id\";s:20:\"custom_home_content1\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:88:\"[promotionBox button=\"PURCHASE\" href=\"http://themeforest.net/user/XanderRock/portfolio\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:61;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 2\";s:2:\"id\";s:20:\"custom_home_content2\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:31:\"[TestimonialsPost width=\"half\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:62;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 3\";s:2:\"id\";s:20:\"custom_home_content3\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:29:\"[ReferencesPost width=\"half\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:63;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 4\";s:2:\"id\";s:20:\"custom_home_content4\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:34:\"[TestimonialsPost][ReferencesPost]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:64;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 5\";s:2:\"id\";s:20:\"custom_home_content5\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:146:\"[hrText header=\"iceMag - Awesome Responsive Wordpress Theme\" text=\"We focus on quality on every work we do, and the success becomes our follower\"]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:65;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 6\";s:2:\"id\";s:20:\"custom_home_content6\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:66;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 7\";s:2:\"id\";s:20:\"custom_home_content7\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:67;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 8\";s:2:\"id\";s:20:\"custom_home_content8\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:68;a:10:{s:5:\"label\";s:26:\"Custom Home Content Area 9\";s:2:\"id\";s:20:\"custom_home_content9\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:150:\"You can use any shortcode or HTML codes here. This field is content field for the Custom Home Layout. If you don\'t want to use this field, leave empty\";s:7:\"section\";s:19:\"custom-home-details\";s:3:\"std\";s:1061:\"[iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"]<p> </p>\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:69;a:8:{s:2:\"id\";s:14:\"product_layout\";s:5:\"label\";s:26:\"Product Single Page Layout\";s:4:\"desc\";s:51:\"Choose a layout for your product single page layout\";s:3:\"std\";s:10:\"full-width\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:15:\"product-details\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:3:{i:0;a:3:{s:5:\"value\";s:12:\"left-sidebar\";s:5:\"label\";s:12:\"Left Sidebar\";s:3:\"src\";s:104:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/option-tree//assets/images/layout/left-sidebar.png\";}i:1;a:3:{s:5:\"value\";s:13:\"right-sidebar\";s:5:\"label\";s:13:\"Right Sidebar\";s:3:\"src\";s:105:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/option-tree//assets/images/layout/right-sidebar.png\";}i:2;a:3:{s:5:\"value\";s:10:\"full-width\";s:5:\"label\";s:23:\"Full Width (no sidebar)\";s:3:\"src\";s:102:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/option-tree//assets/images/layout/full-width.png\";}}}i:70;a:11:{s:5:\"label\";s:28:\"Product Single Header Effect\";s:2:\"id\";s:32:\"deactivate_product_single_header\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:138:\"Product single page comes with a header image with PrettyPhoto effect. If you don\'t want to use the header image effect, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:3:\"Yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"product-details\";}i:71;a:11:{s:5:\"label\";s:28:\"Product Single Remove Header\";s:2:\"id\";s:36:\"deactivate_product_single_header_all\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:56:\"If you don\'t want header image at all, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:3:\"Yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"product-details\";}i:72;a:11:{s:5:\"label\";s:27:\"Product Single Show Related\";s:2:\"id\";s:21:\"show_related_products\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:54:\"If you want to show related products check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"product-details\";}i:73;a:10:{s:5:\"label\";s:22:\"Total Related Products\";s:2:\"id\";s:22:\"total_related_products\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:94:\"Only works if you activated the related products. Total number of the related products to show\";s:3:\"std\";s:1:\"4\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"product-details\";}i:74;a:9:{s:5:\"label\";s:24:\"Related Products Columns\";s:2:\"id\";s:27:\"columns_of_related_products\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:89:\"Only works if you activated the related products. Columns number of the related products.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Six Columns\";s:5:\"value\";s:3:\"six\";}i:1;a:2:{s:5:\"label\";s:12:\"Four Columns\";s:5:\"value\";s:4:\"four\";}i:2;a:2:{s:5:\"label\";s:13:\"Three Columns\";s:5:\"value\";s:5:\"three\";}i:3;a:2:{s:5:\"label\";s:11:\"Two Columns\";s:5:\"value\";s:3:\"two\";}}s:3:\"std\";s:4:\"four\";s:4:\"rows\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"product-details\";}i:75;a:11:{s:5:\"label\";s:21:\"Show Product Comments\";s:2:\"id\";s:21:\"show_product_comments\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:149:\"Activates / Deactivates the comment are in the products entirely. If you activate this, you also need to activate the comments on your product posts.\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"product-details\";}i:76;a:10:{s:5:\"label\";s:19:\"Contact Information\";s:2:\"id\";s:15:\"contact_details\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:55:\"Enter your contact details here. You may use HTML tags.\";s:7:\"section\";s:7:\"contact\";s:3:\"std\";s:845:\"[hSmall]Where We Are?[/hSmall]\r\n\r\n[h1]iceMag Theme Incorporation[/h1]Vestibulum aliquet mi at nisi posuere eget aliquam leo congue. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam a adipiscing enim. Pellentesque auctor nisi rutrum leo dignissim ornare faucibus nulla aliquam. Integer gravida, metus id molestie vestibulum, mi ligula ultricies metus, hendrerit facilisis ligula sem imperdiet leo. Duis nec leo ante, et imperdiet lectus.<br/>\r\n[h4]Addresses[/h4]<img src=\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/demo/logo.png\" style=\"float:right\" />\r\n\r\nWarner Blvd, Los Angeles\r\nCalifornia\r\nUnited States of America\r\n<br/>\r\n \r\n[strong]Phone : [/strong] +123 555 5 555\r\n[strong]E mail :[/strong] [link href=\"info@as3doctor.com\" text=\"info@as3doctor.com\"]\r\n<br/><br/>\r\n[clear]\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:77;a:9:{s:5:\"label\";s:19:\"Contact Page Header\";s:2:\"id\";s:19:\"contact_page_header\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:51:\"Header text of the contact form in the contact page\";s:7:\"section\";s:7:\"contact\";s:3:\"std\";s:10:\"Contact Us\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:78;a:11:{s:5:\"label\";s:30:\"Deactivate Contact Bot Control\";s:2:\"id\";s:26:\"contact_deactivate_captcha\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:102:\"If you don\'t want to use the \"Are You Human?\" bot control field in the contact form, check this option\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"Yes\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"contact\";}i:79;a:10:{s:5:\"label\";s:3:\"CSS\";s:2:\"id\";s:6:\"my_css\";s:4:\"type\";s:3:\"css\";s:4:\"desc\";s:28:\"DO NOT MAKE ANY CHANGES HERE\";s:3:\"std\";s:5476:\"\r\n \r\n .nav ul ul li:first-child, ul.nav ul li:first-child, #footer, .box-shadow-dark, .gallery-view,\r\n .details-area-class, .details-area-reg-class, .details-border, .details-area-big-reg, .tabs_content_container,\r\n .sidebar > li > ul > li, .tabs-side-nav > li > a, .tabs-side-content-holder,\r\n .view a.info, .toggle-header, .video-container {\r\n border-color:{{g_site_color|color}};\r\n }\r\n \r\n \r\n .header-text-container .view-all, .btn-colored-hover-nav, .header-under-line, .comments-submit, #comments-submit,\r\n .commentlist .reply a, #cancel-comment-reply-link, #icemag-search input[type=search]:hover, \r\n .icemag-incontent-button, .control, #toTop, .generalBtn a:hover, .navigation a, .date-area,\r\n .plan_title, .plan_buy a:hover, .header-text-container .view-all, .view a.info{\r\n background-color:{{g_site_color|color}};\r\n }\r\n \r\n a, ol.commentlist li.comment div.vcard cite.fn, .small-header-text-container > span.small-header-text a:hover,\r\n .products-holder .small-header-text-container a:hover, .toggle-header, .our-team .name, .plan_price,\r\n .tabs-side-nav > li > a, .load-gallery > li a:hover, .load-gallery > li.active a, .iconic-text-boxed a:hover{\r\n color:{{g_site_color|color}};\r\n } \r\n \r\n body{\r\n background-image:url(\"{{background_texture|background-image}}\"); \r\n color:{{g_font_color|color}};\r\n }\r\n \r\n #body-container-small{\r\n border-color:{{body_container_bg_color|color}}; \r\n }\r\n \r\n .nav a{\r\n color:{{nav_text_color|color}}; \r\n }\r\n \r\n .nav > ul > li > ul, ul.nav > li > ul, .nav ul ul ul, ul.nav ul ul{\r\n background-color:{{sub_nav_bg_color|color}} !important;\r\n }\r\n \r\n .nav-hover-color{\r\n color:{{nav_hover_color|color}} !important;\r\n }\r\n \r\n .boxed-layout{\r\n border-color:{{boxed_layout_border_color|color}}; \r\n }\r\n \r\n .header-text-container > span.left , .header-text-container > span.right, .small-dots,\r\n .sidebar-header-text-container > span.left , .sidebar-header-text-container > span.right,\r\n .small-header-text-container > span.left , .small-header-text-container > span.right{\r\n background:url(\"{{icemag_style|background-image}}\"); \r\n }\r\n \r\n #header-top a, .postmetadata > a:hover, h1, h2, h3, h4, h5, h6, h6 > a, a>h6, .text-input,\r\n ol.commentlist li.comment p, .small-h1, .testimonial-intext, .testimonial, .testimonial-author span,\r\n .sidebar, .sidebar-header-text-container > span.sidebar-header-text, .navigation, .navigation > span.page-numbers,\r\n .small-header-text-container > span.small-header-text, .small-header-text-container > span.small-header-text a,\r\n .post-details, .blog-bottom-details-class, .selectNav, .header-text-container > span.header-text{\r\n color:{{g_header_color|color}};\r\n }\r\n \r\n .social-icon-class, input[type=\"search\"]{\r\n background-color:{{social_icons_bg|color}};\r\n }\r\n \r\n .generalBtn a, .plan_buy a{\r\n background-color:{{button_bg_color|color}};\r\n color:{{button_a_color|color}} !important;\r\n }\r\n \r\n .generalBtn a:hover{\r\n color:{{button_a_hover_color|color}} !important; \r\n }\r\n \r\n .iconic-text-boxed, .boxed-info-field, .sidebar .widget_archive li, .sidebar .widget_categories li, .testimonial, .tagcloud a,\r\n .container > div.ls-lightskin, #wp-calendar tbody td, .sidebar > li > ul > li, .details-area-reg-class,\r\n .tabs_content_container, .togglebox, .tabs li.active a, .inputs-class, .inputs-class-num, .tabs li a:hover,\r\n .plan_price, .plan_features:nth-child(odd), .plan_buy,.tabs-side-nav > li > a.open_tab, \r\n .tabs-side-nav > li > a:hover, .tabs-side-content-holder, .toggle-header:hover, .details-area-class{\r\n background-color:{{site_content_box_color|color}};\r\n }\r\n \r\n .tabs li.active a, .tabs li a:hover{\r\n border-color:{{site_content_box_color|color}}; \r\n }\r\n \r\n .products-two, .iconic-text-boxed > div, #wp-calendar tbody td:hover, .details-area-big-reg,\r\n .tabs, .tabs li a, .plan_features:nth-child(even), .tabs-side-nav > li > a, .toggle-header{\r\n background-color:{{g_site_light_color|color}}; \r\n }\r\n \r\n #wp-calendar tbody td:hover, .inputs-class, .inputs-class-num{\r\n border-color:{{g_site_light_color|color}};\r\n }\r\n \r\n .widget-title{\r\n color:{{footer_widget_title_color|color}};\r\n border-color:{{footer_widget_border_color|color}};\r\n } \r\n \r\n #footer{\r\n color:{{footer_text_color|color}}; \r\n background-color:{{footer_background_color|color}};\r\n background-image:url(\"{{upload_footer_texture|background-image}}\");\r\n }\r\n \r\n #footer-bottom{\r\n background-color:{{footer_bottom_color|color}}; \r\n color:{{footer_bottom_text_color|color}};\r\n }\r\n \r\n #footer-bottom a{\r\n color:{{footer_bottom_link_color|color}}; \r\n }\r\n \r\n .boxed-layout{\r\n background-color:{{boxed_bg_color|color}};\r\n }\r\n \r\n #body-container-small{\r\n background-image:url(\"{{upload_header_bg_image|background-image}}\");\r\n }\r\n \r\n #footer a{\r\n color:{{footer_link_color|color}};\r\n }\r\n \r\n /*\r\n FONT FAMILIES\r\n */\r\n \r\n body{\r\n {{google_fonts_general}}\r\n font-size:{{site_font_size}} ;\r\n }\r\n \r\n .nav, .nav a{\r\n font-size:{{site_nav_font_size}} !important;\r\n {{google_fonts_menu}}\r\n }\r\n \r\n .header-text-container, .header-text-container .view-all, h3.widget-title, .load-gallery > li,\r\n .small-h1, .sidebar-header-text-container, .small-header-text-container, .view a.info{\r\n {{google_fonts_header}}\r\n }\r\n \r\n .view{\r\n {{google_fonts_thumb}}\r\n }\r\n h1, h2, h3, h4, h5, h6{\r\n {{google_fonts_header}}\r\n }\r\n \r\n /*\r\n END OF FONT FAMILIES\r\n */ \r\n \r\n \";s:4:\"rows\";s:2:\"20\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:80;a:10:{s:5:\"label\";s:18:\"General Font Color\";s:2:\"id\";s:12:\"g_font_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:28:\"Main font color of the theme\";s:3:\"std\";s:7:\"#3D3D3D\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:81;a:10:{s:5:\"label\";s:18:\"Site General Color\";s:2:\"id\";s:12:\"g_site_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:49:\"Site general color and main menu background color\";s:3:\"std\";s:7:\"#00aae8\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:82;a:10:{s:5:\"label\";s:30:\"Content box\'s background color\";s:2:\"id\";s:22:\"site_content_box_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:37:\"Background color of the content boxes\";s:3:\"std\";s:7:\"#f0f0f0\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:83;a:10:{s:5:\"label\";s:24:\"Site General Light Color\";s:2:\"id\";s:18:\"g_site_light_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:129:\"General light color of the theme. There are some specific field which uses light colors for backgrounds. You can change them here\";s:3:\"std\";s:7:\"#f5f5f5\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:84;a:10:{s:5:\"label\";s:22:\"Header underline color\";s:2:\"id\";s:23:\"body_container_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:31:\"The color under the header area\";s:3:\"std\";s:7:\"#d5d5d5\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:85;a:10:{s:5:\"label\";s:15:\"Menu Text Color\";s:2:\"id\";s:14:\"nav_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:28:\"Navigation (Menu) text color\";s:3:\"std\";s:7:\"#6d6d6d\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:86;a:10:{s:5:\"label\";s:16:\"Menu Hover Color\";s:2:\"id\";s:15:\"nav_hover_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:42:\"Navigation (Menu) hover (mouse over) color\";s:3:\"std\";s:7:\"#fefeff\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:87;a:10:{s:5:\"label\";s:24:\"Submenu Background Color\";s:2:\"id\";s:16:\"sub_nav_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:26:\"Submenu\'s background color\";s:3:\"std\";s:7:\"#f9f9f9\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:88;a:10:{s:5:\"label\";s:29:\"Boxed Layout Background Color\";s:2:\"id\";s:14:\"boxed_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:36:\"Background color of the boxed layout\";s:3:\"std\";s:7:\"#f9f9f9\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:89;a:10:{s:5:\"label\";s:25:\"Boxed Layout Border Color\";s:2:\"id\";s:25:\"boxed_layout_border_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:32:\"Border color of the boxed layout\";s:3:\"std\";s:7:\"#e4e4e4\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:90;a:10:{s:5:\"label\";s:29:\"General Header and font color\";s:2:\"id\";s:14:\"g_header_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:25:\"Site general header color\";s:3:\"std\";s:7:\"#666666\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:91;a:10:{s:5:\"label\";s:34:\"Social Icons and Search Background\";s:2:\"id\";s:15:\"social_icons_bg\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:52:\"Social Icons and search box regular background color\";s:3:\"std\";s:7:\"#5c5c5c\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:92;a:10:{s:5:\"label\";s:23:\"Button Background Color\";s:2:\"id\";s:15:\"button_bg_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:31:\"Background color of the buttons\";s:3:\"std\";s:7:\"#5c5c5c\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:93;a:10:{s:5:\"label\";s:17:\"Button Text Color\";s:2:\"id\";s:14:\"button_a_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:25:\"Text color of the buttons\";s:3:\"std\";s:7:\"#FEFEFF\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:94;a:10:{s:5:\"label\";s:23:\"Button Text Hover Color\";s:2:\"id\";s:20:\"button_a_hover_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:31:\"Text hover color of the buttons\";s:3:\"std\";s:7:\"#f0f0f0\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:95;a:10:{s:5:\"label\";s:29:\"Footer Large Background Color\";s:2:\"id\";s:23:\"footer_background_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:57:\"Footer large (footer area width widgets) background color\";s:3:\"std\";s:7:\"#EEEEEE\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:96;a:10:{s:5:\"label\";s:30:\"Footer Bottom Background Color\";s:2:\"id\";s:19:\"footer_bottom_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:31:\"Footer bottom background color.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:97;a:10:{s:5:\"label\";s:24:\"Footer Header Text Color\";s:2:\"id\";s:25:\"footer_widget_title_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:31:\"Header text color of the footer\";s:3:\"std\";s:7:\"#969696\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:98;a:10:{s:5:\"label\";s:26:\"Footer Header Border Color\";s:2:\"id\";s:26:\"footer_widget_border_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:35:\"Border color of the footer\'s header\";s:3:\"std\";s:7:\"#B4B6B7\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:99;a:10:{s:5:\"label\";s:17:\"Footer Text Color\";s:2:\"id\";s:17:\"footer_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:17:\"Footer text color\";s:3:\"std\";s:7:\"#383838\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:100;a:10:{s:5:\"label\";s:23:\"Footer Large Link Color\";s:2:\"id\";s:17:\"footer_link_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:23:\"Footer large link color\";s:3:\"std\";s:7:\"#00AAE8\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:101;a:10:{s:5:\"label\";s:24:\"Footer Bottom Text Color\";s:2:\"id\";s:24:\"footer_bottom_text_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:24:\"Footer bottom text color\";s:3:\"std\";s:7:\"#B5B5B5\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:102;a:10:{s:5:\"label\";s:24:\"Footer Bottom Link Color\";s:2:\"id\";s:24:\"footer_bottom_link_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:24:\"Footer bottom link color\";s:3:\"std\";s:7:\"#6F6F6F\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:14:\"color-settings\";}i:103;a:8:{s:5:\"label\";s:27:\"Google Font\'s Standart Code\";s:2:\"id\";s:14:\"google_font_js\";s:4:\"desc\";s:38:\"Enter general code of the google font.\";s:7:\"section\";s:13:\"font-settings\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:104;a:8:{s:5:\"label\";s:38:\"Site General Font Google Font CSS Code\";s:2:\"id\";s:20:\"google_fonts_general\";s:4:\"desc\";s:78:\"Enter the CSS Codes of the Google Font you\'ve selected for site\'s general font\";s:7:\"section\";s:13:\"font-settings\";s:3:\"std\";s:37:\"font-family: \"Open Sans\", sans-serif;\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:105;a:8:{s:5:\"label\";s:48:\"Site Navigation (Menu) Font Google Font CSS Code\";s:2:\"id\";s:17:\"google_fonts_menu\";s:4:\"desc\";s:78:\"Enter the CSS Codes of the Google Font you\'ve selected for site\'s general font\";s:7:\"section\";s:13:\"font-settings\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:106;a:8:{s:5:\"label\";s:44:\"Products Thumbnail Font Google Font CSS Code\";s:2:\"id\";s:18:\"google_fonts_thumb\";s:4:\"desc\";s:81:\"Enter the CSS Codes of the Google Font you\'ve selected for site\'s thumbnails font\";s:7:\"section\";s:13:\"font-settings\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:107;a:8:{s:5:\"label\";s:30:\"Header\'s Google Font CSS Code \";s:2:\"id\";s:19:\"google_fonts_header\";s:4:\"desc\";s:104:\"Enter the CSS Codes of the Google Font you\'ve selected for site\'s headers font. (h1, h2, h3, h4, h5, h6)\";s:7:\"section\";s:13:\"font-settings\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:0:{}}i:108;a:10:{s:5:\"label\";s:22:\"Site General Font Size\";s:2:\"id\";s:14:\"site_font_size\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:30:\"Set the site general font size\";s:3:\"std\";a:2:{i:0;s:2:\"13\";i:1;s:2:\"px\";}s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:13:\"font-settings\";}i:109;a:10:{s:5:\"label\";s:32:\"Site Navigation (Menu) Font Size\";s:2:\"id\";s:18:\"site_nav_font_size\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:38:\"Set site\'s navigation (menu) font size\";s:3:\"std\";a:2:{i:0;s:2:\"14\";i:1;s:2:\"px\";}s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:13:\"font-settings\";}i:110;a:8:{s:2:\"id\";s:18:\"background_texture\";s:5:\"label\";s:18:\"Background Texture\";s:4:\"desc\";s:102:\"Choose a texture for your background. If you don\'t want to use texture background choose \"No Texture\".\";s:3:\"std\";s:69:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/grey.png\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:19:\"background-settings\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:5:{i:0;a:3:{s:5:\"value\";s:74:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/furley_bg.png\";s:5:\"label\";s:6:\"Furley\";s:3:\"src\";s:80:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/furley_bg_small.png\";}i:1;a:3:{s:5:\"value\";s:79:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/bright_squares.png\";s:5:\"label\";s:14:\"Bright Squares\";s:3:\"src\";s:85:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/bright_squares_small.png\";}i:2;a:3:{s:5:\"value\";s:83:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/diamond_upholstery.png\";s:5:\"label\";s:18:\"Diamond Upholstery\";s:3:\"src\";s:89:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/diamond_upholstery_small.png\";}i:3;a:3:{s:5:\"value\";s:69:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/grey.png\";s:5:\"label\";s:4:\"Grey\";s:3:\"src\";s:75:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/grey_small.png\";}i:4;a:3:{s:5:\"value\";s:0:\"\";s:5:\"label\";s:10:\"No Texture\";s:3:\"src\";s:75:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/no-texture.png\";}}}i:111;a:8:{s:2:\"id\";s:12:\"icemag_style\";s:5:\"label\";s:22:\"Header Text Line Style\";s:4:\"desc\";s:33:\"Choose the header text line style\";s:3:\"std\";s:85:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/images/cross-line-bg.png\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:19:\"background-settings\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:3:{s:5:\"value\";s:76:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/images/dots.png\";s:5:\"label\";s:4:\"Dots\";s:3:\"src\";s:91:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/images/icemag_header_small.png\";}i:1;a:3:{s:5:\"value\";s:85:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/images/cross-line-bg.png\";s:5:\"label\";s:5:\"Lines\";s:3:\"src\";s:90:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/images/lined_header_small.png\";}}}i:112;a:10:{s:5:\"label\";s:30:\"Site Footer Background Texture\";s:2:\"id\";s:21:\"upload_footer_texture\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:141:\"If you want to change the footer background image, upload any background image here. If you want to use the default, do not upload any image.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:19:\"background-settings\";}i:113;a:10:{s:5:\"label\";s:23:\"Header Background Image\";s:2:\"id\";s:22:\"upload_header_bg_image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:141:\"If you want to change the header background image, upload any background image here. If you want to use the default, do not upload any image.\";s:3:\"std\";s:87:\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/images/header-bg-small.png\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:19:\"background-settings\";}}}','yes'),(321,'option_tree','a:96:{s:9:\"logo_type\";s:4:\"logo\";s:11:\"upload_logo\";s:69:\"http://caribbeanctc.com/wp-content/uploads/2013/02/ctoLogoIceMag2.jpg\";s:13:\"upload_favico\";s:0:\"\";s:12:\"theme_layout\";s:13:\"right-sidebar\";s:16:\"footer_copyright\";s:253:\"Designed by <a href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" target=\"_blank\">XanderRock</a> © 2013 <a href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" target=\"_blank\">iceMag Theme</a> | All Rights Reserved\";s:14:\"read_more_text\";s:9:\"read more\";s:20:\"icemag_products_slug\";s:14:\"icemagproducts\";s:24:\"icemag_testimonials_slug\";s:12:\"testimonials\";s:19:\"icemag_gallery_slug\";s:13:\"icemaggallery\";s:22:\"icemag_references_slug\";s:10:\"references\";s:19:\"icemag_ourteam_slug\";s:7:\"ourteam\";s:17:\"products-per-page\";s:0:\"\";s:16:\"gallery-per-page\";s:0:\"\";s:26:\"gallery-filtered-two-total\";s:1:\"6\";s:28:\"gallery-filtered-three-total\";s:1:\"9\";s:27:\"gallery-filtered-four-total\";s:1:\"8\";s:26:\"gallery-filtered-six-total\";s:2:\"18\";s:21:\"social_icons_facebook\";s:60:\"http://www.facebook.com/CaribbeanTourismOrganization?sk=wall\";s:21:\"social_icons_linkedin\";s:62:\"http://www.linkedin.com/company/caribbean-tourism-organization\";s:20:\"social_icons_twitter\";s:33:\"http://www.twitter.com/ctotourism\";s:17:\"social_icons_digg\";s:0:\"\";s:19:\"social_icons_google\";s:0:\"\";s:22:\"social_icons_pinterest\";s:0:\"\";s:20:\"social_icons_youtube\";s:38:\"http://www.youtube.com/user/CTOtourism\";s:18:\"social_icons_skype\";s:0:\"\";s:18:\"social_icons_vimeo\";s:0:\"\";s:22:\"social_icons_instagram\";s:0:\"\";s:13:\"twitter_tweet\";a:1:{i:0;s:3:\"Yes\";}s:13:\"facebook_like\";a:1:{i:0;s:3:\"Yes\";}s:25:\"custom_home_header_slider\";s:57:\"<p>[layerslider id=\"1\"]</p>\r <p> </p>\r <p> </p>\";s:20:\"custom_home_content1\";s:95:\"<p>[promotionBox button=\"PURCHASE\" href=\"http://themeforest.net/user/XanderRock/portfolio\"]</p>\";s:20:\"custom_home_content2\";s:38:\"<p>[TestimonialsPost width=\"half\"]</p>\";s:20:\"custom_home_content3\";s:36:\"<p>[ReferencesPost width=\"half\"]</p>\";s:20:\"custom_home_content4\";s:41:\"<p>[TestimonialsPost][ReferencesPost]</p>\";s:20:\"custom_home_content5\";s:153:\"<p>[hrText header=\"iceMag - Awesome Responsive Wordpress Theme\" text=\"We focus on quality on every work we do, and the success becomes our follower\"]</p>\";s:20:\"custom_home_content6\";s:0:\"\";s:20:\"custom_home_content7\";s:0:\"\";s:20:\"custom_home_content8\";s:0:\"\";s:20:\"custom_home_content9\";s:1067:\"<p>[iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"]</p>\r <p> </p>\";s:11:\"home_layout\";s:8:\"business\";s:23:\"home_business_slider_id\";s:20:\"[layerslider id=\"2\"]\";s:24:\"home_business_shortcodes\";s:1206:\"<p>[promotionBox button=\"PURCHASE\" href=\"http://themeforest.net/user/XanderRock/portfolio\"][iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][clear][br][ReferencesPost width=\"full\"][Notification type=\"info\"]</p>\";s:31:\"home_business_static_shortcodes\";s:1183:\"<p>[addImg src=\"http://as3doctor.com/icemag-theme/files/2012/12/business-portfolio-theme.jpg\" alt=\"Business Clean Portfolio\"][iconic4 header=\"Responsive Touch!\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus egestas id eleifend lorem aliquet. \" icon=\"touch\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Right Time!\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus\" icon=\"clock\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus\" icon=\"cloud\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus\" icon=\"globe\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][br][br][br][headerText header=\"What We Do?\" text=\"\"][container][inColumn column=\"eight\"][latestPosts total=\"3\"][/inColumn][inColumn column=\"eight\"][layerslider id=\"6\"][/inColumn][/container]</p>\r <p>[TestimonialsPost width=\"full\"]</p>\";s:26:\"home_photography_slider_id\";s:20:\"[layerslider id=\"3\"]\";s:27:\"home_photography_shortcodes\";s:569:\"<p>[hrText header=\"Hi, I\'m John Doe and this is my photography blog\" text=\"You can find my latest photos here. I love catching the beauty of the nature. \"][headerText header=\"John Doe Gallery\" text=\"\"][icemagGalleryFiltered total=\"8\" columns=\"four\" ][clear][br][promotionBox header=\"We\'d like to hear from you\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam porttitor, arcu sed mattis faucibus, sapien sem egestas turpis, ut vulputate nibh enim in turpis.\" button=\"CONTACT US\" href=\"themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"]</p>\";s:26:\"home_application_slider_id\";s:20:\"[layerslider id=\"1\"]\";s:27:\"home_application_shortcodes\";s:1666:\"<p>[promotionBox header=\"Our newest application is now on the Store\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec volutpat ante eget purus egestas id eleifend lorem aliquet. Pellentesque fermentum magna ut mi aliquet venenatis vel consequat est. \" button=\"BUY NOW\" href=\"http://themeforest.net/user/XanderRock/portfolio\"][br][productsColumn total=\"3\" columns=\"three\" paging=\"no\"][headerText header=\"Our Awesome Application\" text=\"\"][iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][clear][br][container][inColumn column=\"eight\"][TestimonialsPost width=\"half\"][/inColumn][inColumn column=\"eight\"][latestPosts total=\"2\"][/inColumn][/container]</p>\";s:24:\"home_education_slider_id\";s:20:\"[layerslider id=\"4\"]\";s:25:\"home_education_shortcodes\";s:4695:\"<p>[iconic4 header=\"Touch on Success\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"touch\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Right Time!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"clock\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Beyond Imagination\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"cloud\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][iconic4 header=\"Global Degree\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Donec vol utpat ante eget purus\" icon=\"globe\" link=\"http://themeforest.net/user/XanderRock/portfolio\"][br][br][headerText header=\"Lessons\" text=\"\"][container][inColumn column=\"eight\"][layerslider id=\"6\"][/inColumn][inColumn column=\"eight\"][tabs] [tab title=\"Shortcodes\"][h1]Shortcodes Support[/h1]Donec a sem urna, quis lacinia metus. Morbi tortor nibh, lobortis in scelerisque a, ultrices at nulla. Donec ante massa, fermentum id rhoncus vel, vestibulum a orci. Morbi ullamcorper tincidunt vulputate. Praesent sed lacinia mauris. Quisque imperdiet, tortor eget varius convallis, justo risus tincidunt lectus, sit amet bibendum metus mauris a tortor. Sed accumsan, dui vel convallis placerat, sapien nisi lobortis elit, et fringilla turpis velit eget elit.[/tab] [tab title=\"Support\"] Curabitur dolor massa, varius a accumsan sed, sagittis eget nibh. Duis convallis, leo non adipiscing cursus, leo metus fermentum magna, aliquet sollicitudin nisi orci nec ante. Suspendisse potenti. Quisque placerat erat consectetur justo bibendum commodo id at quam. &nbsp; Quisque ultricies enim vitae enim imperdiet blandit. Ut consectetur nisi nec lacus accumsan at molestie ante fermentum. Nam vitae arcu ullamcorper eros posuere facilisis et in felis. Praesent leo urna, eleifend id mollis placerat, interdum ac nulla. Aliquam luctus accumsan massa non pretium. [/tab] [tab title=\"Price\"] Curabitur dolor massa, varius a accumsan sed, sagittis eget nibh. Duis convallis, leo non adipiscing cursus, leo metus fermentum magna, aliquet sollicitudin nisi orci nec ante. Suspendisse potenti. Quisque placerat erat consectetur justo bibendum commodo id at quam. &nbsp; Quisque ultricies enim vitae enim imperdiet blandit. Ut consectetur nisi nec lacus accumsan at molestie ante fermentum. Nam vitae arcu ullamcorper eros posuere facilisis et in felis. Praesent leo urna, eleifend id mollis placerat, interdum ac nulla. Aliquam luctus accumsan massa non pretium. [/tab] [/tabs][/inColumn][/container]</p>\r <p> </p>\r <p>[container]</p>\r <p>[inColumn column=\"eight\"][h1]Use Blockquotes[/h1]Integer tempor volutpat velit, in sagittis justo cursus molestie. Morbi fringilla orci nec sapien elementum scelerisque varius lorem pulvinar. Donec lacinia felis non ante accumsan vitae dictum nibh pulvinar. Donec in nisl hendrerit et venenatis lectus auctor. Phasellus eros enim, accumsan in suscipit et, accumsan quis justo.</p>\r <p> [/inColumn]</p>\r <p>[inColumn column=\"eight\"][h1]Use Headers[/h1]Mauris blandit malesuada lacus accumsan iaculis. Sed metus libero, pharetra non ultrices ut, lobortis ut lectus. Pellentesque enim massa, posuere a bibendum non, vulputate at est. Nunc lobortis justo aliquet nunc bibendum placerat. Praesent venenatis posuere ante dictum luctus. Etiam eu velit libero, a dictum diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\r <p>[/inColumn]</p>\r <p>[/container]</p>\r <p>[container]<br />[inColumn column=\"five\"]<br />[type]D[/type]onec sollicitudin lorem in nisl hendrerit et venenatis lectus auctor. Phasellus eros enim, accumsan in suscipit et, accumsan quis justo. Nam rhoncus aliquam nulla vel mattis. Maecenas tortor odio, pretium sit amet euismod vitae, auctor in tellus.<br />[/inColumn]</p>\r <p>[inColumn column=\"six\"]<br />[type]M[/type]auris blandit malesuada lacus accumsan iaculis. Sed metus libero, pharetra non ultrices ut, lobortis ut lectus. Pellentesque enim massa, posuere a bibendum non, vulputate at est. Nunc lobortis justo aliquet nunc bibendum placerat. Praesent venenatis posuere ante dictum luctus.<br />[/inColumn]</p>\r <p>[inColumn column=\"five\"]<br />[type]L[/type]orem ipsum dolor sit amet, consectetur adipiscing elit. Aenean feugiat dapibus neque vitae ornare. Mauris sapien eros, hendrerit ullamcorper pharetra sed, consequat ut magna. Vivamus et sollicitudin lectus. Vivamus commodo vulputate elit.<br />[/inColumn]</p>\r <p>[/container][clear]</p>\r <p> </p>\r <p> </p>\r <p> </p>\";s:21:\"home_social_slider_id\";s:20:\"[layerslider id=\"5\"]\";s:22:\"home_social_shortcodes\";s:2912:\"<p>[Notification type=\"approve\"][iconicTextBoxed icon=\"bars\" header=\"Right Time!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"map\" header=\"Responsive Touch!\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"monitor\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Cloud Tech\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][iconicTextBoxed icon=\"settings\" link=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" header=\"Global Solutions!\" text=\"Lorem ipsum dolor sit amet, cons ectetur adipiscing elit. Duis sit amet leo lorem. Cras eros dolor, porta sit amet aliquam etra.\"][clear][br][br][headerText header=\"Our Plans\" text=\"\"]</p>\r <p>[pricingTable columns=\"three\"][table header=\"Basic\" price=\"€499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"GNU\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]</p>\r <p>[table header=\"Gold\" price=\"£499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"Lorem OS\" option=\"OS\"][tableList title=\"1.4Ghz\" option=\"CPU\"][/table]</p>\r <p>[table header=\"Silver\" price=\"$499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\" recommended=\"BEST\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"Linux\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]</p>\r <p>[table header=\"Platinum\" price=\"£499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"CN OS\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]</p>\r <p>[table header=\"Platinum\" price=\"£499\" href=\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\"][tableList title=\"Lorem ipsum\" option=\"GB\"][tableList title=\"Lorem ipsum\" option=\"Bandwidth\"][tableList title=\"Lorem ipsum\" option=\"E-mail\"][tableList title=\"CN OS\" option=\"OS\"][tableList title=\"1.8Ghz\" option=\"CPU\"][/table]<br />[/pricingTable]</p>\";s:20:\"home_blog_shortcodes\";s:0:\"\";s:21:\"home_button_name_text\";s:4:\"Home\";s:18:\"home_products_link\";s:63:\"http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock\";s:21:\"home_testimonial_text\";s:12:\"Testimonials\";s:20:\"home_references_text\";s:10:\"References\";s:19:\"contact_page_header\";s:10:\"Contact Us\";s:14:\"product_layout\";s:10:\"full-width\";s:22:\"total_related_products\";s:1:\"4\";s:27:\"columns_of_related_products\";s:4:\"four\";s:15:\"contact_details\";s:880:\"<p>[hSmall]Where We Are?[/hSmall]</p>\r <p>[h1]iceMag Theme Incorporation[/h1]Vestibulum aliquet mi at nisi posuere eget aliquam leo congue. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Etiam a adipiscing enim. Pellentesque auctor nisi rutrum leo dignissim ornare faucibus nulla aliquam. Integer gravida, metus id molestie vestibulum, mi ligula ultricies metus, hendrerit facilisis ligula sem imperdiet leo. Duis nec leo ante, et imperdiet lectus.</p>\r <p>[h4]Addresses[/h4]<img style=\"float: right;\" alt=\"\" src=\"http://caribbeanctc.com/wp-content/themes/icemagtheme/images/demo/logo.png\" /></p>\r <p>Warner Blvd, Los Angeles<br /> California<br /> United States of America</p>\r <p>[strong]Phone : [/strong] +123 555 5 555<br /> [strong]E mail :[/strong] [link href=\"info@as3doctor.com\" text=\"info@as3doctor.com\"]</p>\r <p>[clear]</p>\";s:6:\"my_css\";s:5474:\" \r .nav ul ul li:first-child, ul.nav ul li:first-child, #footer, .box-shadow-dark, .gallery-view,\r .details-area-class, .details-area-reg-class, .details-border, .details-area-big-reg, .tabs_content_container,\r .sidebar > li > ul > li, .tabs-side-nav > li > a, .tabs-side-content-holder,\r .view a.info, .toggle-header, .video-container {\r border-color:{{g_site_color|color}};\r }\r \r \r .header-text-container .view-all, .btn-colored-hover-nav, .header-under-line, .comments-submit, #comments-submit,\r .commentlist .reply a, #cancel-comment-reply-link, #icemag-search input[type=search]:hover, \r .icemag-incontent-button, .control, #toTop, .generalBtn a:hover, .navigation a, .date-area,\r .plan_title, .plan_buy a:hover, .header-text-container .view-all, .view a.info{\r background-color:{{g_site_color|color}};\r }\r \r a, ol.commentlist li.comment div.vcard cite.fn, .small-header-text-container > span.small-header-text a:hover,\r .products-holder .small-header-text-container a:hover, .toggle-header, .our-team .name, .plan_price,\r .tabs-side-nav > li > a, .load-gallery > li a:hover, .load-gallery > li.active a, .iconic-text-boxed a:hover{\r color:{{g_site_color|color}};\r } \r \r body{\r background-image:url(\"{{background_texture|background-image}}\"); \r color:{{g_font_color|color}};\r }\r \r #body-container-small{\r border-color:{{body_container_bg_color|color}}; \r }\r \r .nav a{\r color:{{nav_text_color|color}}; \r }\r \r .nav > ul > li > ul, ul.nav > li > ul, .nav ul ul ul, ul.nav ul ul{\r background-color:{{sub_nav_bg_color|color}} !important;\r }\r \r .nav-hover-color{\r color:{{nav_hover_color|color}} !important;\r }\r \r .boxed-layout{\r border-color:{{boxed_layout_border_color|color}}; \r }\r \r .header-text-container > span.left , .header-text-container > span.right, .small-dots,\r .sidebar-header-text-container > span.left , .sidebar-header-text-container > span.right,\r .small-header-text-container > span.left , .small-header-text-container > span.right{\r background:url(\"{{icemag_style|background-image}}\"); \r }\r \r #header-top a, .postmetadata > a:hover, h1, h2, h3, h4, h5, h6, h6 > a, a>h6, .text-input,\r ol.commentlist li.comment p, .small-h1, .testimonial-intext, .testimonial, .testimonial-author span,\r .sidebar, .sidebar-header-text-container > span.sidebar-header-text, .navigation, .navigation > span.page-numbers,\r .small-header-text-container > span.small-header-text, .small-header-text-container > span.small-header-text a,\r .post-details, .blog-bottom-details-class, .selectNav, .header-text-container > span.header-text{\r color:{{g_header_color|color}};\r }\r \r .social-icon-class, input[type=\"search\"]{\r background-color:{{social_icons_bg|color}};\r }\r \r .generalBtn a, .plan_buy a{\r background-color:{{button_bg_color|color}};\r color:{{button_a_color|color}} !important;\r }\r \r .generalBtn a:hover{\r color:{{button_a_hover_color|color}} !important; \r }\r \r .iconic-text-boxed, .boxed-info-field, .sidebar .widget_archive li, .sidebar .widget_categories li, .testimonial, .tagcloud a,\r .container > div.ls-lightskin, #wp-calendar tbody td, .sidebar > li > ul > li, .details-area-reg-class,\r .tabs_content_container, .togglebox, .tabs li.active a, .inputs-class, .inputs-class-num, .tabs li a:hover,\r .plan_price, .plan_features:nth-child(odd), .plan_buy,.tabs-side-nav > li > a.open_tab, \r .tabs-side-nav > li > a:hover, .tabs-side-content-holder, .toggle-header:hover, .details-area-class{\r background-color:{{site_content_box_color|color}};\r }\r \r .tabs li.active a, .tabs li a:hover{\r border-color:{{site_content_box_color|color}}; \r }\r \r .products-two, .iconic-text-boxed > div, #wp-calendar tbody td:hover, .details-area-big-reg,\r .tabs, .tabs li a, .plan_features:nth-child(even), .tabs-side-nav > li > a, .toggle-header{\r background-color:{{g_site_light_color|color}}; \r }\r \r #wp-calendar tbody td:hover, .inputs-class, .inputs-class-num{\r border-color:{{g_site_light_color|color}};\r }\r \r .widget-title{\r color:{{footer_widget_title_color|color}};\r border-color:{{footer_widget_border_color|color}};\r } \r \r #footer{\r color:{{footer_text_color|color}}; \r background-color:{{footer_background_color|color}};\r background-image:url(\"{{upload_footer_texture|background-image}}\");\r }\r \r #footer-bottom{\r background-color:{{footer_bottom_color|color}}; \r color:{{footer_bottom_text_color|color}};\r }\r \r #footer-bottom a{\r color:{{footer_bottom_link_color|color}}; \r }\r \r .boxed-layout{\r background-color:{{boxed_bg_color|color}};\r }\r \r #body-container-small{\r background-image:url(\"{{upload_header_bg_image|background-image}}\");\r }\r \r #footer a{\r color:{{footer_link_color|color}};\r }\r \r /*\r FONT FAMILIES\r */\r \r body{\r {{google_fonts_general}}\r font-size:{{site_font_size}} ;\r }\r \r .nav, .nav a{\r font-size:{{site_nav_font_size}} !important;\r {{google_fonts_menu}}\r }\r \r .header-text-container, .header-text-container .view-all, h3.widget-title, .load-gallery > li,\r .small-h1, .sidebar-header-text-container, .small-header-text-container, .view a.info{\r {{google_fonts_header}}\r }\r \r .view{\r {{google_fonts_thumb}}\r }\r h1, h2, h3, h4, h5, h6{\r {{google_fonts_header}}\r }\r \r /*\r END OF FONT FAMILIES\r */ \r \r \";s:12:\"g_font_color\";s:7:\"#3D3D3D\";s:12:\"g_site_color\";s:7:\"#00aae8\";s:22:\"site_content_box_color\";s:7:\"#f0f0f0\";s:18:\"g_site_light_color\";s:7:\"#f5f5f5\";s:23:\"body_container_bg_color\";s:7:\"#d5d5d5\";s:14:\"nav_text_color\";s:7:\"#6d6d6d\";s:15:\"nav_hover_color\";s:7:\"#fefeff\";s:16:\"sub_nav_bg_color\";s:7:\"#f9f9f9\";s:14:\"boxed_bg_color\";s:7:\"#f9f9f9\";s:25:\"boxed_layout_border_color\";s:7:\"#e4e4e4\";s:14:\"g_header_color\";s:7:\"#666666\";s:15:\"social_icons_bg\";s:7:\"#5c5c5c\";s:15:\"button_bg_color\";s:7:\"#5c5c5c\";s:14:\"button_a_color\";s:7:\"#FEFEFF\";s:20:\"button_a_hover_color\";s:7:\"#f0f0f0\";s:23:\"footer_background_color\";s:7:\"#EEEEEE\";s:19:\"footer_bottom_color\";s:0:\"\";s:25:\"footer_widget_title_color\";s:7:\"#969696\";s:26:\"footer_widget_border_color\";s:7:\"#B4B6B7\";s:17:\"footer_text_color\";s:7:\"#383838\";s:17:\"footer_link_color\";s:7:\"#00AAE8\";s:24:\"footer_bottom_text_color\";s:7:\"#B5B5B5\";s:24:\"footer_bottom_link_color\";s:7:\"#6F6F6F\";s:14:\"google_font_js\";s:0:\"\";s:20:\"google_fonts_general\";s:37:\"font-family: \"Open Sans\", sans-serif;\";s:17:\"google_fonts_menu\";s:0:\"\";s:18:\"google_fonts_thumb\";s:0:\"\";s:19:\"google_fonts_header\";s:0:\"\";s:14:\"site_font_size\";a:2:{i:0;s:2:\"13\";i:1;s:2:\"px\";}s:18:\"site_nav_font_size\";a:2:{i:0;s:2:\"14\";i:1;s:2:\"px\";}s:18:\"background_texture\";s:69:\"http://www.onecaribbean.org/wp-content/themes/icemagtheme/images/grey.png\";s:12:\"icemag_style\";s:85:\"http://www.onecaribbean.org/wp-content/themes/icemagtheme/images/images/cross-line-bg.png\";s:21:\"upload_footer_texture\";s:0:\"\";s:22:\"upload_header_bg_image\";s:87:\"http://www.onecaribbean.org/wp-content/themes/icemagtheme/images/images/header-bg-small.png\";}','yes'),(322,'bgmp_map-width','600','yes'),(323,'bgmp_map-height','400','yes'),(324,'bgmp_map-address','One Accord Plaza, Warrens, St Michael, Barbados','yes'),(325,'bgmp_map-latitude','13.1462404','yes'),(326,'bgmp_map-longitude','-59.6060126','yes'),(327,'bgmp_map-zoom','7','yes'),(328,'bgmp_map-type','ROADMAP','yes'),(329,'bgmp_map-type-control','DEFAULT','yes'),(330,'bgmp_map-navigation-control','DEFAULT','yes'),(331,'bgmp_map-info-window-width','500','yes'),(332,'widget_dp-twitter-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(333,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(334,'widget_dp-flickr-widget','a:2:{i:1;a:1:{s:5:\"title\";s:6:\"Flickr\";}s:12:\"_multiwidget\";i:1;}','yes'),(335,'widget_nav_menu','a:5:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:27;}i:3;a:2:{s:5:\"title\";s:4:\"Menu\";s:8:\"nav_menu\";i:64;}i:4;a:2:{s:5:\"title\";s:3:\"TVS\";s:8:\"nav_menu\";i:60;}i:5;a:2:{s:5:\"title\";s:5:\"Media\";s:8:\"nav_menu\";i:52;}s:12:\"_multiwidget\";i:1;}','yes'),(336,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(338,'icemag_done_installed_widgets','1','yes'),(339,'icemag_done_add_pages','1','yes'),(340,'prettyphoto_settings','a:9:{s:7:\"version\";s:3:\"1.4\";s:9:\"loadppcss\";i:1;s:14:\"scriptlocation\";s:6:\"footer\";s:10:\"ppselector\";s:11:\"prettyPhoto\";s:4:\"hook\";s:3:\"rel\";s:13:\"wpautogallery\";i:0;s:12:\"show_twitter\";b:0;s:13:\"show_facebook\";b:0;s:10:\"ppm_custom\";a:22:{s:5:\"theme\";s:10:\"pp_default\";s:15:\"animation_speed\";s:4:\"fast\";s:9:\"slideshow\";i:5000;s:18:\"autoplay_slideshow\";b:0;s:7:\"opacity\";d:0.8000000000000000444089209850062616169452667236328125;s:10:\"show_title\";b:1;s:12:\"allow_resize\";b:1;s:12:\"allow_expand\";b:1;s:13:\"default_width\";i:500;s:14:\"default_height\";i:344;s:23:\"counter_separator_label\";s:1:\"/\";s:18:\"horizontal_padding\";i:20;s:9:\"hideflash\";b:0;s:5:\"wmode\";s:6:\"opaque\";s:8:\"autoplay\";b:1;s:5:\"modal\";b:0;s:11:\"deeplinking\";b:1;s:15:\"overlay_gallery\";b:1;s:19:\"overlay_gallery_max\";i:30;s:18:\"keyboard_shortcuts\";b:1;s:12:\"ie6_fallback\";b:1;s:12:\"social_tools\";b:0;}}','yes'),(341,'bgmp_options','a:3:{s:7:\"updates\";a:0:{}s:6:\"errors\";a:0:{}s:9:\"dbVersion\";s:4:\"1.10\";}','yes'),(352,'icemagproductstype_children','a:0:{}','yes'),(354,'ourteamtype_children','a:0:{}','yes'),(355,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(359,'ot_css_file_paths','a:1:{s:6:\"my_css\";s:83:\"/home/ctonet/public_html/caribbeanctc.com/wp-content/themes/icemagtheme/dynamic.css\";}','yes'),(367,'recently_activated','a:0:{}','yes'),(368,'_transient_plugins_delete_result_1','1','yes'),(449,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1360889907','no'),(450,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 12:37:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Admin Page Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/admin-page-framework/#post-49448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Feb 2013 11:23:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"49448@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Provides simpler means of building administration pages for plugin and theme developers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"miunosoft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Tako Movable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/tako-movable-comments/#post-49393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Feb 2013 18:47:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"49393@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Move WordPress comments easily with Tako Movable Comments.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"RenettaRenula\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Theme Tweaker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/theme-tweaker-lite/#post-32206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Nov 2011 23:25:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32206@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Theme Tweaker lets you modify the colors in your theme with no CSS/PHP editing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"manojtd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"SEO Plugin by SQUIRRLY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/squirrly-seo/#post-47657\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jan 2013 17:06:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"47657@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Squirrly SEO Plugin helps you write excellent SEO articles for your WordPress and do keyword researches in less then 2 minutes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Squirrly Limited UK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"TagGator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/taggator/#post-11172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jun 2009 19:29:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"11172@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"TagGator Automatically tag to your posts so you dont have to! Tag your posts based on their contents automatically.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Bouzid Nazim Zitouni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Seriously Simple Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/seriously-simple-podcasting/#post-46832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Dec 2012 12:43:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"46832@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"An incredibly easy-to-use podcasting plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Wordpress Exit Box Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/wordpress-exit-box-lite/#post-39563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jun 2012 16:43:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"39563@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"A jQuery page that appears with a user clicks and external link! use it to show messages, ads, or social buttons.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Bouzid Nazim Zitouni\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WP FEvents Book\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/wp-fevents-book/#post-48659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jan 2013 16:02:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"48659@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Creates unlimited number of Events that can be booked by users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"faina09\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Email This Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/email-this-page/#post-40421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jul 2012 06:39:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"40421@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Adds an Email this Page button to your post pages. Allow users to share by email.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"printfriendly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Hotscot Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/hotscot-contact-form/#post-49391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Feb 2013 17:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"49391@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Simple to use contact form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"huntlyc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Comment Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/comment-images/#post-41754\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Aug 2012 16:59:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"41754@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Allow your readers easily to attach an image to their comment.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Tom McFarlin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Fonetic Web Callback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/fonetic-web-callback/#post-49210\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Feb 2013 15:27:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"49210@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Fonetic is a web call feature for your website that allows your visitors to be called back for free. Get a real leverage for your online conversions !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"netiva\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"OptimiSlug French\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/optimislug-french/#post-49383\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Feb 2013 09:44:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"49383@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Supprime les mots commun tel que "de,la,un,une" des slugs de Wordpress automatiquement pour améliorer le SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ConstantinSinepel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Random Posts Widget Configurable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/extend/plugins/random-posts-widget-configurable/#post-45944\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Nov 2012 10:20:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"45944@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"Random Posts Widget provides you with a widget that displays random posts. You can set the number of random posts to be displayed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"tlorders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WP-Ticker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/wp-ticker/#post-18780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jun 2010 12:10:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18780@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"Auf jQuery basierender, Multisite kompatibler (Live-) Ticker, der mit verschiedenen Text-Effekten ausgestattet werden kann.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"sgt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Feb 2013 12:58:27 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Thu, 14 Feb 2013 13:12:57 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 14 Feb 2013 12:37:57 +0000\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(451,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1360889907','no'),(452,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1360846707','no'),(460,'uninstall_plugins','a:9:{s:19:\"wpcu3er/wpcu3er.php\";s:23:\"cu3er__action_uninstall\";s:35:\"event-organiser/event-organiser.php\";s:24:\"eventorganiser_uninstall\";s:35:\"websimon-tables/websimon_tables.php\";s:32:\"websimon_tables_uninstall_plugin\";s:33:\"mysql-profiler/mysql_profiler.php\";a:2:{i:0;s:13:\"MysqlProfiler\";i:1;s:10:\"deactivate\";}s:47:\"participants-database/participants-database.php\";a:2:{i:0;s:8:\"PDb_Init\";i:1;s:12:\"on_uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:23:\"wpsupercache_deactivate\";s:33:\"configure-smtp/configure-smtp.php\";a:2:{i:0;s:17:\"c2c_ConfigureSMTP\";i:1;s:9:\"uninstall\";}s:15:\"sabai/sabai.php\";s:30:\"sabai_wordpress_uninstall_hook\";s:41:\"easy-contact-forms/easy-contact-forms.php\";a:2:{i:0;s:16:\"EasyContactForms\";i:1;s:9:\"uninstall\";}}','no'),(461,'link_manager_enabled','1','yes'),(462,'db_upgraded','','yes'),(533,'filteredgallerytype_children','a:0:{}','yes'),(585,'dynwid_version','1.5.4','yes'),(586,'dynwid_housekeeping_lastrun','1361283513','yes'),(621,'flexipages_widget','a:8:{i:4;a:14:{s:5:\"title\";s:5:\"Pages\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:9:\"6386,6370\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:2:\"on\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:5;a:14:{s:5:\"title\";s:5:\"Pages\";s:11:\"sort_column\";s:10:\"post_title\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:89:\"15932,15938,5904,7610,6370,7513,19436,13138,7559,7561,7563,7571,7520,7704,6446,15148,7490\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:2:\"on\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:6;a:14:{s:5:\"title\";s:9:\"TSA Pages\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:14:\"5904,6386,6370\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:2:\"on\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:7;a:14:{s:5:\"title\";s:0:\"\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:5:\"10941\";s:19:\"show_subpages_check\";s:0:\"\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:0:\"\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:0:\"\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:8;a:14:{s:5:\"title\";s:8:\"Our Work\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:39:\"1797,7778,3352,7801,7788,1799,1801,1805\";s:19:\"show_subpages_check\";s:0:\"\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:0:\"\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:0:\"\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:9;a:14:{s:5:\"title\";s:12:\"News & Media\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:19:\"1951,1948,1930,1953\";s:19:\"show_subpages_check\";s:0:\"\";s:13:\"show_subpages\";s:1:\"0\";s:9:\"hierarchy\";s:0:\"\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:0:\"\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:10;a:14:{s:5:\"title\";s:5:\"Pages\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:9:\"6,10,1541\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:2:\"on\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:11;a:14:{s:5:\"title\";s:5:\"Pages\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:59:\"21444,21584,21594,21638,21566,21571,21487,21469,21510,21448\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:0:\"\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}}','yes'),(623,'simple_page_sidebars_version','1.1.1','yes'),(624,'simple_page_sidebars_default_sidebar','sidebar-1','yes'),(631,'_site_transient_timeout_browser_046d01c35a2451a1b38000220a7dfd78','1361909587','yes'),(632,'_site_transient_browser_046d01c35a2451a1b38000220a7dfd78','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(728,'_site_transient_timeout_browser_2f2fb705bb119ed2b4ad0eab2d532d23','1362368808','yes'),(729,'_site_transient_browser_2f2fb705bb119ed2b4ad0eab2d532d23','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"534.7\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(763,'_site_transient_timeout_browser_902fc656780d86347024b6379547f0ef','1362835703','yes'),(764,'_site_transient_browser_902fc656780d86347024b6379547f0ef','a:8:{s:4:\"name\";N;s:7:\"version\";N;s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(779,'_site_transient_timeout_browser_af26a291b02611b619f29585bbb19ac9','1362990531','yes'),(780,'_site_transient_browser_af26a291b02611b619f29585bbb19ac9','a:8:{s:4:\"name\";N;s:7:\"version\";N;s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(791,'_site_transient_timeout_browser_3320f9f418d4894d7dedc5dffb1f59e7','1363111116','yes'),(792,'_site_transient_browser_3320f9f418d4894d7dedc5dffb1f59e7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"25.0.1364.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(832,'theme_mods_Sterling','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"Main Menu\";i:47;s:11:\"Footer Menu\";i:51;}}','yes'),(834,'aioseop_options','a:1:{s:13:\"aiosp_enabled\";i:1;}','yes'),(835,'of_template','a:120:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:12:\"Website Logo\";s:4:\"desc\";s:38:\"Upload a custom logo for your Website.\";s:2:\"id\";s:11:\"st_sitelogo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:17:\"Login Screen Logo\";s:4:\"desc\";s:53:\"Upload a custom logo for your Wordpress login screen.\";s:2:\"id\";s:12:\"st_loginlogo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:7:\"Favicon\";s:4:\"desc\";s:270:\"Upload a 16px x 16px image that will represent your website\'s favicon.<br /><br /><em>To ensure cross-browser compatibility, we recommend converting the favicon into .ico format before uploading. (<a href=\"http://www.favicon.cc/\" target=\"_blank\">www.favicon.cc</a>)</em>\";s:2:\"id\";s:10:\"st_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:4;a:6:{s:4:\"name\";s:29:\"Logo Builder - Select an Icon\";s:4:\"desc\";s:134:\"Select an icon to be used for your logo.<br><br><em>note: you should only select an icon if you won\'t be uploading a custom logo.</em>\";s:2:\"id\";s:12:\"st_logo_icon\";s:3:\"std\";s:6:\"nologo\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:9:{s:17:\"custom-logo-1.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-1.png\";s:17:\"custom-logo-2.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-2.png\";s:17:\"custom-logo-3.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-3.png\";s:17:\"custom-logo-4.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-4.png\";s:17:\"custom-logo-5.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-5.png\";s:17:\"custom-logo-6.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-6.png\";s:17:\"custom-logo-7.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-7.png\";s:17:\"custom-logo-8.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-8.png\";s:17:\"custom-logo-9.png\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/logo-builder/logo-9.png\";}}i:5;a:5:{s:4:\"name\";s:19:\"Logo Builder - Text\";s:4:\"desc\";s:135:\"Enter the text to be used for your logo.<br><br><em>note: you should only enter logo text if you won\'t be uploading a custom logo.</em>\";s:2:\"id\";s:12:\"st_logo_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:10:\"Meta Boxes\";s:4:\"desc\";s:232:\"This functionality hides meta boxes in the Dashboard to help Wordpress feel more like a CMS. This includes: Comments, Discussion, Trackbacks, Custom Fields, Author, and Slug. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:14:\"st_hidemetabox\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:7;a:5:{s:4:\"name\";s:14:\"Inline Editing\";s:4:\"desc\";s:203:\"This functionality adds an inline-editing button to all pages & posts so that logged-in administrators can quickly and easily edit their website. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:17:\"st_inline_editing\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:8;a:5:{s:4:\"name\";s:10:\"SEO Module\";s:4:\"desc\";s:218:\"A Search Engine Optimization Module is available by default. <em>Please check this box to enable this Module. Please remove any SEO plugins before enabling this module, so as to prevent any possible SEO conflicts.</em>\";s:2:\"id\";s:13:\"st_seo_module\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:5:{s:4:\"name\";s:17:\"Responsive Design\";s:4:\"desc\";s:188:\"This theme comes with a Responsive Design that will adjust the theme\'s design when viewed on a mobile device. <em>Please check this box if you prefer to disable the responsive design.</em>\";s:2:\"id\";s:13:\"st_responsive\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:10;a:5:{s:4:\"name\";s:15:\"Update Notifier\";s:4:\"desc\";s:210:\"An Update Notifier is included by default. This functionality enables the theme to automatically check with our server for the latest version available. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:18:\"st_update_notifier\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:11;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:53:\"Paste Google Analytics (or other) tracking code here.\";s:2:\"id\";s:19:\"st_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:12;a:2:{s:4:\"name\";s:13:\"Blog Settings\";s:4:\"type\";s:7:\"heading\";}i:13;a:6:{s:4:\"name\";s:9:\"Blog Page\";s:4:\"desc\";s:45:\"Select your blog page from the dropdown list.\";s:2:\"id\";s:11:\"st_blogpage\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:47:{i:0;s:21:\"Select the Blog page:\";i:1;s:9:\"about-cto\";i:2;s:15:\"staff-directory\";i:3;s:13:\"right-sidebar\";i:4;s:10:\"statistics\";i:5;s:32:\"latest-tourism-statistics-tables\";i:6;s:29:\"individual-country-statistics\";i:7;s:19:\"arrivals-statistics\";i:8;s:24:\"annual-reviews-prospects\";i:9;s:19:\"statistics-database\";i:10;s:8:\"join-cto\";i:11;s:4:\"home\";i:12;s:5:\"media\";i:13;s:23:\"destination-news-photos\";i:14;s:8:\"cto-news\";i:15;s:11:\"newsletters\";i:16;s:15:\"events-calendar\";i:17;s:25:\"caribbean-events-calendar\";i:18;s:8:\"our-work\";i:19;s:8:\"advocacy\";i:20;s:26:\"human-resource-development\";i:21;s:17:\"research-infotech\";i:22;s:9:\"marketing\";i:23;s:31:\"sustainable-tourism-development\";i:24;s:26:\"total-visitor-satisfaction\";i:25;s:22:\"scholarship-foundation\";i:26;s:9:\"resources\";i:27;s:17:\"conference-papers\";i:28;s:9:\"stc-other\";i:29;s:12:\"hrconfpapers\";i:30;s:17:\"caribbeanweek-wtm\";i:31;s:18:\"workshops-webinars\";i:32;s:5:\"sotic\";i:33;s:10:\"ctolibrary\";i:34;s:16:\"cto-publications\";i:35;s:13:\"related-sites\";i:36;s:19:\"scholarships-grants\";i:37;s:18:\"education-training\";i:38;s:7:\"careers\";i:39;s:13:\"cto-photos-tv\";i:40;s:13:\"members-lists\";i:41;s:18:\"government-members\";i:42;s:27:\"chapter-membership-lists-uk\";i:43;s:20:\"tvs-criteria-ratings\";i:44;s:12:\"sign-up-page\";i:45;s:6:\"blog-2\";i:46;s:11:\"contact-cto\";}}i:14;a:5:{s:4:\"name\";s:12:\"Banner Title\";s:4:\"desc\";s:65:\"This page title is displayed in the banner area of the Blog page.\";s:2:\"id\";s:12:\"st_blogtitle\";s:3:\"std\";s:4:\"Blog\";s:4:\"type\";s:4:\"text\";}i:15;a:5:{s:4:\"name\";s:9:\"Searchbar\";s:4:\"desc\";s:130:\"A searchbar is displayed within the banner of all Blog pages by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:17:\"st_blog_searchbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:16;a:5:{s:4:\"name\";s:18:\"Banner Description\";s:4:\"desc\";s:159:\"This descriptive text is displayed in the banner area of the Blog page.<br /><br /><em>Note: this text will only be displayed if the searchbar is diabled.</em>\";s:2:\"id\";s:18:\"st_blogdescription\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:17;a:5:{s:4:\"name\";s:12:\"Post Excerpt\";s:4:\"desc\";s:135:\"The full blog post is displayed by default. <em>Un-check this box to disable this functionality and display only the post excerpt.</em>\";s:2:\"id\";s:19:\"st_blog_post_length\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:18;a:5:{s:4:\"name\";s:19:\"Post Excerpt - Link\";s:4:\"desc\";s:143:\"Enter the text for the link that will lead to the full blog post.<br><br><em>You can ignore this section if displaying the full blog post.</em>\";s:2:\"id\";s:20:\"st_blog_excerpt_link\";s:3:\"std\";s:16:\"Continue Reading\";s:4:\"type\";s:4:\"text\";}i:19;a:5:{s:4:\"name\";s:29:\"Post Excerpt - Link or Button\";s:4:\"desc\";s:142:\"A text-link will lead to the full blog post by default. <em>Un-check this box to disable this functionality and display a button instead.</em>\";s:2:\"id\";s:22:\"st_blog_excerpt_button\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:20;a:6:{s:4:\"name\";s:27:\"Post Excerpt - Button Color\";s:4:\"desc\";s:103:\"If you\'ve <em>un-checked</em> the \"Link or Button\" option please select a color for the Excerpt Button.\";s:2:\"id\";s:28:\"st_blog_excerpt_button_color\";s:3:\"std\";s:5:\"green\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:28:{i:0;s:6:\"autumn\";i:1;s:5:\"black\";i:2;s:7:\"black-2\";i:3;s:4:\"blue\";i:4;s:9:\"blue-grey\";i:5;s:9:\"cool-blue\";i:6;s:6:\"coffee\";i:7;s:4:\"fire\";i:8;s:6:\"golden\";i:9;s:5:\"green\";i:10;s:7:\"green-2\";i:11;s:4:\"grey\";i:12;s:10:\"lime-green\";i:13;s:4:\"navy\";i:14;s:6:\"orange\";i:15;s:10:\"periwinkle\";i:16;s:4:\"pink\";i:17;s:6:\"purple\";i:18;s:8:\"purple-2\";i:19;s:3:\"red\";i:20;s:5:\"red-2\";i:21;s:10:\"royal-blue\";i:22;s:6:\"silver\";i:23;s:8:\"sky-blue\";i:24;s:9:\"teal-grey\";i:25;s:4:\"teal\";i:26;s:6:\"teal-2\";i:27;s:5:\"white\";}}i:21;a:6:{s:4:\"name\";s:26:\"Post Excerpt - Button Size\";s:4:\"desc\";s:102:\"If you\'ve <em>un-checked</em> the \"Link or Button\" option please select a size for the Excerpt Button.\";s:2:\"id\";s:27:\"st_blog_excerpt_button_size\";s:3:\"std\";s:5:\"large\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:5:\"small\";i:1;s:5:\"large\";i:2;s:5:\"jumbo\";}}i:22;a:5:{s:4:\"name\";s:25:\"Twitter \"Re-tweet\" Button\";s:4:\"desc\";s:129:\"A Twitter re-tweet button is displayed under each blog post by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:15:\"st_blog_retweet\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:23;a:5:{s:4:\"name\";s:22:\"Facebook \"Like\" Button\";s:4:\"desc\";s:128:\"A Facebook \"Like\" button is displayed under each blog post by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:15:\"st_blog_fb_like\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:24;a:5:{s:4:\"name\";s:25:\"Pinterest \"Pin it\" Button\";s:4:\"desc\";s:131:\"A Pinterest \"Pin it\" button is displayed under each blog post by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:17:\"st_blog_pinterest\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:25;a:5:{s:4:\"name\";s:30:\"\"Author Posted by\" Information\";s:4:\"desc\";s:169:\"The \"Author Posted by\" information is displayed as part of each blog post by default. <em>Un-check this box to disable this functionality and hide this information.</em>\";s:2:\"id\";s:12:\"st_posted_by\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:26;a:5:{s:4:\"name\";s:31:\"\"Posted Categories\" Information\";s:4:\"desc\";s:144:\"The Categories that a post belong to are displayed by default. <em>Un-check this box to disable this functionality and hide the categories.</em>\";s:2:\"id\";s:20:\"st_posted_categories\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:27;a:5:{s:4:\"name\";s:13:\"Post Comments\";s:4:\"desc\";s:114:\"Post comments are enabled by default. <em>Un-check this box to completely disable comments on all blog posts.</em>\";s:2:\"id\";s:16:\"st_post_comments\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:28;a:6:{s:4:\"name\";s:18:\"Exclude Categories\";s:4:\"desc\";s:71:\"Check off any post categories that you\'d like to exclude from the blog.\";s:2:\"id\";s:18:\"st_blogexcludetest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:10:\"multicheck\";s:7:\"options\";a:0:{}}i:29;a:2:{s:4:\"name\";s:14:\"Footer Options\";s:4:\"type\";s:7:\"heading\";}i:30;a:6:{s:4:\"name\";s:14:\"Footer Columns\";s:4:\"desc\";s:69:\"Select the number of columns you would like to display in the footer.\";s:2:\"id\";s:17:\"st_footer_columns\";s:3:\"std\";s:14:\"Default-Layout\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:14:\"Default-Layout\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";}}i:31;a:5:{s:4:\"name\";s:14:\"Footer Callout\";s:4:\"desc\";s:114:\"A Callout Area is displayed above the footer by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:17:\"st_footer_callout\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:32;a:5:{s:4:\"name\";s:21:\"Footer Callout - Text\";s:4:\"desc\";s:58:\"Enter the text to be displayed in the footer Callout Area.\";s:2:\"id\";s:22:\"st_footer_callout_text\";s:3:\"std\";s:164:\"<p class=\"callout-heading\">Global Callout</p>\n<p class=\"callout-text\">This nifty Callout Section is a sure fire way to direct your visitors where you need them!</p>\";s:4:\"type\";s:8:\"textarea\";}i:33;a:5:{s:4:\"name\";s:29:\"Footer Callout - Button Label\";s:4:\"desc\";s:95:\"Enter the text to be displayed within the Footer Callout Button.<br /><em>(ie. Learn More)</em>\";s:2:\"id\";s:24:\"st_footer_callout_button\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:34;a:5:{s:4:\"name\";s:27:\"Footer Callout - Button URL\";s:4:\"desc\";s:83:\"Enter the URL where the user will be sent after clicking the Footer Callout Button.\";s:2:\"id\";s:28:\"st_footer_callout_button_url\";s:3:\"std\";s:11:\"http://www.\";s:4:\"type\";s:4:\"text\";}i:35;a:5:{s:4:\"name\";s:34:\"Footer Callout - Button URL Target\";s:4:\"desc\";s:161:\"The Footer Callout Button opens the URL in the same window by default. <em>Un-check this box to disable this functionality and open the URL in a new window.</em>\";s:2:\"id\";s:31:\"st_footer_callout_button_target\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:36;a:6:{s:4:\"name\";s:29:\"Footer Callout - Button Color\";s:4:\"desc\";s:45:\"Select a color for the Footer Callout Button.\";s:2:\"id\";s:30:\"st_footer_callout_button_color\";s:3:\"std\";s:5:\"green\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:28:{i:0;s:6:\"autumn\";i:1;s:5:\"black\";i:2;s:7:\"black-2\";i:3;s:4:\"blue\";i:4;s:9:\"blue-grey\";i:5;s:9:\"cool-blue\";i:6;s:6:\"coffee\";i:7;s:4:\"fire\";i:8;s:6:\"golden\";i:9;s:5:\"green\";i:10;s:7:\"green-2\";i:11;s:4:\"grey\";i:12;s:10:\"lime-green\";i:13;s:4:\"navy\";i:14;s:6:\"orange\";i:15;s:10:\"periwinkle\";i:16;s:4:\"pink\";i:17;s:6:\"purple\";i:18;s:8:\"purple-2\";i:19;s:3:\"red\";i:20;s:5:\"red-2\";i:21;s:10:\"royal-blue\";i:22;s:6:\"silver\";i:23;s:8:\"sky-blue\";i:24;s:9:\"teal-grey\";i:25;s:4:\"teal\";i:26;s:6:\"teal-2\";i:27;s:5:\"white\";}}i:37;a:6:{s:4:\"name\";s:28:\"Footer Callout - Button Size\";s:4:\"desc\";s:44:\"Select a size for the Footer Callout Button.\";s:2:\"id\";s:29:\"st_footer_callout_button_size\";s:3:\"std\";s:5:\"large\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:5:\"small\";i:1;s:5:\"large\";i:2;s:5:\"jumbo\";}}i:38;a:5:{s:4:\"name\";s:16:\"Footer Copyright\";s:4:\"desc\";s:62:\"Enter the copyright information to be displayed in the footer.\";s:2:\"id\";s:19:\"st_footer_copyright\";s:3:\"std\";s:61:\"Copyright © 2012 Your Company Name. All rights reserved.\";s:4:\"type\";s:8:\"textarea\";}i:39;a:2:{s:4:\"name\";s:15:\"Styling and CSS\";s:4:\"type\";s:7:\"heading\";}i:40;a:5:{s:4:\"name\";s:15:\"Pro Design Skin\";s:4:\"desc\";s:184:\"Our professional design team recommends Open Sans Font to be used throughout the entire website. <em>Check this box to activate Open Sans and a variety of customized CSS settings.</em>\";s:2:\"id\";s:24:\"st_google_font_open_sans\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:41;a:6:{s:4:\"name\";s:20:\"Primary Color Scheme\";s:4:\"desc\";s:49:\"Select the primary color scheme for your website.\";s:2:\"id\";s:14:\"st_main_scheme\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:18:{s:14:\"primary-coffee\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/coffee.png\";s:11:\"primary-red\";s:99:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/red.png\";s:14:\"primary-autumn\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/autumn.png\";s:12:\"primary-fire\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/fire.png\";s:14:\"primary-golden\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/golden.png\";s:18:\"primary-lime-green\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/lime-green.png\";s:14:\"primary-purple\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/purple.png\";s:12:\"primary-pink\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/pink.png\";s:18:\"primary-periwinkle\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/periwinkle.png\";s:12:\"primary-teal\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/teal.png\";s:13:\"primary-green\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/green.png\";s:17:\"primary-teal-grey\";s:105:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/teal-grey.png\";s:17:\"primary-blue-grey\";s:105:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/blue-grey.png\";s:18:\"primary-royal-blue\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/royal-blue.png\";s:12:\"primary-blue\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/blue.png\";s:16:\"primary-sky-blue\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/sky-blue.png\";s:14:\"primary-silver\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/silver.png\";s:13:\"primary-black\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/black.png\";}}i:42;a:6:{s:4:\"name\";s:22:\"Secondary Color Scheme\";s:4:\"desc\";s:57:\"Mix and match color schemes for a completely custom look.\";s:2:\"id\";s:19:\"st_secondary_scheme\";s:3:\"std\";s:7:\"default\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:19:{s:7:\"default\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/_default.png\";s:16:\"secondary-coffee\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/coffee.png\";s:13:\"secondary-red\";s:99:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/red.png\";s:16:\"secondary-autumn\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/autumn.png\";s:14:\"secondary-fire\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/fire.png\";s:16:\"secondary-golden\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/golden.png\";s:20:\"secondary-lime-green\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/lime-green.png\";s:16:\"secondary-purple\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/purple.png\";s:14:\"secondary-pink\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/pink.png\";s:20:\"secondary-periwinkle\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/periwinkle.png\";s:14:\"secondary-teal\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/teal.png\";s:15:\"secondary-green\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/green.png\";s:19:\"secondary-teal-grey\";s:105:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/teal-grey.png\";s:19:\"secondary-blue-grey\";s:105:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/blue-grey.png\";s:20:\"secondary-royal-blue\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/royal-blue.png\";s:14:\"secondary-blue\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/blue.png\";s:18:\"secondary-sky-blue\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/sky-blue.png\";s:16:\"secondary-silver\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/silver.png\";s:15:\"secondary-black\";s:101:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/color-schemes/black.png\";}}i:43;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:48:\"Use this area to add custom CSS to your website.\";s:2:\"id\";s:13:\"st_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:44;a:5:{s:4:\"name\";s:14:\"Theme Designer\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"st_custom_info_text\";s:3:\"std\";s:209:\"You can further customize the entire look of your theme by using the built in Theme Designer. The Theme Designer is located right here within Site Options Panel under Appearance > Site Options > Theme Designer\";s:4:\"type\";s:4:\"info\";}i:45;a:2:{s:4:\"name\";s:17:\"Interface Options\";s:4:\"type\";s:7:\"heading\";}i:46;a:5:{s:4:\"name\";s:11:\"Breadcrumbs\";s:4:\"desc\";s:110:\"Breadcrumbs are displayed on all interior pages by default. <em>Un-check this box to disable breadcrumbs.</em>\";s:2:\"id\";s:14:\"st_breadcrumbs\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:5:{s:4:\"name\";s:23:\"Breadcrumbs \"Home\" Link\";s:4:\"desc\";s:66:\"Customize the text for the home link displayed in the breadcrumbs.\";s:2:\"id\";s:24:\"st_breadcrumbs_home_text\";s:3:\"std\";s:4:\"Home\";s:4:\"type\";s:4:\"text\";}i:48;a:5:{s:4:\"name\";s:7:\"Toolbar\";s:4:\"desc\";s:111:\"A toolbar is displayed above the main navigation by default. <em>Un-check this box to disable the toolbar.</em>\";s:2:\"id\";s:10:\"st_toolbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:49;a:5:{s:4:\"name\";s:14:\"Dropdown Menus\";s:4:\"desc\";s:125:\"The main menu organizes child pages into dropdown menus by default. <em>Un-check this box to disable the dropdown menus.</em>\";s:2:\"id\";s:11:\"st_dropdown\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:50;a:5:{s:4:\"name\";s:9:\"Searchbar\";s:4:\"desc\";s:290:\"A Searchbar can be included on a per-page basis to any page on your website. Un-check this box to completely disable the searchbar from every page on your website. <em>Please note: this will override all per-page searchbar settings (this functionality excludes blog and utility pages).</em>\";s:2:\"id\";s:19:\"st_global_searchbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:51;a:5:{s:4:\"name\";s:14:\"Searchbar Text\";s:4:\"desc\";s:55:\"Customize the text that is displayed in the search bar.\";s:2:\"id\";s:16:\"st_searchbartext\";s:3:\"std\";s:9:\"Search...\";s:4:\"type\";s:4:\"text\";}i:52;a:5:{s:4:\"name\";s:18:\"Scroll to Top Link\";s:4:\"desc\";s:105:\"A scroll-to-top button is added to the footer by default. <em>Un-check this box to disable the link.</em>\";s:2:\"id\";s:16:\"st_scrolltoplink\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:53;a:5:{s:4:\"name\";s:18:\"Scroll to Top Text\";s:4:\"desc\";s:53:\"Add the text to be used for the \"Scroll to Top\" link.\";s:2:\"id\";s:16:\"st_scrolltoptext\";s:3:\"std\";s:13:\"Scroll to Top\";s:4:\"type\";s:4:\"text\";}i:54;a:5:{s:4:\"name\";s:16:\"Gallery Settings\";s:4:\"desc\";s:107:\"Enter the number of Gallery Posts to display on each page. <em>All posts will be displayed by default.</em>\";s:2:\"id\";s:25:\"st_gallery_posts_per_page\";s:3:\"std\";s:8:\"show all\";s:4:\"type\";s:4:\"text\";}i:55;a:2:{s:4:\"name\";s:14:\"Theme Designer\";s:4:\"type\";s:7:\"heading\";}i:56;a:5:{s:4:\"name\";s:12:\"Boxed Layout\";s:4:\"desc\";s:143:\"This theme\'s design spans the full width of the web browser by default. <em>Please check this box to switch to a fixed-width boxed layout.</em>\";s:2:\"id\";s:14:\"st_boxedlayout\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:57;a:5:{s:4:\"name\";s:26:\"Boxed Layout - Drop Shadow\";s:4:\"desc\";s:91:\"Set the opacity of the Boxed Layout drop shadow.<br /><br /><em>Values from: 0.1 - 1.0</em>\";s:2:\"id\";s:21:\"st_boxedlayout_shadow\";s:3:\"std\";s:3:\"0.5\";s:4:\"type\";s:4:\"text\";}i:58;a:5:{s:4:\"name\";s:23:\"Body - Background Color\";s:4:\"desc\";s:121:\"Select a custom background color for your website. <em>This setting is only recommended when using the boxed layout.</em>\";s:2:\"id\";s:16:\"st_body_bg_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:59;a:6:{s:4:\"name\";s:23:\"Body - Background Image\";s:4:\"desc\";s:221:\"Choose a custom background image for your website. <br /><br />You can also upload a custom background image using the setting below.<br /><br /><em>Background images are only recommended when using the boxed layout.</em>\";s:2:\"id\";s:17:\"st_select_body_bg\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:21:{s:4:\"null\";s:95:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/no-font.png\";s:13:\"classy_fabric\";s:112:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/classy-fabric.png\";s:18:\"low_contrast_linen\";s:117:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/low-contrast-linen.png\";s:9:\"dark_wall\";s:108:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/dark-wall.png\";s:10:\"darkdenim3\";s:109:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/darkdenim3.png\";s:15:\"pinstriped_suit\";s:114:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/pinstriped_suit.png\";s:7:\"connect\";s:106:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/connect.png\";s:11:\"escheresque\";s:110:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/escheresque.png\";s:12:\"gplaypattern\";s:111:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/gplaypattern.png\";s:17:\"grey-subtle-noise\";s:116:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/grey-subtle-noise.png\";s:4:\"grey\";s:103:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/grey.png\";s:10:\"grid_noise\";s:109:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/grid_noise.png\";s:4:\"grid\";s:103:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/grid.png\";s:10:\"hexellence\";s:109:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/hexellence.png\";s:8:\"lghtmesh\";s:107:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/lghtmesh.png\";s:11:\"noise_lines\";s:110:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/noise_lines.png\";s:10:\"noisy_grid\";s:109:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/noisy_grid.png\";s:14:\"rough_diagonal\";s:113:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/rough_diagonal.png\";s:9:\"shattered\";s:108:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/shattered.png\";s:11:\"subtle_dots\";s:110:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/subtle_dots.png\";s:9:\"tiny_grid\";s:108:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/body-backgrounds/tiny_grid.png\";}}i:60;a:5:{s:4:\"name\";s:30:\"Body - Background Image Upload\";s:4:\"desc\";s:273:\"Upload a custom background image for your website. <br /><br />Free backgrounds can be downloaded from <a href=\"http://www.subtlepatterns.com\" target=\"_blank\">www.subtlepatterns.com</a><br /><br /><em>Background images are only recommended when using the boxed layout.</em>\";s:2:\"id\";s:16:\"st_body_bg_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:61;a:6:{s:4:\"name\";s:32:\"Body - Background Image Position\";s:4:\"desc\";s:168:\"Use this section to set the background position of your custom background image.<br /><br /><em>Background images are only recommended when using the boxed layout.</em>\";s:2:\"id\";s:36:\"st_designer_page_background_position\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:7:{s:8:\"left top\";s:8:\"left top\";s:10:\"center top\";s:10:\"center top\";s:9:\"right top\";s:9:\"right top\";s:13:\"center center\";s:13:\"center center\";s:11:\"left bottom\";s:11:\"left bottom\";s:13:\"center bottom\";s:13:\"center bottom\";s:12:\"right bottom\";s:12:\"right bottom\";}}i:62;a:6:{s:4:\"name\";s:30:\"Body - Background Image Repeat\";s:4:\"desc\";s:165:\"Use this section to set the repeat property for your custom background image.<br /><br /><em>Background images are only recommended when using the boxed layout.</em>\";s:2:\"id\";s:34:\"st_designer_page_background_repeat\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:4:{s:6:\"repeat\";s:6:\"repeat\";s:8:\"repeat-x\";s:8:\"repeat-x\";s:8:\"repeat-y\";s:8:\"repeat-y\";s:9:\"no-repeat\";s:9:\"no-repeat\";}}i:63;a:5:{s:4:\"name\";s:30:\"Top Toolbar - Background Color\";s:4:\"desc\";s:64:\"Select a custom background color for your website\'s top toolbar.\";s:2:\"id\";s:19:\"st_toolbar_bg_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:64;a:5:{s:4:\"name\";s:25:\"Banner - Background Color\";s:4:\"desc\";s:59:\"Select a custom background color for your website\'s banner.\";s:2:\"id\";s:18:\"st_banner_bg_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:65;a:5:{s:4:\"name\";s:25:\"Footer - Background Color\";s:4:\"desc\";s:59:\"Select a custom background color for your website\'s footer.\";s:2:\"id\";s:18:\"st_footer_bg_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:66;a:6:{s:4:\"name\";s:26:\"Banner & Footer Design\";s:4:\"desc\";s:168:\"Select a custom design for your website\'s banner and footer.<br /><br /><em>Note: This will add a transparent image on top of your already chosen background color.</em>\";s:2:\"id\";s:17:\"st_banner_overlay\";s:3:\"std\";s:11:\"banner-none\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:10:{s:11:\"banner-none\";s:109:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-none.jpg\";s:19:\"banner-abstract.png\";s:113:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-abstract.jpg\";s:16:\"banner-bokeh.png\";s:110:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-bokeh.jpg\";s:19:\"banner-diagonal.png\";s:113:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-diagonal.jpg\";s:21:\"banner-halftone-1.png\";s:115:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-halftone-1.jpg\";s:21:\"banner-halftone-2.png\";s:115:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-halftone-2.jpg\";s:16:\"banner-noise.png\";s:110:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-noise.jpg\";s:18:\"banner-paisley.png\";s:112:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-paisley.jpg\";s:16:\"banner-stars.png\";s:110:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-stars.jpg\";s:19:\"banner-sunburst.png\";s:113:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/banner-overlays/banner-sunburst.jpg\";}}i:67;a:6:{s:4:\"name\";s:12:\"Shadow Style\";s:4:\"desc\";s:69:\"Select the shadow style for your website\'s navigation bar and footer.\";s:2:\"id\";s:15:\"st_shadow_style\";s:3:\"std\";s:12:\"shadow-1.png\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:5:{s:12:\"shadow-1.png\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/shadows/admin-shadow-1.png\";s:12:\"shadow-2.png\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/shadows/admin-shadow-2.png\";s:12:\"shadow-3.png\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/shadows/admin-shadow-3.png\";s:12:\"shadow-4.png\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/shadows/admin-shadow-4.png\";s:12:\"shadow-5.png\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/shadows/admin-shadow-5.png\";}}i:68;a:5:{s:4:\"name\";s:21:\"Top Toolbar - Padding\";s:4:\"desc\";s:104:\"Modify the height of the top toolbar by adjusting the padding.<br /><br /><em>Default value is 8px.</em>\";s:2:\"id\";s:18:\"st_toolbar_padding\";s:3:\"std\";s:3:\"8px\";s:4:\"type\";s:4:\"text\";}i:69;a:5:{s:4:\"name\";s:24:\"Navigation Bar - Padding\";s:4:\"desc\";s:108:\"Modify the height of the navigation bar by adjusting the padding.<br /><br /><em>Default value is 32px.</em>\";s:2:\"id\";s:18:\"st_nav_bar_padding\";s:3:\"std\";s:4:\"32px\";s:4:\"type\";s:4:\"text\";}i:70;a:5:{s:4:\"name\";s:25:\"Interior Banner - Padding\";s:4:\"desc\";s:109:\"Modify the height of the interior banner by adjusting the padding.<br /><br /><em>Default value is 25px.</em>\";s:2:\"id\";s:26:\"st_interior_banner_padding\";s:3:\"std\";s:4:\"25px\";s:4:\"type\";s:4:\"text\";}i:71;a:5:{s:4:\"name\";s:16:\"Footer - Padding\";s:4:\"desc\";s:102:\"Modify the height of the footer by adjusting the padding.<br /><br /><em>Default padding is 20px.</em>\";s:2:\"id\";s:17:\"st_footer_padding\";s:3:\"std\";s:4:\"20px\";s:4:\"type\";s:4:\"text\";}i:72;a:5:{s:4:\"name\";s:10:\"Link Color\";s:4:\"desc\";s:47:\"Select a custom color for your website\'s links.\";s:2:\"id\";s:20:\"st_custom_link_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:73;a:5:{s:4:\"name\";s:29:\"Main Menu - Active Link Color\";s:4:\"desc\";s:52:\"Select a custom color for the Main Menu active link.\";s:2:\"id\";s:30:\"st_custom_link_color_main_menu\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:74;a:5:{s:4:\"name\";s:18:\"Heading Color (H1)\";s:4:\"desc\";s:53:\"Select a custom color for your website\'s H1 Headings.\";s:2:\"id\";s:26:\"st_custom_heading_color_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:75;a:5:{s:4:\"name\";s:18:\"Heading Color (H2)\";s:4:\"desc\";s:53:\"Select a custom color for your website\'s H2 Headings.\";s:2:\"id\";s:26:\"st_custom_heading_color_h2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:76;a:5:{s:4:\"name\";s:18:\"Heading Color (H3)\";s:4:\"desc\";s:53:\"Select a custom color for your website\'s H3 Headings.\";s:2:\"id\";s:26:\"st_custom_heading_color_h3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:77;a:5:{s:4:\"name\";s:18:\"Heading Color (H4)\";s:4:\"desc\";s:53:\"Select a custom color for your website\'s H4 Headings.\";s:2:\"id\";s:26:\"st_custom_heading_color_h4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:78;a:5:{s:4:\"name\";s:18:\"Heading Color (H5)\";s:4:\"desc\";s:53:\"Select a custom color for your website\'s H5 Headings.\";s:2:\"id\";s:26:\"st_custom_heading_color_h5\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:79;a:5:{s:4:\"name\";s:18:\"Heading Color (H6)\";s:4:\"desc\";s:53:\"Select a custom color for your website\'s H6 Headings.\";s:2:\"id\";s:26:\"st_custom_heading_color_h6\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:80;a:5:{s:4:\"name\";s:31:\"Heading Color - Sidebar Widgets\";s:4:\"desc\";s:65:\"Select a custom color for your website\'s Sidebar Widget Headings.\";s:2:\"id\";s:30:\"st_custom_heading_color_widget\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:81;a:2:{s:4:\"name\";s:10:\"Typography\";s:4:\"type\";s:7:\"heading\";}i:82;a:6:{s:4:\"name\";s:16:\"Google Web Fonts\";s:4:\"desc\";s:285:\"Select a custom font to be used for your website\'s headings.<br><br><strong>Fonts:</strong><br>1. (no custom font)<br>2. Droid Sans<br>3. Cabin<br>4. Questrial<br>5. Cuprum<br>6. News Cycle<br>7. Enriqueta<br>8. Open Sans<br>9. Arvo<br>10. Kreon<br>11. Indie Flower<br>12. Josefin Sans\";s:2:\"id\";s:14:\"st_google_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:12:{s:6:\"nofont\";s:97:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/1-no-font.png\";s:10:\"Droid Sans\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/2-droid-sans.png\";s:5:\"Cabin\";s:95:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/3-cabin.png\";s:9:\"Questrial\";s:99:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/4-questrial.png\";s:6:\"Cuprum\";s:96:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/5-cuprum.png\";s:10:\"News Cycle\";s:100:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/6-news-cycle.png\";s:9:\"Enriqueta\";s:99:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/7-enriqueta.png\";s:9:\"Open Sans\";s:99:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/8-open-sans.png\";s:4:\"Arvo\";s:94:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/9-arvo.png\";s:5:\"Kreon\";s:96:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/10-kreon.png\";s:12:\"Indie Flower\";s:103:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/11-indie-flower.png\";s:12:\"Josefin Sans\";s:103:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/fonts/12-josefin-sans.png\";}}i:83;a:5:{s:4:\"name\";s:22:\"Custom Google Web Font\";s:4:\"desc\";s:202:\"Enter a custom font name If you prefer to use a font that\'s not listed above.<br><br>Here is the complete list of available <a href=\"http://www.google.com/webfonts\" target=\"_blank\">Google Web Fonts</a>.\";s:2:\"id\";s:21:\"st_custom_google_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:84;a:2:{s:4:\"name\";s:5:\"Forms\";s:4:\"type\";s:7:\"heading\";}i:85;a:5:{s:4:\"name\";s:12:\"Form Builder\";s:4:\"desc\";s:103:\"A powerful form builder is included by default. <em>Un-check this box to disable the form builder.</em>\";s:2:\"id\";s:14:\"st_formbuilder\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:86;a:5:{s:4:\"name\";s:21:\"reCAPTCHA: Public Key\";s:4:\"desc\";s:253:\"Enter your reCAPTCHA Public Key.<br><br>\n You can obtain your reCAPTCHA keys at: <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">google.com/recaptcha</a><br><br><em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:12:\"st_publickey\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:87;a:5:{s:4:\"name\";s:22:\"reCAPTCHA: Private Key\";s:4:\"desc\";s:254:\"Enter your reCAPTCHA Private Key.<br><br>\n You can obtain your reCAPTCHA keys at: <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">google.com/recaptcha</a><br><br><em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:13:\"st_privatekey\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:88;a:6:{s:4:\"name\";s:32:\"reCAPTCHA Theme - Select a theme\";s:4:\"desc\";s:32:\"Please select a reCAPTCHA theme.\";s:2:\"id\";s:18:\"st_recaptcha_theme\";s:3:\"std\";s:13:\"default_theme\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:4:{s:13:\"default_theme\";s:102:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/recaptcha-themes/red.jpg\";s:11:\"white_theme\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/recaptcha-themes/white.jpg\";s:11:\"black_theme\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/recaptcha-themes/black.jpg\";s:11:\"clean_theme\";s:104:\"http://www.onecaribbean.org/wp-content/themes/Sterling/framework/admin/images/recaptcha-themes/clean.jpg\";}}i:89;a:5:{s:4:\"name\";s:31:\"reCAPTCHA Theme - customization\";s:4:\"desc\";s:567:\"(For Advance User Only)<br/><br/>This setting overwrites the above reCAPTCHA theme selection. <br/><br/>You can customize the look and feel of reCAPTCHA, by entering your custom javascript code here. Please read <a href=\"http://code.google.com/intl/pt-PT/apis/recaptcha/docs/customization.html\" target=\"_blank\">reCAPTCHA developer documentation</a> for details.<br/><br/><u><strong>Important Notes:</strong></u><br/>Please change the javascript codes from google documentation to use <strong>double quotes</strong> for all javascript variables, and not single quotes.\";s:2:\"id\";s:19:\"st_recaptcha_custom\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:90;a:5:{s:4:\"name\";s:18:\"Required Indicator\";s:4:\"desc\";s:52:\"This text will be displayed next to required fields.\";s:2:\"id\";s:19:\"st_contact_required\";s:3:\"std\";s:1:\"*\";s:4:\"type\";s:4:\"text\";}i:91;a:5:{s:4:\"name\";s:15:\"Success Message\";s:4:\"desc\";s:85:\"Customize the success message that will be displayed after the user submits the form.\";s:2:\"id\";s:21:\"st_contact_successmsg\";s:3:\"std\";s:80:\"Thank you for messaging us. We will get back to you as soon as possible. Cheers!\";s:4:\"type\";s:8:\"textarea\";}i:92;a:5:{s:4:\"name\";s:20:\"Submit Button - Text\";s:4:\"desc\";s:58:\"Customize the text that will be displayed on submit button\";s:2:\"id\";s:21:\"st_submit_button_text\";s:3:\"std\";s:4:\"Send\";s:4:\"type\";s:4:\"text\";}i:93;a:2:{s:4:\"name\";s:13:\"Utility Pages\";s:4:\"type\";s:7:\"heading\";}i:94;a:5:{s:4:\"name\";s:20:\"404 Page - Searchbar\";s:4:\"desc\";s:128:\"A searchbar is displayed within the banner of the 404 Page by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:18:\"st_error_searchbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:95;a:5:{s:4:\"name\";s:23:\"404 Page - Banner Title\";s:4:\"desc\";s:72:\"Set the page title that is displayed in the banner area of the 404 Page.\";s:2:\"id\";s:11:\"st_404title\";s:3:\"std\";s:14:\"Page not Found\";s:4:\"type\";s:4:\"text\";}i:96;a:5:{s:4:\"name\";s:29:\"404 Page - Banner Description\";s:4:\"desc\";s:150:\"This text is displayed within the banner area of the 404 Page.<br /><br /><em>Note: this text will only be displayed if the searchbar is diabled.</em>\";s:2:\"id\";s:17:\"st_404description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:97;a:5:{s:4:\"name\";s:18:\"404 Page - Message\";s:4:\"desc\";s:74:\"Set the message that is displayed within the content area on the 404 Page.\";s:2:\"id\";s:13:\"st_404message\";s:3:\"std\";s:298:\"<p><strong>Oops! the page you are looking for could not be found.</strong></p>\n\n<p>Here are some links that you might find useful:</p>\n\n<ul class=\"not-found-list\">\n<li><a href=\"http://www.\">Home</a></li>\n<li><a href=\"http://www.\">Sitemap</a></li>\n<li><a href=\"http://www.\">Contact Us</a></li>\n</ul>\";s:4:\"type\";s:8:\"textarea\";}i:98;a:5:{s:4:\"name\";s:31:\"Search Results Page - Searchbar\";s:4:\"desc\";s:134:\"A searchbar is displayed within the banner of the Search Results by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:20:\"st_results_searchbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:99;a:5:{s:4:\"name\";s:34:\"Search Results Page - Banner Title\";s:4:\"desc\";s:83:\"Set the page title that is displayed in the banner area of the Search Results Page.\";s:2:\"id\";s:16:\"st_results_title\";s:3:\"std\";s:14:\"Search Results\";s:4:\"type\";s:4:\"text\";}i:100;a:5:{s:4:\"name\";s:40:\"Search Results Page - Banner Description\";s:4:\"desc\";s:161:\"This text is displayed within the banner area of the Search Results Page.<br /><br /><em>Note: this text will only be displayed if the searchbar is diabled.</em>\";s:2:\"id\";s:22:\"st_results_description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:101;a:5:{s:4:\"name\";s:38:\"Search Results Page - Fallback Message\";s:4:\"desc\";s:75:\"Set the message that is displayed when a search comes back with no results.\";s:2:\"id\";s:19:\"st_results_fallback\";s:3:\"std\";s:107:\"<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>\";s:4:\"type\";s:8:\"textarea\";}i:102;a:5:{s:4:\"name\";s:38:\"Under Construction Page - Main Message\";s:4:\"desc\";s:70:\"Set the main message that is displayed on the under construction page.\";s:2:\"id\";s:20:\"st_construction_main\";s:3:\"std\";s:24:\"New Website Coming Soon!\";s:4:\"type\";s:8:\"textarea\";}i:103;a:6:{s:4:\"name\";s:30:\"Under Construction Page - Year\";s:4:\"desc\";s:48:\"Select the year that your website will be ready.\";s:2:\"id\";s:20:\"st_construction_year\";s:3:\"std\";s:4:\"2012\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:9:{i:2012;s:4:\"2012\";i:2013;s:4:\"2013\";i:2014;s:4:\"2014\";i:2015;s:4:\"2015\";i:2016;s:4:\"2016\";i:2017;s:4:\"2017\";i:2018;s:4:\"2018\";i:2019;s:4:\"2019\";i:2020;s:4:\"2020\";}}i:104;a:5:{s:4:\"name\";s:31:\"Under Construction Page - Month\";s:4:\"desc\";s:227:\"Enter the number of the month that your website will be ready.<br><br>1- January<br>2- February<br>3- March<br>4- April<br>5- May<br>6- June<br>7- July<br>8- August<br>9- September<br>10- October<br>11- November<br>12- December\";s:2:\"id\";s:21:\"st_construction_month\";s:3:\"std\";s:1:\"5\";s:4:\"type\";s:4:\"text\";}i:105;a:5:{s:4:\"name\";s:29:\"Under Construction Page - Day\";s:4:\"desc\";s:74:\"Enter the day that your website will be ready.<br><br><em>Example: 10</em>\";s:2:\"id\";s:19:\"st_construction_day\";s:3:\"std\";s:2:\"10\";s:4:\"type\";s:4:\"text\";}i:106;a:2:{s:4:\"name\";s:17:\"Homepage Lightbox\";s:4:\"type\";s:7:\"heading\";}i:107;a:5:{s:4:\"name\";s:14:\"Banner Content\";s:4:\"desc\";s:84:\"Enter the content to be displayed within the Banner area next to the callout images.\";s:2:\"id\";s:31:\"st_home_lightbox_banner_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:108;a:5:{s:4:\"name\";s:21:\"Primary Callout Image\";s:4:\"desc\";s:78:\"This is the primary callout image displayed in the banner area.<br>(450 x 316)\";s:2:\"id\";s:30:\"st_home_lightbox_primary_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:109;a:5:{s:4:\"name\";s:23:\"Secondary Callout Image\";s:4:\"desc\";s:105:\"This is the secondary callout image displayed behind the primary image in the banner area.<br>(450 x 271)\";s:2:\"id\";s:32:\"st_home_lightbox_secondary_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:110;a:5:{s:4:\"name\";s:8:\"Lightbox\";s:4:\"desc\";s:112:\"The Callout images will link to a Lightbox by default. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:16:\"st_home_lightbox\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:111;a:5:{s:4:\"name\";s:16:\"Lightbox Content\";s:4:\"desc\";s:80:\"Enter the content to be displayed within the Lightbox. <em>(Examples below)</em>\";s:2:\"id\";s:24:\"st_home_lightbox_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:112;a:5:{s:4:\"name\";s:25:\"Lightbox Content Examples\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"st_custom_info_text\";s:3:\"std\";s:443:\"\n <strong>Image:</strong> <em>http://www.yoursite.com/images/image-1.jpg</em><br>\n <strong>YouTube Video:</strong> <em>http://www.youtube.com/watch?v=VKS08be78os</em><br>\n <strong>Vimeo Video:</strong> <em>http://vimeo.com/8245346</em><br>\n <strong>Flash SWF:</strong> <em>http://www.yoursite.com/files/design.swf?width=792&height=294</em><br>\n <strong>i-Frame:</strong> <em>http://www.apple.com?iframe=true&width=850&height=500</em>\";s:4:\"type\";s:4:\"info\";}i:113;a:2:{s:4:\"name\";s:17:\"JavaScript Slider\";s:4:\"type\";s:7:\"heading\";}i:114;a:6:{s:4:\"name\";s:23:\"Slide Transition Effect\";s:4:\"desc\";s:43:\"Select a transition effect for your slides.\";s:2:\"id\";s:16:\"st_jslide_effect\";s:3:\"std\";s:5:\"slide\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:5:\"slide\";s:5:\"slide\";s:4:\"fade\";s:4:\"fade\";}}i:115;a:5:{s:4:\"name\";s:11:\"Slide Speed\";s:4:\"desc\";s:110:\"This number represents how fast your slides will animate.<br><br><em>Note:<br>lower number = faster speed</em>\";s:2:\"id\";s:15:\"st_jslide_speed\";s:3:\"std\";s:3:\"500\";s:4:\"type\";s:4:\"text\";}i:116;a:5:{s:4:\"name\";s:16:\"Slide Delay Time\";s:4:\"desc\";s:187:\"This number represents the amount of delay time between each slide.<br><br><em>Note: leaving this set to 0 will prevent the slides from auto-play.<br><br>lower number = shorter delay</em>\";s:2:\"id\";s:15:\"st_jslide_delay\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:4:\"text\";}i:117;a:6:{s:4:\"name\";s:16:\"Randomize Slides\";s:4:\"desc\";s:64:\"Select whether or not the slides will display in a random order.\";s:2:\"id\";s:19:\"st_jslide_randomize\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:4:\"true\";s:4:\"true\";s:5:\"false\";s:5:\"false\";}}i:118;a:6:{s:4:\"name\";s:14:\"Pause on Hover\";s:4:\"desc\";s:70:\"Select whether or not the slideshow will pause when hovered by a user.\";s:2:\"id\";s:21:\"st_jslide_pause_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:4:\"true\";s:4:\"true\";s:5:\"false\";s:5:\"false\";}}i:119;a:6:{s:4:\"name\";s:17:\"Navigation Arrows\";s:4:\"desc\";s:74:\"Select whether or not the slideshow will display Next and Previous arrows.\";s:2:\"id\";s:19:\"st_jslide_navarrows\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:4:\"true\";s:4:\"true\";s:5:\"false\";s:5:\"false\";}}}','yes'),(836,'of_themename','Sterling','yes'),(837,'of_shortname','st','yes'),(838,'txfx_plt_schema_version','3','yes'),(839,'st_sitelogo','http://www.onecaribbean.org/wp-content/uploads/ctologo2june4.jpg','yes'),(840,'st_loginlogo','http://www.onecaribbean.org/wp-content/uploads/FotoFlexer_Photo31.png','yes'),(841,'st_favicon','http://www.onecaribbean.org/wp-content/uploads/favicon.ico','yes'),(842,'st_logo_icon','','yes'),(843,'st_logo_text','','yes'),(844,'st_hidemetabox','true','yes'),(845,'st_inline_editing','true','yes'),(846,'st_seo_module','true','yes'),(847,'st_responsive','true','yes'),(848,'st_update_notifier','true','yes'),(849,'st_google_analytics','<script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-33759210-1'],['_setDomainName','www.onecaribbean.org'],['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga, s);})();</script>','yes'),(850,'st_blogpage','cto-news','yes'),(851,'st_blogtitle','CTO News','yes'),(852,'st_blog_searchbar','true','yes'),(853,'st_blogdescription','','yes'),(854,'st_blog_post_length','true','yes'),(855,'st_blog_excerpt_link','Continue Reading','yes'),(856,'st_blog_retweet','false','yes'),(857,'st_blog_fb_like','false','yes'),(858,'st_blog_pinterest','false','yes'),(859,'st_posted_by','false','yes'),(860,'st_post_comments','false','yes'),(861,'st_blogexcludetest','','yes'),(862,'st_footer_columns','3','yes'),(863,'st_footer_callout','false','yes'),(864,'st_footer_callout_text','<p class="callout-heading">CTO Scholarship Foundation Now Accepting Applications for 2014</p>\r\n<p class="callout-text">Apply now. </p>','yes'),(865,'st_footer_callout_button','Get Details ','yes'),(866,'st_footer_callout_button_url','http://www.onecaribbean.org/our-work/scholarship-foundation/2014-scholarships/','yes'),(867,'st_footer_copyright','Copyright © 2014 Caribbean Tourism Organization. All rights reserved. <br>The CTO is not responsible for the content of external internet sites.','yes'),(868,'st_google_font_open_sans','true','yes'),(869,'st_main_scheme','primary-blue','yes'),(870,'st_secondary_scheme','secondary-fire','yes'),(871,'st_custom_css','','yes'),(872,'st_custom_info_text','','yes'),(873,'st_breadcrumbs','true','yes'),(874,'st_breadcrumbs_home_text','Home','yes'),(875,'st_toolbar','true','yes'),(876,'st_dropdown','true','yes'),(877,'st_global_searchbar','true','yes'),(878,'st_searchbartext','Search...','yes'),(879,'st_scrolltoplink','true','yes'),(880,'st_scrolltoptext','Scroll to Top','yes'),(881,'st_gallery_posts_per_page','show all','yes'),(882,'st_boxedlayout','false','yes'),(883,'st_boxedlayout_shadow','1.0','yes'),(884,'st_body_bg_color','','yes'),(885,'st_select_body_bg','escheresque','yes'),(886,'st_body_bg_image','','yes'),(887,'st_designer_page_background_position','left top','yes'),(888,'st_designer_page_background_repeat','repeat','yes'),(889,'st_toolbar_bg_color','','yes'),(890,'st_banner_bg_color','','yes'),(891,'st_footer_bg_color','','yes'),(892,'st_banner_overlay','banner-noise.png','yes'),(893,'st_shadow_style','shadow-4.png','yes'),(894,'st_toolbar_padding','8px','yes'),(895,'st_nav_bar_padding','32px','yes'),(896,'st_interior_banner_padding','25px','yes'),(897,'st_footer_padding','10px','yes'),(898,'st_custom_link_color','','yes'),(899,'st_custom_link_color_main_menu','','yes'),(900,'st_custom_heading_color_h1','','yes'),(901,'st_custom_heading_color_h2','','yes'),(902,'st_custom_heading_color_h3','','yes'),(903,'st_custom_heading_color_h4','','yes'),(904,'st_custom_heading_color_h5','','yes'),(905,'st_custom_heading_color_h6','','yes'),(906,'st_custom_heading_color_widget','#3097c7','yes'),(907,'st_google_font','nofont','yes'),(908,'st_custom_google_font','','yes'),(909,'st_formbuilder','true','yes'),(910,'st_publickey','','yes'),(911,'st_privatekey','','yes'),(912,'st_recaptcha_theme','default_theme','yes'),(913,'st_recaptcha_custom','','yes'),(914,'st_contact_required','* required','yes'),(915,'st_contact_successmsg','Thank you for contacting us. We will get back to you as soon as possible. ','yes'),(916,'st_submit_button_text','Submit','yes'),(917,'st_error_searchbar','true','yes'),(918,'st_404title','Page not Found','yes'),(919,'st_404description','','yes'),(920,'st_404message','<p><strong>Oops! the page you are looking for could not be found.</strong></p>\r\n\r\n<p>Here are some links that you might find useful:</p>\r\n\r\n<ul class="not-found-list">\r\n<li><a href="http://www.">Home</a></li>\r\n<li><a href="http://www.">Sitemap</a></li>\r\n<li><a href="http://www.">Contact Us</a></li>\r\n</ul>','yes'),(921,'st_results_searchbar','true','yes'),(922,'st_results_title','Search Results','yes'),(923,'st_results_description','','yes'),(924,'st_results_fallback','<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>','yes'),(925,'st_construction_main','New Website Coming Soon!','yes'),(926,'st_construction_year','2013','yes'),(927,'st_construction_month','5','yes'),(928,'st_construction_day','10','yes'),(929,'st_home_lightbox_banner_content','','yes'),(930,'st_home_lightbox_primary_image','','yes'),(931,'st_home_lightbox_secondary_image','','yes'),(932,'st_home_lightbox','true','yes'),(933,'st_home_lightbox_content','','yes'),(934,'st_jslide_effect','slide','yes'),(935,'st_jslide_speed','700','yes'),(936,'st_jslide_delay','9000','yes'),(937,'st_jslide_randomize','false','yes'),(938,'st_jslide_pause_hover','true','yes'),(939,'st_jslide_navarrows','true','yes'),(940,'sterling-notifier-cache','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<notifier>\n <latest>2.1.4</latest>\n <changelog>\n<![CDATA[\n<h4>Version 2.1.4</h4>\n<ul>\n<li><strong>- Overview:</strong></li>\n<li>Visual improvements to shortcode manager.</li>\n<li>Added Pricing Boxes to shortcodes.</li>\n<li>Added \'Jumbo\' button size to shortcodes.</li>\n<li>Added Linkedin to team members shortcode</li>\n<li>Added \'Email Label\' to team members shortcode</li>\n<li>Added new Footer and Blog options to Site Options Panel</li>\n<li>Optimized CSS. Removed @import and combined images into single image sprite.</li>\n<li>Optimized top-toolbar dropdown menus.</li>\n<li>Updated jQuery Isotope to version 1.5.25</li>\n<li>Updated custom-meta-box to version 0.9.2</li>\n<li>Fixed \"un-even rows\" bug in Gallery sections.</li>\n<li>--------------------------------------------</li>\n<li><strong>- Removed Files:</strong> <em>/images/global/... arrow-up.png, bg-archive-heading.png, bg-banner-search-glass.png, bg-banner-search.png, bg-breadcrumb-home.png, bg-footer-callout.png, bg-footer-copyright.png, bg-meta-data.png, bg-slider-nav.png, bg-slider-navigation-arrows.png, bg-team-contact.png, bg-texture.png, bg-toolbar-social-icons.png, bg-top-link.png, bg-tt-share.png, bg-ui-top-link.png, img-frame.png, quotation-marks.png </em> No longer needed. These images added to single image sprite (/global/sprite.png)</li>\n<li><strong>- Removed Files:</strong> <em>/images/shortcodes/... arrow-down.png, accordion-BG.png, arrow.png, button-sprite.png, callout-bg-dark.png, callout-bg-light.png, cross.png, exclamation.png, notification-closeable-x.png, minus-sign.png, neutral.png, plus-sign.png, tick.png, tt-dropcap-sprite.png</em> No longer needed. These images added to single image sprite (/global/sprite.png)</li>\n<li><strong>- Removed Folder:</strong> <em>/images/shortcodes/icons</em> No longer needed. These images added to single image sprite (/global/sprite.png)</li>\n<li><strong>- Removed Folder:</strong> <em>/images/shortcodes/mono-icons</em> No longer needed. These images added to single image sprite (/global/sprite.png)</li>\n\n<li><strong>- Removed Folder:</strong> <em>/images/global/prettyPhoto</em> No longer needed.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/shortcodes.php</em> Line 466 - Added $email_label and $linkedin properties.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/tinymce/config.php</em> Line 870 - Added $email_label and $linkedin to visual shortcode manager.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/tinymce/config.php</em> Line 57 - Added \'Jumbo\' button size.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/tinymce/plugin.js</em> Line 22 - Added \'split button\' tinymce function.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/_theme_specific_init.php</em> Line 2 - Added woocommerce theme_support function.</li>\n<li><strong>- File Update:</strong> <em>/framework/js/jquery.isotope.js</em> Updated to version 1.5.25</li>\n<li><strong>- File Update:</strong> <em>/framework/css/_mobile.css</em> Line 448 - Top toolbar dropdown menu optimizations.</li>\n<li><strong>- File Update:</strong> <em>/framework/style.css</em> Line 4903 - Top toolbar dropdown menu optimizations.</li>\n<li><strong>- File Update:</strong> <em>/framework/style.css</em> Line 4997 - Adding styled for pricing box shortcodes.</li>\n<li><strong>- File Update:</strong> <em>/framework/js/custom-main.js</em> Line 396 - Added jQuery to fix \"un-even rows\" in jQuery isotope.</li>\n<li><strong>- File Update:</strong> <em>/framework/truethenes/metabox/</em> Updated all files in this folder to new script version 0.9.2</li>\n<li><strong>- File Update:</strong> <em>/framework/framework_init.php</em> fixed timthumb multisite url, it is actually the same for both single and multisite installation</li>\n</ul>\n\n\n<h4>Version 2.1.3</h4>\n<ul>\n<li><strong>- File Update:</strong> <em>multiple_sidebars.php</em> Line 70 replaced opening p tag with h3 tag.</li>\n<li><strong>- File Update:</strong> <em>timthumb.php</em> Update timthumb to latest version 2.8.11</li>\n<li><strong>- File Update:</strong> <em>shortcodes.php</em> Line 442 added raw tags to prevent auto p end tag added in blockquote</li>\n<li><strong>- File Update:</strong> <em>functions.php</em> Added missing PHP closing tag at end of file</li>\n<li><strong>- File Update:</strong> <em>framework_init.php</em> Enhanced Jetpack plugin check.</li>\n<li><strong>- File Update:</strong> <em>theme-specific/admin-functions.php</em> line 157 modified to prevent sanitization of custom css code from site option.</li>\n<li><strong>- File Update:</strong> <em>theme-specific/admin-functions.php</em> line 275 added check for background image to prevent null.png</li>\n<li><strong>- File Update:</strong> <em>en_US.po and en_US.mo</em> Updated new translation strings.</li>\n<li><strong>- File Update:</strong> <em>metabox.php and all gallery templates</em> Added Lightbox description for all Lightbox images.</li>\n<li><strong>- File Update:</strong> <em>widget.php and style.css</em> Added pinterest and instagram to custom social widget.</li>\n<li><strong>- File Update:</strong> <em>_mobile.css</em> Added fix for boxed layout margin and padding</li>\n<li><strong>- File Update:</strong> <em>_mobile.css</em> Added fix for comments width, video embed width, construction date in single article view in iPhone and fixed video embed width iPad Portrait view.</li>\n<li><strong>- File Update:</strong> <em>_woocommerce.css</em> Fix for woocommerce version 2.0.1 explanation in file</li>\n<li><strong>- File Update:</strong> <em>grunion-contact-form.php</em> Fix message icon background image url path.</li>\n</ul>\n\n\n<h4>Version 2.1.2</h4>\n<ul>\n<li><strong>- File Update:</strong> <em>/css/_woocommerce.css</em> Update with woocommerce products width and remove bullets css fix.</li>\n<li><strong>- File Update:</strong> <em>framework_init.php</em> Update with class_exists check for Jetpack grunion contact form.</li>\n<li><strong>- File Update:</strong> <em>admin-functions.php</em> Updated with checks for Jetpack plugin, show global notification in Theme activation view if detected.</li>\n<li><strong>- File Update:</strong> <em>latest-tweets.php</em> Update with checks for allow_url_fopen and cURL, and error message fallback.</li>\n<li><strong>- File Update:</strong> <em>style.css</em> Comment out line 5449, to allow links in tweets.</li>\n<li><strong>- File Update:</strong> <em>footer.php</em> Fixed error in slide.js init code, removed quotes to boolean true.</li>\n<li><strong>- File Update:</strong> <em>page-comments.php</em> Fixed error in wp_lists_comments() callback. Callback function should be truethemes_page_comments</li>\n<li><strong>- File Update:</strong> <em>footer.php</em> Added function to allow HTML in copyright notice.</li>\n<li><strong>- File Update:</strong> <em>wpml-config.xml</em> Added new site option strings, st_woocommerce_title and st_woocommerce_description.</li>\n</ul>\n\n\n<h4>Version 2.1.1</h4>\n<ul>\n<li><strong>- Added New File:</strong> <em>/framework/js/respond.js</em> New file added for CSS3 Media Queries in web browsers > IE8.</li>\n<li><strong>- File Update:</strong> <em>header.php</em> Added reference to respond.js for Internet Explorer.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/shortcodes.php</em> Removed [raw] tags for proper paragraph formatting.</li>\n<li><strong>- File Update:</strong> <em>/framework/js/jquery.scrollTo-min.js</em> Updated file to latest version. Fixed Google Chrome rendering bug on FAQ template.</li>\n<li><strong>- File Update:</strong> <em>css/_woocommerce.css</em> Fixed \"wrapping checkout button\" bug.</li>\n</ul>\n\n\n<h4>Version 2.1</h4>\n<ul>\n<li><strong>- Overview:</strong> Compatibility with Wordpress 3.5, Theme now packaged with WP CU3ER and Layer Slider Plugins, Ability for Sliders on every page, Completely re-vamped Core Theme Files for speed security and optimization.</li>\n<li><strong>- File Update:</strong> <em>(nearly all files)</em> We\'ve commissioned a developer of Wordpress core to completely optimize every file in this version. The theme has been completely optimized for speed, security and optimization. All code now also follows Wordpress Codex Coding Standards.</li>\n<li><strong>- File Update:</strong> <em>(all page templates updated)</em> Replaced banner code with page slider code. All pages now have ability for custom slider.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/metabox.php</em> Added new metaboxes to post and page editing screens for custom slider input.</li>\n<li><strong>- File Update:</strong> <em>/framework/extended/grunion-contact-form/grunion-contact-form.php</em> Modified button styling to match WordPress 3.5 styling.</li>\n<li><strong>- File Update:</strong> <em>screenshot.png</em> Modified screenshot dimensions as per WordPress 3.5 retina display requirements (600x450px)</li>\n<li><strong>- Added New File:</strong> <em>template-part-page-slider.php</em> New functionality for page sliders.</li>\n<li><strong>- Added New Folder:</strong> <em>/framework/extended/tgm-plugin-activation</em> New script that enables you to easily install recommended plugins for this theme.</li> \n</ul>\n\n\n<h4>Version 2.0.3</h4>\n<ul>\n<li><strong>- Overview:</strong> Speed optimizations and bug fixes.</li>\n<li><strong>- File Update:</strong> <em>/framework/global/theme-functions.php</em> Added code to further clean up wp_head output. Added code to further optimize TrueThemes \'comments on pages\' functionality.</li>\n<li><strong>- File Update:</strong> <em>/css/_woocommerce</em> Further optimized CSS for woocommerce.</li>\n<li><strong>- File Update:</strong> <em>header.php</em> Added CSS3 Media Queries to IE8 and below.</li>\n<li><strong>- File Update:</strong> <em>/framework/admin/admin-interface.php</em> Speed Optimization for \'save settings\' functionality.</li>\n<li><strong>- File Update:</strong> <em>page-template-full-width.php</em> Added check for WooCommerce page and applied custom CSS Class accordingly.</li>\n<li><strong>- Added New File:</strong> <em>/images/arrow-small-down.png</em> Image used on main navigation.</li>\n<li><strong>- Added New File:</strong> <em>/images/arrow-small-right.png</em> Image used on main navigation.</li>\n<li><strong>- File Update:</strong> <em>/framework/js/custom-main.js</em> Added new code to add arrow indicators on main nav items that contain child pages.</li>\n<li><strong>- File Update:</strong> <em>style.css</em> Added CSS for arrow indicators on main nav items that contain child pages.</li>\n</ul>\n\n<h4>Version 2.0.2</h4>\n<ul>\n<li><strong>- Overview:</strong> Further optimized woocommerce shortcodes. Added new shortcodes: content boxes, email encoder, drop caps, highlight text, mono icons.</li>\n<li><strong>- File Update:</strong> <em>footer.php</em> Added new class name to Footer Callout Button.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/shortcodes.php</em> Added new shortcodes.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/tinymce/config.php</em> Added new shortcodes.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/tinymce/plugin.js</em> Added new shortcodes to the visual shortcode dropdown list.</li>\n<li><strong>- File Update:</strong> <em>/css/_woocommerce</em> Further optimized CSS for woocommerce shortcodes.</li>\n<li><strong>- Added New Folder:</strong> <em>/images/shortcodes/mono-icons</em> Images used for mono icons shortcode.</li>\n<li><strong>- Added New File:</strong> <em>/images/shortcodes/tt-dropcap-sprite.png</em> Image used for drop cap shortcode.</li>\n</ul>\n\n<h4>Version 2.0.1</h4>\n<ul>\n<li><strong>- Meta Box (Page Settings):</strong> Updated with checkbox to allow comments on page.</li>\n<li><strong>- Added New File:</strong> /page-comments.php</li>\n<li><strong>- Widget Update:</strong> Updated Twitter widget to work with new Twitter API.</li>\n<li><strong>- Overview:</strong> Boxed Layout, Body Backgrounds, Per-Page Styling, Comments on Pages, Theme Designer Options</li>\n<li><strong>- File Update:</strong> <em>/css/_mobile.css</em> Improved responsive-ness of Under Construction Page Template.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/shortcodes.php</em> Modified Shortcode for Notification Boxes.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/tinymce/config.php</em> Added \'closeable\' option to Notification Boxes.</li>\n<li><strong>- Added New File:</strong> /images/shortcodes/notification-closeable-x.png</li>\n</ul>\n\n\n<h4>Version 2.0</h4>\n<ul>\n<li><strong>- Overview:</strong> Boxed Layout, Body Backgrounds, Per-Page Styling, Comments on Pages, Theme Designer Options</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Slider Navigation Arrows.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Boxed Layout.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Color.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Image.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Image Position.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Image repeat.</li>\n<li><strong>- Shortcode Update:</strong> Added Facebook and Google+ to Team Members Shortcode.</li>\n<li><strong>- Shortcode Update:</strong> Added Team Members to Visual Shortcode Editor.</li>\n<li><strong>- Shortcode Update:</strong> Added Testimonials to Visual Shortcode Editor.</li>\n<li><strong>- File Update:</strong> <em>/css/_mobile.css</em> Added styles for Slider Navigation Arrows.</li>\n<li><strong>- File Update:</strong> <em>style.css</em> Added styles for Slider Navigation Arrows.</li>\n<li><strong>- File Update:</strong> <em>style.css</em> Added styles for Boxed Layout.</li>\n<li><strong>- File Update:</strong> <em>footer.php</em> Modified JavaScript and PHP for Slider Navigation Arrows.</li>\n<li><strong>- File Update:</strong> <em>footer.php</em> Added closing div tag for boxed layout.</li>\n<li><strong>- File Update:</strong> <em>header.php</em> Added opening div tag for boxed layout.</li>\n<li><strong>- File Update:</strong> <em>header.php</em> Added conditionals for custom per-page color scheme.</li>\n<li><strong>- File Update:</strong> <em>page-template-home-jquery.php</em> Added PHP check for Slider Navigation Arrows.</li>\n<li><strong>- File Update:</strong> <em>page-template-home-jquery-sidebar.php</em> Added PHP check for Slider Navigation Arrows.</li>\n<li><strong>- File Update:</strong> <em>wpml-config.xml</em> Optimized XML strings for WPML Translation Plugin.</li>\n<li><strong>- File Update:</strong> <em>/framework/admin/admin-style.css</em> Modified CSS for color-picker descriptive text.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/metabox.php</em> Added new page option for custom per-page color schemes.</li>\n<li><strong>- File Update:</strong> <em>/framework/global/widgets.php</em> Added Google+ to Social Media Widget.</li>\n<li><strong>- File Update:</strong> <em>/images/global/image-sprite.png</em> Added Google+ Icon.</li>\n<li><strong>- File Update:</strong> <em>/framework/admin/images/bg-icn.png</em> Added Icon for WooCommerce Page.</li>\n<li><strong>- File Update:</strong> <em>/images/global/bg-toolbar-social-icons.png</em> Added Google+ Icon.</li>\n<li><strong>- Folder Update:</strong> <em>/framework/truethemes/metabox</em> Updated Metabox script to latest version (0.9).</li>\n<li><strong>- Added New Folder:</strong> /images/body-backgrounds</li>\n<li><strong>- Added New File:</strong> /template-part-page-styling.php</li>\n</ul>\n\n<h4>Version 1.0.9</h4>\n<ul>\n<li><strong>- File Update:</strong> <em>/css/_woocommerce.css</em> Added CSS fixes for product review functionality.</li>\n<li><strong>- File Update:</strong> <em>/framework/js/custom-woocommerce.js</em> Added optimizations for WooCommerce shopping cart widget.</li\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/update-notifier.php</em> Added fix for Child Theme update notification.</li>\n</ul>\n\n<h4>Version 1.0.8</h4>\n<ul>\n<li>- Improved Theme Compatibility with WooCommerce Plugin.</li>\n<li><strong>- Site Options Panel:</strong> Added new section for WooCommerce Settings.</li>\n<li><strong>- Added New Folder:</strong> /images/woocommerce</li>\n<li><strong>- Added New File:</strong> /framework/js/jquery.superfish.js</li>\n<li><strong>- Added New File:</strong> /framework/js/custom-woocommerce.js</li>\n<li><strong>- Added New File:</strong> /framework/extended/woocommerce.php</li>\n<li><strong>- Added New File:</strong> /template-part-woocommerce-banner.php</li>\n<li><strong>- File Update:</strong> <em>page.php</em> Added WooCommerce conditionals.</li>\n<li><strong>- File Update:</strong> <em>/framework/js/custom-main.js</em> Added jQuery superfish function. (added for drop-down nav within top toolbar)</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/javascript.php</em> Added WooCommerce conditionals. Enqueue jQuery superfish script.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/sidebars.php</em> Added 2 new sidebars for WooCommerce pages.</li>\n<li><strong>- File Update:</strong> <em>page-template-left-nav.php</em> Added ability for custom Left Nav Menu.</li>\n<li><strong>- File Update:</strong> <em>/framework/theme-specific/metabox.php</em> Added Metabox to Wordpress Page Editing screen which allows for custom Left Nav Menu.</li>\n</ul>\n\n<h4>Version 1.0.7</h4>\n<ul>\n<li>- Fixed all templates and site option to allow text with apostrophe</li>\n<li>- Fixed fatal error in category, archive, tags..etc caused by undefined function in template-part-small-banner.php</li>\n</ul>\n\n<h4>Version 1.0.6</h4>\n<ul>\n<li>- Fixed if conditional loop in comments.php to prevent sidebar from dropping off page.</li>\n<li>- Loading of jQuery in html head for plugin compatibility.</li>\n<li>- Minor bug fixes in search template</li>\n<li>- Optimized PHP Error Reporting</li>\n<li>- Optimized Timthumb URL for multi-site</li>\n<li>- Improved Theme Compatibility with WPML Multilingual Plugin.</li>\n</ul>\n\n<h4>Version 1.0.5</h4>\n<ul>\n<li>- Improved Theme Compatibility with WordPress 3.4.</li>\n<li>- Fixed SEO Module bug in Utility Page Templates.</li>\n</ul>\n\n<h4>Version 1.0.4</h4>\n<ul>\n<li>- Improved Responsive function of Homepage Lightbox page template.</li>\n<li>- Improved JavaScript page-specific loading.</li>\n<li>- Site Options Panel: Added ability to disable Responsive Design.</li>\n<li>- Site Options Panel: Added ability to disable Searchbar on a global level.</li>\n<li>- Site Options Panel: Added ability to rename breadcrumbs \"Home\" link.</li>\n<li>- Site Options Panel: Added ability to add a Banner Description to 404 and Search Results pages.</li>\n<li>- Added Localization Strings to Google Maps Widget.</li>\n<li>- Added JavaScript fix for top-link on FAQ page template.</li>\n<li>- Added PHP/Wordpress fix for Video Transparency bug.</li>\n<li>- Added HTML/PHP fix for Video Homepage Left Align.</li>\n<li>- Added CSS fix for single-line divider.</li>\n<li>- Added CSS fix for Wordpress \"nextpage\" functionality.</li>\n<li>- Added CSS fix for #12 display bug on FAQ Page Template.</li>\n<li>- Added CSS fix for Theme Designer Banner Settings.</li>\n<li>- Added CSS fix for Tag Cloud background image.</li>\n<li>- Added CSS fix for Active Main Menu Link showing on Search Results page.</li>\n<li>- Removed File: \"template-part-under-construction-footer.php\":</strong> Functions have been added to \"footer.php\".</li>\n</ul>\n\n<h4>Version 1.0.3</h4>\n<ul>\n<li><strong>- Improved speed within in Admin Dashboard.</li>\n<li><strong>- Fixed JavaScript Slider bugs. Clickable links and Featured Image ALT text.</li>\n<li><strong>- Improved Footer Menu functionality. Menu will not display if nothing is set.</li>\n<li><strong>- Fixed Business Hours Widget bug. Removed background color when placed in footer.</li>\n<li><strong>- Improved jQuery Tab Shortcodes.</li>\n<li><strong>- Fixed CSS bug with 3rd-level menu highlighting.</li>\n</ul>\n\n<h4>Version 1.0.2</h4>\n<ul>\n<li>- Added new section to Site Options Panel (JavaScript Slider).</li>\n<li>- Fixed bug on \"Under Construction\" page template.</li>\n<li>- Updated Gallery Posts to allow for multiple categories.</li>\n<li>- Updated Gallery Posts to allow for page linking.</li>\n<li>- Improved Child Theme / Theme Designer compatibility.</li>\n<li>- Fixed column shortcode bug.</li>\n<li>- Updated TimThumb to latest version.</li>\n</ul>\n\n<h4>Version 1.0.1</h4>\n<ul>\n<li>- Fixed PHP fopen error.</li>\n<li>- Fixed SEO module settings saving.</li>\n<li>- Fixed javascript error in drop menu, viewable only in error console.</li>\n<li>- Fixed saving of default settings in site options.</li>\n<li>- Added suppressing of e_warning and e_notice etc when WP_DEBUG is set to true, does not suppress PHP error reporting.</li>\n<li>- Minor CSS adjustments for better \"responsive-ness\".</li>\n</ul>\n\n<h4>Version 1.0</h4>\n<ul>\n<li>- Initial Theme release.</li>\n</ul>\n<br>\n]]>\n </changelog>\n</notifier>','yes'),(941,'sterling-notifier-cache-last-updated','1409669060','yes'),(942,'pagenavi_options','a:14:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:7:\"«\";s:9:\"last_text\";s:7:\"»\";s:9:\"next_text\";s:7:\"»\";s:9:\"prev_text\";s:7:\"«\";s:13:\"dotright_text\";s:3:\"...\";s:12:\"dotleft_text\";s:3:\"...\";s:5:\"style\";i:1;s:9:\"num_pages\";i:5;s:11:\"always_show\";i:0;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;}','yes'),(943,'st_blogexcludetest_4','false','yes'),(944,'st_blogexcludetest_3','true','yes'),(945,'st_blogexcludetest_1','true','yes'),(952,'_site_transient_timeout_browser_5c0232a4d8aaf7c49f977e33742fbcb4','1363168110','yes'),(953,'_site_transient_browser_5c0232a4d8aaf7c49f977e33742fbcb4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"25.0.1364.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1039,'bgmp-category_children','a:0:{}','yes'),(1046,'st_blogexcludetest_28','false','yes'),(1047,'st_blogexcludetest_29','false','yes'),(1048,'st_blogexcludetest_30','true','yes'),(1049,'st_blogexcludetest_31','true','yes'),(1091,'widget_social_networks','a:3:{i:2;a:16:{s:5:\"title\";s:15:\"Connect with Us\";s:10:\"title_link\";s:0:\"\";s:3:\"rss\";s:36:\"http://feeds.feedburner.com/cto-news\";s:7:\"twitter\";s:33:\"http://www.twitter.com/ctotourism\";s:8:\"facebook\";s:60:\"http://www.facebook.com/CaribbeanTourismOrganization?sk=wall\";s:5:\"email\";s:28:\"ctobarbados@caribtourism.com\";s:6:\"flickr\";s:0:\"\";s:7:\"youtube\";s:38:\"http://www.youtube.com/user/CTOtourism\";s:8:\"linkedin\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:9:\"delicious\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:6:\"google\";s:0:\"\";s:7:\"display\";N;s:9:\"pinterest\";s:0:\"\";s:9:\"instagram\";s:0:\"\";}i:3;a:16:{s:5:\"title\";s:16:\"Connect with CTO\";s:10:\"title_link\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:7:\"twitter\";s:30:\"https://twitter.com/ctotourism\";s:8:\"facebook\";s:60:\"http://www.facebook.com/CaribbeanTourismOrganization?sk=wall\";s:5:\"email\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:7:\"youtube\";s:38:\"http://www.youtube.com/user/CTOtourism\";s:8:\"linkedin\";s:62:\"http://www.linkedin.com/company/caribbean-tourism-organization\";s:10:\"foursquare\";s:0:\"\";s:9:\"delicious\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:6:\"google\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:7:\"display\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(1096,'sbg_sidebars','a:5:{s:17:\"MembershipSidebar\";s:18:\"Membership Sidebar\";s:4:\"null\";s:4:\"null\";s:12:\"BoardReports\";s:13:\"Board Reports\";s:3:\"TSA\";s:3:\"TSA\";s:13:\"UKTravelTrade\";s:13:\"UKTravelTrade\";}','yes'),(1212,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1232,'theme_mods_Sterling-Child-Theme','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"Main Menu\";i:47;s:11:\"Footer Menu\";i:48;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1365292118;s:4:\"data\";a:21:{s:10:\"sidebar-16\";a:1:{i:0;s:10:\"nav_menu-3\";}s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:12:\"flexipages-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-1\";}s:9:\"sidebar-4\";a:1:{i:0;s:19:\"dp-twitter-widget-1\";}s:9:\"sidebar-5\";a:1:{i:0;s:7:\"links-1\";}s:9:\"sidebar-6\";a:1:{i:0;s:18:\"dp-flickr-widget-1\";}s:9:\"sidebar-7\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:1:{i:0;s:17:\"social_networks-2\";}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:0:{}s:10:\"sidebar-12\";a:0:{}s:10:\"sidebar-13\";a:0:{}s:10:\"sidebar-14\";a:0:{}s:21:\"page-sidebar-aboutcto\";a:0:{}s:23:\"page-sidebar-tvssidebar\";a:1:{i:0;s:10:\"nav_menu-4\";}s:10:\"sidebar-17\";a:0:{}s:10:\"sidebar-18\";a:0:{}s:10:\"sidebar-19\";a:0:{}}}}','yes'),(1309,'_site_transient_timeout_browser_06df7252d912cc9f4a8f895809c372b8','1363897640','yes'),(1310,'_site_transient_browser_06df7252d912cc9f4a8f895809c372b8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"25.0.1364.152\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1584,'_site_transient_timeout_browser_b4c18ecb06b751fa1bf7aec676f1e2e0','1364908355','yes'),(1585,'_site_transient_browser_b4c18ecb06b751fa1bf7aec676f1e2e0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"25.0.1364.172\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1668,'_site_transient_timeout_browser_524bc892d6262ff099bceca9e958b2e6','1365602871','yes'),(1669,'_site_transient_browser_524bc892d6262ff099bceca9e958b2e6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"26.0.1410.43\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1825,'_site_transient_timeout_browser_94819aa13055002ecd7952146bbb3c05','1366036691','yes'),(1826,'_site_transient_browser_94819aa13055002ecd7952146bbb3c05','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"6.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1862,'st_blogexcludetest_55','true','yes'),(1863,'st_blogexcludetest_54','true','yes'),(1872,'mmb_stats_filter','a:9:{i:0;a:2:{i:0;s:7:\"updates\";i:1;a:3:{s:7:\"plugins\";b:1;s:6:\"themes\";b:1;s:7:\"premium\";b:1;}}i:1;a:2:{i:0;s:11:\"core_update\";i:1;a:1:{s:4:\"core\";b:1;}}i:2;a:2:{i:0;s:5:\"posts\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:3;a:2:{i:0;s:6:\"drafts\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:4;a:2:{i:0;s:9:\"scheduled\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:5;a:1:{i:0;s:11:\"hit_counter\";}i:6;a:2:{i:0;s:8:\"comments\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:7;a:1:{i:0;s:7:\"backups\";}s:7:\"plugins\";a:1:{s:7:\"cleanup\";a:3:{s:8:\"overhead\";a:0:{}s:9:\"revisions\";a:1:{s:11:\"num_to_keep\";s:3:\"r_5\";}s:4:\"spam\";a:0:{}}}}','yes'),(1873,'wrksettings','a:3:{s:6:\"master\";s:20:\"https://managewp.com\";s:8:\"datacron\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:7:\"dataown\";i:39095;}','yes'),(1874,'mwp_backup_tasks','a:3:{s:28:\"Weekly Marketing Site Backup\";a:2:{s:9:\"task_args\";a:14:{s:4:\"type\";s:6:\"weekly\";s:4:\"what\";s:4:\"full\";s:15:\"optimize_tables\";b:0;s:8:\"schedule\";s:3:\"0|7\";s:13:\"del_host_file\";b:0;s:12:\"disable_comp\";i:0;s:5:\"limit\";s:1:\"1\";s:3:\"url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:8:\"site_key\";s:32:\"87ce921609ab46cfad5c61fc8e3007bd\";s:7:\"task_id\";s:5:\"23740\";s:7:\"exclude\";a:3:{i:0;s:16:\"wp-content/cache\";i:1;s:21:\"wp-content/w3tc-cache\";i:2;s:19:\"wp-content/managewp\";}s:7:\"include\";N;s:12:\"account_info\";a:0:{}s:4:\"next\";i:1368316800;}s:12:\"task_results\";a:1:{i:0;a:5:{s:4:\"size\";s:4:\"52mb\";s:8:\"duration\";s:6:\"21.27s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:182:\"/nfs/c08/h01/mnt/115977/domains/www.onecaribbean.org/html/wp-content/managewp/backups/www.onecaribbean.org_weekly_full_2013-05-05_8f75e4d4f995925e6506ece089e3bd7f.zip\";s:8:\"file_url\";s:152:\"http://www.onecaribbean.org/wp-content/managewp/backups/www.onecaribbean.org_weekly_full_2013-05-05_8f75e4d4f995925e6506ece089e3bd7f.zip\";}s:4:\"time\";i:1367714927;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}}}s:10:\"Backup Now\";a:2:{s:9:\"task_args\";a:8:{s:4:\"what\";s:4:\"full\";s:15:\"optimize_tables\";b:0;s:7:\"exclude\";a:0:{}s:7:\"include\";a:0:{}s:13:\"del_host_file\";b:0;s:12:\"disable_comp\";i:0;s:5:\"limit\";s:1:\"1\";s:12:\"account_info\";a:0:{}}s:12:\"task_results\";a:1:{i:0;a:4:{s:4:\"size\";s:4:\"64mb\";s:8:\"duration\";s:6:\"12.41s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:182:\"/nfs/c08/h01/mnt/115977/domains/www.onecaribbean.org/html/wp-content/managewp/backups/www.onecaribbean.org_manual_full_2013-05-10_fff3b0479768e0b2f327bcd8241d7f5f.zip\";s:8:\"file_url\";s:152:\"http://www.onecaribbean.org/wp-content/managewp/backups/www.onecaribbean.org_manual_full_2013-05-10_fff3b0479768e0b2f327bcd8241d7f5f.zip\";}s:4:\"time\";i:1368214844;}}}s:11:\"CTO STAGING\";a:2:{s:9:\"task_args\";a:14:{s:4:\"type\";s:5:\"daily\";s:4:\"what\";s:4:\"full\";s:15:\"optimize_tables\";b:0;s:8:\"schedule\";s:1:\"0\";s:13:\"del_host_file\";b:0;s:12:\"disable_comp\";i:0;s:5:\"limit\";s:1:\"1\";s:3:\"url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:8:\"site_key\";s:32:\"87ce921609ab46cfad5c61fc8e3007bd\";s:7:\"task_id\";i:40530;s:7:\"exclude\";a:2:{i:0;s:16:\"wp-content/cache\";i:1;s:21:\"wp-content/w3tc-cache\";}s:7:\"include\";N;s:12:\"account_info\";a:0:{}s:4:\"next\";i:1368230400;}s:12:\"task_results\";a:1:{i:0;a:5:{s:4:\"size\";s:4:\"64mb\";s:8:\"duration\";s:6:\"10.34s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:181:\"/nfs/c08/h01/mnt/115977/domains/www.onecaribbean.org/html/wp-content/managewp/backups/www.onecaribbean.org_daily_full_2013-05-10_c576f5dcee98154847fa6ba2b5a51213.zip\";s:8:\"file_url\";s:151:\"http://www.onecaribbean.org/wp-content/managewp/backups/www.onecaribbean.org_daily_full_2013-05-10_c576f5dcee98154847fa6ba2b5a51213.zip\";}s:4:\"time\";i:1368214987;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}}}}','yes'),(1876,'_site_transient_timeout_browser_c881d162a563c13744d797999767b246','1366057142','yes'),(1877,'_site_transient_browser_c881d162a563c13744d797999767b246','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"26.0.1410.43\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1879,'user_hit_count','a:14:{s:10:\"2013-04-28\";i:446;s:10:\"2013-04-29\";i:57;s:10:\"2013-04-30\";i:139;s:10:\"2013-05-01\";i:310;s:10:\"2013-05-02\";i:214;s:10:\"2013-05-03\";i:202;s:10:\"2013-05-04\";i:75;s:10:\"2013-05-05\";i:364;s:10:\"2013-05-06\";i:331;s:10:\"2013-05-07\";i:584;s:10:\"2013-05-08\";i:407;s:10:\"2013-05-09\";i:564;s:10:\"2013-05-10\";i:281;s:10:\"2013-05-11\";i:5;}','yes'),(1887,'wpmembers_settings','a:12:{i:0;s:5:\"2.8.1\";i:1;i:1;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;}','yes'),(1888,'wpmembers_fields','a:16:{i:0;a:7:{i:0;i:1;i:1;s:10:\"First Name\";i:2;s:10:\"first_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:1;a:7:{i:0;i:2;i:1;s:9:\"Last Name\";i:2;s:9:\"last_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:2;a:7:{i:0;i:3;i:1;s:9:\"Address 1\";i:2;s:5:\"addr1\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:3;a:7:{i:0;i:4;i:1;s:9:\"Address 2\";i:2;s:5:\"addr2\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:4;a:7:{i:0;i:5;i:1;s:4:\"City\";i:2;s:4:\"city\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:5;a:7:{i:0;i:6;i:1;s:5:\"State\";i:2;s:8:\"thestate\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:6;a:7:{i:0;i:7;i:1;s:3:\"Zip\";i:2;s:3:\"zip\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:7;a:7:{i:0;i:8;i:1;s:7:\"Country\";i:2;s:7:\"country\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:8;a:7:{i:0;i:9;i:1;s:9:\"Day Phone\";i:2;s:6:\"phone1\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:9;a:7:{i:0;i:10;i:1;s:5:\"Email\";i:2;s:10:\"user_email\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:10;a:7:{i:0;i:11;i:1;s:7:\"Website\";i:2;s:8:\"user_url\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:11;a:7:{i:0;i:12;i:1;s:3:\"AIM\";i:2;s:3:\"aim\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:12;a:7:{i:0;i:13;i:1;s:8:\"Yahoo IM\";i:2;s:3:\"yim\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:13;a:7:{i:0;i:14;i:1;s:18:\"Jabber/Google Talk\";i:2;s:6:\"jabber\";i:3;s:4:\"text\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:14;a:7:{i:0;i:15;i:1;s:17:\"Biographical Info\";i:2;s:11:\"description\";i:3;s:8:\"textarea\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:15;a:9:{i:0;i:16;i:1;s:3:\"TOS\";i:2;s:3:\"tos\";i:3;s:8:\"checkbox\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";i:7;s:5:\"agree\";i:8;s:1:\"n\";}}','yes'),(1889,'wpmembers_dialogs','a:9:{i:0;s:118:\"This content is restricted to site members. If you are an existing user, please login. New users may register below.\";i:1;s:50:\"Sorry, that username is taken, please try another.\";i:2;s:74:\"Sorry, that email address already has an account.<br />Please try another.\";i:3;s:123:\"Congratulations! Your registration was successful.<br /><br />You may now login using the password that was emailed to you.\";i:4;s:29:\"Your information was updated!\";i:5;s:53:\"Passwords did not match.<br /><br />Please try again.\";i:6;s:91:\"Password successfully changed!<br /><br />You will need to re-login with your new password.\";i:7;s:65:\"Either the username or email address do not exist in our records.\";i:8;s:209:\"Password successfully reset!<br /><br />An email containing a new password has been sent to the email address on file for your account. You may change this random password then re-login with your new password.\";}','yes'),(1890,'wpmembers_tos','Put your TOS (Terms of Service) text here. You can use HTML markup.','yes'),(1891,'wpmembers_email_newreg','a:2:{s:4:\"subj\";s:37:\"Your registration info for [blogname]\";s:4:\"body\";s:268:\"Thank you for registering for [blogname]\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may login here:\r\n[reglink]\r\n\r\nYou may change your password here:\r\n[members-area]\r\n\";}','yes'),(1892,'wpmembers_email_newmod','a:2:{s:4:\"subj\";s:40:\"Thank you for registering for [blogname]\";s:4:\"body\";s:173:\"Thank you for registering for [blogname]. \r\nYour registration has been received and is pending approval.\r\nYou will receive login instructions upon approval of your account\r\n\";}','yes'),(1893,'wpmembers_email_appmod','a:2:{s:4:\"subj\";s:50:\"Your registration for [blogname] has been approved\";s:4:\"body\";s:299:\"Your registration for [blogname] has been approved.\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may login and change your password here:\r\n[members-area]\r\n\r\nYou originally registered at:\r\n[reglink]\r\n\";}','yes'),(1894,'wpmembers_email_repass','a:2:{s:4:\"subj\";s:34:\"Your password reset for [blogname]\";s:4:\"body\";s:157:\"Your password for [blogname] has been reset\r\n\r\nYour new password is included below. You may wish to retain a copy for your records.\r\n\r\npassword: [password]\r\n\";}','yes'),(1895,'wpmembers_email_notify','a:2:{s:4:\"subj\";s:36:\"New user registration for [blogname]\";s:4:\"body\";s:221:\"The following user registered for [blogname] (and is pending approval)\r\n \r\nusername: [username]\r\nemail: [email]\r\n\r\n[fields]\r\nThis user registered here:\r\n[reglink]\r\n\r\nuser IP: [user-ip]\r\n \r\nactivate user: [activate-user]\r\n\";}','yes'),(1896,'wpmembers_email_footer','----------------------------------\r\nThis is an automated message from [blogname]\r\nPlease do not reply to this address','yes'),(1897,'wpmembers_style','http://www.onecaribbean.org/wp-content/plugins/wp-members/css/wp-members-2012.css','yes'),(1898,'_transient_timeout_feed_5a25458da46a336967a55e430a3eace5','1365497542','no'),(1899,'_transient_feed_5a25458da46a336967a55e430a3eace5','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:35:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"RocketGeek Interactive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://rocketgeek.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Home of the WP-Members WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Apr 2013 19:51:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Working with Templates: Block a Category Archive Loop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://rocketgeek.com/templates/working-with-templates-block-a-category-archive-loop/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://rocketgeek.com/templates/working-with-templates-block-a-category-archive-loop/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 07 Apr 2013 17:37:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"is_user_logged_in\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=2381\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:548:\"In this example of integrating WP-Members features into WordPress Templates we will focus on the category template category.php. With the default way of using WP-Members, your loop of a category would display titles and post excerpts, leading readers to the individual posts to either login or register. But suppose you want to limit all of... <a href=\"http://rocketgeek.com/templates/working-with-templates-block-a-category-archive-loop/\" class=\"more-link\" title=\"Read Working with Templates: Block a Category Archive Loop\">Read more »</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://rocketgeek.com/templates/working-with-templates-block-a-category-archive-loop/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Simple registration invite code example\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://rocketgeek.com/tips-and-tricks/simple-registration-invite-code-example/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://rocketgeek.com/tips-and-tricks/simple-registration-invite-code-example/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 07 Apr 2013 13:49:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:7:\"Actions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Tips and Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"add_action\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:23:\"wpmem_pre_register_data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=2372\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:483:\"This is an example of adding a very simple invitation code to your registration process. In this example, we will add an invitation code field to the form and set up a function to validate that code. To keep it simple, the invitation code will be static (there will be only one code). Later I... <a href=\"http://rocketgeek.com/tips-and-tricks/simple-registration-invite-code-example/\" class=\"more-link\" title=\"Read Simple registration invite code example\">Read more »</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://rocketgeek.com/tips-and-tricks/simple-registration-invite-code-example/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Add a helpful dialog above the password reset form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://rocketgeek.com/filter-hooks/add-a-helpful-dialog-above-the-password-reset-form/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://rocketgeek.com/filter-hooks/add-a-helpful-dialog-above-the-password-reset-form/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Apr 2013 16:03:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"str_replace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"wpmem_login_form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=2353\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:496:\"Suppose you want to add a little text above the password reset form that will help the user know what to do – in this case, put in your username and email and you’ll receive an email with a new password. Here is an easy way to do that with the wpmem_login_form filter. This is... <a href=\"http://rocketgeek.com/filter-hooks/add-a-helpful-dialog-above-the-password-reset-form/\" class=\"more-link\" title=\"Read Add a helpful dialog above the password reset form\">Read more »</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://rocketgeek.com/filter-hooks/add-a-helpful-dialog-above-the-password-reset-form/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Working with Templates: a Basic Example\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://rocketgeek.com/templates/working-with-templates-a-basic-example/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://rocketgeek.com/templates/working-with-templates-a-basic-example/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Apr 2013 17:05:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"is_user_logged_in\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"wpmem_block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=2331\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:485:\"This will be the first in what I hope to be a series of posts on adding WP-Members elements directly to your theme templates (or custom templates). Being able to customize you theme at the template level will give you an additional layer of customization that will allow you to do almost anything with the... <a href=\"http://rocketgeek.com/templates/working-with-templates-a-basic-example/\" class=\"more-link\" title=\"Read Working with Templates: a Basic Example\">Read more »</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://rocketgeek.com/templates/working-with-templates-a-basic-example/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Email users when a new post is published\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://rocketgeek.com/tips-and-tricks/email-users-when-a-new-post-is-published/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://rocketgeek.com/tips-and-tricks/email-users-when-a-new-post-is-published/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Mar 2013 15:15:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"add_action\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"email\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"wpdb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"wp_mail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://rocketgeek.com/?p=2283\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:470:\"This tip is a request from a user. I like user requests – that makes it easier to deliver the kind of tutorials users are looking for instead of things I just come up with on my own. This particular tip will address how you can automatically send an email to all users when a... <a href=\"http://rocketgeek.com/tips-and-tricks/email-users-when-a-new-post-is-published/\" class=\"more-link\" title=\"Read Email users when a new post is published\">Read more »</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Chad Butler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://rocketgeek.com/tips-and-tricks/email-users-when-a-new-post-is-published/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:27:\"http://rocketgeek.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Mon, 08 Apr 2013 20:47:36 GMT\";s:6:\"server\";s:6:\"Apache\";s:10:\"x-pingback\";s:35:\"http://rocketgeek.com/wp/xmlrpc.php\";s:4:\"etag\";s:34:\"\"3a0d19fabfaa82af705284f1bcbee52a\"\";s:13:\"last-modified\";s:29:\"Mon, 08 Apr 2013 19:51:36 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20130214135331\";}','no'),(1900,'_transient_timeout_feed_mod_5a25458da46a336967a55e430a3eace5','1365497542','no'),(1901,'_transient_feed_mod_5a25458da46a336967a55e430a3eace5','1365454342','no'),(1907,'password_protected_version','1.5','yes'),(1908,'password_protected_status','0','yes'),(1909,'password_protected_feeds','0','yes'),(1910,'password_protected_administrators','1','yes'),(1911,'password_protected_password','9e9e693471ad6f59c167156d0ed46b15','yes'),(1914,'bgmp_marker-clustering','','yes'),(1915,'bgmp_cluster-max-zoom','7','yes'),(1916,'bgmp_cluster-grid-size','40','yes'),(1917,'bgmp_cluster-style','default','yes'),(1963,'_site_transient_timeout_popular_importers_en_US','1365702160','yes'),(1964,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(1967,'st_blogexcludetest_62','false','yes'),(1968,'_site_transient_timeout_browser_a5eed82526012fbf52a4469d70d0dd0a','1366135654','yes'),(1969,'_site_transient_browser_a5eed82526012fbf52a4469d70d0dd0a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"19.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2557,'event-category_children','a:0:{}','yes'),(2786,'spider_calendar_cureent_version','1.1','yes'),(2891,'mc_version','2.2.5','yes'),(2892,'mc_display_author','false','yes'),(2893,'mc_display_jump','false','yes'),(2894,'mc_use_styles','false','yes'),(2895,'mc_show_months','1','yes'),(2896,'mc_show_map','true','yes'),(2897,'mc_show_address','false','yes'),(2898,'mc_calendar_javascript','0','yes'),(2899,'mc_list_javascript','0','yes'),(2900,'mc_mini_javascript','0','yes'),(2901,'mc_ajax_javascript','1','yes'),(2902,'mc_minijs','$(function() {\r\n $(\".mini .has-events\").children().not(\".trigger\").hide();\r\n $(\".mini .has-events .trigger\").on(\"click\",\r\n function(e) {\r\n e.preventDefault(); \r\n $(this).parent().children().not(\".trigger\").toggle(); \r\n });\r\n $(\".mini-event .close\").on(\"click\",\r\n function(e) {\r\n e.preventDefault();\r\n $(this).parent().parent().parent().toggle();\r\n });\r\n});','yes'),(2903,'mc_listjs','$(function() {\r\n $(\"li.mc-events\").children().not(\".event-date\").hide();\r\n $(\"li.current-day\").children().show();\r\n $(\".event-date\").on(\"click\",\r\n function(e) {\r\n e.preventDefault();\r\n $(this).parent().children().not(\".event-date\").toggle();\r\n });\r\n});','yes'),(2904,'mc_caljs','$(function() {\r\n $(\".calendar-event\").children().not(\".event-title\").hide();\r\n $(\".calendar-event .event-title\").on(\"click\",\r\n function(e) {\r\n e.preventDefault(); // remove line if you are using a link in the event title\r\n $(this).parent().children().not(\".event-title\").toggle();\r\n });\r\n $(\".calendar-event .close\").on(\"click\",\r\n function(e) {\r\n e.preventDefault();\r\n $(this).parent().toggle();\r\n });\r\n });','yes'),(2905,'mc_ajaxjs','$(function(){\r\n $(\'.calendar .my-calendar-nav a\').on(\'click\', function(e){\r\n e.preventDefault(); \r\n var link = $(this).attr(\'href\');\r\n var ref = $(this).attr(\'rel\'); \r\n $(\'.calendar\').html(\'Loading...\');\r\n $(\'.calendar\').load(link+\' #\'+ref+\' > *\', function() {\r\n $(\'.calendar-event\').children().not(\'h3\').hide();\r\n });\r\n }); \r\n $(\'.mini .my-calendar-nav a\').on(\'click\', function(e){\r\n e.preventDefault();\r\n var link = $(this).attr(\'href\');\r\n var ref = $(this).attr(\'rel\'); \r\n $(\'.mini\').html(\'Loading...\');\r\n $(\'.mini\').load(link+\' #\'+ref+\' > *\', function() {\r\n $(\'.mini .has-events\').children().not(\'.trigger\').hide();\r\n });\r\n }); \r\n $(\'.list .my-calendar-nav a\').on(\'click\', function(e){\r\n e.preventDefault();\r\n var link = $(this).attr(\'href\');\r\n var ref = $(this).attr(\'rel\'); \r\n $(\'.list\').html(\'Loading...\');\r\n $(\'.list\').load(link+\' #\'+ref+\' > *\', function() {\r\n $(\'li.mc-events\').children().not(\'.event-date\').hide();\r\n $(\'li.current-day\').children().show();\r\n });\r\n }); \r\n});','yes'),(2906,'mc_notime_text','N/A','yes'),(2907,'mc_hide_icons','false','yes'),(2908,'mc_event_link_expires','no','yes'),(2909,'mc_apply_color','background','yes'),(2910,'mc_inverse_color','true','yes'),(2911,'mc_input_options','a:11:{s:11:\"event_short\";s:3:\"off\";s:10:\"event_desc\";s:2:\"on\";s:14:\"event_category\";s:2:\"on\";s:11:\"event_image\";s:2:\"on\";s:10:\"event_link\";s:2:\"on\";s:12:\"event_recurs\";s:2:\"on\";s:10:\"event_open\";s:3:\"off\";s:14:\"event_location\";s:2:\"on\";s:23:\"event_location_dropdown\";s:2:\"on\";s:16:\"event_use_editor\";s:3:\"off\";s:14:\"event_specials\";s:2:\"on\";}','yes'),(2912,'mc_input_options_administrators','false','yes'),(2913,'mc_multisite','0','yes'),(2914,'mc_event_mail','false','yes'),(2915,'mc_desc','true','yes'),(2916,'mc_process_shortcodes','false','yes'),(2917,'mc_short','false','yes'),(2918,'mc_event_mail_subject','','yes'),(2919,'mc_event_mail_to','','yes'),(2920,'mc_event_mail_message','','yes'),(2921,'mc_event_approve','false','yes'),(2922,'mc_event_approve_perms','manage_options','yes'),(2923,'mc_no_fifth_week','true','yes'),(2924,'mc_week_format','M j, \'y','yes'),(2925,'mc_user_settings','a:2:{s:22:\"my_calendar_tz_default\";a:3:{s:7:\"enabled\";s:3:\"off\";s:5:\"label\";s:28:\"My Calendar Default Timezone\";s:6:\"values\";a:39:{i:-12;s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";i:-11;s:33:\"(GMT -11:00) Midway Island, Samoa\";i:-10;s:19:\"(GMT -10:00) Hawaii\";s:4:\"-9.5\";s:29:\"(GMT -9:30) Marquesas Islands\";i:-9;s:18:\"(GMT -9:00) Alaska\";i:-8;s:42:\"(GMT -8:00) Pacific Time (US & Canada)\";i:-7;s:43:\"(GMT -7:00) Mountain Time (US & Canada)\";i:-6;s:55:\"(GMT -6:00) Central Time (US & Canada), Mexico City\";i:-5;s:56:\"(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima\";s:4:\"-4.5\";s:21:\"(GMT -4:30) Venezuela\";i:-4;s:51:\"(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz\";s:4:\"-3.5\";s:24:\"(GMT -3:30) Newfoundland\";i:-3;s:44:\"(GMT -3:00) Brazil, Buenos Aires, Georgetown\";i:-2;s:24:\"(GMT -2:00) Mid-Atlantic\";i:-1;s:43:\"(GMT -1:00 hour) Azores, Cape Verde Islands\";i:0;s:53:\"(GMT) Western Europe Time, London, Lisbon, Casablanca\";i:1;s:52:\"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris\";i:2;s:37:\"(GMT +2:00) Kaliningrad, South Africa\";i:3;s:51:\"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg\";s:3:\"3.5\";s:18:\"(GMT +3:30) Tehran\";i:4;s:44:\"(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi\";s:3:\"4.5\";s:23:\"(GMT +4:30) Afghanistan\";i:5;s:54:\"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent\";s:3:\"5.5\";s:47:\"(GMT +5:30) Bombay, Calcutta, Madras, New Delhi\";s:4:\"5.75\";s:17:\"(GMT +5:45) Nepal\";i:6;s:34:\"(GMT +6:00) Almaty, Dhaka, Colombo\";s:3:\"6.5\";s:34:\"(GMT +6:30) Myanmar, Cocos Islands\";i:7;s:35:\"(GMT +7:00) Bangkok, Hanoi, Jakarta\";i:8;s:48:\"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong\";i:9;s:49:\"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk\";s:3:\"9.5\";s:28:\"(GMT +9:30) Adelaide, Darwin\";i:10;s:49:\"(GMT +10:00) Eastern Australia, Guam, Vladivostok\";s:4:\"10.5\";s:29:\"(GMT +10:30) Lord Howe Island\";i:11;s:52:\"(GMT +11:00) Magadan, Solomon Islands, New Caledonia\";s:4:\"11.5\";s:27:\"(GMT +11:30) Norfolk Island\";i:12;s:50:\"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka\";s:5:\"12.75\";s:28:\"(GMT +12:45) Chatham Islands\";i:13;s:18:\"(GMT +13:00) Tonga\";i:14;s:25:\"(GMT +14:00) Line Islands\";}}s:28:\"my_calendar_location_default\";a:3:{s:7:\"enabled\";s:3:\"off\";s:5:\"label\";s:28:\"My Calendar Default Location\";s:6:\"values\";a:51:{s:2:\"AL\";s:7:\"Alabama\";s:2:\"AK\";s:6:\"Alaska\";s:2:\"AZ\";s:7:\"Arizona\";s:2:\"AR\";s:8:\"Arkansas\";s:2:\"CA\";s:10:\"California\";s:2:\"CO\";s:8:\"Colorado\";s:2:\"CT\";s:11:\"Connecticut\";s:2:\"DE\";s:8:\"Delaware\";s:2:\"DC\";s:20:\"District Of Columbia\";s:2:\"FL\";s:7:\"Florida\";s:2:\"GA\";s:7:\"Georgia\";s:2:\"HI\";s:6:\"Hawaii\";s:2:\"ID\";s:5:\"Idaho\";s:2:\"IL\";s:8:\"Illinois\";s:2:\"IN\";s:7:\"Indiana\";s:2:\"IA\";s:4:\"Iowa\";s:2:\"KS\";s:6:\"Kansas\";s:2:\"KY\";s:8:\"Kentucky\";s:2:\"LA\";s:9:\"Louisiana\";s:2:\"ME\";s:5:\"Maine\";s:2:\"MD\";s:8:\"Maryland\";s:2:\"MA\";s:13:\"Massachusetts\";s:2:\"MI\";s:8:\"Michigan\";s:2:\"MN\";s:9:\"Minnesota\";s:2:\"MS\";s:11:\"Mississippi\";s:2:\"MO\";s:8:\"Missouri\";s:2:\"MT\";s:7:\"Montana\";s:2:\"NE\";s:8:\"Nebraska\";s:2:\"NV\";s:6:\"Nevada\";s:2:\"NH\";s:13:\"New Hampshire\";s:2:\"NJ\";s:10:\"New Jersey\";s:2:\"NM\";s:10:\"New Mexico\";s:2:\"NY\";s:8:\"New York\";s:2:\"NC\";s:14:\"North Carolina\";s:2:\"ND\";s:12:\"North Dakota\";s:2:\"OH\";s:4:\"Ohio\";s:2:\"OK\";s:8:\"Oklahoma\";s:2:\"OR\";s:6:\"Oregon\";s:2:\"PA\";s:12:\"Pennsylvania\";s:2:\"RI\";s:12:\"Rhode Island\";s:2:\"SC\";s:14:\"South Carolina\";s:2:\"SD\";s:12:\"South Dakota\";s:2:\"TN\";s:9:\"Tennessee\";s:2:\"TX\";s:5:\"Texas\";s:2:\"UT\";s:4:\"Utah\";s:2:\"VT\";s:7:\"Vermont\";s:2:\"VA\";s:8:\"Virginia\";s:2:\"WA\";s:10:\"Washington\";s:2:\"WV\";s:13:\"West Virginia\";s:2:\"WI\";s:9:\"Wisconsin\";s:2:\"WY\";s:7:\"Wyoming\";}}}','yes'),(2926,'mc_location_type','event_state','yes'),(2927,'mc_user_settings_enabled','','yes'),(2928,'mc_user_location_type','state','yes'),(2929,'mc_show_js','','yes'),(2930,'mc_show_css','','yes'),(2931,'mc_location_control','','yes'),(2932,'mc_date_format','F j, Y','yes'),(2933,'mc_templates','a:8:{s:5:\"title\";s:7:\"{title}\";s:4:\"link\";s:7:\"{title}\";s:4:\"grid\";s:499:\"<span class=\\\"event-time dtstart\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span><span class=\\\"end-time dtend\\\" title=\\\"{dtend}\\\">{endtime}</span></span>\r\n\r\n<div class=\\\"sub-details\\\"><span class=\\\"event-author\\\">Posted by: <span class=\\\"author-name\\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\\"mc_details\\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<div class=\\\"shortdesc\\\">{image}\r\n{shortdesc}\r\n</div>\r\n<p><a href=\\\"{link}\\\" class=\\\"event-link external\\\">{title}</a></p></div>\";s:4:\"list\";s:556:\"<span class=\\\"event-time dtstart\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span><span class=\\\"end-time dtend\\\" title=\\\"{dtend}\\\">{endtime}</span></span>\r\n\r\n<div class=\\\"sub-details\\\">\r\n<h3 class=\\\"event-title summary\\\">{icon_html}{title}</h3>\r\n<span class=\\\"event-author\\\">Posted by: <span class=\\\"author-name\\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\\"mc_details\\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<div class=\\\"shortdesc\\\">{image}{shortdesc}</div>\r\n<p><a href=\\\"{link}\\\" class=\\\"event-link external\\\">{title}</a></p></div>\";s:4:\"mini\";s:444:\"<span class=\\\"event-time dtstart\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span><span class=\\\"end-time dtend\\\" title=\\\"{dtend}\\\">{endtime}</span></span>\r\n\r\n<div class=\\\"sub-details\\\"><span class=\\\"event-author\\\">Posted by: <span class=\\\"author-name\\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\\"mc_details\\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<p><a href=\\\"{link}\\\" class=\\\"event-link external\\\">{title}</a></p></div>\";s:3:\"rss\";s:872:\"\n<item>\r\n <title>{title}</title>\r\n <link>{link}</link>\r\n <pubDate>{rssdate}</pubDate>\r\n <dc:creator>{author}</dc:creator> \r\n <description><![CDATA[{rss_description}]]></description>\r\n <content:encoded><![CDATA[<div class=\\\'vevent\\\'>\r\n <h1 class=\\\'summary\\\'>{rss_title}</h1>\r\n <div class=\\\'description\\\'>{rss_description}</div>\r\n <p class=\\\'dtstart\\\' title=\\\'{ical_start}\\\'>Begins: {time} on {date}</p>\r\n <p class=\\\'dtend\\\' title=\\\'{ical_end}\\\'>Ends: {endtime} on {enddate}</p> \r\n <p>Recurrance: {recurs}</p>\r\n <p>Repetition: {repeats} times</p>\r\n <div class=\\\'location\\\'>{rss_hcard}</div>\r\n {link_title}\r\n </div>]]></content:encoded>\r\n <dc:format xmlns:dc=\\\'http://purl.org/dc/elements/1.1/\\\'>text/html</dc:format>\r\n <dc:source xmlns:dc=\\\'http://purl.org/dc/elements/1.1/\\\'>http://www.onecaribbean.org</dc:source> \r\n {guid}\r\n </item>\n\";s:7:\"details\";s:497:\"<span class=\\\"event-time dtstart\\\" title=\\\"{dtstart}\\\">{time}<span class=\\\"time-separator\\\"> - </span><span class=\\\"end-time dtend\\\" title=\\\"{dtend}\\\">{endtime}</span></span>\r\n\r\n<div class=\\\"sub-details\\\"><span class=\\\"event-author\\\">Posted by: <span class=\\\"author-name\\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\\"mc_details\\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<div class=\\\"shortdesc\\\">{image}{description}</div>\r\n<p><a href=\\\"{link}\\\" class=\\\"event-link external\\\">{title}</a></p></div>\";s:5:\"label\";s:7:\"{title}\";}','yes'),(2934,'mc_skip_holidays','false','yes'),(2935,'mc_css_file','refresh.css','yes'),(2936,'mc_show_rss','false','yes'),(2937,'mc_show_ical','false','yes'),(2938,'mc_show_print','false','yes'),(2939,'mc_time_format','g:i a','yes'),(2940,'mc_widget_defaults','a:2:{s:8:\"upcoming\";a:7:{s:4:\"type\";s:5:\"event\";s:6:\"before\";i:3;s:5:\"after\";i:3;s:8:\"template\";N;s:8:\"category\";s:0:\"\";s:4:\"text\";s:0:\"\";s:5:\"title\";s:15:\"Upcoming Events\";}s:5:\"today\";a:4:{s:8:\"template\";N;s:8:\"category\";s:0:\"\";s:5:\"title\";s:14:\"Today\'s Events\";s:4:\"text\";s:0:\"\";}}','yes'),(2941,'mc_show_weekends','true','yes'),(2942,'mc_convert','true','yes'),(2943,'mc_uri','','yes'),(2944,'mc_show_event_vcal','false','yes'),(2945,'mc_draggable','0','yes'),(2946,'mc_caching_enabled','false','yes'),(2947,'mc_week_caption','The week\'s events','yes'),(2948,'mc_multisite_show','0','yes'),(2949,'mc_event_link','true','yes'),(3306,'ai1ec_events_regeneration_version','s.2.0.0','yes'),(3519,'groups_options','a:3:{s:7:\"general\";a:7:{s:22:\"read_post_capabilities\";a:11:{i:0;s:16:\"groups_read_post\";i:1;s:20:\"Access for CTO Staff\";i:2;s:29:\"Access for UK Chapter members\";i:3;s:6:\"Allied\";i:4;s:14:\"Best Practices\";i:5;s:18:\"Board of Directors\";i:6;s:20:\"Council of Ministers\";i:7;s:15:\"CTO RMF Members\";i:8;s:4:\"MIST\";i:9;s:3:\"TSA\";i:10;s:19:\"USA Chapter Members\";}s:10:\"post_types\";a:10:{s:4:\"post\";a:1:{s:12:\"add_meta_box\";b:1;}s:4:\"page\";a:1:{s:12:\"add_meta_box\";b:1;}s:10:\"attachment\";a:1:{s:12:\"add_meta_box\";b:1;}s:11:\"ai1ec_event\";a:1:{s:12:\"add_meta_box\";b:1;}s:4:\"bgmp\";a:1:{s:12:\"add_meta_box\";b:1;}s:7:\"gallery\";a:1:{s:12:\"add_meta_box\";b:1;}s:3:\"faq\";a:1:{s:12:\"add_meta_box\";b:1;}s:6:\"slider\";a:1:{s:12:\"add_meta_box\";b:1;}s:8:\"location\";a:1:{s:12:\"add_meta_box\";b:1;}s:5:\"event\";a:1:{s:12:\"add_meta_box\";b:1;}}s:21:\"groups-show-tree-view\";b:0;s:18:\"groups_delete_data\";b:0;s:22:\"groups-404-redirect-to\";s:5:\"login\";s:26:\"groups-404-redirect-status\";s:3:\"302\";s:27:\"groups-show-in-user-profile\";b:0;}i:7;a:1:{s:23:\"capabilities_capability\";s:3:\"TSA\";}i:2;a:1:{s:21:\"capabilities_per_page\";i:20;}}','no'),(3520,'groups_plugin_version','1.3.9','yes'),(3523,'groups-admin-override','1','yes'),(3593,'events_categories_children','a:0:{}','yes'),(3916,'event-categories_children','a:0:{}','yes'),(3972,'_transient_plugins_delete_result_7','1','yes'),(4458,'_site_transient_timeout_browser_917396a73081f9ec54aca6552f7d8a6a','1368660945','yes'),(4459,'_site_transient_browser_917396a73081f9ec54aca6552f7d8a6a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"26.0.1410.64\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4494,'redirection_options','a:2:{s:12:\"monitor_post\";i:2;s:16:\"monitor_category\";i:2;}','yes'),(4495,'redirection_version','2.2','yes'),(4504,'dbem_time_format','g:i a','yes'),(4505,'dbem_date_format','d/m/Y','yes'),(4506,'dbem_date_format_js','dd/mm/yy','yes'),(4507,'dbem_dates_separator',' - ','yes'),(4508,'dbem_times_separator',' - ','yes'),(4509,'dbem_default_category','-1','yes'),(4510,'dbem_default_location','0','yes'),(4511,'dbem_events_default_orderby','event_start_date,event_start_time,event_name','yes'),(4512,'dbem_events_default_order','ASC','yes'),(4513,'dbem_events_default_limit','10','yes'),(4514,'dbem_serach_form_submit','Search','yes'),(4515,'dbem_search_form_text','1','yes'),(4516,'dbem_search_form_text_label','Search','yes'),(4517,'dbem_search_form_dates','1','yes'),(4518,'dbem_search_form_categories','0','yes'),(4519,'dbem_search_form_categories_label','All Categories','yes'),(4520,'dbem_search_form_countries','1','yes'),(4521,'dbem_search_form_countries_label','All Countries','yes'),(4522,'dbem_search_form_regions','0','yes'),(4523,'dbem_search_form_regions_label','All Regions','yes'),(4524,'dbem_search_form_states','0','yes'),(4525,'dbem_search_form_states_label','All States','yes'),(4526,'dbem_search_form_towns','0','yes'),(4527,'dbem_search_form_towns_label','All Cities/Towns','yes'),(4528,'dbem_events_form_editor','1','yes'),(4529,'dbem_events_form_reshow','1','yes'),(4530,'dbem_events_form_result_success','You have successfully submitted your event, which will be published pending approval.','yes'),(4531,'dbem_events_form_result_success_updated','You have successfully updated your event, which will be republished pending approval.','yes'),(4532,'dbem_events_anonymous_submissions','0','yes'),(4533,'dbem_events_anonymous_user','7','yes'),(4534,'dbem_events_anonymous_result_success','You have successfully submitted your event, which will be published pending approval.','yes'),(4535,'dbem_event_submitted_email_admin','','yes'),(4536,'dbem_event_submitted_email_subject','Submitted Event Awaiting Approval','yes'),(4537,'dbem_event_submitted_email_body','A new event has been submitted by #_CONTACTNAME.\r\n\r\nName : #_EVENTNAME \r\n\r\nDate : #_EVENTDATES \r\n\r\nTime : #_EVENTTIMES \r\n\r\nPlease visit http://www.onecaribbean.org/wp-admin/post.php?action=edit&post=#_EVENTPOSTID to review this event for approval.\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4538,'dbem_event_resubmitted_email_subject','Re-Submitted Event Awaiting Approval','yes'),(4539,'dbem_event_resubmitted_email_body','A previously published event has been modified by #_CONTACTNAME, and this event is now unpublished and pending your approval.\r\n\r\nName : #_EVENTNAME \r\n\r\nDate : #_EVENTDATES \r\n\r\nTime : #_EVENTTIMES \r\n\r\nPlease visit http://www.onecaribbean.org/wp-admin/post.php?action=edit&post=#_EVENTPOSTID to review this event for approval.\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4540,'dbem_event_published_email_subject','Published Event - #_EVENTNAME','yes'),(4541,'dbem_event_published_email_body','A new event has been published by #_CONTACTNAME.\r\n\r\nName : #_EVENTNAME \r\n\r\nDate : #_EVENTDATES \r\n\r\nTime : #_EVENTTIMES \r\n\r\nEdit this event - http://www.onecaribbean.org/wp-admin/post.php?action=edit&post=#_EVENTPOSTID \r\n\r\n View this event - #_EVENTURL\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4542,'dbem_event_approved_email_subject','Event Approved - #_EVENTNAME','yes'),(4543,'dbem_event_approved_email_body','Dear #_CONTACTNAME, \r\n\r\nYour event #_EVENTNAME on #_EVENTDATES has been approved.\r\n\r\nYou can view your event here: #_EVENTURL\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4544,'dbem_event_reapproved_email_subject','Event Approved - #_EVENTNAME','yes'),(4545,'dbem_event_reapproved_email_body','Dear #_CONTACTNAME, \r\n\r\nYour event #_EVENTNAME on #_EVENTDATES has been approved.\r\n\r\nYou can view your event here: #_EVENTURL\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4546,'dbem_events_page_title','Events','yes'),(4547,'dbem_events_page_scope','future','yes'),(4548,'dbem_events_page_search','1','yes'),(4549,'dbem_event_list_item_format_header','<table cellpadding=\"0\" cellspacing=\"0\" class=\"events-table\" >\r\n <thead>\r\n <tr>\r\n <th class=\"event-time\" width=\"200\">Date</th>\r\n <th class=\"event-description\" width=\"*\">Event</th>\r\n <th class=\"event-country\" width=\"*\">Country</th>\r\n </tr>\r\n </thead>\r\n <tbody>','yes'),(4550,'dbem_event_list_item_format','<tr>\r\n <td>\r\n #_EVENTDATES\r\n </td>\r\n <td>\r\n #_EVENTLINK\r\n </td>\r\n <td>\r\n {has_location}<i>#_LOCATIONNAME</i>{/has_location}\r\n </td>\r\n </tr>','yes'),(4551,'dbem_event_list_item_format_footer','</tbody></table>','yes'),(4552,'dbem_display_calendar_in_events_page','0','yes'),(4553,'dbem_single_event_format','<p class=\"EventTitle\">\r\n #_EVENTNAME\r\n</p>\r\n<p>\r\n <strong>When:</strong> #_EVENTDATES\r\n</p>\r\n{has_location}\r\n<p>\r\n <strong>Where:</strong> #_LOCATIONNAME\r\n</p>\r\n{/has_location}\r\n<br />\r\n#_EVENTNOTES\r\n','yes'),(4554,'dbem_event_page_title_format','#_EVENTNAME','yes'),(4555,'dbem_event_all_day_message','All Day','yes'),(4556,'dbem_no_events_message','No Events','yes'),(4557,'dbem_locations_default_orderby','location_name','yes'),(4558,'dbem_locations_default_order','ASC','yes'),(4559,'dbem_locations_default_limit','10','yes'),(4560,'dbem_locations_page_title','Event Locations','yes'),(4561,'dbem_no_locations_message','No Locations','yes'),(4562,'dbem_location_default_country','BB','yes'),(4563,'dbem_location_list_item_format_header','<ul class=\"em-locations-list\">','yes'),(4564,'dbem_location_list_item_format','<li>#_LOCATIONLINK<ul><li>#_LOCATIONFULLLINE</li></ul></li>','yes'),(4565,'dbem_location_list_item_format_footer','</ul>','yes'),(4566,'dbem_location_page_title_format','#_LOCATIONNAME','yes'),(4567,'dbem_single_location_format','<div style=\"float:right; margin:0px 0px 15px 15px;\">#_LOCATIONMAP</div>\r\n<p>\r\n <strong>Address</strong><br/>\r\n #_LOCATIONADDRESS<br/>\r\n #_LOCATIONTOWN<br/>\r\n #_LOCATIONSTATE<br/>\r\n #_LOCATIONREGION<br/>\r\n #_LOCATIONPOSTCODE<br/>\r\n #_LOCATIONCOUNTRY\r\n</p>\r\n<br style=\"clear:both\" />\r\n#_LOCATIONNOTES\r\n\r\n<h3>Upcoming Events</h3>\r\n<p>#_LOCATIONNEXTEVENTS</p>','yes'),(4568,'dbem_location_no_events_message','<li>No events in this location</li>','yes'),(4569,'dbem_location_event_list_item_header_format','<ul>','yes'),(4570,'dbem_location_event_list_item_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES</li>','yes'),(4571,'dbem_location_event_list_item_footer_format','</ul>','yes'),(4572,'dbem_location_event_list_limit','10','yes'),(4573,'dbem_location_event_single_format','#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES','yes'),(4574,'dbem_location_no_event_message','No events in this location','yes'),(4575,'dbem_categories_default_limit','10','yes'),(4576,'dbem_categories_default_orderby','name','yes'),(4577,'dbem_categories_default_order','ASC','yes'),(4578,'dbem_categories_list_item_format_header','<ul class=\"em-categories-list\">','yes'),(4579,'dbem_categories_list_item_format','<li>#_CATEGORYLINK</li>','yes'),(4580,'dbem_categories_list_item_format_footer','</ul>','yes'),(4581,'dbem_no_categories_message','No Categories','yes'),(4582,'dbem_category_page_title_format','#_CATEGORYNAME','yes'),(4583,'dbem_category_page_format','#_CATEGORYNOTES<h3>Upcoming Events</h3>#_CATEGORYNEXTEVENTS','yes'),(4584,'dbem_category_no_events_message','<li>No events in this category</li>','yes'),(4585,'dbem_category_event_list_item_header_format','<ul>','yes'),(4586,'dbem_category_event_list_item_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES</li>','yes'),(4587,'dbem_category_event_list_item_footer_format','</ul>','yes'),(4588,'dbem_category_event_list_limit','20','yes'),(4589,'dbem_category_event_single_format','#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES','yes'),(4590,'dbem_category_no_event_message','No events in this category','yes'),(4591,'dbem_tags_default_limit','10','yes'),(4592,'dbem_tags_default_orderby','name','yes'),(4593,'dbem_tags_default_order','ASC','yes'),(4594,'dbem_tags_list_item_format_header','<ul class=\"em-tags-list\">','yes'),(4595,'dbem_tags_list_item_format','<li>#_TAGLINK</li>','yes'),(4596,'dbem_tags_list_item_format_footer','</ul>','yes'),(4597,'dbem_no_tags_message','No Tags','yes'),(4598,'dbem_tag_page_title_format','#_TAGNAME','yes'),(4599,'dbem_tag_page_format','<h3>Upcoming Events</h3>#_TAGNEXTEVENTS','yes'),(4600,'dbem_tag_no_events_message','<li>No events with this tag</li>','yes'),(4601,'dbem_tag_event_list_item_header_format','<ul>','yes'),(4602,'dbem_tag_event_list_item_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES</li>','yes'),(4603,'dbem_tag_event_list_item_footer_format','</ul>','yes'),(4604,'dbem_tag_event_single_format','#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES','yes'),(4605,'dbem_tag_no_event_message','No events with this tag','yes'),(4606,'dbem_tag_event_list_limit','20','yes'),(4607,'dbem_rss_limit','0','yes'),(4608,'dbem_rss_scope','future','yes'),(4609,'dbem_rss_main_title','OneCaribbean.org - Events','yes'),(4610,'dbem_rss_main_description','The official tourism business website of the Caribbean Tourism Organization - Events','yes'),(4611,'dbem_rss_description_format','#_EVENTDATES - #_EVENTTIMES <br/>#_LOCATIONNAME <br/>#_LOCATIONADDRESS <br/>#_LOCATIONTOWN','yes'),(4612,'dbem_rss_title_format','#_EVENTNAME','yes'),(4613,'em_rss_pubdate','Thu, 09 May 2013 00:03:19 +0000','yes'),(4614,'dbem_ical_limit','0','yes'),(4615,'dbem_ical_scope','future','yes'),(4616,'dbem_ical_description_format','#_EVENTNAME - #_LOCATIONNAME - #_EVENTDATES - #_EVENTTIMES','yes'),(4617,'dbem_gmap_is_active','1','yes'),(4618,'dbem_location_baloon_format','<strong>#_LOCATIONNAME</strong><br/>#_LOCATIONADDRESS - #_LOCATIONTOWN<br/><a href=\'#_LOCATIONPAGEURL\'>Details</a>','yes'),(4619,'dbem_map_text_format','<strong>#_LOCATIONNAME</strong><p>#_LOCATIONADDRESS</p><p>#_LOCATIONTOWN</p>','yes'),(4620,'dbem_email_disable_registration','0','yes'),(4621,'dbem_rsvp_mail_port','465','yes'),(4622,'dbem_smtp_host','localhost','yes'),(4623,'dbem_mail_sender_name','','yes'),(4624,'dbem_rsvp_mail_send_method','mail','yes'),(4625,'dbem_rsvp_mail_SMTPAuth','1','yes'),(4626,'dbem_smtp_html','1','yes'),(4627,'dbem_smtp_html_br','1','yes'),(4628,'dbem_image_max_width','700','yes'),(4629,'dbem_image_max_height','700','yes'),(4630,'dbem_image_min_width','50','yes'),(4631,'dbem_image_min_height','50','yes'),(4632,'dbem_image_max_size','204800','yes'),(4633,'dbem_list_date_title','Events - #j #M #y','yes'),(4634,'dbem_full_calendar_event_format','<li>#_EVENTLINK</li>','yes'),(4635,'dbem_full_calendar_long_events','0','yes'),(4636,'dbem_full_calendar_initials_length','0','yes'),(4637,'dbem_full_calendar_abbreviated_weekdays','1','yes'),(4638,'dbem_display_calendar_day_single_yes','1','yes'),(4639,'dbem_small_calendar_event_title_format','#_EVENTNAME','yes'),(4640,'dbem_small_calendar_event_title_separator',', ','yes'),(4641,'dbem_small_calendar_initials_length','1','yes'),(4642,'dbem_small_calendar_abbreviated_weekdays','0','yes'),(4643,'dbem_display_calendar_order','ASC','yes'),(4644,'dbem_display_calendar_orderby','event_name,event_start_time','yes'),(4645,'dbem_display_calendar_events_limit','3','yes'),(4646,'dbem_display_calendar_events_limit_msg','more...','yes'),(4647,'dbem_calendar_direct_links','0','yes'),(4648,'dbem_require_location','0','yes'),(4649,'dbem_locations_enabled','1','yes'),(4650,'dbem_use_select_for_locations','1','yes'),(4651,'dbem_attributes_enabled','1','yes'),(4652,'dbem_recurrence_enabled','1','yes'),(4653,'dbem_rsvp_enabled','0','yes'),(4654,'dbem_categories_enabled','1','yes'),(4655,'dbem_tags_enabled','0','yes'),(4656,'dbem_placeholders_custom','','yes'),(4657,'dbem_location_attributes_enabled','0','yes'),(4658,'dbem_location_placeholders_custom','','yes'),(4659,'dbem_bookings_registration_disable','0','yes'),(4660,'dbem_bookings_registration_disable_user_emails','0','yes'),(4661,'dbem_bookings_registration_user','11','yes'),(4662,'dbem_bookings_approval','1','yes'),(4663,'dbem_bookings_approval_reserved','0','yes'),(4664,'dbem_bookings_approval_overbooking','0','yes'),(4665,'dbem_bookings_double','0','yes'),(4666,'dbem_bookings_user_cancellation','1','yes'),(4667,'dbem_bookings_currency','USD','yes'),(4668,'dbem_bookings_currency_decimal_point','.','yes'),(4669,'dbem_bookings_currency_thousands_sep',',','yes'),(4670,'dbem_bookings_currency_format','@#','yes'),(4671,'dbem_bookings_tax','0','yes'),(4672,'dbem_bookings_tax_auto_add','0','yes'),(4673,'dbem_bookings_submit_button','Send your booking','yes'),(4674,'dbem_bookings_login_form','1','yes'),(4675,'dbem_bookings_anonymous','1','yes'),(4676,'dbem_bookings_form_max','20','yes'),(4677,'dbem_bookings_form_msg_disabled','Online bookings are not available for this event.','yes'),(4678,'dbem_bookings_form_msg_closed','Bookings are closed for this event.','yes'),(4679,'dbem_bookings_form_msg_full','This event is fully booked.','yes'),(4680,'dbem_bookings_form_msg_attending','You are currently attending this event.','yes'),(4681,'dbem_bookings_form_msg_bookings_link','Manage my bookings','yes'),(4682,'dbem_booking_warning_cancel','Are you sure you want to cancel your booking?','yes'),(4683,'dbem_booking_feedback_cancelled','Booking Cancelled','yes'),(4684,'dbem_booking_feedback_pending','Booking successful, pending confirmation (you will also receive an email once confirmed).','yes'),(4685,'dbem_booking_feedback','Booking successful.','yes'),(4686,'dbem_booking_feedback_full','Booking cannot be made, not enough spaces available!','yes'),(4687,'dbem_booking_feedback_log_in','You must log in or register to make a booking.','yes'),(4688,'dbem_booking_feedback_nomail','However, there were some problems whilst sending confirmation emails to you and/or the event contact person. You may want to contact them directly and letting them know of this error.','yes'),(4689,'dbem_booking_feedback_error','Booking could not be created:','yes'),(4690,'dbem_booking_feedback_email_exists','This email already exists in our system, please log in to register to proceed with your booking.','yes'),(4691,'dbem_booking_feedback_new_user','A new user account has been created for you. Please check your email for access details.','yes'),(4692,'dbem_booking_feedback_reg_error','There was a problem creating a user account, please contact a website administrator.','yes'),(4693,'dbem_booking_feedback_already_booked','You already have booked a seat at this event.','yes'),(4694,'dbem_booking_feedback_min_space','You must request at least one space to book an event.','yes'),(4695,'dbem_booking_button_msg_book','Book Now','yes'),(4696,'dbem_booking_button_msg_booking','Booking...','yes'),(4697,'dbem_booking_button_msg_booked','Booking Submitted','yes'),(4698,'dbem_booking_button_msg_already_booked','Already Booked','yes'),(4699,'dbem_booking_button_msg_error','Booking Error. Try again?','yes'),(4700,'dbem_booking_button_msg_full','Sold Out','yes'),(4701,'dbem_booking_button_msg_cancel','Cancel','yes'),(4702,'dbem_booking_button_msg_canceling','Canceling...','yes'),(4703,'dbem_booking_button_msg_cancelled','Cancelled','yes'),(4704,'dbem_booking_button_msg_cancel_error','Cancellation Error. Try again?','yes'),(4705,'dbem_bookings_notify_admin','0','yes'),(4706,'dbem_bookings_contact_email','1','yes'),(4707,'dbem_bookings_contact_email_subject','New Booking','yes'),(4708,'dbem_bookings_contact_email_body','#_BOOKINGNAME (#_BOOKINGEMAIL) will attend #_EVENTNAME on #_EVENTDATES. He wants to reserve #_BOOKINGSPACES spaces.\r\n\r\n Now there are #_BOOKEDSPACES spaces reserved, #_AVAILABLESPACES are still available.\r\n\r\nYours faithfully,\r\n\r\nEvents Manager - http://wp-events-plugin.com\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4709,'dbem_contactperson_email_cancelled_subject','Booking Cancelled','yes'),(4710,'dbem_contactperson_email_cancelled_body','#_BOOKINGNAME (#_BOOKINGEMAIL) cancelled his booking at #_EVENTNAME on #_EVENTDATES. He wanted to reserve #_BOOKINGSPACES spaces.\r\n\r\n Now there are #_BOOKEDSPACES spaces reserved, #_AVAILABLESPACES are still available.\r\n\r\nYours faithfully,\r\n\r\nEvents Manager - http://wp-events-plugin.com\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4711,'dbem_bookings_email_pending_subject','Booking Pending','yes'),(4712,'dbem_bookings_email_pending_body','Dear #_BOOKINGNAME, \r\n\r\nYou have requested #_BOOKINGSPACES space/spaces for #_EVENTNAME.\r\n\r\nWhen : #_EVENTDATES @ #_EVENTTIMES\r\n\r\nWhere : #_LOCATIONNAME - #_LOCATIONFULLLINE\r\n\r\nYour booking is currently pending approval by our administrators. Once approved you will receive an automatic confirmation.\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4713,'dbem_bookings_email_rejected_subject','Booking Rejected','yes'),(4714,'dbem_bookings_email_rejected_body','Dear #_BOOKINGNAME, \r\n\r\nYour requested booking for #_BOOKINGSPACES spaces at #_EVENTNAME on #_EVENTDATES has been rejected.\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4715,'dbem_bookings_email_confirmed_subject','Booking Confirmed','yes'),(4716,'dbem_bookings_email_confirmed_body','Dear #_BOOKINGNAME, \r\n\r\nYou have successfully reserved #_BOOKINGSPACES space/spaces for #_EVENTNAME.\r\n\r\nWhen : #_EVENTDATES @ #_EVENTTIMES\r\n\r\nWhere : #_LOCATIONNAME - #_LOCATIONFULLLINE\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4717,'dbem_bookings_email_cancelled_subject','Booking Cancelled','yes'),(4718,'dbem_bookings_email_cancelled_body','Dear #_BOOKINGNAME, \r\n\r\nYour requested booking for #_BOOKINGSPACES spaces at #_EVENTNAME on #_EVENTDATES has been cancelled.\r\n\r\nYours faithfully,\r\n\r\n#_CONTACTNAME\r\n\r\n\r\n-------------------------------\r\n\r\nPowered by Events Manager - http://wp-events-plugin.com','yes'),(4719,'dbem_bookings_tickets_orderby','ticket_price DESC, ticket_name ASC','yes'),(4720,'dbem_bookings_tickets_priority','0','yes'),(4721,'dbem_bookings_tickets_show_unavailable','0','yes'),(4722,'dbem_bookings_tickets_show_loggedout','1','yes'),(4723,'dbem_bookings_tickets_single','0','yes'),(4724,'dbem_bookings_tickets_single_form','0','yes'),(4725,'dbem_bookings_my_title_format','My Bookings','yes'),(4726,'dbem_hello_to_user','0','yes'),(4727,'dbem_bp_events_list_format_header','<ul class=\"em-events-list\">','yes'),(4728,'dbem_bp_events_list_format','<li>#_EVENTLINK - #_EVENTDATES - #_EVENTTIMES<ul><li>#_LOCATIONLINK - #_LOCATIONADDRESS, #_LOCATIONTOWN</li></ul></li>','yes'),(4729,'dbem_bp_events_list_format_footer','</ul>','yes'),(4730,'dbem_bp_events_list_none_format','<p class=\"em-events-list\">No Events</p>','yes'),(4731,'dbem_cp_events_slug','events-calendar/caribbean-events-calendar','yes'),(4732,'dbem_cp_locations_slug','events-calendar/caribbean-events-calendar/locations','yes'),(4733,'dbem_taxonomy_category_slug','events-calendar/caribbean-events-calendar/categories','yes'),(4734,'dbem_taxonomy_tag_slug','events/tags','yes'),(4735,'dbem_cp_events_template','page','yes'),(4736,'dbem_cp_events_body_class','','yes'),(4737,'dbem_cp_events_post_class','','yes'),(4738,'dbem_cp_events_formats','1','yes'),(4739,'dbem_cp_events_has_archive','0','yes'),(4740,'dbem_events_default_archive_orderby','_start_ts','yes'),(4741,'dbem_events_default_archive_order','ASC','yes'),(4742,'dbem_events_archive_scope','past','yes'),(4743,'dbem_cp_events_archive_formats','1','yes'),(4744,'dbem_cp_events_search_results','1','yes'),(4745,'dbem_cp_events_custom_fields','0','yes'),(4746,'dbem_cp_events_comments','0','yes'),(4747,'dbem_cp_locations_template','page','yes'),(4748,'dbem_cp_locations_body_class','','yes'),(4749,'dbem_cp_locations_post_class','','yes'),(4750,'dbem_cp_locations_formats','1','yes'),(4751,'dbem_cp_locations_has_archive','1','yes'),(4752,'dbem_locations_default_archive_orderby','title','yes'),(4753,'dbem_locations_default_archive_order','ASC','yes'),(4754,'dbem_cp_locations_archive_formats','1','yes'),(4755,'dbem_cp_locations_search_results','0','yes'),(4756,'dbem_cp_locations_custom_fields','0','yes'),(4757,'dbem_cp_locations_comments','1','yes'),(4758,'dbem_cp_categories_formats','1','yes'),(4759,'dbem_categories_default_archive_orderby','_start_ts','yes'),(4760,'dbem_categories_default_archive_order','ASC','yes'),(4761,'dbem_cp_tags_formats','1','yes'),(4762,'dbem_tags_default_archive_orderby','_start_ts','yes'),(4763,'dbem_tags_default_archive_order','ASC','yes'),(4764,'dbem_credits','0','yes'),(4765,'dbem_events_page','5386','yes'),(4766,'dbem_locations_page','','yes'),(4767,'dbem_categories_page','','yes'),(4768,'dbem_tags_page','6724','yes'),(4769,'dbem_my_bookings_page','','yes'),(4770,'dbem_version','5.422','yes'),(4774,'dbem_thumbnails_enabled','0','yes'),(4775,'dbem_js_limit','0','yes'),(4776,'dbem_js_limit_general','0','yes'),(4777,'dbem_js_limit_search','','yes'),(4778,'dbem_js_limit_events_form','','yes'),(4779,'dbem_js_limit_edit_bookings','','yes'),(4780,'dbem_css_limit','0','yes'),(4781,'dbem_css_limit_include','0','yes'),(4782,'dbem_css_limit_exclude','0','yes'),(4783,'dbem_disable_timthumb','0','yes'),(4784,'dbem_pro_dev_updates','0','yes'),(4785,'dbem_disable_title_rewrites','0','yes'),(4786,'dbem_title_html','','yes'),(4787,'dbem_events_current_are_past','0','yes'),(4788,'dbem_bookings_default_orderby','event_name','yes'),(4789,'dbem_bookings_default_order','ASC','yes'),(4790,'dbem_edit_events_page','','yes'),(4791,'dbem_edit_locations_page','','yes'),(4792,'dbem_edit_bookings_page','','yes'),(4793,'dbem_event_list_groupby','0','yes'),(4794,'dbem_event_list_groupby_format','','yes'),(4795,'dbem_time_24h','0','yes'),(4796,'dbem_display_calendar_day_single','0','yes'),(4797,'dbem_mail_sender_address','','yes'),(4798,'dbem_smtp_username','Doug','yes'),(4799,'dbem_smtp_password','James1:5','yes'),(4839,'sm_options','a:56:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:13:\"sm_b_filename\";s:11:\"sitemap.xml\";s:10:\"sm_b_debug\";b:1;s:8:\"sm_b_xml\";b:1;s:9:\"sm_b_gzip\";b:1;s:9:\"sm_b_ping\";b:1;s:12:\"sm_b_pingmsn\";b:1;s:19:\"sm_b_manual_enabled\";b:0;s:17:\"sm_b_auto_enabled\";b:1;s:15:\"sm_b_auto_delay\";b:1;s:15:\"sm_b_manual_key\";s:32:\"ee7edd41fbd8aed2fab6b00323b6b083\";s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:14:\"sm_b_max_posts\";i:-1;s:13:\"sm_b_safemode\";b:0;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:18:\"sm_b_location_mode\";s:4:\"auto\";s:20:\"sm_b_filename_manual\";s:0:\"\";s:19:\"sm_b_fileurl_manual\";s:0:\"\";s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999998;s:15:\"sm_pr_posts_min\";d:0.20000000000000001;s:11:\"sm_pr_pages\";d:0.59999999999999998;s:10:\"sm_pr_cats\";d:0.29999999999999999;s:10:\"sm_pr_arch\";d:0.29999999999999999;s:10:\"sm_pr_auth\";d:0.29999999999999999;s:10:\"sm_pr_tags\";d:0.29999999999999999;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1368060068;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;}','yes'),(4841,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":24:{s:10:\"_startTime\";d:1409666363.9421909;s:8:\"_endTime\";d:1409666363.957814;s:11:\"_hasChanged\";b:1;s:12:\"_memoryUsage\";i:23330816;s:9:\"_lastPost\";i:0;s:9:\"_lastTime\";i:0;s:8:\"_usedXml\";b:1;s:11:\"_xmlSuccess\";b:0;s:8:\"_xmlPath\";s:67:\"C:\\\\inetpub\\\\wwwroot\\\\www.onecaribbean.org\\\\wp-cron.php/sitemap.xml\";s:7:\"_xmlUrl\";s:39:\"http://www.onecaribbean.org/sitemap.xml\";s:8:\"_usedZip\";b:1;s:11:\"_zipSuccess\";b:0;s:8:\"_zipPath\";s:70:\"C:\\\\inetpub\\\\wwwroot\\\\www.onecaribbean.org\\\\wp-cron.php/sitemap.xml.gz\";s:7:\"_zipUrl\";s:42:\"http://www.onecaribbean.org/sitemap.xml.gz\";s:11:\"_usedGoogle\";b:0;s:10:\"_googleUrl\";s:0:\"\";s:15:\"_gooogleSuccess\";b:0;s:16:\"_googleStartTime\";i:0;s:14:\"_googleEndTime\";i:0;s:8:\"_usedMsn\";b:0;s:7:\"_msnUrl\";s:0:\"\";s:11:\"_msnSuccess\";b:0;s:13:\"_msnStartTime\";i:0;s:11:\"_msnEndTime\";i:0;}','no'),(5089,'_transient_timeout_feed_725231ebd14e1a7852c777c0a935ef96','1368233648','no'),(5090,'_transient_feed_725231ebd14e1a7852c777c0a935ef96','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"link:http://caribbeanctc.com/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://www.google.com/search?ie=utf-8&q=link:http://caribbeanctc.com/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Your search - <b>link:http://caribbeanctc.com/</b> - did not match any documents.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Fri, 10 May 2013 12:54:08 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=656832a053156fb1:FF=0:TM=1368190448:LM=1368190448:S=si_Pc96fEo7pAyCp; expires=Sun, 10-May-2015 12:54:08 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=Gh34IGkYkrfN6gOt84aKffJeIn84uJdlOGcOl_CiuBDpRFlilOdTh6nBqCU33jVwpPxFOpvmpAJEep5CEM6q3qFmp2satkWWTr9q-WyPysRM0DbowHnDdPamwTkf5fzQ; expires=Sat, 09-Nov-2013 12:54:08 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";}s:5:\"build\";s:14:\"20130214135331\";}','no'),(5091,'_transient_timeout_feed_mod_725231ebd14e1a7852c777c0a935ef96','1368233648','no'),(5092,'_transient_feed_mod_725231ebd14e1a7852c777c0a935ef96','1368190448','no'),(5202,'_site_transient_timeout_browser_c974eb434a2c6aed35e3d5e0526ab74c','1368819887','yes'),(5203,'_site_transient_browser_c974eb434a2c6aed35e3d5e0526ab74c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"26.0.1410.65\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5443,'em_last_modified','1408476334','yes'),(5519,'_transient_plugins_delete_result_2','1','yes'),(5525,'_transient_timeout_easy_table_themes','1368640624','no'),(5526,'_transient_easy_table_themes','a:3:{i:0;s:8:\"cuscosky\";i:1;s:7:\"default\";i:2;s:7:\"minimal\";}','no'),(5606,'widget_contact_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5899,'disable_fsockopen','1368919951','yes'),(6106,'widget_show_recent','a:2:{i:2;a:2:{s:5:\"title\";s:11:\"Recent News\";s:5:\"posts\";i:2;}s:12:\"_multiwidget\";i:1;}','yes'),(6182,'_site_transient_timeout_browser_7369c9fdcc2c79b5cd6bd818814b38ba','1369674616','yes'),(6183,'_site_transient_browser_7369c9fdcc2c79b5cd6bd818814b38ba','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"20.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6501,'st_blogexcludetest_79','false','yes'),(6502,'st_blogexcludetest_80','false','yes'),(6503,'st_blogexcludetest_94','false','yes'),(6504,'st_blogexcludetest_85','false','yes'),(6505,'st_blogexcludetest_81','false','yes'),(6506,'st_blogexcludetest_93','false','yes'),(6507,'st_blogexcludetest_89','false','yes'),(6508,'st_blogexcludetest_82','false','yes'),(6509,'st_blogexcludetest_87','false','yes'),(6510,'st_blogexcludetest_91','false','yes'),(6511,'st_blogexcludetest_92','false','yes'),(6512,'st_blogexcludetest_86','false','yes'),(6513,'st_blogexcludetest_90','false','yes'),(6514,'st_blogexcludetest_88','false','yes'),(6515,'st_blogexcludetest_84','false','yes'),(6516,'st_blogexcludetest_83','false','yes'),(6571,'dbem_ical_real_description_format','#_EVENTEXCERPT','yes'),(6572,'dbem_ical_location_format','#_LOCATION','yes'),(6573,'dbem_map_default_width','400px','yes'),(6574,'dbem_map_default_height','300px','yes'),(6575,'dbem_full_calendar_month_format','M Y','yes'),(6576,'dbem_small_calendar_month_format','M Y','yes'),(6577,'dbem_bookings_email_registration_subject','[OneCaribbean.org] Your username and password','yes'),(6578,'dbem_bookings_email_registration_body','You have successfully created an account at OneCaribbean.org.\r\n\r\nYou can log into our site http://www.onecaribbean.org/wp-login.php.\r\n\r\nUsername : %username%\r\nPassword : %password%\r\n\r\nTo view your bookings, please visit http://www.onecaribbean.org/events-calendar/marco-events/my-bookings/ after logging in.','yes'),(6583,'_site_transient_timeout_browser_94cd9520d77c95ddf7527aa4b52c5a3e','1369765731','yes'),(6584,'_site_transient_browser_94cd9520d77c95ddf7527aa4b52c5a3e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"20.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6591,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1409668448;s:7:\"checked\";a:5:{s:20:\"Sterling-Child-Theme\";s:3:\"1.0\";s:8:\"Sterling\";s:5:\"2.1.4\";s:12:\"twentyeleven\";s:3:\"1.5\";s:9:\"twentyten\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:40:\"http://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:57:\"http://wordpress.org/themes/download/twentyeleven.1.8.zip\";}s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:37:\"http://wordpress.org/themes/twentyten\";s:7:\"package\";s:54:\"http://wordpress.org/themes/download/twentyten.1.6.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:40:\"http://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:57:\"http://wordpress.org/themes/download/twentytwelve.1.4.zip\";}}}','yes'),(6592,'st_blog_excerpt_button','true','yes'),(6593,'st_blog_excerpt_button_color','blue','yes'),(6594,'st_blog_excerpt_button_size','small','yes'),(6595,'st_posted_categories','true','yes'),(6596,'st_footer_callout_button_target','true','yes'),(6597,'st_footer_callout_button_color','red','yes'),(6598,'st_footer_callout_button_size','large','yes'),(6925,'_transient_plugins_delete_result_13','1','yes'),(7027,'_site_transient_timeout_browser_d69d22ac667e131db86edd33bc99dcb5','1369940528','yes'),(7028,'_site_transient_browser_d69d22ac667e131db86edd33bc99dcb5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(7031,'_site_transient_timeout_browser_9cd12bc0603f21c5a2851402152b635b','1369946623','yes'),(7032,'_site_transient_browser_9cd12bc0603f21c5a2851402152b635b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"26.0.1410.64\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7038,'googlelanguagetranslator_active','1','yes'),(7039,'googlelanguagetranslator_language_option','all','yes'),(7040,'googlelanguagetranslator_language','en','yes'),(7041,'googlelanguagetranslator_display','Vertical','yes'),(7042,'googlelanguagetranslator_toolbar','Yes','yes'),(7043,'googlelanguagetranslator_showbranding','Yes','yes'),(7044,'language_display_settings','a:66:{s:2:\"af\";N;s:2:\"sq\";N;s:2:\"ar\";N;s:2:\"hy\";N;s:2:\"az\";N;s:2:\"eu\";N;s:2:\"be\";N;s:2:\"bn\";N;s:2:\"bg\";N;s:2:\"ca\";N;s:5:\"zh-CN\";N;s:5:\"zh-TW\";N;s:2:\"cs\";N;s:2:\"hr\";N;s:2:\"da\";N;s:2:\"nl\";s:1:\"1\";s:2:\"en\";N;s:2:\"eo\";N;s:2:\"et\";N;s:2:\"tl\";N;s:2:\"fi\";N;s:2:\"fr\";s:1:\"1\";s:2:\"gl\";N;s:2:\"ka\";N;s:2:\"de\";N;s:2:\"el\";N;s:2:\"gu\";N;s:2:\"ht\";N;s:2:\"iw\";N;s:2:\"hi\";N;s:2:\"hu\";N;s:2:\"is\";N;s:2:\"id\";N;s:2:\"ga\";N;s:2:\"it\";N;s:2:\"ja\";N;s:2:\"kn\";N;s:2:\"ko\";N;s:2:\"lo\";N;s:2:\"la\";N;s:2:\"lv\";N;s:2:\"lt\";N;s:2:\"mk\";N;s:2:\"ms\";N;s:2:\"mt\";N;s:2:\"no\";N;s:2:\"fa\";N;s:2:\"pl\";N;s:2:\"pt\";N;s:2:\"ro\";N;s:2:\"ru\";N;s:2:\"sr\";N;s:2:\"sk\";N;s:2:\"sl\";N;s:2:\"es\";s:1:\"1\";s:2:\"sw\";N;s:2:\"sv\";N;s:2:\"ta\";N;s:2:\"te\";N;s:2:\"th\";N;s:2:\"tr\";N;s:2:\"uk\";N;s:2:\"ur\";N;s:2:\"vi\";N;s:2:\"cy\";N;s:2:\"yi\";N;}','yes'),(7060,'wpTranslateOptions','a:3:{s:16:\"default_language\";s:4:\"auto\";s:16:\"tracking_enabled\";b:0;s:11:\"tracking_id\";s:0:\"\";}','yes'),(7350,'_transient__srm_redirects','a:142:{i:0;a:6:{s:2:\"ID\";i:11093;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:29:\"/ctouk/ukchapter/default.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:1;a:6:{s:2:\"ID\";i:11092;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:17:\"/ctouk/ukchapter/\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:2;a:6:{s:2:\"ID\";i:11091;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:32:\"/ctouk/travelagentsuk/forms.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:3;a:6:{s:2:\"ID\";i:11090;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:37:\"/ctouk/travelagentsuk/ctpprogram.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:4;a:6:{s:2:\"ID\";i:11089;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:40:\"/ctouk/travelagentsuk/ctpnewsletter.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:5;a:6:{s:2:\"ID\";i:11088;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/ctouk/travelagentsuk/ctpexamforms.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:6;a:6:{s:2:\"ID\";i:11087;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:34:\"/ctouk/travelagentsuk/default.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:7;a:6:{s:2:\"ID\";i:11086;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:22:\"/ctouk/travelagentsuk/\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:8;a:6:{s:2:\"ID\";i:11085;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:29:\"/ctouk/trade/ntocontacts.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:9;a:6:{s:2:\"ID\";i:11084;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/ctouk/trade/default.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:10;a:6:{s:2:\"ID\";i:11083;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:13:\"/ctouk/trade/\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:11;a:6:{s:2:\"ID\";i:11082;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:34:\"/ctouk/mice/aboutctoukchapter.aspx\";s:11:\"redirect_to\";s:40:\"/traveltrade/mice/aboutctoukchapter.aspx\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:12;a:6:{s:2:\"ID\";i:11081;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/ctouk/mice/default.aspx\";s:11:\"redirect_to\";s:18:\"/traveltrade/mice/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:13;a:6:{s:2:\"ID\";i:11080;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:12:\"/ctouk/mice/\";s:11:\"redirect_to\";s:18:\"/traveltrade/mice/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:14;a:6:{s:2:\"ID\";i:11079;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/ctouk/media/pressreleases.aspx\";s:11:\"redirect_to\";s:31:\"/traveltrade/media/default.aspx\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:15;a:6:{s:2:\"ID\";i:11078;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:13:\"/ctouk/media/\";s:11:\"redirect_to\";s:32:\"/traveltrade/media/default2.aspx\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:16;a:6:{s:2:\"ID\";i:11077;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/ctouk/media/default.aspx\";s:11:\"redirect_to\";s:32:\"/traveltrade/media/default2.aspx\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:17;a:6:{s:2:\"ID\";i:11076;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:19:\"/ctouk/default.aspx\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:18;a:6:{s:2:\"ID\";i:11075;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:7:\"/ctouk/\";s:11:\"redirect_to\";s:13:\"/traveltrade/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:19;a:6:{s:2:\"ID\";i:11074;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:28:\"/statistics/touristprofiles/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:20;a:6:{s:2:\"ID\";i:11073;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/statistics/tourismstats/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:21;a:6:{s:2:\"ID\";i:11072;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:22:\"/statistics/socialgdp/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:22;a:6:{s:2:\"ID\";i:11071;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/statistics/marketstats/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:23;a:6:{s:2:\"ID\";i:11070;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/statistics/expenditure/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:24;a:6:{s:2:\"ID\";i:11069;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:19:\"/statistics/cruise/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:25;a:6:{s:2:\"ID\";i:11068;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/statistics/countrystats/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:26;a:6:{s:2:\"ID\";i:11067;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:19:\"/statistics/budget/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:27;a:6:{s:2:\"ID\";i:11066;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:27:\"/statistics/annualoverview/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:28;a:6:{s:2:\"ID\";i:11065;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/statistics/airpassenger/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:29;a:6:{s:2:\"ID\";i:11064;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:26:\"/statistics/accommodation/\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:30;a:6:{s:2:\"ID\";i:11063;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/statistics/2013statistics.aspx\";s:11:\"redirect_to\";s:45:\"/statistics/latest-tourism-statistics-tables/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:31;a:6:{s:2:\"ID\";i:11062;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/statistics/2012statistics.aspx\";s:11:\"redirect_to\";s:45:\"/statistics/latest-tourism-statistics-tables/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:32;a:6:{s:2:\"ID\";i:11061;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:27:\"/statistics/2010statistics/\";s:11:\"redirect_to\";s:45:\"/statistics/latest-tourism-statistics-tables/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:33;a:6:{s:2:\"ID\";i:11059;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:13:\"/sitemap.aspx\";s:11:\"redirect_to\";s:19:\"/pages-2/sitemap-2/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:34;a:6:{s:2:\"ID\";i:11058;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/search/SearchResult.aspx\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:35;a:6:{s:2:\"ID\";i:11057;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:8:\"/search/\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:36;a:6:{s:2:\"ID\";i:11056;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:26:\"/resources/tourismepa.aspx\";s:11:\"redirect_to\";s:7:\"/media/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:37;a:6:{s:2:\"ID\";i:11055;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:51:\"/resources/tourismeducation/nonctoscholarships.aspx\";s:11:\"redirect_to\";s:31:\"/resources/scholarships-grants/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:38;a:6:{s:2:\"ID\";i:11054;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:28:\"/resources/tourismeducation/\";s:11:\"redirect_to\";s:30:\"/resources/education-training/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:39;a:6:{s:2:\"ID\";i:11053;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:28:\"/resources/reportsandguides/\";s:11:\"redirect_to\";s:7:\"/media/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:40;a:6:{s:2:\"ID\";i:11052;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/resources/publicationsforsale/\";s:11:\"redirect_to\";s:7:\"/media/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:41;a:6:{s:2:\"ID\";i:11051;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:38:\"/resources/publications/wtmpapers.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:42;a:6:{s:2:\"ID\";i:11050;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/resources/publications/technology.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:43;a:6:{s:2:\"ID\";i:11049;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:38:\"/resources/publications/stcpapers.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:44;a:6:{s:2:\"ID\";i:11048;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/resources/publications/statistics.aspx\";s:11:\"redirect_to\";s:12:\"/statistics/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:45;a:6:{s:2:\"ID\";i:11047;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:43:\"/resources/publications/humanresources.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:46;a:6:{s:2:\"ID\";i:11046;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:37:\"/resources/publications/heritage.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:47;a:6:{s:2:\"ID\";i:11045;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:40:\"/resources/publications/cweekpapers.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:48;a:6:{s:2:\"ID\";i:11044;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:35:\"/resources/publications/cruise.aspx\";s:11:\"redirect_to\";s:29:\"/resources/conference-papers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:49;a:6:{s:2:\"ID\";i:11043;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:38:\"/resources/publications/condenast.aspx\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:50;a:6:{s:2:\"ID\";i:11042;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:45:\"/resources/publications/airtransport2007.aspx\";s:11:\"redirect_to\";s:28:\"/resources/cto-publications/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:51;a:6:{s:2:\"ID\";i:11041;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/resources/publications/\";s:11:\"redirect_to\";s:28:\"/resources/cto-publications/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:52;a:6:{s:2:\"ID\";i:11040;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/resources/nonctoreports/\";s:11:\"redirect_to\";s:25:\"/resources/related-sites/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:53;a:6:{s:2:\"ID\";i:11039;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:40:\"/resources/hurricaneinfo/drmproject.aspx\";s:11:\"redirect_to\";s:31:\"/resources/disaster-management/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:54;a:6:{s:2:\"ID\";i:11038;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/resources/hurricaneinfo/\";s:11:\"redirect_to\";s:31:\"/resources/disaster-management/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:55;a:6:{s:2:\"ID\";i:11037;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/resources/harvard/harvardproducts.aspx\";s:11:\"redirect_to\";s:30:\"/resources/education-training/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:56;a:6:{s:2:\"ID\";i:11036;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:29:\"/resources/ctorelieffund.aspx\";s:11:\"redirect_to\";s:19:\"/our-work/advocacy/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:57;a:6:{s:2:\"ID\";i:11035;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/relatedsites/inflightmags.aspx\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:58;a:6:{s:2:\"ID\";i:11034;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:14:\"/relatedsites/\";s:11:\"redirect_to\";s:25:\"/resources/related-sites/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:59;a:6:{s:2:\"ID\";i:11033;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:23:\"/programs/tvslogos.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/total-visitor-satisfaction/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:60;a:6:{s:2:\"ID\";i:11032;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:14:\"/programs/tvs/\";s:11:\"redirect_to\";s:37:\"/our-work/total-visitor-satisfaction/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:61;a:6:{s:2:\"ID\";i:11031;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:51:\"/programs/sustainabledevelopment/STTCDocuments.aspx\";s:11:\"redirect_to\";s:42:\"/our-work/sustainable-tourism-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:62;a:6:{s:2:\"ID\";i:11030;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:33:\"/programs/sustainabledevelopment/\";s:11:\"redirect_to\";s:42:\"/our-work/sustainable-tourism-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:63;a:6:{s:2:\"ID\";i:11029;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:33:\"/programs/marketing/whispers.aspx\";s:11:\"redirect_to\";s:20:\"/our-work/marketing/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:64;a:6:{s:2:\"ID\";i:11028;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:38:\"/programs/marketing/intraregional.aspx\";s:11:\"redirect_to\";s:20:\"/our-work/marketing/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:65;a:6:{s:2:\"ID\";i:11027;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:36:\"/programs/marketing/ctochapters.aspx\";s:11:\"redirect_to\";s:20:\"/our-work/marketing/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:66;a:6:{s:2:\"ID\";i:11026;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:20:\"/programs/marketing/\";s:11:\"redirect_to\";s:20:\"/our-work/marketing/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:67;a:6:{s:2:\"ID\";i:11025;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/programs/livemocha.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:68;a:6:{s:2:\"ID\";i:11024;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:32:\"/programs/informationmanagement/\";s:11:\"redirect_to\";s:28:\"/our-work/research-infotech/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:69;a:6:{s:2:\"ID\";i:11023;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:40:\"/programs/hrdevelopment/tvs/default.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:70;a:6:{s:2:\"ID\";i:11022;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:50:\"/programs/hrdevelopment/tourismhrpublications.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:71;a:6:{s:2:\"ID\";i:11021;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:40:\"/programs/hrdevelopment/scholarship.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:72;a:6:{s:2:\"ID\";i:11020;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:38:\"/programs/hrdevelopment/livemocha.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:73;a:6:{s:2:\"ID\";i:11019;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:55:\"/programs/hrdevelopment/hospitalityassured/default.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:74;a:6:{s:2:\"ID\";i:11018;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:49:\"/programs/hrdevelopment/cthrc/trainingplaces.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:75;a:6:{s:2:\"ID\";i:11017;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/programs/hrdevelopment/cthrc/ties.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:76;a:6:{s:2:\"ID\";i:11016;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/programs/hrdevelopment/cthrc/ctls.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:77;a:6:{s:2:\"ID\";i:11015;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:30:\"/programs/hrdevelopment/cthrc/\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:78;a:6:{s:2:\"ID\";i:11014;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:41:\"/programs/hrdevelopment/arleysappeal.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:79;a:6:{s:2:\"ID\";i:11013;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/programs/hrdevelopment/\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:80;a:6:{s:2:\"ID\";i:11012;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:26:\"/programs/hr/steps2ha.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:81;a:6:{s:2:\"ID\";i:11011;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/programs/hr/newsha.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:82;a:6:{s:2:\"ID\";i:11010;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:20:\"/programs/hr/ha.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:83;a:6:{s:2:\"ID\";i:11009;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/programs/hr/aboutha.aspx\";s:11:\"redirect_to\";s:37:\"/our-work/human-resource-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:84;a:6:{s:2:\"ID\";i:11008;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:47:\"/programs/ctosustainable/travelmoleuploads.aspx\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:85;a:6:{s:2:\"ID\";i:11007;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/programs/ctosustainable/resources.aspx\";s:11:\"redirect_to\";s:39:\"/resources/conference-papers/stc-other/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:86;a:6:{s:2:\"ID\";i:11006;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:46:\"/programs/ctosustainable/idbdrmccaproject.aspx\";s:11:\"redirect_to\";s:42:\"/our-work/sustainable-tourism-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:87;a:6:{s:2:\"ID\";i:11005;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:37:\"/programs/ctosustainable/chenact.aspx\";s:11:\"redirect_to\";s:42:\"/our-work/sustainable-tourism-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:88;a:6:{s:2:\"ID\";i:11004;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:39:\"/programs/ctosustainable/caribsave.aspx\";s:11:\"redirect_to\";s:42:\"/our-work/sustainable-tourism-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:89;a:6:{s:2:\"ID\";i:11003;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/programs/ctosustainable/\";s:11:\"redirect_to\";s:42:\"/our-work/sustainable-tourism-development/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:90;a:6:{s:2:\"ID\";i:11002;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/programs/advocacy/default.aspx\";s:11:\"redirect_to\";s:19:\"/our-work/advocacy/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:91;a:6:{s:2:\"ID\";i:11001;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:10:\"/programs/\";s:11:\"redirect_to\";s:10:\"/our-work/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:92;a:6:{s:2:\"ID\";i:11000;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:31:\"/newsandmediacenter/newsletter/\";s:11:\"redirect_to\";s:19:\"/media/newsletters/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:93;a:6:{s:2:\"ID\";i:10999;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:33:\"/newsandmediacenter/newsfeed.aspx\";s:11:\"redirect_to\";s:16:\"/media/cto-news/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:94;a:6:{s:2:\"ID\";i:10998;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:46:\"/newsandmediacenter/mediareleases/listing.aspx\";s:11:\"redirect_to\";s:16:\"/media/cto-news/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:95;a:6:{s:2:\"ID\";i:10997;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:54:\"/newsandmediacenter/medialibrary/archivectophotos.aspx\";s:11:\"redirect_to\";s:21:\"/media/cto-photos-tv/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:96;a:6:{s:2:\"ID\";i:10996;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:33:\"/newsandmediacenter/medialibrary/\";s:11:\"redirect_to\";s:7:\"/media/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:97;a:6:{s:2:\"ID\";i:10995;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:30:\"/newsandmediacenter/ctotv.aspx\";s:11:\"redirect_to\";s:21:\"/media/cto-photos-tv/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:98;a:6:{s:2:\"ID\";i:10994;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:37:\"/newsandmediacenter/countrymedia.aspx\";s:11:\"redirect_to\";s:21:\"/media/cto-photos-tv/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:99;a:6:{s:2:\"ID\";i:10993;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:34:\"/newsandmediacenter/audiopodcasts/\";s:11:\"redirect_to\";s:21:\"/media/cto-photos-tv/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:100;a:6:{s:2:\"ID\";i:10992;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:27:\"/newsandmediacenter/apdtax/\";s:11:\"redirect_to\";s:16:\"/media/cto-news/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:101;a:6:{s:2:\"ID\";i:10991;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:20:\"/newsandmediacenter/\";s:11:\"redirect_to\";s:16:\"/media/cto-news/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:102;a:6:{s:2:\"ID\";i:10990;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:35:\"/marketintelligence/executivebrief/\";s:11:\"redirect_to\";s:10:\"/our-work/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:103;a:6:{s:2:\"ID\";i:10989;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:20:\"/marketintelligence/\";s:11:\"redirect_to\";s:10:\"/our-work/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:104;a:6:{s:2:\"ID\";i:10988;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:9:\"/joincto/\";s:11:\"redirect_to\";s:10:\"/join-cto/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:105;a:6:{s:2:\"ID\";i:10987;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:6:\"/home/\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:106;a:6:{s:2:\"ID\";i:10986;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:21:\"/goodpractices/niche/\";s:11:\"redirect_to\";s:28:\"/resources/cto-publications/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:107;a:6:{s:2:\"ID\";i:10985;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:34:\"/goodpractices/manualsreports.aspx\";s:11:\"redirect_to\";s:28:\"/resources/cto-publications/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:108;a:6:{s:2:\"ID\";i:10984;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:26:\"/goodpractices/guides.aspx\";s:11:\"redirect_to\";s:28:\"/resources/cto-publications/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:109;a:6:{s:2:\"ID\";i:10983;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:15:\"/goodpractices/\";s:11:\"redirect_to\";s:28:\"/resources/cto-publications/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:110;a:6:{s:2:\"ID\";i:10982;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:33:\"/eventsandcalendars/webinars.aspx\";s:11:\"redirect_to\";s:17:\"/events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:111;a:6:{s:2:\"ID\";i:10981;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:33:\"/eventsandcalendars/TourismMonth/\";s:11:\"redirect_to\";s:17:\"/events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:112;a:6:{s:2:\"ID\";i:10980;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:45:\"/eventsandcalendars/ntocalendars/default.aspx\";s:11:\"redirect_to\";s:17:\"/events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:113;a:6:{s:2:\"ID\";i:10979;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:40:\"/eventsandcalendars/destinationcalendar/\";s:11:\"redirect_to\";s:17:\"/events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:114;a:6:{s:2:\"ID\";i:10978;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:44:\"/eventsandcalendars/conferences/wtm2012.aspx\";s:11:\"redirect_to\";s:47:\"/resources/conference-papers/caribbeanweek-wtm/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:115;a:6:{s:2:\"ID\";i:10977;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:48:\"/eventsandcalendars/conferences/tsaworkshop.aspx\";s:11:\"redirect_to\";s:28:\"/our-work/research-infotech/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:116;a:6:{s:2:\"ID\";i:10976;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:46:\"/eventsandcalendars/conferences/sotichome.aspx\";s:11:\"redirect_to\";s:28:\"/events-calendar/sotic-2013/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:117;a:6:{s:2:\"ID\";i:10975;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:54:\"/eventsandcalendars/conferences/sotic2013speakers.aspx\";s:11:\"redirect_to\";s:28:\"/events-calendar/sotic-2013/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:118;a:6:{s:2:\"ID\";i:10974;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:50:\"/eventsandcalendars/conferences/sotic2013home.aspx\";s:11:\"redirect_to\";s:28:\"/events-calendar/sotic-2013/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:119;a:6:{s:2:\"ID\";i:10973;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:53:\"/eventsandcalendars/conferences/sotic2012program.aspx\";s:11:\"redirect_to\";s:28:\"/events-calendar/sotic-2013/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:120;a:6:{s:2:\"ID\";i:10972;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:51:\"/eventsandcalendars/conferences/leadershipconf.aspx\";s:11:\"redirect_to\";s:60:\"/resources/conference-papers/leadership-strategy-conference/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:121;a:6:{s:2:\"ID\";i:10971;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:51:\"/eventsandcalendars/conferences/knowledgeworks.aspx\";s:11:\"redirect_to\";s:1:\"/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:122;a:6:{s:2:\"ID\";i:10970;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:47:\"/eventsandcalendars/conferences/hrconf2012.aspx\";s:11:\"redirect_to\";s:42:\"/resources/conference-papers/hrconfpapers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:123;a:6:{s:2:\"ID\";i:10969;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:50:\"/eventsandcalendars/conferences/2012symposium.aspx\";s:11:\"redirect_to\";s:39:\"/resources/conference-papers/stc-other/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:124;a:6:{s:2:\"ID\";i:10968;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:32:\"/eventsandcalendars/conferences/\";s:11:\"redirect_to\";s:17:\"/events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:125;a:6:{s:2:\"ID\";i:10967;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:29:\"/eventsandcalendars/calendar/\";s:11:\"redirect_to\";s:43:\"/events-calendar/caribbean-events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:126;a:6:{s:2:\"ID\";i:10966;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:20:\"/eventsandcalendars/\";s:11:\"redirect_to\";s:17:\"/events-calendar/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:127;a:6:{s:2:\"ID\";i:10965;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:24:\"/contactus/staffusa.aspx\";s:11:\"redirect_to\";s:17:\"/staff-directory/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:128;a:6:{s:2:\"ID\";i:10964;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:23:\"/contactus/staffuk.aspx\";s:11:\"redirect_to\";s:17:\"/staff-directory/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:129;a:6:{s:2:\"ID\";i:10963;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:25:\"/contactus/stafflist.aspx\";s:11:\"redirect_to\";s:17:\"/staff-directory/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:130;a:6:{s:2:\"ID\";i:10962;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:11:\"/contactus/\";s:11:\"redirect_to\";s:13:\"/contact-cto/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:131;a:6:{s:2:\"ID\";i:10961;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:32:\"/careersconsultants/resumes.aspx\";s:11:\"redirect_to\";s:9:\"/careers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:132;a:6:{s:2:\"ID\";i:10960;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:53:\"/careersconsultants/consultants/SearchConsultant.aspx\";s:11:\"redirect_to\";s:9:\"/careers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:133;a:6:{s:2:\"ID\";i:10959;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:44:\"/careersconsultants/consultants/Profile.aspx\";s:11:\"redirect_to\";s:9:\"/careers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:134;a:6:{s:2:\"ID\";i:10958;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:49:\"/careersconsultants/consultants/confirmation.aspx\";s:11:\"redirect_to\";s:9:\"/careers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:135;a:6:{s:2:\"ID\";i:10957;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:28:\"/careersconsultants/careers/\";s:11:\"redirect_to\";s:9:\"/careers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:136;a:6:{s:2:\"ID\";i:10956;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:20:\"/careersconsultants/\";s:11:\"redirect_to\";s:9:\"/careers/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:137;a:6:{s:2:\"ID\";i:10955;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:11:\"/advertise/\";s:11:\"redirect_to\";s:10:\"/join-cto/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:138;a:6:{s:2:\"ID\";i:10954;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:18:\"/aboutus/orgchart/\";s:11:\"redirect_to\";s:27:\"/about-cto/staff-directory/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:139;a:6:{s:2:\"ID\";i:10953;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:30:\"/aboutus/membersdirectory.aspx\";s:11:\"redirect_to\";s:34:\"/members-lists/government-members/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:140;a:6:{s:2:\"ID\";i:10952;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:32:\"/aboutus/membercountrysites.aspx\";s:11:\"redirect_to\";s:34:\"/members-lists/government-members/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}i:141;a:6:{s:2:\"ID\";i:10951;s:11:\"post_status\";s:7:\"publish\";s:13:\"redirect_from\";s:9:\"/aboutus/\";s:11:\"redirect_to\";s:11:\"/about-cto/\";s:11:\"status_code\";i:301;s:12:\"enable_regex\";b:0;}}','yes'),(7410,'widget_pp_google_translate','a:2:{i:2;a:3:{s:5:\"title\";s:4:\"Test\";s:7:\"message\";s:13:\"Mark Force IV\";s:4:\"GAID\";s:13:\"UA-33759210-1\";}s:12:\"_multiwidget\";i:1;}','yes'),(7474,'social_stickers_settings','a:15:{s:7:\"version\";s:4:\"2.02\";s:14:\"powered_by_msg\";b:0;s:4:\"mode\";i:0;s:5:\"theme\";s:7:\"default\";s:13:\"show_edit_url\";b:0;s:8:\"link_new\";b:1;s:20:\"theme_stickers_order\";a:1:{s:7:\"default\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:7:\"youtube\";}}s:12:\"twitter_data\";a:6:{s:8:\"username\";s:0:\"\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:10:\"user_token\";s:0:\"\";s:11:\"user_secret\";s:0:\"\";s:4:\"data\";N;}s:13:\"facebook_data\";a:2:{s:4:\"page\";s:0:\"\";s:4:\"data\";N;}s:12:\"refresh_time\";i:5;s:13:\"advanced_view\";b:0;s:11:\"last_access\";i:1369534985;s:11:\"custom_html\";b:0;s:16:\"custom_html_text\";s:343:\"<p>Add me on any of the social networks!</p>\r\n\r\n<p>\r\n{$stickers_start}\r\n <a href=\"{$sticker_url}\" target=\"_blank\" title=\"{$sticker_name}\">{$sticker_img_32}</a>\r\n{$stickers_end}\r\n</p>\r\n\r\n<p>We have {$facebook_likes} likes on Facebook and {$facebook_talking_about} people talking about us. We also have {$twitter_followers} followers on Twitter!\";s:8:\"stickers\";a:71:{s:5:\"500px\";a:4:{s:3:\"url\";s:28:\"http://500px.com/[:username]\";s:4:\"name\";s:5:\"500px\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"aboutme\";a:4:{s:3:\"url\";s:27:\"http://about.me/[:username]\";s:4:\"name\";s:8:\"About Me\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"academia\";a:4:{s:3:\"url\";s:11:\"[:username]\";s:4:\"name\";s:8:\"Academia\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:3:\"aim\";a:4:{s:3:\"url\";s:31:\"aim:goim?screenname=[:username]\";s:4:\"name\";s:3:\"AIM\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"anobii\";a:4:{s:3:\"url\";s:39:\"http://www.anobii.com/[:username]/books\";s:4:\"name\";s:6:\"Anobii\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"appnet\";a:4:{s:3:\"url\";s:33:\"https://alpha.app.net/[:username]\";s:4:\"name\";s:7:\"app.net\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"behance\";a:4:{s:3:\"url\";s:30:\"http://behance.net/[:username]\";s:4:\"name\";s:7:\"Behance\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"bebo\";a:4:{s:3:\"url\";s:27:\"http://bebo.com/[:username]\";s:4:\"name\";s:4:\"Bebo\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:11:\"blogconnect\";a:4:{s:3:\"url\";s:40:\"http://blog-connect.com/a?id=[:username]\";s:4:\"name\";s:11:\"Blogconnect\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"blogger\";a:4:{s:3:\"url\";s:32:\"http://[:username].blogspot.com/\";s:4:\"name\";s:7:\"Blogger\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"bloglovin\";a:4:{s:3:\"url\";s:44:\"http://www.bloglovin.com/en/blog/[:username]\";s:4:\"name\";s:9:\"Bloglovin\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"coderwall\";a:4:{s:3:\"url\";s:32:\"http://coderwall.com/[:username]\";s:4:\"name\";s:9:\"Coderwall\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"dailybooth\";a:4:{s:3:\"url\";s:33:\"http://dailybooth.com/[:username]\";s:4:\"name\";s:10:\"Dailybooth\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"delicious\";a:4:{s:3:\"url\";s:32:\"http://delicious.com/[:username]\";s:4:\"name\";s:9:\"Delicious\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:11:\"designfloat\";a:4:{s:3:\"url\";s:51:\"http://www.designfloat.com/user/profile/[:username]\";s:4:\"name\";s:11:\"Designfloat\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"deviantart\";a:4:{s:3:\"url\";s:33:\"http://[:username].deviantart.com\";s:4:\"name\";s:10:\"Deviantart\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"digg\";a:4:{s:3:\"url\";s:27:\"http://digg.com/[:username]\";s:4:\"name\";s:4:\"Digg\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"dribble\";a:4:{s:3:\"url\";s:31:\"http://dribbble.com/[:username]\";s:4:\"name\";s:7:\"Dribble\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"ebay\";a:4:{s:3:\"url\";s:35:\"http://myworld.ebay.com/[:username]\";s:4:\"name\";s:4:\"Ebay\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:5:\"email\";a:4:{s:3:\"url\";s:18:\"mailto:[:username]\";s:4:\"name\";s:5:\"Email\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"exfm\";a:4:{s:3:\"url\";s:24:\"http://ex.fm/[:username]\";s:4:\"name\";s:4:\"exfm\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"etsy\";a:4:{s:3:\"url\";s:27:\"http://[:username].etsy.com\";s:4:\"name\";s:4:\"Etsy\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"flickr\";a:4:{s:3:\"url\";s:40:\"http://www.flickr.com/people/[:username]\";s:4:\"name\";s:6:\"Flickr\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"facebook\";a:4:{s:3:\"url\";s:31:\"http://facebook.com/[:username]\";s:4:\"name\";s:8:\"Facebook\";s:6:\"custom\";b:0;s:8:\"username\";s:36:\"CaribbeanTourismOrganization?sk=wall\";}s:6:\"forrst\";a:4:{s:3:\"url\";s:28:\"http://forrst.me/[:username]\";s:4:\"name\";s:6:\"Forrst\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"formspring\";a:4:{s:3:\"url\";s:36:\"http://www.formspring.me/[:username]\";s:4:\"name\";s:10:\"Formspring\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"foursquare\";a:4:{s:3:\"url\";s:34:\"https://foursquare.com/[:username]\";s:4:\"name\";s:10:\"Foursquare\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"github\";a:4:{s:3:\"url\";s:29:\"http://github.com/[:username]\";s:4:\"name\";s:6:\"Github\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"geeklist\";a:4:{s:3:\"url\";s:28:\"http://geekli.st/[:username]\";s:4:\"name\";s:8:\"Geeklist\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"googleplus\";a:4:{s:3:\"url\";s:34:\"http://plus.google.com/[:username]\";s:4:\"name\";s:7:\"Google+\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"goodreads\";a:4:{s:3:\"url\";s:36:\"http://www.goodreads.com/[:username]\";s:4:\"name\";s:9:\"Goodreads\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"gravatar\";a:4:{s:3:\"url\";s:31:\"http://gravatar.com/[:username]\";s:4:\"name\";s:8:\"Gravatar\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:11:\"grooveshark\";a:4:{s:3:\"url\";s:34:\"http://grooveshark.com/[:username]\";s:4:\"name\";s:11:\"Grooveshark\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:3:\"hi5\";a:4:{s:3:\"url\";s:30:\"http://www.hi5.com/[:username]\";s:4:\"name\";s:3:\"Hi5\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"imdb\";a:4:{s:3:\"url\";s:32:\"http://imdb.com/user/[:username]\";s:4:\"name\";s:4:\"IMDB\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"instagram\";a:4:{s:3:\"url\";s:32:\"http://instagram.com/[:username]\";s:4:\"name\";s:9:\"Instagram\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"lastfm\";a:4:{s:3:\"url\";s:31:\"http://last.fm/user/[:username]\";s:4:\"name\";s:6:\"LastFM\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:11:\"livejournal\";a:4:{s:3:\"url\";s:35:\"http://[:username].livejournal.com/\";s:4:\"name\";s:11:\"Livejournal\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"linkedin\";a:4:{s:3:\"url\";s:34:\"http://linkedin.com/in/[:username]\";s:4:\"name\";s:8:\"Linkedin\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:11:\"lovelybooks\";a:4:{s:3:\"url\";s:46:\"http://www.lovelybooks.de/mitglied/[:username]\";s:4:\"name\";s:11:\"Lovelybooks\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"mixcloud\";a:4:{s:3:\"url\";s:35:\"http://www.mixcloud.com/[:username]\";s:4:\"name\";s:8:\"Mixcloud\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"myspace\";a:4:{s:3:\"url\";s:30:\"http://myspace.com/[:username]\";s:4:\"name\";s:7:\"Myspace\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"newsvine\";a:4:{s:3:\"url\";s:32:\"http://[:username].newsvine.com/\";s:4:\"name\";s:8:\"Newsvine\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:5:\"orkut\";a:4:{s:3:\"url\";s:49:\"http://www.orkut.com/Profile.aspx?uid=[:username]\";s:4:\"name\";s:5:\"Orkut\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"picasa\";a:4:{s:3:\"url\";s:39:\"http://picasaweb.google.com/[:username]\";s:4:\"name\";s:6:\"Picasa\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"pinboard\";a:4:{s:3:\"url\";s:33:\"https://pinboard.in/u:[:username]\";s:4:\"name\";s:8:\"Pinboard\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"pinterest\";a:4:{s:3:\"url\";s:32:\"http://pinterest.com/[:username]\";s:4:\"name\";s:9:\"Pinterest\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"posterous\";a:4:{s:3:\"url\";s:32:\"http://[:username].posterous.com\";s:4:\"name\";s:9:\"Posterous\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"ravelry\";a:4:{s:3:\"url\";s:41:\"http://www.ravelry.com/people/[:username]\";s:4:\"name\";s:7:\"Ravelry\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:3:\"rss\";a:4:{s:3:\"url\";s:11:\"[:username]\";s:4:\"name\";s:3:\"RSS\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:5:\"quora\";a:4:{s:3:\"url\";s:28:\"http://quora.com/[:username]\";s:4:\"name\";s:5:\"Quora\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:3:\"qik\";a:4:{s:3:\"url\";s:26:\"http://qik.com/[:username]\";s:4:\"name\";s:3:\"Qik\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:8:\"slashdot\";a:4:{s:3:\"url\";s:31:\"http://[:username].slashdot.org\";s:4:\"name\";s:8:\"Slashdot\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"slideshare\";a:4:{s:3:\"url\";s:37:\"http://www.slideshare.net/[:username]\";s:4:\"name\";s:10:\"Slideshare\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"snapjoy\";a:4:{s:3:\"url\";s:31:\"https://[:username].snapjoy.com\";s:4:\"name\";s:7:\"Snapjoy\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:10:\"soundcloud\";a:4:{s:3:\"url\";s:33:\"http://soundcloud.com/[:username]\";s:4:\"name\";s:10:\"Soundcloud\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:5:\"skype\";a:4:{s:3:\"url\";s:22:\"skype:[:username]?call\";s:4:\"name\";s:5:\"Skype\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"spotify\";a:4:{s:3:\"url\";s:40:\"http://open.spotify.com/user/[:username]\";s:4:\"name\";s:7:\"Spotify\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:13:\"stackoverflow\";a:4:{s:3:\"url\";s:42:\"http://stackoverflow.com/users/[:username]\";s:4:\"name\";s:13:\"Stackoverflow\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:5:\"steam\";a:4:{s:3:\"url\";s:40:\"http://steamcommunity.com/id/[:username]\";s:4:\"name\";s:5:\"Steam\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:11:\"stumbleupon\";a:4:{s:3:\"url\";s:43:\"http://stumbleupon.com/stumbler/[:username]\";s:4:\"name\";s:11:\"Stumbleupon\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"tumblr\";a:4:{s:3:\"url\";s:29:\"http://[:username].tumblr.com\";s:4:\"name\";s:6:\"Tumblr\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"tout\";a:4:{s:3:\"url\";s:33:\"http://www.tout.com/u/[:username]\";s:4:\"name\";s:4:\"Tout\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"twitter\";a:4:{s:3:\"url\";s:30:\"http://twitter.com/[:username]\";s:4:\"name\";s:7:\"Twitter\";s:6:\"custom\";b:0;s:8:\"username\";s:10:\"ctotourism\";}s:5:\"vimeo\";a:4:{s:3:\"url\";s:28:\"http://vimeo.com/[:username]\";s:4:\"name\";s:5:\"Vimeo\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"youtube\";a:4:{s:3:\"url\";s:30:\"http://youtube.com/[:username]\";s:4:\"name\";s:7:\"Youtube\";s:6:\"custom\";b:0;s:8:\"username\";s:10:\"CTOtourism\";}s:4:\"yelp\";a:4:{s:3:\"url\";s:27:\"http://[:username].yelp.com\";s:4:\"name\";s:4:\"Yelp\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:6:\"zerply\";a:4:{s:3:\"url\";s:26:\"http://zerp.ly/[:username]\";s:4:\"name\";s:6:\"Zerply\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:7:\"zootool\";a:4:{s:3:\"url\";s:35:\"http://zootool.com/user/[:username]\";s:4:\"name\";s:7:\"Zootool\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:4:\"xing\";a:4:{s:3:\"url\";s:39:\"http://www.xing.com/profile/[:username]\";s:4:\"name\";s:4:\"Xing\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}s:9:\"wordpress\";a:4:{s:3:\"url\";s:32:\"http://[:username].wordpress.com\";s:4:\"name\";s:9:\"Wordpress\";s:6:\"custom\";b:0;s:8:\"username\";s:0:\"\";}}}','yes'),(7476,'widget_tz_tweet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7477,'widget_social_stickers_widget','a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(7485,'PDb_Db_version','0.6','yes'),(7486,'participants-database_options','a:46:{s:21:\"image_upload_location\";s:41:\"wp-content/uploads/participants-database/\";s:18:\"image_upload_limit\";s:4:\"100K\";s:13:\"default_image\";s:57:\"/wp-content/plugins/participants-database/ui/no-image.png\";s:10:\"image_link\";i:0;s:14:\"use_plugin_css\";i:1;s:10:\"make_links\";i:0;s:13:\"email_protect\";i:0;s:19:\"empty_field_message\";s:25:\"The %s field is required.\";s:21:\"invalid_field_message\";s:37:\"The %s field appears to be incorrect.\";s:25:\"nonmatching_field_message\";s:24:\"The %s field must match.\";s:17:\"field_error_style\";s:22:\"border: 1px solid red;\";s:20:\"mark_required_fields\";i:0;s:21:\"required_field_marker\";s:29:\"%s<span class=\"reqd\">*</span>\";s:16:\"rich_text_editor\";i:1;s:14:\"enable_wpautop\";i:1;s:10:\"html_email\";i:1;s:12:\"strict_dates\";i:0;s:22:\"record_edit_capability\";s:17:\"edit_others_posts\";s:18:\"admin_default_sort\";s:12:\"date_updated\";s:24:\"admin_default_sort_order\";s:4:\"desc\";s:10:\"list_limit\";i:10;s:13:\"strict_search\";i:0;s:11:\"ajax_search\";i:0;s:18:\"signup_button_text\";s:7:\"Sign Up\";s:25:\"send_signup_receipt_email\";i:1;s:20:\"receipt_from_address\";s:24:\"scoward@caribtourism.com\";s:17:\"receipt_from_name\";s:16:\"OneCaribbean.org\";s:28:\"signup_receipt_email_subject\";s:41:\"You\'ve just signed up on OneCaribbean.org\";s:25:\"signup_receipt_email_body\";s:251:\"<p>Thank you, [first_name], for signing up with OneCaribbean.org.</p><p>You may complete your registration with additional information or update your information by visiting this private link at any time: <a href=\"[record_link]\">[record_link]</a>.</p>\";s:13:\"signup_thanks\";s:237:\"<p>Thank you, [first_name] for signing up!</p><p>You will receive an email acknowledgement shortly. You may complete your registration with additional information or update your information by visiting the link provided in the email.</p>\";s:24:\"send_signup_notify_email\";i:1;s:29:\"email_signup_notify_addresses\";s:24:\"scoward@caribtourism.com\";s:27:\"email_signup_notify_subject\";s:30:\"New signup on OneCaribbean.org\";s:24:\"email_signup_notify_body\";s:196:\"<p>A new signup has been submitted</p><ul><li>Name: [first_name] [last_name]</li><li>Email: [email]</li></ul><p>Edit this new record here: <a href=\"[admin_record_link]\">[admin_record_link]</a></p>\";s:12:\"unique_field\";s:5:\"email\";s:12:\"unique_email\";i:1;s:23:\"duplicate_field_message\";s:60:\"A record with that %s already exists. Please choose another.\";s:30:\"signup_show_group_descriptions\";i:0;s:18:\"save_changes_label\";s:17:\"Save Your Changes\";s:19:\"save_changes_button\";s:4:\"Save\";s:23:\"show_group_descriptions\";i:0;s:22:\"record_updated_message\";s:34:\"Your information has been updated:\";s:31:\"send_record_update_notify_email\";i:0;s:27:\"record_update_email_subject\";s:50:\"A record has just been updated on OneCaribbean.org\";s:24:\"record_update_email_body\";s:269:\"<p>The following record was updated on [date]:</p><ul><li>Name: [first_name] [last_name]</li><li>Address: [address]</li><li>[city], [state], [country]</li><li>Phone: [phone]</li><li>Email: [email]</li></ul><p>Edit this record <a href=\"[admin_record_link]\">here.</a></p>\";s:23:\"no_record_error_message\";s:20:\"No record was found.\";}','yes'),(7626,'_site_transient_timeout_browser_cb75ec2c03e23952df749eedc61cd848','1370201000','yes'),(7627,'_site_transient_browser_cb75ec2c03e23952df749eedc61cd848','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"21.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8114,'dgx_donate_email_reply','scoward@caribtourism.com','yes'),(8115,'dgx_donate_email_subj','Thank you for your donation to the CTO Scholarship Foundation.','yes'),(8116,'dgx_donate_email_body','Dear [firstname] [lastname],\r\n\r\nThank you for your generous donation of [amount]. Please note that no goods or services were received in exchange for this donation. Your contribution will help build the resources of the Caribbean tourism industry.\r\n\r\nRegards,\r\nCTO Scholarship Foundation','yes'),(8117,'dgx_donate_email_recur','Thank you for electing to have your donation automatically repeated each month. The next automatic donation will occur in one month and continue until cancelled. If you would like to cancel your recurring donation at any time, please send us an email.','yes'),(8118,'dgx_donate_email_desig','Your donation has been designated to the [fund] fund.','yes'),(8119,'dgx_donate_email_anon','You have requested that your donation be kept anonymous. Your name will not be revealed to the public.','yes'),(8120,'dgx_donate_email_list','Thank you for joining our mailing list. We will send you updates from time-to-time. If at any time you would like to stop receiving emails, please send us an email to be removed from the mailing list.','yes'),(8121,'dgx_donate_email_trib','You have asked to make this donation in honor of or memory of someone else. Thank you! ','yes'),(8122,'dgx_donate_email_close','Thanks again for your support!','yes'),(8123,'dgx_donate_email_sig','Director of Donor Relations','yes'),(8124,'dgx_donate_notify_emails','scoward@caribtourism.com, sbrown@caribtourism.com, bmorgan@caribtourism.com','yes'),(8125,'dgx_donate_payment_gateway','DGXDONATEPAYPALSTD','yes'),(8126,'dgx_donate_paypal_server','SANDBOX','yes'),(8127,'dgx_donate_paypal_email','','yes'),(8128,'dgx_donate_thanks_text','Thank you for donating! A thank you email with the details of your donation will be sent to the email address you provided.','yes'),(8131,'dgx_donate_giving_level_100','yes','yes'),(8132,'dgx_donate_giving_level_50','yes','yes'),(8133,'dgx_donate_default_state','NY','yes'),(8134,'dgx_donate_show_tribute_section','false','yes'),(8137,'dgx_donate_giving_level_20','yes','yes'),(8138,'dgx_donate_giving_level_10','yes','yes'),(8139,'dgx_donate_giving_level_5','yes','yes'),(8146,'dplus_db_version','','yes'),(8147,'DonatePlus','a:19:{s:12:\"paypal_email\";s:26:\"kliindsay@caribtourism.com\";s:15:\"paypal_currency\";s:3:\"USD\";s:12:\"testing_mode\";s:1:\"3\";s:11:\"donate_desc\";s:34:\"Donation to Scholarship Foundation\";s:13:\"default_value\";s:1:\"5\";s:10:\"button_img\";s:1:\"3\";s:13:\"custom_button\";s:7:\"http://\";s:9:\"subscribe\";a:1:{i:0;s:1:\"1\";}s:8:\"duration\";i:1;s:11:\"enable_wall\";s:1:\"1\";s:8:\"wall_url\";s:4:\"7343\";s:8:\"wall_max\";i:0;s:6:\"ty_msg\";s:111:\"Thanks for the donation to the CTO Scholarship Foundation! Your contribution will help build Caribbean tourism.\";s:9:\"enable_ty\";s:1:\"1\";s:7:\"ty_name\";s:26:\"CTO Scholarship Foundation\";s:8:\"ty_email\";s:24:\"scoward@caribtourism.com\";s:10:\"ty_subject\";s:46:\"Thank you from the CTO Scholarship Foundation.\";s:11:\"ty_emailmsg\";s:337:\"{donor},\r\n Thank you for your support of CTO Scholarship Foundation. Your donation of {amount} was truly outstanding! If you opted for recognition, your name and comments have been posted on the <a href=\\\'{donorwall}\\\'>Donor Wall</a>, so all can see how truly great and noble you really are. Thanks again!\r\n\r\nCTO Scholarship Foundation\";s:9:\"IPN_email\";N;}','yes'),(8151,'wpsc_purchaselogs_fixed','1','yes'),(8152,'wpsc_db_version','4','yes'),(8153,'wpsc_version','3.8.11.1','yes'),(8154,'wpsc_minor_version','74e9456712','yes'),(8155,'wpsc_needs_update','1','yes'),(8156,'show_subcatsprods_in_cat','0','yes'),(8157,'wpsc_share_this','0','yes'),(8158,'wpsc_crop_thumbnails','0','yes'),(8159,'wpsc_products_per_page','0','yes'),(8160,'wpsc_force_ssl','0','yes'),(8161,'use_pagination','0','yes'),(8162,'hide_name_link','0','yes'),(8163,'wpsc_enable_comments','0','yes'),(8164,'multi_add','0','yes'),(8165,'hide_addtocart_button','0','yes'),(8166,'wpsc_addtocart_or_buynow','0','yes'),(8167,'show_thumbnails','1','yes'),(8168,'show_thumbnails_thickbox','1','yes'),(8169,'product_list_url','http://www.onecaribbean.org/products-page/','yes'),(8170,'shopping_cart_url','http://www.onecaribbean.org/products-page/checkout/','yes'),(8171,'checkout_url','http://www.onecaribbean.org/products-page/checkout/','yes'),(8172,'transact_url','http://www.onecaribbean.org/products-page/transaction-results/','yes'),(8173,'payment_gateway','','yes'),(8174,'payment_gateway_names','a:6:{s:9:\"chronopay\";s:0:\"\";s:6:\"google\";s:0:\"\";s:28:\"wpsc_merchant_paypal_express\";s:0:\"\";s:24:\"wpsc_merchant_paypal_pro\";s:0:\"\";s:29:\"wpsc_merchant_paypal_standard\";s:0:\"\";i:0;b:0;}','yes'),(8175,'cart_location','4','yes'),(8176,'currency_type','156','yes'),(8177,'currency_sign_location','3','yes'),(8178,'gst_rate','1','yes'),(8179,'max_downloads','1','yes'),(8180,'display_pnp','1','yes'),(8181,'display_specials','1','yes'),(8182,'do_not_use_shipping','1','yes'),(8183,'postage_and_packaging','0','yes'),(8184,'shipwire','0','yes'),(8185,'purch_log_email','','yes'),(8186,'return_email','','yes'),(8187,'terms_and_conditions','','yes'),(8188,'google_key','none','yes'),(8189,'google_id','none','yes'),(8190,'default_brand','none','yes'),(8191,'wpsc_default_category','all','yes'),(8192,'product_view','default','yes'),(8193,'add_plustax','default','yes'),(8194,'nzshpcrt_first_load','0','yes'),(8195,'show_categorybrands','2','yes'),(8196,'paypal_business','','yes'),(8197,'paypal_url','','yes'),(8198,'paypal_ipn','1','yes'),(8199,'paypal_multiple_business','','yes'),(8200,'paypal_multiple_url','https://www.paypal.com/cgi-bin/webscr','yes'),(8201,'product_ratings','0','yes'),(8202,'wpsc_email_receipt','Thank you for purchasing with %shop_name%, any items to be shipped will be processed as soon as possible, any items that can be downloaded can be downloaded using the links on this page. All prices include tax and postage and packaging where applicable.\nYou ordered these items:\n%product_list%%total_shipping%%total_price%','yes'),(8203,'wpsc_email_admin','%product_list%%total_shipping%%total_price%','yes'),(8204,'wpsc_selected_theme','default','yes'),(8205,'product_image_height','148','yes'),(8206,'product_image_width','148','yes'),(8207,'category_image_height','148','yes'),(8208,'category_image_width','148','yes'),(8209,'single_view_image_height','148','yes'),(8210,'single_view_image_width','148','yes'),(8211,'wpsc_gallery_image_height','31','yes'),(8212,'wpsc_gallery_image_width','31','yes'),(8213,'wpsc_thousands_separator',',','yes'),(8214,'wpsc_decimal_separator','.','yes'),(8215,'custom_gateway_options','a:1:{i:0;s:22:\"wpsc_merchant_testmode\";}','yes'),(8216,'wpsc_category_url_cache','a:0:{}','yes'),(8217,'wpec_taxes_inprice','exclusive','yes'),(8218,'wpec_taxes_product','replace','yes'),(8219,'wpec_taxes_logic','billing','yes'),(8220,'user_account_url','http://www.onecaribbean.org/products-page/your-account/','yes'),(8221,'wpsc_shortcode_page_ids','a:4:{s:14:\"[productspage]\";s:5:\"12208\";s:14:\"[shoppingcart]\";s:5:\"12209\";s:20:\"[transactionresults]\";s:5:\"12210\";s:9:\"[userlog]\";s:5:\"12211\";}','yes'),(8224,'wpsc_checkout_form_sets','a:1:{i:0;s:22:\"Default Checkout Forms\";}','yes'),(8225,'wpsc_hide_3.8.9_notices','1','yes'),(8226,'wpsc_checkout_form_fields','a:13:{s:4:\"Text\";s:4:\"text\";s:13:\"Email Address\";s:5:\"email\";s:14:\"Street Address\";s:7:\"address\";s:4:\"City\";s:4:\"city\";s:7:\"Country\";s:7:\"country\";s:16:\"Delivery Address\";s:16:\"delivery_address\";s:13:\"Delivery City\";s:13:\"delivery_city\";s:16:\"Delivery Country\";s:16:\"delivery_country\";s:9:\"Text Area\";s:8:\"textarea\";s:7:\"Heading\";s:7:\"heading\";s:6:\"Select\";s:6:\"select\";s:12:\"Radio Button\";s:5:\"radio\";s:8:\"Checkbox\";s:8:\"checkbox\";}','yes'),(8227,'wpsc_checkout_unique_names','a:17:{i:0;s:16:\"billingfirstname\";i:1;s:15:\"billinglastname\";i:2;s:14:\"billingaddress\";i:3;s:11:\"billingcity\";i:4;s:12:\"billingstate\";i:5;s:14:\"billingcountry\";i:6;s:12:\"billingemail\";i:7;s:12:\"billingphone\";i:8;s:15:\"billingpostcode\";i:9;s:16:\"delivertoafriend\";i:10;s:17:\"shippingfirstname\";i:11;s:16:\"shippinglastname\";i:12;s:15:\"shippingaddress\";i:13;s:12:\"shippingcity\";i:14;s:13:\"shippingstate\";i:15;s:15:\"shippingcountry\";i:16;s:16:\"shippingpostcode\";}','yes'),(8228,'wpsc_australiapost_settings','a:1:{s:8:\"services\";a:5:{s:8:\"STANDARD\";b:1;s:7:\"EXPRESS\";b:1;s:3:\"AIR\";b:1;s:3:\"SEA\";b:1;s:3:\"EPI\";b:1;}}','yes'),(8230,'wpsc_trackingid_subject','Product Tracking Email','yes'),(8231,'wpsc_trackingid_message','Track & Trace means you may track the progress of your parcel with our online parcel tracker, just login to our website and enter the following Tracking ID to view the status of your order.\n\nTracking ID: %trackid%\n','yes'),(8232,'wpsc_ignore_theme','','yes'),(8234,'_transient_timeout_wpsc_customer_meta__cvTy$B@ENz$U','1369932320','no'),(8235,'_transient_wpsc_customer_meta__cvTy$B@ENz$U','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"75943a97dbe4ead4471f16607f1f11b32d539ec6\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8238,'_transient_timeout_wpsc_customer_meta__%SntxwsylgCW','1369932783','no'),(8239,'_transient_wpsc_customer_meta__%SntxwsylgCW','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"36f8bc5b72b18a41209b0fea72e26a396034d18e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8241,'_transient_timeout_wpsc_customer_meta__w6SBN5lO8xz7','1369933294','no'),(8242,'_transient_wpsc_customer_meta__w6SBN5lO8xz7','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fbe36d3c6d2a05a603bb8946a3f8add20f017521\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8244,'_transient_timeout_wpsc_customer_meta__7ya%icm$Dz0N','1369933934','no'),(8245,'_transient_wpsc_customer_meta__7ya%icm$Dz0N','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9ef2fd4b2bbd4af20595dc81d34b3abc4ffa4291\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8247,'_transient_timeout_wpsc_customer_meta__c8FN3*Qx7yy8','1369934008','no'),(8248,'_transient_wpsc_customer_meta__c8FN3*Qx7yy8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0cd4b2b0a628a58761b2f4255b6d4749e22f5562\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8250,'_transient_timeout_wpsc_customer_meta__fByZZBSGn8t&','1369934067','no'),(8251,'_transient_wpsc_customer_meta__fByZZBSGn8t&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"26fa35be42590ad97464ad86f8a41a54d361a59c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8253,'_transient_timeout_wpsc_customer_meta__dwRS1fvqr*)l','1369934103','no'),(8254,'_transient_wpsc_customer_meta__dwRS1fvqr*)l','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3d66df8e0663257a34e5cddc1639ee8a69611e45\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8256,'_transient_timeout_wpsc_customer_meta__YQF@xAgNVIuT','1369934148','no'),(8257,'_transient_wpsc_customer_meta__YQF@xAgNVIuT','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"526f02a06d05f0304d48f9d4d7a998fcdbcf1a6d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8259,'_transient_timeout_wpsc_customer_meta__Kxey*Z9&51Jo','1369934224','no'),(8260,'_transient_wpsc_customer_meta__Kxey*Z9&51Jo','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5237698b2bfccc9398cfb950624aea728f0f7a5c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8262,'_transient_timeout_wpsc_customer_meta__xt9G46&sJr$F','1369934400','no'),(8263,'_transient_wpsc_customer_meta__xt9G46&sJr$F','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6c90c44d32ee9273a5c35e3fd4a82dd0b17ae241\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8265,'_transient_timeout_wpsc_customer_meta__hemcfmaOc)dg','1369934471','no'),(8266,'_transient_wpsc_customer_meta__hemcfmaOc)dg','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"475170ea868f51eba3b47ff01d0cc3181d944a8f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8268,'_transient_timeout_wpsc_customer_meta__7)1pTOIKg*)L','1369934594','no'),(8269,'_transient_wpsc_customer_meta__7)1pTOIKg*)L','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"99fcc7dcc27f823e9464907d491324412429f4ea\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8271,'_transient_timeout_wpsc_customer_meta__w@6sRso#8B)8','1369934652','no'),(8272,'_transient_wpsc_customer_meta__w@6sRso#8B)8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"776e4fd193f8b2eb7a8f832c36d22453ea630f4e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8274,'_transient_timeout_wpsc_customer_meta__iVo%%@OZ!bWZ','1369934680','no'),(8275,'_transient_wpsc_customer_meta__iVo%%@OZ!bWZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7eb07e4c62e915e3366c49a1059650f3ecfa2b46\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8277,'_transient_timeout_wpsc_customer_meta__P$JxmpIlcY&m','1369934717','no'),(8278,'_transient_wpsc_customer_meta__P$JxmpIlcY&m','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5efef303809aa8ceb1435713fe7746bc5e8810b2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8280,'_transient_timeout_wpsc_customer_meta__xWXBJ1DhnBbv','1369934748','no'),(8281,'_transient_wpsc_customer_meta__xWXBJ1DhnBbv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b33b560d2f23dacf3f55e66ad2801058cf22504e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8283,'_transient_timeout_wpsc_customer_meta__UT1w^0r5Sq4M','1369934774','no'),(8284,'_transient_wpsc_customer_meta__UT1w^0r5Sq4M','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f224e0b184ee266a31c25daa0e801baf4251f293\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8285,'_transient_timeout_wpsc_customer_meta__w*i*0l6hkv6T','1369934791','no'),(8286,'_transient_wpsc_customer_meta__w*i*0l6hkv6T','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"611c66e07e87cf42f4fd7afb04566721238cbf64\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8291,'_transient_timeout_wpsc_customer_meta__(n3WdEhZrNN4','1369935080','no'),(8292,'_transient_wpsc_customer_meta__(n3WdEhZrNN4','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6bd54ce04f3f59c76cdf60e74ead3f76931c250d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8294,'_transient_timeout_wpsc_customer_meta__WVve#HBioJ9w','1369935314','no'),(8295,'_transient_wpsc_customer_meta__WVve#HBioJ9w','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4a4e997ee1fa4f1fd49d3f8c2fd76ca90991473e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8299,'_transient_timeout_wpsc_customer_meta__gSpAy8@LbXbK','1369935476','no'),(8300,'_transient_wpsc_customer_meta__gSpAy8@LbXbK','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"beee50df46278197ec06e92d1c315f8097b97d0c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8302,'_transient_timeout_wpsc_customer_meta__jKW##fg&Ih)B','1369935533','no'),(8303,'_transient_wpsc_customer_meta__jKW##fg&Ih)B','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ed372dd1afbf4966820037577f921c6c1499ee37\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8305,'_transient_timeout_wpsc_customer_meta__90PHP^ba^12L','1369935594','no'),(8306,'_transient_wpsc_customer_meta__90PHP^ba^12L','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b61104a8c2efaf27e1b304e3f10b70b58b9b2a24\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8308,'_transient_timeout_wpsc_customer_meta__Dm6YAdM2Kj@w','1369935715','no'),(8309,'_transient_wpsc_customer_meta__Dm6YAdM2Kj@w','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c674ddaa4e5054d83191f671b6e582354bc9478b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8311,'_transient_timeout_wpsc_customer_meta__Wuy@ffkKKki0','1369935721','no'),(8312,'_transient_wpsc_customer_meta__Wuy@ffkKKki0','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7555abaeb7275c4104535991bec2ccf55c83178a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8314,'_transient_timeout_wpsc_customer_meta__j5yWThOZuyG3','1369935725','no'),(8315,'_transient_wpsc_customer_meta__j5yWThOZuyG3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3120bc962e0a5f58343a5739a14cbb888c3c578b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8317,'_transient_timeout_wpsc_customer_meta__JuSIF6LP4nvQ','1369935740','no'),(8318,'_transient_wpsc_customer_meta__JuSIF6LP4nvQ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a9d84e867c0c7ae73e701f45e8c95e11b9ca0cb6\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8320,'_transient_timeout_wpsc_customer_meta__v)DdipGP7Xvp','1369935768','no'),(8321,'_transient_wpsc_customer_meta__v)DdipGP7Xvp','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3525c235383b79d339e33afbe9cbe31ba5d42744\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8323,'_transient_timeout_wpsc_customer_meta__jo4MOxo0%hE6','1369935801','no'),(8324,'_transient_wpsc_customer_meta__jo4MOxo0%hE6','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3b75a0d13ce59bf4344a6d30b97c3de1b4724d11\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8327,'_transient_timeout_wpsc_customer_meta__)u^)kx$o0yAP','1369935825','no'),(8328,'_transient_wpsc_customer_meta__)u^)kx$o0yAP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"79860c75999bb5bf90ca6eb3289cca0828c92aeb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8330,'_transient_timeout_wpsc_customer_meta__faWVrgZVfvLL','1369935845','no'),(8331,'_transient_wpsc_customer_meta__faWVrgZVfvLL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f2854faaf017c6770da1d67f167e096065fbe9a9\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8333,'_transient_timeout_wpsc_customer_meta__F5HfcSw@!FAf','1369935853','no'),(8334,'_transient_wpsc_customer_meta__F5HfcSw@!FAf','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2780be15011de17ce0a42adc2f32d6727e8d3e7c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8336,'_transient_timeout_wpsc_customer_meta__Np3&594n(M(R','1369936170','no'),(8337,'_transient_wpsc_customer_meta__Np3&594n(M(R','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b8218650e12b218937c07fac88a330152bf03874\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8339,'_transient_timeout_wpsc_customer_meta__K9HfL$QQbMEt','1369936207','no'),(8340,'_transient_wpsc_customer_meta__K9HfL$QQbMEt','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"569020313aa792b2c7d2bb2d94c71e12f0df114d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8342,'_transient_timeout_wpsc_customer_meta__JvHvk&RrMNvk','1369936347','no'),(8343,'_transient_wpsc_customer_meta__JvHvk&RrMNvk','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5614a28cfc8563d9a5bf1eb45450204d3ebc38ec\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8345,'_transient_timeout_wpsc_customer_meta__4N*$dgGx8mq)','1369936474','no'),(8346,'_transient_wpsc_customer_meta__4N*$dgGx8mq)','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3ccf69da09b77466851dc1138e95c2cae6d2785e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8348,'_transient_timeout_wpsc_customer_meta__E9YDFY@n6nJY','1369936605','no'),(8349,'_transient_wpsc_customer_meta__E9YDFY@n6nJY','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1ca35ee5a80b56a24597480a0c69f9d1c411bfcb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8351,'_transient_timeout_wpsc_customer_meta__^#QwP#IU9dw!','1369936647','no'),(8352,'_transient_wpsc_customer_meta__^#QwP#IU9dw!','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cbc2649a50e2420a707c21848581762ffae37c45\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8354,'_transient_timeout_wpsc_customer_meta__Vin$UQym&t8o','1369936666','no'),(8355,'_transient_wpsc_customer_meta__Vin$UQym&t8o','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cac391b01ec342e3929fe405f678863518c4c87c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8357,'_transient_timeout_wpsc_customer_meta__CZuizS$rKoda','1369936786','no'),(8358,'_transient_wpsc_customer_meta__CZuizS$rKoda','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d53300aaaf415d1c665a5fff2d3f5965c48fff71\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8360,'_transient_timeout_wpsc_customer_meta__zfCgJuucNc1)','1369937297','no'),(8361,'_transient_wpsc_customer_meta__zfCgJuucNc1)','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"34ab882f94973dbded547e129d93cf1241dd9761\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8363,'_transient_timeout_wpsc_customer_meta__7*Vmg%iol@i0','1369937419','no'),(8364,'_transient_wpsc_customer_meta__7*Vmg%iol@i0','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"77a5bbb9ab4865f31c5e8e66c8f9bb9b60fa496d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8366,'_transient_timeout_wpsc_customer_meta__VB%!bUPgop5D','1369938339','no'),(8367,'_transient_wpsc_customer_meta__VB%!bUPgop5D','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"15e88500ceb84ef65317143d183cbe788528eeaf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8369,'_transient_timeout_wpsc_customer_meta__tLWqySNM*5Wp','1369938366','no'),(8370,'_transient_wpsc_customer_meta__tLWqySNM*5Wp','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3e9f99cb4573d8c2c95c6fdbfa52623469292818\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8372,'_transient_timeout_wpsc_customer_meta__fPef3!wuprz7','1369939088','no'),(8373,'_transient_wpsc_customer_meta__fPef3!wuprz7','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ed34655c38b5534e78f349685abe13658fac4227\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8377,'_transient_timeout_wpsc_customer_meta__qK$*30(U$6%F','1369939106','no'),(8378,'_transient_wpsc_customer_meta__qK$*30(U$6%F','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bc3cd6a669d8903e9a51c3ae2b02b7d447ddd861\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8380,'_transient_timeout_wpsc_customer_meta__l$X@@h#yiAGx','1369939201','no'),(8381,'_transient_wpsc_customer_meta__l$X@@h#yiAGx','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"794fdde6677e1e707ec8b0d91db352cce7453c62\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8383,'_transient_timeout_wpsc_customer_meta__TuiDl^&Pbk*O','1369939254','no'),(8384,'_transient_wpsc_customer_meta__TuiDl^&Pbk*O','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5d05e3e1075055199e5c06d4de28d09006251f56\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8386,'_transient_timeout_wpsc_customer_meta__ki*Nsp5sbwX4','1369939314','no'),(8387,'_transient_wpsc_customer_meta__ki*Nsp5sbwX4','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8132c6798cc5ba6138f13a015b7f158789ff98f5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8389,'_transient_timeout_wpsc_customer_meta__BBbeeje8Gn4o','1369939459','no'),(8390,'_transient_wpsc_customer_meta__BBbeeje8Gn4o','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dd82a0a9764a185db7829bb3a695303721a96978\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8392,'_transient_timeout_wpsc_customer_meta__d93lP!G*fEnp','1369939759','no'),(8393,'_transient_wpsc_customer_meta__d93lP!G*fEnp','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"59d2a0e9d0f914e22c0ba651a7b866210abc0591\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8395,'_transient_timeout_wpsc_customer_meta__nFcxz%4pVq&^','1369939819','no'),(8396,'_transient_wpsc_customer_meta__nFcxz%4pVq&^','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"25481a5995cc9dde8b91e2c177e956960a99deec\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8402,'_transient_timeout_wpsc_customer_meta__)&%S#n4RlbzL','1369943060','no'),(8403,'_transient_wpsc_customer_meta__)&%S#n4RlbzL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"23fdaffb7a81af623c1aeaa12fe307d700c784ba\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8405,'_transient_timeout_wpsc_customer_meta__j62adah4MrZF','1369943360','no'),(8406,'_transient_wpsc_customer_meta__j62adah4MrZF','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"45884718a1fe4d6bf90c9b67106ce3bc807c72fe\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8408,'_transient_timeout_wpsc_customer_meta__ccIGn(cFW2!e','1369943420','no'),(8409,'_transient_wpsc_customer_meta__ccIGn(cFW2!e','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"43640ab331fdcfe9babf0eca9b05f501c35be2ea\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8411,'_transient_timeout_wpsc_customer_meta__(Tn27fFogFZV','1369945221','no'),(8412,'_transient_wpsc_customer_meta__(Tn27fFogFZV','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bedb44a100658af5f916ed74d3c9c981b0285f9d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8414,'_transient_timeout_wpsc_customer_meta__cG%aG3y5jsUO','1369945266','no'),(8415,'_transient_wpsc_customer_meta__cG%aG3y5jsUO','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4a13dd025f2579a06e429cc9814ba3c5892469a5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8416,'_transient_timeout_wpsc_customer_meta__i6kS##rPqVy&','1369945368','no'),(8417,'_transient_wpsc_customer_meta__i6kS##rPqVy&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e011e2e3aa6a21cca5d281d929ed437482ab49b0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8419,'_transient_timeout_wpsc_customer_meta__^mQIp7IWu*B3','1369945433','no'),(8420,'_transient_wpsc_customer_meta__^mQIp7IWu*B3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2679d36dee3f9a03ae15df99e9176e3bc8b17dd7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8422,'_transient_timeout_wpsc_customer_meta__(k@AyGZz)F0e','1369945540','no'),(8423,'_transient_wpsc_customer_meta__(k@AyGZz)F0e','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5a57501b69e519496b9b24881721eac422d32c23\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8425,'_transient_timeout_wpsc_customer_meta__5&5Bh@Z(cCf#','1369945736','no'),(8426,'_transient_wpsc_customer_meta__5&5Bh@Z(cCf#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"760a7b8cfead3a61609aa39a90c9f8997570d7b6\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8428,'_transient_timeout_wpsc_customer_meta__8gX^WJE)T2yU','1369945872','no'),(8429,'_transient_wpsc_customer_meta__8gX^WJE)T2yU','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2306555149e2db8bd09c6ec0815f928bc4126711\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8431,'_transient_timeout_wpsc_customer_meta__ey6&wTuPqiUB','1369945940','no'),(8432,'_transient_wpsc_customer_meta__ey6&wTuPqiUB','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2595227aefdb70dd8c248f86f4d82f362d8d6e6b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8433,'_transient_timeout_wpsc_customer_meta__4V39Y*Y$3&kP','1370033526','no'),(8434,'_transient_wpsc_customer_meta__4V39Y*Y$3&kP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d542b879a7ff5fbf2df3c2196d97ed0e6e4b5622\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8436,'_transient_timeout_wpsc_customer_meta__WP*Q&NE#c%bE','1369946300','no'),(8437,'_transient_wpsc_customer_meta__WP*Q&NE#c%bE','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"00b0319afe4cb5381cc15badfe0f94f21fc52bc0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8439,'_transient_timeout_wpsc_customer_meta__L&*&XHD&ExFe','1369946643','no'),(8440,'_transient_wpsc_customer_meta__L&*&XHD&ExFe','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b9765fffb712ca72edd417c0bdfe92ff4f602fdc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8442,'_transient_timeout_wpsc_customer_meta__&EWPCDxo6&g*','1369946703','no'),(8443,'_transient_wpsc_customer_meta__&EWPCDxo6&g*','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"61cb55507b3c21c7c3b6cf81f09727c18452dfa7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8447,'_transient_timeout_wpsc_customer_meta__h&IiVOQ^)gN!','1369946815','no'),(8448,'_transient_wpsc_customer_meta__h&IiVOQ^)gN!','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d76c3839ee072865df7858829fa6ccf53e477cb2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8450,'_transient_timeout_wpsc_customer_meta__#uQxB)VC#qhH','1369946833','no'),(8451,'_transient_wpsc_customer_meta__#uQxB)VC#qhH','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a1cbb2b7d329dfd16adc2639bfc529b32c07eb81\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8453,'_transient_timeout_wpsc_customer_meta__qIsaaEUw9z9&','1369946941','no'),(8454,'_transient_wpsc_customer_meta__qIsaaEUw9z9&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8878d20bffc2fcbb0f0e9387b52d07a8ddaeaea3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8456,'_transient_timeout_wpsc_customer_meta__AO0Dd*eA9$P$','1369946998','no'),(8457,'_transient_wpsc_customer_meta__AO0Dd*eA9$P$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"70c72b18660574ee3f3b10ba1f1d9214ce7887b3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8459,'_transient_timeout_wpsc_customer_meta__%3AQLrnbyFWW','1369947054','no'),(8460,'_transient_wpsc_customer_meta__%3AQLrnbyFWW','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4d01c169a64d4e73b6286192b88e174fad73a766\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8462,'_transient_timeout_wpsc_customer_meta__st#qLGqC7jeE','1369947084','no'),(8463,'_transient_wpsc_customer_meta__st#qLGqC7jeE','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5d643d20f3db51c02d0af0f92568c3615363238b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8465,'_transient_timeout_wpsc_customer_meta__E@&3C(164U5%','1369947142','no'),(8466,'_transient_wpsc_customer_meta__E@&3C(164U5%','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1517022099e69d2adfffb54ea961be64edd94584\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8468,'_transient_timeout_wpsc_customer_meta__57)mghN60Fei','1369947251','no'),(8469,'_transient_wpsc_customer_meta__57)mghN60Fei','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"16547e91234e23b8cfcd7d835edac8d8723e6b95\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8471,'_transient_timeout_wpsc_customer_meta__Bw*f*Whh2G2W','1369947285','no'),(8472,'_transient_wpsc_customer_meta__Bw*f*Whh2G2W','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"91354ae764fdc640c20af82a1236111a883670e5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8494,'_transient_timeout_wpsc_customer_meta__b1H3Bl6f&T#&','1369947425','no'),(8495,'_transient_wpsc_customer_meta__b1H3Bl6f&T#&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dd20f3cb02dc7289edcdff6c4da01110b879ee53\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8500,'_transient_timeout_wpsc_customer_meta__uLfCO(aLUrc7','1369947463','no'),(8501,'_transient_wpsc_customer_meta__uLfCO(aLUrc7','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ab8b4b53916fe963889cba049ed6739769a751f3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8503,'_transient_timeout_wpsc_customer_meta__^7S*&E0DcJgb','1369947541','no'),(8504,'_transient_wpsc_customer_meta__^7S*&E0DcJgb','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"32ff3ccbc93512e093772531430c8f9ff82e127a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8506,'_transient_timeout_wpsc_customer_meta__@kf@(ei6aC#$','1369947894','no'),(8507,'_transient_wpsc_customer_meta__@kf@(ei6aC#$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"80556b22d90ceab4f789e5b7e5349415ed0c0cea\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8509,'_transient_timeout_wpsc_customer_meta__YJB!UPKCh2nd','1369947984','no'),(8510,'_transient_wpsc_customer_meta__YJB!UPKCh2nd','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"41d97680658bc0c2990d66d07ddcfdee1602e186\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8512,'_transient_timeout_wpsc_customer_meta__g%#0fP35Yueh','1369948117','no'),(8513,'_transient_wpsc_customer_meta__g%#0fP35Yueh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"84a893fd873f84293dabd4a41770308eeceb1e6c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8514,'_transient_timeout_wpsc_customer_meta__!dbeZ@fW80KX','1370040055','no'),(8515,'_transient_wpsc_customer_meta__!dbeZ@fW80KX','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"97056cc1853b552cdc62c9f62e05b6d9cb31449d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8517,'_transient_timeout_wpsc_customer_meta__YfSzvWo3gQ5K','1369950625','no'),(8518,'_transient_wpsc_customer_meta__YfSzvWo3gQ5K','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"754db8c8afec48aae61c6bba169f03a652fcea34\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8519,'_transient_timeout_wpsc_customer_meta__B%UNH0vA4MoE','1369953201','no'),(8520,'_transient_wpsc_customer_meta__B%UNH0vA4MoE','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fddcc27bd128c6489a44a7d3fc54f7c3ef9ec313\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8522,'_transient_timeout_wpsc_customer_meta__IPYf9ehL3Siy','1369953123','no'),(8523,'_transient_wpsc_customer_meta__IPYf9ehL3Siy','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"810dae748c55b56e0e68a80770bb47fbcbf0992f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8525,'_transient_timeout_wpsc_customer_meta__5Yeh#m3$o7(j','1369953341','no'),(8526,'_transient_wpsc_customer_meta__5Yeh#m3$o7(j','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c001867b21c60ca5346ccca1708142cb71024803\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8528,'_transient_timeout_wpsc_customer_meta__bAwHaHbh*hje','1369953358','no'),(8529,'_transient_wpsc_customer_meta__bAwHaHbh*hje','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"859150e201faf80067bfc377bf5ee81207ea8100\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8531,'_transient_timeout_wpsc_customer_meta__z3WpFebmiF2Q','1369953379','no'),(8532,'_transient_wpsc_customer_meta__z3WpFebmiF2Q','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2fc2d251e572cd9a18e0505eaaf4104a07f71611\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8534,'_transient_timeout_wpsc_customer_meta__KhEo%!BxDt*o','1369953888','no'),(8535,'_transient_wpsc_customer_meta__KhEo%!BxDt*o','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"249ea04b7bbd8557ceaa92b8966c442ac7b7bfb2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8537,'_transient_timeout_wpsc_customer_meta__5xq0r$POXeiP','1369954188','no'),(8538,'_transient_wpsc_customer_meta__5xq0r$POXeiP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dc6ac2f51664faaa61a73d1ab6207aa890335874\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8540,'_transient_timeout_wpsc_customer_meta__y4Tupdold$^Y','1369954222','no'),(8541,'_transient_wpsc_customer_meta__y4Tupdold$^Y','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e70a3677fbad56d2c1cb34623df2f080769de8ac\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8543,'_transient_timeout_wpsc_customer_meta__RN&ZtO7tx(Mc','1369954472','no'),(8544,'_transient_wpsc_customer_meta__RN&ZtO7tx(Mc','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"38cc0b2bab929b087985e1c8f84c1fbddaf7a8d8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8546,'_transient_timeout_wpsc_customer_meta__n14D*!^4cvrH','1369954595','no'),(8547,'_transient_wpsc_customer_meta__n14D*!^4cvrH','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5b174e49b5fce6ff08819f917caf7f07006363ba\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8549,'_transient_timeout_wpsc_customer_meta__f5onq2)Fx)aL','1369954786','no'),(8550,'_transient_wpsc_customer_meta__f5onq2)Fx)aL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a26284b81b762efe44f7300d9e9f0f2b40821c17\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8552,'_transient_timeout_wpsc_customer_meta__NZ1xkosmKzgA','1369954876','no'),(8553,'_transient_wpsc_customer_meta__NZ1xkosmKzgA','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ab954037f1663d6a4912180a1fe5887bba610631\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8555,'_transient_timeout_wpsc_customer_meta__ilpX2BASDRfh','1369955041','no'),(8556,'_transient_wpsc_customer_meta__ilpX2BASDRfh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0d0d8042d7bb7c329ece2c0c6dbc803aaabf6a72\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8558,'_transient_timeout_wpsc_customer_meta__%*K1tI5nYTWi','1369955151','no'),(8559,'_transient_wpsc_customer_meta__%*K1tI5nYTWi','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fda911a8b4ca5fa9eaf44cb904d7622c25c7620e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8561,'_transient_timeout_wpsc_customer_meta__9lzBmVx4b9Qv','1369955204','no'),(8562,'_transient_wpsc_customer_meta__9lzBmVx4b9Qv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a8c53636b2761d52ee6b8df1c84b0d4cea2c9112\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8564,'_transient_timeout_wpsc_customer_meta__ef(fh*!exGlV','1369955271','no'),(8565,'_transient_wpsc_customer_meta__ef(fh*!exGlV','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5e0a59e7cefa7916afc11fbf53e494f68708ef5c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8567,'_transient_timeout_wpsc_customer_meta__pyrBBb!cTP*P','1369956307','no'),(8568,'_transient_wpsc_customer_meta__pyrBBb!cTP*P','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b692a13bf805658b93938a6e405e980928300779\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8570,'_transient_timeout_wpsc_customer_meta__PFYZzGG^BjTw','1369956332','no'),(8571,'_transient_wpsc_customer_meta__PFYZzGG^BjTw','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e42e919f7b04ab966741714a12e624cb1f59df37\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8573,'_transient_timeout_wpsc_customer_meta__k90GG5rs%#*e','1369956448','no'),(8574,'_transient_wpsc_customer_meta__k90GG5rs%#*e','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3fed7897a3c4a591a5caa9bdd5413f6634404637\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8576,'_transient_timeout_wpsc_customer_meta__6D4sH0o7qp#G','1369956611','no'),(8577,'_transient_wpsc_customer_meta__6D4sH0o7qp#G','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4b40d967f993204a0d49685798a99cb21dc6e061\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8579,'_transient_timeout_wpsc_customer_meta__2u!ibf^6mRKS','1369956995','no'),(8580,'_transient_wpsc_customer_meta__2u!ibf^6mRKS','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a1e9b230e984102e12d26598945046053875c7c5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8582,'_transient_timeout_wpsc_customer_meta__T5qxKqMD3az$','1369957053','no'),(8583,'_transient_wpsc_customer_meta__T5qxKqMD3az$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"debeeba36d5f6680f8656347737027004951a18a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8585,'_transient_timeout_wpsc_customer_meta__eXD8m$fW2sxL','1369957091','no'),(8586,'_transient_wpsc_customer_meta__eXD8m$fW2sxL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b4034f9c2b0e0af20488eb0b2797bc9405a675f7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8588,'_transient_timeout_wpsc_customer_meta__Iqi1G5#a52bm','1369957127','no'),(8589,'_transient_wpsc_customer_meta__Iqi1G5#a52bm','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"503ad76c77e5d60becacbd89ad8f3bd850b6bcc1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8591,'_transient_timeout_wpsc_customer_meta__SufMFmgr45xP','1369957368','no'),(8592,'_transient_wpsc_customer_meta__SufMFmgr45xP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"92c5c34a7799fdb97f6c0b704bf4f79dab4452c1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8594,'_transient_timeout_wpsc_customer_meta__2vBe%nW!O%TD','1369957389','no'),(8595,'_transient_wpsc_customer_meta__2vBe%nW!O%TD','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"07bd8131ae2d09c76cbbfd764885daa8b186c977\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8597,'_transient_timeout_wpsc_customer_meta__s2dI#K!fzLjz','1369957417','no'),(8598,'_transient_wpsc_customer_meta__s2dI#K!fzLjz','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"35f20bb31c4ea4f75fd33b031eed1007f3246747\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8600,'_transient_timeout_wpsc_customer_meta__TA2NV8m5Fa6d','1369957501','no'),(8601,'_transient_wpsc_customer_meta__TA2NV8m5Fa6d','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cfffd24a8f6721313f66918e10f6fe6594f8790c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8603,'_transient_timeout_wpsc_customer_meta__sYhw1)rETE%B','1369957595','no'),(8604,'_transient_wpsc_customer_meta__sYhw1)rETE%B','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"914fb71009ae99b96c5b7daa66be0983b2c4bf21\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8606,'_transient_timeout_wpsc_customer_meta__6wiqkNDHpkV2','1369957638','no'),(8607,'_transient_wpsc_customer_meta__6wiqkNDHpkV2','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"eefc153874e971f0fdf150a3cd36c2695a39a92e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8609,'_transient_timeout_wpsc_customer_meta__qIcVqmyiP7n$','1369957758','no'),(8610,'_transient_wpsc_customer_meta__qIcVqmyiP7n$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"447986df43db6545ef257a56d5f355e753243afa\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8612,'_transient_timeout_wpsc_customer_meta__32^hs*OQGNY4','1369957818','no'),(8613,'_transient_wpsc_customer_meta__32^hs*OQGNY4','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8dbd647838b350935f4cfa54a3f1948af1bcaf70\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8615,'_transient_timeout_wpsc_customer_meta__qKHcZ88QX%8q','1369959560','no'),(8616,'_transient_wpsc_customer_meta__qKHcZ88QX%8q','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d6eaa27cb0cee8eaefe47512ed86c9afd21aa65e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8618,'_transient_timeout_wpsc_customer_meta__Mct8g7YD0gQl','1369959744','no'),(8619,'_transient_wpsc_customer_meta__Mct8g7YD0gQl','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a0d158e91f5d4fd1f60c668fa0ff36212a5904cf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8621,'_transient_timeout_wpsc_customer_meta__HpswH1$ZV0O#','1369959794','no'),(8622,'_transient_wpsc_customer_meta__HpswH1$ZV0O#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3199ff067050873745a4dbfc49e6c58bdd13ce76\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8624,'_transient_timeout_wpsc_customer_meta__AgbIdUL)9n5A','1369959911','no'),(8625,'_transient_wpsc_customer_meta__AgbIdUL)9n5A','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fbf14c43b2b32add30d8032fc3f022ab1e1e001c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8627,'_transient_timeout_wpsc_customer_meta__g)&cfx)#VC5#','1369960559','no'),(8628,'_transient_wpsc_customer_meta__g)&cfx)#VC5#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"aeca736db17327cd957852d3697b9a5d1f1368a3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8630,'_transient_timeout_wpsc_customer_meta__YcS$Q#SRGNaU','1369960855','no'),(8631,'_transient_wpsc_customer_meta__YcS$Q#SRGNaU','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d5cb096537d08850d2d4480eb52e5a43ebf80567\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8633,'_transient_timeout_wpsc_customer_meta__)w(E$udwh#y3','1369961095','no'),(8634,'_transient_wpsc_customer_meta__)w(E$udwh#y3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"98fe5f14c74b89303d400eb8accd3ba8fa5d2974\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8636,'_transient_timeout_wpsc_customer_meta__BZFE$G&ApcaP','1369961335','no'),(8637,'_transient_wpsc_customer_meta__BZFE$G&ApcaP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5a3ae6aca3bba32373756e462d0fa7de03f54b8b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8639,'_transient_timeout_wpsc_customer_meta__$OGvuRdPMAC7','1369961395','no'),(8640,'_transient_wpsc_customer_meta__$OGvuRdPMAC7','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9a97db52cd175a2f0482ead789f264855843ece0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8642,'_transient_timeout_wpsc_customer_meta__DXh^i@TOaM%B','1369961516','no'),(8643,'_transient_wpsc_customer_meta__DXh^i@TOaM%B','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"67cde9c7f137e77d6a2a2f7c506bc092564e0528\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8644,'_transient_timeout_wpsc_customer_meta__J4%(5UFGBn@8','1369962255','no'),(8645,'_transient_wpsc_customer_meta__J4%(5UFGBn@8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"966a7d46ce4be585343fb39612c03316159ae24d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8646,'_transient_timeout_wpsc_customer_meta__NBzApuK7bon5','1369962256','no'),(8647,'_transient_wpsc_customer_meta__NBzApuK7bon5','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f772d2de400a9136e08698f9c8b4a502893162db\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8649,'_transient_timeout_wpsc_customer_meta__eckgsc6zBOE5','1369964227','no'),(8650,'_transient_wpsc_customer_meta__eckgsc6zBOE5','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b47c74f370cb8be0afafb23d10d89c0e6faa06cf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8652,'_transient_timeout_wpsc_customer_meta__QPgBcGeiCfku','1369964445','no'),(8653,'_transient_wpsc_customer_meta__QPgBcGeiCfku','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8f9ed7da9b06333f358df5016161dd9d68d4f7ea\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8655,'_transient_timeout_wpsc_customer_meta__6opTNsst3u8k','1369964539','no'),(8656,'_transient_wpsc_customer_meta__6opTNsst3u8k','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"237eff2f0b61c1016ded3ef843e99e331464fcb3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8658,'_transient_timeout_wpsc_customer_meta__UA4dsy6erIvQ','1369964659','no'),(8659,'_transient_wpsc_customer_meta__UA4dsy6erIvQ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d3711832a0090fd3537720e24baaa0e4a72e898b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8661,'_transient_timeout_wpsc_customer_meta__QE^o5SVFr*NR','1369964805','no'),(8662,'_transient_wpsc_customer_meta__QE^o5SVFr*NR','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1bcb3461522a186f6bccbf03e31603cf1ae63c0f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8664,'_transient_timeout_wpsc_customer_meta__xzGp1xnwC%mT','1369964945','no'),(8665,'_transient_wpsc_customer_meta__xzGp1xnwC%mT','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"11b12a7a6ca6954bfee8d2a72ada2e353c0dea22\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8667,'_transient_timeout_wpsc_customer_meta__kl%FiET^4ysd','1369965001','no'),(8668,'_transient_wpsc_customer_meta__kl%FiET^4ysd','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0b9517394bd77b3e70da4d8244cf567829cb749a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8670,'_transient_timeout_wpsc_customer_meta__cmJOcw)iCQjQ','1369965369','no'),(8671,'_transient_wpsc_customer_meta__cmJOcw)iCQjQ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"85e678b709e30df4c489735e6b19b2aa8c6714c6\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8673,'_transient_timeout_wpsc_customer_meta__axT@TesxvR9X','1369965451','no'),(8674,'_transient_wpsc_customer_meta__axT@TesxvR9X','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"93574708557d4d357b85810b1caed9c02e556f1b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8676,'_transient_timeout_wpsc_customer_meta__J&1B0umV@ZY8','1369965594','no'),(8677,'_transient_wpsc_customer_meta__J&1B0umV@ZY8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"16e50cd2a9b2128811e354c6aeda694f6c7044ee\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8679,'_transient_timeout_wpsc_customer_meta__S9&o*pAGd)0N','1369965670','no'),(8680,'_transient_wpsc_customer_meta__S9&o*pAGd)0N','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fb90f25a6e10a39110e5cf1df4f7b3f264f52a7b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8682,'_transient_timeout_wpsc_customer_meta__yEIIEZwevuol','1369965747','no'),(8683,'_transient_wpsc_customer_meta__yEIIEZwevuol','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dac59e740baa7763da1b57a08f2b34f3a1b42141\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8688,'_transient_timeout_wpsc_customer_meta__Fv(SspeffMhd','1369993135','no'),(8689,'_transient_wpsc_customer_meta__Fv(SspeffMhd','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"409d8be201bf59f040e732121e453b90f6313bf8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8692,'_transient_timeout_wpsc_customer_meta__w*eWo*9@xqwg','1370000501','no'),(8693,'_transient_wpsc_customer_meta__w*eWo*9@xqwg','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6ae00704290f15c3bd22d48fe3068c77503953bd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8695,'_transient_timeout_wpsc_customer_meta__#Icm7U2wZTGb','1370000502','no'),(8696,'_transient_wpsc_customer_meta__#Icm7U2wZTGb','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0c55611816fc094663cd1ef8101a5003568f0ba2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8697,'_transient_timeout_wpsc_customer_meta__J7%Hb%SN&cLg','1370005123','no'),(8698,'_transient_wpsc_customer_meta__J7%Hb%SN&cLg','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"564f14db5e197554a0ff7940bf0d4d09e95b8811\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8700,'_transient_timeout_wpsc_customer_meta__fIkM^N#Z*fwH','1370004863','no'),(8701,'_transient_wpsc_customer_meta__fIkM^N#Z*fwH','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a48a6546c71569dc11c336999aee84eb5f497c92\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8736,'_transient_timeout_wpsc_customer_meta__B3HWb#(VYNx8','1370006390','no'),(8737,'_transient_wpsc_customer_meta__B3HWb#(VYNx8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6de25e203f06f609531bd89c7bbe9f2e9506f0d2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8738,'_transient_timeout_wpsc_customer_meta__f!P8D$y21CUv','1370006412','no'),(8739,'_transient_wpsc_customer_meta__f!P8D$y21CUv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"63ecddbd38791ae7587e916b499163f2c415def2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8740,'_transient_timeout_wpsc_customer_meta__dw#P9Q6e4PY3','1370093657','no'),(8741,'_transient_wpsc_customer_meta__dw#P9Q6e4PY3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cde2495d2dff4dd33e3e0bfdce7a117f13a76a33\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8743,'_transient_timeout_wpsc_customer_meta__qH6JmT(hsJ^t','1370007528','no'),(8744,'_transient_wpsc_customer_meta__qH6JmT(hsJ^t','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3e25174ace516ce202a2a12dd4a0028fdedd0695\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8746,'_transient_timeout_wpsc_customer_meta__x3eU5&Rv^^1X','1370007907','no'),(8747,'_transient_wpsc_customer_meta__x3eU5&Rv^^1X','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b2775f3aad395d305f15a6f7d36ddb920814ddbf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8749,'_transient_timeout_wpsc_customer_meta__*xgs9k$9SRNn','1370008146','no'),(8750,'_transient_wpsc_customer_meta__*xgs9k$9SRNn','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1b3d9503c06a25f70340f07aa6183c2fe1829508\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8752,'_transient_timeout_wpsc_customer_meta__HMkNLT)Dtqg6','1370008151','no'),(8753,'_transient_wpsc_customer_meta__HMkNLT)Dtqg6','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"237fcd47945c2eb9325f071dc6e739250e3b3eb3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8755,'_transient_timeout_wpsc_customer_meta__qdcs9iU4TaC^','1370008178','no'),(8756,'_transient_wpsc_customer_meta__qdcs9iU4TaC^','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4b5a2fc35411f972949e268fb5c03d9bc88b76aa\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8758,'_transient_timeout_wpsc_customer_meta__wR1lBDykT%m#','1370008186','no'),(8759,'_transient_wpsc_customer_meta__wR1lBDykT%m#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"508612f5d741ae517d5fbc93cb7d9fb285b437e1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8760,'_transient_timeout_wpsc_customer_meta__hx4!D2@PRZEZ','1370008278','no'),(8761,'_transient_wpsc_customer_meta__hx4!D2@PRZEZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d88b351b986fa3766b4845b0cd2fe3ae687aa829\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8763,'_transient_timeout_wpsc_customer_meta__(oK$8&5DEcv3','1370008426','no'),(8764,'_transient_wpsc_customer_meta__(oK$8&5DEcv3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b6fe17d011d96d9b3ed12af6dbe5e982435b566a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8765,'_transient_timeout_wpsc_customer_meta__dW&9ZsQyS(O3','1370008470','no'),(8766,'_transient_wpsc_customer_meta__dW&9ZsQyS(O3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2f97ac3bbdd7f030876bc958aa97ecd492d60318\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8768,'_transient_timeout_wpsc_customer_meta__^vpYEs6yIfYC','1370008547','no'),(8769,'_transient_wpsc_customer_meta__^vpYEs6yIfYC','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"051e688e73bd3154a4a124d521f72cdc9fe239d5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8771,'_transient_timeout_wpsc_customer_meta__2zzy6A364KZK','1370008568','no'),(8772,'_transient_wpsc_customer_meta__2zzy6A364KZK','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ac178cf86d6eea06ba7462df92d5cdb4ac8e8326\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8774,'_transient_timeout_wpsc_customer_meta__TjdesebDJO5a','1370008685','no'),(8775,'_transient_wpsc_customer_meta__TjdesebDJO5a','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fca4d174d733de44b0314b85af73cd3e0f83168b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8777,'_transient_timeout_wpsc_customer_meta__eys7$M4aRm4)','1370008715','no'),(8778,'_transient_wpsc_customer_meta__eys7$M4aRm4)','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cdd41135a1131c01fec9f19e91a5d1ddfa276439\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8780,'_transient_timeout_wpsc_customer_meta__3N@KUZh9)%i!','1370008785','no'),(8781,'_transient_wpsc_customer_meta__3N@KUZh9)%i!','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fbbe4dd769b4be4787eb3ac71076d6fc22963c48\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8783,'_transient_timeout_wpsc_customer_meta__uUBjqA5LY&B^','1370008804','no'),(8784,'_transient_wpsc_customer_meta__uUBjqA5LY&B^','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"745c06acf7de3b2d44daca669267083ac55fd1e8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8786,'_transient_timeout_wpsc_customer_meta__!T)@U$)2j&@3','1370009233','no'),(8787,'_transient_wpsc_customer_meta__!T)@U$)2j&@3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6f2127f5a46d745945b8685d97ff08de538459bc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8789,'_transient_timeout_wpsc_customer_meta__RQ@%DXqba8yi','1370009291','no'),(8790,'_transient_wpsc_customer_meta__RQ@%DXqba8yi','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"65e71446b73f9eb6fb9c93727f63980594eeab1e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8792,'_transient_timeout_wpsc_customer_meta__*W6M7!dIggL^','1370009339','no'),(8793,'_transient_wpsc_customer_meta__*W6M7!dIggL^','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6e35ce5e2ff249df35b4b1cf846a46347ebc74c1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8795,'_transient_timeout_wpsc_customer_meta__(2*OBhgb6y@V','1370009404','no'),(8796,'_transient_wpsc_customer_meta__(2*OBhgb6y@V','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8924a2e956c7fdc4c936c84159901e1ba175eb27\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8798,'_transient_timeout_wpsc_customer_meta__Gu2!U*iVa9ds','1370010246','no'),(8799,'_transient_wpsc_customer_meta__Gu2!U*iVa9ds','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a31d27e95944432000c568d1e30819e584832e72\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8801,'_transient_timeout_wpsc_customer_meta__ur$uG^D(JnVG','1370010485','no'),(8802,'_transient_wpsc_customer_meta__ur$uG^D(JnVG','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ae54ca47e25ec0242eb55a89bf6f2c2be5cfd5b1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8804,'_transient_timeout_wpsc_customer_meta__%uIVXme@Qs9!','1370010648','no'),(8805,'_transient_wpsc_customer_meta__%uIVXme@Qs9!','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d0aab51b5ebabd8793c6927c35375d992495e570\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8807,'_transient_timeout_wpsc_customer_meta__n5qfRkTpCSfm','1370010818','no'),(8808,'_transient_wpsc_customer_meta__n5qfRkTpCSfm','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f9e95c0340cbdfd87b5576d06e0a7f22f404ece5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8812,'_transient_timeout_wpsc_customer_meta__lcRMfmjwS!$v','1370010965','no'),(8813,'_transient_wpsc_customer_meta__lcRMfmjwS!$v','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3b77d8291ba347b4f2984446f45f16c53997bc01\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8814,'_transient_timeout_wpsc_customer_meta__bwuh8Zryp*Et','1370010996','no'),(8815,'_transient_wpsc_customer_meta__bwuh8Zryp*Et','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d9abd8daa1d52187bede090f2f6ec2ae8b6314d8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8816,'_transient_timeout_wpsc_customer_meta__^iGuV4HdoI8N','1370010998','no'),(8817,'_transient_wpsc_customer_meta__^iGuV4HdoI8N','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1d23e70d2171f28e2e783ea778ef0197298abd0b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8819,'_transient_timeout_wpsc_customer_meta__eRBorggP6lX8','1370011375','no'),(8820,'_transient_wpsc_customer_meta__eRBorggP6lX8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"935260fcf49b2db0469dbe5c3c26086f9980af5e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8822,'_transient_timeout_wpsc_customer_meta__g4HelsOiI549','1370011449','no'),(8823,'_transient_wpsc_customer_meta__g4HelsOiI549','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c804e8e689de16ed932c1acdf27850630a920733\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8825,'_transient_timeout_wpsc_customer_meta__(H$#h2M1RBCv','1370011565','no'),(8826,'_transient_wpsc_customer_meta__(H$#h2M1RBCv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f5070e2b3c8b29e8849d5e88151f5fa49d3e6e3d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8828,'_transient_timeout_wpsc_customer_meta__)x@jVVCwb^P0','1370011596','no'),(8829,'_transient_wpsc_customer_meta__)x@jVVCwb^P0','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a6d57094591b45805ca30d1ee348c9fa7edc32dc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8831,'_transient_timeout_wpsc_customer_meta__aDw6HNYJ^(hJ','1370011669','no'),(8832,'_transient_wpsc_customer_meta__aDw6HNYJ^(hJ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4b5b2c9a413c8b81dafcae4d8118a67753040310\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8834,'_transient_timeout_wpsc_customer_meta__yTeuWRxL#U3v','1370011699','no'),(8835,'_transient_wpsc_customer_meta__yTeuWRxL#U3v','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"178c6e929d64b33b723a297fd80ff96949faa627\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8837,'_transient_timeout_wpsc_customer_meta__e%kdA^@80iYp','1370011741','no'),(8838,'_transient_wpsc_customer_meta__e%kdA^@80iYp','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dd731756e009b9060898359f34f30d73843aabf3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8840,'_transient_timeout_wpsc_customer_meta__%kMkGhqM!W1m','1370011816','no'),(8841,'_transient_wpsc_customer_meta__%kMkGhqM!W1m','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3d4730933336e57112028b96a1ef893547b97043\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8843,'_transient_timeout_wpsc_customer_meta__w0IYC@)b7TQL','1370011895','no'),(8844,'_transient_wpsc_customer_meta__w0IYC@)b7TQL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e608a89a60b7e7a18ee3e955c1d2e6a1ef5c05b1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8846,'_transient_timeout_wpsc_customer_meta__dLEvOTzgX2^0','1370011929','no'),(8847,'_transient_wpsc_customer_meta__dLEvOTzgX2^0','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"92811365055b8bbafbd9668e048365ee48b1cabe\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8849,'_transient_timeout_wpsc_customer_meta__tUT@$HqA!8#G','1370012413','no'),(8850,'_transient_wpsc_customer_meta__tUT@$HqA!8#G','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"27a34df344e8e1c9b5033f9c984139b21e79d12c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8852,'_transient_timeout_wpsc_customer_meta__aqTyPIrCiU0B','1370012466','no'),(8853,'_transient_wpsc_customer_meta__aqTyPIrCiU0B','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e84ef08bdf503340b83f5b6c480cfc60c38124ab\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8855,'_transient_timeout_wpsc_customer_meta__jxNA7OzMV9kX','1370012539','no'),(8856,'_transient_wpsc_customer_meta__jxNA7OzMV9kX','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"786ea9cdcf085e38175c2ba919475b6cd32335a7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8858,'_transient_timeout_wpsc_customer_meta__uD01xa!u*0rE','1370012839','no'),(8859,'_transient_wpsc_customer_meta__uD01xa!u*0rE','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cb83a65ce10cd8f54b33a154fe35787e85166525\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8861,'_transient_timeout_wpsc_customer_meta__10dLDwd*Dfg@','1370012840','no'),(8862,'_transient_wpsc_customer_meta__10dLDwd*Dfg@','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"86b950dcb380161e7e156d23c57bfb6b0f04c47c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8863,'_transient_timeout_wpsc_customer_meta__QENqosZ3fieu','1370012921','no'),(8864,'_transient_wpsc_customer_meta__QENqosZ3fieu','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2530a782ddf260762c15726a9376cc2d37806471\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8870,'_transient_timeout_wpsc_customer_meta__leaxHjby#2GB','1370013547','no'),(8871,'_transient_wpsc_customer_meta__leaxHjby#2GB','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fe6b3d3546fc7d97d6168882ac4e90e3317df47d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8873,'_transient_timeout_wpsc_customer_meta__lSKn^*6nVC2*','1370013968','no'),(8874,'_transient_wpsc_customer_meta__lSKn^*6nVC2*','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f08ab46b055f6a8799d751bb27059d3d12633f74\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8875,'_transient_timeout_wpsc_customer_meta__TpCvsM5jneGe','1370015667','no'),(8876,'_transient_wpsc_customer_meta__TpCvsM5jneGe','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"aef373d4f3accd9bbfd13a2a99f78f6c5ab8dc32\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8878,'_transient_timeout_wpsc_customer_meta__1d8yDEV#MMhh','1370015667','no'),(8879,'_transient_wpsc_customer_meta__1d8yDEV#MMhh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e5393b96ef8169284970aa159775d2fdb181acdb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8881,'_transient_timeout_wpsc_customer_meta__#3Lbb$q6jk*!','1370020993','no'),(8882,'_transient_wpsc_customer_meta__#3Lbb$q6jk*!','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"33223fb52e3ae9dce993e90f0b4cb484358c9224\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8884,'_transient_timeout_wpsc_customer_meta__7tPJ!$d7n$@V','1370021052','no'),(8885,'_transient_wpsc_customer_meta__7tPJ!$d7n$@V','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"08830271d967a58b2cc696006b487b64a81f0ec5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8887,'_transient_timeout_wpsc_customer_meta__r3WNixGyTiBK','1370021118','no'),(8888,'_transient_wpsc_customer_meta__r3WNixGyTiBK','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7a7a69723cb1c56c7db2253c31e87813af9101ca\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8890,'_transient_timeout_wpsc_customer_meta__Z29y8&Mfi#6y','1370021295','no'),(8891,'_transient_wpsc_customer_meta__Z29y8&Mfi#6y','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e37bcb6635e0c059f771fa3c241ec7bfb743f62f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8893,'_transient_timeout_wpsc_customer_meta__%tveWv0McAKy','1370022020','no'),(8894,'_transient_wpsc_customer_meta__%tveWv0McAKy','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fc477480bf8c284513315ccba8341485dda28d7d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8896,'_transient_timeout_wpsc_customer_meta__fKKLUIhHsAeZ','1370022835','no'),(8897,'_transient_wpsc_customer_meta__fKKLUIhHsAeZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0e0cfc8f8542c22b826a346b55d5779459070dfa\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8899,'_transient_timeout_wpsc_customer_meta__xL04oyzAk@yi','1370023082','no'),(8900,'_transient_wpsc_customer_meta__xL04oyzAk@yi','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3f0a87ad5dadc237a9b0eb7f7ff2e3e469aa1bfc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8902,'_transient_timeout_wpsc_customer_meta__I41CX(n6*CLc','1370023160','no'),(8903,'_transient_wpsc_customer_meta__I41CX(n6*CLc','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f31870f5443d7dc0adda5bb592c9e510591e58a8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8905,'_transient_timeout_wpsc_customer_meta__i!%sejTa3*yB','1370023211','no'),(8906,'_transient_wpsc_customer_meta__i!%sejTa3*yB','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"84faf4fd7d38bf48110dee1e2f198afb355d7d60\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8908,'_transient_timeout_wpsc_customer_meta__N@%2LIhTJk!U','1370024562','no'),(8909,'_transient_wpsc_customer_meta__N@%2LIhTJk!U','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e9af7793bf6fa65c3bddc0a737dbdef68ff38936\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8911,'_transient_timeout_wpsc_customer_meta__HBB&LQ@#p1dA','1370024951','no'),(8912,'_transient_wpsc_customer_meta__HBB&LQ@#p1dA','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"78627909174619e111d4c8ffbc343e69d98eda52\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8914,'_transient_timeout_wpsc_customer_meta__JozZU%vGbe7C','1370025022','no'),(8915,'_transient_wpsc_customer_meta__JozZU%vGbe7C','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e0045f6654535a80e4c7d95ed6729920b1908ace\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8917,'_transient_timeout_wpsc_customer_meta__bfu$#XcOQ9Ri','1370025082','no'),(8918,'_transient_wpsc_customer_meta__bfu$#XcOQ9Ri','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b3e75367793425f96c96678092af1d5d97579c6e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8920,'_transient_timeout_wpsc_customer_meta__S86Bzzts!3H3','1370025121','no'),(8921,'_transient_wpsc_customer_meta__S86Bzzts!3H3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6ffda7d245158bcf4082588be1b6bd1a066684bf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8925,'_transient_timeout_wpsc_customer_meta__MzxLjQ#Cvg)d','1370025243','no'),(8926,'_transient_wpsc_customer_meta__MzxLjQ#Cvg)d','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9cbd38f87c7a275f7f74362e67fabeb283d60b04\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8928,'_transient_timeout_wpsc_customer_meta__hFJ&*UZ4*AUf','1370025289','no'),(8929,'_transient_wpsc_customer_meta__hFJ&*UZ4*AUf','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"486c8db2138abfb1f3a8e96822a9cd31cffa5cde\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8931,'_transient_timeout_wpsc_customer_meta__$S6FGUR7sdgG','1370025494','no'),(8932,'_transient_wpsc_customer_meta__$S6FGUR7sdgG','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3b6b2c2f3d0a8328af6f9442bb412657ee2ef307\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8934,'_transient_timeout_wpsc_customer_meta__v0ZX6#RDE9!M','1370025603','no'),(8935,'_transient_wpsc_customer_meta__v0ZX6#RDE9!M','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"31fc579b1921c0e1879fb57ff8c36c8daca5f9af\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8937,'_transient_timeout_wpsc_customer_meta__Pa)b@sJQejnL','1370025902','no'),(8938,'_transient_wpsc_customer_meta__Pa)b@sJQejnL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"78f0e6f5bf0f5b5b36e4db67a7e9783e8c447938\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8940,'_transient_timeout_wpsc_customer_meta__4&i%XV($0YZz','1370026142','no'),(8941,'_transient_wpsc_customer_meta__4&i%XV($0YZz','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6a2fe9089415d434e3a04ca64d6b95219ea15483\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8943,'_transient_timeout_wpsc_customer_meta__bj$ukREoO9M$','1370026202','no'),(8944,'_transient_wpsc_customer_meta__bj$ukREoO9M$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"73181e10fc49e9aaa8654e3796fa2f4b3d5361d3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8946,'_transient_timeout_wpsc_customer_meta__bDC)wGx88hTc','1370026804','no'),(8947,'_transient_wpsc_customer_meta__bDC)wGx88hTc','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6a4490943dc0128e4d8e8cfd74af34b2ec4d9995\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8949,'_transient_timeout_wpsc_customer_meta__Wg3ve$yqC8W0','1370026806','no'),(8950,'_transient_wpsc_customer_meta__Wg3ve$yqC8W0','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ca5b14bd2e29dfcec9a13e8b9e3d1d2fe0931180\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8953,'_transient_timeout_wpsc_customer_meta__ap$7#JnAR8a8','1370034658','no'),(8954,'_transient_wpsc_customer_meta__ap$7#JnAR8a8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"51ce49cd465fc820982ce3f7038c6938e2f69989\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8956,'_transient_timeout_wpsc_customer_meta__4A4MIg$vbUAO','1370027545','no'),(8957,'_transient_wpsc_customer_meta__4A4MIg$vbUAO','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"32572c4f27a8ae149742e160eb1f0d8551489a60\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8959,'_transient_timeout_wpsc_customer_meta__!qG6k*SOvrXJ','1370027671','no'),(8960,'_transient_wpsc_customer_meta__!qG6k*SOvrXJ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"db8651654691c7ddcc8db1b4b21fde695a4d7c89\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8962,'_transient_timeout_wpsc_customer_meta__Q7uZV*nO6XEd','1370028688','no'),(8963,'_transient_wpsc_customer_meta__Q7uZV*nO6XEd','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"203ef516b337cef1a139a06901387f5b9be6546e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8965,'_transient_timeout_wpsc_customer_meta__S$1N)eL6kPRQ','1370028808','no'),(8966,'_transient_wpsc_customer_meta__S$1N)eL6kPRQ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8a6d66d456eebb061495532f6da5287bb2d52daa\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8968,'_transient_timeout_wpsc_customer_meta__7D3o9$8eVpVq','1370028847','no'),(8969,'_transient_wpsc_customer_meta__7D3o9$8eVpVq','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9d41604b993756d0a950124cc652ea8d779c1531\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8971,'_transient_timeout_wpsc_customer_meta__tS4I630VEEI(','1370029131','no'),(8972,'_transient_wpsc_customer_meta__tS4I630VEEI(','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"924cbeb65666bdffec098d2dbaf1ffec568cf84d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8974,'_transient_timeout_wpsc_customer_meta__%CyL@uce^OdS','1370029205','no'),(8975,'_transient_wpsc_customer_meta__%CyL@uce^OdS','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e7ee20d839b194927f4d8f27db2b727181aee51a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8977,'_transient_timeout_wpsc_customer_meta__5QknFPf*5edG','1370029303','no'),(8978,'_transient_wpsc_customer_meta__5QknFPf*5edG','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"668c241b7dc3356f39dba39bcf8826673beca56e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8980,'_transient_timeout_wpsc_customer_meta__zmeSldby$vIy','1370029328','no'),(8981,'_transient_wpsc_customer_meta__zmeSldby$vIy','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"630426500785197f92e0ff24e9eab1fea8965ffb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8983,'_transient_timeout_wpsc_customer_meta__i#sKF)dXx&%q','1370029492','no'),(8984,'_transient_wpsc_customer_meta__i#sKF)dXx&%q','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"98cf98d251d3cbc4b717a38463121940b2d68e1c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8986,'_transient_timeout_wpsc_customer_meta__$6J^)l(P!3Rr','1370030080','no'),(8987,'_transient_wpsc_customer_meta__$6J^)l(P!3Rr','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1867cfea9a87a72ac8c45fa1f14892c3f4a34445\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8989,'_transient_timeout_wpsc_customer_meta__mNVbLRRX8y@p','1370030214','no'),(8990,'_transient_wpsc_customer_meta__mNVbLRRX8y@p','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1e40c09f396a0a3e9a61f65aee8549b0253f4a39\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8992,'_transient_timeout_wpsc_customer_meta__LAuCAHZhs9J@','1370031775','no'),(8993,'_transient_wpsc_customer_meta__LAuCAHZhs9J@','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"39decaa1724bb72b4e3d2f7edf68c52fcb6ec653\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8995,'_transient_timeout_wpsc_customer_meta__q32l!a76vVLw','1370031921','no'),(8996,'_transient_wpsc_customer_meta__q32l!a76vVLw','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"feae7932426b0e19862cd03026c24ef5cf08948f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(8998,'_transient_timeout_wpsc_customer_meta__1uitd13QS6#3','1370031955','no'),(8999,'_transient_wpsc_customer_meta__1uitd13QS6#3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bc0a7e192875b13f68ca172d8fe8809e727d7a26\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9001,'_transient_timeout_wpsc_customer_meta__jJrMNE&G34V^','1370033260','no'),(9002,'_transient_wpsc_customer_meta__jJrMNE&G34V^','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"98a2a8ef5ff7c159fb853ace4e0abd28a4050c2e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9004,'_transient_timeout_wpsc_customer_meta__U$7A#tx7KrKu','1370033299','no'),(9005,'_transient_wpsc_customer_meta__U$7A#tx7KrKu','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"24d3df3bf6a7db312c08362c55367b9c38cbc2f4\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9007,'_transient_timeout_wpsc_customer_meta__Ka*oW2$Z!p5&','1370033345','no'),(9008,'_transient_wpsc_customer_meta__Ka*oW2$Z!p5&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2ddc05537c7fd0dc10e61ff680f15653578faae0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9010,'_transient_timeout_wpsc_customer_meta__Z6(*4%B8rBCR','1370033398','no'),(9011,'_transient_wpsc_customer_meta__Z6(*4%B8rBCR','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9de00b30ab2b06ed4b8898ac404f9218c2c1ef57\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9013,'_transient_timeout_wpsc_customer_meta__bs**eVmuB$UP','1370033443','no'),(9014,'_transient_wpsc_customer_meta__bs**eVmuB$UP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9ffcdf82734062e84fb30c7eb98e44f3d6567817\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9016,'_transient_timeout_wpsc_customer_meta__zHM#ZEbvze4O','1370033484','no'),(9017,'_transient_wpsc_customer_meta__zHM#ZEbvze4O','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"be5ce0cd43733c7ee8911cd04d063033e8286ba1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9019,'_transient_timeout_wpsc_customer_meta__5gcEIeqs*USS','1370033589','no'),(9020,'_transient_wpsc_customer_meta__5gcEIeqs*USS','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6e331ac1e8372543b4663f43307937a4ed659401\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9022,'_transient_timeout_wpsc_customer_meta__uMZe)8W(IpM5','1370033980','no'),(9023,'_transient_wpsc_customer_meta__uMZe)8W(IpM5','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2663ab1d15452550a8dd43d5c1bb9020de77c86e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9025,'_transient_timeout_wpsc_customer_meta__q44giZV5DU2G','1370034130','no'),(9026,'_transient_wpsc_customer_meta__q44giZV5DU2G','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"99db1cedba0e3db0b5a08c7ae91355335258db59\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9028,'_transient_timeout_wpsc_customer_meta__^NZkp7wlBJ*D','1370034177','no'),(9029,'_transient_wpsc_customer_meta__^NZkp7wlBJ*D','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ccf484c327da7a242467e8bfc930595847b1d58c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9031,'_transient_timeout_wpsc_customer_meta__Oz3Y8mfJaA4D','1370034235','no'),(9032,'_transient_wpsc_customer_meta__Oz3Y8mfJaA4D','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c6f089746b9b935ce5170a4b819e6a2790e38692\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9034,'_transient_timeout_wpsc_customer_meta__)qB3YA7TJ1BO','1370034253','no'),(9035,'_transient_wpsc_customer_meta__)qB3YA7TJ1BO','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"715aa5ab0aff4d6634c4d65003ae595ee1dbe842\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9041,'_transient_timeout_wpsc_customer_meta__A@0b3giWF8J2','1370034485','no'),(9042,'_transient_wpsc_customer_meta__A@0b3giWF8J2','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cb1e79a0dc325af6a3385bde6f75718e65d64f5b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9043,'_transient_timeout_wpsc_customer_meta__sVFGFy&2VVJR','1370035496','no'),(9044,'_transient_wpsc_customer_meta__sVFGFy&2VVJR','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"235469abe207aaa7387c0442408616dd6bf30ba4\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9048,'_transient_timeout_wpsc_customer_meta__Mg%CxtaBEv$M','1370037222','no'),(9049,'_transient_wpsc_customer_meta__Mg%CxtaBEv$M','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"56f5945a1c25c84baa4799320a29f00347152bfd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9050,'_transient_timeout_wpsc_customer_meta__Q0%GUnq6%GTj','1370039803','no'),(9051,'_transient_wpsc_customer_meta__Q0%GUnq6%GTj','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0460285733aab75f1138bb1f6bc159b0738480fe\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9052,'_transient_timeout_wpsc_customer_meta__)qs7Pejzi&y3','1370087455','no'),(9053,'_transient_wpsc_customer_meta__)qs7Pejzi&y3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2b943c1f267d283a859a3873e1f74968960cdb85\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9055,'_transient_timeout_wpsc_customer_meta__KFKJl&UwtLUd','1370040254','no'),(9056,'_transient_wpsc_customer_meta__KFKJl&UwtLUd','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1e280842159a448990d4787afc20146dde22705d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9057,'_transient_timeout_wpsc_customer_meta__Q3AV5aBwqVk$','1370040261','no'),(9058,'_transient_wpsc_customer_meta__Q3AV5aBwqVk$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"499f0b17399f3afdfa069e7f8226ecf765018c4f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9059,'_transient_timeout_wpsc_customer_meta__yUP*ZaGbX^Xa','1370040264','no'),(9060,'_transient_wpsc_customer_meta__yUP*ZaGbX^Xa','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8b52908222b8d1e5db01d447586cf47253a72880\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9061,'_transient_timeout_wpsc_customer_meta__V8N!j)K8WyBP','1370040266','no'),(9062,'_transient_wpsc_customer_meta__V8N!j)K8WyBP','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8c97d070a8486c24b086b96a8d3fde8a7824a24a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9063,'_transient_timeout_wpsc_customer_meta__@6B1!g5nh!(W','1370040268','no'),(9064,'_transient_wpsc_customer_meta__@6B1!g5nh!(W','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"784a48facd0409002e0a62afac6668a032bb85b5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9065,'_transient_timeout_wpsc_customer_meta__BOgW(XGGdBSE','1370040322','no'),(9066,'_transient_wpsc_customer_meta__BOgW(XGGdBSE','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"aceacacc8f27a3fd4c848decae33b2bd62200baf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9067,'_transient_timeout_wpsc_customer_meta__j!K8Uj*M9yRD','1370040325','no'),(9068,'_transient_wpsc_customer_meta__j!K8Uj*M9yRD','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"823ced0e6b2a98fc1d97ffdd505b5a7930e65378\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9069,'_transient_timeout_wpsc_customer_meta__65b8Ru#vizgi','1370040327','no'),(9070,'_transient_wpsc_customer_meta__65b8Ru#vizgi','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ecd5042027f3aa848a10aa1577fc5c6b8f169fe9\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9071,'_transient_timeout_wpsc_customer_meta__!iszgZ^U2GA8','1370040328','no'),(9072,'_transient_wpsc_customer_meta__!iszgZ^U2GA8','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"308eb6ec224b26b2375c4a4ba0dcfff14dbc8b9a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9073,'_transient_timeout_wpsc_customer_meta__$s#n^WrxPKTB','1370040330','no'),(9074,'_transient_wpsc_customer_meta__$s#n^WrxPKTB','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d8b2443577cebc50e4411c43138d8b20305bff47\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9075,'_transient_timeout_wpsc_customer_meta__U3rfFG!50#^2','1370040331','no'),(9076,'_transient_wpsc_customer_meta__U3rfFG!50#^2','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8ecd56f91b52a2809834c8012b2e75ab50c18619\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9077,'_transient_timeout_wpsc_customer_meta__v^4$XA2on4mm','1370040334','no'),(9078,'_transient_wpsc_customer_meta__v^4$XA2on4mm','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bf36215e9cfa76bdb58f4b381b8334c9e94d0f99\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9079,'_transient_timeout_wpsc_customer_meta__Ydjyk5D&%RSY','1370040336','no'),(9080,'_transient_timeout_wpsc_customer_meta__XjET^P28%@@7','1370040336','no'),(9081,'_transient_wpsc_customer_meta__Ydjyk5D&%RSY','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"344086890879f1a65fb5d40cea91aa66d980ec5f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9082,'_transient_wpsc_customer_meta__XjET^P28%@@7','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fb819d35d317140388370c9a9a1b2018c97f00e7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9083,'_transient_timeout_wpsc_customer_meta__^xXUX6PKaC9V','1370040339','no'),(9084,'_transient_wpsc_customer_meta__^xXUX6PKaC9V','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a50a8392b59e8f75d3e24bb158cede82a86e3f4e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9085,'_transient_timeout_wpsc_customer_meta__*PKL)2*a966I','1370040339','no'),(9086,'_transient_wpsc_customer_meta__*PKL)2*a966I','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a25d2a631490de10a0a241c32030a55e04513e25\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9087,'_transient_timeout_wpsc_customer_meta__3E!@el$CyEVj','1370040341','no'),(9088,'_transient_wpsc_customer_meta__3E!@el$CyEVj','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5ca8347386af0e4db57a479269ead53bfbf0ba2f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9089,'_transient_timeout_wpsc_customer_meta__!C%sr0x^S15e','1370040348','no'),(9090,'_transient_wpsc_customer_meta__!C%sr0x^S15e','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4646918dcd04f5c6310bfa683834addb62b0a9ce\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9091,'_transient_timeout_wpsc_customer_meta__lHN1AQ4w!TdL','1370040351','no'),(9092,'_transient_timeout_wpsc_customer_meta__^eTgTuT28fEl','1370040351','no'),(9093,'_transient_wpsc_customer_meta__lHN1AQ4w!TdL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e751d3ede61aaab38b114dbd3dd7d586f2e915f3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9094,'_transient_wpsc_customer_meta__^eTgTuT28fEl','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"45d435df37eeb8e26a8211f9ed82d45e7ecd4d2a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9095,'_transient_timeout_wpsc_customer_meta__r3rD(dgP2Ldv','1370040354','no'),(9096,'_transient_timeout_wpsc_customer_meta__a5F%d)Y4#Lvq','1370040353','no'),(9097,'_transient_wpsc_customer_meta__r3rD(dgP2Ldv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fa14b5bd608e2b7b6683ef134953d99e2740ac79\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9098,'_transient_wpsc_customer_meta__a5F%d)Y4#Lvq','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7930ac49390867c9cd9b34ed08241c3b8812f00f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9099,'_transient_timeout_wpsc_customer_meta__uNmL7GtsWXWn','1370040356','no'),(9100,'_transient_wpsc_customer_meta__uNmL7GtsWXWn','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"243fb7209e99dfe7f69eda7668ae4c9dd19145ca\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9101,'_transient_timeout_wpsc_customer_meta__p9Hx&yTdp@Fk','1370040384','no'),(9102,'_transient_wpsc_customer_meta__p9Hx&yTdp@Fk','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e7e07bb265ada3df5e698634f1749acddbbd6910\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9103,'_transient_timeout_wpsc_customer_meta__YpKp9qVFzN4H','1370040387','no'),(9104,'_transient_wpsc_customer_meta__YpKp9qVFzN4H','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"26cd06baa6576d05b368d70acd5883e06fc4c4bb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9105,'_transient_timeout_wpsc_customer_meta__PB@sCs*%)Dj7','1370040387','no'),(9106,'_transient_wpsc_customer_meta__PB@sCs*%)Dj7','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"4a16c084606c3c5d618005a6bb7dbde6a40eed1d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9107,'_transient_timeout_wpsc_customer_meta__0$P!DH1jBn0g','1370040390','no'),(9108,'_transient_timeout_wpsc_customer_meta__)4RTh%gxQZtZ','1370040390','no'),(9109,'_transient_wpsc_customer_meta__0$P!DH1jBn0g','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d502a72bc7156237f022ebd850f63eaffb9b7840\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9110,'_transient_wpsc_customer_meta__)4RTh%gxQZtZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fa1ec265c32d30af359fe0b3ee4ae798f0fef4e7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9111,'_transient_timeout_wpsc_customer_meta__hsv&F2PNEi6C','1370040392','no'),(9112,'_transient_wpsc_customer_meta__hsv&F2PNEi6C','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"25cea5e158482559b0a3648e18dafb51ef13d8bd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9113,'_transient_timeout_wpsc_customer_meta__&isirr&pTrC^','1370040400','no'),(9114,'_transient_wpsc_customer_meta__&isirr&pTrC^','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2bc804ac68131e3a7e9f218a0b09e5a59d49a70d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9115,'_transient_timeout_wpsc_customer_meta__W!ZXztiH#LAz','1370040402','no'),(9116,'_transient_wpsc_customer_meta__W!ZXztiH#LAz','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d8befa4982ae010a60ab3d865388fab0378592ed\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9117,'_transient_timeout_wpsc_customer_meta__o*wX3BzAs@vW','1370040402','no'),(9118,'_transient_wpsc_customer_meta__o*wX3BzAs@vW','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fd3d9631ff6663364adc3f224152d28792d01fb9\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9119,'_transient_timeout_wpsc_customer_meta__@A)b8PNUNEPp','1370040405','no'),(9120,'_transient_wpsc_customer_meta__@A)b8PNUNEPp','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"db5881290d01802fb54e070636f00ae5b95d9314\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9121,'_transient_timeout_wpsc_customer_meta__m3nrMGP#@T4c','1370040405','no'),(9122,'_transient_wpsc_customer_meta__m3nrMGP#@T4c','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"558387b424e19f79e77d1155feb1d42e349cf516\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9123,'_transient_timeout_wpsc_customer_meta__ErANC#PZdAdm','1370040407','no'),(9124,'_transient_wpsc_customer_meta__ErANC#PZdAdm','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a9a57653933dee2269bb43bd2a41be404973bddc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9126,'_transient_timeout_wpsc_customer_meta__XQvxmaoS5cUn','1370041138','no'),(9127,'_transient_wpsc_customer_meta__XQvxmaoS5cUn','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1f9eefde1b696725d7a8623cdba9b0f02f2e6e00\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9128,'_transient_timeout_wpsc_customer_meta__UmHrSgjAKovW','1370041143','no'),(9129,'_transient_wpsc_customer_meta__UmHrSgjAKovW','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0f7ee544ba2f8137f2b8263b30804b2d627bc572\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9130,'_transient_timeout_wpsc_customer_meta__)q5y(@hyAv17','1370041145','no'),(9131,'_transient_wpsc_customer_meta__)q5y(@hyAv17','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dc94038418c16e010f64c4c8284ae21042de5504\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9132,'_transient_timeout_wpsc_customer_meta__tPl5qolbUj9J','1370041145','no'),(9133,'_transient_wpsc_customer_meta__tPl5qolbUj9J','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9997804c4b4495daa15aea810766881c2d26bfbe\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9134,'_transient_timeout_wpsc_customer_meta__&X&k5Sie!3AZ','1370041148','no'),(9135,'_transient_timeout_wpsc_customer_meta__xP8i6J&!gYlo','1370041148','no'),(9136,'_transient_wpsc_customer_meta__&X&k5Sie!3AZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a397118c49db8ae5cb22f9821a1cee3c9555cd6b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9137,'_transient_wpsc_customer_meta__xP8i6J&!gYlo','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7fe305bbf6160dcd8c97d4b7dd0237eaa5fe7954\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9138,'_transient_timeout_wpsc_customer_meta__A6E8zLYlo9MQ','1370041151','no'),(9139,'_transient_wpsc_customer_meta__A6E8zLYlo9MQ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9ce0a15f273915a48b372a032e60e10fde8fe88d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9140,'_transient_timeout_wpsc_customer_meta__9w4wEyOVUUo#','1370041161','no'),(9141,'_transient_wpsc_customer_meta__9w4wEyOVUUo#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"aa540922b2ea8e936c477cf92dee13d86aa20e6c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9142,'_transient_timeout_wpsc_customer_meta__mt*MY*1S0(V&','1370041163','no'),(9143,'_transient_wpsc_customer_meta__mt*MY*1S0(V&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"317314d303062557efe0bfc52702a9f481d1dc38\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9144,'_transient_timeout_wpsc_customer_meta__limzMfn@ku8s','1370041163','no'),(9145,'_transient_wpsc_customer_meta__limzMfn@ku8s','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"17c431db5725a640ce6b48afea6a7abe3c9d5089\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9146,'_transient_timeout_wpsc_customer_meta__JndZUa$Bw9YX','1370041166','no'),(9147,'_transient_timeout_wpsc_customer_meta__YPPx@7RzApFh','1370041166','no'),(9148,'_transient_wpsc_customer_meta__JndZUa$Bw9YX','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ed63f2aa02c25ff2b5ac1fe932de0e93a94e9761\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9149,'_transient_wpsc_customer_meta__YPPx@7RzApFh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0708866e8426c951eb4a58dcd3603bc99274441d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9150,'_transient_timeout_wpsc_customer_meta__eOw3JdKY1zj6','1370041168','no'),(9151,'_transient_wpsc_customer_meta__eOw3JdKY1zj6','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"43e190eca2b8492bd55dfadb53801c83d00de094\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9152,'_transient_timeout_wpsc_customer_meta__XdqD6qWtAbz&','1370041202','no'),(9153,'_transient_wpsc_customer_meta__XdqD6qWtAbz&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fe874ef8f3f1f1e25d6ad999f188f74188cc162c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9154,'_transient_timeout_wpsc_customer_meta__e$ObgDXj!*Sg','1370041205','no'),(9155,'_transient_wpsc_customer_meta__e$ObgDXj!*Sg','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7c0e1c1ca034e54bea6dfec7ce399a2c46213792\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9156,'_transient_timeout_wpsc_customer_meta__fWOMfBWZEC8(','1370041205','no'),(9157,'_transient_wpsc_customer_meta__fWOMfBWZEC8(','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"72aef49863bd27bd3811848f807a21d875fdcc86\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9158,'_transient_timeout_wpsc_customer_meta__KVN*QbTkz188','1370041208','no'),(9159,'_transient_wpsc_customer_meta__KVN*QbTkz188','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e6372eb1d7bee5961d6d0cc5b85004a9ef2a9307\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9160,'_transient_timeout_wpsc_customer_meta__I42g&axjL9Gv','1370041207','no'),(9161,'_transient_wpsc_customer_meta__I42g&axjL9Gv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"721dbef4a0d569044476c1a84447673fae9371a3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9162,'_transient_timeout_wpsc_customer_meta__ak37(6jBa$g*','1370041210','no'),(9163,'_transient_wpsc_customer_meta__ak37(6jBa$g*','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f0b384c0d88c8b865a197dae21eeac9deba88726\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9164,'_transient_timeout_wpsc_customer_meta__a09Ov0u&8!Xq','1370041238','no'),(9165,'_transient_wpsc_customer_meta__a09Ov0u&8!Xq','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b6ca30caa2a64b2baf649f4e04b82a835ca2aca8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9166,'_transient_timeout_wpsc_customer_meta__*Pa8@jS#s3fw','1370041241','no'),(9167,'_transient_wpsc_customer_meta__*Pa8@jS#s3fw','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"085d1747d7d651d96baaec2ea5386af91576de99\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9168,'_transient_timeout_wpsc_customer_meta__ZA%xjE$&8s9r','1370041241','no'),(9169,'_transient_wpsc_customer_meta__ZA%xjE$&8s9r','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cf15a3005c58c7333aa0c3872110a763a5c281b6\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9170,'_transient_timeout_wpsc_customer_meta__Od)@Xt3I88UN','1370041243','no'),(9171,'_transient_wpsc_customer_meta__Od)@Xt3I88UN','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ee2a5e53c854bb11dea4e1076841df5cb08d1f77\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9172,'_transient_timeout_wpsc_customer_meta__U)&PmUk)&Is$','1370041243','no'),(9173,'_transient_wpsc_customer_meta__U)&PmUk)&Is$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1c5f39372f8b6a6197d0a7efec617ad15e45ea7b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9174,'_transient_timeout_wpsc_customer_meta__rG*D@5&%rMrE','1370041246','no'),(9175,'_transient_wpsc_customer_meta__rG*D@5&%rMrE','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8c08c2de0cd1599a658f844d4ef4639b49d7882e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9176,'_transient_timeout_wpsc_customer_meta__jI7BCr3!75A4','1370041263','no'),(9177,'_transient_wpsc_customer_meta__jI7BCr3!75A4','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5e3cf2388555303c2de10858bb5dc2e698d5c4ad\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9178,'_transient_timeout_wpsc_customer_meta__US0xoIJbX(Pa','1370041266','no'),(9179,'_transient_wpsc_customer_meta__US0xoIJbX(Pa','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fec29aa24c8d1e2ddd0f13544017800c6ec4b990\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9180,'_transient_timeout_wpsc_customer_meta__!Y6QnxNzT7!u','1370041266','no'),(9181,'_transient_wpsc_customer_meta__!Y6QnxNzT7!u','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"845f1e55de4ce18341a4a4c5da2f9e7ddc627220\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9182,'_transient_timeout_wpsc_customer_meta__XNTEsQhV3pX!','1370041269','no'),(9183,'_transient_wpsc_customer_meta__XNTEsQhV3pX!','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bfaa90942dcdf0940315b2aa246c9d42cdef4954\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9184,'_transient_timeout_wpsc_customer_meta__N#Wz)^b1!rLp','1370041269','no'),(9185,'_transient_wpsc_customer_meta__N#Wz)^b1!rLp','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"06fbe1efa04d6f30a547463363c2e8f34f523f43\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9186,'_transient_timeout_wpsc_customer_meta__mTAPDl7B1%9$','1370041271','no'),(9187,'_transient_wpsc_customer_meta__mTAPDl7B1%9$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ca8dd93cc846e918346439aa1a5d94da39cdfd62\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9188,'_transient_timeout_wpsc_customer_meta__Xj7LmStdGvYD','1370041284','no'),(9189,'_transient_wpsc_customer_meta__Xj7LmStdGvYD','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"dc1cd9d203994a33a80622f02554a5ceb7501d73\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9190,'_transient_timeout_wpsc_customer_meta__MLj#e)#pEIO&','1370041287','no'),(9191,'_transient_timeout_wpsc_customer_meta__oGokaSniWC)B','1370041287','no'),(9192,'_transient_wpsc_customer_meta__MLj#e)#pEIO&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bed273ac4ada8d8733b96d666e642dbda4cf4dd4\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9193,'_transient_wpsc_customer_meta__oGokaSniWC)B','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"106c169c2da630f359a7d4bb013f365b49f5cfe8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9194,'_transient_timeout_wpsc_customer_meta__BOMkFSlb6I!c','1370041290','no'),(9195,'_transient_wpsc_customer_meta__BOMkFSlb6I!c','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a3436f92040c9143cbfe53e690ef22f6e486f680\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9196,'_transient_timeout_wpsc_customer_meta__ABsacd5#CmXN','1370041290','no'),(9197,'_transient_wpsc_customer_meta__ABsacd5#CmXN','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"623a8bba5e3af644fc0edb81106701b6bb516ba7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9198,'_transient_timeout_wpsc_customer_meta__Jppbudzq5m(9','1370041293','no'),(9199,'_transient_wpsc_customer_meta__Jppbudzq5m(9','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e4fef52fb4f8750a0980ec02f37b596b539a94fd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9200,'_transient_timeout_wpsc_customer_meta__2rWriy#hUqd)','1370041301','no'),(9201,'_transient_wpsc_customer_meta__2rWriy#hUqd)','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3c4adbc74530015b2cc3dbe2d610ea04e64e51cd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9202,'_transient_timeout_wpsc_customer_meta__(8Qy@rRr2qTO','1370041303','no'),(9203,'_transient_wpsc_customer_meta__(8Qy@rRr2qTO','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"10281ba1b0585fe31204ff1adf9581ed332b4547\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9204,'_transient_timeout_wpsc_customer_meta__9@qR4qydwFd(','1370041303','no'),(9205,'_transient_wpsc_customer_meta__9@qR4qydwFd(','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"38566dade237baf9d8d8a4a167c29fb73ef7b8e0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9206,'_transient_timeout_wpsc_customer_meta__SDHYum^CeA5u','1370041305','no'),(9207,'_transient_wpsc_customer_meta__SDHYum^CeA5u','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"37c091790a1621bc694b27e49cd05695e739b906\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9208,'_transient_timeout_wpsc_customer_meta__UfWdZVP228au','1370041305','no'),(9209,'_transient_wpsc_customer_meta__UfWdZVP228au','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9065b35e5b6c3d0c1eb70670d429e3d8ebbb7ee1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9210,'_transient_timeout_wpsc_customer_meta__58$K4MhzYJIF','1370041308','no'),(9211,'_transient_wpsc_customer_meta__58$K4MhzYJIF','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a4e808db3301bf01a5fdda75844429fd591c83be\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9212,'_transient_timeout_wpsc_customer_meta__fr58)u&pL$fn','1370041354','no'),(9213,'_transient_wpsc_customer_meta__fr58)u&pL$fn','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ae8d2f091e39b870a232da5d06aa7882b7290493\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9214,'_transient_timeout_wpsc_customer_meta__zEg591Um3)02','1370041357','no'),(9215,'_transient_wpsc_customer_meta__zEg591Um3)02','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b9eba6813973ac70c0b63c25eef2d7b5f9e59282\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9216,'_transient_timeout_wpsc_customer_meta__(!&63vWTW4Gv','1370041358','no'),(9217,'_transient_wpsc_customer_meta__(!&63vWTW4Gv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"0370dad134c9e0c9762188f2e5030b78320df0c5\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9218,'_transient_timeout_wpsc_customer_meta__HMN6^*K@)&tX','1370041360','no'),(9219,'_transient_wpsc_customer_meta__HMN6^*K@)&tX','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"310cef4acda57c362725680c50204b2b8fce8e7b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9220,'_transient_timeout_wpsc_customer_meta__DKBON6*H8v&q','1370041361','no'),(9221,'_transient_wpsc_customer_meta__DKBON6*H8v&q','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b94e91dc7194b351c7ab8ed69d7cd5f831422f63\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9222,'_transient_timeout_wpsc_customer_meta__yFq$E#&cqIbq','1370041362','no'),(9223,'_transient_wpsc_customer_meta__yFq$E#&cqIbq','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"2fa1faa1eb72c9b9331969d0c5e26429a68ef4a1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9224,'_transient_timeout_wpsc_customer_meta__(xTtUpUO5U8F','1370041435','no'),(9225,'_transient_wpsc_customer_meta__(xTtUpUO5U8F','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6f0ff1fb0e076cb72e104007aa65cdd5b9419b23\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9228,'_transient_timeout_wpsc_customer_meta__#^M!(p6&)Cxo','1370041864','no'),(9229,'_transient_wpsc_customer_meta__#^M!(p6&)Cxo','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"43e9248d82b120ffff18ab8a7ecfbf2f3bd68c97\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9231,'_transient_timeout_wpsc_customer_meta__%La)4kSV2O#q','1370042415','no'),(9232,'_transient_wpsc_customer_meta__%La)4kSV2O#q','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b7c238d448ca41888d3e60ba993f609ef276b162\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9234,'_transient_timeout_wpsc_customer_meta__Qeh3ZTzTcNF5','1370042717','no'),(9235,'_transient_wpsc_customer_meta__Qeh3ZTzTcNF5','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f91de54a78c2c80c879bc69959d2e7562b956f99\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9236,'_transient_timeout_wpsc_customer_meta__rglSex4RTKuJ','1370042944','no'),(9237,'_transient_wpsc_customer_meta__rglSex4RTKuJ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c4a04afa9444a4ab4de50b2863caf03ba34c4a83\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9238,'_transient_timeout_wpsc_customer_meta__lHj&zg$lgsOw','1370043474','no'),(9239,'_transient_wpsc_customer_meta__lHj&zg$lgsOw','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b69ebd6e4bc9a3f7d44a1f9edae158207cbd2aec\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9243,'_transient_timeout_wpsc_customer_meta__*OzleSVdmU!g','1370043858','no'),(9244,'_transient_wpsc_customer_meta__*OzleSVdmU!g','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7c669dff42d5583aad04dc4e54ff5689042f9c5d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9246,'_transient_timeout_wpsc_customer_meta__uGju%&nrMHUM','1370044349','no'),(9247,'_transient_wpsc_customer_meta__uGju%&nrMHUM','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1cde1fc21c11cab68603ace9e914963cf7bfd534\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9248,'_transient_timeout_wpsc_theme_path','1369953496','no'),(9250,'_transient_wpsc_theme_path','C:\\inetpub\\wwwroot\\www.onecaribbean.org\\wp-content\\plugins\\wp-e-commerce/wpsc-theme/','no'),(9254,'_transient_timeout_wpsc_customer_meta__JkNeVxDuY)@1','1370083103','no'),(9255,'_transient_wpsc_customer_meta__JkNeVxDuY)@1','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d826defe66076212c109487a2ddc13736a6dbf77\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9258,'_transient_timeout_wpsc_customer_meta__bbxi&%gtl^h#','1370083185','no'),(9259,'_transient_timeout_wpsc_customer_meta__9yrqt9XHEoOQ','1370083185','no'),(9260,'_transient_wpsc_customer_meta__bbxi&%gtl^h#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"344ee0e4fc243719123c12edc4823fe743d1ca55\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9261,'_transient_wpsc_customer_meta__9yrqt9XHEoOQ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"616f27493dd31566d0cc852f7681fef19af1ca28\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9268,'_transient_timeout_wpsc_customer_meta__#ZMUeNaU2l!w','1370083180','no'),(9269,'_transient_wpsc_customer_meta__#ZMUeNaU2l!w','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"91bce613cf6527a36b4911b23ee4e110c1a7d673\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9270,'_transient_timeout_wpsc_customer_meta__gK2TeTbv^4Li','1370083198','no'),(9271,'_transient_wpsc_customer_meta__gK2TeTbv^4Li','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f99c7db3fa4efffa12a105dbd827dfed9cdd5a57\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9277,'_transient_timeout_wpsc_customer_meta__zNKontq3FXFq','1370083620','no'),(9278,'_transient_wpsc_customer_meta__zNKontq3FXFq','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e9e568f4e163076ce1cd52a64c2cc2ad7eb847a0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9280,'_transient_timeout_wpsc_customer_meta__0%U2lN6A3ovt','1370083755','no'),(9281,'_transient_wpsc_customer_meta__0%U2lN6A3ovt','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"66919db22844df0beb717503f0dac20f68d33e4c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9283,'_transient_timeout_wpsc_customer_meta__BwcJxm4c2BJh','1370083801','no'),(9284,'_transient_wpsc_customer_meta__BwcJxm4c2BJh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cf640ab2203a091c3a3d0014156283a809e1bf0c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9286,'_transient_timeout_wpsc_customer_meta__yC2%rgUTdRYI','1370084407','no'),(9287,'_transient_wpsc_customer_meta__yC2%rgUTdRYI','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ac2325c167b8fb2f3c833fd5616e24fd5f3506cd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9289,'_transient_timeout_wpsc_customer_meta__GN$oFc4s80$n','1370084505','no'),(9290,'_transient_wpsc_customer_meta__GN$oFc4s80$n','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"23554065cd600b333276ecba80eb40143f739f83\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9292,'_transient_timeout_wpsc_customer_meta__EetpDUJ(i7Md','1370084548','no'),(9293,'_transient_wpsc_customer_meta__EetpDUJ(i7Md','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7dd2930219c200828c40d4af6dd5924569b41073\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9295,'_transient_timeout_wpsc_customer_meta__jeUh9lIv&yl3','1370084604','no'),(9296,'_transient_wpsc_customer_meta__jeUh9lIv&yl3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f29d557b8b0b3590f340af12dcaf624f2923fb5d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9298,'_transient_timeout_wpsc_customer_meta__^KYHq!y#twO5','1370084663','no'),(9299,'_transient_wpsc_customer_meta__^KYHq!y#twO5','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"de4ce7547daed7e05b3b44c23f93d8bc73c5efdd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9301,'_transient_timeout_wpsc_customer_meta__y(JfDkHo^ajb','1370084720','no'),(9302,'_transient_wpsc_customer_meta__y(JfDkHo^ajb','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fe020d2292ab5a4e989089eb4364f6c9bb233f2f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9304,'_transient_timeout_wpsc_customer_meta__YZ(xbniaT9lB','1370084947','no'),(9305,'_transient_wpsc_customer_meta__YZ(xbniaT9lB','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"f0440395b556d8cefcd97f95ed1b29a80275d2a3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9307,'_transient_timeout_wpsc_customer_meta__ldVP%H1dk5cl','1370084992','no'),(9308,'_transient_wpsc_customer_meta__ldVP%H1dk5cl','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8cf33006a17dede546c8b82fa636662b89228214\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9310,'_transient_timeout_wpsc_customer_meta__UTjDDF)1qG#h','1370085097','no'),(9311,'_transient_wpsc_customer_meta__UTjDDF)1qG#h','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"42352ccd734906f171080848281890ffcbf10c1e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9313,'_transient_timeout_wpsc_customer_meta__wCuunJ69*Ks0','1370085128','no'),(9314,'_transient_wpsc_customer_meta__wCuunJ69*Ks0','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e82ec708ba959d606c32cfc776c1df5ae9479b1b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9316,'_transient_timeout_wpsc_customer_meta__yFPZ1!$R9NaH','1370085492','no'),(9317,'_transient_wpsc_customer_meta__yFPZ1!$R9NaH','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bff116d4d4d41d7cd71f01cf402803ba81b97f1b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9319,'_transient_timeout_wpsc_customer_meta__oYotsxxSF1)Y','1370085548','no'),(9320,'_transient_wpsc_customer_meta__oYotsxxSF1)Y','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"ce2d7e719c91aa9826bc9e98156ffdcbe448b0ac\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9322,'_transient_timeout_wpsc_customer_meta__t$ikWHYemJ#R','1370085637','no'),(9323,'_transient_wpsc_customer_meta__t$ikWHYemJ#R','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1f527c1f6bb17e0f586353c5be1b35e48318cdeb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9325,'_transient_timeout_wpsc_customer_meta__W&FvGsEJBIuD','1370085757','no'),(9326,'_transient_wpsc_customer_meta__W&FvGsEJBIuD','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8f354b74de4cb85a8d43eeb30ef4f52de038f6c8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9328,'_transient_timeout_wpsc_customer_meta__m^ycZ1m82gkA','1370085835','no'),(9329,'_transient_wpsc_customer_meta__m^ycZ1m82gkA','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3a43db012ddd01aabb1f4abc68b906bbc5a7ede3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9331,'_transient_timeout_wpsc_customer_meta__eMbTI0aDK^k4','1370085931','no'),(9332,'_transient_wpsc_customer_meta__eMbTI0aDK^k4','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1d1b637bffd4e1c053ec0cba81bb71eb5118fa78\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9334,'_transient_timeout_wpsc_customer_meta__6b%@MnZBUbeC','1370087366','no'),(9335,'_transient_wpsc_customer_meta__6b%@MnZBUbeC','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"eb0d7f34011af82eca039dee8941edae67fe8a19\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9336,'_transient_timeout_wpsc_customer_meta__8!De5^iU4adL','1370087374','no'),(9337,'_transient_wpsc_customer_meta__8!De5^iU4adL','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3be7d4c42df8940e728021df4a5991cbe59851f1\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9338,'_transient_timeout_wpsc_customer_meta__rS7UTIlAU5LC','1370087376','no'),(9339,'_transient_wpsc_customer_meta__rS7UTIlAU5LC','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c287837e81ceb9f5fd7975c1cacbef62d646e38d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9340,'_transient_timeout_wpsc_customer_meta__CTwREGErwDWN','1370087378','no'),(9341,'_transient_wpsc_customer_meta__CTwREGErwDWN','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"42ede4c68ad3c95b28cd09ff1e18feb0c3648cf3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9342,'_transient_timeout_wpsc_customer_meta__Z^$y(9*U8XNS','1370087380','no'),(9343,'_transient_wpsc_customer_meta__Z^$y(9*U8XNS','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"287a73c0dc5ff1babfae987a96c693f84c047ae0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9345,'_transient_timeout_wpsc_customer_meta__q4B5uehXyKmv','1370087399','no'),(9346,'_transient_wpsc_customer_meta__q4B5uehXyKmv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6e40837a7632ebb38c618720f7fd5b9e1004a2d8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9347,'_transient_timeout_wpsc_customer_meta__M3a8w85flh#Z','1370087409','no'),(9348,'_transient_wpsc_customer_meta__M3a8w85flh#Z','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"8628563ff2e335e12ea9b2fa6cb3c74f33a9ee50\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9349,'_transient_timeout_wpsc_customer_meta__EcBrO2C896Ym','1370087412','no'),(9350,'_transient_wpsc_customer_meta__EcBrO2C896Ym','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"55a410b18c0a10feca556eb61492a00e6294c072\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9351,'_transient_timeout_wpsc_customer_meta__b@unezx$wT6W','1370087413','no'),(9352,'_transient_wpsc_customer_meta__b@unezx$wT6W','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"30c8150c53ade7265ddd227aece752bd90f8dbb7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9353,'_transient_timeout_wpsc_customer_meta__80JKui966ib%','1370087415','no'),(9354,'_transient_wpsc_customer_meta__80JKui966ib%','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"51283d5b4657bb7c380055976de7dc06dcbbffc0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9355,'_transient_timeout_wpsc_customer_meta__(oFlQxFJwoQu','1370087415','no'),(9356,'_transient_wpsc_customer_meta__(oFlQxFJwoQu','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"eafe4c8840857de04f86d16b3c2038c68e473e05\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9357,'_transient_timeout_wpsc_customer_meta__LGJB*VkA%G5i','1370087417','no'),(9358,'_transient_wpsc_customer_meta__LGJB*VkA%G5i','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"cf3b137c01649e6bb50e204f228f1b983754d800\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9359,'_transient_timeout_wpsc_customer_meta__wT(pl2OW(Gp9','1370087428','no'),(9360,'_transient_wpsc_customer_meta__wT(pl2OW(Gp9','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"109ad09eb52f1ea9fad9c5b37481131382f9e87f\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9361,'_transient_timeout_wpsc_customer_meta__rP7BsU(trbRj','1370087431','no'),(9362,'_transient_wpsc_customer_meta__rP7BsU(trbRj','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1277f2bda5b77cf1570196a7a9c13d2ed2b05acc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9363,'_transient_timeout_wpsc_customer_meta__CLAlVW%)RCYI','1370087431','no'),(9364,'_transient_wpsc_customer_meta__CLAlVW%)RCYI','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d009182a5f37642964b96af6cbac80c727a57cd9\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9365,'_transient_timeout_wpsc_customer_meta__2EsvZHTv6Iq3','1370087433','no'),(9366,'_transient_wpsc_customer_meta__2EsvZHTv6Iq3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bcc2fd40a3b7e63fee1938227b58be182851e644\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9367,'_transient_timeout_wpsc_customer_meta__dhOZcBzY8SeN','1370087434','no'),(9368,'_transient_wpsc_customer_meta__dhOZcBzY8SeN','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1ed5ee82561062538d70f0dd841d8422a69ae9ba\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9369,'_transient_timeout_wpsc_customer_meta__CSm(GjDyouh3','1370087436','no'),(9370,'_transient_wpsc_customer_meta__CSm(GjDyouh3','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"49c415451c7a102040ee298bae1e30d576ec5c09\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9371,'_transient_timeout_wpsc_customer_meta__xxx(&3XVDjoM','1370087461','no'),(9372,'_transient_wpsc_customer_meta__xxx(&3XVDjoM','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e777f822168f42989a856310c183870ee803d762\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9373,'_transient_timeout_wpsc_customer_meta__%rtZfKokJ%Q$','1370087463','no'),(9374,'_transient_timeout_wpsc_customer_meta__3sMt3WRsoPbw','1370087463','no'),(9375,'_transient_wpsc_customer_meta__%rtZfKokJ%Q$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6ab931be566bcfac7c9d79cd415aa0b5bcf833f2\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9376,'_transient_wpsc_customer_meta__3sMt3WRsoPbw','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3fabfbc1a8a8abb28de3a1d9944fc362d4b2f28a\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9377,'_transient_timeout_wpsc_customer_meta__IfCrAMVLkY8C','1370087466','no'),(9378,'_transient_wpsc_customer_meta__IfCrAMVLkY8C','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"7b2f7a9cbf4196c34b8773ec75b7190edb4bd9b9\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9379,'_transient_timeout_wpsc_customer_meta__CcDN1cNJUy1W','1370087466','no'),(9380,'_transient_wpsc_customer_meta__CcDN1cNJUy1W','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d88c9fed16f0e0dbe3375f7caea4c5baf658cfe6\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9381,'_transient_timeout_wpsc_customer_meta__tlq5h1YO(sr2','1370087468','no'),(9382,'_transient_wpsc_customer_meta__tlq5h1YO(sr2','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"37b5d3f6a240c29c3dbefb0a2b035a2dd9868ff0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9383,'_transient_timeout_wpsc_customer_meta__VlX89GSs!nPX','1370093636','no'),(9385,'_transient_wpsc_customer_meta__VlX89GSs!nPX','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6cf0c243553028679516d155804e1f531e286a83\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9389,'_transient_timeout_wpsc_customer_meta__FtvnstuD^1Ld','1370093656','no'),(9390,'_transient_wpsc_customer_meta__FtvnstuD^1Ld','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"736b2f3ec842f8e420fdf5717a7f50d1adf24ac8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9391,'_transient_timeout_wpsc_customer_meta__Y0Z3U&t*MA1K','1370093658','no'),(9392,'_transient_wpsc_customer_meta__Y0Z3U&t*MA1K','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c88705937d3f75524d670be814655f1eabd9c968\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9394,'_transient_timeout_wpsc_customer_meta__@NwZgi8&VDr#','1370094250','no'),(9395,'_transient_wpsc_customer_meta__@NwZgi8&VDr#','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"82c5aa986af8b0add14eb3a5b70396edd7d4df47\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9397,'_transient_timeout_wpsc_customer_meta__J*T5T1TEb0fc','1370094328','no'),(9398,'_transient_wpsc_customer_meta__J*T5T1TEb0fc','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"36d0759768d744e8eb3f7fe647f263c713a97460\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9400,'_transient_timeout_wpsc_customer_meta__B*ozkbPQnx5&','1370094392','no'),(9401,'_transient_wpsc_customer_meta__B*ozkbPQnx5&','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"fa95ee6678e8179c48b6b60bfc4bab08e3d03631\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9403,'_transient_timeout_wpsc_customer_meta__BksUtsNKzGCi','1370094553','no'),(9404,'_transient_wpsc_customer_meta__BksUtsNKzGCi','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"556fe8ca2e85d7b3cc8f905271f540adb762b196\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9406,'_transient_timeout_wpsc_customer_meta__)(YHqB0^DBhh','1370094608','no'),(9407,'_transient_wpsc_customer_meta__)(YHqB0^DBhh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"1e5703219160db3afdb869580e6f7cb016d2f1a7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9409,'_transient_timeout_wpsc_customer_meta__XT5fLXiXMl0$','1370094644','no'),(9410,'_transient_wpsc_customer_meta__XT5fLXiXMl0$','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6c7979ed2afd8ed2f2fce7bfb91c49ec15c0ab19\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9412,'_transient_timeout_wpsc_customer_meta__VzUX5SGa5&dy','1370094884','no'),(9413,'_transient_wpsc_customer_meta__VzUX5SGa5&dy','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"6aa72e7364c3abe07c87b8bdae801ba02ad29bdf\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9415,'_transient_timeout_wpsc_customer_meta__5PC*qdYo3oWt','1370094951','no'),(9416,'_transient_wpsc_customer_meta__5PC*qdYo3oWt','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"181fc3ff1d19e27eb1402eeffdba440aa2f2a5b8\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9418,'_transient_timeout_wpsc_customer_meta__CT8GXQRgL(va','1370095004','no'),(9419,'_transient_wpsc_customer_meta__CT8GXQRgL(va','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b2800216f3902fc4c3517e76349f71ec213ec704\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9421,'_transient_timeout_wpsc_customer_meta__9ymrljurNF2@','1370095107','no'),(9422,'_transient_wpsc_customer_meta__9ymrljurNF2@','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"65c698fbd15d810f8a06af41034ecbc139569969\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9424,'_transient_timeout_wpsc_customer_meta__u^tf$25bMb@G','1370095185','no'),(9425,'_transient_wpsc_customer_meta__u^tf$25bMb@G','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"a43ea4280ee9cfe31f094001c981fdc67f8a797b\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9427,'_transient_timeout_wpsc_customer_meta__FRZx6pRv&hV*','1370095200','no'),(9428,'_transient_wpsc_customer_meta__FRZx6pRv&hV*','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"22d75ffef7af9d2e800b0944c91afa81decfdd82\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9430,'_transient_timeout_wpsc_customer_meta__PUAn#^l&lktk','1370095341','no'),(9431,'_transient_wpsc_customer_meta__PUAn#^l&lktk','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"95eed7da77e2467f06cb9e6ba90e403cb1d1f7cd\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9433,'_transient_timeout_wpsc_customer_meta__D(tMe0NbVP7i','1370096282','no'),(9434,'_transient_wpsc_customer_meta__D(tMe0NbVP7i','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"3b87c73116210ab73e01cdd9e8d7ab0d64ce3db4\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9436,'_transient_timeout_wpsc_customer_meta__b&u!I@Ft$NOv','1370096446','no'),(9437,'_transient_wpsc_customer_meta__b&u!I@Ft$NOv','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"134bf1848051cde4f45756dcc169ac29018b818c\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9439,'_transient_timeout_wpsc_customer_meta__p!Q$M1QW6^ly','1370096507','no'),(9440,'_transient_wpsc_customer_meta__p!Q$M1QW6^ly','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"54d60d18407e26504bbb8f84b3ce0d3f3d4df38d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9442,'_transient_timeout_wpsc_customer_meta__T#8YDlFqIjpi','1370096767','no'),(9443,'_transient_wpsc_customer_meta__T#8YDlFqIjpi','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c0e2da1aeb537dc94bb49dbb84c7e4550bc339c3\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9445,'_transient_timeout_wpsc_customer_meta__kCEgUk9H(T%C','1370096830','no'),(9446,'_transient_wpsc_customer_meta__kCEgUk9H(T%C','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"9c688d3304a74c421517e4120c0a4cbacf89c1c0\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9448,'_transient_timeout_wpsc_customer_meta__&rFZKJwpFIqI','1370097253','no'),(9449,'_transient_wpsc_customer_meta__&rFZKJwpFIqI','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c4345f78bd01774758446539555b4ef5fcf4bdfb\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9453,'_transient_timeout_wpsc_customer_meta__r41xyPk3GoYU','1370097498','no'),(9454,'_transient_wpsc_customer_meta__r41xyPk3GoYU','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"faeb1317dcae7ed7f2d8c929b5a7a0a2a056ca3d\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9456,'_transient_timeout_wpsc_customer_meta__$uI4cAfbY7I2','1370097538','no'),(9457,'_transient_wpsc_customer_meta__$uI4cAfbY7I2','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"042dfa1c3bac1adc5c7ef78d35002dd852679ed4\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9459,'_transient_timeout_wpsc_customer_meta__zoqrDL!Zztmh','1370097657','no'),(9460,'_transient_wpsc_customer_meta__zoqrDL!Zztmh','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5dd040dd26f22ff7e7e7d51e0e36f4a436798913\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9462,'_transient_timeout_wpsc_customer_meta__JK(^^aWCrK@P','1370097715','no'),(9463,'_transient_wpsc_customer_meta__JK(^^aWCrK@P','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"142ac842164319ef67f0b6263e9cad6711f7ed97\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9465,'_transient_timeout_wpsc_customer_meta__115VosPaWAXk','1370097878','no'),(9466,'_transient_wpsc_customer_meta__115VosPaWAXk','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"5edf0cda364a1927ca2cdf943d335afc9215f926\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9468,'_transient_timeout_wpsc_customer_meta__eHwG)F8dKXSZ','1370097919','no'),(9469,'_transient_wpsc_customer_meta__eHwG)F8dKXSZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e53082314117a26870190e9ffb7bb06bc1f155ea\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9471,'_transient_timeout_wpsc_customer_meta__CGGlUl0&hL#5','1370098006','no'),(9472,'_transient_wpsc_customer_meta__CGGlUl0&hL#5','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d3975acbc6b82213f6c3fce886fd52d72021604e\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9474,'_transient_timeout_wpsc_customer_meta__X956IaYS#fPq','1370098066','no'),(9475,'_transient_wpsc_customer_meta__X956IaYS#fPq','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"bc53b2c9556a4ab53e41b820a717ac6da01e8bd7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9476,'_transient_timeout_wpsc_customer_meta__#r%z%fVYqvOZ','1370099087','no'),(9477,'_transient_wpsc_customer_meta__#r%z%fVYqvOZ','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"c8ca960315a071e1143ee7aa0b946bd83727a7f7\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9479,'_transient_timeout_wpsc_customer_meta__lFpD5fBFjN7N','1370098136','no'),(9480,'_transient_wpsc_customer_meta__lFpD5fBFjN7N','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"74013fc2be0da647e91759e5d88732b909870e32\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9482,'_transient_timeout_wpsc_customer_meta__*n8@qX8%s*FM','1370098223','no'),(9483,'_transient_wpsc_customer_meta__*n8@qX8%s*FM','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"75804171dc0395c0f7f49a46644b908a3b89cc21\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9485,'_transient_timeout_wpsc_customer_meta__%NDlRD@3TYd@','1370098416','no'),(9486,'_transient_wpsc_customer_meta__%NDlRD@3TYd@','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"e17ea06325d39944c810144a3550b801c5cc0b15\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9488,'_transient_timeout_wpsc_customer_meta__qu^nxre%GN&r','1370098616','no'),(9489,'_transient_wpsc_customer_meta__qu^nxre%GN&r','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"23c937b15a2d47ad25b4788a3fbd4d735c8e2276\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9491,'_transient_timeout_wpsc_customer_meta__(qYZjaUZ4^HK','1370098600','no'),(9492,'_transient_wpsc_customer_meta__(qYZjaUZ4^HK','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d3606823301f8f71245b8eeec7d24bbad207bdbc\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9493,'_transient_timeout_wpsc_customer_meta__$6ucy#^w!V4Y','1370098681','no'),(9494,'_transient_wpsc_customer_meta__$6ucy#^w!V4Y','a:5:{s:16:\"shipping_country\";b:0;s:15:\"billing_country\";b:0;s:15:\"shipping_region\";b:0;s:14:\"billing_region\";b:0;s:4:\"cart\";s:1036:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";b:0;s:16:\"selected_country\";b:0;s:15:\"delivery_region\";b:0;s:15:\"selected_region\";b:0;s:24:\"selected_shipping_method\";N;s:24:\"selected_shipping_option\";N;s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"b978a4da19d31b3ddc56e176ec1736bc044660b4\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";b:0;s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:0:{}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";}','no'),(9541,'ossdl_off_cdn_url','http://www.onecaribbean.org','yes'),(9542,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(9543,'ossdl_off_exclude','.php','yes'),(9544,'ossdl_cname','','yes'),(9552,'wpsupercache_start','1369962190','yes'),(9553,'wpsupercache_count','0','yes'),(9554,'supercache_stats','a:3:{s:9:\"generated\";i:1403127339;s:10:\"supercache\";a:6:{s:7:\"expired\";i:22;s:12:\"expired_list\";a:0:{}s:6:\"cached\";i:9;s:11:\"cached_list\";a:0:{}s:2:\"ts\";i:1403127339;s:5:\"fsize\";i:1196529;}s:7:\"wpcache\";a:3:{s:6:\"cached\";i:1;s:7:\"expired\";i:2;s:5:\"fsize\";s:8:\"116.91KB\";}}','yes'),(9555,'preload_cache_counter','a:2:{s:1:\"c\";i:0;s:1:\"t\";i:1369976024;}','yes'),(9561,'wpsupercache_gc_time','1409691716','yes'),(9652,'widget_em_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9768,'_site_transient_timeout_browser_7793979e70bb01e23833a4f7789d7a63','1370636843','yes'),(9769,'_site_transient_browser_7793979e70bb01e23833a4f7789d7a63','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10167,'_site_transient_timeout_browser_6c4fcf126b142861d721c0e70bd0062c','1370832090','yes'),(10168,'_site_transient_browser_6c4fcf126b142861d721c0e70bd0062c','a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";s:3:\"6.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10219,'_site_transient_timeout_browser_7245797e970c6be013a35de5b4d21022','1370834946','yes'),(10220,'_site_transient_browser_7245797e970c6be013a35de5b4d21022','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"535.19\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10457,'_site_transient_timeout_browser_2ed5f60aa61984fad42c6739b42d7403','1370971539','yes'),(10458,'_site_transient_browser_2ed5f60aa61984fad42c6739b42d7403','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.94\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10495,'bkup_c2c_configure_smtp','a:0:{}','yes'),(10496,'c2c_configure_smtp','a:12:{s:9:\"use_gmail\";s:0:\"\";s:4:\"host\";s:7:\"VVP0003\";s:4:\"port\";s:2:\"25\";s:11:\"smtp_secure\";s:0:\"\";s:9:\"smtp_auth\";s:0:\"\";s:9:\"smtp_user\";s:4:\"Doug\";s:9:\"smtp_pass\";s:8:\"James1:5\";s:8:\"wordwrap\";s:0:\"\";s:5:\"debug\";s:0:\"\";s:10:\"from_email\";s:27:\"donotreply@onecaribbean.org\";s:9:\"from_name\";s:0:\"\";s:8:\"_version\";s:3:\"3.1\";}','yes'),(10583,'_site_transient_timeout_browser_fa641fb22e25d17be59a01074e6791d7','1371049978','yes'),(10584,'_site_transient_browser_fa641fb22e25d17be59a01074e6791d7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"20.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10619,'limit_login_client_type','REMOTE_ADDR','yes'),(10620,'limit_login_allowed_retries','10','yes'),(10621,'limit_login_lockout_duration','3600','yes'),(10622,'limit_login_allowed_lockouts','4','yes'),(10623,'limit_login_long_duration','86400','yes'),(10624,'limit_login_valid_duration','43200','yes'),(10625,'limit_login_lockout_notify','log','yes'),(10626,'limit_login_notify_email_after','4','yes'),(10627,'limit_login_cookies','1','yes'),(10635,'WSD-RSS-WGT-DISPLAY','yes','yes'),(10638,'limit_login_retries','a:1:{s:11:\"10.17.1.254\";i:2;}','no'),(10639,'limit_login_retries_valid','a:1:{s:11:\"10.17.1.254\";i:1409511485;}','no'),(10644,'wsd_feed_data','O:8:\"stdClass\":2:{s:7:\"expires\";i:1409669063;s:4:\"data\";b:0;}','yes'),(10955,'_site_transient_timeout_browser_7a0e916ba0e66e39c01929b933bd1307','1371231144','yes'),(10956,'_site_transient_browser_7a0e916ba0e66e39c01929b933bd1307','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11414,'_site_transient_timeout_browser_50eff7e452c871aafb5b5ab37e9069d1','1371666979','yes'),(11415,'_site_transient_browser_50eff7e452c871aafb5b5ab37e9069d1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(11715,'_site_transient_timeout_browser_f569f3a78056ffd66dc34231f272ada7','1371845272','yes'),(11716,'_site_transient_browser_f569f3a78056ffd66dc34231f272ada7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12115,'limit_login_lockouts','a:0:{}','yes'),(12116,'limit_login_logged','a:30:{s:14:\"198.50.174.237\";a:2:{s:5:\"Admin\";i:6;s:5:\"admin\";i:1;}s:12:\"94.23.99.213\";a:2:{s:5:\"Admin\";i:2;s:5:\"admin\";i:3;}s:14:\"60.176.106.246\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.33.170.235\";a:2:{s:5:\"Admin\";i:2;s:5:\"admin\";i:1;}s:14:\"198.50.250.245\";a:1:{s:5:\"Admin\";i:3;}s:13:\"192.95.41.220\";a:2:{s:5:\"Admin\";i:1;s:5:\"admin\";i:3;}s:14:\"112.111.37.190\";a:1:{s:12:\"partnerpedia\";i:1;}s:14:\"175.126.62.160\";a:1:{s:10:\"\\\'or 1=1/*\";i:1;}s:11:\"37.59.93.56\";a:1:{s:5:\"Admin\";i:3;}s:14:\"188.165.86.187\";a:1:{s:5:\"Admin\";i:1;}s:13:\"198.2.198.132\";a:1:{s:12:\"partnerpedia\";i:1;}s:11:\"37.59.93.57\";a:1:{s:5:\"Admin\";i:2;}s:13:\"46.19.139.154\";a:1:{s:5:\"Admin\";i:1;}s:13:\"46.165.251.69\";a:1:{s:5:\"Admin\";i:1;}s:15:\"193.105.210.122\";a:1:{s:5:\"admin\";i:1;}s:13:\"184.75.214.74\";a:1:{s:5:\"Admin\";i:1;}s:13:\"64.237.51.174\";a:1:{s:5:\"admin\";i:1;}s:13:\"46.19.139.102\";a:1:{s:5:\"admin\";i:1;}s:10:\"37.59.2.42\";a:1:{s:13:\"administrator\";i:1;}s:11:\"74.91.20.14\";a:2:{s:5:\"admin\";i:2;s:6:\"%user%\";i:2;}s:15:\"195.211.155.140\";a:1:{s:6:\"sharon\";i:2;}s:12:\"117.18.73.66\";a:1:{s:10:\"\\\'or 1=1/*\";i:1;}s:13:\"198.27.67.188\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.162.205.27\";a:1:{s:5:\"admin\";i:1;}s:13:\"66.85.174.122\";a:1:{s:5:\"admin\";i:1;}s:14:\"193.169.195.67\";a:1:{s:12:\"onecaribbean\";i:1;}s:11:\"10.17.1.254\";a:3:{s:5:\"admin\";i:8;s:4:\"test\";i:4;s:12:\"onecaribbean\";i:2;}s:14:\"178.137.41.108\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.248.184.15\";a:2:{s:5:\"admin\";i:3;s:0:\"\";i:1;}s:15:\"193.105.210.119\";a:1:{s:5:\"admin\";i:1;}}','no'),(12117,'limit_login_lockouts_total','70','no'),(12208,'_site_transient_timeout_browser_d65d5cf0490f50d8ee040302e2daeddd','1372360873','yes'),(12209,'_site_transient_browser_d65d5cf0490f50d8ee040302e2daeddd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"20.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12567,'_site_transient_timeout_browser_0f9058075cb5f21b7832c360262182d8','1372687343','yes'),(12568,'_site_transient_browser_0f9058075cb5f21b7832c360262182d8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12631,'_site_transient_timeout_browser_e0b858f1249c7bbe85c69dcf5eaac720','1372710873','yes'),(12632,'_site_transient_browser_e0b858f1249c7bbe85c69dcf5eaac720','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"21.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(12665,'ftp_credentials','a:3:{s:8:\"hostname\";s:20:\"www.onecaribbean.org\";s:8:\"username\";s:17:\"deploy|deployuser\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(12669,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.9.2.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.9.2-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.9.2-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.9.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1409668447;s:15:\"version_checked\";s:5:\"3.5.2\";}','yes'),(12670,'can_compress_scripts','0','yes'),(13818,'_site_transient_timeout_browser_5b1ad0f324cdbbc59eba926b027cff35','1373662045','yes'),(13819,'_site_transient_browser_5b1ad0f324cdbbc59eba926b027cff35','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'); INSERT INTO `cto_options` VALUES (16246,'ai1ec_parsed_css','.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:\"\";}.clearfix:after{clear:both;}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;}.fade.in{opacity:1;}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-ms-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease;}.collapse.in{height:auto;}.modal-open .dropdown-menu{z-index:20050;}.modal-open .dropdown.open{*z-index:20050;}.modal-open .popover{z-index:20060;}.modal-open .tooltip{z-index:20070;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10040;background-color:#000;}.modal-backdrop.fade{opacity:0;}.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);}.timely .modal{position:fixed;top:50%;left:50%;z-index:10050;overflow:auto;width:560px;margin:-250px 0 0 -280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.timely .modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-ms-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;}.timely .modal.fade.in{top:50%;}.timely .modal-header{padding:9px 15px;border-bottom:1px solid #eee;}.timely .modal-header .close{margin-top:2px;}.timely .modal-body{overflow-y:auto;max-height:400px;padding:15px;}.timely .modal-form{margin-bottom:0;}.timely .modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1;}.timely .modal-footer:before,.timely .modal-footer:after{display:table;content:\"\";}.timely .modal-footer:after{clear:both;}.timely .modal-footer .btn + .btn{margin-left:5px;margin-bottom:0;}.timely .modal-footer .btn-group .btn + .btn{margin-left:-1px;}.timely.tooltip{position:absolute;z-index:10020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.timely.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}.timely.tooltip.top{margin-top:-2px;}.timely.tooltip.right{margin-left:2px;}.timely.tooltip.bottom{margin-top:2px;}.timely.tooltip.left{margin-left:-2px;}.timely.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;}.timely.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000;}.timely.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000;}.timely.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000;}.timely .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.timely .tooltip-arrow{position:absolute;width:0;height:0;}.timely.popover{position:absolute;top:0;left:0;z-index:10010;display:none;padding:5px;}.timely.popover.top{margin-top:-5px;}.timely.popover.right{margin-left:5px;}.timely.popover.bottom{margin-top:5px;}.timely.popover.left{margin-left:-5px;}.timely.popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;}.timely.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000;}.timely.popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000;}.timely.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000;}.timely.popover .arrow{position:absolute;width:0;height:0;}.timely .popover-inner{padding:3px;width:280px;overflow:hidden;background:#000;background:rgba(0,0,0,0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);}.timely .popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}.timely .popover-content{padding:14px;background-color:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.timely .popover-content p,.timely .popover-content ul,.timely .popover-content ol{margin-bottom:0;}body.modal-open{overflow:hidden;}.modal-backdrop{background-color:#fff;}.ai1ec-posterboard-view{background-image:url(\'http://www.onecaribbean.org/wp-content/themes-ai1ec/vortex/img/ajax-loader.gif\');background-repeat:no-repeat;background-position:center 50px;min-height:100px;}.ai1ec-posterboard-view > *{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-ms-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;visibility:hidden;}.wf-active .ai1ec-posterboard-view,.wf-inactive .ai1ec-posterboard-view{background-image:none;min-height:16px;}.wf-active .ai1ec-posterboard-view > *,.wf-inactive .ai1ec-posterboard-view > *{opacity:1;filter:alpha(opacity=100);visibility:visible;}.timely a,.timely a:link,.timely a:visited,.timely a:active,.timely a:hover,#ai1ec-container a,#ai1ec-container a:link,#ai1ec-container a:visited,#ai1ec-container a:active,#ai1ec-container a:hover{font-weight:normal;text-decoration:none !important;}.timely img,#ai1ec-container img{background:none;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:none;margin:0;padding:0;}.timely .alignleft,.timely.alignleft,#ai1ec-container .alignleft,#ai1ec-container.alignleft{float:left;margin:0 16px 8px 0;}.timely .alignright,.timely.alignright,#ai1ec-container .alignright,#ai1ec-container.alignright{float:right;margin:0 0 8px 16px;}.timely small,#ai1ec-container small{margin:0 !important;}.timely table,#ai1ec-container table{line-height:inherit;}.timely tr,.timely th,.timely td,#ai1ec-container tr,#ai1ec-container th,#ai1ec-container td{background:none;border:0;padding:0;}.timely{color:#999;margin:0;font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif;font-size:13px;line-height:16px;color:#4d4d4d;word-wrap:break-word;}.timely article,.timely aside,.timely details,.timely figcaption,.timely figure,.timely footer,.timely header,.timely hgroup,.timely nav,.timely section{display:block;}.timely audio,.timely canvas,.timely video{display:inline-block;*display:inline;*zoom:1;}.timely audio:not([controls]){display:none;}.timely html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}.timely a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.timely a:hover,.timely a:active{outline:0;}.timely sub,.timely sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}.timely sup{top:-0.5em;}.timely sub{bottom:-0.25em;}.timely img{height:auto;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}.timely button,.timely input,.timely select,.timely textarea{margin:0;font-size:100%;vertical-align:middle;}.timely button,.timely input{*overflow:visible;line-height:normal;}.timely button::-moz-focus-inner,.timely input::-moz-focus-inner{padding:0;border:0;}.timely button,.timely input[type=\"button\"],.timely input[type=\"reset\"],.timely input[type=\"submit\"]{cursor:pointer;-webkit-appearance:button;}.timely input[type=\"search\"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.timely input[type=\"search\"]::-webkit-search-decoration,.timely input[type=\"search\"]::-webkit-search-cancel-button{-webkit-appearance:none;}.timely textarea{overflow:auto;vertical-align:top;}.timely body{margin:0;font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif;font-size:13px;line-height:16px;color:#4d4d4d;background-color:#fff;}.timely a{color:#507295;text-decoration:none;}.timely a:hover{color:#354c63;text-decoration:underline;}.timely .row{margin-left:-20px;*zoom:1;}.timely .row:before,.timely .row:after{display:table;content:\"\";}.timely .row:after{clear:both;}.timely [class*=\"span\"]{float:left;margin-left:20px;}.timely .container,.timely .navbar-fixed-top .container,.timely .navbar-fixed-bottom .container{width:940px;}.timely .span12{width:940px;}.timely .span11{width:860px;}.timely .span10{width:780px;}.timely .span9{width:700px;}.timely .span8{width:620px;}.timely .span7{width:540px;}.timely .span6{width:460px;}.timely .span5{width:380px;}.timely .span4{width:300px;}.timely .span3{width:220px;}.timely .span2{width:140px;}.timely .span1{width:60px;}.timely .offset12{margin-left:980px;}.timely .offset11{margin-left:900px;}.timely .offset10{margin-left:820px;}.timely .offset9{margin-left:740px;}.timely .offset8{margin-left:660px;}.timely .offset7{margin-left:580px;}.timely .offset6{margin-left:500px;}.timely .offset5{margin-left:420px;}.timely .offset4{margin-left:340px;}.timely .offset3{margin-left:260px;}.timely .offset2{margin-left:180px;}.timely .offset1{margin-left:100px;}.timely .row-fluid{width:100%;*zoom:1;}.timely .row-fluid:before,.timely .row-fluid:after{display:table;content:\"\";}.timely .row-fluid:after{clear:both;}.timely .row-fluid [class*=\"span\"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574%;*margin-left:2.0744680846383%;}.timely .row-fluid [class*=\"span\"]:first-child{margin-left:0;}.timely .row-fluid .span12{width:99.99999999%;*width:99.946808500638%;}.timely .row-fluid .span11{width:91.489361693%;*width:91.436170203638%;}.timely .row-fluid .span10{width:82.978723396%;*width:82.925531906638%;}.timely .row-fluid .span9{width:74.468085099%;*width:74.414893609638%;}.timely .row-fluid .span8{width:65.957446802%;*width:65.904255312638%;}.timely .row-fluid .span7{width:57.446808505%;*width:57.393617015638%;}.timely .row-fluid .span6{width:48.936170208%;*width:48.882978718638%;}.timely .row-fluid .span5{width:40.425531911%;*width:40.372340421638%;}.timely .row-fluid .span4{width:31.914893614%;*width:31.861702124638%;}.timely .row-fluid .span3{width:23.404255317%;*width:23.351063827638%;}.timely .row-fluid .span2{width:14.89361702%;*width:14.840425530638%;}.timely .row-fluid .span1{width:6.382978723%;*width:6.3297872336383%;}.timely p{margin:0 0 8px;font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif;font-size:13px;line-height:16px;}.timely p small{font-size:11px;color:#999;}.timely .lead{margin-bottom:16px;font-size:20px;font-weight:200;line-height:24px;}.timely h1,.timely h2,.timely h3,.timely h4,.timely h5,.timely h6{margin:0;font-family:Calibri, Nunito, \'Helvetica Neue\', Helvetica, Arial, sans-serif;font-weight:bold;color:#333;text-rendering:optimizelegibility;}.timely h1 small,.timely h2 small,.timely h3 small,.timely h4 small,.timely h5 small,.timely h6 small{font-weight:normal;color:#999;}.timely h1{font-size:30px;line-height:32px;}.timely h1 small{font-size:18px;}.timely h2{font-size:24px;line-height:32px;}.timely h2 small{font-size:18px;}.timely h3{line-height:24px;font-size:18px;}.timely h3 small{font-size:14px;}.timely h4,.timely h5,.timely h6{line-height:16px;}.timely h4{font-size:14px;}.timely h4 small{font-size:12px;}.timely h5{font-size:12px;}.timely h6{font-size:11px;color:#999;text-transform:uppercase;}.timely .page-header{padding-bottom:15px;margin:16px 0;border-bottom:1px solid #eee;}.timely .page-header h1{line-height:1;}.timely ul,.timely ol{padding:0;margin:0 0 8px 25px;}.timely ul ul,.timely ul ol,.timely ol ol,.timely ol ul{margin-bottom:0;}.timely ul{list-style:disc;}.timely ol{list-style:decimal;}.timely li{line-height:16px;}.timely ul.unstyled,.timely ol.unstyled{margin-left:0;list-style:none;}.timely dl{margin-bottom:16px;}.timely dt,.timely dd{line-height:16px;}.timely dt{font-weight:bold;line-height:15px;}.timely dd{margin-left:8px;}.timely .dl-horizontal dt{float:left;clear:left;width:120px;text-align:right;}.timely .dl-horizontal dd{margin-left:130px;}.timely hr{margin:16px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff;}.timely strong{font-weight:bold;}.timely em{font-style:italic;}.timely .muted{color:#999;}.timely abbr[title]{border-bottom:1px dotted #ddd;cursor:help;}.timely abbr.initialism{font-size:90%;text-transform:uppercase;}.timely blockquote{padding:0 0 0 15px;margin:0 0 16px;border-left:5px solid #eee;}.timely blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:20px;}.timely blockquote small{display:block;line-height:16px;color:#999;}.timely blockquote small:before{content:\'\\2014 \\00A0\';}.timely blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eee;}.timely blockquote.pull-right p,.timely blockquote.pull-right small{text-align:right;}.timely q:before,.timely q:after,.timely blockquote:before,.timely blockquote:after{content:\"\";}.timely address{display:block;margin-bottom:16px;line-height:16px;font-style:normal;}.timely small{font-size:100%;}.timely cite{font-style:normal;}.timely form{margin:0 0 16px;}.timely fieldset{padding:0;margin:0;border:0;}.timely legend{display:block;width:100%;padding:0;margin-bottom:24px;font-size:19.5px;line-height:32px;color:#333;border:0;border-bottom:1px solid #e5e5e5;}.timely legend small{font-size:12px;color:#999;}.timely label,.timely input,.timely button,.timely select,.timely textarea{font-size:13px;font-weight:normal;line-height:16px;}.timely input,.timely button,.timely select,.timely textarea{font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif;}.timely label{display:block;margin-bottom:5px;}.timely select,.timely textarea,.timely input[type=\"text\"],.timely input[type=\"password\"],.timely input[type=\"datetime\"],.timely input[type=\"datetime-local\"],.timely input[type=\"date\"],.timely input[type=\"month\"],.timely input[type=\"time\"],.timely input[type=\"week\"],.timely input[type=\"number\"],.timely input[type=\"email\"],.timely input[type=\"url\"],.timely input[type=\"search\"],.timely input[type=\"tel\"],.timely input[type=\"color\"],.timely .uneditable-input{display:inline-block;height:16px;padding:4px;margin-bottom:9px;font-size:13px;line-height:16px;color:#555;}.timely input,.timely textarea{width:210px;}.timely textarea{height:auto;}.timely textarea,.timely input[type=\"text\"],.timely input[type=\"password\"],.timely input[type=\"datetime\"],.timely input[type=\"datetime-local\"],.timely input[type=\"date\"],.timely input[type=\"month\"],.timely input[type=\"time\"],.timely input[type=\"week\"],.timely input[type=\"number\"],.timely input[type=\"email\"],.timely input[type=\"url\"],.timely input[type=\"search\"],.timely input[type=\"tel\"],.timely input[type=\"color\"],.timely .uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-border-radius:;-moz-border-radius:;border-radius:;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-ms-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}.timely textarea:focus,.timely input[type=\"text\"]:focus,.timely input[type=\"password\"]:focus,.timely input[type=\"datetime\"]:focus,.timely input[type=\"datetime-local\"]:focus,.timely input[type=\"date\"]:focus,.timely input[type=\"month\"]:focus,.timely input[type=\"time\"]:focus,.timely input[type=\"week\"]:focus,.timely input[type=\"number\"]:focus,.timely input[type=\"email\"]:focus,.timely input[type=\"url\"]:focus,.timely input[type=\"search\"]:focus,.timely input[type=\"tel\"]:focus,.timely input[type=\"color\"]:focus,.timely .uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \\9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}.timely input[type=\"radio\"],.timely input[type=\"checkbox\"]{margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;}.timely input[type=\"submit\"],.timely input[type=\"reset\"],.timely input[type=\"button\"],.timely input[type=\"radio\"],.timely input[type=\"checkbox\"]{width:auto;}.timely .uneditable-textarea{width:auto;height:auto;}.timely select,.timely input[type=\"file\"]{height:28px;*margin-top:4px;line-height:28px;}.timely select{width:220px;border:1px solid #bbb;}.timely select[multiple],.timely select[size]{height:auto;}.timely select:focus,.timely input[type=\"file\"]:focus,.timely input[type=\"radio\"]:focus,.timely input[type=\"checkbox\"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.timely .radio,.timely .checkbox{min-height:18px;padding-left:18px;}.timely .radio input[type=\"radio\"],.timely .checkbox input[type=\"checkbox\"]{float:left;margin-left:-18px;}.timely .controls > .radio:first-child,.timely .controls > .checkbox:first-child{padding-top:5px;}.timely .radio.inline,.timely .checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}.timely .radio.inline + .radio.inline,.timely .checkbox.inline + .checkbox.inline{margin-left:10px;}.timely .input-mini{width:60px;}.timely .input-small{width:90px;}.timely .input-medium{width:150px;}.timely .input-large{width:210px;}.timely .input-xlarge{width:270px;}.timely .input-xxlarge{width:530px;}.timely input[class*=\"span\"],.timely select[class*=\"span\"],.timely textarea[class*=\"span\"],.timely .uneditable-input[class*=\"span\"],.timely .row-fluid input[class*=\"span\"],.timely .row-fluid select[class*=\"span\"],.timely .row-fluid textarea[class*=\"span\"],.timely .row-fluid .uneditable-input[class*=\"span\"]{float:none;margin-left:0;}.timely .input-append input[class*=\"span\"],.timely .input-append .uneditable-input[class*=\"span\"],.timely .input-prepend input[class*=\"span\"],.timely .input-prepend .uneditable-input[class*=\"span\"],.timely .row-fluid .input-prepend [class*=\"span\"],.timely .row-fluid .input-append [class*=\"span\"]{display:inline-block;}.timely input,.timely textarea,.timely .uneditable-input{margin-left:0;}.timely input.span12, textarea.span12, .uneditable-input.span12{width:930px;}.timely input.span11, textarea.span11, .uneditable-input.span11{width:850px;}.timely input.span10, textarea.span10, .uneditable-input.span10{width:770px;}.timely input.span9, textarea.span9, .uneditable-input.span9{width:690px;}.timely input.span8, textarea.span8, .uneditable-input.span8{width:610px;}.timely input.span7, textarea.span7, .uneditable-input.span7{width:530px;}.timely input.span6, textarea.span6, .uneditable-input.span6{width:450px;}.timely input.span5, textarea.span5, .uneditable-input.span5{width:370px;}.timely input.span4, textarea.span4, .uneditable-input.span4{width:290px;}.timely input.span3, textarea.span3, .uneditable-input.span3{width:210px;}.timely input.span2, textarea.span2, .uneditable-input.span2{width:130px;}.timely input.span1, textarea.span1, .uneditable-input.span1{width:50px;}.timely input[disabled],.timely select[disabled],.timely textarea[disabled],.timely input[readonly],.timely select[readonly],.timely textarea[readonly]{cursor:not-allowed;background-color:#eee;border-color:#ddd;}.timely input[type=\"radio\"][disabled],.timely input[type=\"checkbox\"][disabled],.timely input[type=\"radio\"][readonly],.timely input[type=\"checkbox\"][readonly]{background-color:transparent;}.timely .control-group.warning > label,.timely .control-group.warning .help-block,.timely .control-group.warning .help-inline{color:#c09853;}.timely .control-group.warning .checkbox,.timely .control-group.warning .radio,.timely .control-group.warning input,.timely .control-group.warning select,.timely .control-group.warning textarea{color:#c09853;border-color:#c09853;}.timely .control-group.warning .checkbox:focus,.timely .control-group.warning .radio:focus,.timely .control-group.warning input:focus,.timely .control-group.warning select:focus,.timely .control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;}.timely .control-group.warning .input-prepend .add-on,.timely .control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}.timely .control-group.error > label,.timely .control-group.error .help-block,.timely .control-group.error .help-inline{color:#b94a48;}.timely .control-group.error .checkbox,.timely .control-group.error .radio,.timely .control-group.error input,.timely .control-group.error select,.timely .control-group.error textarea{color:#b94a48;border-color:#b94a48;}.timely .control-group.error .checkbox:focus,.timely .control-group.error .radio:focus,.timely .control-group.error input:focus,.timely .control-group.error select:focus,.timely .control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}.timely .control-group.error .input-prepend .add-on,.timely .control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}.timely .control-group.success > label,.timely .control-group.success .help-block,.timely .control-group.success .help-inline{color:#468847;}.timely .control-group.success .checkbox,.timely .control-group.success .radio,.timely .control-group.success input,.timely .control-group.success select,.timely .control-group.success textarea{color:#468847;border-color:#468847;}.timely .control-group.success .checkbox:focus,.timely .control-group.success .radio:focus,.timely .control-group.success input:focus,.timely .control-group.success select:focus,.timely .control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}.timely .control-group.success .input-prepend .add-on,.timely .control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}.timely input:focus:required:invalid,.timely textarea:focus:required:invalid,.timely select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b;}.timely input:focus:required:invalid:focus,.timely textarea:focus:required:invalid:focus,.timely select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}.timely .form-actions{padding:15px 20px 16px;margin-top:16px;margin-bottom:16px;background-color:;border-top:1px solid #e5e5e5;*zoom:1;}.timely .form-actions:before,.timely .form-actions:after{display:table;content:\"\";}.timely .form-actions:after{clear:both;}.timely .uneditable-input{overflow:hidden;white-space:nowrap;cursor:not-allowed;background-color:#fff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);}.timely .help-block,.timely .help-inline{color:#555;}.timely .help-block{display:block;margin-bottom:8px;}.timely .help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}.timely .input-prepend,.timely .input-append{margin-bottom:5px;}.timely .input-prepend input,.timely .input-prepend select,.timely .input-prepend .uneditable-input,.timely .input-append input,.timely .input-append select,.timely .input-append .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:middle;-webkit-border-radius:0 0;-moz-border-radius:0 0;border-radius:0 0;}.timely .input-prepend input:focus,.timely .input-prepend select:focus,.timely .input-prepend .uneditable-input:focus,.timely .input-append input:focus,.timely .input-append select:focus,.timely .input-append .uneditable-input:focus{z-index:2;}.timely .input-prepend .uneditable-input,.timely .input-append .uneditable-input{border-left-color:#ccc;}.timely .input-prepend .add-on,.timely .input-append .add-on{display:inline-block;width:auto;height:16px;min-width:16px;padding:4px 5px;font-weight:normal;line-height:16px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;}.timely .input-prepend .add-on,.timely .input-prepend .btn,.timely .input-append .add-on,.timely .input-append .btn{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.timely .input-prepend .active,.timely .input-append .active{background-color:#bbe8c0;border-color:#49c157;}.timely .input-prepend .add-on,.timely .input-prepend .btn{margin-right:-1px;}.timely .input-prepend .add-on:first-child,.timely .input-prepend .btn:first-child{-webkit-border-radius: 0 0 ;-moz-border-radius: 0 0 ;border-radius: 0 0 ;}.timely .input-append input,.timely .input-append select,.timely .input-append .uneditable-input{-webkit-border-radius: 0 0 ;-moz-border-radius: 0 0 ;border-radius: 0 0 ;}.timely .input-append .uneditable-input{border-right-color:#ccc;border-left-color:#eee;}.timely .input-append .add-on:last-child,.timely .input-append .btn:last-child{-webkit-border-radius:0 0;-moz-border-radius:0 0;border-radius:0 0;}.timely .input-prepend.input-append input,.timely .input-prepend.input-append select,.timely .input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.timely .input-prepend.input-append .add-on:first-child,.timely .input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius: 0 0 ;-moz-border-radius: 0 0 ;border-radius: 0 0 ;}.timely .input-prepend.input-append .add-on:last-child,.timely .input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 0;-moz-border-radius:0 0;border-radius:0 0;}.timely .search-query{padding-right:14px;padding-right:4px \\9;padding-left:14px;padding-left:4px \\9;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}.timely .form-search input,.timely .form-search textarea,.timely .form-search select,.timely .form-search .help-inline,.timely .form-search .uneditable-input,.timely .form-search .input-prepend,.timely .form-search .input-append,.timely .form-inline input,.timely .form-inline textarea,.timely .form-inline select,.timely .form-inline .help-inline,.timely .form-inline .uneditable-input,.timely .form-inline .input-prepend,.timely .form-inline .input-append,.timely .form-horizontal input,.timely .form-horizontal textarea,.timely .form-horizontal select,.timely .form-horizontal .help-inline,.timely .form-horizontal .uneditable-input,.timely .form-horizontal .input-prepend,.timely .form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;}.timely .form-search .hide,.timely .form-inline .hide,.timely .form-horizontal .hide{display:none;}.timely .form-search label,.timely .form-inline label{display:inline-block;}.timely .form-search .input-append,.timely .form-inline .input-append,.timely .form-search .input-prepend,.timely .form-inline .input-prepend{margin-bottom:0;}.timely .form-search .radio,.timely .form-search .checkbox,.timely .form-inline .radio,.timely .form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}.timely .form-search .radio input[type=\"radio\"],.timely .form-search .checkbox input[type=\"checkbox\"],.timely .form-inline .radio input[type=\"radio\"],.timely .form-inline .checkbox input[type=\"checkbox\"]{float:left;margin-right:3px;margin-left:0;}.timely .control-group{margin-bottom:8px;}.timely legend + .control-group{margin-top:16px;-webkit-margin-top-collapse:separate;}.timely .form-horizontal .control-group{margin-bottom:16px;*zoom:1;}.timely .form-horizontal .control-group:before,.timely .form-horizontal .control-group:after{display:table;content:\"\";}.timely .form-horizontal .control-group:after{clear:both;}.timely .form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right;}.timely .form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0;}.timely .form-horizontal .controls:first-child{*padding-left:160px;}.timely .form-horizontal .help-block{margin-top:8px;margin-bottom:0;}.timely .form-horizontal .form-actions{padding-left:160px;}.timely .btn-file{overflow:hidden;position:relative;vertical-align:middle;}.timely .btn-file > input{position:absolute;top:0;right:0;margin:0;border:solid transparent;border-width:0 0 100px 200px;opacity:0;filter:alpha(opacity=0);-moz-transform:translate(-300px,0) scale(4);direction:ltr;cursor:pointer;}.timely .fileupload{margin-bottom:9px;}.timely .fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;}.timely .fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.timely .fileupload .thumbnail > img{display:inline-block;vertical-align:middle;max-height:100%;}.timely .fileupload .btn{vertical-align:middle;}.timely .fileupload-exists .fileupload-new,.timely .fileupload-new .fileupload-exists{display:none;}.timely .fileupload-inline .fileupload-controls{display:inline;}.timely .fileupload-new .input-append .btn-file{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.timely .thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.timely .fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}.timely .control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}.timely .control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}.timely .control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}.timely .control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}.timely .control-group.error .fileupload .fileupload-preview{color:#b94a48;}.timely .control-group.error .fileupload .thumbnail{border-color:#b94a48;}.timely .control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}.timely .control-group.success .fileupload .fileupload-preview{color:#468847;}.timely .control-group.success .fileupload .thumbnail{border-color:#468847;}.timely .dropup,.timely .dropdown{position:relative;}.timely .dropdown-toggle{*margin-bottom:-3px;}.timely .dropdown-toggle:active,.timely .open .dropdown-toggle{outline:0;}.timely .caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:\"\";opacity:0.3;filter:alpha(opacity=30);}.timely .dropdown .caret{margin-top:8px;margin-left:2px;}.timely .dropdown:hover .caret,.timely .open .caret{opacity:1;filter:alpha(opacity=100);}.timely .dropdown-menu{position:absolute;top:100%;left:0;z-index:10000;display:none;float:left;min-width:160px;padding:4px 0;margin:1px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.timely .dropdown-menu.pull-right{right:0;left:auto;}.timely .dropdown-menu .divider{*width:100%;height:1px;margin:7px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:;border-bottom:1px solid ;}.timely .dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:16px;color:#666;white-space:nowrap;}.timely .dropdown-menu li > a:hover,.timely .dropdown-menu .active > a,.timely .dropdown-menu .active > a:hover{color:#000;text-decoration:none;background-color:#e0efff;}.timely .open{*z-index:10000;}.timely .open > .dropdown-menu{display:block;}.timely .pull-right > .dropdown-menu{right:0;left:auto;}.timely .dropup .caret,.timely .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:\"\\2191\";}.timely .dropup .dropdown-menu,.timely .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}.timely .typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.timely .close{float:right;font-size:20px;font-weight:bold;line-height:16px;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20);}.timely .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}.timely button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.timely .btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;font-size:13px;line-height:16px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#e6e6e6\', GradientType=0);border-color:#e6e6e6 #e6e6e6 #c0c0c0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#e6e6e6\', GradientType=0);border-color:#e6e6e6 #e6e6e6 #c0c0c0;*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #d9d9d9;*border:0;border-bottom-color:#c0c0c0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.timely .btn:hover,.timely .btn:active,.timely .btn.active,.timely .btn.disabled,.timely .btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}.timely .btn:active,.timely .btn.active{background-color:#cdcdcd \\9;}.timely .btn:first-child{*margin-left:0;}.timely .btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-ms-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear;}.timely .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.timely .btn.active,.timely .btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \\9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}.timely .btn.disabled,.timely .btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.timely .btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.timely .btn-large [class^=\"icon-\"]{margin-top:1px;}.timely .btn-small{padding:5px 9px;font-size:11px;line-height:14px;}.timely .btn-small [class^=\"icon-\"]{margin-top:-1px;}.timely .btn-mini{padding:2px 6px;font-size:11px;line-height:12px;}.timely .btn-primary,.timely .btn-primary:hover,.timely .btn-warning,.timely .btn-warning:hover,.timely .btn-danger,.timely .btn-danger:hover,.timely .btn-success,.timely .btn-success:hover,.timely .btn-info,.timely .btn-info:hover,.timely .btn-inverse,.timely .btn-inverse:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.timely .btn-primary.active,.timely .btn-warning.active,.timely .btn-danger.active,.timely .btn-success.active,.timely .btn-info.active,.timely .btn-inverse.active{color:rgba(255,255,255,0.75);}.timely .btn{border-color:#ccc;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);}.timely .btn-primary{background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-primary:hover,.timely .btn-primary:active,.timely .btn-primary.active,.timely .btn-primary.disabled,.timely .btn-primary[disabled]{background-color:#51a351;*background-color:#499249;}.timely .btn-primary:active,.timely .btn-primary.active{background-color:#408140 \\9;}.timely .btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fbb450\', endColorstr=\'#f89406\', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fbb450\', endColorstr=\'#f89406\', GradientType=0);border-color:#f89406 #f89406 #ad6704;*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-warning:hover,.timely .btn-warning:active,.timely .btn-warning.active,.timely .btn-warning.disabled,.timely .btn-warning[disabled]{background-color:#f89406;*background-color:#df8505;}.timely .btn-warning:active,.timely .btn-warning.active{background-color:#c67605 \\9;}.timely .btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ee5f5b\', endColorstr=\'#bd362f\', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ee5f5b\', endColorstr=\'#bd362f\', GradientType=0);border-color:#bd362f #bd362f #802420;*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-danger:hover,.timely .btn-danger:active,.timely .btn-danger.active,.timely .btn-danger.disabled,.timely .btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a;}.timely .btn-danger:active,.timely .btn-danger.active{background-color:#942a25 \\9;}.timely .btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-success:hover,.timely .btn-success:active,.timely .btn-success.active,.timely .btn-success.disabled,.timely .btn-success[disabled]{background-color:#51a351;*background-color:#499249;}.timely .btn-success:active,.timely .btn-success.active{background-color:#408140 \\9;}.timely .btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#5bc0de\', endColorstr=\'#2f96b4\', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#5bc0de\', endColorstr=\'#2f96b4\', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-info:hover,.timely .btn-info:active,.timely .btn-info.active,.timely .btn-info.disabled,.timely .btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0;}.timely .btn-info:active,.timely .btn-info.active{background-color:#24748c \\9;}.timely .btn-inverse{background-color:#414141;background-image:-moz-linear-gradient(top,#555,#222);background-image:-ms-linear-gradient(top,#555,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));background-image:-webkit-linear-gradient(top,#555,#222);background-image:-o-linear-gradient(top,#555,#222);background-image:linear-gradient(top,#555,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#555\', endColorstr=\'#222\', GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#414141;background-image:-moz-linear-gradient(top,#555,#222);background-image:-ms-linear-gradient(top,#555,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));background-image:-webkit-linear-gradient(top,#555,#222);background-image:-o-linear-gradient(top,#555,#222);background-image:linear-gradient(top,#555,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#555\', endColorstr=\'#222\', GradientType=0);border-color:#222 #222 #000;*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-inverse:hover,.timely .btn-inverse:active,.timely .btn-inverse.active,.timely .btn-inverse.disabled,.timely .btn-inverse[disabled]{background-color:#222;*background-color:#151515;}.timely .btn-inverse:active,.timely .btn-inverse.active{background-color:#090909 \\9;}.timely button.btn,.timely input[type=\"submit\"].btn{*padding-top:2px;*padding-bottom:2px;}.timely button.btn::-moz-focus-inner,.timely input[type=\"submit\"].btn::-moz-focus-inner{padding:0;border:0;}.timely button.btn.btn-large,.timely input[type=\"submit\"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}.timely button.btn.btn-small,.timely input[type=\"submit\"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}.timely button.btn.btn-mini,.timely input[type=\"submit\"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}.timely .btn-group{position:relative;*zoom:1;*margin-left:.3em;}.timely .btn-group:before,.timely .btn-group:after{display:table;content:\"\";}.timely .btn-group:after{clear:both;}.timely .btn-group:first-child{*margin-left:0;}.timely .btn-group + .btn-group{margin-left:5px;}.timely .btn-toolbar{margin-top:8px;margin-bottom:8px;}.timely .btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}.timely .btn-group > .btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.timely .btn-group > .btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}.timely .btn-group > .btn:last-child,.timely .btn-group > .dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}.timely .btn-group > .btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}.timely .btn-group > .btn.large:last-child,.timely .btn-group > .large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}.timely .btn-group > .btn:hover,.timely .btn-group > .btn:focus,.timely .btn-group > .btn:active,.timely .btn-group > .btn.active{z-index:2;}.timely .btn-group .dropdown-toggle:active,.timely .btn-group.open .dropdown-toggle{outline:0;}.timely .btn-group > .dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:4px;*padding-bottom:4px;}.timely .btn-group > .btn-mini.dropdown-toggle{padding-left:5px;padding-right:5px;}.timely .btn-group > .btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px;}.timely .btn-group > .btn-large.dropdown-toggle{padding-left:12px;padding-right:12px;}.timely .btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}.timely .btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}.timely .btn-group.open .btn-primary.dropdown-toggle{background-color:#51a351;}.timely .btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}.timely .btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}.timely .btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}.timely .btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}.timely .btn-group.open .btn-inverse.dropdown-toggle{background-color:#222;}.timely .btn .caret{margin-top:7px;margin-left:0;}.timely .btn:hover .caret,.timely .open.btn-group .caret{opacity:1;filter:alpha(opacity=100);}.timely .btn-mini .caret{margin-top:5px;}.timely .btn-small .caret{margin-top:6px;}.timely .btn-large .caret{margin-top:6px;border-left-width:5px;border-right-width:5px;border-top-width:5px;}.timely .dropup .btn-large .caret{border-bottom:5px solid #000;border-top:0;}.timely .btn-primary .caret,.timely .btn-warning .caret,.timely .btn-danger .caret,.timely .btn-info .caret,.timely .btn-success .caret,.timely .btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:0.75;filter:alpha(opacity=75);}.timely .alert{padding:8px 35px 8px 14px;margin-bottom:16px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}.timely .alert-heading{color:inherit;}.timely .alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}.timely .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}.timely .alert-danger,.timely .alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}.timely .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}.timely .alert-block{padding-top:14px;padding-bottom:14px;}.timely .alert-block > p,.timely .alert-block > ul{margin-bottom:0;}.timely .alert-block p + p{margin-top:5px;}.timely .nav{margin-left:0;margin-bottom:16px;list-style:none;}.timely .nav > li > a{display:block;}.timely .nav > li > a:hover{text-decoration:none;background-color:#eee;}.timely .nav .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:16px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase;}.timely .nav li + .nav-header{margin-top:9px;}.timely .nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}.timely .nav-list > li > a,.timely .nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5);}.timely .nav-list > li > a{padding:3px 15px;}.timely .nav-list > .active > a,.timely .nav-list > .active > a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#507295;}.timely .nav-list [class^=\"icon-\"]{margin-right:2px;}.timely .nav-list .divider{*width:100%;height:1px;margin:7px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff;}.timely .nav-tabs,.timely .nav-pills{*zoom:1;}.timely .nav-tabs:before,.timely .nav-tabs:after,.timely .nav-pills:before,.timely .nav-pills:after{display:table;content:\"\";}.timely .nav-tabs:after,.timely .nav-pills:after{clear:both;}.timely .nav-tabs > li,.timely .nav-pills > li{float:left;}.timely .nav-tabs > li > a,.timely .nav-pills > li > a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}.timely .nav-tabs{border-bottom:1px solid #ddd;}.timely .nav-tabs > li{margin-bottom:-1px;}.timely .nav-tabs > li > a{padding-top:8px;padding-bottom:8px;line-height:16px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.timely .nav-tabs > li > a:hover{border-color:#eee #eee #ddd;}.timely .nav-tabs > .active > a,.timely .nav-tabs > .active > a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}.timely .nav-pills > li > a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.timely .nav-pills > .active > a,.timely .nav-pills > .active > a:hover{color:#fff;background-color:#507295;}.timely .nav-stacked > li{float:none;}.timely .nav-stacked > li > a{margin-right:0;}.timely .nav-tabs.nav-stacked{border-bottom:0;}.timely .nav-tabs.nav-stacked > li > a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.timely .nav-tabs.nav-stacked > li:first-child > a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.timely .nav-tabs.nav-stacked > li:last-child > a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.timely .nav-tabs.nav-stacked > li > a:hover{border-color:#ddd;z-index:2;}.timely .nav-pills.nav-stacked > li > a{margin-bottom:3px;}.timely .nav-pills.nav-stacked > li:last-child > a{margin-bottom:1px;}.timely .nav-tabs .dropdown-menu,.timely .nav-pills .dropdown-menu{margin-top:1px;border-width:1px;}.timely .nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.timely .nav-tabs .dropdown-toggle .caret,.timely .nav-pills .dropdown-toggle .caret{border-top-color:#507295;border-bottom-color:#507295;margin-top:6px;}.timely .nav-tabs .dropdown-toggle:hover .caret,.timely .nav-pills .dropdown-toggle:hover .caret{border-top-color:#354c63;border-bottom-color:#354c63;}.timely .nav-tabs .active .dropdown-toggle .caret,.timely .nav-pills .active .dropdown-toggle .caret{border-top-color:#333;border-bottom-color:#333;}.timely .nav > .dropdown.active > a:hover{color:#000;cursor:pointer;}.timely .nav-tabs .open .dropdown-toggle,.timely .nav-pills .open .dropdown-toggle,.timely .nav > .open.active > a:hover{color:#fff;background-color:#999;border-color:#999;}.timely .nav .open .caret,.timely .nav .open.active .caret,.timely .nav .open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100);}.timely .tabs-stacked .open > a:hover{border-color:#999;}.timely .tabbable{*zoom:1;}.timely .tabbable:before,.timely .tabbable:after{display:table;content:\"\";}.timely .tabbable:after{clear:both;}.timely .tab-content{display:table;width:100%;}.timely .tabs-below .nav-tabs,.timely .tabs-right .nav-tabs,.timely .tabs-left .nav-tabs{border-bottom:0;}.timely .tab-content > .tab-pane,.timely .pill-content > .pill-pane{display:none;}.timely .tab-content > .active,.timely .pill-content > .active{display:block;}.timely .tabs-below .nav-tabs{border-top:1px solid #ddd;}.timely .tabs-below .nav-tabs > li{margin-top:-1px;margin-bottom:0;}.timely .tabs-below .nav-tabs > li > a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.timely .tabs-below .nav-tabs > li > a:hover{border-bottom-color:transparent;border-top-color:#ddd;}.timely .tabs-below .nav-tabs .active > a,.timely .tabs-below .nav-tabs .active > a:hover{border-color:transparent #ddd #ddd #ddd;}.timely .tabs-left .nav-tabs > li,.timely .tabs-right .nav-tabs > li{float:none;}.timely .tabs-left .nav-tabs > li > a,.timely .tabs-right .nav-tabs > li > a{min-width:74px;margin-right:0;margin-bottom:3px;}.timely .tabs-left .nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}.timely .tabs-left .nav-tabs > li > a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.timely .tabs-left .nav-tabs > li > a:hover{border-color:#eee #ddd #eee #eee;}.timely .tabs-left .nav-tabs .active > a,.timely .tabs-left .nav-tabs .active > a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff;}.timely .tabs-right .nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}.timely .tabs-right .nav-tabs > li > a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.timely .tabs-right .nav-tabs > li > a:hover{border-color:#eee #eee #eee #ddd;}.timely .tabs-right .nav-tabs .active > a,.timely .tabs-right .nav-tabs .active > a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff;}.timely .thumbnails{margin-left:-20px;list-style:none;*zoom:1;}.timely .thumbnails:before,.timely .thumbnails:after{display:table;content:\"\";}.timely .thumbnails:after{clear:both;}.timely .row-fluid .thumbnails{margin-left:0;}.timely .thumbnails > li{float:left;margin-bottom:16px;margin-left:20px;}.timely .thumbnail{display:block;padding:4px;line-height:1;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075);box-shadow:0 1px 1px rgba(0,0,0,0.075);}.timely a.thumbnail:hover{border-color:#507295;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25);}.timely .thumbnail > img{display:block;max-width:100%;margin-left:auto;margin-right:auto;}.timely .thumbnail .caption{padding:9px;}.timely .pull-right{float:right;}.timely .pull-left{float:left;}.timely .hide{display:none;}.timely .show{display:block;}.timely .invisible{visibility:hidden;}.timely .datepicker{top:0;left:0;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.timely .datepicker:before{content:\'\';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px;}.timely .datepicker:after{content:\'\';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px;}.timely .datepicker >div{display:none;}.timely .datepicker.days div.datepicker-days{display:block;}.timely .datepicker.months div.datepicker-months{display:block;}.timely .datepicker.years div.datepicker-years{display:block;}.timely .datepicker table{margin:0;}.timely .datepicker td,.timely .datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.timely .datepicker td.day:hover{background:#eee;cursor:pointer;}.timely .datepicker td.old,.timely .datepicker td.new{color:#999;}.timely .datepicker td.disabled,.timely .datepicker td.disabled:hover{background:none;color:#999;cursor:default;}.timely .datepicker td.today,.timely .datepicker td.today:hover,.timely .datepicker td.today.disabled,.timely .datepicker td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fdd49a\', endColorstr=\'#fdf59a\', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fdd49a\', endColorstr=\'#fdf59a\', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;*background-color:#fdf59a;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .datepicker td.today:hover,.timely .datepicker td.today:active,.timely .datepicker td.today.active,.timely .datepicker td.today.disabled,.timely .datepicker td.today[disabled],.timely .datepicker td.today:hover:hover,.timely .datepicker td.today:hover:active,.timely .datepicker td.today:hover.active,.timely .datepicker td.today:hover.disabled,.timely .datepicker td.today:hover[disabled],.timely .datepicker td.today.disabled:hover,.timely .datepicker td.today.disabled:active,.timely .datepicker td.today.disabled.active,.timely .datepicker td.today.disabled.disabled,.timely .datepicker td.today.disabled[disabled],.timely .datepicker td.today.disabled:hover:hover,.timely .datepicker td.today.disabled:hover:active,.timely .datepicker td.today.disabled:hover.active,.timely .datepicker td.today.disabled:hover.disabled,.timely .datepicker td.today.disabled:hover[disabled]{background-color:#fdf59a;*background-color:#fcf282;}.timely .datepicker td.today:active,.timely .datepicker td.today.active,.timely .datepicker td.today:hover:active,.timely .datepicker td.today:hover.active,.timely .datepicker td.today.disabled:active,.timely .datepicker td.today.disabled.active,.timely .datepicker td.today.disabled:hover:active,.timely .datepicker td.today.disabled:hover.active{background-color:#fbf069 \\9;}.timely .datepicker td.active,.timely .datepicker td.active:hover,.timely .datepicker td.active.disabled,.timely .datepicker td.active.disabled:hover{background-color:#62c46f;background-image:-moz-linear-gradient(top,#62c462,#62c483);background-image:-ms-linear-gradient(top,#62c462,#62c483);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#62c483));background-image:-webkit-linear-gradient(top,#62c462,#62c483);background-image:-o-linear-gradient(top,#62c462,#62c483);background-image:linear-gradient(top,#62c462,#62c483);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#62c483\', GradientType=0);border-color:#62c483 #62c483 #3b9e5c;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#62c46f;background-image:-moz-linear-gradient(top,#62c462,#62c483);background-image:-ms-linear-gradient(top,#62c462,#62c483);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#62c483));background-image:-webkit-linear-gradient(top,#62c462,#62c483);background-image:-o-linear-gradient(top,#62c462,#62c483);background-image:linear-gradient(top,#62c462,#62c483);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#62c483\', GradientType=0);border-color:#62c483 #62c483 #3b9e5c;*background-color:#62c483;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.timely .datepicker td.active:hover,.timely .datepicker td.active:active,.timely .datepicker td.active.active,.timely .datepicker td.active.disabled,.timely .datepicker td.active[disabled],.timely .datepicker td.active:hover:hover,.timely .datepicker td.active:hover:active,.timely .datepicker td.active:hover.active,.timely .datepicker td.active:hover.disabled,.timely .datepicker td.active:hover[disabled],.timely .datepicker td.active.disabled:hover,.timely .datepicker td.active.disabled:active,.timely .datepicker td.active.disabled.active,.timely .datepicker td.active.disabled.disabled,.timely .datepicker td.active.disabled[disabled],.timely .datepicker td.active.disabled:hover:hover,.timely .datepicker td.active.disabled:hover:active,.timely .datepicker td.active.disabled:hover.active,.timely .datepicker td.active.disabled:hover.disabled,.timely .datepicker td.active.disabled:hover[disabled]{background-color:#62c483;*background-color:#4fbd74;}.timely .datepicker td.active:active,.timely .datepicker td.active.active,.timely .datepicker td.active:hover:active,.timely .datepicker td.active:hover.active,.timely .datepicker td.active.disabled:active,.timely .datepicker td.active.disabled.active,.timely .datepicker td.active.disabled:hover:active,.timely .datepicker td.active.disabled:hover.active{background-color:#42b167 \\9;}.timely .datepicker td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.timely .datepicker td span:hover{background:#eee;}.timely .datepicker td span.disabled,.timely .datepicker td span.disabled:hover{background:none;color:#999;cursor:default;}.timely .datepicker td span.active,.timely .datepicker td span.active:hover,.timely .datepicker td span.active.disabled,.timely .datepicker td span.active.disabled:hover{background-color:#62c46f;background-image:-moz-linear-gradient(top,#62c462,#62c483);background-image:-ms-linear-gradient(top,#62c462,#62c483);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#62c483));background-image:-webkit-linear-gradient(top,#62c462,#62c483);background-image:-o-linear-gradient(top,#62c462,#62c483);background-image:linear-gradient(top,#62c462,#62c483);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#62c483\', GradientType=0);border-color:#62c483 #62c483 #3b9e5c;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#62c46f;background-image:-moz-linear-gradient(top,#62c462,#62c483);background-image:-ms-linear-gradient(top,#62c462,#62c483);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#62c483));background-image:-webkit-linear-gradient(top,#62c462,#62c483);background-image:-o-linear-gradient(top,#62c462,#62c483);background-image:linear-gradient(top,#62c462,#62c483);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#62c483\', GradientType=0);border-color:#62c483 #62c483 #3b9e5c;*background-color:#62c483;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.timely .datepicker td span.active:hover,.timely .datepicker td span.active:active,.timely .datepicker td span.active.active,.timely .datepicker td span.active.disabled,.timely .datepicker td span.active[disabled],.timely .datepicker td span.active:hover:hover,.timely .datepicker td span.active:hover:active,.timely .datepicker td span.active:hover.active,.timely .datepicker td span.active:hover.disabled,.timely .datepicker td span.active:hover[disabled],.timely .datepicker td span.active.disabled:hover,.timely .datepicker td span.active.disabled:active,.timely .datepicker td span.active.disabled.active,.timely .datepicker td span.active.disabled.disabled,.timely .datepicker td span.active.disabled[disabled],.timely .datepicker td span.active.disabled:hover:hover,.timely .datepicker td span.active.disabled:hover:active,.timely .datepicker td span.active.disabled:hover.active,.timely .datepicker td span.active.disabled:hover.disabled,.timely .datepicker td span.active.disabled:hover[disabled]{background-color:#62c483;*background-color:#4fbd74;}.timely .datepicker td span.active:active,.timely .datepicker td span.active.active,.timely .datepicker td span.active:hover:active,.timely .datepicker td span.active:hover.active,.timely .datepicker td span.active.disabled:active,.timely .datepicker td span.active.disabled.active,.timely .datepicker td span.active.disabled:hover:active,.timely .datepicker td span.active.disabled:hover.active{background-color:#42b167 \\9;}.timely .datepicker td span.old{color:#999;}.timely .datepicker th.switch{width:145px;}.timely .datepicker thead tr:first-child th,.timely .datepicker tfoot tr:first-child th{cursor:pointer;}.timely .datepicker thead tr:first-child th:hover,.timely .datepicker tfoot tr:first-child th:hover{background:#eee;}.timely .input-append.date .add-on i,.timely .input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px;}.timely .bootstrap-timepicker.dropdown-menu{top:0;left:0;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:none;min-width:10px;z-index:99999;}.timely .bootstrap-timepicker.dropdown-menu.open{display:inline-block;}.timely .bootstrap-timepicker.dropdown-menu:before{content:\'\';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px;}.timely .bootstrap-timepicker.dropdown-menu:after{content:\'\';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px;}.timely .bootstrap-timepicker.modal{top:30%;margin-top:0;width:200px;margin-left:-100px;}.timely .bootstrap-timepicker.modal .modal-content{padding:0;}.timely .bootstrap-timepicker table{width:100%;margin:0;}.timely .bootstrap-timepicker table td{text-align:center;height:30px;margin:0;padding:2px;}.timely .bootstrap-timepicker table td span{width:100%;}.timely .bootstrap-timepicker table td a{border:1px transparent solid;width:3em;display:inline-block;margin:0;padding:8px 0;outline:0;}.timely .bootstrap-timepicker table td a:hover{background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#ddd;}.timely .bootstrap-timepicker table td a i{margin-top:2px;}.timely .bootstrap-timepicker table td input{width:25px;margin:0;text-align:center;}.timely .bootstrap-timepicker-component .add-on{cursor:pointer;}.timely .bootstrap-timepicker-component .add-on i{display:block;width:16px;height:16px;}.timely a{border:none;}.timely .btn{color:#333;text-shadow:0 1px 1px #fff;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#e6e6e6\', GradientType=0);border-color:#e6e6e6 #e6e6e6 #c0c0c0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#e6e6e6\', GradientType=0);border-color:#e6e6e6 #e6e6e6 #c0c0c0;*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #d9d9d9;*border:0;border-bottom-color:#c0c0c0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.timely .btn:hover,.timely .btn:active,.timely .btn.active,.timely .btn.disabled,.timely .btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}.timely .btn:active,.timely .btn.active{background-color:#cdcdcd \\9;}.timely .btn:hover{color:#1a1a1a;}.timely .btn.disabled,.timely .btn[disabled]{background-color:#f6f6f6;}.timely .btn-primary,.timely .btn-primary:hover,.timely .btn-warning,.timely .btn-warning:hover,.timely .btn-danger,.timely .btn-danger:hover,.timely .btn-success,.timely .btn-success:hover,.timely .btn-info,.timely .btn-info:hover,.timely .btn-inverse,.timely .btn-inverse:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.timely .btn-primary.active,.timely .btn-warning.active,.timely .btn-danger.active,.timely .btn-success.active,.timely .btn-info.active,.timely .btn-inverse.active{color:rgba(255,255,255,0.75);}.timely .btn-primary{background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-primary:hover,.timely .btn-primary:active,.timely .btn-primary.active,.timely .btn-primary.disabled,.timely .btn-primary[disabled]{background-color:#51a351;*background-color:#499249;}.timely .btn-primary:active,.timely .btn-primary.active{background-color:#408140 \\9;}.timely .btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fbb450\', endColorstr=\'#f89406\', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fbb450\', endColorstr=\'#f89406\', GradientType=0);border-color:#f89406 #f89406 #ad6704;*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-warning:hover,.timely .btn-warning:active,.timely .btn-warning.active,.timely .btn-warning.disabled,.timely .btn-warning[disabled]{background-color:#f89406;*background-color:#df8505;}.timely .btn-warning:active,.timely .btn-warning.active{background-color:#c67605 \\9;}.timely .btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ee5f5b\', endColorstr=\'#bd362f\', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ee5f5b\', endColorstr=\'#bd362f\', GradientType=0);border-color:#bd362f #bd362f #802420;*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-danger:hover,.timely .btn-danger:active,.timely .btn-danger.active,.timely .btn-danger.disabled,.timely .btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a;}.timely .btn-danger:active,.timely .btn-danger.active{background-color:#942a25 \\9;}.timely .btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#62c462\', endColorstr=\'#51a351\', GradientType=0);border-color:#51a351 #51a351 #387038;*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-success:hover,.timely .btn-success:active,.timely .btn-success.active,.timely .btn-success.disabled,.timely .btn-success[disabled]{background-color:#51a351;*background-color:#499249;}.timely .btn-success:active,.timely .btn-success.active{background-color:#408140 \\9;}.timely .btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#5bc0de\', endColorstr=\'#2f96b4\', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#5bc0de\', endColorstr=\'#2f96b4\', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-info:hover,.timely .btn-info:active,.timely .btn-info.active,.timely .btn-info.disabled,.timely .btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0;}.timely .btn-info:active,.timely .btn-info.active{background-color:#24748c \\9;}.timely .btn-inverse{background-color:#414141;background-image:-moz-linear-gradient(top,#555,#222);background-image:-ms-linear-gradient(top,#555,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));background-image:-webkit-linear-gradient(top,#555,#222);background-image:-o-linear-gradient(top,#555,#222);background-image:linear-gradient(top,#555,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#555\', endColorstr=\'#222\', GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#414141;background-image:-moz-linear-gradient(top,#555,#222);background-image:-ms-linear-gradient(top,#555,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));background-image:-webkit-linear-gradient(top,#555,#222);background-image:-o-linear-gradient(top,#555,#222);background-image:linear-gradient(top,#555,#222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#555\', endColorstr=\'#222\', GradientType=0);border-color:#222 #222 #000;*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.timely .btn-inverse:hover,.timely .btn-inverse:active,.timely .btn-inverse.active,.timely .btn-inverse.disabled,.timely .btn-inverse[disabled]{background-color:#222;*background-color:#151515;}.timely .btn-inverse:active,.timely .btn-inverse.active{background-color:#090909 \\9;}.timely .btn-toolbar{margin:0;}.timely .btn-group{margin-bottom:6px;vertical-align:bottom;}.timely .btn-group > .btn-primary{z-index:3;}.timely .btn-group.pull-right + .btn-group.pull-right{margin-left:0;margin-right:5px;}.timely .btn-group > .btn,.timely .btn-group > .dropdown-menu,.timely .btn-group > .popover{font-size:13px;}.timely .btn-group > .btn-mini{font-size:11px;}.timely .btn-group > .btn-small{font-size:;}.timely .btn-group > .btn-large{font-size:15px;}.timely .nav{margin:0 0 16px !important;list-style:none !important;padding:0 !important;}.timely .nav > li{list-style:none !important;margin:0 !important;padding:0 !important;}.timely .nav-pills > li > a{margin-top:0;margin-bottom:0;padding:8px 9px 7px;}.timely .nav > li > a:hover,.timely .nav-pills > .active > a,.timely .nav > .dropdown:hover > a,.timely .nav-pills > .active > a:hover,.timely .nav > .dropdown.active > a:hover,.timely .nav-tabs .open .dropdown-toggle,.timely .nav-pills .open .dropdown-toggle,.timely .nav > li.dropdown.open.active > a:hover{background-color:rgba(255,255,255,-0.2);background-image:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.5));background-image:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.5));background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.5)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.5));background-image:-o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.5));background-image:linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'rgba(255,255,255,0)\', endColorstr=\'rgba(255,255,255,0.5)\', GradientType=0);filter:none \\9;background-color:#e0efff;border-color:#e0efff;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) , inset 0 2px 1px rgba(77,77,77,0.1);-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) , inset 0 2px 1px rgba(77,77,77,0.1);box-shadow:inset 0 0 2px rgba(0,0,0,0.3) , inset 0 2px 1px rgba(77,77,77,0.1);color:#000 !important;}.timely .dropdown-toggle{color:#666 !important;}.timely .dropdown-toggle:hover{background-color:#e0efff;border-color:#e0efff;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;color:#000 !important;}.timely .caret{border-top-color:#4d4d4d;border-bottom-color:#4d4d4d;opacity:0.75;filter:alpha(opacity=75);}.timely .dropdown .caret{margin-left:0;}.timely .nav-tabs .dropdown-toggle .caret,.timely .nav-pills .dropdown-toggle .caret{border-top-color:#666;border-bottom-color:#666;}.timely .nav-tabs .dropdown-toggle:hover .caret,.timely .nav-pills .dropdown-toggle:hover .caret,.timely .nav li.dropdown.open .caret,.timely .nav li.dropdown.open.active .caret,.timely .nav li.dropdown.open a:hover .caret,.timely .nav-tabs .active .dropdown-toggle .caret,.timely .nav-pills .active .dropdown-toggle .caret{border-top-color:#000;border-bottom-color:#000;}.timely .dropdown-toggle{cursor:pointer;}.timely .dropdown-menu{border-color:rgba(0,0,0,0.2);margin-top:0 !important;}.timely .dropdown-menu a:hover,.timely .dropdown-menu .active > a,.timely .dropdown-menu .active > a:hover{border:none;background:#e0efff !important;color:#000;}.timely .modal{min-height:250px;margin-left:-250px;width:500px;background-color:#fff !important;border-color:#cacaca !important;}.timely .modal-header{border-bottom-color:#ddd;}.timely .modal-header h2{margin:0;}.timely .modal-body{min-height:90px;max-height:350px;padding:15px;overflow-y:auto;-webkit-overflow-scrolling:touch;}.timely .modal-footer{background-color:#f5f5f5;border-top-color:#ddd;-webkit-box-shadow:0 1px 0 #fff;-moz-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;}.timely .close{color:#4d4d4d;opacity:0.3;filter:alpha(opacity=30);}.timely .close:hover{color:#4d4d4d;opacity:0.6;filter:alpha(opacity=60);}.timely form{margin:0;}.timely select,.timely textarea,.timely input[type=\"text\"],.timely input[type=\"password\"],.timely input[type=\"datetime\"],.timely input[type=\"datetime-local\"],.timely input[type=\"date\"],.timely input[type=\"month\"],.timely input[type=\"time\"],.timely input[type=\"week\"],.timely input[type=\"number\"],.timely input[type=\"email\"],.timely input[type=\"url\"],.timely input[type=\"search\"],.timely input[type=\"tel\"],.timely input[type=\"color\"],.timely input[type=\"file\"],.timely .uneditable-input{color:#555;}.timely select:-moz-placeholder,.timely textarea:-moz-placeholder,.timely input[type=\"text\"]:-moz-placeholder,.timely input[type=\"password\"]:-moz-placeholder,.timely input[type=\"datetime\"]:-moz-placeholder,.timely input[type=\"datetime-local\"]:-moz-placeholder,.timely input[type=\"date\"]:-moz-placeholder,.timely input[type=\"month\"]:-moz-placeholder,.timely input[type=\"time\"]:-moz-placeholder,.timely input[type=\"week\"]:-moz-placeholder,.timely input[type=\"number\"]:-moz-placeholder,.timely input[type=\"email\"]:-moz-placeholder,.timely input[type=\"url\"]:-moz-placeholder,.timely input[type=\"search\"]:-moz-placeholder,.timely input[type=\"tel\"]:-moz-placeholder,.timely input[type=\"color\"]:-moz-placeholder,.timely input[type=\"file\"]:-moz-placeholder,.timely .uneditable-input:-moz-placeholder{color:#999;}.timely select:-ms-input-placeholder,.timely textarea:-ms-input-placeholder,.timely input[type=\"text\"]:-ms-input-placeholder,.timely input[type=\"password\"]:-ms-input-placeholder,.timely input[type=\"datetime\"]:-ms-input-placeholder,.timely input[type=\"datetime-local\"]:-ms-input-placeholder,.timely input[type=\"date\"]:-ms-input-placeholder,.timely input[type=\"month\"]:-ms-input-placeholder,.timely input[type=\"time\"]:-ms-input-placeholder,.timely input[type=\"week\"]:-ms-input-placeholder,.timely input[type=\"number\"]:-ms-input-placeholder,.timely input[type=\"email\"]:-ms-input-placeholder,.timely input[type=\"url\"]:-ms-input-placeholder,.timely input[type=\"search\"]:-ms-input-placeholder,.timely input[type=\"tel\"]:-ms-input-placeholder,.timely input[type=\"color\"]:-ms-input-placeholder,.timely input[type=\"file\"]:-ms-input-placeholder,.timely .uneditable-input:-ms-input-placeholder{color:#999;}.timely select::-webkit-input-placeholder,.timely textarea::-webkit-input-placeholder,.timely input[type=\"text\"]::-webkit-input-placeholder,.timely input[type=\"password\"]::-webkit-input-placeholder,.timely input[type=\"datetime\"]::-webkit-input-placeholder,.timely input[type=\"datetime-local\"]::-webkit-input-placeholder,.timely input[type=\"date\"]::-webkit-input-placeholder,.timely input[type=\"month\"]::-webkit-input-placeholder,.timely input[type=\"time\"]::-webkit-input-placeholder,.timely input[type=\"week\"]::-webkit-input-placeholder,.timely input[type=\"number\"]::-webkit-input-placeholder,.timely input[type=\"email\"]::-webkit-input-placeholder,.timely input[type=\"url\"]::-webkit-input-placeholder,.timely input[type=\"search\"]::-webkit-input-placeholder,.timely input[type=\"tel\"]::-webkit-input-placeholder,.timely input[type=\"color\"]::-webkit-input-placeholder,.timely input[type=\"file\"]::-webkit-input-placeholder,.timely .uneditable-input::-webkit-input-placeholder{color:#999;}.timely select:focus,.timely textarea:focus,.timely input[type=\"text\"]:focus,.timely input[type=\"password\"]:focus,.timely input[type=\"datetime\"]:focus,.timely input[type=\"datetime-local\"]:focus,.timely input[type=\"date\"]:focus,.timely input[type=\"month\"]:focus,.timely input[type=\"time\"]:focus,.timely input[type=\"week\"]:focus,.timely input[type=\"number\"]:focus,.timely input[type=\"email\"]:focus,.timely input[type=\"url\"]:focus,.timely input[type=\"search\"]:focus,.timely input[type=\"tel\"]:focus,.timely input[type=\"color\"]:focus,.timely input[type=\"file\"]:focus,.timely .uneditable-input:focus{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:0 0 8px rgba(82,168,236,0.8);-moz-box-shadow:0 0 8px rgba(82,168,236,0.8);box-shadow:0 0 8px rgba(82,168,236,0.8);}.timely .placeholder{color:#999;}.timely input[disabled],.timely select[disabled],.timely textarea[disabled],.timely input[readonly],.timely select[readonly],.timely textarea[readonly]{border-color:#d9d9d9;cursor:auto;}.timely input[readonly],.timely select[readonly],.timely textarea[readonly]{background-color:#fff;border-color:#ccc;}.timely .select2-container input[type=\"text\"]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.timely input.ai1ec-datepicker[readonly],.timely input.ai1ec-timepicker[readonly]{cursor:pointer;}.timely .datepicker{font-size:11.05px;padding:5.525px;}.timely .datepicker.ai1ec-right-aligned:before{left:auto;right:6px;}.timely .datepicker.ai1ec-right-aligned:after{left:auto;right:7px;}.timely .datepicker th,.timely .datepicker td{height:22.1px;width:24.31px;vertical-align:middle;}.timely .datepicker th{font-weight:bold;}.timely .datepicker thead tr:first-child th:hover,.timely .datepicker tfoot tr:first-child th:hover{background-color:#e0efff;}.timely .datepicker thead tr:first-child th.today,.timely .datepicker tfoot tr:first-child th.today{display:table-cell !important;filter:alpha(opacity=100) !important;margin:0 !important;overflow:visible !important;opacity:100 !important;padding:0 !important;height:22.1px !important;width:24.31px !important;}.timely .datepicker td.day:hover{background-color:#e0efff;}.timely .datepicker td.old,.timely .datepicker td.new{color:#949494;}.timely .datepicker td.disabled,.timely .datepicker td.disabled:hover{background:none;color:#cacaca;}.timely .datepicker td.today,.timely .datepicker td.today:hover,.timely .datepicker td.today.disabled,.timely .datepicker td.today.disabled:hover{background-color:#ffd;background-image:-moz-linear-gradient(top,#ffd,#ffd);background-image:-ms-linear-gradient(top,#ffd,#ffd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffd),to(#ffd));background-image:-webkit-linear-gradient(top,#ffd,#ffd);background-image:-o-linear-gradient(top,#ffd,#ffd);background-image:linear-gradient(top,#ffd,#ffd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffd\', endColorstr=\'#ffd\', GradientType=0);border-color:#ffd #ffd #ffff91;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#ffd;background-image:-moz-linear-gradient(top,#ffd,#ffd);background-image:-ms-linear-gradient(top,#ffd,#ffd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffd),to(#ffd));background-image:-webkit-linear-gradient(top,#ffd,#ffd);background-image:-o-linear-gradient(top,#ffd,#ffd);background-image:linear-gradient(top,#ffd,#ffd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffd\', endColorstr=\'#ffd\', GradientType=0);border-color:#ffd #ffd #ffff91;*background-color:#ffd;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 0 2px #a6a695;-moz-box-shadow:inset 0 0 2px #a6a695;box-shadow:inset 0 0 2px #a6a695;}.timely .datepicker td.today:hover,.timely .datepicker td.today:active,.timely .datepicker td.today.active,.timely .datepicker td.today.disabled,.timely .datepicker td.today[disabled],.timely .datepicker td.today:hover:hover,.timely .datepicker td.today:hover:active,.timely .datepicker td.today:hover.active,.timely .datepicker td.today:hover.disabled,.timely .datepicker td.today:hover[disabled],.timely .datepicker td.today.disabled:hover,.timely .datepicker td.today.disabled:active,.timely .datepicker td.today.disabled.active,.timely .datepicker td.today.disabled.disabled,.timely .datepicker td.today.disabled[disabled],.timely .datepicker td.today.disabled:hover:hover,.timely .datepicker td.today.disabled:hover:active,.timely .datepicker td.today.disabled:hover.active,.timely .datepicker td.today.disabled:hover.disabled,.timely .datepicker td.today.disabled:hover[disabled]{background-color:#ffd;*background-color:#ffffc4;}.timely .datepicker td.today:active,.timely .datepicker td.today.active,.timely .datepicker td.today:hover:active,.timely .datepicker td.today:hover.active,.timely .datepicker td.today.disabled:active,.timely .datepicker td.today.disabled.active,.timely .datepicker td.today.disabled:hover:active,.timely .datepicker td.today.disabled:hover.active{background-color:#ffa \\9;}.timely .datepicker td.active,.timely .datepicker td.active:hover,.timely .datepicker td.active.disabled,.timely .datepicker td.active.disabled:hover{background-color:#e0efff;background-image:-moz-linear-gradient(top,#e0efff,#e0efff);background-image:-ms-linear-gradient(top,#e0efff,#e0efff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0efff),to(#e0efff));background-image:-webkit-linear-gradient(top,#e0efff,#e0efff);background-image:-o-linear-gradient(top,#e0efff,#e0efff);background-image:linear-gradient(top,#e0efff,#e0efff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#e0efff\', endColorstr=\'#e0efff\', GradientType=0);border-color:#e0efff #e0efff #94c8ff;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#e0efff;background-image:-moz-linear-gradient(top,#e0efff,#e0efff);background-image:-ms-linear-gradient(top,#e0efff,#e0efff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0efff),to(#e0efff));background-image:-webkit-linear-gradient(top,#e0efff,#e0efff);background-image:-o-linear-gradient(top,#e0efff,#e0efff);background-image:linear-gradient(top,#e0efff,#e0efff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#e0efff\', endColorstr=\'#e0efff\', GradientType=0);border-color:#e0efff #e0efff #94c8ff;*background-color:#e0efff;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#666;text-shadow:none;}.timely .datepicker td.active:hover,.timely .datepicker td.active:active,.timely .datepicker td.active.active,.timely .datepicker td.active.disabled,.timely .datepicker td.active[disabled],.timely .datepicker td.active:hover:hover,.timely .datepicker td.active:hover:active,.timely .datepicker td.active:hover.active,.timely .datepicker td.active:hover.disabled,.timely .datepicker td.active:hover[disabled],.timely .datepicker td.active.disabled:hover,.timely .datepicker td.active.disabled:active,.timely .datepicker td.active.disabled.active,.timely .datepicker td.active.disabled.disabled,.timely .datepicker td.active.disabled[disabled],.timely .datepicker td.active.disabled:hover:hover,.timely .datepicker td.active.disabled:hover:active,.timely .datepicker td.active.disabled:hover.active,.timely .datepicker td.active.disabled:hover.disabled,.timely .datepicker td.active.disabled:hover[disabled]{background-color:#e0efff;*background-color:#c7e2ff;}.timely .datepicker td.active:active,.timely .datepicker td.active.active,.timely .datepicker td.active:hover:active,.timely .datepicker td.active:hover.active,.timely .datepicker td.active.disabled:active,.timely .datepicker td.active.disabled.active,.timely .datepicker td.active.disabled:hover:active,.timely .datepicker td.active.disabled:hover.active{background-color:#add5ff \\9;}.timely .datepicker td span:hover{background-color:#e0efff;}.timely .datepicker td span.old{color:#949494;}.timely .datepicker td span.disabled,.timely .datepicker td span.disabled:hover{background:none;color:#cacaca;}.timely .datepicker td span.active,.timely .datepicker td span.active:hover,.timely .datepicker td span.active.disabled,.timely .datepicker td span.active.disabled:hover{background-color:#e0efff;background-image:-moz-linear-gradient(top,#e0efff,#e0efff);background-image:-ms-linear-gradient(top,#e0efff,#e0efff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0efff),to(#e0efff));background-image:-webkit-linear-gradient(top,#e0efff,#e0efff);background-image:-o-linear-gradient(top,#e0efff,#e0efff);background-image:linear-gradient(top,#e0efff,#e0efff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#e0efff\', endColorstr=\'#e0efff\', GradientType=0);border-color:#e0efff #e0efff #94c8ff;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#e0efff;background-image:-moz-linear-gradient(top,#e0efff,#e0efff);background-image:-ms-linear-gradient(top,#e0efff,#e0efff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0efff),to(#e0efff));background-image:-webkit-linear-gradient(top,#e0efff,#e0efff);background-image:-o-linear-gradient(top,#e0efff,#e0efff);background-image:linear-gradient(top,#e0efff,#e0efff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#e0efff\', endColorstr=\'#e0efff\', GradientType=0);border-color:#e0efff #e0efff #94c8ff;*background-color:#e0efff;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#666;text-shadow:none;}.timely .datepicker td span.active:hover,.timely .datepicker td span.active:active,.timely .datepicker td span.active.active,.timely .datepicker td span.active.disabled,.timely .datepicker td span.active[disabled],.timely .datepicker td span.active:hover:hover,.timely .datepicker td span.active:hover:active,.timely .datepicker td span.active:hover.active,.timely .datepicker td span.active:hover.disabled,.timely .datepicker td span.active:hover[disabled],.timely .datepicker td span.active.disabled:hover,.timely .datepicker td span.active.disabled:active,.timely .datepicker td span.active.disabled.active,.timely .datepicker td span.active.disabled.disabled,.timely .datepicker td span.active.disabled[disabled],.timely .datepicker td span.active.disabled:hover:hover,.timely .datepicker td span.active.disabled:hover:active,.timely .datepicker td span.active.disabled:hover.active,.timely .datepicker td span.active.disabled:hover.disabled,.timely .datepicker td span.active.disabled:hover[disabled]{background-color:#e0efff;*background-color:#c7e2ff;}.timely .datepicker td span.active:active,.timely .datepicker td span.active.active,.timely .datepicker td span.active:hover:active,.timely .datepicker td span.active:hover.active,.timely .datepicker td span.active.disabled:active,.timely .datepicker td span.active.disabled.active,.timely .datepicker td span.active.disabled:hover:active,.timely .datepicker td span.active.disabled:hover.active{background-color:#add5ff \\9;}.timely .bootstrap-timepicker table td{height:auto;}.timely .bootstrap-timepicker table td a:hover{background-color:#e0efff;border:none;}.timely .datepicker:before,.timely .bootstrap-timepicker.dropdown-menu:before{border-bottom-color:rgba(0,0,0,0.2);}.timely .datepicker:after,.timely .bootstrap-timepicker.dropdown-menu:after{border-bottom-color:#fff;}.timely a [class^=\"icon-\"].hide,.timely a [class*=\" icon-\"].hide{display:none;}.ai1ec-loading{position:absolute;z-index:9;top:0;left:0;width:100%;height:100%;background:url(\'http://www.onecaribbean.org/wp-content/themes-ai1ec/vortex/img/ajax-loader.gif\') no-repeat center center;background-color:rgba(255,255,255,0.5);display:none;}#ai1ec-calendar-view-container .ai1ec-loading{background-color:transparent;background-position:center 150px;}.modal > .ai1ec-loading{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ai1ec-label{font-size:0.85em;font-weight:bold;color:#aaa;text-transform:uppercase;}.ai1ec-allday-badge{color:#fff;background:#507295;-webkit-border-radius:0.9em;-moz-border-radius:0.9em;border-radius:0.9em;-webkit-box-shadow:inset 0 1px 0 #c4ccd4, 0 2px 2px rgba(0,0,0,0.08);-moz-box-shadow:inset 0 1px 0 #c4ccd4, 0 2px 2px rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #c4ccd4, 0 2px 2px rgba(0,0,0,0.08);display:inline-block;font-size:0.85em;font-weight:normal;background-color:#51606f;background-image:-webkit-gradient(linear,0 0,0 100%,from(#7b8c9d),color-stop(50%,#566675),to(#3f4a55));background-image:-webkit-linear-gradient(#7b8c9d,#566675 50%,#3f4a55);background-image:-moz-linear-gradient(top,#7b8c9d,#566675 50%,#3f4a55);background-image:-ms-linear-gradient(#7b8c9d,#566675 50%,#3f4a55);background-image:-o-linear-gradient(#7b8c9d,#566675 50%,#3f4a55);background-image:linear-gradient(#7b8c9d,#566675 50%,#3f4a55);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#7b8c9d\', endColorstr=\'#3f4a55\', GradientType=0);margin:0 0 1px;opacity:0.9;filter:alpha(opacity=90);padding:0 0.7em 0.05em;vertical-align:middle;}.ai1ec-no-results{color:#949494;}.ai1ec-centered{text-align:center;}.ai1ec-prose p,.ai1ec-prose ul,.ai1ec-prose ol,.ai1ec-prose li{font-size:14.04px;line-height:19.2px;}.ai1ec-prose p,.ai1ec-prose ul,.ai1ec-prose ol{margin-bottom:9.6px;}.ai1ec-category{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.5);box-shadow:inset 0 0 1px rgba(0,0,0,0.5);cursor:pointer;display:inline-block;font-size:0.9em;line-height:2em !important;margin:1px 0;padding:0 0.5em !important;text-shadow:0 1px 0 #fff;text-transform:uppercase;white-space:nowrap;color:#666 !important;}.ai1ec-category:hover,.active > .ai1ec-category{background-color:#e0efff;border-color:#e0efff;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;color:#000 !important;}.ai1ec-category-color,.ai1ec-category-color-empty{display:inline-block;height:6px;margin:0 1px;padding:1px;width:6px;}.ai1ec-category-color{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:rgba(0,0,0,0.5);opacity:0.8;filter:alpha(opacity=80);}.ai1ec-tag{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#507295;cursor:pointer;display:inline-block !important;line-height:1.7em !important;margin:1px 0 0;padding:0 4px !important;white-space:nowrap;}.ai1ec-tag i{padding-right:3px;}.ai1ec-tag:hover,.active > .ai1ec-tag{background-color:#e0efff;border-color:#e0efff;-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;color:#000 !important;}.ai1ec-event-avatar{background-color:#fff;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.4);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.4);box-shadow:0 1px 4px rgba(0,0,0,0.4);}.ai1ec-event-avatar img{height:auto;display:block;min-height:90px;width:auto;}.ai1ec-agenda-widget-view .ai1ec-date-title,.ai1ec-agenda-view .ai1ec-date-title{border:1px solid #cacaca;border-top:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.08);-moz-box-shadow:0 2px 2px rgba(0,0,0,0.08);box-shadow:0 2px 2px rgba(0,0,0,0.08);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:#686868;float:left;font-weight:bold !important;background-color:#fbfbfb;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(1em,#fff),to(#eaeaea));background-image:-webkit-linear-gradient(#fff,#fff 1em,#eaeaea);background-image:-moz-linear-gradient(top,#fff,#fff 1em,#eaeaea);background-image:-ms-linear-gradient(#fff,#fff 1em,#eaeaea);background-image:-o-linear-gradient(#fff,#fff 1em,#eaeaea);background-image:linear-gradient(#fff,#fff 1em,#eaeaea);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#eaeaea\', GradientType=0);filter:none \\9;line-height:1.2em;margin:6.5px 0.75em;overflow:hidden;text-align:center;text-shadow:0 1px 0 #fff;width:4em;}.ai1ec-agenda-widget-view .ai1ec-date-title:hover,.ai1ec-agenda-view .ai1ec-date-title:hover{color:#4d4d4d !important;}.ai1ec-agenda-widget-view .ai1ec-month,.ai1ec-agenda-view .ai1ec-month{background:#617284;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;color:#fff;font-size:0.8em;letter-spacing:0.2em;padding:0 0.2em;text-transform:uppercase;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.ai1ec-agenda-widget-view .ai1ec-day,.ai1ec-agenda-view .ai1ec-day{font-size:2em;padding:0.35em 0 0.22em;}.ai1ec-agenda-widget-view .ai1ec-weekday,.ai1ec-agenda-view .ai1ec-weekday{font-size:0.8em;padding:0 0 0.2em;}.ai1ec-agenda-widget-view .ai1ec-year,.ai1ec-agenda-view .ai1ec-year{background-color:#e8e8e8;-webkit-box-shadow:inset 0 3px 3px rgba(0,0,0,0.08);-moz-box-shadow:inset 0 3px 3px rgba(0,0,0,0.08);box-shadow:inset 0 3px 3px rgba(0,0,0,0.08);font-size:0.7em;letter-spacing:0.2em;padding:0 0.2em;}.ai1ec-agenda-widget-view .ai1ec-date,.ai1ec-agenda-view .ai1ec-date{border-top:1px solid #e5e5e5;background:#f5f5f5;background:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),color-stop(1em,#f2f2f2),to(#fff));background:-webkit-linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);background:-moz-linear-gradient(top,#f2f2f2,#f2f2f2 1em,#fff);background:-ms-linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);background:-o-linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);background:linear-gradient(#f2f2f2,#f2f2f2 1em,#fff);background-repeat:no-repeat;}.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today,.ai1ec-agenda-view .ai1ec-date.ai1ec-today{border-top:1px solid #f0f0a9;background:#f6f6cc;background:-webkit-gradient(linear,0 0,0 100%,from(#f4f4bf),color-stop(1em,#f4f4bf),to(#fff));background:-webkit-linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);background:-moz-linear-gradient(top,#f4f4bf,#f4f4bf 1em,#fff);background:-ms-linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);background:-o-linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);background:linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);background-repeat:no-repeat;}.ai1ec-agenda-widget-view .ai1ec-date-events{margin:0 0.5em 0 0;}.ai1ec-agenda-widget-view .ai1ec-date{float:left;width:100%;}.ai1ec-agenda-widget-view .ai1ec-date-title{font-size:0.9em;}.ai1ec-agenda-widget-view .ai1ec-event{clear:right;margin:6.5px 0 6.5px 4.8em;padding:0;position:relative;}.ai1ec-agenda-widget-view .ai1ec-event > a{color:#507295;display:block;background:#fff;border:1px solid #ccc;-webkit-border-radius:0.4em;-moz-border-radius:0.4em;border-radius:0.4em;padding:0.2em 0.4em;}.ai1ec-agenda-widget-view .ai1ec-event > a:hover{border-color:;color:#354c63;}.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time{font-weight:bold;}.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title{font-weight:normal;}.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-allday-badge{vertical-align:bottom;}.popover.ai1ec-popup{line-height:16px;text-align:left;background:none;background-clip:inherit;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:auto;}.popover.ai1ec-popup.fade{opacity:0;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;}.popover.ai1ec-popup.fade.in{opacity:1;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;}.popover.ai1ec-popup.top{margin-top:0;}.popover.ai1ec-popup.right{margin-left:0;}.popover.ai1ec-popup.bottom{margin-top:0;}.popover.ai1ec-popup.left{margin-left:0;}.popover.ai1ec-popup .arrow{z-index:1;}.popover.ai1ec-popup.top .arrow{bottom:0;left:50%;margin-left:-10px;margin-bottom:-12px;border:solid transparent;border-width:10px;border-top-color:#ccc;}.popover.ai1ec-popup.top .arrow:after{content:\" \";height:0;width:0;position:absolute;z-index:10;border:solid transparent;border-width:12px;border-top-color:#fff;margin-left:-12px;margin-top:-14px;}.popover.ai1ec-popup.left .arrow{top:50%;right:0;margin-top:-10px;margin-right:-12px;border:solid transparent;border-width:10px;border-left-color:#ccc;}.popover.ai1ec-popup.left .arrow:after{content:\" \";height:0;width:0;position:absolute;z-index:10;border:solid transparent;border-width:12px;border-left-color:#fff;margin-top:-12px;margin-left:-14px;}.popover.ai1ec-popup.bottom .arrow{top:0;left:50%;margin-left:-10px;margin-top:-12px;border:solid transparent;border-width:10px;border-bottom-color:#ccc;}.popover.ai1ec-popup.bottom .arrow:after{content:\" \";height:0;width:0;position:absolute;z-index:10;border:solid transparent;border-width:12px;border-bottom-color:#fff;margin-left:-12px;margin-top:-10px;}.popover.ai1ec-popup.right .arrow{top:50%;left:0;margin-top:-10px;margin-left:-12px;border:solid transparent;border-width:10px;border-right-color:#ccc;}.popover.ai1ec-popup.right .arrow:after{content:\" \";height:0;width:0;position:absolute;z-index:10;border:solid transparent;border-width:12px;border-right-color:#fff;margin-top:-12px;margin-left:-10px;}.popover.ai1ec-popup .popover-inner{background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 10px rgba(0,0,0,0.3);box-shadow:0 3px 10px rgba(0,0,0,0.3);padding:1px;position:relative;width:170px;}.popover.ai1ec-popup .popover-content{background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#333;font-size:10px;font-weight:normal;padding:5px 8px;position:relative;z-index:2;}.popover.ai1ec-popup .ai1ec-event-time{padding:1px 8px;background:#eee;margin:2px -8px 0;font-weight:bold;}.popover.ai1ec-popup .ai1ec-event-avatar{margin:6px auto 3px;position:relative;width:85%;}.popover.ai1ec-popup .ai1ec-event-avatar img{width:100%;}.popover.ai1ec-popup .ai1ec-category-colors{float:right;font-size:0.9em;}.popover.ai1ec-popup .ai1ec-category-color{padding:1px;}.popover.ai1ec-popup .post-edit-link{font-size:11px;margin-left:2px;white-space:nowrap;}.popover.ai1ec-popup .post-edit-link i{font-size:13px;}.popover.ai1ec-popup.left.ai1ec-popup-in-oneday-view{margin-left:49px;}.popover-title.ai1ec-popup-title{font-size:12px;font-weight:bold;line-height:inherit;background:none;border-bottom:none;padding:0;}.popover-title.ai1ec-popup-title a{font-weight:bold !important;}.ai1ec-popup-excerpt{font-size:11px;margin-top:2px;}.ai1ec-geo-ac-results-not-ready{visibility:hidden;}.ai1ec-geo-ac-results img{float:left;margin-right:5px;}.ai1ec-geo-ac-results .dropdown-menu{display:block;width:275px;}.ai1ec-geo-ac-results .dropdown-menu li{clear:left;color:#666;cursor:pointer;margin:2px 0;padding:0 5px;}.ai1ec-geo-ac-results .dropdown-menu li:hover{color:#000;background-color:#e0efff;}.modal-open .ai1ec-geo-ac-results{z-index:20050;}.ai1ec-visible-narrow-phone{display:none !important;}@media (max-width: 480px){.ai1ec-visible-narrow-phone{display:inherit !important;}.ai1ec-hidden-narrow-phone{display:none !important;}.timely .btn{font-size:11px;}.timely .btn-large{font-size:15px;}}@media (max-width: 500px){.modal{position:fixed;top:3%;right:3%;left:3%;width:auto;margin:0;}.modal.fade.in{top:3%;}.modal-body{max-height:222px;}}.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:\"\";}.clearfix:after{clear:both;}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}.ai1ec-single-event .ai1ec-event-details,.ai1ec-multi-event .ai1ec-event-details{margin-bottom:12px;}.ai1ec-single-event .ai1ec-event-details > *,.ai1ec-multi-event .ai1ec-event-details > *{clear:left;margin-bottom:8px;position:relative;}.ai1ec-single-event .ai1ec-event-details .pull-right,.ai1ec-multi-event .ai1ec-event-details .pull-right{clear:right !important;margin-left:10px;z-index:1;}.ai1ec-single-event .ai1ec-label,.ai1ec-multi-event .ai1ec-label{font-size:12.155px;left:0;line-height:17px;margin-top:2.145px;position:absolute;height:100%;text-align:right;top:0;width:80px;}.ai1ec-single-event .ai1ec-field-value,.ai1ec-multi-event .ai1ec-field-value{margin-left:90px;min-height:20px;}.ai1ec-single-event .ai1ec-time .ai1ec-field-value,.ai1ec-multi-event .ai1ec-time .ai1ec-field-value{font-size:1.2em;}.ai1ec-single-event .ai1ec-time .ai1ec-field-value .ai1ec-allday-badge,.ai1ec-multi-event .ai1ec-time .ai1ec-field-value .ai1ec-allday-badge{font-size:0.75em;line-height:1.4em;}.ai1ec-single-event .ai1ec-exclude,.ai1ec-multi-event .ai1ec-exclude{color:#949494;font-size:0.9em;}.ai1ec-single-event .ai1ec-edit-instance-link,.ai1ec-multi-event .ai1ec-edit-instance-link{font-size:0.9em;}.ai1ec-single-event .ai1ec-categories .ai1ec-label.ai1ec-hidden-narrow-phone,.ai1ec-single-event .ai1ec-tags .ai1ec-label.ai1ec-hidden-narrow-phone,.ai1ec-multi-event .ai1ec-categories .ai1ec-label.ai1ec-hidden-narrow-phone,.ai1ec-multi-event .ai1ec-tags .ai1ec-label.ai1ec-hidden-narrow-phone{cursor:help;margin-top:4px;}.ai1ec-single-event .ai1ec-categories + .ai1ec-tags,.ai1ec-multi-event .ai1ec-categories + .ai1ec-tags{margin-top:-8px;}.ai1ec-single-event .ai1ec-category,.ai1ec-multi-event .ai1ec-category{font-size:0.8em;}.ai1ec-single-event .ai1ec-tag,.ai1ec-multi-event .ai1ec-tag{font-size:0.85em;}.ai1ec-single-event .ai1ec-map,.ai1ec-multi-event .ai1ec-map{width:45%;}.ai1ec-single-event .ai1ec-gmap-container,.ai1ec-multi-event .ai1ec-gmap-container{border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;}.ai1ec-single-event #ai1ec-gmap-canvas,.ai1ec-multi-event #ai1ec-gmap-canvas{width:100%;height:140px;}.ai1ec-single-event .ai1ec-gmap-link,.ai1ec-multi-event .ai1ec-gmap-link{position:absolute;margin:0;bottom:-1px;right:-1px;}.ai1ec-single-event #ai1ec-gmap-canvas input,.ai1ec-multi-event #ai1ec-gmap-canvas input{margin:0 !important;}.ai1ec-single-event .ai1ec-gmap-placeholder,.ai1ec-multi-event .ai1ec-gmap-placeholder{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#507295;cursor:pointer;height:12em;border:1px dashed #ddd;min-width:18em;margin-bottom:0.3em;text-align:center;width:100%;}.ai1ec-single-event .ai1ec-gmap-placeholder:hover,.ai1ec-multi-event .ai1ec-gmap-placeholder:hover{border-color:#b7b7b7;color:#354c63;}.ai1ec-single-event .ai1ec-gmap-placeholder strong,.ai1ec-multi-event .ai1ec-gmap-placeholder strong{position:relative;top:45%;}.ai1ec-single-event .ai1ec-gmap-container-hidden,.ai1ec-multi-event .ai1ec-gmap-container-hidden{position:absolute !important;visibility:hidden;}.ai1ec-single-event .ai1ec-contact span,.ai1ec-multi-event .ai1ec-contact span{display:inline-block;white-space:nowrap;}.ai1ec-single-event .ai1ec-contact span i:first-child:before,.ai1ec-multi-event .ai1ec-contact span i:first-child:before{text-align:center;width:1.7em;}.ai1ec-single-event{font-size:14.3px;line-height:20px;}.ai1ec-single-event .ai1ec-event-avatar{max-width:40%;}.ai1ec-single-event .ai1ec-event-avatar img{max-width:300px;max-height:300px;min-height:0;width:100%;}.ai1ec-multi-event,.ai1ec-excerpt{font-size:12.87px;line-height:18px;}.ai1ec-multi-event .ai1ec-label,.ai1ec-excerpt .ai1ec-label{margin-top:1.43px;}.ai1ec-excerpt{margin-bottom:10px;}.ai1ec-event-footer{clear:both;color:#949494;font-size:0.9em;}.ai1ec-ics-icon{background:url(\'http://www.onecaribbean.org/wp-content/themes-ai1ec/vortex/img/ics-icon.png\') no-repeat right;padding-right:15px;}@media (max-width: 480px){.ai1ec-single-event .ai1ec-label,.ai1ec-multi-event .ai1ec-label,.ai1ec-excerpt .ai1ec-label{line-height:20px;margin:0;position:static;height:auto;text-align:left;width:auto;}.ai1ec-single-event .ai1ec-field-value,.ai1ec-multi-event .ai1ec-field-value,.ai1ec-excerpt .ai1ec-field-value{margin-left:10px;}}@media (max-width: 767px){.ai1ec-single-event .btn-group > .btn,.ai1ec-multi-event .btn-group > .btn,.ai1ec-excerpt .btn-group > .btn{display:block;float:none;margin-left:0;margin-top:-1px;}.ai1ec-single-event .btn-group > .btn:first-child,.ai1ec-multi-event .btn-group > .btn:first-child,.ai1ec-excerpt .btn-group > .btn:first-child{margin-top:0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.ai1ec-single-event .btn-group > .btn:last-child,.ai1ec-multi-event .btn-group > .btn:last-child,.ai1ec-excerpt .btn-group > .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}}.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:\"\";}.clearfix:after{clear:both;}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}.ai1ec-container{clear:both;}#ai1ec-calendar-view-container{position:relative;-webkit-transform:translateZ(0);}#ai1ec-calendar-view .post-edit-link{white-space:nowrap;}.ai1ec-calendar-toolbar{background-color:#f8f8f8;background-image:-moz-linear-gradient(top,#fff,#eee);background-image:-ms-linear-gradient(top,#fff,#eee);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff,#eee);background-image:-o-linear-gradient(top,#fff,#eee);background-image:linear-gradient(top,#fff,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#eee\', GradientType=0);border-color:#eee #eee #c7c7c7;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);background-color:#f8f8f8;background-image:-moz-linear-gradient(top,#fff,#eee);background-image:-ms-linear-gradient(top,#fff,#eee);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff,#eee);background-image:-o-linear-gradient(top,#fff,#eee);background-image:linear-gradient(top,#fff,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#fff\', endColorstr=\'#eee\', GradientType=0);border-color:#eee #eee #c7c7c7;*background-color:#eee;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);text-shadow:0 1px 1px #fff;border:1px solid #e4e4e4;*border:0;border-bottom-color:#cbcbcb;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:4px 8px;margin-bottom:8px;}.ai1ec-calendar-toolbar .nav{margin:0 !important;}.ai1ec-calendar-toolbar .btn-group{margin:2px 0;}.no-touch .ai1ec-calendar-toolbar .dropdown:hover > .dropdown-menu{display:block;}.ai1ec-views-dropdown .dropdown-menu a{line-height:20px;}.ai1ec-views-dropdown a img{border:0 !important;padding:0 !important;margin:-4px 0 !important;float:none !important;position:static !important;vertical-align:middle;background:none !important;}.ai1ec-category-filter .ai1ec-category,.ai1ec-category-filter .ai1ec-tag,.ai1ec-tag-filter .ai1ec-category,.ai1ec-tag-filter .ai1ec-tag{font-size:12px;}.ai1ec-category-filter .ai1ec-category-color,.ai1ec-tag-filter .ai1ec-category-color{height:7px;width:7px;}.ai1ec-category-filter .dropdown-menu,.ai1ec-tag-filter .dropdown-menu{padding:1px 2px;}.ai1ec-tag-filter .dropdown-menu{max-height:250px;min-width:200px;overflow:auto;}.ai1ec-clear-filter{cursor:pointer;display:none;}.dropdown.active > .dropdown-toggle > i{display:none !important;}.dropdown.active > .dropdown-toggle .ai1ec-clear-filter{display:inline;}.ai1ec-minical-trigger{padding-left:6px;padding-right:6px;}.ai1ec-icon-datepicker{opacity:0.75;filter:alpha(opacity=75);filter:none \\9;display:inline-block;height:18px;width:18px;}h2.ai1ec-calendar-title{color:#9e9e9e !important;float:left;font-size:16.25px !important;line-height:18px !important;margin:8px 8px 6px 0 !important;text-transform:uppercase;}.ai1ec-pagination{margin-left:5px;}.ai1ec-pagination > .btn{font-size:11px !important;height:16px;padding:4px 9px;text-transform:uppercase;}.ai1ec-pagination > .btn > i{font-size:12px;line-height:16px;}.ai1ec-pagination > .btn.ai1ec-prev-month > i,.ai1ec-pagination > .btn.ai1ec-next-month > i,.ai1ec-pagination > .btn.ai1ec-prev-year > i,.ai1ec-pagination > .btn.ai1ec-next-year > i{font-size:13px;}.ai1ec-pagination > .btn.ai1ec-prev-month,.ai1ec-pagination > .btn.ai1ec-next-month{min-width:36px;}.ai1ec-pagination > .btn.ai1ec-prev-year,.ai1ec-pagination > .btn.ai1ec-next-year{min-width:40px;}.ai1ec-pagination .ai1ec-icon-datepicker{vertical-align:top;margin:-2px -1px 0 !important;}#ai1ec-print-button i{font-size:14px;margin-top:-2px;}table.ai1ec-month-view,.ai1ec-week-view table,.ai1ec-oneday-view table{border-collapse:collapse;border:1px solid #ddd !important;margin:0 !important;background:#fff;table-layout:fixed !important;clear:both;width:100% !important;}table.ai1ec-month-view{margin-bottom:6px !important;}.ai1ec-week-view .tablescroll_wrapper,.ai1ec-oneday-view .tablescroll_wrapper{border-bottom:1px solid #ddd;margin-bottom:6px;position:relative;width:auto !important;}table.ai1ec-week-view-original,table.ai1ec-oneday-view-original{visibility:hidden;height:400px;}table.ai1ec-week-view-original.tablescroll_body,table.ai1ec-oneday-view-original.tablescroll_body{visibility:visible;height:auto;}.ai1ec-week-view table.tablescroll_head,.ai1ec-week-view table.tablescroll_head th,.ai1ec-oneday-view table.tablescroll_head,.ai1ec-oneday-view table.tablescroll_head th{border-bottom:none !important;padding:2.48px !important;}table.ai1ec-week-view-original.tablescroll_body,table.ai1ec-week-view-original.tablescroll_body tr:first-child td,table.ai1ec-oneday-view-original.tablescroll_body,table.ai1ec-oneday-view-original.tablescroll_body tr:first-child td{border-top:none !important;}.ai1ec-month-view td,.ai1ec-week-view td,.ai1ec-oneday-view td{border:1px solid #ddd !important;background:none !important;padding:0 !important;text-align:left;vertical-align:top;}.ai1ec-month-view th,.ai1ec-week-view th,.ai1ec-oneday-view th{border:none !important;background:#f5f5f5 !important;padding:0.2em !important;}.ai1ec-month-view td.ai1ec-empty{background:#f5f5f5 !important;}.ai1ec-month-view th,.ai1ec-week-view th,.ai1ec-week-view .ai1ec-hour-marker div,.ai1ec-week-view .ai1ec-allday-label,.ai1ec-oneday-view th,.ai1ec-oneday-view .ai1ec-hour-marker div,.ai1ec-oneday-view .ai1ec-allday-label{color:#9e9e9e !important;text-shadow:0 1px 0 #fff;}.ai1ec-month-view th,.ai1ec-oneday-view th{text-align:center !important;}.ai1ec-week-view th{text-align:left !important;}.ai1ec-week-view .ai1ec-day,.ai1ec-oneday-view .ai1ec-day{height:1440px;}.ai1ec-week-view th .ai1ec-weekday-date,.ai1ec-oneday-view th .ai1ec-weekday-date{font-size:10.5pt !important;font-weight:normal !important;}.ai1ec-week-view th .ai1ec-weekday-day{font-size:9pt !important;font-weight:normal !important;}.ai1ec-month-view .ai1ec-day,.ai1ec-week-view .ai1ec-day,.ai1ec-week-view .ai1ec-allday-events,.ai1ec-oneday-view .ai1ec-day,.ai1ec-oneday-view .ai1ec-allday-events{position:relative;}.ai1ec-month-view .ai1ec-day-stretcher{float:left;height:94px;width:0;}.ai1ec-month-view .ai1ec-today,.ai1ec-week-view .ai1ec-today{background:#ffd !important;}.ai1ec-month-view .ai1ec-date{background:#eaf4ff;color:#abb1b8;font-size:10pt;line-height:13px;height:13px;margin-bottom:1px;padding:0 0.4em;font-size:8pt;text-align:right;text-shadow:0 1px 0 #fff;}.ai1ec-posterboard-view{clear:both;overflow:hidden;margin:0 auto !important;min-height:16px;padding:0 0 6px !important;background-color:rgba(255,255,255,0);}.ai1ec-posterboard-view .ai1ec-date-block-wrap{background:#3f72a6;color:#fff;float:right;margin:0 0 5px 7px;min-width:50px;opacity:0.75;filter:alpha(opacity=75);position:relative;text-align:center;text-shadow:0 -1px 1px rgba(0,0,0,0.5);-webkit-transition:0.1s opacity;-moz-transition:0.1s opacity;-ms-transition:0.1s opacity;-o-transition:0.1s opacity;transition:0.1s opacity;z-index:1;}.ai1ec-posterboard-view .ai1ec-date-block-wrap:hover{opacity:0.9;filter:alpha(opacity=90);}.ai1ec-posterboard-view .ai1ec-date-block-wrap a{color:#fff;}.ai1ec-posterboard-view .ai1ec-month{background:rgba(255,255,255,0.2);font-size:0.8em;letter-spacing:0.2em;padding:0 0.4em;text-transform:uppercase;}.ai1ec-posterboard-view .ai1ec-day{font-size:2.2em;padding:0.3em 0.2em 0.2em;font-weight:bold;}.ai1ec-posterboard-view .ai1ec-weekday{font-size:0.7em;letter-spacing:0.2em;line-height:1.8em;}.ai1ec-posterboard-view .ai1ec-year{background:rgba(255,255,255,0.2);font-size:0.7em;letter-spacing:0.2em;line-height:1.8em;}.ai1ec-posterboard-view .ai1ec-event-wrap{background:#fff9f0;border:1px solid #fff9f0;-webkit-box-shadow:0 5px 14px rgba(0,0,0,0.4);-moz-box-shadow:0 5px 14px rgba(0,0,0,0.4);box-shadow:0 5px 14px rgba(0,0,0,0.4);margin:6px;padding:7px;opacity:0.85;filter:alpha(opacity=85);-webkit-transition:opacity 0.1s;-moz-transition:opacity 0.1s;-ms-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s;}.ai1ec-posterboard-view .ai1ec-event-wrap:hover{opacity:1;filter:alpha(opacity=100);}.ai1ec-posterboard-view .ai1ec-event{position:relative;font-size:10pt;padding:0 !important;margin:0 -2px 0 0 !important;float:left;width:240px;}.ai1ec-posterboard-view .ai1ec-event .post-edit-link{float:right;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.1s;-moz-transition:opacity 0.1s;-ms-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s;}.ai1ec-posterboard-view .ai1ec-event:hover{border-color:;opacity:1;filter:alpha(opacity=100);z-index:1;}.ai1ec-posterboard-view .ai1ec-event:hover .post-edit-link{opacity:1;filter:alpha(opacity=100);}.ai1ec-posterboard-view .ai1ec-event-wrap{margin:6px;background:#fff9f0;border:1px solid #fff9f0;padding:7px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.ai1ec-posterboard-view .ai1ec-event-title-wrap{line-height:25px;margin-bottom:0.3em;}.ai1ec-posterboard-view .ai1ec-event-title{font-weight:bold;font-family:\"League Gothic\", Impact, \"Arial Black\", Arial, sans-serif;font-size:30px;color:#555;}.ai1ec-posterboard-view .ai1ec-event-title a{font-weight:bold !important;}.ai1ec-posterboard-view .ai1ec-event-avatar{border:1px solid rgba(0,0,0,0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;clear:both;margin:5px 0;padding:8px;position:relative;width:100%;}.ai1ec-posterboard-view .ai1ec-event-avatar img{width:100%;}.ai1ec-posterboard-view .ai1ec-event-time,.ai1ec-posterboard-view .ai1ec-event-description{font-size:9pt;line-height:1.5em;}.ai1ec-posterboard-view .ai1ec-event-description{margin-top:5px;}.ai1ec-posterboard-view .ai1ec-event-time{font-weight:bold;}.ai1ec-posterboard-view footer{background:#f6f1ea;border-top:1px solid #ede3d5;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;font-size:8pt;margin:5px -8px -8px;padding:5px 8px 6px;position:relative;}.ai1ec-posterboard-view footer > div{overflow:hidden;white-space:nowrap;}.ai1ec-posterboard-view footer > div:hover{white-space:normal;}.ai1ec-posterboard-view footer:after{content:\' \';display:block;height:100%;background:#f6f1ea;background:-moz-linear-gradient(left,rgba(246,241,234,0),#f6f1ea);background:-ms-linear-gradient(left,rgba(246,241,234,0),#f6f1ea);background:-webkit-gradient(linear,0 0,100% 0,from(rgba(246,241,234,0)),to(#f6f1ea));background:-webkit-linear-gradient(left,rgba(246,241,234,0),#f6f1ea);background:-o-linear-gradient(left,rgba(246,241,234,0),#f6f1ea);background:linear-gradient(left,rgba(246,241,234,0),#f6f1ea);background-repeat:repeat-x;position:absolute;top:0;right:0;width:30px;z-index:1;}.ai1ec-posterboard-view footer:hover:after{display:none;}.ai1ec-week-view,.ai1ec-oneday-view{clear:both;}.ai1ec-week-view .ai1ec-grid-container,.ai1ec-oneday-view .ai1ec-grid-container{position:absolute;top:auto;left:0;right:0;}.ai1ec-week-view .ai1ec-now-marker,.ai1ec-week-view .ai1ec-hour-marker,.ai1ec-week-view .ai1ec-quarter-marker,.ai1ec-oneday-view .ai1ec-now-marker,.ai1ec-oneday-view .ai1ec-hour-marker,.ai1ec-oneday-view .ai1ec-quarter-marker{position:absolute;left:0;right:0;}.ai1ec-week-view .ai1ec-hour-marker,.ai1ec-oneday-view .ai1ec-hour-marker{border-top:1px solid #ddd;border-top:1px solid rgba(221,221,221,0.7);height:60px;background:rgba(221,221,221,0.4) !important;}.ai1ec-week-view .ai1ec-hour-marker.ai1ec-business-hour,.ai1ec-oneday-view .ai1ec-hour-marker.ai1ec-business-hour{background:none !important;}.ai1ec-week-view .ai1ec-hour-marker div,.ai1ec-week-view .ai1ec-allday-label,.ai1ec-oneday-view .ai1ec-hour-marker div,.ai1ec-oneday-view .ai1ec-allday-label{position:relative;z-index:2;margin-left:1px;padding:0 3px;font-size:8pt !important;font-weight:normal !important;background:#f5f5f5;float:left;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ai1ec-week-view .ai1ec-allday-label,.ai1ec-oneday-view .ai1ec-allday-label{margin-top:1px;}.ai1ec-week-view .ai1ec-quarter-marker,.ai1ec-oneday-view .ai1ec-quarter-marker{border-top:1px solid #ddd;border-top:1px solid rgba(221,221,221,0.4);}.ai1ec-week-view .ai1ec-now-marker,.ai1ec-oneday-view .ai1ec-now-marker{border-top:2px solid #f2c539;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.35);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.35);box-shadow:inset 0 1px 1px rgba(0,0,0,0.35);height:4px;text-shadow:0 1px 1px rgba(0,0,0,0.4);z-index:2;}.ai1ec-week-view .ai1ec-now-marker div,.ai1ec-oneday-view .ai1ec-now-marker div{background-color:#f2c539;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.35);box-shadow:0 1px 1px rgba(0,0,0,0.35);color:#fff;opacity:0;filter:alpha(opacity=0);font-size:11px;float:left;padding:1px 4px;-webkit-transition:opacity 0.1s;-moz-transition:opacity 0.1s;-ms-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s;}.ai1ec-week-view .ai1ec-now-marker:hover div,.ai1ec-oneday-view .ai1ec-now-marker:hover div{opacity:1;filter:alpha(opacity=100);}.ai1ec-month-view a.ai1ec-event-container,.ai1ec-week-view a.ai1ec-event-container,.ai1ec-oneday-view a.ai1ec-event-container{border:none;display:block;font-size:12px;opacity:0.85;filter:alpha(opacity=85);}.ai1ec-month-view a.ai1ec-event-container:hover,.ai1ec-month-view a.ai1ec-event-container.ai1ec-hover,.ai1ec-week-view a.ai1ec-event-container:hover,.ai1ec-week-view a.ai1ec-event-container.ai1ec-hover,.ai1ec-oneday-view a.ai1ec-event-container:hover,.ai1ec-oneday-view a.ai1ec-event-container.ai1ec-hover{opacity:1;filter:alpha(opacity=100);}.ai1ec-month-view .ai1ec-event,.ai1ec-week-view .ai1ec-event,.ai1ec-oneday-view .ai1ec-event{max-height:100%;overflow:hidden;margin:1px 0 0;padding:0 3px 1px;white-space:nowrap;}.ai1ec-month-view .ai1ec-event-time,.ai1ec-week-view .ai1ec-event-time,.ai1ec-oneday-view .ai1ec-event-time{font-weight:bold;font-size:11px;}.ai1ec-month-view a.ai1ec-event-container,.ai1ec-week-view .ai1ec-allday-events a.ai1ec-event-container,.ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container{position:relative;}.ai1ec-month-view .ai1ec-allday .ai1ec-event,.ai1ec-month-view .ai1ec-multiday .ai1ec-event,.ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event,.ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event,.ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event,.ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#507295;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.4);}.ai1ec-oneday-view a.ai1ec-event-container{margin-right:10px;}.ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container{margin:0 0 0 53px;}.ai1ec-week-view .ai1ec-week a.ai1ec-event-container,.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container{background-color:#fff;background-image:-webkit-linear-gradient(top,#f6f8fa,#cbd5df 120px);background-image:-moz-linear-gradient(top,#f6f8fa,#cbd5df 120px);background-image:-ms-linear-gradient(top,#f6f8fa,#cbd5df 120px);background-image:-o-linear-gradient(top,#f6f8fa,#cbd5df 120px);background-image:linear-gradient(top,#f6f8fa,#cbd5df 120px);border:1px solid #a8b9ca;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 2px 4px rgba(0,0,0,0.15);-moz-box-shadow:1px 2px 4px rgba(0,0,0,0.15);box-shadow:1px 2px 4px rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;line-height:15px;margin:0 -1px;min-height:34px;position:absolute;right:0;text-shadow:0 1px 0 #fff;}.ai1ec-week-view .ai1ec-week a.ai1ec-event-container.ai1ec-raised,.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container.ai1ec-raised{z-index:5;}.ai1ec-week-view .ai1ec-week a.ai1ec-event-container:hover,.ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container:hover{border-color:#9aa6b1;}.ai1ec-week-view .ai1ec-week .ai1ec-event,.ai1ec-oneday-view .ai1ec-oneday .ai1ec-event{margin:0;position:absolute;bottom:1px;left:0;right:0;top:1px;}.ai1ec-week-view .ai1ec-week .ai1ec-event-title,.ai1ec-oneday-view .ai1ec-oneday .ai1ec-event-title{display:block;white-space:normal;}.ai1ec-month-view .ai1ec-event{height:14px;line-height:14px;margin:0 0 1px;}.ai1ec-month-view .ai1ec-allday{padding-left:1px;width:97.5%;}.ai1ec-month-view .ai1ec-allday.ai1ec-multiday{padding-left:0;}.ai1ec-month-view .ai1ec-multiday{z-index:1;}.ai1ec-month-view .ai1ec-multiday-arrow1{background:#507295;border:7px solid #fff;border-left-color:#507295;border-right-width:0;height:1px;position:absolute;right:0;top:0;width:0;}.ai1ec-month-view .ai1ec-multiday-arrow2{border:7px solid #507295;border-left-color:#fff;border-right-width:2px;height:1px;left:0;position:absolute;top:0;width:0;}.ai1ec-month-view .ai1ec-multiday-bar{background:#507295;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;height:15px;left:0;position:absolute;top:0;}.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event-title{margin-left:7px;}.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event{margin:0;}.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event-time{display:none;}.ai1ec-month-view .ai1ec-event-dropdown{background:#fff;border:1px solid #e7e7e7;border-top:0;left:-1px;position:absolute;top:78px;width:90px;z-index:1000;}.ai1ec-month-view .ai1ec-obscured{display:none !important;}.ai1ec-month-view a.ai1ec-scroll-up,.ai1ec-month-view a.ai1ec-scroll-down{border:1px solid #ddd;-webkit-border-radius:0.2em;-moz-border-radius:0.2em;border-radius:0.2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:block;left:50%;height:16px;line-height:14px;margin-left:-8px;position:relative;text-align:center;width:16px;}.ai1ec-month-view a.ai1ec-scroll-up:hover,.ai1ec-month-view a.ai1ec-scroll-down:hover{background-color:#ddd;}.ai1ec-month-view a.ai1ec-scroll-up.ai1ec-disabled,.ai1ec-month-view a.ai1ec-scroll-down.ai1ec-disabled{border:none;cursor:default;opacity:0.2;filter:alpha(opacity=20);padding:1px;}.ai1ec-month-view a.ai1ec-scroll-up.ai1ec-disabled:hover,.ai1ec-month-view a.ai1ec-scroll-down.ai1ec-disabled:hover{background-color:transparent;}.ai1ec-oneday-view .ai1ec-start-truncated .ai1ec-event-time,.ai1ec-week-view .ai1ec-start-truncated .ai1ec-event-time{display:none;}.ai1ec-oneday-view .ai1ec-start-truncated,.ai1ec-week-view .ai1ec-start-truncated{border-top-left-radius:0;border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;}.ai1ec-oneday-view .ai1ec-end-truncated,.ai1ec-week-view .ai1ec-end-truncated{border-bottom-left-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;}.ai1ec-oneday-view .ai1ec-start-truncator,.ai1ec-oneday-view .ai1ec-end-truncator,.ai1ec-week-view .ai1ec-start-truncator,.ai1ec-week-view .ai1ec-end-truncator{position:absolute;line-height:1em;font-size:7px;text-shadow:none;opacity:0.5;filter:alpha(opacity=50);}.ai1ec-oneday-view .ai1ec-start-truncator,.ai1ec-week-view .ai1ec-start-truncator{top:-1px;left:-1px;}.ai1ec-oneday-view .ai1ec-end-truncator,.ai1ec-week-view .ai1ec-end-truncator{bottom:-1px;right:-1px;}.ai1ec-agenda-view{clear:both;overflow:hidden;margin:0 0 6px;}.ai1ec-agenda-view .ai1ec-date-events{overflow:hidden;margin:0 0.75em 0 0;}.ai1ec-agenda-view .ai1ec-date{overflow:hidden;}.ai1ec-agenda-view .ai1ec-event-toggle{float:right;font-size:14px;font-weight:bold;color:#b8b8b8;-webkit-transition:color 0.1s;-moz-transition:color 0.1s;-ms-transition:color 0.1s;-o-transition:color 0.1s;transition:color 0.1s;}.ai1ec-agenda-view .ai1ec-event-toggle .icon-minus-sign{display:none;}.ai1ec-agenda-view .ai1ec-event{position:relative;clear:right;overflow:hidden;padding:0.6em;margin:6.5px 0;background:#fff;border:1px solid #ccc;-webkit-border-radius:0.5em;-moz-border-radius:0.5em;border-radius:0.5em;-webkit-transition:border-color 0.1s;-moz-transition:border-color 0.1s;-ms-transition:border-color 0.1s;-o-transition:border-color 0.1s;transition:border-color 0.1s;}.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded{border-color:;-webkit-box-shadow:0 2px 4px #e4e4e4;-moz-box-shadow:0 2px 4px #e4e4e4;box-shadow:0 2px 4px #e4e4e4;}.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded .ai1ec-event-toggle .icon-minus-sign{display:inline-block;}.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded .ai1ec-event-toggle .icon-plus-sign{display:none;}.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header{cursor:pointer;}.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header:hover .ai1ec-event-toggle{color:#686868;}.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title{color:#507295;font-weight:bold;font-size:10.5pt;margin:0 0 0.4em;-webkit-transition:color 0.1s;-moz-transition:color 0.1s;-ms-transition:color 0.1s;-o-transition:color 0.1s;transition:color 0.1s;}.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time{font-size:9pt;font-weight:bold;opacity:0.8;filter:alpha(opacity=80);}.ai1ec-agenda-view .ai1ec-event .post-edit-link{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.1s;-moz-transition:opacity 0.1s;-ms-transition:opacity 0.1s;-o-transition:opacity 0.1s;transition:opacity 0.1s;}.ai1ec-agenda-view .ai1ec-event:hover{border-color:;}.ai1ec-agenda-view .ai1ec-event:hover .ai1ec-event-title{color:#354c63;}.ai1ec-agenda-view .ai1ec-event:hover .post-edit-link{opacity:1;filter:alpha(opacity=100);}.ai1ec-agenda-view .ai1ec-event-summary{display:none;}.ai1ec-agenda-view .ai1ec-event-summary.ai1ec-expanded{display:block;}.ai1ec-agenda-view .ai1ec-event-avatar{max-width:40%;}.ai1ec-agenda-view .ai1ec-event-avatar img{max-width:300px;max-height:300px;min-height:0;width:100%;}.ai1ec-agenda-view .ai1ec-event-description{font-size:9pt;line-height:1.5em;margin-top:8px;}.ai1ec-agenda-view .ai1ec-event-summary-footer{clear:both;padding-top:10px;}.ai1ec-agenda-view .ai1ec-event-summary-footer .ai1ec-label{font-size:8pt;}.ai1ec-agenda-view .ai1ec-categories,.ai1ec-agenda-view .ai1ec-tags{font-size:8pt;margin-right:0.5em;}.ai1ec-agenda-view .ai1ec-read-more{float:right;margin-top:-5px;}.ai1ec-print *{background:white !important;color:black !important;}.ai1ec-print body{margin:0;text-align:left;}.ai1ec-print #wpadminbar,.ai1ec-print #comments{display:none;}.ai1ec-print #page > header{display:none;}.ai1ec-print .ai1ec-container{position:absolute;left:0;top:0;width:100%;}.ai1ec-print .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded{box-shadow:none;border:2px solid gray !important;}.ai1ec-print .ai1ec-event-summary,.ai1ec-print .ai1ec-event-summary .ai1ec-event-click,.ai1ec-print .ai1ec-event-description{display:block !important;}.ai1ec-print .ai1ec-agenda-view .ai1ec-date-title{border-color:#cacaca;}.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-title{display:inline;}.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time{display:inline;border:none !important;box-shadow:none !important;}.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time{display:inline;border:none !important;box-shadow:none !important;}.ai1ec-print .ai1ec-agenda-view .ai1ec-event-description{padding:0 !important;}.ai1ec-print .ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-allday-label{border:none !important;box-shadow:none !important;padding-left:0.2em !important;}.ai1ec-print .timely .entry-meta,.ai1ec-print .timely .ai1ec-subscribe,.ai1ec-print .timely .ai1ec-subscribe-google,.ai1ec-print .ai1ec-agenda-view .ai1ec-event-expand,.ai1ec-print .btn-toolbar,.ai1ec-print .ai1ec-pagination,.ai1ec-print .ai1ec-calendar-toolbar,.ai1ec-print .ai1ec-read-more,.ai1ec-print .ai1ec-category-color,.ai1ec-print .post-edit-link,.ai1ec-print .ai1ec-event-toggle{display:none !important;}.ai1ec-print .ai1ec-event-header{cursor:text !important;}/**\n * Theme Name: Vortex\n * Theme URI: http://time.ly/\n * Author: Timely Network Inc\n * Author URI: http://time.ly/\n * Description: The default All-in-One Event Calendar theme.\n * Version: 1.10-standard\n * Tags: light, white, gray, blue\n */\n','yes'),(17119,'_site_transient_timeout_browser_468ba3d332be613d106208f06826c50b','1376521934','yes'),(17120,'_site_transient_browser_468ba3d332be613d106208f06826c50b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"23.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(17262,'_site_transient_timeout_browser_685c5c0074ef2bac7c40208d77850586','1376598908','yes'),(17263,'_site_transient_browser_685c5c0074ef2bac7c40208d77850586','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(17534,'_site_transient_timeout_browser_fed0b5cf0dbbcab3431bf3bb8fe88349','1376914433','yes'),(17535,'_site_transient_browser_fed0b5cf0dbbcab3431bf3bb8fe88349','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(19610,'_site_transient_timeout_browser_8ad956d5ed998d7fd5ce990427c67e2a','1378914694','yes'),(19611,'_site_transient_browser_8ad956d5ed998d7fd5ce990427c67e2a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"29.0.1547.66\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(20228,'sabai_sabai_page_slugs','a:3:{i:0;a:2:{s:9:\"directory\";s:9:\"directory\";s:19:\"directory-dashboard\";s:19:\"directory-dashboard\";}i:1;a:1:{s:9:\"Directory\";a:2:{s:9:\"directory\";s:9:\"directory\";s:19:\"directory-dashboard\";s:19:\"directory-dashboard\";}}i:2;a:2:{s:9:\"directory\";i:14710;s:19:\"directory-dashboard\";i:14711;}}','yes'),(20229,'sabai_sabai_admin_menus','a:9:{s:9:\"/settings\";a:2:{s:5:\"label\";s:14:\"Sabai Settings\";s:5:\"title\";s:8:\"Settings\";}s:1:\"/\";a:1:{s:8:\"children\";a:2:{i:0;s:9:\"/settings\";i:1;s:10:\"/directory\";}}s:10:\"/directory\";a:5:{s:5:\"label\";s:9:\"Directory\";s:5:\"title\";s:8:\"Listings\";s:4:\"icon\";s:57:\"wp-content/plugins/sabai-directory/assets/images/icon.png\";s:9:\"icon_dark\";s:62:\"wp-content/plugins/sabai-directory/assets/images/icon_dark.png\";s:8:\"children\";a:6:{i:0;s:14:\"/directory/add\";i:1;s:18:\"/directory/reviews\";i:2;s:17:\"/directory/photos\";i:3;s:16:\"/directory/leads\";i:4;s:21:\"/directory/categories\";i:5;s:19:\"/directory/settings\";}}s:14:\"/directory/add\";a:2:{s:5:\"title\";s:11:\"Add Listing\";s:6:\"parent\";s:10:\"/directory\";}s:18:\"/directory/reviews\";a:2:{s:5:\"title\";s:7:\"Reviews\";s:6:\"parent\";s:10:\"/directory\";}s:17:\"/directory/photos\";a:2:{s:5:\"title\";s:6:\"Photos\";s:6:\"parent\";s:10:\"/directory\";}s:16:\"/directory/leads\";a:2:{s:5:\"title\";s:5:\"Leads\";s:6:\"parent\";s:10:\"/directory\";}s:21:\"/directory/categories\";a:2:{s:5:\"title\";s:10:\"Categories\";s:6:\"parent\";s:10:\"/directory\";}s:19:\"/directory/settings\";a:3:{s:5:\"title\";s:8:\"Settings\";s:6:\"parent\";s:10:\"/directory\";s:6:\"weight\";i:99;}}','yes'),(20232,'sabai_sabai_install_log','Installing Sabai...System installed...jQuery addon installed...Form addon installed...Widgets addon installed...WordPress addon installed...Field addon installed...Entity addon installed...HTML addon installed...Markdown addon installed...Voting addon installed...Comment addon installed...Content addon installed...Taxonomy addon installed...Autocomplete addon installed...Date addon installed...FieldUI addon installed...File addon installed...done...done.','yes'),(20282,'sabai_sabai_cron_log','Cron last run - September 2, 2014 3:20 pm\r\nCron started - September 2, 2014 4:23 pm\r\nDeleted 0 expired file upload token(s).\r\nDeleted 0 comment spam(s)\r\nCron complete - September 2, 2014 4:23 pm','yes'),(20416,'sabai_sabai_directory_claim_form_header','If the listing is for your organisation, please complete the details below. Once we have confirmed your identity, we will give you full control over your listing and its contents.','yes'),(20417,'sabai_sabai_directory_claim_tac','','yes'),(20439,'sabai_sabai_directory_emails','a:23:{s:23:\"listing_submitted_admin\";a:3:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:65:\"[{site_name}] A new listing (ID: {listing_id}) has been submitted\";s:4:\"body\";s:353:\"Hi {recipient_name},\r\n \r\nA new listing \"{listing_title}\" has been submitted on {listing_date}.\r\n\r\nSubmitted by {listing_author_name} ({listing_author_email}):\r\n\r\n------------------------------------\r\n{listing_summary}\r\n------------------------------------\r\n\r\nYou can view the listing at {listing_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"admin\";}s:22:\"review_submitted_admin\";a:3:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:63:\"[{site_name}] A new review (ID: {review_id}) has been submitted\";s:4:\"body\";s:367:\"Hi {recipient_name},\r\n \r\nA review of {listing_title} titled \"{review_title}\" has been submitted on {review_date}.\r\n\r\nSubmitted by {review_author_name} ({review_author_email}):\r\n\r\n------------------------------------\r\n{review_summary}\r\n------------------------------------\r\n\r\nYou can view the review at {review_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"admin\";}s:21:\"photo_submitted_admin\";a:3:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:61:\"[{site_name}] A new photo (ID: {photo_id}) has been submitted\";s:4:\"body\";s:225:\"Hi {recipient_name},\r\n\r\nA new photo has been added to {listing_title} on {photo_date}.\r\n\r\nSubmitted by {photo_author_name} ({photo_author_email}):\r\n\r\nYou can view the photo at {photo_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"admin\";}s:20:\"lead_submitted_admin\";a:3:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:59:\"[{site_name}] A new lead (ID: {lead_id}) has been submitted\";s:4:\"body\";s:219:\"Hi {recipient_name},\r\n\r\nA new lead has been added to {listing_title} on {lead_date}.\r\n\r\nSubmitted by {lead_author_name} ({lead_author_email}):\r\n\r\nYou can view the lead at {lead_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"admin\";}s:16:\"listing_approved\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:45:\"[{site_name}] Your listing has been published\";s:4:\"body\";s:288:\"Hi {recipient_name},\r\n \r\nThe listing you have submitted has been approved and is now published.\r\n\r\n------------------------------------\r\n{listing_title}\r\n------------------------------------\r\n\r\nYou can view the listing at {listing_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:15:\"review_approved\";a:6:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:44:\"[{site_name}] Your review has been published\";s:4:\"body\";s:303:\"Hi {recipient_name},\r\n \r\nThe review of {listing_title} you have submitted has been approved and is now published.\r\n\r\n------------------------------------\r\n{review_title}\r\n------------------------------------\r\n\r\nYou can view the review at {review_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:13:\"send_to_guest\";b:0;s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:14:\"photo_approved\";a:6:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:43:\"[{site_name}] Your photo has been published\";s:4:\"body\";s:206:\"Hi {recipient_name},\r\n \r\nThe photo of {listing_title} you have submitted has been approved and is now published.\r\n\r\nYou can view the photo at {photo_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:13:\"send_to_guest\";b:0;s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:16:\"review_commented\";a:6:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:36:\"[{site_name}] You have a new comment\";s:4:\"body\";s:313:\"Hi {recipient_name},\r\n \r\nA comment has been added to your review \"{review_title}\".\r\n\r\nComment by {comment_author_name}:\r\n\r\n------------------------------------\r\n{comment_summary}\r\n------------------------------------\r\n\r\nYou can view the comment at {review_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:13:\"send_to_guest\";b:0;s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:15:\"photo_commented\";a:6:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:36:\"[{site_name}] You have a new comment\";s:4:\"body\";s:294:\"Hi {recipient_name},\r\n \r\nA comment has been added to your photo.\r\n\r\nComment by {comment_author_name}:\r\n\r\n------------------------------------\r\n{comment_summary}\r\n------------------------------------\r\n\r\nYou can view the comment at {photo_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:13:\"send_to_guest\";b:0;s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:12:\"review_added\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:42:\"[{site_name}] A new review has been posted\";s:4:\"body\";s:366:\"Hi {recipient_name},\r\n \r\nA review of {listing_title} titled \"{review_title}\" has been posted on {review_date}.\r\n\r\nPosted by {review_author_name} ({review_author_email}):\r\n\r\n------------------------------------\r\n{review_summary}\r\n------------------------------------\r\n\r\nYou can read the full review at {review_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:11:\"photo_added\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:40:\"[{site_name}] A new photo has been added\";s:4:\"body\";s:240:\"Hi {recipient_name},\r\n \r\nA new photo has been added to your listing {listing_title} on {photo_date} by {photo_author_name} ({photo_author_email}).\r\n\r\nYou can view the photo at {photo_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:10:\"lead_added\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:39:\"[{site_name}] A new lead has been added\";s:4:\"body\";s:234:\"Hi {recipient_name},\r\n \r\nA new lead has been added to your listing {listing_title} on {lead_date} by {lead_author_name} ({lead_author_email}).\r\n\r\nYou can view the lead at {lead_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:15:\"listing_expires\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:70:\"[{site_name}] Your listing claim will expire in {expiration_date_diff}\";s:4:\"body\";s:199:\"Hi {recipient_name},\r\n \r\nYour claim on listing {listing_title} will expire on {expiration_date}.\r\n\r\nYou can renew the claim at {listing_renew_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:15:\"listing_expired\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:65:\"[{site_name}] Your listing claim has expired on {expiration_date}\";s:4:\"body\";s:200:\"Hi {recipient_name},\r\n \r\nYour claim on listing {listing_title} has expird {expiration_date_diff}.\r\n\r\nYou can renew the claim at {listing_renew_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:17:\"listing_published\";a:4:{s:5:\"email\";a:2:{s:7:\"subject\";s:65:\"[{site_name}] A new listing (ID: {listing_id}) has been published\";s:4:\"body\";s:353:\"Hi {recipient_name},\r\n \r\nA new listing \"{listing_title}\" has been published on {listing_date}.\r\n\r\nSubmitted by {listing_author_name} ({listing_author_email}):\r\n\r\n------------------------------------\r\n{listing_summary}\r\n------------------------------------\r\n\r\nYou can view the listing at {listing_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"roles\";s:6:\"enable\";b:0;s:5:\"roles\";a:0:{}}s:16:\"review_published\";a:4:{s:5:\"email\";a:2:{s:7:\"subject\";s:63:\"[{site_name}] A new review (ID: {review_id}) has been published\";s:4:\"body\";s:372:\"Hi {recipient_name},\r\n \r\nA review of {listing_title} titled \"{review_title}\" has been published on {review_date}.\r\n\r\nSubmitted by {review_author_name} ({review_author_email}):\r\n\r\n------------------------------------\r\n{review_summary}\r\n------------------------------------\r\n\r\nYou can read the full review at {review_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"roles\";s:6:\"enable\";b:0;s:5:\"roles\";a:0:{}}s:15:\"photo_published\";a:4:{s:5:\"email\";a:2:{s:7:\"subject\";s:61:\"[{site_name}] A new photo (ID: {photo_id}) has been published\";s:4:\"body\";s:360:\"Hi {recipient_name},\r\n \r\nA photo for {listing_title} titled \"{photo_title}\" has been published on {photo_date}.\r\n\r\nSubmitted by {photo_author_name} ({photo_author_email}):\r\n\r\n------------------------------------\r\n{photo_summary}\r\n------------------------------------\r\n\r\nYou can view the photo at {photo_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"roles\";s:6:\"enable\";b:0;s:5:\"roles\";a:0:{}}s:15:\"listing_flagged\";a:4:{s:5:\"email\";a:2:{s:7:\"subject\";s:57:\"[{site_name}] Listing (ID: {listing_id}) has been flagged\";s:4:\"body\";s:386:\"Hi {recipient_name},\r\n \r\nThe following listing has been flagged on {flag_date} by {flag_user_name} ({flag_user_email}):\r\n\r\n------------------------------------\r\n{listing_title}\r\n------------------------------------\r\n\r\nReason: {flag_reason}\r\nScore: {flag_score} (total: {flag_score_total})\r\n\r\nYou can view the listing at {listing_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"roles\";s:6:\"enable\";b:0;s:5:\"roles\";a:0:{}}s:14:\"review_flagged\";a:4:{s:5:\"email\";a:2:{s:7:\"subject\";s:55:\"[{site_name}] Review (ID: {review_id}) has been flagged\";s:4:\"body\";s:409:\"Hi {recipient_name},\r\n \r\nThe following review has been flagged on {flag_date} by {flag_user_name} ({flag_user_email}):\r\n\r\n------------------------------------\r\n{review_title} (listing: {listing_title})\r\n------------------------------------\r\n\r\nReason: {flag_reason}\r\nScore: {flag_score} (total: {flag_score_total})\r\n\r\nYou can view the review at {review_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"roles\";s:6:\"enable\";b:0;s:5:\"roles\";a:0:{}}s:13:\"photo_flagged\";a:4:{s:5:\"email\";a:2:{s:7:\"subject\";s:57:\"[{site_name}] Listing (ID: {listing_id}) has been flagged\";s:4:\"body\";s:405:\"Hi {recipient_name},\r\n \r\nThe following photo has been flagged on {flag_date} by {flag_user_name} ({flag_user_email}):\r\n\r\n------------------------------------\r\n{photo_title} (listing: {listing_title})\r\n------------------------------------\r\n\r\nReason: {flag_reason}\r\nScore: {flag_score} (total: {flag_score_total})\r\n\r\nYou can view the photo at {photo_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"roles\";s:6:\"enable\";b:0;s:5:\"roles\";a:0:{}}s:14:\"claim_approved\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:42:\"[{site_name}] Your claim has been approved\";s:4:\"body\";s:230:\"Hi {recipient_name},\r\n \r\nThe ownership claim for {listing_title} you submitted on {claim_date} has been approved. You can view the listing at {listing_url}.\r\n\r\n{claim_admin_note}\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:14:\"claim_rejected\";a:5:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:37:\"[{site_name}] Your claim was rejected\";s:4:\"body\";s:225:\"Hi {recipient_name},\r\n \r\nThe ownership claim for {listing_title} you submitted on {claim_date} was rejected. You can view the listing at {listing_url}.\r\n\r\n{claim_admin_note}\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:4:\"user\";s:8:\"cc_roles\";b:0;s:5:\"roles\";a:0:{}}s:13:\"claim_pending\";a:3:{s:6:\"enable\";s:1:\"1\";s:5:\"email\";a:2:{s:7:\"subject\";s:69:\"[{site_name}] A new listing claim (ID: {claim_id}) has been submitted\";s:4:\"body\";s:271:\"Hi {recipient_name},\r\n\r\nA new listing claim has been submitted for {listing_title} on {claim_date}.\r\n\r\nSubmitted by {claim_user_name} ({claim_user_email}):\r\n\r\n{claim_comment}\r\n\r\nTo approve or reject the claim, go to {claim_admin_url}.\r\n\r\nRegards,\r\n{site_name}\r\n{site_url}\";}s:4:\"type\";s:5:\"admin\";}}','yes'),(20604,'_transient_timeout_feed_33b50a38e81568f1288f358678bff84b','1378989570','no'),(20605,'_transient_feed_33b50a38e81568f1288f358678bff84b','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Timely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"http://time.ly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"The World’s Event Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Sep 2013 18:48:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Acceptable Date Range and changes in 1.11.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://time.ly/acceptable-date-range-and-changes-in-1-11-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://time.ly/acceptable-date-range-and-changes-in-1-11-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Sep 2013 18:48:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:17:\"Calendar Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=36486\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:502:\"<p>If you have events before 1970 or after 2038, you may lose them after upgrading to 1.11.4 Read on for more information. As part of our efforts to better handle time zones, time shifts and leap years we have switched … <a href=\"http://time.ly/acceptable-date-range-and-changes-in-1-11-4/\">Continued</a></p><p>The post <a href=\"http://time.ly/acceptable-date-range-and-changes-in-1-11-4/\">Acceptable Date Range and changes in 1.11.4</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Jeffrey Wilcox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1215:\"<h4>If you have events before 1970 or after 2038, you may lose them after upgrading to 1.11.4 Read on for more information.</h4>\n<p>As part of our efforts to better handle time zones, time shifts and leap years we have switched to using Unix time. Something we didn’t originally take into account was the time range that 32-bit and 64-bit systems are limited to with Unix. If you update to 1.11.4, you will lose all events that occur before 01-01-1970. This is the “epoch” time of Unix, essentially the time of its birth. At the other extreme, 32-bit systems will lose all events that occur after 1-19-2038. Not only is this the day I will turn 56, but it is the last date 32-bit systems can support. 64-bit systems on the other hand can support dates out to the year 292,277,026,596. So no creating events after 292,277,026,596 for any of us! If you would like to learn more about Unix time, check out this article on <a title=\"Unix Time\" href=\"http://en.wikipedia.org/wiki/Unix_time\" target=\"_blank\">Wikipedia</a>.</p>\n<p>The post <a href=\"http://time.ly/acceptable-date-range-and-changes-in-1-11-4/\">Acceptable Date Range and changes in 1.11.4</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://time.ly/acceptable-date-range-and-changes-in-1-11-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Check out our new event recurrence options in 1.11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://time.ly/check-out-our-new-recurrence-options/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://time.ly/check-out-our-new-recurrence-options/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Aug 2013 18:09:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:17:\"Calendar Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=36459\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:529:\"<p>Having a Donut Appreciation night every 2nd thursday of the month? Or perhaps a Glockenspiel Jam the last Saturday? With our first and last ‘of the month’ event recurrence feature; you can easily schedule your events based on day of the … <a href=\"http://time.ly/check-out-our-new-recurrence-options/\">Continued</a></p><p>The post <a href=\"http://time.ly/check-out-our-new-recurrence-options/\">Check out our new event recurrence options in 1.11</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Jeffrey Wilcox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2524:\"<p>Having a Donut Appreciation night every 2nd thursday of the month? Or perhaps a Glockenspiel Jam the last Saturday? With our first and last ‘of the month’ event recurrence feature; you can easily schedule your events based on day of the month. You are able to select days from 1st to 5th or last. That monthly community garden weeding day can now be scheduled for the 3rd Tuesday of every month.</p>\n<p>To use the new feature, first select the “repeat…” box.</p>\n<p><a href=\"http://time.ly/wp-timely/assets/Event-Details-Repeat.png\"><img class=\"alignleft wp-image-36468\" alt=\"Event Details Repeat\" src=\"http://time.ly/wp-timely/assets/Event-Details-Repeat-300x256.png\" width=\"240\" height=\"205\" /></a></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>Next select the monthly tab</p>\n<p><a style=\"color: #408014; text-decoration: underline; outline: #000000;\" href=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-08-20-at-3.46.49-PM.png\"><img class=\"size-medium wp-image-36469 alignleft\" alt=\"Screenshot Repeating event\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-08-20-at-3.46.49-PM-300x145.png\" width=\"300\" height=\"145\" /></a></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>and then “on day of the week.”</p>\n<p><a href=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-08-20-at-3.46.57-PM.png\"><img class=\"alignleft wp-image-36471\" alt=\"screenshot timely event monthly recurrence\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-08-20-at-3.46.57-PM-300x291.png\" width=\"240\" height=\"233\" /></a></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>You can now select from a variety of options for your event.</p>\n<p><a href=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-08-20-at-3.47.27-PM.png\"><img class=\"alignleft size-medium wp-image-36470\" alt=\"screenshot Timely recurrence\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-08-20-at-3.47.27-PM-300x190.png\" width=\"300\" height=\"190\" /></a></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>We know how important it is to make creating your events as simple as possible, and this is just one of the great improvements we have planned. Let us know how its working for you!</p>\n<p>The post <a href=\"http://time.ly/check-out-our-new-recurrence-options/\">Check out our new event recurrence options in 1.11</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://time.ly/check-out-our-new-recurrence-options/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"How to Create a Great Event Listing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://time.ly/how-to-create-a-great-event-listing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://time.ly/how-to-create-a-great-event-listing/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 May 2013 01:03:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:17:\"Calendar Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Create Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Listing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=33559\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:508:\"<p>Whether you are hosting an intimate evening of candlelit speed dating or a rowdy lawn bowling tournament, an effective event listing is key for attracting a full house. Getting people to your event is all about sparking their imagination because … <a href=\"http://time.ly/how-to-create-a-great-event-listing/\">Continued</a></p><p>The post <a href=\"http://time.ly/how-to-create-a-great-event-listing/\">How to Create a Great Event Listing</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Jeffrey Wilcox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4241:\"<p><a href=\"http://time.ly/wp-timely/assets/Lawn-Bowling-Scoreboard-Vintage.jpg\"><img class=\"alignright size-medium wp-image-33561\" alt=\"How to create a great event listing\" src=\"http://time.ly/wp-timely/assets/Lawn-Bowling-Scoreboard-Vintage-300x225.jpg\" width=\"300\" height=\"225\" /></a>Whether you are hosting an intimate evening of candlelit speed dating or a rowdy lawn bowling tournament, an effective event listing is key for attracting a full house. Getting people to your event is all about sparking their imagination because when potential attendees read your event posting, you want them to be envisioning themselves at that event. Let’s look at a few essentials every event listing should have to ensure people are lining up around the block.</p>\n<p>Get visual. The internet is a visually stimulating place so your listing should use this capacity to its fullest. Creating a strong image is paramount for standing out from the crowd. If you already have a logo, this is a good starting point for choosing colours. If you don’t have a logo, consider what colours, fonts and layouts will best convey your message. You want all your event listings to appear cohesive, so people can easily recognize you with only a brief glimpse as they scroll through a page.</p>\n<p>Pictures are a great way to communicate the vibe of your event – they can be snapshots of the venue itself, profiles of the key people at the event, pics from last year’s gathering, or something completely creative. If you don’t have any pictures, make use of stock photos from resources such as <a href=\"http://search.creativecommons.org/\">Creative Commons</a>. Remember if you are using pictures that you didn’t create, you must properly <a href=\"http://wiki.creativecommons.org/FAQ#How_do_I_properly_attribute_a_Creative_Commons_licensed_work.3F\">cite</a> the artist and source. Read the guide on Creative Commons for more information about using other people’s work.</p>\n<p>The written word. An effective write up does more than list the five W’s. It should leave the reader with a feeling that they will learn something, experience something, or grow somehow from your event. Let’s look at two listings and see what sets them apart:</p>\n<blockquote><p>The Bobcaygeon Lawn Bowling Club is holding its annual open house. The day commences with introductory classes hosted by our veteran bowlers. There will be a BBQ lunch and the lawn will be open for fun bowling in the afternoon.</p></blockquote>\n<p>Compared to:</p>\n<blockquote><p>Buff up your bowls and shine up those white shoes. It’s Bobcaygeon Lawn Bowling Club’s annual open day of fun-filled bowling. A day replete with great prizes, a delicious BBQ and lovely company. Don’t worry if you don’t have bowls, or even white shoes, everyone is welcome. Who knows, maybe this will be the start of your career on the Pro Circuit! Or it could be the start of something historic: after all, <a href=\"https://en.wikipedia.org/wiki/Francis_Drake\">Sir Francis Drake</a> finished his game before sailing out to defeat the <a href=\"https://en.wikipedia.org/wiki/Spanish_Armada\">Spanish Armada</a>!</p></blockquote>\n<p>Which of these events captures your imagination? The first provides the required details, but the second sets a warm welcoming tone for the day. A good event listing does much more than summarize the plan for the day, It sets the atmosphere and creates a buzz. With a little style and creativity, your event will get all the attention it needs to ensure a good turnout. For examples of effective and clear event listing design check out the following:</p>\n<ul>\n<li><a href=\"http://www.connemara.net/events/\"><span style=\"line-height: 1.6em;\"><a href=\"http://Connemara.net\" class=\"autohyperlink\" title=\"http://Connemara.net\" target=\"_blank\" rel=\"nofollow\">Connemara.net</a></span></a></li>\n<li><a href=\"http://vancitysounds.com/calendar-2/\">VanCitySounds</a></li>\n<li><span style=\"line-height: 1.6em;\"><a href=\"http://www.brixtonbuzz.com/calendar/action:posterboard/\">Brixton Buzz</a></span></li>\n</ul>\n<p>The post <a href=\"http://time.ly/how-to-create-a-great-event-listing/\">How to Create a Great Event Listing</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://time.ly/how-to-create-a-great-event-listing/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Please Re-Submit Pro Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://time.ly/please-re-submit-pro-tickets/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://time.ly/please-re-submit-pro-tickets/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 May 2013 21:08:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=33556\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:464:\"<p>If you submitted a Pro ticket between May 25th and May 27th, please re-submit. Timely’s helpdesk crashed two days ago. While it was down, no support tickets were received. The system is back up now, and we are working on … <a href=\"http://time.ly/please-re-submit-pro-tickets/\">Continued</a></p><p>The post <a href=\"http://time.ly/please-re-submit-pro-tickets/\">Please Re-Submit Pro Tickets</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Team Timely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:824:\"<p>If you submitted a Pro ticket between May 25th and May 27th, please re-submit. </p>\n<p>Timely’s helpdesk crashed two days ago. While it was down, no support tickets were received. The system is back up now, and we are working on switching to a more reliable service provider. We hope this will eliminate many of the problems we have been experiencing. </p>\n<p>If you submitted a ticket in the last two days that is marked “resolved” but went unanswered, please resubmit it (you may have to copy and paste into a new ticket).</p>\n<p>We are sorry for this inconvenience and assure you that your case will be our top priority today.</p>\n<p>The Timely Team</p>\n<p>The post <a href=\"http://time.ly/please-re-submit-pro-tickets/\">Please Re-Submit Pro Tickets</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://time.ly/please-re-submit-pro-tickets/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Announcing new Timely Support Page & Community Forum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://time.ly/new-timely-support-forum-up/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://time.ly/new-timely-support-forum-up/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 May 2013 20:44:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=33381\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:481:\"<p>Today we are proud to unveil Timely’s new support page and community forum. The new Timely support page makes it easier to find the documents you need to get the most out of your calendar. Also be sure to check … <a href=\"http://time.ly/new-timely-support-forum-up/\">Continued</a></p><p>The post <a href=\"http://time.ly/new-timely-support-forum-up/\">Announcing new Timely Support Page & Community Forum</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Team Timely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1567:\"<p><img class=\"wp-image-33387 alignright\" title=\"Screenshot of Timely Support Website\" alt=\"Screenshot of Timely Support Website\" src=\"http://time.ly/wp-timely/assets/Screenshot-of-Timely-Support-Website-760x373.png\" width=\"274\" height=\"134\" /></p>\n<p>Today we are proud to unveil Timely’s <a href=\"http://support.time.ly/support/\" target=\"_blank\">new support page</a> and <a href=\"http://community.time.ly/\" target=\"_blank\">community forum</a>. The new Timely support page makes it easier to find the documents you need to get the most out of your calendar. Also be sure to check out our <a href=\"http://support.time.ly/installing-the-plugin/\" target=\"_blank\">user guide</a> for new ideas on making your calendar a rich and vibrant part of your site.</p>\n<p><img class=\"wp-image-33388 alignleft\" alt=\"screenshot of Timely forum\" src=\"http://time.ly/wp-timely/assets/screenshot-of-Timely-forum-760x397.png\" width=\"287\" height=\"150\" /></p>\n<p>Timely is all about connecting people in communities and that’s why we’re so excited about our community forum. Drop in to provide advice or get help from other Timely users, debate lunar vs solar time or share your feedback with us. We look forward to learning more about you and sharing some really cool things other people are doing with their Timely calendars.</p>\n<p> </p>\n<p>Happy chatting.</p>\n<p>The Timely Team</p>\n<p>The post <a href=\"http://time.ly/new-timely-support-forum-up/\">Announcing new Timely Support Page & Community Forum</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://time.ly/new-timely-support-forum-up/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Importing Events from Facebook – how-to video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://time.ly/importing-events-from-facebook-how-to-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://time.ly/importing-events-from-facebook-how-to-video/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 May 2013 21:36:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=33023\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:548:\"<p>Facebook is a great place to source events for your calendar. Use Timely’s ability to import calendar feeds from your Facebook friends, pages or groups. Keep your calendar rich with whats happening in your community. Check out our screencast video … <a href=\"http://time.ly/importing-events-from-facebook-how-to-video/\">Continued</a></p><p>The post <a href=\"http://time.ly/importing-events-from-facebook-how-to-video/\">Importing Events from Facebook – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Bradley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"<p>Facebook is a great place to source events for your calendar. Use Timely’s ability to import calendar feeds from your Facebook friends, pages or groups. Keep your calendar rich with whats happening in your community. Check out our screencast video and learn how to import feeds to your calendar.</p>\n<div class=\"entry-content-asset\"><iframe width=\"940\" height=\"529\" src=\"http://www.youtube.com/embed/jgPtEOa7aos?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></div>\n<p>The post <a href=\"http://time.ly/importing-events-from-facebook-how-to-video/\">Importing Events from Facebook – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://time.ly/importing-events-from-facebook-how-to-video/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Default images for your categories – how-to video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://time.ly/default-images-for-your-categories-how-to-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://time.ly/default-images-for-your-categories-how-to-video/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Mar 2013 01:43:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=29747\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"<p>You can keep events with no images looking great by setting a default image in the Event Categories menu.</p><p>The post <a href=\"http://time.ly/default-images-for-your-categories-how-to-video/\">Default images for your categories – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Bradley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:426:\"<p>You can keep events with no images looking great by setting a default image in the Event Categories menu.</p>\n<p><iframe width=\"560\" height=\"315\" frameborder=\"0\" src=\"http://www.youtube.com/embed/6AR-xrbA-Fc\"></iframe></p>\n<p>The post <a href=\"http://time.ly/default-images-for-your-categories-how-to-video/\">Default images for your categories – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://time.ly/default-images-for-your-categories-how-to-video/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Subscribe to your personal calendar – how-to video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://time.ly/subscribe-to-your-personal-calendar-how-to-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://time.ly/subscribe-to-your-personal-calendar-how-to-video/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Mar 2013 01:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=29427\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:323:\"<p>How to import and sync events from a Time.ly calendar to your personal Google, Apple iCal, or MS Outlook calendar.</p><p>The post <a href=\"http://time.ly/subscribe-to-your-personal-calendar-how-to-video/\">Subscribe to your personal calendar – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Bradley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:437:\"<p>How to import and sync events from a Time.ly calendar to your personal Google, Apple iCal, or MS Outlook calendar.</p>\n<p><iframe width=\"560\" height=\"315\" frameborder=\"0\" src=\"http://www.youtube.com/embed/Eobk2Zdp91E\"></iframe></p>\n<p>The post <a href=\"http://time.ly/subscribe-to-your-personal-calendar-how-to-video/\">Subscribe to your personal calendar – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://time.ly/subscribe-to-your-personal-calendar-how-to-video/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Event Categories – how-to video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://time.ly/categories-how-to-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://time.ly/categories-how-to-video/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Mar 2013 22:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=29351\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"<p>Short tutorial on how to use Event Categories in your Time.ly calendar.</p><p>The post <a href=\"http://time.ly/categories-how-to-video/\">Event Categories – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Bradley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"<p>Short tutorial on how to use Event Categories in your Time.ly calendar.</p>\n<p><iframe width=\"560\" height=\"315\" frameborder=\"0\" src=\"http://www.youtube.com/embed/RNqjHR1eu1E\"></iframe></p>\n<p>The post <a href=\"http://time.ly/categories-how-to-video/\">Event Categories – how-to video</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://time.ly/categories-how-to-video/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"The Importance of Calendars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://time.ly/the-importance-of-calendars/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://time.ly/the-importance-of-calendars/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2013 17:58:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Calendar Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://time.ly/?p=26045\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:484:\"<p>There are events calendars all over the internet, perhaps you’ve seen so many that you’ve become somewhat blind to them. Or maybe you religiously use a calendar for your local community or business. But have you ever stopped to think … <a href=\"http://time.ly/the-importance-of-calendars/\">Continued</a></p><p>The post <a href=\"http://time.ly/the-importance-of-calendars/\">The Importance of Calendars</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Bradley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6987:\"<p>There are events calendars all over the internet, perhaps you’ve seen so many that you’ve become somewhat blind to them. Or maybe you religiously use a calendar for your local community or business. But have you ever stopped to think about why your calendar is important, what it is that it brings to your community, your business, and your online presence? A calendar is more than just a list of dates and events, it tells a story of you or your community, it provides information for interested persons, and it creates a social hub and web presence. Depending on who you are, and what you do, a calendar will have different types of use and significance. Let’s take a look at some of the types of people and groups who use calendars and what makes their calendar so important .</p>\n<h3>For a Community</h3>\n<p><a href=\"http://www.jacksonopolis.com/events/\"><img class=\"alignright size-medium wp-image-29041\" alt=\"Jacksonopolis\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-03-01-at-9.38.20-AM-300x223.png\" width=\"300\" height=\"223\" /></a>An online calendar can provide a social hub for a community and also shows off that community to the world. Recently, <a href=\"http://time.ly/calendar-stories-jacksonopolis/\">we did a feature</a> on <a href=\"http://www.jacksonopolis.com\">Jacksonopolis</a>, an online source for community news and events for Jackson, Michigan. The creator of the website, David Buchanan, was concern that his town was being misrepresented and he wanted to turn that perception around. “We came to life because of a dire need for our community to build pride, focus creativity and grow new economic sectors.” An online calendar is a great way to demonstrate the vibrancy of a community to the world.</p>\n<p>There are some things that are essential for a community calendar. For one thing, social integration. Many people and places have Facebook accounts and these need to be tightly integrated with the website calendar. That way people can confirm attendance to events from their Facebook accounts. It also needs to be easy for people to share those events on Twitter and Facebook.</p>\n<p>Another important factor for a community is to be able to share and link calendars. This is easy with Timely’s All-in-One Events Calendar. At Jacksonopolis, for example, David has linked calendars for the Arts Council and the Young Professionals network, which share a unified data structure. This makes it easy for calendars to share information.</p>\n<p>Another important aspect is calendar curation. This means curating event content so that is relevant to your community, incorporating the .ics feed of other calendars. You can <a href=\"http://time.ly/tips-for-creating-a-curated-calendar/\"> check out our tips for creating a curated events calendar</a>.</p>\n<p>For a truly social calendar, you may want to think about user submitted events. These are events that are submitted by the users from the front end of the website, then posted to the calendar. This <a href=\"http://time.ly/the-long-awaited-release-1-9-and-1-9-pro-are-now-live/\">functionality is available</a> in the Pro version of our calendar, which was launched last month.</p>\n<h3>For a Company</h3>\n<p><img class=\"size-medium wp-image-29049 alignleft\" alt=\"Top1000 Funds\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-03-01-at-9.29.35-AM-245x300.png\" width=\"245\" height=\"300\" /></p>\n<p>It’s not just communities that need calendars. They’re a great way for companies to publicize their events, whether that’s internally or externally. You may even want to have both!</p>\n<p>The calendar on the front of your site shows that your business is more than just a website. It’s a map of all of the realtime events that take place within yourcompany. You may want to tell the world about your AGM, the events or shows that you will be attending, seminars or lectures that your company is holding. This type of content on your calendar showcases your company’s activities to the world.</p>\n<p>You may also want to have an internal calendar for your business community. This could share the diary of your CEO or anyone else much in demand. Or you could look on this as a way as team building and encouraging collegiality within your company. You could, for example, have a calendar with all of the training sessions available for staff. You could also list fitness classes in your area that your employees might be interested in. And, of course, you can list those all-important social events. You could even enable user-generated content to allow your employees to create events and invite colleagues. There are plenty of ways in which your calendar can help to strengthen your community at work.</p>\n<h3>For an Individual</h3>\n<p><a href=\"http://www.cecilytravels.com/events/action:posterboard/\"><img class=\"size-medium wp-image-29051 alignright\" alt=\"Cecily Travels\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-03-01-at-9.26.18-AM-300x158.png\" width=\"300\" height=\"158\" /></a>There are a number ways that you as an individual may want to incorporate a calendar into your website. Your blog may be the record of what you have done, but your calendar is a record of what you are going to do. Some things you could use your individual calendar for:</p>\n<ul>\n<li>If you’re involved with public speaking or go to a lot of conferences, your calendar will tell the world where they can hear and meet you. This is particularly important if you are a person with a public profiles.</li>\n<li>Your calendar can tell people about all of the forthcoming events in your area that you are planning to attend. Every calendar is different, and a calendar curated by you will tell your individual story of the events that you like to go to.</li>\n<li>If you’re a freelancer or contractor, you could use a calendar on your website to show off your availability. You may even want to use your website calendar to enable people to make bookings with you.</li>\n<li>If you have a website for your family, you could use your calendar as a way of recording birthdays and important events. This will mean no one will have an excuse for forgetting again!</li>\n</ul>\n<p><img class=\"alignright wp-image-29052\" alt=\"Indy Hub\" src=\"http://time.ly/wp-timely/assets/Screen-Shot-2013-03-01-at-9.29.01-AM1-608x500.png\" width=\"426\" height=\"350\" />Calendars aren’t just lists of events. <span style=\"font-size: 17.25px; line-height: 1.6em;\">They are the gathering point for a community or a company, demonstrate the tastes or activities of an individual. But most of all they are filled with possibility and excitement for what is coming in the future, of stories yet to be told. Don’t underestimate the importance of the calendar on your website.</span></p>\n<p> </p>\n<p>The post <a href=\"http://time.ly/the-importance-of-calendars/\">The Importance of Calendars</a> appeared first on <a href=\"http://time.ly\">Timely</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://time.ly/the-importance-of-calendars/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:20:\"http://time.ly/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:15:{s:6:\"server\";s:5:\"nginx\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:35:\"http://time.ly/wp-timely/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Fri, 06 Sep 2013 18:48:03 GMT\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:4:\"8262\";s:13:\"accept-ranges\";s:5:\"bytes\";s:4:\"date\";s:29:\"Thu, 12 Sep 2013 00:42:46 GMT\";s:9:\"x-varnish\";s:19:\"437939564 437890118\";s:3:\"age\";s:4:\"3223\";s:3:\"via\";s:11:\"1.1 varnish\";s:10:\"connection\";s:5:\"close\";s:7:\"x-cache\";s:3:\"HIT\";}s:5:\"build\";s:14:\"20121202234312\";}','no'),(20606,'_transient_timeout_feed_mod_33b50a38e81568f1288f358678bff84b','1378989570','no'),(20607,'_transient_feed_mod_33b50a38e81568f1288f358678bff84b','1378946370','no'),(21720,'_site_transient_timeout_browser_27148f6f2bcb830897e8114862fabe25','1380129125','yes'),(21721,'_site_transient_browser_27148f6f2bcb830897e8114862fabe25','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"23.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(24241,'_site_transient_timeout_browser_b5c99b989c0f106a3f50b775f4ad24bd','1381354005','yes'),(24242,'_site_transient_browser_b5c99b989c0f106a3f50b775f4ad24bd','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(26263,'_site_transient_timeout_browser_7682521b6ebefde46c72791e83ecc820','1382463769','yes'),(26264,'_site_transient_browser_7682521b6ebefde46c72791e83ecc820','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(26283,'_site_transient_timeout_browser_707bf78f1eea6d5302f9b03a6ea87010','1382463848','yes'),(26284,'_site_transient_browser_707bf78f1eea6d5302f9b03a6ea87010','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(26462,'_site_transient_timeout_browser_4e75825191653b8e9985cfb0134d1f66','1382545237','yes'),(26463,'_site_transient_browser_4e75825191653b8e9985cfb0134d1f66','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"30.0.1599.69\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(27335,'ai1ec_scheduler_hooks','a:3:{s:5:\"hooks\";a:2:{s:24:\"ai1ec_purge_events_cache\";a:5:{s:4:\"hook\";s:24:\"ai1ec_purge_events_cache\";s:9:\"timestamp\";i:1382369130;s:7:\"version\";s:1:\"0\";s:10:\"recurrence\";s:11:\"every_10800\";s:4:\"freq\";s:2:\"3h\";}s:12:\"ai1ec_n_cron\";a:5:{s:4:\"hook\";s:12:\"ai1ec_n_cron\";s:9:\"timestamp\";i:1392752086;s:7:\"version\";i:107;s:10:\"recurrence\";s:5:\"daily\";s:4:\"freq\";s:2:\"1d\";}}s:5:\"freqs\";a:2:{i:10800;a:3:{s:4:\"hash\";s:11:\"every_10800\";s:4:\"name\";N;s:7:\"seconds\";i:10800;}i:86400;a:3:{s:4:\"hash\";s:11:\"every_86400\";s:4:\"name\";N;s:7:\"seconds\";i:86400;}}s:7:\"version\";s:6:\"1.11.1\";}','yes'),(27385,'st_blogexcludetest_96','false','yes'),(27386,'st_blogexcludetest_97','false','yes'),(27387,'st_blogexcludetest_98','false','yes'),(29378,'_site_transient_timeout_browser_2424478e6b1ff60ea2c31d2f896a8141','1383770417','yes'),(29379,'_site_transient_browser_2424478e6b1ff60ea2c31d2f896a8141','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"24.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(30778,'_site_transient_timeout_browser_db589c55f23d664c4d1407c3525b08e8','1384351144','yes'),(30779,'_site_transient_browser_db589c55f23d664c4d1407c3525b08e8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(33283,'_site_transient_timeout_browser_2c463274f95bdecc563e8b14b2c30e7a','1385403799','yes'),(33284,'_site_transient_browser_2c463274f95bdecc563e8b14b2c30e7a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(33720,'_site_transient_timeout_browser_f4e98eb205f38a11db12fb80fef099d0','1385589249','yes'),(33721,'_site_transient_browser_f4e98eb205f38a11db12fb80fef099d0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"7.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;}','yes'),(34845,'_site_transient_timeout_browser_6f55f024304e069ddbc86244a599bc9b','1386083629','yes'),(34846,'_site_transient_browser_6f55f024304e069ddbc86244a599bc9b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(39059,'_site_transient_timeout_browser_78419f71278ed7bb0426e3cc1d56a935','1387905143','yes'),(39060,'_site_transient_browser_78419f71278ed7bb0426e3cc1d56a935','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"25.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(42514,'_site_transient_timeout_browser_f65d6caa707049be5d035c2d7574fd90','1389625618','yes'),(42515,'_site_transient_browser_f65d6caa707049be5d035c2d7574fd90','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"24.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(44230,'_site_transient_timeout_browser_2a45585bf6fbca9e24972054edb9a714','1390336472','yes'),(44231,'_site_transient_browser_2a45585bf6fbca9e24972054edb9a714','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.63\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(48411,'_site_transient_timeout_wporg_theme_feature_list','1391545499','yes'),(48412,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:8:\"Features\";a:19:{i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}}','yes'),(49928,'st_blogexcludetest_99','false','yes'),(50451,'_site_transient_timeout_browser_3f947c51580a0abb6a41fc0b9411b81e','1392915634','yes'),(50452,'_site_transient_browser_3f947c51580a0abb6a41fc0b9411b81e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"26.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(50671,'_site_transient_timeout_browser_043122d71f0e1c9aa31b4150c975ea1b','1392997763','yes'),(50672,'_site_transient_browser_043122d71f0e1c9aa31b4150c975ea1b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"26.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(51521,'rewrite_rules','a:238:{s:62:\"events-calendar/caribbean-events-calendar/(\\d{4}-\\d{2}-\\d{2})$\";s:86:\"index.php?pagename=events-calendar/caribbean-events-calendar/&calendar_day=$matches[1]\";s:46:\"events-calendar/caribbean-events-calendar/rss$\";s:67:\"index.php?pagename=events-calendar/caribbean-events-calendar/&rss=1\";s:47:\"events-calendar/caribbean-events-calendar/feed$\";s:67:\"index.php?pagename=events-calendar/caribbean-events-calendar/&rss=1\";s:53:\"events-calendar/caribbean-events-calendar/event/(.+)$\";s:98:\"index.php?pagename=events-calendar/caribbean-events-calendar/&em_redirect=1&event_slug=$matches[1]\";s:56:\"events-calendar/caribbean-events-calendar/location/(.+)$\";s:101:\"index.php?pagename=events-calendar/caribbean-events-calendar/&em_redirect=1&location_slug=$matches[1]\";s:56:\"events-calendar/caribbean-events-calendar/category/(.+)$\";s:101:\"index.php?pagename=events-calendar/caribbean-events-calendar/&em_redirect=1&category_slug=$matches[1]\";s:44:\"events-calendar/caribbean-events-calendar/?$\";s:60:\"index.php?pagename=events-calendar/caribbean-events-calendar\";s:57:\"events-calendar/caribbean-events-calendar/([^/]+)/ical/?$\";s:34:\"index.php?event=$matches[1]&ical=1\";s:54:\"events-calendar/caribbean-events-calendar/locations/?$\";s:28:\"index.php?post_type=location\";s:84:\"events-calendar/caribbean-events-calendar/locations/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=location&feed=$matches[1]\";s:79:\"events-calendar/caribbean-events-calendar/locations/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=location&feed=$matches[1]\";s:71:\"events-calendar/caribbean-events-calendar/locations/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=location&paged=$matches[1]\";s:14:\"ai1ec_event/?$\";s:31:\"index.php?post_type=ai1ec_event\";s:44:\"ai1ec_event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ai1ec_event&feed=$matches[1]\";s:39:\"ai1ec_event/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ai1ec_event&feed=$matches[1]\";s:31:\"ai1ec_event/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=ai1ec_event&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:91:\"events-calendar/caribbean-events-calendar/categories/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?event-categories=$matches[1]&feed=$matches[2]\";s:86:\"events-calendar/caribbean-events-calendar/categories/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?event-categories=$matches[1]&feed=$matches[2]\";s:79:\"events-calendar/caribbean-events-calendar/categories/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?event-categories=$matches[1]&paged=$matches[2]\";s:61:\"events-calendar/caribbean-events-calendar/categories/(.+?)/?$\";s:38:\"index.php?event-categories=$matches[1]\";s:79:\"events-calendar/caribbean-events-calendar/locations/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:89:\"events-calendar/caribbean-events-calendar/locations/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:109:\"events-calendar/caribbean-events-calendar/locations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:104:\"events-calendar/caribbean-events-calendar/locations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:104:\"events-calendar/caribbean-events-calendar/locations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:72:\"events-calendar/caribbean-events-calendar/locations/([^/]+)/trackback/?$\";s:35:\"index.php?location=$matches[1]&tb=1\";s:92:\"events-calendar/caribbean-events-calendar/locations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?location=$matches[1]&feed=$matches[2]\";s:87:\"events-calendar/caribbean-events-calendar/locations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?location=$matches[1]&feed=$matches[2]\";s:80:\"events-calendar/caribbean-events-calendar/locations/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?location=$matches[1]&paged=$matches[2]\";s:87:\"events-calendar/caribbean-events-calendar/locations/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?location=$matches[1]&cpage=$matches[2]\";s:72:\"events-calendar/caribbean-events-calendar/locations/([^/]+)(/[0-9]+)?/?$\";s:47:\"index.php?location=$matches[1]&page=$matches[2]\";s:68:\"events-calendar/caribbean-events-calendar/locations/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"events-calendar/caribbean-events-calendar/locations/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"events-calendar/caribbean-events-calendar/locations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"events-calendar/caribbean-events-calendar/locations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"events-calendar/caribbean-events-calendar/locations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:69:\"events-calendar/caribbean-events-calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:79:\"events-calendar/caribbean-events-calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:99:\"events-calendar/caribbean-events-calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:94:\"events-calendar/caribbean-events-calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:94:\"events-calendar/caribbean-events-calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:62:\"events-calendar/caribbean-events-calendar/([^/]+)/trackback/?$\";s:32:\"index.php?event=$matches[1]&tb=1\";s:82:\"events-calendar/caribbean-events-calendar/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?event=$matches[1]&feed=$matches[2]\";s:77:\"events-calendar/caribbean-events-calendar/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?event=$matches[1]&feed=$matches[2]\";s:70:\"events-calendar/caribbean-events-calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&paged=$matches[2]\";s:77:\"events-calendar/caribbean-events-calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&cpage=$matches[2]\";s:62:\"events-calendar/caribbean-events-calendar/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?event=$matches[1]&page=$matches[2]\";s:58:\"events-calendar/caribbean-events-calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"events-calendar/caribbean-events-calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"events-calendar/caribbean-events-calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"events-calendar/caribbean-events-calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"events-calendar/caribbean-events-calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"events-recurring/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"events-recurring/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"events-recurring/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"events-recurring/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"events-recurring/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"events-recurring/([^/]+)/trackback/?$\";s:42:\"index.php?event-recurring=$matches[1]&tb=1\";s:57:\"events-recurring/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?event-recurring=$matches[1]&feed=$matches[2]\";s:52:\"events-recurring/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?event-recurring=$matches[1]&feed=$matches[2]\";s:45:\"events-recurring/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?event-recurring=$matches[1]&paged=$matches[2]\";s:52:\"events-recurring/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?event-recurring=$matches[1]&cpage=$matches[2]\";s:37:\"events-recurring/([^/]+)(/[0-9]+)?/?$\";s:54:\"index.php?event-recurring=$matches[1]&page=$matches[2]\";s:33:\"events-recurring/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"events-recurring/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"events-recurring/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"events-recurring/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"events-recurring/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"placemarks/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"placemarks/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"placemarks/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"placemarks/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"placemarks/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"placemarks/([^/]+)/trackback/?$\";s:31:\"index.php?bgmp=$matches[1]&tb=1\";s:51:\"placemarks/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?bgmp=$matches[1]&feed=$matches[2]\";s:46:\"placemarks/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?bgmp=$matches[1]&feed=$matches[2]\";s:39:\"placemarks/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?bgmp=$matches[1]&paged=$matches[2]\";s:46:\"placemarks/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?bgmp=$matches[1]&cpage=$matches[2]\";s:31:\"placemarks/([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?bgmp=$matches[1]&page=$matches[2]\";s:27:\"placemarks/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"placemarks/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"placemarks/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"placemarks/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"placemarks/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"bgmp-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bgmp-category=$matches[1]&feed=$matches[2]\";s:49:\"bgmp-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bgmp-category=$matches[1]&feed=$matches[2]\";s:42:\"bgmp-category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?bgmp-category=$matches[1]&paged=$matches[2]\";s:24:\"bgmp-category/([^/]+)/?$\";s:35:\"index.php?bgmp-category=$matches[1]\";s:35:\"gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"gallery/([^/]+)/trackback/?$\";s:34:\"index.php?gallery=$matches[1]&tb=1\";s:48:\"gallery/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?gallery=$matches[1]&feed=$matches[2]\";s:43:\"gallery/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?gallery=$matches[1]&feed=$matches[2]\";s:36:\"gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?gallery=$matches[1]&paged=$matches[2]\";s:43:\"gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?gallery=$matches[1]&cpage=$matches[2]\";s:28:\"gallery/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?gallery=$matches[1]&page=$matches[2]\";s:24:\"gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:24:\"faq/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:44:\"faq/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?faq=$matches[1]&feed=$matches[2]\";s:39:\"faq/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?faq=$matches[1]&feed=$matches[2]\";s:32:\"faq/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:39:\"faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:24:\"faq/([^/]+)(/[0-9]+)?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:20:\"faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"slider/([^/]+)/trackback/?$\";s:33:\"index.php?slider=$matches[1]&tb=1\";s:47:\"slider/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?slider=$matches[1]&feed=$matches[2]\";s:42:\"slider/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?slider=$matches[1]&feed=$matches[2]\";s:35:\"slider/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?slider=$matches[1]&paged=$matches[2]\";s:42:\"slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?slider=$matches[1]&cpage=$matches[2]\";s:27:\"slider/([^/]+)(/[0-9]+)?/?$\";s:45:\"index.php?slider=$matches[1]&page=$matches[2]\";s:23:\"slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"gallery-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?gallery-category=$matches[1]&feed=$matches[2]\";s:52:\"gallery-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?gallery-category=$matches[1]&feed=$matches[2]\";s:45:\"gallery-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?gallery-category=$matches[1]&paged=$matches[2]\";s:27:\"gallery-category/([^/]+)/?$\";s:38:\"index.php?gallery-category=$matches[1]\";s:58:\"events_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?events_categories=$matches[1]&feed=$matches[2]\";s:53:\"events_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?events_categories=$matches[1]&feed=$matches[2]\";s:46:\"events_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?events_categories=$matches[1]&paged=$matches[2]\";s:28:\"events_categories/([^/]+)/?$\";s:39:\"index.php?events_categories=$matches[1]\";s:52:\"events_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?events_tags=$matches[1]&feed=$matches[2]\";s:47:\"events_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?events_tags=$matches[1]&feed=$matches[2]\";s:40:\"events_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?events_tags=$matches[1]&paged=$matches[2]\";s:22:\"events_tags/([^/]+)/?$\";s:33:\"index.php?events_tags=$matches[1]\";s:53:\"events_feeds/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?events_feeds=$matches[1]&feed=$matches[2]\";s:48:\"events_feeds/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?events_feeds=$matches[1]&feed=$matches[2]\";s:41:\"events_feeds/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?events_feeds=$matches[1]&paged=$matches[2]\";s:23:\"events_feeds/([^/]+)/?$\";s:34:\"index.php?events_feeds=$matches[1]\";s:39:\"ai1ec_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ai1ec_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ai1ec_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ai1ec_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ai1ec_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ai1ec_event/([^/]+)/trackback/?$\";s:38:\"index.php?ai1ec_event=$matches[1]&tb=1\";s:52:\"ai1ec_event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&feed=$matches[2]\";s:47:\"ai1ec_event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&feed=$matches[2]\";s:40:\"ai1ec_event/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ai1ec_event=$matches[1]&paged=$matches[2]\";s:47:\"ai1ec_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ai1ec_event=$matches[1]&cpage=$matches[2]\";s:32:\"ai1ec_event/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&page=$matches[2]\";s:28:\"ai1ec_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ai1ec_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ai1ec_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ai1ec_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ai1ec_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=1372&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(53089,'ninja_forms_settings','a:41:{s:11:\"license_key\";s:0:\"\";s:14:\"license_status\";s:8:\"inactive\";s:11:\"date_format\";s:5:\"m/d/Y\";s:15:\"currency_symbol\";s:1:\"$\";s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:13:\"req_div_label\";s:36:\"Fields marked with a * are required.\";s:16:\"req_field_symbol\";s:1:\"*\";s:15:\"req_error_label\";s:48:\"Please ensure all required fields are completed.\";s:15:\"req_field_error\";s:24:\"This is a required field\";s:10:\"spam_error\";s:47:\"Please answer the anti-spam question correctly.\";s:14:\"honeypot_error\";s:50:\"If you are a human, please leave this field blank.\";s:18:\"timed_submit_error\";s:37:\"If you are a human, please slow down.\";s:16:\"javascript_error\";s:72:\"You need JavaScript to submit this form. Please enable it and try again.\";s:13:\"invalid_email\";s:35:\"Please enter a valid email address.\";s:13:\"process_label\";s:10:\"Processing\";s:10:\"login_link\";s:5:\"Login\";s:14:\"username_label\";s:8:\"Username\";s:14:\"reset_password\";s:38:\"Reset Password (Opens in a new window)\";s:14:\"password_label\";s:8:\"Password\";s:16:\"repassword_label\";s:17:\"Re-enter Password\";s:17:\"password_mismatch\";s:23:\"Passwords do not match.\";s:18:\"login_button_label\";s:5:\"Login\";s:19:\"cancel_button_label\";s:6:\"Cancel\";s:11:\"login_error\";s:31:\"Login failed, please try again.\";s:13:\"register_link\";s:8:\"Register\";s:11:\"email_label\";s:13:\"Email Address\";s:21:\"register_button_label\";s:8:\"Register\";s:14:\"register_error\";s:49:\"There was an error registering you for this site.\";s:15:\"register_spam_q\";s:8:\"4 + 9 = \";s:15:\"register_spam_a\";s:2:\"13\";s:19:\"register_spam_error\";s:47:\"Please answer the anti-spam question correctly.\";s:10:\"msg_format\";s:6:\"inline\";s:15:\"base_upload_dir\";s:0:\"\";s:13:\"max_file_size\";i:2;s:10:\"preview_id\";i:17748;s:7:\"version\";s:5:\"2.5.1\";s:19:\"fix_form_email_from\";i:1;s:18:\"fix_field_reply_to\";i:1;s:13:\"metabox_state\";a:1:{s:11:\"ninja-forms\";a:2:{s:13:\"form_settings\";a:1:{s:11:\"admin_email\";s:0:\"\";}s:14:\"field_settings\";a:2:{s:7:\"field_1\";s:0:\"\";s:10:\"fav_fields\";s:0:\"\";}}}s:22:\"version_2_2_25_rte_fix\";i:1;}','yes'),(53099,'fs_contact_global','a:11:{s:12:\"fscf_version\";s:6:\"4.0.18\";s:7:\"donated\";s:5:\"false\";s:18:\"vcita_auto_install\";s:5:\"false\";s:13:\"vcita_dismiss\";s:5:\"false\";s:17:\"vcita_initialized\";s:5:\"false\";s:22:\"vcita_show_disable_msg\";s:5:\"false\";s:10:\"vcita_site\";s:13:\"www.vcita.com\";s:19:\"enable_php_sessions\";s:5:\"false\";s:19:\"num_standard_fields\";s:1:\"4\";s:12:\"max_form_num\";s:1:\"2\";s:9:\"form_list\";a:2:{i:1;s:22:\"Allied Membership Form\";i:2;s:6:\"Form 2\";}}','yes'),(53102,'fs_contact_form1','a:161:{s:9:\"form_name\";s:22:\"Allied Membership Form\";s:7:\"welcome\";s:115:\"<p>Fill and submit in the online form below - * indicates a required field. Comments or questions are welcome.</p>\";s:8:\"email_to\";s:34:\"Webmaster,scoward@caribtourism.com\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:25:\"OneCaribbean.org Contact:\";s:10:\"email_from\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:6:\"fields\";a:8:{i:4;a:21:{s:8:\"standard\";s:1:\"0\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:13:\"Company Name:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:12:\"company-name\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:3:\"req\";s:5:\"false\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:5;a:21:{s:8:\"standard\";s:1:\"0\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:23:\"Primary Representative:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:22:\"primary-representative\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:6;a:21:{s:8:\"standard\";s:1:\"0\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:18:\"Title or Position:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:17:\"title-or-position\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:0;a:21:{s:8:\"standard\";s:1:\"1\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:5:\"Name:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:9:\"full_name\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:1;a:21:{s:8:\"standard\";s:1:\"2\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:6:\"Email:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:5:\"email\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:2;a:21:{s:8:\"standard\";s:1:\"3\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:8:\"Subject:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:7:\"subject\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:3;a:21:{s:8:\"standard\";s:1:\"4\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:8:\"Message:\";s:4:\"type\";s:8:\"textarea\";s:4:\"slug\";s:7:\"message\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:7;a:21:{s:8:\"standard\";s:1:\"0\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:15:\"Street Address:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:14:\"street-address\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}}s:11:\"name_format\";s:10:\"first_last\";s:16:\"auto_fill_enable\";s:4:\"true\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:33:\"doc,docx,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:12:\"title_border\";s:12:\"Contact Form\";s:14:\"external_style\";s:5:\"false\";s:10:\"form_style\";s:27:\"width:99%; max-width:555px;\";s:14:\"left_box_style\";s:39:\"float:left; width:55%; max-width:270px;\";s:15:\"right_box_style\";s:24:\"float:left; width:235px;\";s:11:\"clear_style\";s:11:\"clear:both;\";s:16:\"field_left_style\";s:70:\"clear:left; float:left; width:99%; max-width:550px; margin-right:10px;\";s:18:\"field_follow_style\";s:58:\"float:left; padding-left:10px; width:99%; max-width:250px;\";s:21:\"field_prefollow_style\";s:70:\"clear:left; float:left; width:99%; max-width:250px; margin-right:10px;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_image_style\";s:72:\"border-style:none; margin:0; padding:0px; padding-right:5px; float:left;\";s:26:\"captcha_reload_image_style\";s:64:\"border-style:none; margin:0; padding:0px; vertical-align:bottom;\";s:16:\"submit_div_style\";s:46:\"text-align:left; clear:both; padding-top:15px;\";s:12:\"border_style\";s:65:\"border:1px solid black; width:99%; max-width:550px; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:19:\"required_text_style\";s:16:\"text-align:left;\";s:10:\"hint_style\";s:38:\"font-size:x-small; font-weight:normal;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:14:\"redirect_style\";s:16:\"text-align:left;\";s:14:\"fieldset_style\";s:65:\"border:1px solid black; width:97%; max-width:500px; padding:10px;\";s:11:\"label_style\";s:16:\"text-align:left;\";s:18:\"option_label_style\";s:15:\"display:inline;\";s:11:\"field_style\";s:54:\"text-align:left; margin:0; width:99%; max-width:250px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:14:\"textarea_style\";s:68:\"text-align:left; margin:0; width:99%; max-width:250px; height:120px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:14:\"checkbox_style\";s:11:\"width:13px;\";s:11:\"radio_style\";s:11:\"width:13px;\";s:17:\"placeholder_style\";s:27:\"opacity:0.6; color:#333333;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:18:\"vcita_button_style\";s:156:\"text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:8px;\";s:22:\"vcita_div_button_style\";s:63:\"border-left:1px dashed #ccc; margin-top:25px; padding:8px 20px;\";s:16:\"powered_by_style\";s:74:\"font-size:x-small; font-weight:normal; padding-top:5px; text-align:center;\";s:22:\"req_field_label_enable\";s:4:\"true\";s:16:\"tooltip_required\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:1:\"*\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:17:\"text_print_button\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:20:\"error_contact_select\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:12:\"error_select\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:17:\"error_email_check\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:9:\"error_url\";s:0:\"\";s:10:\"error_date\";s:0:\"\";s:10:\"error_time\";s:0:\"\";s:12:\"error_maxlen\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_spambot\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:14:\"captcha_enable\";s:4:\"true\";s:18:\"captcha_perm_level\";s:4:\"read\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:20:\"domain_protect_names\";s:0:\"\";s:22:\"auto_respond_from_name\";s:16:\"OneCaribbean.org\";s:23:\"auto_respond_from_email\";s:24:\"scoward@caribtourism.com\";s:21:\"auto_respond_reply_to\";s:24:\"scoward@caribtourism.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";i:3;s:12:\"redirect_url\";s:27:\"http://www.onecaribbean.org\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:17:\"submit_attributes\";s:0:\"\";s:15:\"form_attributes\";s:0:\"\";s:13:\"anchor_enable\";s:4:\"true\";s:18:\"sender_info_enable\";s:4:\"true\";s:15:\"after_form_note\";s:0:\"\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:14:\"vcita_approved\";s:5:\"false\";s:9:\"vcita_uid\";s:0:\"\";s:11:\"vcita_email\";s:0:\"\";s:15:\"vcita_email_new\";s:24:\"scoward@caribtourism.com\";s:16:\"vcita_first_name\";s:0:\"\";s:15:\"vcita_last_name\";s:0:\"\";s:29:\"vcita_scheduling_button_label\";s:23:\"Schedule an Appointment\";s:26:\"vcita_scheduling_link_text\";s:68:\"Click above to schedule an appointment using vCita Online Scheduling\";s:19:\"email_from_enforced\";s:5:\"false\";s:21:\"preserve_space_enable\";s:5:\"false\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"email_hide_empty\";s:5:\"false\";s:22:\"email_keep_attachments\";s:5:\"false\";s:17:\"print_form_enable\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:15:\"honeypot_enable\";s:5:\"false\";s:14:\"redirect_query\";s:5:\"false\";s:18:\"redirect_email_off\";s:5:\"false\";s:16:\"silent_email_off\";s:5:\"false\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:18:\"email_inline_label\";s:5:\"false\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:13:\"aria_required\";s:5:\"false\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:23:\"vcita_scheduling_button\";s:5:\"false\";s:10:\"vcita_link\";s:5:\"false\";}','yes'),(53103,'_transient_timeout_si_contact_form_info','1393442543','no'),(53104,'_transient_si_contact_form_info','O:8:\"stdClass\":19:{s:4:\"name\";s:24:\"Fast Secure Contact Form\";s:4:\"slug\";s:15:\"si-contact-form\";s:7:\"version\";s:6:\"4.0.18\";s:6:\"author\";s:85:\"<a href=\"http://www.642weather.com/weather/scripts.php\">Mike Challis, Ken Carlson</a>\";s:14:\"author_profile\";s:36:\"//profiles.wordpress.org/mikechallis\";s:12:\"contributors\";a:1:{s:12:\"Mike Challis\";s:36:\"//profiles.wordpress.org/mikechallis\";}s:8:\"requires\";s:5:\"3.4.2\";s:6:\"tested\";s:5:\"3.8.1\";s:13:\"compatibility\";a:1:{s:5:\"3.5.2\";a:6:{s:7:\"3.1.8.2\";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:7:\"3.1.8.3\";a:3:{i:0;i:100;i:1;i:5;i:2;i:5;}s:7:\"3.1.8.4\";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:7:\"3.1.8.5\";a:3:{i:0;i:100;i:1;i:6;i:2;i:6;}s:7:\"3.1.8.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"3.1.9\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:89.800000000000011;s:11:\"num_ratings\";i:1532;s:10:\"downloaded\";i:4476905;s:12:\"last_updated\";s:10:\"2013-12-16\";s:5:\"added\";s:10:\"2009-08-27\";s:8:\"homepage\";s:37:\"http://www.FastSecureContactForm.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:7820:\"<p>Easily create and add forms to WordPress. Fields are easy to add, remove, and re-order. The contact form will let the user send emails to a site\'s admin, and also send a meeting request to talk over phone or video.</p>\n\n<p>Features: easy form edit, multiple forms, confirmation emails, no templates to mess with, and an option to redirect visitors to any URL after the message is sent. Includes CAPTCHA and Akismet support to block spammers. Spam is no longer a problem. You can add extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, and fieldset.</p>\n\n<ul>\n<li><a href=\"http://www.fastsecurecontactform.com/\">FastSecureContactForm.com</a></li>\n<li><a href=\"http://downloads.wordpress.org/plugin/si-contact-form.zip\">Download WordPress Plugin Version</a></li>\n<li><a href=\"http://www.fastsecurecontactform.com/download-php-script\">Download PHP Script Version</a></li>\n</ul>\n\n<h4>Help Keep This Plugin Free</h4>\n\n<p>If you find this plugin useful to you, please consider <a href=\"http://www.fastsecurecontactform.com/donate\"><strong>making a small donation</strong></a> to help contribute to my time invested and to further development. Thanks for your kind support! - <a href=\"http://profiles.wordpress.org/users/MikeChallis/\"><strong>Mike Challis</strong></a></p>\n\nFeatures:\n\n<ul>\n<li>All new improved 4.xx version code base.</li>\n<li>New user interface with tabs.</li>\n<li>New \'Fields\' tab where you can re-order the display sequence of all the fields via a drag and drop interface.</li>\n<li>Forms are easy to add, remove, label, and edit and preview. Add as many as you need.</li>\n<li>Comes with standard fields of (Name, Email, Subject, Message). Any of the standard fields can be disabled.</li>\n<li>Fields are easy to add, remove, and re-order.</li>\n<li>Add extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, fieldset(box). <a href=\"http://www.fastsecurecontactform.com/how-to-add-extra-fields\">See FAQ</a></li>\n<li>File attachments are supported, see here for details: <a href=\"http://wordpress.org/support/topic/416371\" rel=\"nofollow\">http://wordpress.org/support/topic/416371</a></li>\n<li>Backup/restore tool. You can backup/restore all your forms or single forms and settings.<a href=\"http://www.fastsecurecontactform.com/backup-restore-forms\">See FAQ</a></li>\n<li>Easy to hide subject and message fields for use as a newsletter signup.</li>\n<li>Send mail to single or multiple contacts.</li>\n<li>Optional - redirect to any URL after message sent.</li>\n<li>Optional - posted data can be sent as a query string on the redirect URL. <a href=\"http://www.fastsecurecontactform.com/sending-data-by-query-string\">See faq</a></li>\n<li>Optional - confirmation email message.<a href=\"http://www.fastsecurecontactform.com/tip-add-email-autoresponder\">See FAQ</a></li>\n<li>Valid coding for HTML, XHTML, HTML STRICT, Section 508, and WAI Accessibility.</li>\n<li>Reloads form data and warns user if user forgets to fill out a field.</li>\n<li>CAPTCHA can be turned off or hidden from logged in users and or admins.</li>\n<li>Auto form fill for logged in users.</li>\n<li>Customizable form field labels.</li>\n<li>Customizable CSS style.</li>\n<li>New PHP Sessions are no longer enabled by default allowing for best compatibility with servers, caching, themes, and other plugins. This should resolve any PHP sessions related issues some users had.</li>\n<li>New added filter hooks for 3rd party plugins and custom modifications.</li>\n<li>New improved validation of time fields.</li>\n<li>New improved CAPTCHA images.</li>\n<li>New improved select options setting.</li>\n<li>New more optimized HTML indents when view source, added ID tags to form elements.</li>\n<li>New setting on the Advanced tab to enable a \"view / print message\" button after message sent. This feature will be skipped if the \"redirect after the message sends\" is also enabled.</li>\n<li>New Default CSS style for \'labels on top\' is now responsive(note:your theme style has to be responsive also).</li>\n<li>New improved Styles tab with internal or external CSS Style feature, you choose what you want.</li>\n<li>New easier to use field labels, tags, and field options. You no longer have to escape comas in form labels and options.</li>\n<li>New feature: for select, radio, checbox-miltiple, select-multiple field types: If you add options as a key==value set (use == to separate) the value will show on the form and the key will show in the email.</li>\n<li>New field Setting: \"Hide label\" check this setting if you want to hide the field label on the form.</li>\n<li>New field setting: \"Default as placeholder\" Check this setting if you want the default text to be a placeholder inside the form field. The placeholder is a short hint that is displayed in the input field before the user enters a value. Works with the following input types only: name, email, subject, message, text, textarea, url, and password.</li>\n<li>New tags capability for fields.</li>\n<li>New \'Reset Form\' button to Tools tab.</li>\n<li>New \'Delete Form\' function to Tools tab.</li>\n<li>New \'Reset Styles on all forms\' button to the Tools tab.</li>\n<li>New setting to skip names of non-required and unfilled-out fields in emails.</li>\n<li>Sends Email with UTF-8 character encoding for US and International character support.</li>\n<li>Pre-fill in form fields from a URL query string. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">See FAQ</a></li>\n<li>Save emails to the WordPress database, or export to CSV or Excel. <a href=\"http://www.fastsecurecontactform.com/save-to-database\">See FAQ</a></li>\n<li>I18n language translation support. <a href=\"http://www.fastsecurecontactform.com/how-to-translate\">See FAQ</a></li>\n</ul>\n\nOnline Scheduling, Appointment Booking and Free Invoicing via vCita:\n\n<ul>\n<li>Add an online scheduling button to your form, or at the bottom of every page </li>\n<li>Display your up-to-date availability on your website, based on your existing calendar (Google, Outlook, etc)</li>\n<li>Invite leads and clients to schedule a phone call, book an appointment or request a service</li>\n<li>Automated confirmations and reminders will be sent to your clients, including meeting details (time, location or phone number)</li>\n<li>Scheduled appointments will be added to your calendar </li>\n<li>Built-in phone conference service, and easy integration with Skype, Google Hangout, and other online meetings. </li>\n<li>Collect payments online before the appointment or invoice and bill your clients for your time and services</li>\n<li>Learn more about vCita <a href=\"http://www.vcita.com/software/online_scheduling\">Online Scheduling Software</a></li>\n</ul>\n\nSecurity:\n\n<ul>\n<li>Akismet spam protection support.</li>\n<li>Spam checks: prevents spammer forcing to:, cc:, bcc:, newlines, and other email injection attempts to spam the world.</li>\n<li>Makes sure the contact form was posted from your blog domain name only.</li>\n<li>Secure input validation.</li>\n<li>Email message footer shows blog username(if logged on), Date/Time timestamp, IP address, and user agent (browser version) of user who contacted you.</li>\n</ul>\n\nCAPTCHA Image Support:\n\n<ul>\n<li>Uses Open-source free PHP CAPTCHA library by <a href=\"http://www.phpcaptcha.org\" rel=\"nofollow\">http://www.phpcaptcha.org</a> (customized version included)</li>\n<li>Abstract backgrounds with multi colored, angled, distorted, text</li>\n<li>Arched lines through text</li>\n<li>Refresh button to reload CAPTCHA</li>\n<li>CAPTCHA can be disabled on the \'Security\' tab.</li>\n</ul>\n\nRequirements/Restrictions:\n\n<ul>\n<li>Works with Wordpress 3.4.2+ and WPMU (Wordpress 3.6+ is highly recommended)</li>\n<li>PHP5</li>\n</ul>\";s:12:\"installation\";s:1228:\"<ol>\n<li><p>Install automatically through the <code>Plugins</code>, <code>Add New</code> menu in WordPress, or upload the <code>si-contact-form</code> folder to the <code>/wp-content/plugins/</code> directory.</p></li>\n<li><p>Activate the plugin through the <code>Plugins</code> menu in WordPress. Look for the Settings link to configure the Options.</p></li>\n<li><p>Add the shortcode <code>[si-contact-form form=\'1\']</code> in a Page, Post, or Text Widget. Here is how: Log into your blog admin dashboard. Click <code>Pages</code>, click <code>Add New</code>, add a title to your page, enter the shortcode <code>[si-contact-form form=\'1\']</code> in the page, uncheck <code>Allow Comments</code>, click <code>Publish</code>.</p></li>\n<li><p>Test an email from your form.</p></li>\n<li><p>Updates are automatic. Click on \"Upgrade Automatically\" if prompted from the admin menu. If you ever have to manually upgrade, simply deactivate, uninstall, and repeat the installation steps with the new version.</p></li>\n</ol>\n\n<h4>I just installed this and do not get any email from it, what could be wrong?</h4>\n\n<p><a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">See FAQ page: How to troubleshoot mail delivery</a></p>\";s:11:\"screenshots\";s:1701:\"<ol>\n <li>\n <a href=\'//s.w.org/plugins/si-contact-form/screenshot-1.gif?r=0\' title=\'Click to view full-size screenshot 1\'><img class=\'screenshot\' src=\'//s.w.org/plugins/si-contact-form/screenshot-1.gif?r=0\' alt=\'si-contact-form screenshot 1\' /></a>\n <p><p>screenshot-1.gif is the contact form.</p></p>\n </li>\n <li>\n <a href=\'//s.w.org/plugins/si-contact-form/screenshot-2.gif?r=0\' title=\'Click to view full-size screenshot 2\'><img class=\'screenshot\' src=\'//s.w.org/plugins/si-contact-form/screenshot-2.gif?r=0\' alt=\'si-contact-form screenshot 2\' /></a>\n <p><p>screenshot-2.gif is the contact form showing the inline error messages.</p></p>\n </li>\n <li>\n <a href=\'//s.w.org/plugins/si-contact-form/screenshot-3.gif?r=0\' title=\'Click to view full-size screenshot 3\'><img class=\'screenshot\' src=\'//s.w.org/plugins/si-contact-form/screenshot-3.gif?r=0\' alt=\'si-contact-form screenshot 3\' /></a>\n <p><p>screenshot-3.gif is the <code>Contact Form options</code> tab on the <code>Admin Plugins</code> page.</p></p>\n </li>\n <li>\n <a href=\'//s.w.org/plugins/si-contact-form/screenshot-4.gif?r=0\' title=\'Click to view full-size screenshot 4\'><img class=\'screenshot\' src=\'//s.w.org/plugins/si-contact-form/screenshot-4.gif?r=0\' alt=\'si-contact-form screenshot 4\' /></a>\n <p><p>screenshot-4.gif adding the shortcode <code>[si-contact-form form=\'1\']</code> in a Page.</p></p>\n </li>\n <li>\n <a href=\'//s.w.org/plugins/si-contact-form/screenshot-5.png?r=0\' title=\'Click to view full-size screenshot 5\'><img class=\'screenshot\' src=\'//s.w.org/plugins/si-contact-form/screenshot-5.png?r=0\' alt=\'si-contact-form screenshot 5\' /></a>\n <p><p>screenshot-5.png Schedule an appointment feature.</p></p>\n </li>\n</ol>\";s:9:\"changelog\";s:21851:\"<h4>4.0.18</h4>\n\n<ul>\n<li>(07 Dec 2013) - Bug fix: query into hidden field type was not working.</li>\n<li>Bug fix: Standard field labels did not translate in email message.</li>\n<li>Bug fix: Standard field labels changed on the Labels tab did not change in email message.</li>\n<li>Bug fix: fixed HTML validation errors for datepicker css and for textarea.</li>\n<li>Update German, French, and Turkish Languages.</li>\n</ul>\n\n<h4>4.0.17</h4>\n\n<ul>\n<li>(17 Nov 2013) - Bug fix: calendar js conflict when two forms are on same page with date fields.</li>\n<li>Bug fix: \"Notice: Undefined index: subject\" error if subject field is disabled.</li>\n<li>added filter hook for modifying redirect URL.</li>\n</ul>\n\n<h4>4.0.16</h4>\n\n<ul>\n<li>(25 Oct 2013) - Bug fix: some fields would not validate if value was zero.</li>\n<li>Bug fix: tags for time field types were not working in the confirmation email or subject.</li>\n<li>Bug fix: admin css improvements to avoid conflicting plugins.</li>\n<li>Added ip_address as an available data send / export field.</li>\n<li>Added setting to the Advanced tab to enable and HTML anchor tag on the form POST URL.</li>\n<li>updated German (de_DE) translation. </li>\n</ul>\n\n<h4>4.0.15</h4>\n\n<ul>\n<li>(12 Oct 2013) - allow HTML in \"Your message has been sent, thank you.\" custom label.</li>\n<li>Bug fix: the attrubutes setting was not working on name, email, subject, fields.</li>\n<li>Bug fix: schedule a meeting button could show when not activated.</li>\n</ul>\n\n<h4>4.0.14</h4>\n\n<ul>\n<li>(11 Oct 2013) - Bug fix: view /print button did not work with some plugins.</li>\n<li>Bug fix: schedule a meeting button user preference default problem.</li>\n<li>updated German (de_DE) translation. </li>\n</ul>\n\n<h4>4.0.13</h4>\n\n<ul>\n<li>(08 Oct 2013) - Bux fix: some forms would fail to import when label had some Non-US-ASCII or Chinese characters.</li>\n<li>Bug fix: Form save error when tag had some Non-US-ASCII or Chinese characters. </li>\n<li>Bug fix: button on the Tools tab \"Import forms from 3.xx version\" did not always work correctly.</li>\n</ul>\n\n<h4>4.0.11 & 4.0.12</h4>\n\n<ul>\n<li>(06 Oct 2013) - Improved placeholder text to work on older browsers.</li>\n<li>Added new style setting for \"Placeholder text\" so you can change placeholder text color if you want.</li>\n<li>Note: if you are using the External CSS setting you should import the new placeholder css, click \"View custom CSS\" on the Styles tab to see it.</li>\n<li>added new setting to Advanced tab \"Enable to have the email labels on same line as values\".</li>\n<li>updated German (de_DE) translation.</li>\n<li>Bug fix: copy styles was not copying all of the style settings.</li>\n<li>Bug fix: button on the Tools tab \"Import forms from 3.xx version\" did not work correctly.</li>\n</ul>\n\n<h4>4.0.10</h4>\n\n<ul>\n<li>(03 Oct 2013) - Bug fix: Activation generates \"unexpected output\" notice to admin.</li>\n<li>Bug fix: Could not select \"Block spam messages\" for Akismet.</li>\n<li>Bug fix: Field Regex was always validating as if required.</li>\n<li>Bug fix: Atachment file types, and file size labels were not working properly.</li>\n<li>Bug fix: Field default text was not showing in form.</li>\n</ul>\n\n<h4>4.0.9</h4>\n\n<ul>\n<li>(02 Oct 2013) - Bug fix: PHP method of calling form display was not working.</li>\n<li>Bug fix: time validation did not work on 24 hour format.</li>\n</ul>\n\n<h4>4.0.7 & 4.0.8</h4>\n\n<ul>\n<li>(01 Oct 2013) - Added a button on the Tools tab \"Import forms from 3.xx version\" for those who might be troubled by an import failure.</li>\n<li>Bug Fix: fixed a couple problems with importing settings from 3.xx version.</li>\n<li>Bug fix: none of the language translations were working.</li>\n<li>Bug fix: there were some ui image 404 errors from includes/images</li>\n<li>Bug fix: vCita setting error.</li>\n<li>other minor bug fixes.</li>\n</ul>\n\n<h4>4.0.6</h4>\n\n<ul>\n<li>(29 Sep 2013) - Version 4.0.6 is fiinally released after one year of programming by Mike Challis and Ken Carlson and 6 weeks of beta testing.</li>\n<li>Most notable changes:</li>\n<li>All new code base with better use of class structure.</li>\n<li>New user interface with tabs.</li>\n<li>New \'Fields\' tab where you can re-order the display sequence of all the fields via a drag and drop interface.</li>\n<li>The standard fields (name,email,subject,message) can now be manipulated and re-ordered along with the extra fields in the new \'Fields\' tab.</li>\n<li>Forms are easier to add, remove, label, and select for edit or preview.</li>\n<li>Fields are easier to add, remove, and re-order.</li>\n<li>Easier to use field labels, tags, and field options. You no longer have to escape comas in form labels and options.</li>\n<li>Automatic import of settings from version 2.5.6 and all 3.xx versions.</li>\n<li>You can restore your backed up forms from version 2.8 and newer with \'Restore Settings\' on the new \'Tools\' tab.</li>\n<li>Updated Online Meeting Scheduler by vCita on the new \'Scheduler\' tab.</li>\n<li>Updated \'Constant Contact\' plugin integration for the new \'Newsletter\' settings tab.</li>\n<li>PHP Sessions are no longer enabled by default allowing for best compatibility with servers, caching, themes, and other plugins. This should resolve any PHP sessions related issues some users had.</li>\n<li>Added filter hooks for 3rd party plugins and custom modifications.</li>\n<li>Improved validation of time fields.</li>\n<li>Improved CAPTCHA images.</li>\n<li>More optimized HTML indents when view source.</li>\n<li>New setting on the Advanced tab to enable a \"view / print message\" button after message sent. This feature will be skipped if the \"redirect after the message sends\" is also enabled.</li>\n<li>Default CSS style for \'labels on top\' is now responsive(note:your theme style has to be responsive also).</li>\n<li>New feature: for select, radio, checbox-miltiple, select-multiple field types: If you add options as a key==value set (use == to separate) the value will show on the form and the key will show in the email.</li>\n<li>New field Setting: \"Hide label\" check this setting if you want to hide the field label on the form.</li>\n<li>New field setting: \"Default as placeholder\" Check this setting if you want the default text to be a placeholder inside the form field. The placeholder is a short hint that is displayed in the input field before the user enters a value. Works with the following input types only: name, email, subject, message, text, textarea, url, and password.</li>\n<li>New tags capability for fields.</li>\n<li>New \'Reset Form\' button to Tools tab.</li>\n<li>New \'Delete Form\' function to Tools tab.</li>\n<li>New \'Reset Styles on all forms\' button to the Tools tab.</li>\n<li>Lots of work on the Style tab:</li>\n<li>Added more style settings for Style of labels, field inputs, buttons, and text.</li>\n<li>Separated style sections into \"Alignment DIVs\", and \"Style of labels, field inputs, buttons, and text\".\n\"Alignment DIVs\" settings are for adjusting the alignments of the form elements.\nYou can also check \"reset the alignment\" to return to defaults and make the \"labels on top\" or \"labels on left\".\n\"Style of labels, field inputs, buttons, and text\" are for setting style of the form labels, field inputs, buttons, and text.\nThis is a great way to change label or field colors. You can add color:red; any style attributes you want.\nYou can also check \"reset the styles\" to return to defaults.</li>\n<li>New setting on the Style tab: \"Select the method of delivering the form style\":\n\"Internal Style Sheet CSS (default)\"\n\"External Style Sheet CSS (requires editing theme style.css)\"\nBy default, the FSCF form styles are editable below when using \"Internal Style Sheet CSS\". The style is included inline in the form HTML.\nCSS experts will like the flexibility of using their own custom style sheet by enabling \"External Style Sheet CSS\", then the FSCF CSS will NOT be included inline in the form HTML, and the custom CSS below must be included in the style.css of the theme. Be sure to remember this if you switch your theme later on.\nPremium themes can now add support for Fast Secure Contact Form style in the theme\'s CSS. Select \"External Style Sheet CSS\" when instructed by the theme\'s installation instructions.</li>\n<li>New \"Reset Styles on all forms\" button to the Tools menu, and you should click it once after upgrading from version 3.xx to acquire the many changes/improvements to the default styles.</li>\n<li>Editorial change: E-mail is now Email, and e-mail is now email.</li>\n<li>Includes all the recent improvements from the 3.xx versions.</li>\n<li>Hundreds of bug fixes and code improvements.</li>\n</ul>\n\n<h4>4.0.5 Beta 5</h4>\n\n<ul>\n<li>(27 Sep 2013) - added ability to use \"Default as placeholder\" setting with \"Enable double email entry\" setting enabled. The \"Default\" setting should be in this example format: \"Email==Re-enter Email\". Separate words with == separators.</li>\n<li>added ability to use \"Default as placeholder\" setting with \"First Name, Last Name\" setting enabled. The \"Default\" setting should be in this example format: \"First Name==Last Name\". Separate words with == separators.</li>\n<li>When using \"Default as placeholder\" setting with \"First Name, Middle Name, Last Name\" setting enabled. The \"Default\" setting should be in this example format: \"First Name==Middle Name==Last Name\". Separate words with == separators.</li>\n<li>added a warning message if placeholder is enabled with empty Default text.</li>\n<li>added a warning message if double email setting is enabled with Default text in wrong format.</li>\n<li>added a warning message if \"First Name, Last Name\" is enabled with Default text in wrong format.</li>\n<li>Bug Fix: left a diagnostic print statement in the code in the placeholder feature.</li>\n<li>added new feature for select, radio, checbox-miltiple, select-multiple field types: If you add options as a key==value set (use == to separate) the value will show on the form and the key will show in the email.</li>\n<li>added two new settings to fields:\n\"Hide label\" check this setting if you want to hide the field label on the form.\n\"Default as placeholder\" Check this setting if you want the default text to be a placeholder inside the form field. The placeholder is a short hint that is displayed in the input field before the user enters a value. Works with the following input types only: name, email, subject, message, text, textarea, url, and password.</li>\n<li>added a \"Reset Styles on all forms\" button to the Tools menu, and I suggest clicking it each time you replace the plugin files to test the beta because I have been making many changes/improvements to the default styles.</li>\n<li>added new css element \"Field Pre-Follow DIV\" (fscf-div-field-prefollow) to properly set fields just to before the follow fields to the proper with while allowing wider labels for other fields.</li>\n<li>changed the CSS for the \"Field Left DIV\" (fscf-div-field-left) on \'labels on top\' setting to fix labels not wide enough problem.</li>\n<li>Fix bug: option value of \'0\' was deleted.</li>\n<li>got rid of the additional sentence \"Enter your email again.\" and the fields are now \"Email\", and \"Re-Enter Email\", just like Facebook signup has it.</li>\n<li>On Fields tab changed \'Name\' setting to \'Label\' as it perfectly relates to the actual form element.</li>\n<li>renamed the \'Border Style\' setting to \'Fieldset Box\' as it perfectly relates to the actual form element.</li>\n<li>also the external CSS element \'fscf-border\' was renamed to \'fscf-fieldset\'</li>\n<li>added width:99%; max-width:250px; to the Field Follow DIV (labels on top) so follow fields are matching width</li>\n<li>added a separate style for fieldset field, so now there is \"Form Fieldset Box\" (fscf-fieldset) for the form fieldset and \"Field Fieldset Box\" (fscf-fieldset-field) for fieldset field types.</li>\n</ul>\n\n<h4>4.0.4 Beta 4</h4>\n\n<ul>\n<li>(24 Sep 2013) - added a setting on the Advanced tab to enable a \"view / print message\" button after message sent. This feature will be skipped if the \"redirect after the message sends\" is also enabled.</li>\n<li>added vCita Online Appointment scheduler.</li>\n<li>added a couple more style settings for vCita.</li>\n<li>integrated vcita with external style CSS feature.</li>\n<li>added mode Save Changes buttons on settings pages.</li>\n<li>Optimized default styles some more. To aquire all the new style changes, you have to click the checkboxes to reset the styles on the Style settings tab.</li>\n<li>Default CSS for \'labels on top\' is now responsive(note:your theme has to be also).</li>\n<li>Removed settings for text field size, textarea cols and rows, because this is now controlled by CSS instead.</li>\n<li>Adjusted CAPTCHA fonts larger.</li>\n<li>All time field selects default to blank, then you select them.</li>\n<li>Improved the time validation: if a time field is not required and you select hour but not day, it will fail validation with message: \"The time selections are incomplete, select all or none.\"</li>\n<li>the * prefix is really not necessary for single selections in the email, so I removed it,</li>\n<li>you should only have a \' * \' separating fields with multiple selected options from now on.</li>\n<li>Fix bug: time fields now obey required, not required.</li>\n<li>added new setting to Advanced tab: \"Enable to skip names of non-required and unfilled-out fields in emails.\"</li>\n<li>Fix bug: required field checkbox was stuck on required on every field when double email field was enabled.</li>\n<li>added more ID tags to form HTML.</li>\n</ul>\n\n<h4>4.0.3 Beta 3</h4>\n\n<ul>\n<li>(16 Sep 2013) - added more ID tags to form HTML.</li>\n<li>More work on the Style tab:</li>\n<li>added new setting to \"Select the method of delivering the form style\":</li>\n<li>\"Internal Style Sheet CSS (default)\"</li>\n<li>\"External Style Sheet CSS (requires editing theme style.css)\"</li>\n<li>By default, the FSCF form styles are editable below when using \"Internal Style Sheet CSS\". The style is included inline in the form HTML.</li>\n<li>CSS experts will like the flexibility of using their own custom style sheet by enabling \"External Style Sheet CSS\", then the FSCF CSS will NOT be included inline in the form HTML, and the custom CSS below must be included in the style.css of the theme. Be sure to remember this if you switch your theme later on.</li>\n<li>Premium themes may have added support for Fast Secure Contact Form style in the theme\'s style.css. Select \"External Style Sheet CSS\" when instructed by the theme\'s installation instructions.</li>\n<li>Note: if you use the setting \"reset the alignment styles to labels on left(or top)\", or \"Reset the styles of labels, field inputs, buttons, and text\", then the custom CSS below will reflect the changes. You would have to edit your custom CSS again to see the changes on the form.</li>\n<li>\"Required field\" will also be set when double email is enabled in the Email Address field settings.</li>\n<li>added Save Changes button to field details on the Fields tab</li>\n<li>added (standard field) note next to standard field names on the Fields tab.</li>\n<li>added note \"Standard field names can be changed on the Labels tab.\" to the field details on the Fields tab</li>\n<li>added standard field note will indicate if a (standard field name was changed on the Labels tab).</li>\n<li>added a couple more filters.</li>\n<li>If you have changed a standard field label, it will display the changed label in bold on the Fields tab.</li>\n<li>Optimized code for email from name when name field is disabled</li>\n<li>Fix big: date validation failed if date field was emptied, even if date not required.</li>\n<li>Added \"After form message\" setting to the \"Advanced\' tab, you can use this to add any HTML after the form.</li>\n<li>Adjusted CAPTCHA difficulty down slightly.</li>\n<li>Fix big: now uses correct Return-path address setting for the confirmation email</li>\n<li>Fix bug: confirmation email might send to admin if email field is disabled</li>\n<li>updated <a href=\"http://www.fastsecurecontactform.com/how-to-add-extra-fields\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-add-extra-fields</a></li>\n<li>Editorial changes to field instructions.</li>\n<li>Fix bug: the tools tab lost focus when submitting a tool option.</li>\n</ul>\n\n<h4>4.0.2 Beta 2</h4>\n\n<ul>\n<li>(30 Aug 2013) - Lots of work on the Style tab:</li>\n<li>Added more style settings for Style of labels, field inputs, buttons, and text.</li>\n<li>Separated style sections into \"Alignment DIVs\", and \"Style of labels, field inputs, buttons, and text\".</li>\n<li>\"Alignment DIVs\" settings are for adjusting the alignments of the form elements.</li>\n<li>You can also check \"reset the alignment\" to return to defaults and make the \"labels on top\" or \"labels on left\".</li>\n<li>\"Style of labels, field inputs, buttons, and text\" are for setting style of the form labels, field inputs, buttons, and text.</li>\n<li>This is a great way to change label or field colors. You can add color:red; any style attributes you want.</li>\n<li>You can also check \"reset the styles\" to return to defaults.</li>\n<li>Fix bug: The donate box div did not minify.</li>\n<li>Fix bug: The Label CSS and Field CSS field options did not work on all field types.</li>\n<li>Fix bug: max_forms_num could get out of sync when deleting forms.</li>\n<li>Fix bug: setting was ignored \"Enable sender information in email footer\"</li>\n<li>Fix bug: Custom Label CSS was ignored for checkbox, checkbox-multiple, and radio fields.</li>\n<li>Fix bug: CSS setting \'labels on left\' messed up checkbox, checkbox-multiple, and radio fields.</li>\n<li>Fix bug: CSS setting \'labels on left\' messed up HTML before/after form field position.</li>\n<li>Fix bug: Field Label setting for the Reset button adds onclick= to the label.</li>\n<li>Fix bug: When viewing a form preview, changing the form select switches back to Edit mode.</li>\n<li>Fix Bug: Reply-To email header was set to incorrect address.</li>\n<li>\"Email From\" setting renamed to the more accurate \"Return-path address\".</li>\n<li>Fixed and added more error label settings.</li>\n<li>Moved \"Enable PHP sessions\" setting to the \'Advanced\' tab.</li>\n<li>Split \'Styles/Labels\' tab into a \'Styles\' tab and a \'Labels\' tab.</li>\n<li>Optimize backup file download then test with IE, FF, Chrome, Opera.</li>\n<li>Added form_number to the \'fsctf_mail_sent\' action hook object array</li>\n<li>Added \'Domain Protect Settings\' to the \'Security\' settings tab</li>\n<li>Added setting for \"Additional allowed domain names(optional)\" to the \'Security\' settings tab.</li>\n<li>Added show/hide details labels to field settings toggle buttons.</li>\n<li>Added focus to new field with message when adding New Field.</li>\n<li>Added setting: CSS style for form checkbox, checkbox-multiple, and radio labels. (useful to change colors).</li>\n<li>Updated admin and form stylesheets.</li>\n<li>Edited some settings labels.</li>\n<li>More optimized HTML indents when view source.</li>\n<li>Minor UI changes.</li>\n</ul>\n\n<h4>4.0.1 Beta 1</h4>\n\n<ul>\n<li>(15 Aug 2013) - After one year of hard work, Mike Chalis and Ken Carlson have redeveloped the whole plugin.</li>\n<li>All new codebase with better use of class structure.</li>\n<li>New user interface with tabs.</li>\n<li>New \'Fields\' tab where you can re-order the display sequence of all the fields via a drag and drop interface.</li>\n<li>The standard fields (name,email,subject,message) can now be manipulated and re-ordered along with the extra fields in the new \'Fields\' tab.</li>\n<li>Forms are easier to add, remove, label, and select for edit or preview.</li>\n<li>Fields are easier to add, remove, and re-order.</li>\n<li>Easier to use field labels, tags, and field options. You no longer have to escape comas in form labels and options.</li>\n<li>A \'Reset Form\' and \'Delete Form\' button has been added to the new \'Tools\' tab.</li>\n<li>Automatic import of settings from older version 2.5.6 and newer.</li>\n<li>You can restore your backed up forms from version 2.8 and newer with \'Restore Settings\' on the new \'Tools\' tab.</li>\n<li>Updated Meeting Scheduler - by vCita is still being developed for the new \'Meeting\' settings tab.</li>\n<li>Updated \'Constant Contact\' plugin integration for the new \'Newsletter\' settings tab.</li>\n<li>PHP Sessions are no longer enabled by default allowing for best compatibility with servers, caching, themes, and other plugins. This should resolve many sessions related issues some users had.</li>\n<li>Added filter hooks for 3rd party plugins.</li>\n<li>Removed HTML before/after field divs.</li>\n<li>Relocated some email settings from \'Basic Settings\' to \'Advanced\' tab.</li>\n<li>Editorial change: E-mail is now Email, e-mail is email</li>\n<li>Includes all the recent improvements from the 3.xx versions.</li>\n<li>Many bug fixes and code improvements.</li>\n</ul>\n\n<h4>3.1.9</h4>\n\n<ul>\n<li>(15 Aug 2013) - Added announcement of Fast Secure Contact Form Version 4.0 Beta was released August, 15 2013. Please help test it!</li>\n<li><a href=\"http://www.fastsecurecontactform.com/beta\">Download and test the 4.0 Beta</a></li>\n</ul>\n\n<h4>3.1.8.6</h4>\n\n<ul>\n<li>(13 Aug 2013) - fixed label style for checkbox, checkbox-multiple, and radio field types.</li>\n<li>removed divs for HTML before/after field settings.</li>\n<li>minor bug fixes.</li>\n</ul>\n\n<h4>3.1.8.5</h4>\n\n<ul>\n<li>(18 Jul 2013) - added new settings: \"Submit button input attributes\" and \"Form action attributes\". These can be used for Google Analytics tracking code.</li>\n<li>added captcha font randomization.</li>\n<li>fixed date does not have to be required.</li>\n<li>fixed date error message translation.</li>\n</ul>\n\n<h4>3.1.8.4</h4>\n\n<ul>\n<li>(07 Jul 2013) - Fixed CAPTCHA PHP warning on some servers.</li>\n<li>Added better date input validation.</li>\n</ul>\n\n<p><a href=\"http://www.fastsecurecontactform.com/changelog-archive\">Fast Secure Contact Form - WordPress changelog archive</a></p>\";s:3:\"faq\";s:7028:\"<p><a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">See the official FAQ at FastSecureContactForm.com</a></p>\n\n<h4>I just installed this and do not get any email from it, what could be wrong?</h4>\n\n<p><a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">See FAQ page: How to troubleshoot email delivery</a></p>\n\n<h4>If I upgrade from version 3.xx, will my forms and settings be lost?</h4>\n\n<p>No, it will automatic import of settings from versions 2.5.6 up to 3.xx. As long as you do not use the delete button when deactivating the plugin.\nYou can and should <a href=\"http://www.fastsecurecontactform.com/backup-restore-forms\">make a backup of your forms</a>.</p>\n\n<h4>I upgraded from version 3.xx, to 4.xx and my forms and settings did not import</h4>\n\n<p>The forms should have imported. In some rare cases, they don\'t import. Sorry for any inconvenience. \nUpdate to the latest version, click the button on the Tools tab \"Import forms from 3.xx version\".</p>\n\n<p>More help is on this help page:\n<a href=\"http://www.fastsecurecontactform.com/forms-did-not-import\">I upgraded to 4.xx version and my forms did not import</a></p>\n\n<h4>What happens during upgrade from 3.xx, where are the settings stored?</h4>\n\n<p>The upgrade is run automatically only once after installing or upgrading the 4.xx version over a 3.xx versions.\nThe 4.xx version uses different wp options settings than 3.xx\nThe options settings are rows in the wp_options database table.</p>\n\n<p>4.xx wp_options:\nfs_contact_global,\nfs_contact_form1,\nfs_contact_form2,\nfs_contact_form3,</p>\n\n<p>3.xx wp_options:\nsi_contact_gb,\nsi_contact_form,\nsi_contact_form2,\nsi_contact_form3,\nsi_contact_form4,</p>\n\n<p>During 4.xx install, the installation looks to see if 4.xx options are not present(first time install), and if 3.xx options are present(3.xx was installed previously), if it passes both those tests, then it runs the import code in\nclass-fscf-import.php</p>\n\n<h4>How do I backup or restore my forms?</h4>\n\n<p>On the Tools settings tab is a backup / restore tool.\nThe backup / restore feature can be used for backups or as a site to site transfer. You can back up ALL forms and transfer ALL forms to the same or new site using the restore feature. Or you can back up individual forms and restore them to the the same or new site replacing any one form selected during the restore. Please consider that restoring one form or ALL forms makes permanent replacements to the forms already on the site you restore them to.\nRead <a href=\"http://www.fastsecurecontactform.com/backup-restore-forms\">more about backups</a></p>\n\n<h4>Is this plugin available in other languages?</h4>\n\n<p>Yes. To use a translated version, you need to obtain or make the language file for it.\nAt this point it would be useful to read <a href=\"http://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\">Installing WordPress in Your Language</a> from the Codex. You will need an .mo file for this plugin that corresponds with the \"WPLANG\" setting in your wp-config.php file. Translations are listed below -- if a translation for your language is available, all you need to do is place it in the <code>/wp-content/plugins/si-contact-form/languages</code> directory of your WordPress installation. If one is not available, and you also speak good English, please consider doing a translation yourself (see the next question).</p>\n\n<p>The following translations are included in the download zip file:</p>\n\n<ul>\n<li>Albanian (sq_AL) - Translated by <a href=\"http://www.romeolab.com\">Romeo Shuka</a></li>\n<li>Arabic (ar) partial translation - Translated by Jasmine Hassan</li>\n<li>Bulgarian (bg_BG) - Translated by <a href=\"http://chereshka.net\">Dimitar Atanasov</a></li>\n<li>Chinese (zh_CN) - Translated by <a href=\"http://www.awuit.cn/\">Awu</a> </li>\n<li>Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Farsi(Persian)(fa_IR) partial translation - Translated by Ramin Firooz</li>\n<li>Finnish (fi) - Translated by <a href=\"http://www.guimikko.com/\">Mikko Vahatalo</a> </li>\n<li>French (fr_FR) - Translated by <a href=\"http://pierre.sudarovich.free.fr/\">Pierre Sudarovich</a></li>\n<li>German (de_DE) - Translated by <a href=\"http://sebastian.kreideweiss.info/\">Sebastian Kreideweiss</a></li>\n<li>Greek (el) - Translated by <a href=\"http://www.jbaron.gr/\">Ioannis</a></li>\n<li>Hebrew, Israel (he_IL) - Translated by Asaf Chertkoff FreeAllWeb GUILD</li>\n<li>Hungarian (hu_HU) - Translated by <a href=\"http://dmgmedia.hu\">Jozsef Burgyan</a></li>\n<li>Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Japanese (ja) - Translated by [Ichiro Kozuka]</li>\n<li>Norwegian Bokmal (nb_NO) - Translated by <a href=\"http://punktlig-ikt.no\">Tore Johnny Bratveit</a></li>\n<li>Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n<li>Portuguese (pt_PT) - Translated by <a href=\"http://pws.op351.net/\">AJBFerreira Blog</a></li>\n<li>Portuguese Brazil (pt_BR) - Translated by [Rui Alao]</li>\n<li>Romanian (ro_RO) - Translated by <a href=\"http://www.jibo.ro\">Anunturi Jibo</a></li>\n<li>Russian (ru_RU) - Translated by <a href=\"http://www.iflexion.com/\">Iflexion</a></li>\n<li>Spanish (es_ES) - Translated by <a href=\"http://www.activosenred.com/\">Valentin Yonte Rodriguez</a></li>\n<li>Swedish (sv_SE) - Translated by <a href=\"http://walktheline.boplatsen.se/\">Daniel Persson</a></li>\n<li>Traditional Chinese, Taiwan (zh_TW) - Translated by [Cjh]</li>\n<li>Turkish (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n<li>Ukrainian (uk_UA) - Translated by <a href=\"http://wordpress.ua/\">Wordpress.Ua</a></li>\n<li>More are needed... Please help translate.</li>\n</ul>\n\n<h4>Can I provide a translation?</h4>\n\n<p>Yes! \nHow to translate Fast Secure Contact Form for WordPress\n<a href=\"http://www.fastsecurecontactform.com/how-to-translate\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-translate</a></p>\n\n<h4>Is it possible to update the translation files for newest version?</h4>\n\n<p>How to update a translation of Fast Secure Contact Form for WordPress\n<a href=\"http://www.fastsecurecontactform.com/how-to-update-translation\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-update-translation</a></p>\n\n<p>For more help... <a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">See the official FAQ at FastSecureContactForm.com</a></p>\n\n<h4>What is the \"Schedule an appointment\" button on my contact form?</h4>\n\n<p>You can extend your contact form to let your users to schedule appointments based on your availability.\nLearn more about <a href=\"http://www.vcita.com/software/online_scheduling\">Why should I add Online Scheduling to my website</a></p>\n\n<p>You can enable or disable this option in the \"Scheduling\" tab of your contact form plugin settings page.</p>\n\n<p>If you have additional questions visit <a href=\"http://support.vcita.com\">vCita Support Page</a></p>\";s:11:\"other_notes\";s:231:\"<h3>Credits</h3>\n<ul>\n<li><a href=\"http://www.642weather.com/weather/scripts.php\">Mike Challis</a> - Plugin Author / Lead programmer</li>\n<li><a href=\"http://kencarlsonconsulting.com/\">Ken Carlson</a> - Plugin programmer</li>\n</ul>\";}s:13:\"download_link\";s:57:\"http://downloads.wordpress.org/plugin/si-contact-form.zip\";s:4:\"tags\";a:10:{s:7:\"akismet\";s:7:\"Akismet\";s:7:\"captcha\";s:7:\"captcha\";s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:4:\"form\";s:4:\"form\";s:4:\"mail\";s:4:\"mail\";s:12:\"multilingual\";s:12:\"multilingual\";s:4:\"spam\";s:4:\"spam\";s:4:\"wpmu\";s:4:\"wpmu\";}s:11:\"donate_link\";s:43:\"http://www.FastSecureContactForm.com/donate\";}','no'),(56401,'_site_transient_timeout_browser_edb7b9457277a9d83328575668eec9e5','1395679735','yes'),(56402,'_site_transient_browser_edb7b9457277a9d83328575668eec9e5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"33.0.1750.117\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(56542,'_site_transient_timeout_browser_fdc83df8ef7c4b5238f839dcae57a919','1395751585','yes'),(56543,'_site_transient_browser_fdc83df8ef7c4b5238f839dcae57a919','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(56647,'_site_transient_timeout_browser_975a4908fc9ff190ed02129b7392c83b','1395772617','yes'),(56648,'_site_transient_browser_975a4908fc9ff190ed02129b7392c83b','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"32.0.1700.107\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(56993,'_site_transient_timeout_browser_6dc402e621aa5b77f981dc9cdae2cdb8','1395930808','yes'),(56994,'_site_transient_browser_6dc402e621aa5b77f981dc9cdae2cdb8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"27.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(57770,'_site_transient_timeout_browser_dbbaf6ebb0240fdf90c82a951e227dd1','1396279234','yes'),(57771,'_site_transient_browser_dbbaf6ebb0240fdf90c82a951e227dd1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"27.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(57931,'_site_transient_timeout_browser_26ca8ea8e60136335e5e56fd8bbfc4d6','1396358986','yes'),(57932,'_site_transient_browser_26ca8ea8e60136335e5e56fd8bbfc4d6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"10.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(63692,'_site_transient_timeout_browser_0f5d8990db4df2d31f9107f57dccea47','1398954708','yes'),(63693,'_site_transient_browser_0f5d8990db4df2d31f9107f57dccea47','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(65085,'_site_transient_timeout_browser_90c622b90ee8654c23ad53bcc669fd9d','1399643823','yes'),(65086,'_site_transient_browser_90c622b90ee8654c23ad53bcc669fd9d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"10.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(67492,'_site_transient_timeout_browser_d2ed835a6321be3bc18af7f9472a5786','1400694614','yes'),(67493,'_site_transient_browser_d2ed835a6321be3bc18af7f9472a5786','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(69901,'st_blogexcludetest_103','false','yes'),(71374,'gde_db_version','1.2','yes'),(71375,'gde_options','a:11:{s:10:\"ed_disable\";s:2:\"no\";s:16:\"ed_extend_upload\";s:3:\"yes\";s:11:\"ed_embed_sc\";s:3:\"yes\";s:12:\"file_maxsize\";s:2:\"12\";s:11:\"error_check\";s:3:\"yes\";s:13:\"error_display\";s:3:\"yes\";s:9:\"error_log\";s:2:\"no\";s:10:\"beta_check\";s:2:\"no\";s:9:\"ga_enable\";s:2:\"no\";s:11:\"ga_category\";s:19:\"Google Doc Embedder\";s:8:\"ga_label\";s:3:\"url\";}','yes'),(74500,'_site_transient_timeout_browser_6633b23a94ddb768b59760235f89b931','1403731792','yes'),(74501,'_site_transient_browser_6633b23a94ddb768b59760235f89b931','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(74711,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1403210588','yes'),(74712,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4463\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2778\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2683\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2196\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2110\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1756\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1553\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1513\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1465\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1449\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1401\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1340\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1308\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1157\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1116\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1096\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"999\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"955\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"955\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"789\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"782\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"781\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"769\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"766\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"703\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"678\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"662\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"651\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"619\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"610\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"592\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"583\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"579\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"579\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"568\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"532\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"525\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"524\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"510\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"507\";}}','yes'),(75929,'_site_transient_timeout_browser_a905279638b7f22cb0032134bffa523c','1404328122','yes'),(75930,'_site_transient_browser_a905279638b7f22cb0032134bffa523c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(76160,'_site_transient_timeout_browser_9144b8475a7ea4baab9c7fb910a15a58','1404403724','yes'),(76161,'_site_transient_browser_9144b8475a7ea4baab9c7fb910a15a58','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.153\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(78959,'category_children','a:1:{i:4;a:23:{i:0;i:54;i:1;i:55;i:2;i:79;i:3;i:80;i:4;i:81;i:5;i:82;i:6;i:83;i:7;i:84;i:8;i:85;i:9;i:86;i:10;i:87;i:11;i:88;i:12;i:89;i:13;i:90;i:14;i:91;i:15;i:92;i:16;i:93;i:17;i:94;i:18;i:96;i:19;i:97;i:20;i:98;i:21;i:99;i:22;i:104;}}','yes'),(79400,'_site_transient_timeout_browser_7df5c10583e393ed36ed7157f4f7e7e6','1405703449','yes'),(79401,'_site_transient_browser_7df5c10583e393ed36ed7157f4f7e7e6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.153\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(83250,'_site_transient_timeout_browser_fc90cd9f7976cb9a620a2e5f7c6ea2a8','1407276146','yes'),(83251,'_site_transient_browser_fc90cd9f7976cb9a620a2e5f7c6ea2a8','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(85823,'sabai_sabai_license_keys','a:2:{s:15:\"sabai-directory\";a:2:{s:4:\"type\";s:6:\"envato\";s:5:\"value\";s:36:\"1d344da5-5709-48f9-9088-09f6dfd4947a\";}s:4:\"info\";a:2:{s:4:\"type\";s:6:\"envato\";s:5:\"value\";N;}}','yes'),(85831,'_site_transient_update_plugins','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1409668447;s:8:\"response\";a:20:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:37:\"http://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.3.0.2.zip\";}s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"22901\";s:4:\"slug\";s:28:\"basic-google-maps-placemarks\";s:6:\"plugin\";s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";s:11:\"new_version\";s:6:\"1.10.3\";s:14:\"upgrade_notice\";s:300:\"BGMP 1.10.3 includes a fix for a minor security vulnerability that would allow Administrators to inject malicious scripts into form fields. Since the vulnerability requires an Administrator account in order to exploit it, it is unlikely to be a realistic attack vector, but just to be safe I still st\";s:3:\"url\";s:58:\"http://wordpress.org/plugins/basic-google-maps-placemarks/\";s:7:\"package\";s:77:\"http://downloads.wordpress.org/plugin/basic-google-maps-placemarks.1.10.3.zip\";}s:35:\"dynamic-widgets/dynamic-widgets.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"12388\";s:4:\"slug\";s:15:\"dynamic-widgets\";s:6:\"plugin\";s:35:\"dynamic-widgets/dynamic-widgets.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:45:\"http://wordpress.org/plugins/dynamic-widgets/\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/plugin/dynamic-widgets.1.5.9.zip\";}s:33:\"events-manager/events-manager.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4075\";s:4:\"slug\";s:14:\"events-manager\";s:6:\"plugin\";s:33:\"events-manager/events-manager.php\";s:11:\"new_version\";s:7:\"5.5.3.1\";s:3:\"url\";s:44:\"http://wordpress.org/plugins/events-manager/\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/plugin/events-manager.5.5.3.1.zip\";}s:35:\"si-contact-form/si-contact-form.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"9891\";s:4:\"slug\";s:15:\"si-contact-form\";s:6:\"plugin\";s:35:\"si-contact-form/si-contact-form.php\";s:11:\"new_version\";s:6:\"4.0.26\";s:3:\"url\";s:45:\"http://wordpress.org/plugins/si-contact-form/\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/plugin/si-contact-form.zip\";}s:36:\"google-document-embedder/gviewer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"10222\";s:4:\"slug\";s:24:\"google-document-embedder\";s:6:\"plugin\";s:36:\"google-document-embedder/gviewer.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:54:\"http://wordpress.org/plugins/google-document-embedder/\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/plugin/google-document-embedder.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.7\";s:3:\"url\";s:54:\"http://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:72:\"http://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.7.zip\";}s:17:\"groups/groups.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"27595\";s:4:\"slug\";s:6:\"groups\";s:6:\"plugin\";s:17:\"groups/groups.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:14:\"upgrade_notice\";s:60:\"WordPress 3.9 compatibility checked, improvements and fixes.\";s:3:\"url\";s:36:\"http://wordpress.org/plugins/groups/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/groups.1.4.10.zip\";}s:43:\"groups-404-redirect/groups-404-redirect.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"37601\";s:4:\"slug\";s:19:\"groups-404-redirect\";s:6:\"plugin\";s:43:\"groups-404-redirect/groups-404-redirect.php\";s:11:\"new_version\";s:5:\"1.2.3\";s:14:\"upgrade_notice\";s:53:\"Added a fix to circumvent a bug in some PHP versions.\";s:3:\"url\";s:49:\"http://wordpress.org/plugins/groups-404-redirect/\";s:7:\"package\";s:67:\"http://downloads.wordpress.org/plugin/groups-404-redirect.1.2.3.zip\";}s:27:\"mail-subscribe-list/sml.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"36664\";s:4:\"slug\";s:19:\"mail-subscribe-list\";s:6:\"plugin\";s:27:\"mail-subscribe-list/sml.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:49:\"http://wordpress.org/plugins/mail-subscribe-list/\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/plugin/mail-subscribe-list.zip\";}s:27:\"my-calendar/my-calendar.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"14010\";s:4:\"slug\";s:11:\"my-calendar\";s:6:\"plugin\";s:27:\"my-calendar/my-calendar.php\";s:11:\"new_version\";s:6:\"2.3.10\";s:14:\"upgrade_notice\";s:62:\"IMPORTANT SECURITY UPDATE: Please upgrade as soon as possible!\";s:3:\"url\";s:41:\"http://wordpress.org/plugins/my-calendar/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/my-calendar.2.3.10.zip\";}s:27:\"p3-profiler/p3-profiler.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"27704\";s:4:\"slug\";s:11:\"p3-profiler\";s:6:\"plugin\";s:27:\"p3-profiler/p3-profiler.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:14:\"upgrade_notice\";s:89:\"Fix a bug which broke debug mode and caused scanning to not work properly for some users.\";s:3:\"url\";s:41:\"http://wordpress.org/plugins/p3-profiler/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/plugin/p3-profiler.1.5.1.zip\";}s:47:\"safe-redirect-manager/safe-redirect-manager.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"34252\";s:4:\"slug\";s:21:\"safe-redirect-manager\";s:6:\"plugin\";s:47:\"safe-redirect-manager/safe-redirect-manager.php\";s:11:\"new_version\";s:5:\"1.7.3\";s:3:\"url\";s:51:\"http://wordpress.org/plugins/safe-redirect-manager/\";s:7:\"package\";s:69:\"http://downloads.wordpress.org/plugin/safe-redirect-manager.1.7.3.zip\";}s:45:\"simple-page-sidebars/simple-page-sidebars.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"26980\";s:4:\"slug\";s:20:\"simple-page-sidebars\";s:6:\"plugin\";s:45:\"simple-page-sidebars/simple-page-sidebars.php\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:50:\"http://wordpress.org/plugins/simple-page-sidebars/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/simple-page-sidebars.zip\";}s:35:\"social-stickers/social-stickers.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"35097\";s:4:\"slug\";s:15:\"social-stickers\";s:6:\"plugin\";s:35:\"social-stickers/social-stickers.php\";s:11:\"new_version\";s:5:\"2.2.3\";s:3:\"url\";s:45:\"http://wordpress.org/plugins/social-stickers/\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/plugin/social-stickers.2.2.3.zip\";}s:35:\"websimon-tables/websimon_tables.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"28104\";s:4:\"slug\";s:15:\"websimon-tables\";s:6:\"plugin\";s:35:\"websimon-tables/websimon_tables.php\";s:11:\"new_version\";s:5:\"1.3.4\";s:3:\"url\";s:45:\"http://wordpress.org/plugins/websimon-tables/\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/plugin/websimon-tables.zip\";}s:25:\"wp-members/wp-members.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"10426\";s:4:\"slug\";s:10:\"wp-members\";s:6:\"plugin\";s:25:\"wp-members/wp-members.php\";s:11:\"new_version\";s:5:\"2.9.6\";s:3:\"url\";s:40:\"http://wordpress.org/plugins/wp-members/\";s:7:\"package\";s:52:\"http://downloads.wordpress.org/plugin/wp-members.zip\";}s:19:\"wpcu3er/wpcu3er.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"19331\";s:4:\"slug\";s:7:\"wpcu3er\";s:6:\"plugin\";s:19:\"wpcu3er/wpcu3er.php\";s:11:\"new_version\";s:4:\"0.80\";s:3:\"url\";s:37:\"http://wordpress.org/plugins/wpcu3er/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/plugin/wpcu3er.0.80.zip\";}s:33:\"wp-security-scan/securityscan.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"2821\";s:4:\"slug\";s:16:\"wp-security-scan\";s:6:\"plugin\";s:33:\"wp-security-scan/securityscan.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:46:\"http://wordpress.org/plugins/wp-security-scan/\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/plugin/wp-security-scan.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:14:\"upgrade_notice\";s:91:\"Fixed "acceptable file list" and no caching for GET queries bugs in last release.\";s:3:\"url\";s:44:\"http://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/wp-super-cache.1.4.2.zip\";}}}','yes'),(85847,'_site_transient_timeout_browser_6cc821aa3342f50f95d2a68e617d7745','1408384845','yes'),(85848,'_site_transient_browser_6cc821aa3342f50f95d2a68e617d7745','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"30.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(86570,'_site_transient_timeout_browser_be2e2edbb001a7045346bf9e7b177d64','1408547704','yes'),(86571,'_site_transient_browser_be2e2edbb001a7045346bf9e7b177d64','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(86592,'_transient_sabai_ffdf08593ac6162efae8a706da808d69','a:2:{s:6:\"addons\";a:19:{s:6:\"System\";a:5:{s:6:\"config\";a:4:{s:4:\"site\";a:1:{s:11:\"mod_rewrite\";a:2:{s:6:\"enable\";b:0;s:6:\"format\";s:35:\"http://www.onecaribbean.org%1$s%3$s\";}}s:19:\"no_perms_in_session\";b:0;s:5:\"cache\";a:1:{s:4:\"main\";N;}s:6:\"addons\";a:2:{s:9:\"installed\";N;s:11:\"installable\";N;}}s:6:\"events\";a:21:{i:7;s:26:\"systemimainrouterinstalled\";i:8;s:27:\"systemiadminrouterinstalled\";i:9;s:28:\"systemimainrouteruninstalled\";i:10;s:29:\"systemiadminrouteruninstalled\";i:11;s:25:\"systemimainrouterupgraded\";i:12;s:26:\"systemiadminrouterupgraded\";i:14;s:22:\"sabaisystemaddonloaded\";i:15;s:20:\"sabaiwebresponsesend\";i:16;s:22:\"sabaiwebresponserender\";i:17;s:32:\"sabaiwebresponserenderhtmllayout\";i:18;s:25:\"sabairesponsesendcomplete\";i:22;s:19:\"sabaiaddoninstalled\";i:23;s:21:\"sabaiaddonuninstalled\";i:24;s:18:\"sabaiaddonupgraded\";i:26;s:36:\"systemipermissioncategoriesinstalled\";i:27;s:35:\"systemipermissioncategoriesupgraded\";i:29;s:27:\"systemipermissionsinstalled\";i:30;s:29:\"systemipermissionsuninstalled\";i:31;s:26:\"systemipermissionsupgraded\";i:33;s:15:\"systeminstalled\";i:38;s:28:\"formbuildsystemadminsettings\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:4:\"Date\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:4:\"File\";a:5:{s:6:\"config\";a:18:{s:7:\"tmp_dir\";s:0:\"\";s:10:\"upload_dir\";s:0:\"\";s:13:\"thumbnail_dir\";s:0:\"\";s:15:\"thumbnail_width\";s:3:\"170\";s:16:\"thumbnail_height\";s:3:\"170\";s:18:\"image_medium_width\";i:300;s:17:\"image_large_width\";i:1024;s:9:\"maxSizeKB\";i:30720;s:13:\"no_pretty_url\";s:1:\"1\";s:13:\"resize_method\";s:5:\"scale\";s:4:\"page\";s:14:\"sabai/settings\";s:1:\"q\";s:14:\"/settings/file\";s:8:\"noheader\";s:1:\"1\";s:6:\"__ajax\";s:12:\"#sabai-modal\";s:20:\"_sabai_form_build_id\";s:32:\"9978371d88e6d777b9c56969664f690f\";s:3:\"__t\";s:10:\"d34cca2d90\";s:18:\"_sabai_form_submit\";a:1:{i:0;s:12:\"Save Changes\";}s:14:\"thumbnail_size\";N;}s:6:\"events\";a:7:{i:12;s:12:\"sabairuncron\";i:25;s:31:\"entitydeletefieldconfigssuccess\";i:26;s:26:\"entitycreatebundlessuccess\";i:27;s:26:\"entityupdatebundlessuccess\";i:28;s:26:\"entitydeletebundlessuccess\";i:29;s:25:\"fielduisubmitfieldsuccess\";i:30;s:23:\"entityrendercontenthtml\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:4:\"Form\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:3:{i:9;s:20:\"formifieldsinstalled\";i:10;s:22:\"formifieldsuninstalled\";i:11;s:19:\"formifieldsupgraded\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:4:\"HTML\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:5:\"Field\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:6:{i:5;s:20:\"fielditypesinstalled\";i:6;s:22:\"fielditypesuninstalled\";i:7;s:19:\"fielditypesupgraded\";i:8;s:22:\"fieldiwidgetsinstalled\";i:9;s:24:\"fieldiwidgetsuninstalled\";i:10;s:21:\"fieldiwidgetsupgraded\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:6:\"Entity\";a:5:{s:6:\"config\";a:2:{s:13:\"field_storage\";s:3:\"sql\";s:18:\"field_cache_plugin\";s:6:\"Entity\";}s:6:\"events\";a:8:{i:6;s:21:\"entityitypesinstalled\";i:7;s:23:\"entityitypesuninstalled\";i:8;s:20:\"entityitypesupgraded\";i:23;s:29:\"entityifieldstoragesinstalled\";i:24;s:31:\"entityifieldstoragesuninstalled\";i:25;s:28:\"entityifieldstoragesupgraded\";i:31;s:16:\"fieldtypedeleted\";i:33;s:16:\"systemclearcache\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:6:\"Voting\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:12:{i:11;s:26:\"entitycreatebundlessuccess\";i:12;s:26:\"entityupdatebundlessuccess\";i:13;s:26:\"entitydeletebundlessuccess\";i:14;s:18:\"entitycreateentity\";i:15;s:20:\"entityrenderentities\";i:17;s:23:\"entityrendercontenthtml\";i:20;s:30:\"formbuildcontentadminlistposts\";i:21;s:35:\"formbuildcontentadminlistchildposts\";i:23;s:19:\"contentpoststrashed\";i:24;s:20:\"commentflaggedasspam\";i:27;s:32:\"contentadminpostsurlparamsfilter\";i:28;s:22:\"contentadminpostsquery\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:6:\"jQuery\";a:5:{s:6:\"config\";a:2:{s:11:\"no_conflict\";b:0;s:9:\"no_ui_css\";b:1;}s:6:\"events\";a:1:{i:1;s:32:\"sabaiwebresponserenderhtmllayout\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:7:\"Comment\";a:5:{s:6:\"config\";a:2:{s:4:\"spam\";a:3:{s:9:\"threshold\";i:11;s:11:\"auto_delete\";b:1;s:12:\"delete_after\";i:3;}s:15:\"show_login_link\";b:1;}s:6:\"events\";a:7:{i:11;s:26:\"entitycreatebundlessuccess\";i:12;s:26:\"entityupdatebundlessuccess\";i:13;s:26:\"entitydeletebundlessuccess\";i:14;s:20:\"entityrenderentities\";i:15;s:30:\"formbuildcontentadminlistposts\";i:16;s:35:\"formbuildcontentadminlistchildposts\";i:19;s:12:\"sabairuncron\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:7:\"Content\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:15:{i:3;s:29:\"contenticontenttypesinstalled\";i:4;s:31:\"contenticontenttypesuninstalled\";i:5;s:28:\"contenticontenttypesupgraded\";i:16;s:26:\"entitycreatebundlessuccess\";i:17;s:26:\"entityupdatebundlessuccess\";i:18;s:26:\"entitydeletebundlessuccess\";i:22;s:25:\"entitycreatecontententity\";i:23;s:25:\"entityupdatecontententity\";i:24;s:32:\"entitycreatecontententitysuccess\";i:25;s:32:\"entityupdatecontententitysuccess\";i:26;s:32:\"entitydeletecontententitysuccess\";i:30;s:12:\"sabairuncron\";i:31;s:24:\"systemsitemapindexfilter\";i:32;s:28:\"votingcontententityvotedflag\";i:33;s:34:\"votingcontententityvotedeletedflag\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:7:\"FieldUI\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:7:{i:4;s:40:\"sabaiwebresponserenderfielduiadminfields\";i:5;s:21:\"entityitypesinstalled\";i:6;s:23:\"entityitypesuninstalled\";i:7;s:20:\"entityitypesupgraded\";i:8;s:26:\"entitycreatebundlessuccess\";i:9;s:26:\"entityupdatebundlessuccess\";i:10;s:26:\"entitydeletebundlessuccess\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:7:\"Widgets\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:3:{i:1;s:24:\"widgetsiwidgetsinstalled\";i:2;s:26:\"widgetsiwidgetsuninstalled\";i:3;s:23:\"widgetsiwidgetsupgraded\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:8:\"Markdown\";a:5:{s:6:\"config\";a:3:{s:4:\"help\";b:0;s:8:\"help_url\";s:37:\"http://en.wikipedia.org/wiki/Markdown\";s:11:\"help_window\";a:2:{s:5:\"width\";i:720;s:6:\"height\";i:480;}}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:8:\"Taxonomy\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:16:{i:16;s:28:\"taxonomyitaxonomiesinstalled\";i:17;s:30:\"taxonomyitaxonomiesuninstalled\";i:18;s:27:\"taxonomyitaxonomiesupgraded\";i:19;s:26:\"entitycreatebundlessuccess\";i:20;s:26:\"entityupdatebundlessuccess\";i:21;s:26:\"entitydeletebundlessuccess\";i:22;s:25:\"entitycreateentitysuccess\";i:23;s:25:\"entityupdateentitysuccess\";i:24;s:20:\"entityrenderentities\";i:25;s:24:\"entityrendertaxonomyhtml\";i:26;s:30:\"formbuildcontentadminlistposts\";i:27;s:35:\"formbuildcontentadminlistchildposts\";i:28;s:32:\"contentadminpostsurlparamsfilter\";i:29;s:22:\"contentadminpostsquery\";i:33;s:32:\"sabaiwebresponserenderhtmllayout\";i:37;s:24:\"systemsitemapindexfilter\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:9:\"WordPress\";a:5:{s:6:\"config\";a:1:{s:17:\"do_user_shortcode\";b:0;}s:6:\"events\";a:23:{i:4;s:25:\"sabaiwordpressaddonloaded\";i:6;s:21:\"systemadmininfofilter\";i:7;s:24:\"widgetsiwidgetsinstalled\";i:8;s:26:\"widgetsiwidgetsuninstalled\";i:9;s:23:\"widgetsiwidgetsupgraded\";i:10;s:25:\"systemimainmenusinstalled\";i:11;s:27:\"systemimainmenusuninstalled\";i:12;s:24:\"systemimainmenusupgraded\";i:13;s:26:\"systemiadminmenusinstalled\";i:14;s:28:\"systemiadminmenusuninstalled\";i:15;s:25:\"systemiadminmenusupgraded\";i:16;s:41:\"sabaiwebresponserendercontentadminaddpost\";i:17;s:46:\"sabaiwebresponserendercontentadminaddchildpost\";i:18;s:42:\"sabaiwebresponserendercontentadmineditpost\";i:19;s:47:\"sabaiwebresponserendercontentadmineditchildpost\";i:20;s:42:\"sabaiwebresponserendertaxonomyadminaddterm\";i:21;s:43:\"sabaiwebresponserendertaxonomyadmineditterm\";i:24;s:28:\"formbuildsystemadminsettings\";i:26;s:21:\"sabaiaddonuninstalled\";i:27;s:18:\"sabaiaddonupgraded\";i:28;s:21:\"contentpostbodyfilter\";i:29;s:22:\"taxonomytermbodyfilter\";i:32;s:16:\"entityviewentity\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:12:\"Autocomplete\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";s:4:\"path\";N;s:7:\"package\";s:5:\"sabai\";}s:9:\"Directory\";a:5:{s:6:\"config\";a:8:{s:7:\"display\";a:20:{s:7:\"perpage\";s:2:\"20\";s:14:\"review_perpage\";s:2:\"10\";s:16:\"bookmark_perpage\";s:2:\"10\";s:5:\"sorts\";a:3:{i:0;s:6:\"newest\";i:1;s:7:\"reviews\";i:2;s:5:\"title\";}s:4:\"sort\";s:6:\"newest\";s:11:\"review_sort\";s:11:\"helpfulness\";s:10:\"photo_sort\";s:6:\"newest\";s:13:\"bookmark_sort\";s:5:\"added\";s:4:\"view\";s:4:\"list\";s:12:\"f_categories\";s:1:\"1\";s:8:\"f_photos\";s:1:\"1\";s:12:\"listing_tabs\";a:2:{s:7:\"options\";a:5:{s:7:\"reviews\";s:7:\"Reviews\";s:6:\"photos\";s:6:\"Photos\";s:3:\"map\";s:3:\"Map\";s:7:\"contact\";s:10:\"Contact Us\";s:6:\"sample\";s:17:\"Custom Tab Sample\";}s:7:\"default\";a:3:{i:0;s:6:\"photos\";i:1;s:3:\"map\";i:2;s:7:\"contact\";}}s:16:\"category_columns\";s:1:\"2\";s:17:\"no_photo_comments\";s:1:\"1\";s:9:\"f_reviews\";b:0;s:6:\"f_tabs\";a:3:{s:10:\"categories\";b:1;s:7:\"reviews\";b:1;s:6:\"photos\";b:1;}s:12:\"grid_columns\";i:4;s:19:\"listing_default_tab\";s:7:\"reviews\";s:14:\"stick_featured\";b:1;s:7:\"buttons\";a:5:{s:6:\"search\";s:17:\"sabai-btn-primary\";s:7:\"listing\";s:17:\"sabai-btn-success\";s:6:\"review\";s:17:\"sabai-btn-success\";s:6:\"photos\";s:17:\"sabai-btn-success\";s:10:\"directions\";s:17:\"sabai-btn-primary\";}}s:3:\"map\";a:9:{s:6:\"height\";s:3:\"500\";s:9:\"list_show\";s:1:\"1\";s:11:\"list_height\";s:3:\"400\";s:4:\"icon\";s:0:\"\";s:5:\"style\";s:0:\"\";s:20:\"listing_default_zoom\";s:2:\"15\";s:13:\"distance_mode\";s:2:\"km\";s:7:\"options\";a:2:{s:15:\"marker_clusters\";s:1:\"1\";s:11:\"scrollwheel\";b:0;}s:7:\"disable\";b:0;}s:5:\"photo\";a:5:{s:13:\"max_file_size\";s:4:\"1024\";s:7:\"max_num\";s:1:\"3\";s:13:\"max_num_owner\";s:1:\"3\";s:14:\"max_num_photos\";s:1:\"3\";s:14:\"max_num_review\";s:1:\"3\";}s:4:\"spam\";a:3:{s:9:\"threshold\";a:4:{s:7:\"listing\";s:2:\"30\";s:6:\"review\";s:2:\"15\";s:5:\"photo\";s:2:\"15\";s:6:\"header\";N;}s:11:\"auto_delete\";s:1:\"1\";s:12:\"delete_after\";s:1:\"7\";}s:6:\"claims\";a:6:{s:8:\"duration\";s:3:\"365\";s:12:\"grace_period\";s:1:\"7\";s:3:\"tac\";a:4:{s:4:\"type\";s:4:\"none\";s:4:\"link\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:9:\"claim_tac\";s:0:\"\";}s:14:\"allow_existing\";b:0;s:17:\"claim_form_header\";s:0:\"\";s:10:\"no_comment\";b:0;}s:5:\"pages\";a:6:{s:14:\"directory_slug\";s:9:\"directory\";s:15:\"directory_title\";s:9:\"Directory\";s:12:\"listing_slug\";s:7:\"listing\";s:14:\"dashboard_slug\";s:19:\"directory-dashboard\";s:15:\"dashboard_title\";s:19:\"Directory Dashboard\";s:16:\"dashboard_nolink\";b:0;}s:6:\"search\";a:3:{s:15:\"min_keyword_len\";s:1:\"3\";s:6:\"no_loc\";b:0;s:7:\"country\";N;}s:12:\"listing_name\";s:17:\"directory_listing\";}s:6:\"events\";a:31:{i:37;s:20:\"entityrenderentities\";i:38;s:39:\"entityrendercontentdirectorylistinghtml\";i:39;s:45:\"entityrendercontentdirectorylistingreviewhtml\";i:40;s:44:\"entityrendercontentdirectorylistingphotohtml\";i:41;s:41:\"entitycreatecontentdirectorylistingentity\";i:42;s:30:\"formbuildcontentadminlistposts\";i:43;s:31:\"formbuildtaxonomyadminlistterms\";i:44;s:32:\"contentadminpostsurlparamsfilter\";i:45;s:22:\"contentadminpostsquery\";i:46;s:35:\"formbuildcontentadminlistchildposts\";i:48;s:37:\"votingdirectorylistingentityvotedflag\";i:49;s:43:\"votingdirectorylistingreviewentityvotedflag\";i:50;s:42:\"votingdirectorylistingphotoentityvotedflag\";i:51;s:12:\"sabairuncron\";i:54;s:41:\"contentdirectorylistingreviewpoststrashed\";i:55;s:42:\"contentdirectorylistingreviewpostsrestored\";i:56;s:58:\"entitybulkdeletecontentdirectorylistingreviewentitysuccess\";i:57;s:32:\"sabaiwebresponserenderhtmllayout\";i:58;s:48:\"entitycreatecontentdirectorylistingentitysuccess\";i:59;s:54:\"entitycreatecontentdirectorylistingreviewentitysuccess\";i:60;s:54:\"entityupdatecontentdirectorylistingreviewentitysuccess\";i:61;s:53:\"entitycreatecontentdirectorylistingphotoentitysuccess\";i:62;s:52:\"entitycreatecontentdirectorylistingleadentitysuccess\";i:63;s:50:\"entitycreatetaxonomydirectorycategoryentitysuccess\";i:64;s:50:\"entityupdatetaxonomydirectorycategoryentitysuccess\";i:65;s:20:\"contentpostpublished\";i:66;s:27:\"commentsubmitcommentsuccess\";i:68;s:31:\"systemuserprofileactivityfilter\";i:69;s:23:\"directoryinstallsuccess\";i:70;s:33:\"directorylistingclaimstatuschange\";i:71;s:18:\"systemroutesfilter\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";s:49:\"/wp-content/plugins/sabai-directory/lib/Directory\";s:7:\"package\";s:15:\"sabai-directory\";}s:10:\"GoogleMaps\";a:5:{s:6:\"config\";a:0:{}s:6:\"events\";a:2:{i:6;s:32:\"sabaiwebresponserenderhtmllayout\";i:7;s:24:\"googlemapsupgradesuccess\";}s:6:\"parent\";s:0:\"\";s:4:\"path\";s:50:\"/wp-content/plugins/sabai-directory/lib/GoogleMaps\";s:7:\"package\";s:15:\"sabai-directory\";}}s:9:\"timestamp\";i:1407946890;}','yes'),(86599,'_transient_sabai_31b281802a06607d178a4818cbacf1d2','a:55:{s:16:\"content_activity\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:16:\"content_activity\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:8:\"Activity\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:20:\"content_post_user_id\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:20:\"content_post_user_id\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:7:\"captcha\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:7:\"captcha\";s:14:\"default_widget\";s:17:\"wordpress_captcha\";s:7:\"widgets\";a:1:{s:17:\"wordpress_captcha\";s:21:\"Really Simple CAPTCHA\";}s:5:\"label\";s:7:\"CAPTCHA\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:9:\"cacheable\";b:0;}s:16:\"content_children\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:16:\"content_children\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:13:\"Child Content\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:22:\"content_children_count\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:22:\"content_children_count\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:18:\"Child Entity Count\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:6:\"choice\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:6:\"choice\";s:14:\"default_widget\";s:10:\"checkboxes\";s:7:\"widgets\";a:3:{s:10:\"checkboxes\";s:10:\"Checkboxes\";s:12:\"radiobuttons\";s:13:\"Radio buttons\";s:6:\"select\";s:11:\"Select list\";}s:5:\"label\";s:6:\"Choice\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:1:{s:7:\"options\";N;}}s:16:\"comment_comments\";a:10:{s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";s:16:\"comment_comments\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:17:\"directory_contact\";a:10:{s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";s:17:\"directory_contact\";s:14:\"default_widget\";s:17:\"directory_contact\";s:7:\"widgets\";a:1:{s:17:\"directory_contact\";s:12:\"Contact Info\";}s:5:\"label\";s:12:\"Contact Info\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:15:\"content_post_id\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:15:\"content_post_id\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:10:\"Content ID\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:17:\"content_post_slug\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:17:\"content_post_slug\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:12:\"Content Slug\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:31:\"content_post_entity_bundle_name\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:31:\"content_post_entity_bundle_name\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:12:\"Content Type\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:31:\"content_post_entity_bundle_type\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:31:\"content_post_entity_bundle_type\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:12:\"Content Type\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:14:\"date_timestamp\";a:10:{s:5:\"addon\";s:4:\"Date\";s:4:\"type\";s:14:\"date_timestamp\";s:14:\"default_widget\";s:15:\"date_datepicker\";s:7:\"widgets\";a:1:{s:15:\"date_datepicker\";s:16:\"Date/Time picker\";}s:5:\"label\";s:4:\"Date\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:4:{s:10:\"date_range\";b:0;s:14:\"date_range_min\";N;s:14:\"date_range_max\";N;s:11:\"enable_time\";b:1;}}s:17:\"content_reference\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:17:\"content_reference\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:16:\"Entity Reference\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:0;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:15:\"voting_favorite\";a:10:{s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";s:15:\"voting_favorite\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:8:\"Favorite\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:16:\"content_featured\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:16:\"content_featured\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:8:\"Featured\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:9:\"file_file\";a:9:{s:5:\"addon\";s:4:\"File\";s:4:\"type\";s:9:\"file_file\";s:14:\"default_widget\";s:11:\"file_upload\";s:7:\"widgets\";a:1:{s:11:\"file_upload\";s:17:\"File upload field\";}s:5:\"label\";s:4:\"File\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;}s:11:\"voting_flag\";a:10:{s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";s:11:\"voting_flag\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:4:\"Flag\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:17:\"googlemaps_marker\";a:9:{s:5:\"addon\";s:10:\"GoogleMaps\";s:4:\"type\";s:17:\"googlemaps_marker\";s:14:\"default_widget\";s:17:\"googlemaps_marker\";s:7:\"widgets\";a:1:{s:17:\"googlemaps_marker\";s:10:\"Google Map\";}s:5:\"label\";s:10:\"Google Map\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;}s:20:\"content_guest_author\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:20:\"content_guest_author\";s:14:\"default_widget\";s:20:\"content_guest_author\";s:7:\"widgets\";a:1:{s:20:\"content_guest_author\";s:18:\"Guest author field\";}s:5:\"label\";s:12:\"Guest Author\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:4:\"html\";a:9:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:4:\"html\";s:14:\"default_widget\";s:4:\"html\";s:7:\"widgets\";a:1:{s:4:\"html\";s:13:\"HTML fragment\";}s:5:\"label\";s:4:\"HTML\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;}s:14:\"voting_helpful\";a:10:{s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";s:14:\"voting_helpful\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:7:\"Helpful\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:10:\"file_image\";a:9:{s:5:\"addon\";s:4:\"File\";s:4:\"type\";s:10:\"file_image\";s:14:\"default_widget\";s:11:\"file_upload\";s:7:\"widgets\";a:1:{s:11:\"file_upload\";s:17:\"File upload field\";}s:5:\"label\";s:5:\"Image\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;}s:4:\"link\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:4:\"link\";s:14:\"default_widget\";s:4:\"link\";s:7:\"widgets\";a:1:{s:4:\"link\";s:10:\"Link field\";}s:5:\"label\";s:4:\"Link\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:3:{s:6:\"target\";s:6:\"_blank\";s:8:\"nofollow\";b:1;s:5:\"title\";a:2:{s:7:\"default\";N;s:9:\"no_custom\";b:0;}}}s:15:\"directory_claim\";a:10:{s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";s:15:\"directory_claim\";s:14:\"default_widget\";s:15:\"directory_claim\";s:7:\"widgets\";a:1:{s:15:\"directory_claim\";s:14:\"Listing Owners\";}s:5:\"label\";s:13:\"Listing Claim\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:0;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:15:\"directory_photo\";a:10:{s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";s:15:\"directory_photo\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:13:\"Listing Photo\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:16:\"directory_rating\";a:10:{s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";s:16:\"directory_rating\";s:14:\"default_widget\";s:16:\"directory_rating\";s:7:\"widgets\";a:1:{s:16:\"directory_rating\";s:12:\"Rating Stars\";}s:5:\"label\";s:14:\"Listing Rating\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:13:\"markdown_text\";a:9:{s:5:\"addon\";s:8:\"Markdown\";s:4:\"type\";s:13:\"markdown_text\";s:14:\"default_widget\";s:17:\"markdown_textarea\";s:7:\"widgets\";a:1:{s:17:\"markdown_textarea\";s:8:\"Textarea\";}s:5:\"label\";s:13:\"Markdown Text\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;}s:6:\"number\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:6:\"number\";s:14:\"default_widget\";s:9:\"textfield\";s:7:\"widgets\";a:1:{s:9:\"textfield\";s:16:\"Text input field\";}s:5:\"label\";s:6:\"Number\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:5:{s:3:\"min\";N;s:3:\"max\";N;s:8:\"decimals\";i:0;s:6:\"prefix\";N;s:6:\"suffix\";N;}}s:7:\"boolean\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:7:\"boolean\";s:14:\"default_widget\";s:8:\"checkbox\";s:7:\"widgets\";a:1:{s:8:\"checkbox\";s:15:\"Single checkbox\";}s:5:\"label\";s:6:\"ON/OFF\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:4:\"text\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:4:\"text\";s:14:\"default_widget\";s:8:\"textarea\";s:7:\"widgets\";a:1:{s:8:\"textarea\";s:14:\"Textarea field\";}s:5:\"label\";s:14:\"Paragraph Text\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:2:{s:7:\"no_trim\";b:0;s:15:\"char_validation\";s:4:\"none\";}}s:14:\"content_parent\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:14:\"content_parent\";s:14:\"default_widget\";s:27:\"content_parent_autocomplete\";s:7:\"widgets\";a:1:{s:27:\"content_parent_autocomplete\";s:23:\"Autocomplete text field\";}s:5:\"label\";s:13:\"Parent Entity\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:0;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:20:\"taxonomy_term_parent\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:20:\"taxonomy_term_parent\";s:14:\"default_widget\";s:20:\"taxonomy_term_parent\";s:7:\"widgets\";a:1:{s:20:\"taxonomy_term_parent\";s:11:\"Select list\";}s:5:\"label\";s:11:\"Parent Term\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:22:\"content_post_published\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:22:\"content_post_published\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:13:\"voting_rating\";a:11:{s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";s:13:\"voting_rating\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:6:\"Rating\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}s:13:\"max_num_items\";i:0;}s:12:\"sectionbreak\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:12:\"sectionbreak\";s:14:\"default_widget\";s:12:\"sectionbreak\";s:7:\"widgets\";a:1:{s:12:\"sectionbreak\";s:13:\"Section Break\";}s:5:\"label\";s:13:\"Section Break\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:9:\"cacheable\";b:0;}s:6:\"string\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:6:\"string\";s:14:\"default_widget\";s:9:\"textfield\";s:7:\"widgets\";a:1:{s:9:\"textfield\";s:16:\"Text input field\";}s:5:\"label\";s:16:\"Single Line Text\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:3:{s:10:\"min_length\";N;s:10:\"max_length\";N;s:15:\"char_validation\";s:4:\"none\";}}s:16:\"directory_social\";a:10:{s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";s:16:\"directory_social\";s:14:\"default_widget\";s:16:\"directory_social\";s:7:\"widgets\";a:1:{s:16:\"directory_social\";s:15:\"Social Accounts\";}s:5:\"label\";s:15:\"Social Accounts\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:19:\"content_post_status\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:19:\"content_post_status\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:19:\"taxonomy_term_title\";a:11:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:19:\"taxonomy_term_title\";s:14:\"default_widget\";s:9:\"textfield\";s:7:\"widgets\";a:1:{s:9:\"textfield\";s:16:\"Text input field\";}s:5:\"label\";s:19:\"Taxonomy Term Title\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:6:\"act_as\";s:6:\"string\";s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:14:\"taxonomy_terms\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:14:\"taxonomy_terms\";s:14:\"default_widget\";s:15:\"taxonomy_select\";s:7:\"widgets\";a:2:{s:15:\"taxonomy_select\";s:11:\"Select list\";s:16:\"taxonomy_tagging\";s:16:\"Text input field\";}s:5:\"label\";s:14:\"Taxonomy Terms\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:16:\"taxonomy_content\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:16:\"taxonomy_content\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:16:\"Taxonomy content\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:22:\"taxonomy_content_count\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:22:\"taxonomy_content_count\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:22:\"Taxonomy content count\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:16:\"taxonomy_term_id\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:16:\"taxonomy_term_id\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:16:\"Taxonomy term ID\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:21:\"taxonomy_term_user_id\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:21:\"taxonomy_term_user_id\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:20:\"Taxonomy term author\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:21:\"taxonomy_term_created\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:21:\"taxonomy_term_created\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:26:\"Taxonomy term created date\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:18:\"taxonomy_term_name\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:18:\"taxonomy_term_name\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:18:\"Taxonomy term slug\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:32:\"taxonomy_term_entity_bundle_type\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:32:\"taxonomy_term_entity_bundle_type\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:13:\"Taxonomy type\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:32:\"taxonomy_term_entity_bundle_name\";a:10:{s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";s:32:\"taxonomy_term_entity_bundle_name\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:13:\"Taxonomy type\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:8:\"taxonomy\";}}s:18:\"content_post_title\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:18:\"content_post_title\";s:14:\"default_widget\";s:18:\"content_post_title\";s:7:\"widgets\";a:2:{s:18:\"content_post_title\";s:16:\"Text input field\";s:25:\"content_post_title_hidden\";s:12:\"Hidden field\";}s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:15:\"content_trashed\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:15:\"content_trashed\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:10:\"Trash Info\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:4:\"user\";a:10:{s:5:\"addon\";s:5:\"Field\";s:4:\"type\";s:4:\"user\";s:14:\"default_widget\";s:11:\"user_select\";s:7:\"widgets\";a:1:{s:11:\"user_select\";s:11:\"Select list\";}s:5:\"label\";s:4:\"User\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:18:\"content_post_views\";a:10:{s:5:\"addon\";s:7:\"Content\";s:4:\"type\";s:18:\"content_post_views\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:10:\"View Count\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:0;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:12:\"entity_types\";a:1:{i:0;s:7:\"content\";}}s:13:\"voting_updown\";a:10:{s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";s:13:\"voting_updown\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:4:\"Vote\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}s:14:\"voting_default\";a:10:{s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";s:14:\"voting_default\";s:14:\"default_widget\";N;s:7:\"widgets\";a:0:{}s:5:\"label\";s:4:\"Vote\";s:11:\"description\";s:0:\"\";s:9:\"creatable\";b:1;s:8:\"editable\";b:1;s:9:\"deletable\";b:1;s:16:\"default_settings\";a:0:{}}}','yes'),(86600,'_transient_sabai_afcecfd0d61590e88c0ca6012a4677b1','a:23:{s:20:\"directory_map_marker\";a:1:{s:7:\"file_id\";s:7:\"integer\";}s:13:\"taxonomy_body\";a:2:{s:5:\"value\";s:4:\"clob\";s:14:\"filtered_value\";s:4:\"clob\";}s:18:\"directory_location\";a:4:{s:7:\"address\";s:4:\"text\";s:4:\"zoom\";s:7:\"integer\";s:3:\"lat\";s:7:\"decimal\";s:3:\"lng\";s:7:\"decimal\";}s:17:\"directory_contact\";a:5:{s:5:\"phone\";s:4:\"text\";s:6:\"mobile\";s:4:\"text\";s:3:\"fax\";s:4:\"text\";s:5:\"email\";s:4:\"text\";s:7:\"website\";s:4:\"text\";}s:16:\"directory_social\";a:3:{s:7:\"twitter\";s:4:\"text\";s:8:\"facebook\";s:4:\"text\";s:10:\"googleplus\";s:4:\"text\";}s:15:\"directory_claim\";a:3:{s:10:\"claimed_by\";s:7:\"integer\";s:10:\"claimed_at\";s:7:\"integer\";s:10:\"expires_at\";s:7:\"integer\";}s:16:\"directory_rating\";a:1:{s:5:\"value\";s:7:\"decimal\";}s:15:\"directory_photo\";a:2:{s:8:\"official\";s:7:\"integer\";s:13:\"display_order\";s:7:\"integer\";}s:10:\"file_image\";a:1:{s:7:\"file_id\";s:7:\"integer\";}s:13:\"voting_rating\";a:5:{s:5:\"count\";s:7:\"integer\";s:3:\"sum\";s:7:\"decimal\";s:7:\"average\";s:7:\"decimal\";s:13:\"last_voted_at\";s:7:\"integer\";s:4:\"name\";s:4:\"text\";}s:15:\"voting_favorite\";a:3:{s:5:\"count\";s:7:\"integer\";s:13:\"last_voted_at\";s:7:\"integer\";s:10:\"count_init\";s:7:\"integer\";}s:11:\"voting_flag\";a:4:{s:5:\"count\";s:7:\"integer\";s:3:\"sum\";s:7:\"integer\";s:7:\"average\";s:7:\"decimal\";s:13:\"last_voted_at\";s:7:\"integer\";}s:14:\"voting_helpful\";a:4:{s:5:\"count\";s:7:\"integer\";s:3:\"sum\";s:7:\"integer\";s:7:\"average\";s:7:\"decimal\";s:13:\"last_voted_at\";s:7:\"integer\";}s:15:\"content_trashed\";a:6:{s:10:\"trashed_at\";s:7:\"integer\";s:10:\"trashed_by\";s:7:\"integer\";s:16:\"parent_entity_id\";s:7:\"integer\";s:4:\"type\";s:7:\"integer\";s:6:\"reason\";s:4:\"text\";s:11:\"prev_status\";s:4:\"text\";}s:16:\"content_activity\";a:2:{s:9:\"active_at\";s:7:\"integer\";s:9:\"edited_at\";s:7:\"integer\";}s:12:\"content_body\";a:2:{s:5:\"value\";s:4:\"clob\";s:14:\"filtered_value\";s:4:\"clob\";}s:16:\"content_featured\";a:3:{s:5:\"value\";s:7:\"boolean\";s:11:\"featured_at\";s:7:\"integer\";s:10:\"expires_at\";s:7:\"integer\";}s:20:\"content_guest_author\";a:6:{s:5:\"email\";s:4:\"text\";s:4:\"name\";s:4:\"text\";s:3:\"url\";s:4:\"text\";s:2:\"ip\";s:4:\"text\";s:10:\"user_agent\";s:4:\"text\";s:4:\"guid\";s:4:\"text\";}s:14:\"content_parent\";a:1:{s:5:\"value\";s:7:\"integer\";}s:22:\"content_children_count\";a:2:{s:5:\"value\";s:7:\"integer\";s:17:\"child_bundle_name\";s:4:\"text\";}s:17:\"content_reference\";a:1:{s:5:\"value\";s:7:\"integer\";}s:18:\"directory_category\";a:1:{s:5:\"value\";s:7:\"integer\";}s:22:\"taxonomy_content_count\";a:2:{s:5:\"value\";s:7:\"integer\";s:19:\"content_bundle_name\";s:4:\"text\";}}','yes'),(86613,'_transient_sabai_a6c84706292a973b87d754a4ade42086','1409689410','yes'),(86724,'_transient_timeout_sabai_486da1f5930411b7fa5bcd2aa293121a','1408642067','no'),(86725,'_transient_sabai_486da1f5930411b7fa5bcd2aa293121a','a:80:{s:38:\"/directory/reviews/:entity_id/comments\";a:19:{s:4:\"path\";s:38:\"/directory/reviews/:entity_id/comments\";s:10:\"controller\";s:12:\"ListComments\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"comments\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:3;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:1:{s:11:\":comment_id\";s:50:\"/directory/reviews/:entity_id/comments/:comment_id\";}}s:29:\"/directory/reviews/:entity_id\";a:19:{s:4:\"path\";s:29:\"/directory/reviews/:entity_id\";s:10:\"controller\";s:13:\"EditChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"edit_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:8:{s:8:\"comments\";s:38:\"/directory/reviews/:entity_id/comments\";s:4:\"view\";s:34:\"/directory/reviews/:entity_id/view\";s:5:\"trash\";s:35:\"/directory/reviews/:entity_id/trash\";s:6:\"delete\";s:36:\"/directory/reviews/:entity_id/delete\";s:7:\"restore\";s:37:\"/directory/reviews/:entity_id/restore\";s:15:\"voting_favorite\";s:45:\"/directory/reviews/:entity_id/voting_favorite\";s:11:\"voting_flag\";s:41:\"/directory/reviews/:entity_id/voting_flag\";s:14:\"voting_helpful\";s:44:\"/directory/reviews/:entity_id/voting_helpful\";}}s:18:\"/directory/reviews\";a:19:{s:4:\"path\";s:18:\"/directory/reviews\";s:10:\"controller\";s:14:\"ListChildPosts\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"child_posts\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:2:{s:9:\"bundle_id\";i:3;s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:4:{s:10:\":entity_id\";s:29:\"/directory/reviews/:entity_id\";s:3:\"add\";s:22:\"/directory/reviews/add\";s:13:\"_autocomplete\";s:32:\"/directory/reviews/_autocomplete\";s:6:\"fields\";s:25:\"/directory/reviews/fields\";}}s:10:\"/directory\";a:19:{s:4:\"path\";s:10:\"/directory\";s:10:\"controller\";s:9:\"ListPosts\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"posts\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:2:{s:9:\"bundle_id\";i:2;s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:10:{s:7:\"reviews\";s:18:\"/directory/reviews\";s:6:\"photos\";s:17:\"/directory/photos\";s:3:\"add\";s:14:\"/directory/add\";s:10:\":entity_id\";s:21:\"/directory/:entity_id\";s:13:\"_autocomplete\";s:24:\"/directory/_autocomplete\";s:5:\"leads\";s:16:\"/directory/leads\";s:10:\"categories\";s:21:\"/directory/categories\";s:6:\"fields\";s:17:\"/directory/fields\";s:6:\"claims\";s:17:\"/directory/claims\";s:8:\"settings\";s:19:\"/directory/settings\";}}s:50:\"/directory/reviews/:entity_id/comments/:comment_id\";a:19:{s:4:\"path\";s:50:\"/directory/reviews/:entity_id/comments/:comment_id\";s:10:\"controller\";s:11:\"EditComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:7:\"comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:11:\":comment_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:2:{s:5:\"votes\";s:56:\"/directory/reviews/:entity_id/comments/:comment_id/votes\";s:5:\"flags\";s:56:\"/directory/reviews/:entity_id/comments/:comment_id/flags\";}}s:56:\"/directory/reviews/:entity_id/comments/:comment_id/votes\";a:19:{s:4:\"path\";s:56:\"/directory/reviews/:entity_id/comments/:comment_id/votes\";s:10:\"controller\";s:5:\"Votes\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:56:\"/directory/reviews/:entity_id/comments/:comment_id/flags\";a:19:{s:4:\"path\";s:56:\"/directory/reviews/:entity_id/comments/:comment_id/flags\";s:10:\"controller\";s:5:\"Flags\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:5:\"flags\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/photos/:entity_id/comments\";a:19:{s:4:\"path\";s:37:\"/directory/photos/:entity_id/comments\";s:10:\"controller\";s:12:\"ListComments\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"comments\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:3;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:1:{s:11:\":comment_id\";s:49:\"/directory/photos/:entity_id/comments/:comment_id\";}}s:28:\"/directory/photos/:entity_id\";a:19:{s:4:\"path\";s:28:\"/directory/photos/:entity_id\";s:10:\"controller\";s:13:\"EditChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"edit_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:8:{s:8:\"comments\";s:37:\"/directory/photos/:entity_id/comments\";s:4:\"view\";s:33:\"/directory/photos/:entity_id/view\";s:5:\"trash\";s:34:\"/directory/photos/:entity_id/trash\";s:6:\"delete\";s:35:\"/directory/photos/:entity_id/delete\";s:7:\"restore\";s:36:\"/directory/photos/:entity_id/restore\";s:15:\"voting_favorite\";s:44:\"/directory/photos/:entity_id/voting_favorite\";s:11:\"voting_flag\";s:40:\"/directory/photos/:entity_id/voting_flag\";s:14:\"voting_helpful\";s:43:\"/directory/photos/:entity_id/voting_helpful\";}}s:17:\"/directory/photos\";a:19:{s:4:\"path\";s:17:\"/directory/photos\";s:10:\"controller\";s:14:\"ListChildPosts\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"child_posts\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:2:{s:9:\"bundle_id\";i:4;s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:3:{s:10:\":entity_id\";s:28:\"/directory/photos/:entity_id\";s:3:\"add\";s:21:\"/directory/photos/add\";s:13:\"_autocomplete\";s:31:\"/directory/photos/_autocomplete\";}}s:49:\"/directory/photos/:entity_id/comments/:comment_id\";a:19:{s:4:\"path\";s:49:\"/directory/photos/:entity_id/comments/:comment_id\";s:10:\"controller\";s:11:\"EditComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:7:\"comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:11:\":comment_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:2:{s:5:\"votes\";s:55:\"/directory/photos/:entity_id/comments/:comment_id/votes\";s:5:\"flags\";s:55:\"/directory/photos/:entity_id/comments/:comment_id/flags\";}}s:55:\"/directory/photos/:entity_id/comments/:comment_id/votes\";a:19:{s:4:\"path\";s:55:\"/directory/photos/:entity_id/comments/:comment_id/votes\";s:10:\"controller\";s:5:\"Votes\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:55:\"/directory/photos/:entity_id/comments/:comment_id/flags\";a:19:{s:4:\"path\";s:55:\"/directory/photos/:entity_id/comments/:comment_id/flags\";s:10:\"controller\";s:5:\"Flags\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:5:\"flags\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:14:\"/directory/add\";a:19:{s:4:\"path\";s:14:\"/directory/add\";s:10:\"controller\";s:10:\"AddListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"add_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:21:\"/directory/:entity_id\";a:19:{s:4:\"path\";s:21:\"/directory/:entity_id\";s:10:\"controller\";s:11:\"EditListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"edit_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:7:{s:4:\"view\";s:26:\"/directory/:entity_id/view\";s:5:\"trash\";s:27:\"/directory/:entity_id/trash\";s:6:\"delete\";s:28:\"/directory/:entity_id/delete\";s:7:\"restore\";s:29:\"/directory/:entity_id/restore\";s:13:\"voting_rating\";s:35:\"/directory/:entity_id/voting_rating\";s:15:\"voting_favorite\";s:37:\"/directory/:entity_id/voting_favorite\";s:11:\"voting_flag\";s:33:\"/directory/:entity_id/voting_flag\";}}s:26:\"/directory/:entity_id/view\";a:19:{s:4:\"path\";s:26:\"/directory/:entity_id/view\";s:10:\"controller\";s:8:\"ViewPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"view_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:27:\"/directory/:entity_id/trash\";a:19:{s:4:\"path\";s:27:\"/directory/:entity_id/trash\";s:10:\"controller\";s:9:\"TrashPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"trash_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:28:\"/directory/:entity_id/delete\";a:19:{s:4:\"path\";s:28:\"/directory/:entity_id/delete\";s:10:\"controller\";s:10:\"DeletePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"delete_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:29:\"/directory/:entity_id/restore\";a:19:{s:4:\"path\";s:29:\"/directory/:entity_id/restore\";s:10:\"controller\";s:11:\"RestorePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"restore_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:24:\"/directory/_autocomplete\";a:19:{s:4:\"path\";s:24:\"/directory/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:24:\"/directory/_autocomplete\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:22:\"/directory/reviews/add\";a:19:{s:4:\"path\";s:22:\"/directory/reviews/add\";s:10:\"controller\";s:12:\"AddChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"add_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:1;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/reviews/:entity_id/view\";a:19:{s:4:\"path\";s:34:\"/directory/reviews/:entity_id/view\";s:10:\"controller\";s:8:\"ViewPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"view_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/reviews/:entity_id/trash\";a:19:{s:4:\"path\";s:35:\"/directory/reviews/:entity_id/trash\";s:10:\"controller\";s:9:\"TrashPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"trash_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:36:\"/directory/reviews/:entity_id/delete\";a:19:{s:4:\"path\";s:36:\"/directory/reviews/:entity_id/delete\";s:10:\"controller\";s:10:\"DeletePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"delete_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/reviews/:entity_id/restore\";a:19:{s:4:\"path\";s:37:\"/directory/reviews/:entity_id/restore\";s:10:\"controller\";s:11:\"RestorePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"restore_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/reviews/_autocomplete\";a:19:{s:4:\"path\";s:32:\"/directory/reviews/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:32:\"/directory/reviews/_autocomplete\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:21:\"/directory/photos/add\";a:19:{s:4:\"path\";s:21:\"/directory/photos/add\";s:10:\"controller\";s:12:\"AddChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"add_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:1;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:33:\"/directory/photos/:entity_id/view\";a:19:{s:4:\"path\";s:33:\"/directory/photos/:entity_id/view\";s:10:\"controller\";s:8:\"ViewPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"view_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/photos/:entity_id/trash\";a:19:{s:4:\"path\";s:34:\"/directory/photos/:entity_id/trash\";s:10:\"controller\";s:9:\"TrashPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"trash_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/photos/:entity_id/delete\";a:19:{s:4:\"path\";s:35:\"/directory/photos/:entity_id/delete\";s:10:\"controller\";s:10:\"DeletePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"delete_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:36:\"/directory/photos/:entity_id/restore\";a:19:{s:4:\"path\";s:36:\"/directory/photos/:entity_id/restore\";s:10:\"controller\";s:11:\"RestorePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"restore_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:31:\"/directory/photos/_autocomplete\";a:19:{s:4:\"path\";s:31:\"/directory/photos/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:31:\"/directory/photos/_autocomplete\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:16:\"/directory/leads\";a:19:{s:4:\"path\";s:16:\"/directory/leads\";s:10:\"controller\";s:14:\"ListChildPosts\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"child_posts\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:2:{s:9:\"bundle_id\";i:5;s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:4:{s:3:\"add\";s:20:\"/directory/leads/add\";s:10:\":entity_id\";s:27:\"/directory/leads/:entity_id\";s:13:\"_autocomplete\";s:30:\"/directory/leads/_autocomplete\";s:6:\"fields\";s:23:\"/directory/leads/fields\";}}s:20:\"/directory/leads/add\";a:19:{s:4:\"path\";s:20:\"/directory/leads/add\";s:10:\"controller\";s:12:\"AddChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"add_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:1;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:27:\"/directory/leads/:entity_id\";a:19:{s:4:\"path\";s:27:\"/directory/leads/:entity_id\";s:10:\"controller\";s:13:\"EditChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"edit_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:4:{s:4:\"view\";s:32:\"/directory/leads/:entity_id/view\";s:5:\"trash\";s:33:\"/directory/leads/:entity_id/trash\";s:6:\"delete\";s:34:\"/directory/leads/:entity_id/delete\";s:7:\"restore\";s:35:\"/directory/leads/:entity_id/restore\";}}s:32:\"/directory/leads/:entity_id/view\";a:19:{s:4:\"path\";s:32:\"/directory/leads/:entity_id/view\";s:10:\"controller\";s:8:\"ViewPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"view_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:33:\"/directory/leads/:entity_id/trash\";a:19:{s:4:\"path\";s:33:\"/directory/leads/:entity_id/trash\";s:10:\"controller\";s:9:\"TrashPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"trash_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/leads/:entity_id/delete\";a:19:{s:4:\"path\";s:34:\"/directory/leads/:entity_id/delete\";s:10:\"controller\";s:10:\"DeletePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"delete_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/leads/:entity_id/restore\";a:19:{s:4:\"path\";s:35:\"/directory/leads/:entity_id/restore\";s:10:\"controller\";s:11:\"RestorePost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"restore_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:30:\"/directory/leads/_autocomplete\";a:19:{s:4:\"path\";s:30:\"/directory/leads/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:30:\"/directory/leads/_autocomplete\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:28:\"/directory/categories/fields\";a:19:{s:4:\"path\";s:28:\"/directory/categories/fields\";s:10:\"controller\";s:6:\"Fields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:6:\"fields\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:10;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:4:{s:6:\"submit\";s:35:\"/directory/categories/fields/submit\";s:6:\"create\";s:35:\"/directory/categories/fields/create\";s:4:\"edit\";s:33:\"/directory/categories/fields/edit\";s:11:\"edit_widget\";s:40:\"/directory/categories/fields/edit_widget\";}}s:21:\"/directory/categories\";a:19:{s:4:\"path\";s:21:\"/directory/categories\";s:10:\"controller\";s:9:\"ListTerms\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"terms\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:20;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:2:{s:9:\"bundle_id\";i:1;s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:4:{s:6:\"fields\";s:28:\"/directory/categories/fields\";s:3:\"add\";s:25:\"/directory/categories/add\";s:10:\":entity_id\";s:32:\"/directory/categories/:entity_id\";s:13:\"_autocomplete\";s:35:\"/directory/categories/_autocomplete\";}}s:35:\"/directory/categories/fields/submit\";a:19:{s:4:\"path\";s:35:\"/directory/categories/fields/submit\";s:10:\"controller\";s:12:\"SubmitFields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:35:\"/directory/categories/fields/submit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:4:\"post\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/categories/fields/create\";a:19:{s:4:\"path\";s:35:\"/directory/categories/fields/create\";s:10:\"controller\";s:11:\"CreateField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:35:\"/directory/categories/fields/create\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:33:\"/directory/categories/fields/edit\";a:19:{s:4:\"path\";s:33:\"/directory/categories/fields/edit\";s:10:\"controller\";s:9:\"EditField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:33:\"/directory/categories/fields/edit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:40:\"/directory/categories/fields/edit_widget\";a:19:{s:4:\"path\";s:40:\"/directory/categories/fields/edit_widget\";s:10:\"controller\";s:15:\"EditFieldWidget\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:40:\"/directory/categories/fields/edit_widget\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:17:\"/directory/fields\";a:19:{s:4:\"path\";s:17:\"/directory/fields\";s:10:\"controller\";s:6:\"Fields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:6:\"fields\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:10;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:4:{s:6:\"submit\";s:24:\"/directory/fields/submit\";s:6:\"create\";s:24:\"/directory/fields/create\";s:4:\"edit\";s:22:\"/directory/fields/edit\";s:11:\"edit_widget\";s:29:\"/directory/fields/edit_widget\";}}s:24:\"/directory/fields/submit\";a:19:{s:4:\"path\";s:24:\"/directory/fields/submit\";s:10:\"controller\";s:12:\"SubmitFields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:24:\"/directory/fields/submit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:4:\"post\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:24:\"/directory/fields/create\";a:19:{s:4:\"path\";s:24:\"/directory/fields/create\";s:10:\"controller\";s:11:\"CreateField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:24:\"/directory/fields/create\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:22:\"/directory/fields/edit\";a:19:{s:4:\"path\";s:22:\"/directory/fields/edit\";s:10:\"controller\";s:9:\"EditField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:22:\"/directory/fields/edit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:29:\"/directory/fields/edit_widget\";a:19:{s:4:\"path\";s:29:\"/directory/fields/edit_widget\";s:10:\"controller\";s:15:\"EditFieldWidget\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:29:\"/directory/fields/edit_widget\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:25:\"/directory/reviews/fields\";a:19:{s:4:\"path\";s:25:\"/directory/reviews/fields\";s:10:\"controller\";s:6:\"Fields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:6:\"fields\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:10;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:4:{s:6:\"submit\";s:32:\"/directory/reviews/fields/submit\";s:6:\"create\";s:32:\"/directory/reviews/fields/create\";s:4:\"edit\";s:30:\"/directory/reviews/fields/edit\";s:11:\"edit_widget\";s:37:\"/directory/reviews/fields/edit_widget\";}}s:32:\"/directory/reviews/fields/submit\";a:19:{s:4:\"path\";s:32:\"/directory/reviews/fields/submit\";s:10:\"controller\";s:12:\"SubmitFields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:32:\"/directory/reviews/fields/submit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:4:\"post\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/reviews/fields/create\";a:19:{s:4:\"path\";s:32:\"/directory/reviews/fields/create\";s:10:\"controller\";s:11:\"CreateField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:32:\"/directory/reviews/fields/create\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:30:\"/directory/reviews/fields/edit\";a:19:{s:4:\"path\";s:30:\"/directory/reviews/fields/edit\";s:10:\"controller\";s:9:\"EditField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:30:\"/directory/reviews/fields/edit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/reviews/fields/edit_widget\";a:19:{s:4:\"path\";s:37:\"/directory/reviews/fields/edit_widget\";s:10:\"controller\";s:15:\"EditFieldWidget\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:37:\"/directory/reviews/fields/edit_widget\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:23:\"/directory/leads/fields\";a:19:{s:4:\"path\";s:23:\"/directory/leads/fields\";s:10:\"controller\";s:6:\"Fields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:6:\"fields\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:10;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:4:{s:6:\"submit\";s:30:\"/directory/leads/fields/submit\";s:6:\"create\";s:30:\"/directory/leads/fields/create\";s:4:\"edit\";s:28:\"/directory/leads/fields/edit\";s:11:\"edit_widget\";s:35:\"/directory/leads/fields/edit_widget\";}}s:30:\"/directory/leads/fields/submit\";a:19:{s:4:\"path\";s:30:\"/directory/leads/fields/submit\";s:10:\"controller\";s:12:\"SubmitFields\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:30:\"/directory/leads/fields/submit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:4:\"post\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:30:\"/directory/leads/fields/create\";a:19:{s:4:\"path\";s:30:\"/directory/leads/fields/create\";s:10:\"controller\";s:11:\"CreateField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:30:\"/directory/leads/fields/create\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:28:\"/directory/leads/fields/edit\";a:19:{s:4:\"path\";s:28:\"/directory/leads/fields/edit\";s:10:\"controller\";s:9:\"EditField\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:28:\"/directory/leads/fields/edit\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/leads/fields/edit_widget\";a:19:{s:4:\"path\";s:35:\"/directory/leads/fields/edit_widget\";s:10:\"controller\";s:15:\"EditFieldWidget\";s:16:\"controller_addon\";s:7:\"FieldUI\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"FieldUI\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:35:\"/directory/leads/fields/edit_widget\";s:14:\"callback_addon\";s:7:\"FieldUI\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:25:\"/directory/categories/add\";a:19:{s:4:\"path\";s:25:\"/directory/categories/add\";s:10:\"controller\";s:7:\"AddTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"add_term\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/categories/:entity_id\";a:19:{s:4:\"path\";s:32:\"/directory/categories/:entity_id\";s:10:\"controller\";s:8:\"EditTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"edit_term\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:2:{s:4:\"view\";s:37:\"/directory/categories/:entity_id/view\";s:6:\"delete\";s:39:\"/directory/categories/:entity_id/delete\";}}s:37:\"/directory/categories/:entity_id/view\";a:19:{s:4:\"path\";s:37:\"/directory/categories/:entity_id/view\";s:10:\"controller\";s:8:\"ViewTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:37:\"/directory/categories/:entity_id/view\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:39:\"/directory/categories/:entity_id/delete\";a:19:{s:4:\"path\";s:39:\"/directory/categories/:entity_id/delete\";s:10:\"controller\";s:10:\"DeleteTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:11:\"delete_term\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/categories/_autocomplete\";a:19:{s:4:\"path\";s:35:\"/directory/categories/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:35:\"/directory/categories/_autocomplete\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/:entity_id/voting_rating\";a:19:{s:4:\"path\";s:35:\"/directory/:entity_id/voting_rating\";s:10:\"controller\";s:6:\"Rating\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:7:\"Ratings\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:6:\"rating\";}s:6:\"routes\";a:0:{}}s:37:\"/directory/:entity_id/voting_favorite\";a:19:{s:4:\"path\";s:37:\"/directory/:entity_id/voting_favorite\";s:10:\"controller\";s:8:\"Favorite\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:9:\"Bookmarks\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:8:\"favorite\";}s:6:\"routes\";a:0:{}}s:45:\"/directory/reviews/:entity_id/voting_favorite\";a:19:{s:4:\"path\";s:45:\"/directory/reviews/:entity_id/voting_favorite\";s:10:\"controller\";s:8:\"Favorite\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:9:\"Favorites\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:8:\"favorite\";}s:6:\"routes\";a:0:{}}s:44:\"/directory/photos/:entity_id/voting_favorite\";a:19:{s:4:\"path\";s:44:\"/directory/photos/:entity_id/voting_favorite\";s:10:\"controller\";s:8:\"Favorite\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:9:\"Bookmarks\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:8:\"favorite\";}s:6:\"routes\";a:0:{}}s:33:\"/directory/:entity_id/voting_flag\";a:19:{s:4:\"path\";s:33:\"/directory/:entity_id/voting_flag\";s:10:\"controller\";s:4:\"Flag\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:4:\"Flag\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:4:\"flag\";}s:6:\"routes\";a:0:{}}s:41:\"/directory/reviews/:entity_id/voting_flag\";a:19:{s:4:\"path\";s:41:\"/directory/reviews/:entity_id/voting_flag\";s:10:\"controller\";s:4:\"Flag\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:4:\"Flag\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:4:\"flag\";}s:6:\"routes\";a:0:{}}s:40:\"/directory/photos/:entity_id/voting_flag\";a:19:{s:4:\"path\";s:40:\"/directory/photos/:entity_id/voting_flag\";s:10:\"controller\";s:4:\"Flag\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:4:\"Flag\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:4:\"flag\";}s:6:\"routes\";a:0:{}}s:44:\"/directory/reviews/:entity_id/voting_helpful\";a:19:{s:4:\"path\";s:44:\"/directory/reviews/:entity_id/voting_helpful\";s:10:\"controller\";s:7:\"Helpful\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:5:\"Votes\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:7:\"helpful\";}s:6:\"routes\";a:0:{}}s:43:\"/directory/photos/:entity_id/voting_helpful\";a:19:{s:4:\"path\";s:43:\"/directory/photos/:entity_id/voting_helpful\";s:10:\"controller\";s:7:\"Helpful\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:1;s:5:\"title\";s:5:\"Votes\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"votes\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:3:\"tag\";s:7:\"helpful\";}s:6:\"routes\";a:0:{}}s:17:\"/directory/claims\";a:19:{s:4:\"path\";s:17:\"/directory/claims\";s:10:\"controller\";s:13:\"ListingClaims\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:6:\"claims\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:1:{s:9:\":claim_id\";s:27:\"/directory/claims/:claim_id\";}}s:27:\"/directory/claims/:claim_id\";a:19:{s:4:\"path\";s:27:\"/directory/claims/:claim_id\";s:10:\"controller\";s:16:\"ViewListingClaim\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"claim\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:9:\":claim_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:19:\"/directory/settings\";a:19:{s:4:\"path\";s:19:\"/directory/settings\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:8:\"settings\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:2:{s:3:\"acl\";s:23:\"/directory/settings/acl\";s:6:\"emails\";s:26:\"/directory/settings/emails\";}}s:23:\"/directory/settings/acl\";a:19:{s:4:\"path\";s:23:\"/directory/settings/acl\";s:10:\"controller\";s:13:\"AccessControl\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:12:\"settings_acl\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:26:\"/directory/settings/emails\";a:19:{s:4:\"path\";s:26:\"/directory/settings/emails\";s:10:\"controller\";s:6:\"Emails\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:15:\"settings_emails\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}}','no'),(86806,'_transient_timeout_sabai_dafecfca157f490fa59a49a92af87e64','1408714963','no'),(86807,'_transient_sabai_dafecfca157f490fa59a49a92af87e64','a:9:{s:17:\"/settings/comment\";a:19:{s:4:\"path\";s:17:\"/settings/comment\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"settings\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:9:\"/settings\";a:19:{s:4:\"path\";s:9:\"/settings\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:6:\"System\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"System\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"/settings\";s:14:\"callback_addon\";s:6:\"System\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:8:{s:7:\"comment\";s:17:\"/settings/comment\";s:6:\"entity\";s:16:\"/settings/entity\";s:4:\"file\";s:14:\"/settings/file\";s:8:\"markdown\";s:18:\"/settings/markdown\";s:10:\"clearcache\";s:20:\"/settings/clearcache\";s:6:\"system\";s:16:\"/settings/system\";s:9:\"wordpress\";s:19:\"/settings/wordpress\";s:6:\"jquery\";s:16:\"/settings/jquery\";}}s:16:\"/settings/entity\";a:19:{s:4:\"path\";s:16:\"/settings/entity\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:6:\"Entity\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Entity\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"settings\";s:14:\"callback_addon\";s:6:\"Entity\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:14:\"/settings/file\";a:19:{s:4:\"path\";s:14:\"/settings/file\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:4:\"File\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:4:\"File\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"settings\";s:14:\"callback_addon\";s:4:\"File\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:18:\"/settings/markdown\";a:19:{s:4:\"path\";s:18:\"/settings/markdown\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:8:\"Markdown\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Markdown\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"settings\";s:14:\"callback_addon\";s:8:\"Markdown\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:20:\"/settings/clearcache\";a:19:{s:4:\"path\";s:20:\"/settings/clearcache\";s:10:\"controller\";s:10:\"ClearCache\";s:16:\"controller_addon\";s:6:\"System\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"System\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:20:\"/settings/clearcache\";s:14:\"callback_addon\";s:6:\"System\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:16:\"/settings/system\";a:19:{s:4:\"path\";s:16:\"/settings/system\";s:10:\"controller\";s:14:\"SystemSettings\";s:16:\"controller_addon\";s:6:\"System\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"System\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"/settings/system\";s:14:\"callback_addon\";s:6:\"System\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:19:\"/settings/wordpress\";a:19:{s:4:\"path\";s:19:\"/settings/wordpress\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:9:\"WordPress\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"WordPress\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:19:\"/settings/wordpress\";s:14:\"callback_addon\";s:9:\"WordPress\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:16:\"/settings/jquery\";a:19:{s:4:\"path\";s:16:\"/settings/jquery\";s:10:\"controller\";s:8:\"Settings\";s:16:\"controller_addon\";s:6:\"jQuery\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"jQuery\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"settings\";s:14:\"callback_addon\";s:6:\"jQuery\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}}','no'),(87653,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1409231554','yes'),(87654,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(87667,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1408669966','no'),(87668,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1408669967','no'),(87669,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Aug 2014 12:42:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"MailPoet Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"The easiest, most effective way to secure WordPress in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Fast Secure Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12636@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"An easy and powerful form builder that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Aug 2014 13:15:41 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Thu, 21 Aug 2014 13:17:18 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 21 Aug 2014 12:42:18 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202234312\";}','no'),(87670,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1408669967','no'),(87671,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1408626767','no'),(87672,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1408669967','no'),(87673,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Aug 2014 12:49:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Simple Indeed Jobroll Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/plugins/simple-indeed-jobroll-widget/#post-71168\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 04:04:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71168@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Simple Indeed Jobroll Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Reza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Responsive Animated Portfolio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/responsive-animated-portfolio/#post-71102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 11:40:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71102@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Add a animated responsive portfolio to your website with a user-friendly UI and shortcodes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"wordpressdeveloper.co.in\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Ideal Interactive Map\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/ideal-interactive-map/#post-71140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 12:28:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71140@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Fully functional world map with a professional looking clickable country links that is very easy to set up.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"jhayghost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Sekur.me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/sekur-me/#post-71020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 09:33:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71020@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"This is a Sekur me plugin for the Sekur Me payment gateway integration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"sekur\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Category D3 Tree\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/category-d3-tree/#post-71078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Aug 2014 10:29:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71078@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"<p>This plugin shows the Wordpress Category or any taxonomy in an interactive tree layout. It can be used to generate mind maps using the Wordpress taxonomy\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Anshi Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Spam Notifier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/spam-notifier/#post-71106\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 15:04:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71106@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"The plugin sends an email message when a comment goes to the spam folder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Flector\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"DMaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/dmaps/#post-71180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 15:25:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71180@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"DMaps creates a Custom Metabox in Post Types including Custom Post Types. Also you can create maps via [dmaps] shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"dinamiko\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"HeiaHeia Feed Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/heiaheia-widget/#post-71169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 08:39:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"HeiaHeia Feed Widget is a widget that brings a piece of HeiaHeia to your own blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"etumyan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"POC Facebook Pixel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/poc-facebook-pixel/#post-71135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 10:25:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71135@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Adds Facebook pixel code in all your post types conditionally.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Pinch Of Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Direct Admin Reseller Connection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/plugins/direct-admin-reseller-connection/#post-71144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 14:09:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71144@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"Direct Admin Reseller Connection let's your users manage their Direct Admin account with their Wordpress website profile and login.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"vlijmen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Simply Contact\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/simply-contact/#post-71186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 18:18:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71186@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"A simple contact form powered by Google reCaptcha.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"cthreelabs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Persistent database connection updater\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/plugins/persistent-database-connection-updater/#post-71176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 12:22:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71176@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This WordPress plugin automatically updates the MySQL database connection to persistent connection when user update the WordPress version from backend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Bibin Kurian\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Disclaimer and Notification Manager for Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/plugins/disclaimer-and-notification-manager-for-authors/#post-71206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 20:16:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71206@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Disclaimer and Notification Manager for Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Collizo4sky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Seo 101 Google Keyword Rank Checker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/plugins/seo-101-google-keyword-rank-checker/#post-71139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 12:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71139@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Check the rankings of your keyword/phrase in Google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"seo101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Modern Related Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/modern-related-posts/#post-71134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 08:57:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71134@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"A beautiful, modern, animated, responsive Related Posts Plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"wphigh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:42:\"https://wordpress.org/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Aug 2014 13:15:42 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Thu, 21 Aug 2014 13:24:34 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 21 Aug 2014 12:49:34 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202234312\";}','no'),(87674,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1408669967','no'),(87675,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1408626767','no'),(87676,'_transient_timeout_plugin_slugs','1408713167','no'),(87677,'_transient_plugin_slugs','a:36:{i:0;s:19:\"akismet/akismet.php\";i:1;s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";i:2;s:21:\"calendar/calendar.php\";i:3;s:33:\"configure-smtp/configure-smtp.php\";i:4;s:37:\"dp-flickr-widget/dp-flickr-widget.php\";i:5;s:39:\"dp-twitter-widget/dp-twitter-widget.php\";i:6;s:35:\"dynamic-widgets/dynamic-widgets.php\";i:7;s:33:\"events-manager/events-manager.php\";i:8;s:35:\"si-contact-form/si-contact-form.php\";i:9;s:41:\"flexi-pages-widget/flexi-pages-widget.php\";i:10;s:36:\"google-document-embedder/gviewer.php\";i:11;s:36:\"google-sitemap-generator/sitemap.php\";i:12;s:17:\"groups/groups.php\";i:13;s:43:\"groups-404-redirect/groups-404-redirect.php\";i:14;s:27:\"LayerSlider/layerslider.php\";i:15;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:16;s:27:\"mail-subscribe-list/sml.php\";i:17;s:27:\"my-calendar/my-calendar.php\";i:18;s:27:\"p3-profiler/p3-profiler.php\";i:19;s:47:\"participants-database/participants-database.php\";i:20;s:31:\"phpinfo-print/phpinfo-print.php\";i:21;s:39:\"ppgoogletranslate/ppgoogletranslate.php\";i:22;s:39:\"prettyphoto-media/prettyphoto-media.php\";i:23;s:15:\"sabai/sabai.php\";i:24;s:35:\"sabai-directory/sabai-directory.php\";i:25;s:47:\"safe-redirect-manager/safe-redirect-manager.php\";i:26;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:27;s:45:\"simple-page-sidebars/simple-page-sidebars.php\";i:28;s:35:\"social-stickers/social-stickers.php\";i:29;s:35:\"websimon-tables/websimon_tables.php\";i:30;s:41:\"wordpress-importer/wordpress-importer.php\";i:31;s:25:\"wp-members/wp-members.php\";i:32;s:19:\"wpcu3er/wpcu3er.php\";i:33;s:34:\"wp-e-commerce/wp-shopping-cart.php\";i:34;s:33:\"wp-security-scan/securityscan.php\";i:35;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(87680,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress Multisite Tip: Add a Search Bar to the “My Sites” Menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"http://wptavern.com/wordpress-multisite-tip-add-a-search-bar-to-the-my-sites-menu?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-multisite-tip-add-a-search-bar-to-the-my-sites-menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2616:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/card-catalogue.jpg\" rel=\"prettyphoto[28859]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/card-catalogue.jpg?resize=1024%2C482\" alt=\"photo credit: sylvar - cc\" class=\"size-full wp-image-28886\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/sylvar/262787798/\">sylvar</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>If you’re managing a multisite network where you’ve created a long list of sites, the “My Sites” menu in the admin bar can get so lengthy that it becomes difficult to navigate. 10up engineer <a href=\"http://kaileylampert.com/\" target=\"_blank\">Kailey Lampert</a> designed an elegant solution to this problem.</p>\n<p>The <a href=\"https://github.com/trepmal/my-sites-search\" target=\"_blank\">My Sites Search</a> plugin does exactly what it says on the label. Once installed, it adds a search bar to filter the “My Sites” menu in WordPress multisite. It narrows the site list down as you type, making it simple to locate a site in your list.</p>\n<p>Before you install the plugin, your site list might look something like this:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/before.png\" rel=\"prettyphoto[28859]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/before.png?resize=341%2C694\" alt=\"before\" class=\"aligncenter size-full wp-image-28869\" /></a></p>\n<p>With My Sites Search installed, you’ll have a search bar added to the top of the “My Sites” dropdown, allowing you to quickly navigate to any of your sites on the network.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/after.png\" rel=\"prettyphoto[28859]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/after.png?resize=398%2C433\" alt=\"after\" class=\"aligncenter size-full wp-image-28868\" /></a></p>\n<p>As soon as I saw the plugin, I had to test it, having come up against this problem many times. It works exactly as advertised. My Sites Search is especially useful on closed networks where the super admin user has set up all of the sites. This normally results in a long “My Sites” list, as opposed to networks with open registration where users generally only register one site apiece.</p>\n<p>Small enhancements like this can help to make your super admin life easier. If your “My Sites” dropdown is getting out of control, download the <a href=\"https://github.com/trepmal/my-sites-search\" target=\"_blank\">My Sites Search</a> plugin from GiHub.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Aug 2014 08:01:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Updates to VaultPress Result In 25%-90% Faster Restore Builds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28851\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/updates-to-vaultpress-result-in-25-90-faster-restore-builds?utm_source=rss&utm_medium=rss&utm_campaign=updates-to-vaultpress-result-in-25-90-faster-restore-builds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1759:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/RoadRunnerFeaturedImage.png\" rel=\"prettyphoto[28851]\"><img class=\"size-full wp-image-28853\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/RoadRunnerFeaturedImage.png?resize=639%2C260\" alt=\"RoadRunner Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/steevithak/3292372292/\">steevithak</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>VaultPress has <a title=\"http://blog.vaultpress.com/2014/08/18/how-vaultpress-works/\" href=\"http://blog.vaultpress.com/2014/08/18/how-vaultpress-works/\">announced</a> that a recent update to their backup systems have reduced the time required to build restore files by anywhere from 25%-90%. Before the change, VaultPress stored each SQL row in a separate file in its replicated file system which slowed down restore times.</p>\n<blockquote><p>Before the VaultPress update, we were storing each SQL row in a separate file in our replicated filesystem. That slowed our restore times, because each table had to be regenerated from potentially millions of individual files.</p>\n<p>Now we store table dumps and changes, building a restore typically involves far fewer files per table.</p></blockquote>\n<p>To go along with the decrease in restore times, the post also explains how the service works. If you’d like to try out VaultPress for free, consider using their <a title=\"http://wptavern.com/vaultpress-begins-offering-5-day-free-trials-through-jetpack\" href=\"http://wptavern.com/vaultpress-begins-offering-5-day-free-trials-through-jetpack\">five day trial period</a> through Jetpack. If VaultPress has brought your site back from a disaster, share your story in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Aug 2014 00:50:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: How to Find All Posts Using a Specific File Attachment In WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/how-to-find-all-posts-using-a-specific-file-attachment?utm_source=rss&utm_medium=rss&utm_campaign=how-to-find-all-posts-using-a-specific-file-attachment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1724:\"<p>In a <a title=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress\" href=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress\">previous article</a>, I mentioned how WordPress doesn’t provide information to locate posts where an attachment is in use. Comments to the article indicate <a title=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress#comment-57979\" href=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress#comment-57979\">others are interested</a> in having this information as well. <a title=\"http://wordpress.org/plugins/find-posts-using-attachment/\" href=\"http://wordpress.org/plugins/find-posts-using-attachment/\">Find Posts Using Attachment</a> created by <a title=\"http://sergeybiryukov.ru/\" href=\"http://sergeybiryukov.ru/\">Sergey Biryukov,</a> is an easy to use plugin that solves this problem.</p>\n<p>The plugin adds a <strong>Used In</strong> column to the list view in the media library as well as to the attachment details modal. Not only can you find posts that use the image in a post or as a featured image, it works with custom post types too.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/UsedInColumn.png\" rel=\"prettyphoto[28834]\"><img class=\"size-full wp-image-28838\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/UsedInColumn.png?resize=666%2C184\" alt=\"Used In Column\" /></a>Used In Column\n<p>Although it’s primarily for images, it also tells you where other attachment types are used in posts such as mp3s or text files. If you need to change or update attachments in the media library but don’t remember where they’re being used, this plugin is invaluable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 21:22:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Akismet Account Dashboard Gets a Major Overhaul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/akismet-account-dashboard-gets-a-major-overhaul?utm_source=rss&utm_medium=rss&utm_campaign=akismet-account-dashboard-gets-a-major-overhaul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2902:\"<p>Akismet <a href=\"http://blog.akismet.com/2014/08/20/welcome-to-your-new-account-page/\" target=\"_blank\">announced</a> a redesign and complete update of the account dashboard today. Finding out what’s going on with your Akismet account is no longer a cryptic process thanks to the new additions to the dashboard. It now includes helpful stats and a full listing of all your active sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-dashboard.png\" rel=\"prettyphoto[28804]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-dashboard.png?resize=943%2C616\" alt=\"akismet-dashboard\" class=\"aligncenter size-full wp-image-28813\" /></a></p>\n<p>Each active account links to a full page of stats that illustrate how effective Akismet has been at deterring spam recently and historically. It’s also a great reminder of how much time Akismet is saving you every day.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-stats.png\" rel=\"prettyphoto[28804]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-stats.png?resize=688%2C584\" alt=\"akismet-stats\" class=\"aligncenter size-full wp-image-28821\" /></a></p>\n<p>The active site listing displays each site that has used your API key within the past 90 days, enabling you to monitor exactly where and how your Akismet account is being used. This will better help users to comply with Akismet’s <a href=\"https://akismet.com/tos/\" target=\"_blank\">terms of service</a> agreement, which states:</p>\n<blockquote><p>If you obtain or purchase an API Key, you are responsible for maintaining the security of your API Key, and you are fully responsible for all activities that occur under the account and any other actions taken in connection with your API Key.</p></blockquote>\n<p>If you scan your list and find that you have client sites and others for which you’re not directly responsible, you might consider getting in touch with them to <a href=\"http://wptavern.com/how-do-you-manage-wordpress-com-account-use-on-multiple-sites\" target=\"_blank\">sign up for their own Akismet accounts</a>.</p>\n<p>Billing information for premium users has been streamlined to its own section with quick access to transaction history and receipts.</p>\n<p>In the past it was difficult to know where to go for Akismet support. The new support section adds links to key documentation for common questions, the <a href=\"https://akismet.com/support/\" target=\"_blank\">comprehensive knowledgebase</a>, and the Happiness Engineers support team.</p>\n<p>The new user-friendly dashboard is a welcome update to Akismet, which has traditionally gone the most minimal route for getting users connected to the service. <a href=\"http://akismet.com/account/\" target=\"_blank\">Sign in to Akismet</a> with your WordPress.com account to check out all the updates.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 18:57:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Akismet: Welcome To Your New Account Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://blog.akismet.com/2014/08/20/welcome-to-your-new-account-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2432:\"<p>If you’ve logged in to <a title=\"Log in to your Akismet account\" href=\"http://akismet.com/account\">your Akismet account</a> within the past week or so, you’ve probably noticed quite a few changes. We’re happy to announce some updates to your account dashboard, which will make it easier to manage your Akismet subscription.</p>\n<p>The most significant update to the dashboard is an active site listing, which will display each site that has used your API key within the past 90 days. Each site is linked to its dedicated stats URL, which details specific usage. If you have numerous active sites, you can use the handy new search feature to quickly locate one of your URLs. This all makes it possible to know where and how your subscription is being used at any given time.</p>\n<p><a href=\"https://akismet.files.wordpress.com/2014/08/new-akismet-dashboard.png\"><img class=\"alignnone size-large wp-image-1676\" src=\"http://akismet.files.wordpress.com/2014/08/new-akismet-dashboard.png?w=700&h=457\" alt=\"New Akismet Account Dashboard\" width=\"700\" height=\"457\" /></a></p>\n<p>In addition to this new stats goodness, the billing information (for users with premium subscriptions) has been moved to a unified section where you can quickly access your transaction history and receipts. This greatly reduces the amount of scrolling that your old dashboard required.</p>\n<p>We’ve also added a new Support section with some links to a few popular support documents and an option to get in touch with our Happiness Engineers.</p>\n<p>Oh, and the whole thing has been given a fresh coat of paint, as well.</p>\n<p>So, <a title=\"Log in to your Akismet account\" href=\"http://akismet.com/account/\">log in</a> and take a look. We hope you enjoy these changes and always welcome your feedback. If you notice any problems or have suggestions, please don’t hesitate to <a title=\"Contact Akismet Support\" href=\"http://akismet.com/contact\">get in touch</a>. And because we like to keep the goodies coming, look out for a forthcoming update to our stats pages!</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1642/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1642/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1642&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 17:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Anthony Bubel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Create and Manage SVG Spritemaps in the WordPress Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"http://wptavern.com/create-and-manage-svg-spritemaps-in-the-wordpress-media-library?utm_source=rss&utm_medium=rss&utm_campaign=create-and-manage-svg-spritemaps-in-the-wordpress-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4726:\"<p>If you try to upload an SVG in WordPress, you’ll discover that it doesn’t yet have native support for adding SVGs to the media library. However, it’s easy to add them to WordPress’ <a href=\"http://codex.wordpress.org/Function_Reference/get_allowed_mime_types\" target=\"_blank\">allowed mime types</a> to remove the restriction via a plugin.</p>\n<p>Many users are eager to use SVGs, especially for logos, because of their many advantages over traditional graphics. SVGs can scale to any size without losing quality, which means they will look great on retina displays. They can also be easily styled via CSS to add multiple colors, gradients, filters, etc.</p>\n<p><a href=\"http://wordpress.org/plugins/svg-spritemap/\" target=\"_blank\">SVG Spritemap</a> is a relatively new plugin that allows you to upload SVGs to the media library. It also adds the ability to create and manage an SVG spritemap, which lets you display and manipulate the images separately while including them in one larger file to reduce HTTP requests.</p>\n<p>Once you install the plugin, you’ll find SVG Spritemap under the Media menu. You’ll see that you cannot create a spritemap until you upload a few SVGs.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-spritemap.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-full wp-image-28768\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-spritemap.png?resize=780%2C250\" alt=\"svg-spritemap\" /></a></p>\n<p>The usage instructions outline the general workflow for using SVG Spritemaps:</p>\n<ol>\n<li>Install and activate the WordPress plugin.</li>\n<li>Add SVG images through the Media Uploader.</li>\n<li>Select the SVGs for the spritemap in Settings > Media > SVG Spritemap.</li>\n</ol>\n<p>You can add SVGs to the medial library as you normally would and they will be displayed like any other file. I’ve added a handful from Flaticon.com as an example:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/add-svg.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-full wp-image-28771\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/add-svg.png?resize=856%2C406\" alt=\"add-svg\" /></a></p>\n<p>Navigate back to SVG Spritemap and you’ll see all of your available SVGs. Click on the images you want to add to your new spritemap.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/create-svg-spritemap.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-full wp-image-28783\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/create-svg-spritemap.png?resize=817%2C328\" alt=\"create-svg-spritemap\" /></a></p>\n<p>Click on “Update SVG Spritemap” to add your selections. Those files will now be listed as “In Use.” The defs.svg spritemap is automatically generated by the plugin.</p>\n<p>Below you will see the URL displayed for the SVG spritemap along with the estimated filesize, which represents the combined filesize of all the SVGs. It doesn’t factor in the gzip compression, so the live filesize is likely to be much smaller than the estimation.</p>\n<p>You can reference individual sprites by appending #: and the name of the sprite to this URL, i.e.:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\"><svg><use xlink:href=\"http://www.test.dev/wp-content/plugins/svg-spritemap/defs.svg#:bunny\"></svg></pre>\n<p>You can now display your SVGs on the frontend and further customize them with CSS.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-bunny.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-large wp-image-28790\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-bunny.png?resize=500%2C297\" alt=\"svg-bunny\" /></a></p>\n<h3>SVG Browser Support</h3>\n<p>Before using SVG Spritemap, you should be aware that IE8 does not support external SVG display, but all other major browsers are <a href=\"http://caniuse.com/#feat=svg\" target=\"_blank\">SVG-capable</a>. This may or may not be important to you. Jonathan Neal, the plugin’s author, has created a way around this with his <a href=\"https://github.com/jonathantneal/svg4everybody\" target=\"_blank\">SVG for Everybody</a> project, which adds special assistance to browsers to display external SVG spritemaps.</p>\n<p>If you want an easy way to add SVGs to WordPress and create your own SVG spritemap, this plugin gives you a nice interface for generating it automatically. After testing, I can confirm that it works as advertised. Download <a href=\"http://wordpress.org/plugins/svg-spritemap/\" target=\"_blank\">SVG Spritemap</a> for free from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 16:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WordPress Customizer Library Provides a Simpler Way to Work with the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"http://wptavern.com/wordpress-customizer-library-provides-a-simpler-way-to-work-with-the-customizer?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-customizer-library-provides-a-simpler-way-to-work-with-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3718:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/customizer-library.png\" rel=\"prettyphoto[28715]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/customizer-library.png?resize=700%2C332\" alt=\"customizer-library\" class=\"aligncenter size-full wp-image-28749\" /></a></p>\n<p>WordPress’ native customizer has evolved considerably since its early days when it when it was introduced for adding live previews to themes. WordPress 3.9 <a href=\"http://wptavern.com/widget-customizer-approved-for-wordpress-3-9\" target=\"_blank\">added widgets to the customizer</a> and the 4.0 release is set to expand the role of the feature into other aspects of WordPress with <a href=\"https://core.trac.wordpress.org/ticket/28477\" target=\"_blank\">support for a wider array of controls</a>.</p>\n<p>Developers are eager to find new ways to harness the power of the customizer without getting caught up in writing a ton of code. Devin Price, co-owner of <a href=\"https://devpress.com/\" target=\"_blank\">DevPress</a>, is working on a new project to create a <a href=\"https://github.com/devinsays/customizer-library\" target=\"_blank\">Customizer Library</a>. The library is designed to abstract out some of the complexity of working with the customizer so that developers can easily add options by defining a simple array.</p>\n<p>Price <a href=\"http://wptheming.com/2014/08/customizer-library/\" target=\"_blank\">describes</a> the Customizer Library as “a collection of classes and functions that make it a bit easier to develop for the WordPress Customizer.” The library currently includes helper functions for Google fonts and inline styles, but he’s considering removing them into their own repositories in order to keep the project more focused for general use.</p>\n<p>The library can be included in a theme or plugin as a git submodule, according to the <a href=\"https://github.com/devinsays/customizer-library#installation\" target=\"_blank\">installation instructions</a>. Price has built in only one custom control, for textarea, but he plans to add additional custom controls as the library matures. It currently supports the following options:</p>\n<ul>\n<li>Checkbox</li>\n<li>Select</li>\n<li>Radio</li>\n<li>Upload</li>\n<li>Color</li>\n<li>Textarea</li>\n<li>Select (Typography)</li>\n</ul>\n<p>An example theme can be found in the <a href=\"https://github.com/devinsays/customizer-library-demo\" target=\"_blank\">Customizer Library Demo</a> repository, which shows how to use the library to create options such as logo, primary and secondary colors, textareas, checkboxes, etc.</p>\n<p>The Customizer Library project is somewhat similar to the <a href=\"http://wptavern.com/kirki-a-free-plugin-to-style-the-wordpress-customizer-and-add-advanced-controls\" target=\"_blank\">Kirki plugin</a>, which aims to provide a framework for adding advanced controls. Although the projects are constructed differently, they both abstract the Customizer API to make it easier to add options. As the customizer evolves to become more powerful with more controls, libraries/frameworks like these provide an entry point for developers who want a quick way to build options.</p>\n<p>If you want to use the customizer in your projects but are having trouble getting a handle on it, the<a href=\"https://github.com/devinsays/customizer-library\" target=\"_blank\"> Customzer Library</a> might be a reasonable starting place. Price is looking for feedback and suggestions as he continues to develop the library as a standalone project. You can help shape its future by joining the discussion on the <a href=\"http://wptheming.com/2014/08/customizer-library/\" target=\"_blank\">post</a> where he introduces the library.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 00:37:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Send to WordPress: Chrome Extension Exports Google Docs to WordPress Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:210:\"http://wptavern.com/send-to-wordpress-chrome-extension-exports-google-docs-to-wordpress-posts?utm_source=rss&utm_medium=rss&utm_campaign=send-to-wordpress-chrome-extension-exports-google-docs-to-wordpress-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4354:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/paper-airplane.jpg\" rel=\"prettyphoto[28666]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/paper-airplane.jpg?resize=1024%2C495\" alt=\"photo credit: davekellam - cc\" class=\"size-full wp-image-28710\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/davekellam/8916554/\">davekellam</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>If you’re a Google chrome user, there are many free extensions out there that are useful for getting other applications to work with WordPress. Earlier this year we shared a collection of <a href=\"http://wptavern.com/10-free-chrome-extensions-for-wordpress-users\" target=\"_blank\">Chrome extensions for WordPress users</a>, many of which are specifically tailored toward content creation.</p>\n<p><a href=\"https://chrome.google.com/webstore/detail/send-to-wordpress/nbljnjmeckdecofjohdobgmleppiikll\" target=\"_blank\">Send to WordPress</a> is a handy new extension that recently landed in the Chrome web store. It allows you to export a Google Drive document to WordPress as a post, with all the formatting and images preserved.</p>\n<p>Once the extension is installed, you can create a new WordPress post from a Google document by right clicking one or more documents and selecting <strong>“Open with” -> “Send to WordPress.”</strong></p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/send-to-wordpress.png\" rel=\"prettyphoto[28666]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/send-to-wordpress.png?resize=640%2C400\" alt=\"send-to-wordpress\" class=\"aligncenter size-full wp-image-28670\" /></a></p>\n<p>On the next screen you’ll be asked to enter your WordPress site URL and login credentials. You have the option to send the post to save as a draft or to publish immediately. You can also elect to use your theme’s text styles and add images as attachments.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/wordpress-login.jpg\" rel=\"prettyphoto[28666]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/wordpress-login.jpg?resize=601%2C317\" alt=\"wordpress-login\" class=\"aligncenter size-full wp-image-28674\" /></a></p>\n<p>Click “Create Post(s)” and your document will be automatically sent to your WordPress site. Once you’ve verified that it’s there, you can edit the post and make any further changes. You’ll find that any images included in your post(s) have been added to your media library.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/draft.png\" rel=\"prettyphoto[28666]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/draft.png?resize=805%2C236\" alt=\"draft\" class=\"aligncenter size-full wp-image-28677\" /></a></p>\n<p>After testing the extension, I found that it adds some unnecessary classes and inline styles to the content that is sent over. This may be something that you will want to clean up, depending on how you formatted the document in Google Drive.</p>\n<h3>Why Not Compose Directly in WordPress?</h3>\n<p>Publishing via the Send to WordPress extension may seem counterintuitive at first. Why not just compose directly within WordPress? One advantage is that when Google Drive is online, you can work with others to collaborate on a post as a group and then have a convenient way to send your work over to WordPress.</p>\n<p>The main benefit of this extension is that it allows you to keep working, even when you cannot access your site. Google Drive can be <a href=\"https://support.google.com/drive/answer/2375012?hl=en&ref_topic=2375188\" target=\"_blank\">enabled for working offline</a>, which allows you to organize folders, view your files, and edit Google documents without an internet connection.</p>\n<p>If you’re on a long plane ride and the wi-fi isn’t working or you’re stuck somewhere without internet, you can continue to write posts, add images, links and formatting in Google Drive. The <a href=\"https://chrome.google.com/webstore/detail/send-to-wordpress/nbljnjmeckdecofjohdobgmleppiikll\" target=\"_blank\">Send to WordPress</a> extension lets you automatically send all of that work over to your WordPress site as soon as you have a connection again.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 21:13:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: How to Easily Add Icons to Menus in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28664\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"http://wptavern.com/how-to-easily-add-icons-to-menus-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=how-to-easily-add-icons-to-menus-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4899:\"<p>Have you ever found yourself wanting to spice up the navigation menus on your site by adding icons? Typically, you’d have to edit the CSS of a theme but thanks to a new plugin, you don’t have to. <a title=\"http://wordpress.org/plugins/menu-icons/\" href=\"http://wordpress.org/plugins/menu-icons/\">Menu Icons</a> is a plugin for WordPress that makes it easy to add icons to menus without having to touch any code.</p>\n<h2>Built With Simplicity In Mind</h2>\n<p><a title=\"http://kucrut.org/\" href=\"http://kucrut.org/\">Dzikri Aziz</a> handles most of the development work and is responsible for the initial idea of the plugin. Aziz helped create the plugin because most of the other solutions involve editing CSS classes or other complicated measures. “Most of the existing plugins force you to assign the icons blindly, and make you enter some classes and/or markup into the menu items. This didn’t seem very user-friendly to me. Also, I wanted to get better at developing with the media library,” Aziz told the Tavern.</p>\n<p>Once Menu Icons is activated, browse to <strong>Appearance > Menus</strong>. You should notice a new meta box on the left hand side labeled <strong>Menu Icons Settings</strong>. From here, you can select which icon sets are available to choose from as well as configure the default placement settings of each icon.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/HowToSelectAnIcon.png\" rel=\"prettyphoto[28664]\"><img class=\"size-full wp-image-28669\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/HowToSelectAnIcon.png?resize=824%2C317\" alt=\"The new meta box on the left with the link to select an icon on the right\" /></a>The new meta box on the left with the link to select an icon on the right\n<p>As you can see, four of the most popular icon fonts are available out of the box. The image option enables you to use the WordPress media library to upload an image or use one that’s already available. Although it’s not listed, Menu Icons supports Fontello Font packs thanks to <a title=\"https://github.com/joshuairl\" href=\"https://github.com/joshuairl\">Joshua Rountree</a>. The <a title=\"http://wordpress.org/plugins/menu-icons/faq/\" href=\"http://wordpress.org/plugins/menu-icons/faq/\">Menu Icons FAQ</a> contains information on how to install and select Fontello Icons.</p>\n<p>After clicking on the Select Icon link within the menu item, a modal window is displayed with icons to choose from.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/SelectingAMenuIcon.jpeg\" rel=\"prettyphoto[28664]\"><img class=\"size-full wp-image-28671\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/SelectingAMenuIcon.jpeg?resize=1025%2C510\" alt=\"Plenty Of Icons To Choose From\" /></a>Plenty Of Icons To Choose From\n<p>When an icon is selected, the right side of the model presents you with some options to alter its display. The global settings are used by default.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/IconSettings.png\" rel=\"prettyphoto[28664]\"><img class=\"size-full wp-image-28673\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/IconSettings.png?resize=286%2C244\" alt=\"Settings To Alter The Display Of Icons\" /></a>Settings To Alter The Display Of Icons\n<p>One of my favorite features is the ability to use icons from different packs. If a pack doesn’t have the icon you’re looking for, chances are, one of the other three does. It only took five minutes to find the right icons for my menus. Without modifying the default settings, this is what my menus looked like on the front end of the site.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MyMenuIcons.jpeg\" rel=\"prettyphoto[28664]\"><img class=\"size-full wp-image-28672\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MyMenuIcons.jpeg?resize=759%2C109\" alt=\"The End Result\" /></a>The End Result\n<p>The icons become part of the link, just like the text, and they blend in seamlessly. Can you tell which packs these icons belong to? If the icons don’t look like they’re aligned correctly, you’ll need to override the styles in the theme’s CSS file or use the <a title=\"http://wordpress.org/plugins/simple-custom-css/\" href=\"http://wordpress.org/plugins/simple-custom-css/\">Simple Custom CSS</a> plugin to apply the correct style attributes. In most cases however, the icons should look fine in your theme.</p>\n<h2>Simple Yet Effective</h2>\n<p>Menu Icons is a great, effective plugin. I wish it existed five years ago when I really could have used it. It’s the easiest way I’ve come across to add icons to navigation menus in WordPress without having to edit CSS. If you know something easier, let us know in the comments. Also, how many of you plan on using this for client projects?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 19:57:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Matt: Specialization is for Insects, and Developers?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://ma.tt/2014/08/specialization-is-for-insects-and-developers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2269:\"<blockquote><p>A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. <strong>Specialization is for insects.</strong></p></blockquote>\n<p>That’s from <a href=\"http://en.wikipedia.org/wiki/Robert_A._Heinlein\">Robert Heinlein’s</a> character <a href=\"http://en.wikipedia.org/wiki/Lazarus_Long\">Lazarus Long</a>.</p>\n<p><a href=\"http://c2.com/cgi/wiki?PeterMerel\">Peter Merel</a> coined this version for developers:</p>\n<blockquote><p>A programmer should be able to fix a bug, market an application, maintain a legacy, lead a team, design an architecture, hack a kernel, schedule a project, craft a class, route a network, give a reference, take orders, give orders, use configuration management, prototype, apply patterns, innovate, write documentation, support users, create a cool web-site, email efficiently, resign smoothly. Specialization is for recruiters.</p></blockquote>\n<p>When I read that it definitely reminds me of <a href=\"http://automattic.com/about/\">some of my favorite colleagues</a>, and something I aspire to myself even though I’m very heavily balanced toward the “lead a team” part right now in my life.</p>\n<p>Even as technology is becoming more accessible, <a href=\"http://dentedreality.com.au/2014/06/07/why-web-development-is-complex/\">modern web development grows more complex</a>. Some might look at that is discouraging, I prefer to think that no matter how far along you get you can still have a lifetime of learning ahead of you.</p>\n<p>For interesting debate on the above, check out the c2 wiki <a href=\"http://c2.com/cgi/wiki?SpecializationIsForInsectsDiscussion\">Specialization for Insects discussion</a> (last edited March, 2012) and also the page that says “If specialization is for insects then <a href=\"http://c2.com/cgi/wiki?HumbleInsect\">I’d very much like to be a humble insect</a>.” (Last edited November, 2005. I love digging around older parts of the internet.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 16:02:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Joseph: How VaultPress Works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://josephscott.org/?p=10862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://josephscott.org/archives/2014/08/how-vaultpress-works/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:519:\"<p>Mark has posted a few details on <a href=\"http://blog.vaultpress.com/2014/08/18/how-vaultpress-works/\">how VaultPress.com backups work</a>. This should be especially helpful for those that have asked me about this in the past.</p>\n<p>If you don’t already have a VaultPress.com account you can get <a href=\"http://blog.vaultpress.com/2014/07/21/connect-through-jetpack-for-a-free-5-day-vaultpress-trial/\">a free trial</a> by first connecting your WordPress site to <a href=\"http://jetpack.me/\">Jetpack</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Aug 2014 14:24:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: Dependency Minification for WordPress: Automatically Concatenate and Minify Scripts and Stylesheets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:260:\"http://wptavern.com/dependency-minification-for-wordpress-automatically-concatenate-and-minify-scripts-and-stylesheets?utm_source=rss&utm_medium=rss&utm_campaign=dependency-minification-for-wordpress-automatically-concatenate-and-minify-scripts-and-stylesheets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5804:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/tiny.jpg\" rel=\"prettyphoto[27649]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/tiny.jpg?resize=740%2C356\" alt=\"photo credit: PetitPlat - Stephanie Kilgast - cc\" class=\"size-full wp-image-28643\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/_sk/4161167714/\">PetitPlat – Stephanie Kilgast</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>If you’re obsessed with improving your site’s loading time then you’ve probably already looked into caching and server optimizations. Frontend optimization is often further down on the list but can have a tremendous effect on performance. One of the most common frontend optimization techniques is to concatenate and minify your resources, which reduces the number of requests as well as the file size of the resources requested.</p>\n<p>The process of “minifying” eliminates wasted space in the scripts and stylesheets, which makes them much smaller and able to load faster. Combining (“concatenating”) multiple scripts reduces the number of requests, allowing you to download more assets in parallel to speed things up.</p>\n<p><a href=\"http://wordpress.org/plugins/dependency-minification/\" target=\"_blank\">Dependency Minification</a> is a plugin that will automatically concatenate and minify scripts and stylesheets for you. It’s a reincarnation and rewrite of the X-Team’s popular <a href=\"http://wordpress.org/plugins/optimize-scripts/\" target=\"_blank\">Optimize Scripts</a> plugin, which is now officially retired.</p>\n<p>Dependency Minification grabs scripts and stylesheets that have been added via wp_enqueue_script and wp_enqueue_style and automatically concatenates and minifies them into logical groups using WP-Cron. When you first install it and visit the settings page, you’ll see a notice:</p>\n<p><em>There are no minified dependencies yet. Try browsing the site.</em></p>\n<p>After you browse the frontend (which activates WP-Cron) and then visit the settings page, you’ll see that the process of minifying and concatenating resources has begun:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/dependency-minification-settings.jpg\" rel=\"prettyphoto[27649]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/dependency-minification-settings.jpg?resize=1025%2C484\" alt=\"dependency-minification-settings\" class=\"aligncenter size-full wp-image-28624\" /></a></p>\n<p>How do you know it’s working? In addition to the information on the plugin’s settings page, you can view the source of your site. Minified and concatenated dependencies will appear in your code with /_minify/ in the path similar to this:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\"><script type=\'text/javascript\' src=\'/_minify/wp_favico_js,wp_favicon_js,previewloader,pinterestRSSjs,yumprint-recipe-post,flexslider.df2e3e1be0c951f4cf3ea0932200f96c.314e77c0b7be97ba8913570dcc5ada67.js\'></script></pre>\n<p>Mouseover any group of dependencies on the settings page and you’ll see three options:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/script-options.jpg\" rel=\"prettyphoto[27649]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/script-options.jpg?resize=581%2C151\" alt=\"script-options\" class=\"aligncenter size-full wp-image-28630\" /></a></p>\n<ul>\n<li><strong>Expire</strong> – Expire this item to gracefully regenerate</li>\n<li><strong>Purge</strong> – Purge item from cache (deletes immediately, not often recommended)</li>\n<li><strong>View Minified</strong> – View minified dependencies in a new window</li>\n</ul>\n<p>The minified sources are stored in the wp_options table, which means that no special filesystem access is required. The plugin also includes a filter to exclude dependencies that you don’t want to be minified. A few other important things to know about the plugin’s features and how they can be customized:</p>\n<ul>\n<li>Endpoint for minified requests is at /_minified, which can be configured.</li>\n<li>Dependencies hosted on other domains are excluded by default, but this behavior can be changed by filtering the default_exclude_remote_dependencies option via the dependency_minification_options filter, or on a case-by-case basis via the filter previously mentioned.</li>\n<li>Stale minified scripts and stylesheets remain until replaced by refreshed ones; this ensures that full-page caches which reference stale minified sources won’t result in any 404s.</li>\n<li>Transforms relatives paths in stylesheets (e.g. background-images) to absolute ones, so that they don’t 404.</li>\n</ul>\n<p>WordPress super admins will be glad to know that Dependency Minification is also multisite-compatible. If you want to use it on a multisite network, the plugin’s instructions advise you to install and activate <a href=\"http://scribu.net/\" target=\"_blank\">scribu</a>‘s <a href=\"http://wordpress.org/plugins/proper-network-activation/\" target=\"_blank\">Proper Network Activation</a> plugin before activating it network-wide.</p>\n<p>The <a href=\"http://wordpress.org/plugins/dependency-minification/\" target=\"_blank\">Dependency Minification</a> plugin is supported by a large group of experienced developers who continue to improve it. They have built a decent amount of flexibility into the plugin with several filters that allow you to control and tweak its default behavior. If you don’t need to modify how it works, the plugin is pretty much plug-and-play. It provides a quick and simple way to concatenate and minify resources on your site, without a ton of options to configure.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 23:10:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WPChat Relaunches as a Forum Dedicated to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"http://wptavern.com/wpchat-relaunches-as-a-forum-dedicated-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=wpchat-relaunches-as-a-forum-dedicated-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4934:\"<p>A few years ago, <a title=\"http://leland.me\" href=\"http://leland.me\">Leland Fiegel</a> created a site called <a title=\"http://wpchat.com\" href=\"http://wpchat.com\">WPChat</a>. The site contained an iFrame with an embedded IRC client pointed to Freenode. It provided easy access to IRC where at anytime during the week, users could chat about WordPress. Here’s what the old site looked like.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/OldWPChat.gif\" rel=\"prettyphoto[28616]\"><img class=\"size-full wp-image-28618\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/OldWPChat.gif?resize=695%2C424\" alt=\"What The Old WPChat Used To Look Like\" /></a>What The Old WPChat Used To Look Like\n<p>After being dormant for the past year or two, Fiegel has turned the site into a dedicated forum devoted to WordPress topics.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/WPChatRunningDiscourse.jpeg\" rel=\"prettyphoto[28616]\"><img class=\"size-full wp-image-28619\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/WPChatRunningDiscourse.jpeg?resize=1025%2C534\" alt=\"WPChat Running Discourse\" /></a>WPChat Running Discourse\n<p>The site is powered by <a title=\"http://www.discourse.org/\" href=\"http://www.discourse.org/\">Discourse</a>, an open source, GPL licensed, discussion platform created by Jeff Atwood. In a <a title=\"http://leland.me/wpchat-discourse/\" href=\"http://leland.me/wpchat-discourse/\">post published on his personal site</a>, Fiegel explains why he chose Discourse over other forum software such as bbPress, or phpBB.</p>\n<blockquote><p>Discourse just has a more modern feel to it. The instant flow of discussions, the notification features, it just feels much more like a chatroom, rather than a more traditional piece of forum software.</p>\n<p>I felt it fit much more inline with the “brand” of WPChat, and just thought people would enjoy using it better.</p></blockquote>\n<p>Over the weekend, I had the privilege of being one of the first members to the forum. It loads quick and is intuitive to use. The site works great on mobile devices. I’m able to administer, respond to, and create threads easily from my phone.</p>\n<h2>Discourse Is a Breath Of Fresh Air</h2>\n<p>Discourse is a fresh take on using forums for community discussion. One of the unique attributes it has is a trust system. As members spend more time replying to and creating more threads, their trust level increases. Higher trust levels provide more capabilities to the user, allowing them to take on a larger role of moderating the forum. I find this to be an interesting approach and wonder how well it does on large, established forums.</p>\n<p><a title=\"http://blog.discourse.org/2014/06/discourse-v1-0-next-month/\" href=\"http://blog.discourse.org/2014/06/discourse-v1-0-next-month/\">Discourse 1.0</a> has yet to materialize but according to the blog, it’s right around the corner. Since it’s only a year old, there’s not much in the way of a third-party ecosystem. If you plan to install Discourse on your own server, be aware of the <a title=\"http://www.discourse.org/faq/#tech\" href=\"http://www.discourse.org/faq/#tech\">minimum requirements</a>. As Fiegel mentions in his post, it’s not as easy to install as WordPress.</p>\n<h2>A Forum Outside Of WordPress.org</h2>\n<p>While there is a <a title=\"https://plus.google.com/communities/101504763068635549461\" href=\"https://plus.google.com/communities/101504763068635549461\">Google+ group</a> devoted to WordPress and other <a title=\"http://wptavern.com/add-these-subreddits-to-your-list-of-wordpress-watering-holes\" href=\"http://wptavern.com/add-these-subreddits-to-your-list-of-wordpress-watering-holes\">watering holes</a>, the closest one that feels like a forum to me is the <a title=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics\" href=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics\">Advanced WordPress</a> user group on Facebook. However, Facebook groups in general lack significant features that make them useful such as threads and an easy way to locate previous discussions. You’re also tied to Facebook in terms of what you can do with the data.</p>\n<p>Ever since the WP Tavern forum disappeared, I’ve been looking for somewhere on the web to hang out and chat about WordPress. Not everything is deserving of a blog post but may be worthy of a discussion. WPChat is attempting to fill a void I think is missing in the WordPress community, a well-managed, diversified forum, devoted to WordPress, outside of what is already available on WordPress.org.</p>\n<p>Membership to <a title=\"http://wpchat.com/\" href=\"http://wpchat.com/\">WPChat</a> is free and at the very least, gives you an opportunity to try out Discourse from a user perspective. You’ll be able to find me on WPChat via the username Jeffro.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 23:02:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: The Problem With Image Attachments In WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28598\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=the-problem-with-image-attachments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4783:\"<p>Something I’ve wanted to see in WordPress for a long time is the ability to determine which posts an image is being used on. <a title=\"http://wptavern.com/preview-wordpress-4-0-features-beta-1-now-available-for-testing\" href=\"http://wptavern.com/preview-wordpress-4-0-features-beta-1-now-available-for-testing\">WordPress 4.0</a> is expected to ship by the end of August and contains two subtle changes to image data in the media library. You’ll be able to view the author who uploaded the image and the <a title=\"http://codex.wordpress.org/Function_Reference/wp_get_post_parent_id\" href=\"http://codex.wordpress.org/Function_Reference/wp_get_post_parent_id\">post parent ID</a> it’s attached to.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/UploadInformation.png\" rel=\"prettyphoto[28598]\"><img class=\"size-full wp-image-28600\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/UploadInformation.png?resize=289%2C235\" alt=\"Uploaded By and Uploaded To Informatiom\" /></a>Uploaded By and Uploaded To Information\n<p>I find this information to be useful, especially for multi-author websites. Although you can view the parent post ID the image is attached to, you can’t locate each post the image is used on. It’s important to note the difference between an image <strong>attached to a post</strong> and using <strong>an image already available</strong> in the media library.</p>\n<h2>Why Knowing Where An Image Is Used Comes In Handy</h2>\n<p>Let’s say I use a featured image for a post and it’s the featured image for several other posts. If I want to change the featured image in one post and have it change in every other post, I can’t. I also can’t change the image for specific posts automatically, it’s either all or nothing. I can’t determine which posts are using the image because WordPress only sees it being used on the parent post. This is due to the attachment relationship.</p>\n<p>In other words, the first post the image is attached to is the only information WordPress has on where it’s being used. I could browse to every post and manually change it but my memory isn’t that good and it’s a tedious process.</p>\n<h2>The History Behind The Dilemma</h2>\n<p>In trying to figure out why this is, Justin Tadlock pointed out two Trac tickets, <a title=\"https://core.trac.wordpress.org/ticket/10657\" href=\"https://core.trac.wordpress.org/ticket/10657\">10657</a> and <a title=\"https://core.trac.wordpress.org/ticket/14513\" href=\"https://core.trac.wordpress.org/ticket/14513\">14513</a>. Both contain lengthy, technical discussions, on how to add support for many-to-many relationships between posts and attachments in WordPress. Within the discussions, the <a title=\"http://wordpress.org/plugins/posts-to-posts/\" href=\"http://wordpress.org/plugins/posts-to-posts/\">Posts 2 Posts</a> plugin is commonly referred to as <a title=\"https://core.trac.wordpress.org/ticket/14513#comment:101\" href=\"https://core.trac.wordpress.org/ticket/14513#comment:101\">a top-notch plugin</a> that offers this functionality.</p>\n<p>Before the Community Summit in October of 2012, Andrew Nacin and a host of other WordPress developers came together to discuss the subject in detail. The ideas brought forth from that conversation are available on the Make.WordPress.com blog and is a <a title=\"http://make.wordpress.org/core/2013/07/28/potential-roadmap-for-taxonomy-meta-and-post-relationships/\" href=\"http://make.wordpress.org/core/2013/07/28/potential-roadmap-for-taxonomy-meta-and-post-relationships/\">potential roadmap</a> for taxonomy meta and post relationships in WordPress.</p>\n<h2>It’s Possible But Not Worth The Hassle</h2>\n<p>WordPress automatically renames files if it detects the same name being used in the media library. This means you can’t upload a new image with the same file name to replace it. An alternative method is to use FTP to locate the original file and overwrite it, keeping the same name. The image will change in all posts using it, regardless of the attachment details. You’ll also need to overwrite any images that were resized automatically by WordPress or else they’ll show up instead of the new ones.</p>\n<p>After performing all sorts of tests in my local environment for trying to change one image across multiple posts, I’ve decided it’s too much of a hassle. Not being able to manage these relationships in WordPress doesn’t make sense. Ideally, I’d like to be able to determine which posts are using an image and replace that image across all of those posts at the same time. I also wouldn’t mind the flexibility to change an image for certain posts while leaving the others alone.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 22:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: _s_backbone: A WordPress Starter Theme Based on Underscores and Backbone.js\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"http://wptavern.com/_s_backbone-a-wordpress-starter-theme-based-on-underscores-and-backbone-js?utm_source=rss&utm_medium=rss&utm_campaign=_s_backbone-a-wordpress-starter-theme-based-on-underscores-and-backbone-js\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7139:\"<p>The <a href=\"http://underscores.me\" target=\"_blank\">Underscores</a> WordPress starter theme has seen a flurry of activity in recent days, <a href=\"http://wptavern.com/underscores-wordpress-starter-theme-adds-support-for-sass\" target=\"_blank\">adding support for Sass</a> and <a href=\"https://philiparthurmoore.com/underscores-gets-automated-testing/\" target=\"_blank\">automated testing</a> with <a href=\"https://github.com/Automattic/_s/issues/553\" target=\"_blank\">Travis CI</a>. The theme has been forked more than 1300 times on GitHub with many interesting variations created to support various theme features and frameworks.</p>\n<p>One fork in particular is getting WordPress theme developers excited about the possibility of bringing in new Javascript-powered features. <a href=\"https://github.com/tlovett1/_s_backbone\" target=\"_blank\">_s_backbone</a> is a new theme based off of Underscores that incorporates the WordPress REST API <a href=\"https://github.com/WP-API/client-js\" target=\"_blank\">Backbone.js client</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/s_backbone.png\" rel=\"prettyphoto[28545]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/s_backbone.png?resize=1025%2C871\" alt=\"_s_backbone\" class=\"aligncenter size-full wp-image-28553\" /></a></p>\n<p><a href=\"http://taylorlovett.com/\" target=\"_blank\">Taylor Lovett</a>, Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">@10up</a>, created the theme as a proof of concept but also hopes that it will become a useful tool for theme developers who want to get started using the WP REST API. The API is <a href=\"http://wptavern.com/json-rest-api-slated-for-wordpress-4-1-release\">slated for inclusion in WordPress 4.1</a>.</p>\n<h3>Advantages of Using Backbone for Infinite Scroll</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/s_backbone_theme.jpg\" rel=\"prettyphoto[28545]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/s_backbone_theme.jpg?resize=1025%2C430\" alt=\"_s_backbone_theme\" class=\"aligncenter size-full wp-image-28587\" /></a></p>\n<p>So how is _s_backbone different from vanilla Underscores? The major difference here is that the loops have infinite scroll built in using a “more” button, a feature powered by the Backbone client which grabs posts on the fly without reloading the page. This provides several advantages. “On the web today, people expect reactive, dynamic web applications. I think everyone can agree the web is shifting to a more JavaScript reliant place,” Lovett told the Tavern. “Powering your loops using JSON REST API’s Backbone client is the easiest way for you to add and customize infinite scroll to your website.”</p>\n<p>Adding infinite scroll to a theme using other methods can be a frustrating, complicated experience. “There are a few advantages to building infinite scroll with the JSON REST API as opposed to something else,” Lovett said. “The JSON REST API will be merged into WordPress so your code will always be backwards compatible. With the JSON REST API and Backbone client, you don’t have to build your own endpoints which is time consuming. Also, the JSON REST API is, well, <a href=\"http://en.wikipedia.org/wiki/Representational_state_transfer\" target=\"_blank\">RESTful</a> making it extremely easy to use.”</p>\n<p>I asked Lovett how _s_backbone’s implementation of infinite scrolling differs from <a href=\"http://jetpack.me/support/infinite-scroll/\" target=\"_blank\">Jetpack’s module</a>. Is this feature something that functions better as part of a theme vs. a plugin?</p>\n<p>“I’ve worked extensively with Jetpack’s Infinite Scroll module. In fact, _s_backbone takes some code from it,” he said. “I think valid arguments can be presented for including infinite scroll in either a plugin or a theme. However, I think with the advent of the JSON REST API and Backbone client, adding infinite scroll to the theme makes more sense.”</p>\n<p>Although the theme’s main attraction right now is a new way to power infinite scrolling, Lovett hopes that _s_backbone can provide a starting place for developers to create their own Backbone-powered features.</p>\n<blockquote><p>_s_backbone is a starter theme, not a parent theme. Decisions are left to the theme developer. If the developer feels like it, they can rip out infinite scroll completely or put it in a plugin. The goal is to provide the theme developer with a good base with which to start and let them build from there.</p></blockquote>\n<p>In the future, Lovett plans to add post format support to the theme, as it’s currently missing that feature. “I’m hoping to get some feedback on the starter theme to best assess what would be most useful to developers,” he said.</p>\n<h3>The WP REST API Opens Up New Opportunities for Theme and Plugin Developers</h3>\n<p>Lovett will be speaking this weekend at <a href=\"http://2014.boston.wordcamp.org/\" target=\"_blank\">WordCamp Boston</a> on the WP JSON REST API where he hopes to use the _s_backbone theme as an example. His largest contribution to the WP REST API project has been the creation of the <a href=\"https://github.com/WP-API/client-js\" target=\"_blank\">Backbone.js client</a>. He also contributes on the PHP side, assisting with post meta, comments, and revision endpoints.</p>\n<p>“I’m very excited about the implications of the JSON REST API in the backend,” Taylor commented on the future of the project. “I believe the JSON REST API will be incredibly useful internally, especially cross-site (in multisite). I’ve written many endpoints to retrieve different custom post types for backend features that could be dramatically simplified with the JSON REST API. Also, I think it will simplify the code powering the media library.”</p>\n<p>Lovett hopes to introduce developers to all the possibilities of using the API while at WordCamp Boston. “First and foremost, I want to show people why the API is useful and how you can use it,” he said. “I want to inspire plugin and theme developers to build amazing things with the API. I believe a RESTful API within WordPress opens up a lot of doors. I’d also like to show people how you can grab data from other websites that use the API instead of parsing feeds.”</p>\n<p>If you’re familiar with Underscores, then Lovett’s new <a href=\"https://github.com/tlovett1/_s_backbone\" target=\"_blank\">_s_backbone</a> theme is a nice starting point for learning more about using the API in a theme. Feel free to <a href=\"https://github.com/tlovett1/_s_backbone/issues\" target=\"_blank\">leave feedback</a> on the project regarding additional features you’d like to see powered by Backbone. If you’re interested in contributing to the<a href=\"https://github.com/wp-api\" target=\"_blank\"> WP API project</a>, the Backbone.js client, or elsewhere, Lovett encourages you to get involved, as the team is always looking for more help.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 17:57:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Commercial Whaling Ship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2014/08/commercial-whalingship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"<p><a href=\"http://www.clickhole.com/blogpost/time-i-spent-commercial-whaling-ship-totally-chang-768\">The Time I Spent On A Commercial Whaling Ship Totally Changed My Perspective On The World</a> — I know the title sounds baity but this is the best writing I’ve read online in a while, almost like it’s from a different time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 15:39:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Akismet: Akismet 3.0.2 for WordPress Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://blog.akismet.com/2014/08/18/akismet-3-0-2-for-wordpress-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:931:\"<p>Version 3.0.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>In version 3.0.2, we’ve improved performance and fixed a bug that could have negatively affected Akismet’s ability to determine whether a comment is spam.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1640/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1640&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Aug 2014 01:45:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Internet’s Original Sin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2014/08/internets-original-sin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:282:\"<p><a href=\"http://www.ethanzuckerman.com/blog/\">Ethan Zuckerman</a> writes for the Atlantic on <a href=\"http://www.theatlantic.com/technology/archive/2014/08/advertising-is-the-internets-original-sin/376041/?single_page=true\">The Internet’s Original Sin, advertising</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Aug 2014 14:30:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Humans Need Not Apply\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2014/08/humans-need-not-apply/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Aug 2014 17:42:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Time To Move On From The “Is WordPress A CMS” Debate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28493\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"http://wptavern.com/time-to-move-on-from-the-is-wordpress-a-cms-debate?utm_source=rss&utm_medium=rss&utm_campaign=time-to-move-on-from-the-is-wordpress-a-cms-debate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3023:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/WordPressIsaCMSDebateFeaturedImage.png\" rel=\"prettyphoto[28493]\"><img class=\"size-full wp-image-28526\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/WordPressIsaCMSDebateFeaturedImage.png?resize=639%2C270\" alt=\"WordPress Is A CMS Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/cesarmaia/5029920602/\">Cesar Maia</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>In the realm of WordPress, there is a <a title=\"http://lists.automattic.com/pipermail/wp-hackers/2008-February/017888.html\" href=\"http://lists.automattic.com/pipermail/wp-hackers/2008-February/017888.html\">particular debate that has been going on for years</a> on whether WordPress is a CMS or not. CMSCritic has a great article by Kaya Ismail, that explains why <a title=\"http://www.cmscritic.com/wordpress-is-a-cms-whether-you-like-it-or-not/\" href=\"http://www.cmscritic.com/wordpress-is-a-cms-whether-you-like-it-or-not/\">WordPress is a CMS (Whether You Like it or Not)</a>. It’s one of the most refreshing perspectives I’ve read on the subject. The definition of a Content Management System is <em>a web application designed to make it easy for non-technical users to add, edit and manage a website</em>. WordPress fits that definition rather well and in many respects, excels at it. The problem as Ismail explains, is that the acronym has become muddied over the years.</p>\n<blockquote><p>The issue arises when the stripped down, true meaning of “CMS” is blown up with unnecessary jargon. In reality, those definitions hold very little weight, other than when they describe added marketing or administrative extras. The fact of the matter is, WordPress fits the definition of a CMS perfectly.</p></blockquote>\n<p>WordPress has grown up to be far more than just a blogging tool. It’s used to power apps, run large content heavy websites, and e-commerce. The reputation that it’s just a blogging tool and not a CMS is false.</p>\n<p>If you’re curious on how to use WordPress as a CMS, <a title=\"http://planetozh.com/blog/2009/09/the-definitive-guide-to-using-wordpress-as-a-cms/\" href=\"http://planetozh.com/blog/2009/09/the-definitive-guide-to-using-wordpress-as-a-cms/\">read this guide</a> published by Ozh Richards that contains a simple four step process. It’s a process nearly all WordPress users go through everyday.</p>\n<blockquote><p>It isn’t particularly amazing in any niche other than blogging, and it sacrifices being a powerhouse when it comes to things like <a href=\"http://www.cmscritic.com/dir/dam/\">digital asset management</a> for the sake of simplicity. Yet at the same time, WordPress <strong> is </strong> a content management system, and a good one at that.</p>\n<p><strong>So, maybe it’s time everybody got over it</strong>.</p></blockquote>\n<p>Ismail sums it up rather well. I think it’s time to kick this debate to the curb.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 20:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Under the Hood of Semplice: A New Portfolio System Based on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"http://wptavern.com/under-the-hood-of-semplice-a-new-portfolio-system-based-on-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=under-the-hood-of-semplice-a-new-portfolio-system-based-on-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7120:\"<p><a href=\"http://www.semplicelabs.com/\" target=\"_blank\">Semplice</a> has soft-launched its new WordPress-powered portfolio system. The commercial project popped up on our radar after debuting its extraordinary implementation of the WordPress content editor. Founded by German designers <a href=\"http://www.style-force.net/\" target=\"_blank\">Michael Schmidt</a> and <a href=\"http://www.vanschneider.com/\" target=\"_blank\">Tobias van Schneider</a>, Semplice is breaking onto the scene with high impact designs and its own radically simplified content editor.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/semplice.png\" rel=\"prettyphoto[27810]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/semplice.png?resize=1025%2C749\" alt=\"semplice\" class=\"aligncenter size-full wp-image-28495\" /></a></p>\n<p>“Semplice is and was built based on our own needs to create beautiful case studies and branded pages, mainly for designer and artist portfolios,” Van Schneider told the Tavern. “Our goal is to create a completely new high quality experience on top of WordPress, something you haven’t seen before,” he said. So far they appear to be achieving exactly that. <a href=\"http://www.verenamichelitsch.com/\" target=\"_blank\">Example</a> <a href=\"http://ph7labs.com/\" target=\"_blank\">portfolios</a> <a href=\"http://dannyjongerius.nl/\" target=\"_blank\">built</a> with Semplice are nothing less than stunning.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/semplice_adam.jpg\" rel=\"prettyphoto[27810]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/semplice_adam.jpg?resize=1025%2C641\" alt=\"semplice_adam\" class=\"aligncenter size-full wp-image-28502\" /></a></p>\n<h3>A Unique Content Editor</h3>\n<p>Semplice incorporates its own visual content editor which allows users to create unique branded pages or extensive case studies for their projects, without a single line of code. “We aim to create a flexible system, not a template,” Van Schneider said. “With Semplice you start mostly with a white canvas, not a template or theme where you just fill in the blanks.” Every project is 100% responsive and the content editor is completely tailored to creating a portfolio.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/semplice-content-editor.png\" rel=\"prettyphoto[27810]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/semplice-content-editor.png?resize=720%2C618\" alt=\"semplice-content-editor\" class=\"aligncenter size-full wp-image-27813\" /></a></p>\n<h2>So what’s under the hood?</h2>\n<p>As beautiful as the front-end results are, we were most curious about what’s under the hood and assumed it was based on custom post types. On the contrary, the Semplice crew has taken a different route to create this unique editing experience.</p>\n<p>“For the basic theme options we use <a href=\"http://www.advancedcustomfields.com/\" target=\"_blank\">Advanced Custom Fields</a> from <a href=\"https://twitter.com/elliotcondon\" target=\"_blank\">Elliot Condon</a>,” Van Schneider said. “The Content Editor itself is a combination of a Javascript frontend that uses the WordPress Ajax functions to communicate with the PHP backend.</p>\n<p>“As we worked on different Semplice iterations we quickly learned that we need something more than just Custom Post Types, especially since the performance suffered a lot in the beginning,” he explained. The Semplice content editor is optional and can be activated when creating new pages in WordPress. It includes a live preview as you edit on the frontend, as you can see in the video example below.</p>\n<p></p>\n<p>“What you build is exactly what you get,” he said. “This allows you to create very flexible editorial layouts for designers or artists who want to present their work in the best light possible.”</p>\n<p>Semplice also allows users the ability to brand every page with a unique visual look. Instead of having pages follow a set template, elements such as background color, navigation, and typography can be customized for each.</p>\n<p>The regular WordPress admin is still in play, for example, when a user adds new work. It starts off in the backend with branding and image options.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/add-new-work.png\" rel=\"prettyphoto[27810]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/add-new-work.png?resize=1025%2C740\" alt=\"add-new-work\" class=\"aligncenter size-full wp-image-28517\" /></a></p>\n<p>One unique feature of Semplice is the ability to easily add a new custom fontset to WordPress using the web service of your choice. This is especially important for designers who require unique fonts for presenting their work.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/custom-fontset.png\" rel=\"prettyphoto[27810]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/custom-fontset.png?resize=1025%2C739\" alt=\"custom-fontset\" class=\"aligncenter size-full wp-image-28520\" /></a></p>\n<p>Semplice is geared toward both experienced WordPress users, as well as those who are totally new to the platform. “Yes, we do aim for people who are familiar with WordPress since they will be able to take Semplice even further than what we offer,” Van Schneider said. “But with our Semplice Content Editor we even aim at people who don’t have that much experience with WordPress itself since you don’t really need it.”</p>\n<h3>Licensing, Pricing, and Support</h3>\n<p>Introductory <a href=\"http://www.semplicelabs.com/get-semplice\" target=\"_blank\">Semplice pricing</a> for a single domain is $69 and $299 for an agency. Semplice will be launching without offering customer support and is unusual in that it doesn’t offer any refunds. Support is limited to the first seven days after purchase. The team will assist with anything related to the default Semplice features and is currently working on establishing a pool of <a href=\"https://vimeo.com/semplicelabs\" target=\"_blank\">video tutorials</a> for documentation.</p>\n<p>While the Semplice team cannot yet offer full product support, they are committed to delivering critical free updates to existing customers. The software is licensed under the GPL. Although Semplice hasn’t launched yet, early adopters can purchase the software now for a reduced price.</p>\n<p>While the Semplice content editor appeals to new WordPress users, they will still need to overcome the hurdle of installing and setting up a WordPress site on their own domains. Even with 1-click installers, the process can be more difficult than you might imagine for designers and artists with no WordPress experience. Without a fully hosted Semplice platform, the software is going to have to appeal to seasoned WordPress users who appreciate its unique take on building a fullscreen branded portfolio. Do you think Semplice can win out over other theme and plugin-based options?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 20:05:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: A Survival Guide To WordCamps For First Time Attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/a-survival-guide-to-wordcamps-for-first-time-attendees?utm_source=rss&utm_medium=rss&utm_campaign=a-survival-guide-to-wordcamps-for-first-time-attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2348:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/SurvivalGuideFeaturedImage.png\" rel=\"prettyphoto[28486]\"><img class=\"size-full wp-image-28489\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/SurvivalGuideFeaturedImage.png?resize=639%2C207\" alt=\"Survival Guide Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ari/4166542615/\">Steve Rhodes</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a title=\"http://central.wordcamp.org/\" href=\"http://central.wordcamp.org/\">WordCamps</a> are excellent opportunities to learn WordPress and have of face-to-face interaction with a lot of different people. They can also be exhausting and possibly stressful for first timers. Carrie Dils has an awesome <a title=\"http://www.carriedils.com/wordcamp-tips/\" href=\"http://www.carriedils.com/wordcamp-tips/\">WordCamp Survival Guide</a> filled with tips and information on how to get the most out of these events.</p>\n<p>Tip number five (don’t sit by yourself at lunch) routinely happens to me at WordCamps.</p>\n<blockquote><p>When the last morning session breaks, there will be a mad dash to the lunch line (did someone say “food?!”). You’ll grab a sack lunch lovingly provided by some volunteer and then you’ll stand there, possibly awkward and not sure where to go. It’s lunch on the first day at a new school all over again.</p>\n<p>Try this: Head over to any table with open spots and simply ask to sit down. Unless you just really need that lunch break for personal time, don’t miss an opportunity to meet folks over lunch!</p></blockquote>\n<p>I struggle with introducing myself to people I’ve never met before. At WordCamps, I’m generally extroverted but I’ve noticed at larger camps, I become introverted. It’s a personality thing I’ve been fighting with for the past few years with mild success. I keep telling myself that I’m going to introduce myself to everyone I see at a WordCamp but it never works out that way. I end up finding a group of people I’m familiar with and stick with them. Does anyone else struggle with introversion at WordCamps?</p>\n<p>The survival guide is filled with great information but I think the most important point is the last and that’s to <strong>have fun</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 19:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WPWeekly Episode 158 – Interview With Pippin Willamson Of Easy Digital Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=28482&preview_id=28482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:220:\"http://wptavern.com/wpweekly-episode-158-interview-with-pippin-willamson-of-easy-digital-downloads?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-158-interview-with-pippin-willamson-of-easy-digital-downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3212:\"<p><a title=\"https://pippinsplugins.com/\" href=\"https://pippinsplugins.com/\">Pippin Williamson</a> of <a title=\"https://easydigitaldownloads.com/\" href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a> joined <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I to discuss a variety of topics. Williamson tells his story of how he got involved with WordPress. Later in the show, we discuss what it’s like to be a remote worker. Williamson tells us which tools he uses for project management and how important it is for him to have a disciplined routine.</p>\n<p>As a volunteer moderator of the WordPress.org plugin directory, he’s seen his fair share of plugin submissions. He tells us which types of plugins are automatically rejected and what it’s like being a gatekeeper for the plugin directory.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wp-site-care-acquires-audit-wp\" href=\"http://wptavern.com/wp-site-care-acquires-audit-wp\">WP Site Care Acquires Audit WP</a><br />\n<a title=\"http://wptavern.com/new-wordpress-plugin-spell-checks-post-titles-before-publishing\" href=\"http://wptavern.com/new-wordpress-plugin-spell-checks-post-titles-before-publishing\">New WordPress Plugin Spell Checks Post Titles Before Publishing</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/html5-slideshow-presentations/\" href=\"https://wordpress.org/plugins/html5-slideshow-presentations/\">HTML5 Slideshow Presentations</a> – With this plugin, you’ll be able to create a presentation in no time using WordPress’ familiar built-in toolset and the best part is, you won’t need to upload to slideshare when you’re done! You host your own presentations allowing you to share or present them at anytime.</p>\n<p><a title=\"https://wordpress.org/plugins/sidebarautomizer/\" href=\"https://wordpress.org/plugins/sidebarautomizer/\">Sidebar Automizer</a> – This little plugin will remove the last widget or widgets from the sidebar if the content area height is smaller than the height of the sidebar area.</p>\n<p><a title=\"https://wordpress.org/plugins/update-from-bottom/\" href=\"https://wordpress.org/plugins/update-from-bottom/\">Update from Bottom</a> – This plug shows two extra buttons (Scroll to top and Publish/Update) in the bottom of the screen when a user scrolls near the bottom of the site. Suitable for posts and pages with a lot of meta boxes or when edit.php just tends to get very long.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 20th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #158:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 18:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: SmartThings & Samsung\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2014/08/smartthings-samsung/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1419:\"<p><a href=\"http://blog.smartthings.com/news/smartthings-updates/smartthings-samsung-open-platform/\">SmartThings announced</a> (on their WP-powered blog) that they’re joining forces with Samsung to continue working on their mission of becoming an operating system for your home. I’m both <a href=\"http://audrey.co/\">an investor</a> and a fan of the company, which I even <a href=\"http://blog.smartthings.com/video/the-ultimate-connected-home/\">let take over my home in SF earlier this year for CNN</a>. As a tinkerer most of what I do with <a href=\"http://smartthings.com/\">SmartThings</a> so far is relatively basic, I feel like it’s still the very early days of the platform and what’s going to come down the line. Samsung makes so much technology (<a href=\"http://www.samsung.com/us/shop/\">and appliances, and TVs, and…</a>) I can’t wait to see how they open it up and connect. I also wanted to take this opportunity to congratulate other Audrey companies <a href=\"http://recode.net/2014/05/19/google-buys-an-enterprise-android-company-divide-formerly-known-as-enterproid/\">Divide which joined Google</a> and <a href=\"https://creativemarket.com/blog/2014/03/19/building-the-worlds-marketplace-for-design\">Creative Market which joined Autodesk</a> earlier in 2014. I wasn’t as good about blogging before and didn’t get a chance to publicly congratulate those teams.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 13:49:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Automatically Tweet an Announcement for WordPress Plugin Version Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"http://wptavern.com/automatically-tweet-an-announcement-for-wordpress-plugin-version-updates?utm_source=rss&utm_medium=rss&utm_campaign=automatically-tweet-an-announcement-for-wordpress-plugin-version-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2517:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg\" rel=\"prettyphoto[28459]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/megaphone.jpg?resize=1024%2C484\" alt=\"photo credit: MACSwriter - cc\" class=\"size-full wp-image-28480\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/88758069@N08/8445004895/\">MACSwriter</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>Here’s a quick tip for WordPress.org plugin authors and users, <a href=\"https://twitter.com/paul_wp/status/500064487047577600\" target=\"_blank\">courtesy of Paul de Wouters</a>: With the help of a task automation service like Zapier or IFTTT, you can automatically send out a tweet every time an updated version of your plugin is available. Simply set up an RSS -> Twitter action, like <a href=\"https://zapier.com/zapbook/rss/twitter/35895/rss-new-item-in-feed-to-twitter-create-tweet/\" target=\"_blank\">this one</a> with Zapier:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rss-tweet.png\" rel=\"prettyphoto[28459]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rss-tweet.png?resize=1025%2C207\" alt=\"rss-tweet\" class=\"aligncenter size-full wp-image-28465\" /></a></p>\n<p>Users of <a href=\"https://ifttt.com/\" target=\"_blank\">IFTTT</a> can do the same by creating an RSS to Twitter recipe. You’ll want to use the <strong>development log feed</strong> on the developers tab of the plugin page. Connecting RSS to Twitter via a service will automate the little tasks involved in promoting your plugin and keeping users up-to-date.</p>\n<h4>Get Notified When a Plugin is Updated</h4>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/rss-to-email.png\" rel=\"prettyphoto[28459]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/rss-to-email.png?resize=1025%2C426\" alt=\"rss-to-email\" class=\"aligncenter size-full wp-image-28474\" /></a></p>\n<p>Plugin users can also harness the same feed URL to send themselves updates via email. Let’s say you’ve got a few specific plugins that you are watching intently for an update. Perhaps you’ve notified the plugin author of a bug and are waiting for a fix or a new feature that’s in development. Instead of checking your site or the plugin’s page on WordPress.org for updates, you can set up an RSS to Email automated task to pull from the plugin’s development log feed and shoot a notice to your inbox.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:14:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 4.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1990:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:06:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Clear Tranquil: A Free Minimalist WordPress Theme for Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"http://wptavern.com/clear-tranquil-a-free-minimalist-wordpress-theme-for-bloggers?utm_source=rss&utm_medium=rss&utm_campaign=clear-tranquil-a-free-minimalist-wordpress-theme-for-bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2956:\"<p><a href=\"http://wordpress.org/themes/clear-tranquil\" target=\"_blank\">Clear Tranquil</a> is one of the cleanest, most elegant blogging themes to hit WordPress.org in recent days. The theme was created by Woo Themes designer <a href=\"http://jameskoster.co.uk/\" target=\"_blank\">James Koster</a> as a child theme for his responsive <a href=\"http://wordpress.org/themes/highwind\" target=\"_blank\">Highwind</a> parent theme.</p>\n<p>Clear Tranquil lives up to its name, inspiring a light, peaceful reading experience that is clutter-free. The design puts your content in focus.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/clear-tranquil.png\" rel=\"prettyphoto[28368]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/clear-tranquil.png?resize=600%2C450\" alt=\"clear-tranquil\" class=\"aligncenter size-full wp-image-28372\" /></a></p>\n<p>Koster gives meticulous attention to typography and highlights the first character of each post with elegant block letter styles. The theme includes a sticky, understated top navigation menu (optional), and zero widget areas. That’s right, Clear Tranquil is a completely widget-free zone.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/single-post.png\" rel=\"prettyphoto[28368]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/single-post.png?resize=1025%2C737\" alt=\"single-post\" class=\"aligncenter size-full wp-image-28451\" /></a></p>\n<p>The theme includes a handful of customization options built into WordPress’ native customizer. You can personalize it with a custom header, background, and your own color selections for text, links, and backgrounds.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/clear-tranquil-customizer.png\" rel=\"prettyphoto[28368]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/clear-tranquil-customizer.png?resize=1025%2C767\" alt=\"clear-tranquil-customizer\" class=\"aligncenter size-full wp-image-28371\" /></a></p>\n<p>Clear Tranquil includes no additional features, because everything has been intentionally stripped back to keep things simple. Koster hasn’t set up a live demo of the theme. Ordinarily, the WordPress.org demo gives an unrealistic representation of what a theme will look like. However, in this case, it’s fairly accurate.</p>\n<p>One of the things that I love about the WordPress theme installation process is that it will automatically install the parent theme for a child theme, if you don’t already have it installed. In this scenario, if you install Clear Tranquil without Highwind already in place, it will be automatically downloaded for you.</p>\n<p>If your blog has gotten bloated with widgets and is in need of a minimalist makeover, Clear Tranquil might be just the ticket. <a href=\"http://wordpress.org/themes/clear-tranquil\" target=\"_blank\">Download</a> it for free from the WordPress Themes Directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Aug 2014 23:04:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Foster Me: A WordPress Plugin to Help Shelter Animals in Need\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"http://wptavern.com/foster-me-a-wordpress-plugin-to-help-shelter-animals-in-need?utm_source=rss&utm_medium=rss&utm_campaign=foster-me-a-wordpress-plugin-to-help-shelter-animals-in-need\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5833:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/dog.jpg\" rel=\"prettyphoto[28267]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/dog.jpg?resize=800%2C397\" alt=\"photo credit: puck90 - cc\" class=\"size-full wp-image-28424\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/puck90/426370372/\">puck90</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Everybody knows that animals need homes. There are far more pets available for adoption than there are people lining up to adopt them. Call your local animal shelter and they’ll probably tell you that they’re at or over capacity. That’s where foster homes can help to provide quality care for animals in the interim, until they find their forever homes.</p>\n<p><a href=\"http://wordpress.org/plugins/foster-me-seek-shelter-an-animal-in-need/\" target=\"_blank\">Foster Me</a> is a new WordPress plugin designed to help rescues and shelters make available pets more visible and easier to search. It was created by <a href=\"http://digitalmediagirl.com/\" target=\"_blank\">Stephanie Chow</a>, a front-end developer and animal advocate located in Asheville, NC. Her <a href=\"http://www.lendingapaw.org/\" target=\"_blank\">Lending a Paw</a> site features open source plugins and graphics for animal rescue organizations.</p>\n<p>Foster Me makes it easy to list and manage animals in WordPress where they can be searched with advanced pet-specific filters, such as age, type, gender, temperament, special needs, etc.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/foster-me.jpg\" rel=\"prettyphoto[28267]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/foster-me.jpg?resize=1025%2C792\" alt=\"foster-me\" class=\"aligncenter size-full wp-image-28392\" /></a></p>\n<p>When a visitor clicks on an available pet, the listing launches in a modal window. Individual pet listings display a full description, a slider with multiple photographs, and any applicable pet categories.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/pet-listing.jpg\" rel=\"prettyphoto[28267]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/pet-listing.jpg?resize=1025%2C522\" alt=\"pet-listing\" class=\"aligncenter size-full wp-image-28407\" /></a></p>\n<p>The plugin also makes it easy to list fostering information and to post your foster application. Chow has made every effort to make Foster Me a user-friendly plugin for rescues and shelters that may not have a WordPress expert on staff. The settings page allows you to easily customize the color and appearance of the header, pet options, pet grid and modal window.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/foster-me-settings.jpg\" rel=\"prettyphoto[28267]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/foster-me-settings.jpg?resize=658%2C764\" alt=\"foster-me-settings\" class=\"aligncenter size-full wp-image-28411\" /></a></p>\n<p>Foster Me also includes an image widget for showcasing foster pets as well as a Recently Added widget to display new additions.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/foster-me-widget.jpg\" rel=\"prettyphoto[28267]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/foster-me-widget.jpg?resize=756%2C722\" alt=\"foster-me-widget\" class=\"aligncenter size-full wp-image-28412\" /></a></p>\n<p>The plugin adds a whole suite of pet listing features that are general enough to be used in any kind of shelter or rescue website:</p>\n<ul>\n<li><strong>Filterable</strong> – filter by Type, Age, Size, Gender, Temperament, and Special Needs</li>\n<li><strong>Searchable</strong> – list is narrowed with every letter you type into search bar</li>\n<li><strong>Click On Any Pet</strong> – to view more information and photos</li>\n<li><strong>List Your Fostering Info</strong> – show how it works what to expect when you foster</li>\n<li><strong>Colors</strong> – are completely customizable to match your brand</li>\n<li><strong>Image Widget</strong> – place in sidebar to display a linkable, rotating image of foster pets</li>\n<li><strong>Recently Added Widget</strong> – place in sidebar to display your most recently added fosters</li>\n</ul>\n<p>Check out a <a href=\"http://www.lendingapaw.org/foster-me-demo/\" target=\"_blank\">live demo</a> of Foster Me to test out the pet searching and filtering capabilities.</p>\n<p>Chow’s first plugin, <a href=\"http://wordpress.org/plugins/petfinder-search-rescue/\" target=\"_blank\">Petfinder: Search and Rescue</a>, is very similar to her latest release, except it requires the animals to be listed on Petfinder. If you already have your shelter or rescue pets listed on Petfinder, then this alternative will be a better option for automatically pulling in your existing listings.</p>\n<h3>Saving Animals with WordPress</h3>\n<p>The <a href=\"http://wordpress.org/plugins/foster-me-seek-shelter-an-animal-in-need/\" target=\"_blank\">Foster Me</a> plugin is an awesome open source tool that any shelter or rescue can use for free in combination with an existing WordPress site. When it comes to helping animals find their forever homes, open source software may not be the first thing that comes to mind, but Stephanie Chow is knocking it out of the park with her user-friendly tools designed to serve people who are rescuing creatures in need. Open source tools are more accessible to shelters and rescues that are spending every last dime to help animals find homes. If you have WordPress skills and are able to hook up a shelter with a website, then the <a href=\"http://wordpress.org/plugins/foster-me-seek-shelter-an-animal-in-need/\" target=\"_blank\">Foster Me</a> plugin will put you well on your way.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Aug 2014 20:57:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WebDevStudios Names Dre Armeda Vice President of Operations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/webdevstudios-names-dre-armeda-vice-president-of-operations?utm_source=rss&utm_medium=rss&utm_campaign=webdevstudios-names-dre-armeda-vice-president-of-operations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6086:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/DreArmedaBradWilliamsFeaturedImage.png\" rel=\"prettyphoto[28328]\"><img class=\"size-full wp-image-28375\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/DreArmedaBradWilliamsFeaturedImage.png?resize=650%2C200\" alt=\"Dre Armeda and Brad Williams Join Forces Featured Image\" /></a>Dre Armeda and Brad Williams Join Forces\n<p>In the time Dre Armeda spent with <a title=\"https://sucuri.net/\" href=\"https://sucuri.net/\">Sucuri</a>, he turned a two-person part-time hobby into a multi-million dollar, 30+ employee company. When Armeda <a title=\"http://dremeda.com/fair-winds-and-following-seas-sucuri/\" href=\"http://dremeda.com/fair-winds-and-following-seas-sucuri/\">left the company</a> he helped found, he didn’t provide any hints as to where he was going.</p>\n<p>Three months after leaving Sucuri, Armeda <a title=\"http://webdevstudios.com/2014/08/14/dre-armeda-joins-webdevstudios/\" href=\"http://webdevstudios.com/2014/08/14/dre-armeda-joins-webdevstudios/\">has been named</a> the Vice President of Operations for <a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a>. Brad Williams, co-owner of WebDevStudios and Armeda were kind enough to answer a few questions I had regarding the hire.</p>\n<h2>Interview With Dre Armeda and Brad Williams</h2>\n<p><strong>What does the Vice President of Operations for WebDevStudios do?</strong></p>\n<p><em>Brad Williams</em> – The Vice President of Operations is a new role at WDS and our first Executive position outside of the original Partners. WDS has been growing quite a bit this year and we knew it was time to start expanding the leadership team. Dre brings a wealth of knowledge and a ton of experience to WDS, specifically around building a very successful distributed company. Some of the primary responsibilities for Dre include business development, improving operational efficiency, marketing, and even sales. Roles at WDS are always evolving, so I certainly expect Dre’s position to really evolve and be defined over the next few months.</p>\n<p><strong>In some instances, businesses can ruin friendships. How did you two factor that into the equation before making the hire? Will the fact that you’re now co-workers have an effect on your personal relationship?</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/DreandBrad.png\" rel=\"prettyphoto[28328]\"><img class=\"size-full wp-image-28378\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/DreandBrad.png?resize=698%2C353\" alt=\"Dre and Brad at WCSF 2013\" /></a>Image Courtesy Of <a title=\"http://designsimply.com/2013/08/25/photos-from-wcsf-2013/mcm_8499/\" href=\"http://designsimply.com/2013/08/25/photos-from-wcsf-2013/mcm_8499/\">Designsimply.com</a>\n<p><em>Brad Williams</em> – When we started discussing the possibility of Dre Armeda joining WDS, this was the first item we discussed. We knew from the start that we had to look at this from a business perspective and not because we are close friends. The last thing either of us would ever want would be to ruin the friendship that we have. Dre Armeda is a perfect fit for WDS, not only in the business sense, but also our company culture. We work hard, and play hard, and no one works and plays harder than Dre Armeda!</p>\n<p><strong>Out of all the possible places to work in the WordPress ecosystem, why did you choose WebDevStudios?</strong></p>\n<p><em>Dre Armeda</em> – There is certainly a long relationship there with the leadership, the company, and the team. Brad Williams and I of course are the co-hosts of <a title=\"http://dradcast.com/\" href=\"http://dradcast.com/\">DradCast</a> and have even presented on the topic of security together in years past at WordCamps. While part of Sucuri, we successfully worked with WebDevstudios in various capacities. The direction of the company, and the culture is very much inline with where I want to be, and where I want to go. Along with that connection, our long relationship, and the experience I can bring to the table, I think the decision was easy.</p>\n<p><strong>Do you look at this as a long-term (2-3 year) position?</strong></p>\n<p><em>Dre Armeda</em> – One of the key points we talked about as we started looking into the possibility of working together was exactly that. We were looking for a long term situation and we’re excited about what the future brings!</p>\n<p><strong>What lessons or experiences did you learn with Sucuri that you’ll be able to apply to improve WebDevStudios?</strong></p>\n<p><em>Dre Armeda</em> – The position will encompass a broad range of responsibilities and oversight ranging from organizational and business development, to talent development and strategy. I’ve had the great opportunity to work in these areas over the past five years as I helped build Sucuri into the successful organization it is today.</p>\n<p>I am very passionate about better serving our audience by expanding global reach and I’m certainly excited about increasing overall organizational efficiency through resourcing, process improvement, and business development. I really enjoy helping implement strategies to scale organizations efficiently and ultimately the lessons I have learned from my experience at Sucuri definitely align with the forward vision at WebDevStudios!</p>\n<h2>What Was Once A Joke Has Become A Reality</h2>\n<p>Those who know Williams and Armeda have joked that the two would some day work together but it was always a joke. Now, it’s real and it will be interesting to see how it works out. Based on the interview, Armeda is committed to the company for the long-term, something that’s not <a title=\"http://wptavern.com/why-company-culture-is-so-important-for-remote-wordpress-developers\" href=\"http://wptavern.com/why-company-culture-is-so-important-for-remote-wordpress-developers\">easily accomplished</a> when hiring remote workers. Does this move surprise you or did you see the writing on the wall?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Aug 2014 14:59:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Matt: You Won’t Believe Who Wrote This Product Checklist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://ma.tt/2014/08/you-wont-believe-who-wrote-this-productchecklist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1089:\"<blockquote>\n<ol>\n<li>Understand what people need.</li>\n<li>Address the whole experience, from start to finish.</li>\n<li>Make it simple and intuitive.</li>\n<li>Build the service using agile and iterative practices.</li>\n<li>Structure budgets and contracts to support delivery.</li>\n<li>Assign one leader and hold that person accountable.</li>\n<li>Bring in experienced teams.</li>\n<li>Choose a modern technology stack.</li>\n<li>Deploy in a flexible hosting environment.</li>\n<li>Automate testing and deployments.</li>\n<li>Manage security and privacy through reusable processes.</li>\n<li>Use data to drive decisions.</li>\n<li>Default to open.</li>\n</ol>\n</blockquote>\n<p>That sounds like a list anyone creating something online should follow. Would you guess <a href=\"http://playbook.cio.gov/\">it’s actually from the US government Digital Services Playbook</a>? Great work by <a href=\"https://twitter.com/stevenvDC\">Steven VanRoekel</a> and his team, which I had the pleasure of meeting last time I was in DC. <cite>Hat tip: <a href=\"http://dashes.com/anil/\">Anil Dash</a>.</cite></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Aug 2014 14:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: The Simple Criteria That Determines Which Jetpack Modules Are Auto-Activated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:216:\"http://wptavern.com/the-simple-criteria-that-determines-which-jetpack-modules-are-auto-activated?utm_source=rss&utm_medium=rss&utm_campaign=the-simple-criteria-that-determines-which-jetpack-modules-are-auto-activated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/AutoActivateModulesFeaturedImage.png\" rel=\"prettyphoto[28360]\"><img class=\"size-full wp-image-28362\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/AutoActivateModulesFeaturedImage.png?resize=640%2C210\" alt=\"Auto Activate Jetpack Modules Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/2create/2144345327/\">2create</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Since the release of <a title=\"http://jetpack.me/\" href=\"http://jetpack.me/\">Jetpack</a> in 2011, there have been <a title=\"http://premium.wpmudev.org/blog/daily-tip-stop-jetpack-from-auto-activating-new-modules/\" href=\"http://premium.wpmudev.org/blog/daily-tip-stop-jetpack-from-auto-activating-new-modules/\">several</a> <a title=\"http://krogsgard.com/2012/jetpack/\" href=\"http://krogsgard.com/2012/jetpack/\">articles</a> highlighting the fact that it auto activates modules. George Stephanis, a member of the Jetpack development team, has <a title=\"http://wptavern.com/easier-way-to-enable-or-disable-jetpack-modules-with-rocketeer#comment-49494\" href=\"http://wptavern.com/easier-way-to-enable-or-disable-jetpack-modules-with-rocketeer#comment-49494\">consistently explained</a> that “Jetpack only auto-activates modules that provide enhancements without affecting the front-end layout of the site.”</p>\n<p>Earlier today, Stephanis <a title=\"http://stephanis.info/2014/08/13/on-jetpack-and-auto-activating-modules/\" href=\"http://stephanis.info/2014/08/13/on-jetpack-and-auto-activating-modules/\">published a post on his blog</a> that goes into detail on how the decision is made to auto-activate a module.</p>\n<blockquote><p>We’ve spoken to many, many users who find a default feature set convenient, and resent having to make a bunch of ‘decision points’ if they had to manually activate each and every module. Good software should run well <a href=\"http://wordpress.org/about/philosophy/#box\">out of the box</a>. So we’ve set up the defaults as we have. Yes, <a href=\"http://wordpress.org/about/philosophy/#minority\">some people disagree and are vocal about not wanting anything to auto-activate</a>. That’s okay. We try to <a href=\"http://wordpress.org/about/philosophy/#majority\">design for the majority</a>, with the best user experience we can provide.</p></blockquote>\n<p>I appreciate the fact that new modules <strong>will not</strong> auto-activate if they impact the front end of my site. In this instance, the decisions being made for me are a convenience, not a hassle. If you disagree with the decisions being made, there are <a title=\"http://jeremy.hu/customize-the-list-of-modules-available-in-jetpack/\" href=\"http://jeremy.hu/customize-the-list-of-modules-available-in-jetpack/\">several filters</a> you can use to customize the Jetpack experience, including one to deactivate all modules by default.</p>\n<p><code>add_filter( \'jetpack_get_default_modules\', \'__return_empty_array\' );</code></p>\n<p>I doubt his post will resonate with those who have a strong stance against auto-activating anything. As long as the development team stick to their current philosophy, I’m ok with it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Aug 2014 01:10:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Carl Hancock Shares Advice On Registering Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://wptavern.com/carl-hancock-shares-advice-on-registering-trademarks?utm_source=rss&utm_medium=rss&utm_campaign=carl-hancock-shares-advice-on-registering-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1553:\"<p>Chris Lema <a title=\"http://chrislema.com/trademarks-wordpress-carl-hancock/\" href=\"http://chrislema.com/trademarks-wordpress-carl-hancock/\">published an interview</a> with Carl Hancock of <a title=\"http://www.rocketgenius.com/\" href=\"http://www.rocketgenius.com/\">RocketGenius</a>, where he shares his thoughts on why trademarks are important and how they help protect a brand’s identity. While you can register trademarks yourself, Hancock suggests working with a lawyer who knows intellectual property law and does it for a living.</p>\n<blockquote><p>It’s not simple and straightforward.You don’t pay $100 and instantly gain protection for your brand name around the world. It’s why I recommend not doing it yourself – work with a lawyer who knows intellectual property law and does this for a living.</p></blockquote>\n<p>Earlier this year, I wrote about how the <a title=\"http://wptavern.com/the-gpl-license-doesnt-provide-the-freedom-to-infringe-registered-trademarks\" href=\"http://wptavern.com/the-gpl-license-doesnt-provide-the-freedom-to-infringe-registered-trademarks\">GPL doesn’t give people the right to infringe trademarks</a>. As the WordPress product market matures, I think we’ll see more businesses trademark their logo and product names, especially if more sites like <a title=\"https://gplclub.org/\" href=\"https://gplclub.org/\">GPL Club</a> are created. If you’ve gone through the process of registering or enforcing a trademark for your product or business, share your experience in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Aug 2014 01:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WPCore App Adds Export Feature: Save Active Plugins to a Collection with 1-Click\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"http://wptavern.com/wpcore-app-adds-export-feature-save-active-plugins-to-a-collection-with-1-click?utm_source=rss&utm_medium=rss&utm_campaign=wpcore-app-adds-export-feature-save-active-plugins-to-a-collection-with-1-click\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3043:\"<p>We’ve been following the evolution of the <a href=\"https://wpcore.com/\" target=\"_blank\">WPCore plugin management app</a>, which recently added favoriting, update notifications, and the ability to add plugins that aren’t hosted on WordPress.org. Today, the app’s developer, Stuart Starr, announced what is perhaps the most convenient feature to date.</p>\n<p>With <a href=\"http://wordpress.org/plugins/wpcore/\" target=\"_blank\">WPCore Plugin Manager</a> installed, users can now export all of their plugins with one click and save them to a new collection on WPcore.com. This is useful if you have a site that already has all the plugins you want to include in a specific collection.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/export.jpg\" rel=\"prettyphoto[28318]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/export.jpg?resize=513%2C211\" alt=\"export\" class=\"aligncenter size-full wp-image-28336\" /></a></p>\n<p>Despite the fact that the plugin makes it convenient to install all your favorite plugins in one click, you may find that building collections requires quite a bit of work. The new export feature makes it possible to build a collection instantly, based on an existing site’s active plugins. Currently, it can only export active plugins hosted on WordPress.org, but Starr plans to expand the feature in the future.</p>\n<h3>Clone WordPress Plugin Collections</h3>\n<p>Another new feature that you’ll find on the app side of WPCore is the ability to clone other users’ collections. Perhaps you want most of the plugins in one collection but want to add or remove a few selections. Click on the new clone button to copy the collection to your own account for editing.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/clone-collection.jpg\" rel=\"prettyphoto[28318]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/clone-collection.jpg?resize=983%2C518\" alt=\"clone-collection\" class=\"aligncenter size-full wp-image-28345\" /></a></p>\n<p>Starr is continuing development on the app and plugin, inspired by positive feedback from users who are saving time with WPCore. “The feedback has been amazing. In terms of users we are getting new users daily,” he said. One satisfied fan dubbed WPCore the “<a href=\"https://twitter.com/kierstenbogush/status/498723752721391617\" target=\"_blank\">Pinterest for WordPress plugins</a>.”</p>\n<p>September will bring a major update to the service. Starr wouldn’t comment on the specifics of features on the way but he did reveal that he is currently working on a referral system. <a href=\"http://wptavern.com/wpcore-plugin-manager-adds-update-notifications-plans-to-implement-pro-subscription\" target=\"_blank\">WPCore is moving to a paid subscription model</a> as of August 31st but users who sign up before that time will be grandfathered in as Pro members for life. New free signups will continue to have access to the basic features of the app.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 23:47:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: New WordPress Plugin Spell Checks Post Titles Before Publishing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"http://wptavern.com/new-wordpress-plugin-spell-checks-post-titles-before-publishing?utm_source=rss&utm_medium=rss&utm_campaign=new-wordpress-plugin-spell-checks-post-titles-before-publishing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1941:\"<p>Have you ever published a post in WordPress only to realize the title has a misspelled word? Sure, a quick edit will do the trick but wouldn’t it be nice if the misspelling was caught before the post went live? WordPress doesn’t spell check post titles but you can change that with a new plugin called <a title=\"https://github.com/FlagshipWP/post-title-spell-check\" href=\"https://github.com/FlagshipWP/post-title-spell-check\">Post Title Spell Check,</a> developed by <a href=\"https://github.com/robneu\">Robert Neu</a> and <a href=\"https://github.com/bradyvercher\">Brady Vercher</a>.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/TestingPostTitleSpellCheckerPlugin.png\" rel=\"prettyphoto[28230]\"><img class=\"size-full wp-image-28316\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/TestingPostTitleSpellCheckerPlugin.png?resize=538%2C297\" alt=\"Post Title Spell Checking Plugin\" /></a>Yep, It Works\n<p>It’s a simple plugin that adds a small bit of code to the WordPress title input field. Activating the plugin allows all post types which support the default WordPress title input field to be spell checked by modern browsers. There are no settings to configure as it’s a set and forget type of plugin.</p>\n<h2>How To Spell Check Post Titles Without Using A Plugin</h2>\n<p>If Firefox is your browser of choice, I found a <a title=\"http://rhour.com/activate-spell-check-for-post-titles.html\" href=\"http://rhour.com/activate-spell-check-for-post-titles.html\">great guide on Rhour.com</a> that explains how to change a value in Firefox’s configuration file to spell check post titles. The downside to this technique is that it’s for Firefox only. The plugin on the other hand, enables post title spell checking across all modern browsers.</p>\n<p>Is this something you’d like to see added to the core of WordPress or should it be left to web browsers to handle?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 21:48:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress Rainbow Hilite Plugin Adds Rainbow.js for Syntax Highlighting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/wordpress-rainbow-hilite-plugin-adds-rainbow-js-for-syntax-highlighting?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-rainbow-hilite-plugin-adds-rainbow-js-for-syntax-highlighting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4034:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg\" rel=\"prettyphoto[28270]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg?resize=1024%2C514\" alt=\"photo credit: Βethan - cc\" class=\"size-full wp-image-28301\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/beth19/4912628387/\">Βethan</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>If you regularly blog code snippets, adding a syntax highlighter plugin can help make your code more readable and easier to copy. Many plugins use language-specific shortcodes to surround embedded code, but this generally requires you to remember the right way to form the shortcode. The new <a href=\"http://wordpress.org/plugins/wp-rainbow-hilite/\" target=\"_blank\">WordPress Rainbow Hilite</a> plugin uses a different method for embedding code in posts.</p>\n<p>The plugin incorporates the lightweight <a href=\"http://craig.is/making/rainbows\" target=\"_blank\">Rainbow.js</a> syntax highlighting library into WordPress and is completely themable via CSS. Rainbow Hilite utilizes the visual editor to add language-specific styles to pre tags.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow-hilite-editor.png\" rel=\"prettyphoto[28270]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow-hilite-editor.png?resize=653%2C526\" alt=\"rainbow-hilite-editor\" class=\"aligncenter size-full wp-image-28284\" /></a></p>\n<p>The plugin includes support for 18 commonly used languages, which can be enabled or disabled in the settings located in the Writing panel:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow-languages.jpg\" rel=\"prettyphoto[28270]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow-languages.jpg?resize=977%2C310\" alt=\"rainbow-languages\" class=\"aligncenter size-full wp-image-28274\" /></a></p>\n<p>It also includes 19 preset visual themes to choose from for making your code beautiful. The settings panel allows you to toggle a sample code block in order to conveniently preview each theme without having to navigate to the frontend.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/toggle-code.gif\" rel=\"prettyphoto[28270]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/toggle-code.gif?resize=850%2C504\" alt=\"toggle-code\" class=\"aligncenter size-full wp-image-28276\" /></a></p>\n<p>Below is an example of how code appears on the frontend using the plugin’s sample code. One handy thing Rainbow Hilite’s output is that the highlighted code can be copy-pasted directly out of the site. There’s no “view raw” button to clutter up the code snippet.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow-example.jpg\" rel=\"prettyphoto[28270]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow-example.jpg?resize=652%2C568\" alt=\"rainbow-example\" class=\"aligncenter size-full wp-image-28275\" /></a></p>\n<p>Line numbers are optional and when active they are added using <a href=\"https://github.com/Sjeiti/rainbow.linenumbers\" target=\"_blank\">rainbow.linenumbers</a>. The plugin also includes some <a href=\"https://github.com/mcguffin/wp-rainbow-hilite#plugin-api\" target=\"_blank\">filters</a>, which allow users to load their own language modules and themes and plugins to hook in.</p>\n<p>If you ever decide to stop using the plugin, pre tags aren’t as bad as orphaned shortcodes littered throughout your posts. In other words, using it doesn’t mean that you’re married to the plugin for life. If you’d like to suggest any changes, the development version of Rainbow Hilite is available on <a href=\"https://github.com/mcguffin/wp-rainbow-hilite\" target=\"_blank\">GitHub</a>. If you want to use the plugin on your site, you can <a href=\"http://wordpress.org/plugins/wp-rainbow-hilite/\" target=\"_blank\">download</a> it from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 20:03:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Joseph: WordCamp Salt Lake City, 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://josephscott.org/?p=10802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://josephscott.org/archives/2014/08/wordcamp-salt-lake-city-2014/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1718:\"<p><a href=\"http://2014.slc.wordcamp.org/\"><img src=\"https://josephscott.org/wp-content/uploads/2014/08/wcslc-2014.png\" alt=\"wcslc-2014\" width=\"479\" height=\"341\" class=\"aligncenter size-full wp-image-10817\" /></a></p>\n<p><a href=\"http://2014.slc.wordcamp.org/\">WordCamp SLC 2014</a> is coming up fast. Just one month away: <strong>Saturday 13 September 2014</strong>. This is one day that brings together the local WordPress community like no other. We tend to get a wide range of people attending, from those just starting out, to designers, developers, consultants, and people who contribute to the core code of WordPress.</p>\n<p>WordCamp SLC is a great opportunity to learn a few things from the presentations. Even more important than that is the chance to get to know other WordPress users in the community.</p>\n<p>One really important thing to note for 2014, the <a href=\"http://2014.slc.wordcamp.org/location/\">location has changed</a>:</p>\n<p></p>\n<p>City And County Building<br />\n451 Washington Square,<br />\nSalt Lake City, Utah</p>\n<p>The <a href=\"http://2014.slc.wordcamp.org/tickets/\">registration this year is only $15</a>, which includes lunch. The reduced price is to help offset the cost of parking in down town SLC.</p>\n<p>If you are interested in speaking there is still time to <a href=\"http://2014.slc.wordcamp.org/speakers/speaker-application/\">submit a presentation proposal</a>.</p>\n<p>Go <a href=\"http://2014.slc.wordcamp.org/tickets/\">register</a> today and be sure to say hi when I see you on September 13th. Then go give a big thank you to <a href=\"https://twitter.com/MikeHansenMe\">Mike Hansen</a>, he is organizing <a href=\"http://2014.slc.wordcamp.org/\">WordCamp SLC 2014</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 15:49:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Matt: Extrinsic Motivation Doesn’t Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2014/08/extrinsic-motivation-doesntwork/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"<p>From <a href=\"http://seriouspony.com/\">Kathy Sierra</a>, here’s “One of the longest deep studies on negative impact of external reinforcers (e.g. rewards) on long-term motivation”: <a href=\"http://www.pnas.org/content/111/30/10990.full\">Multiple types of motives don’t multiply the motivation of West Point cadets</a>. Academic, but interesting.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 15:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Espied: A Free WordPress Portfolio Theme for Designers and Photographers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28131\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/espied-a-free-wordpress-portfolio-theme-for-designers-and-photographers?utm_source=rss&utm_medium=rss&utm_campaign=espied-a-free-wordpress-portfolio-theme-for-designers-and-photographers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3633:\"<p>If you’re on the hunt for a new design to showcase your work, WordPress.com’s beautiful <a href=\"https://wordpress.com/themes/espied/\" target=\"_blank\">Espied</a> theme is now available for use on self-hosted sites. This striking minimalist portfolio theme was created with designers, photographers, and artists in mind.</p>\n<p>Espied utilizes WordPress.com’s <a href=\"http://en.support.wordpress.com/portfolios/\" target=\"_blank\">portfolio</a> feature, which was recently <a href=\"http://wptavern.com/jetpack-rebrands-with-new-logo-adds-custom-post-types-in-3-1-release\" target=\"_blank\">added to Jetpack</a>. With this custom content type enabled, users can easily manage and showcase projects with the <code>[portfolio]</code> shortcode.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/espied.png\" rel=\"prettyphoto[28131]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/espied.png?resize=880%2C660\" alt=\"espied\" class=\"aligncenter size-full wp-image-28133\" /></a></p>\n<p>Customization options for Espied include support for a 1600 × 320px header image, the ability to set the header text color, and a unique option for setting the thumbnail aspect ratio. Featured image ratio options include landscape (4:3), portrait (3:4), and square (1:1). This setting carries over to archive pages, the portfolio page template, and portfolio shortcodes.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/espied-archive-page.png\" rel=\"prettyphoto[28131]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/espied-archive-page.png?resize=1025%2C780\" alt=\"espied-archive-page\" class=\"aligncenter size-full wp-image-28247\" /></a></p>\n<p>The theme includes a sidebar that slides out to display navigation and widgets. It is hidden until clicked in order to keep the focus on showcasing your work.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/sidebar.jpg\" rel=\"prettyphoto[28131]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/sidebar.jpg?resize=660%2C336\" alt=\"sidebar\" class=\"aligncenter size-full wp-image-28250\" /></a></p>\n<p>Espied also features a beautiful way to display your social links via a custom menu. Add your social URLs as menu items and the theme will automatically display the right icon, if it’s available. It currently includes 22 different icons for various social profiles.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/social-links.jpg\" rel=\"prettyphoto[28131]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/social-links.jpg?resize=660%2C305\" alt=\"social-links\" class=\"aligncenter size-full wp-image-28249\" /></a></p>\n<p>Espied showcases images at full width on larger displays so it’s important to use images that are at least 1272px. Although the theme does include beautiful, readable typography for blogging, the design is probably best-suited for sites that are primarily portfolios or other visual showcases. Check out a <a href=\"http://espieddemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see the theme in action.</p>\n<p>With the release of Espied, the folks at Automattic are approaching 50 free themes listed on WordPress.org. This portfolio theme is a home run and responds nicely to any screen size. If you want an easy way to showcase your work without having to configure a ton of options, Espied is an excellent choice. <a href=\"http://wordpress.org/themes/espied\" target=\"_blank\">Download</a> it from the WordPress.org or install it directly via your admin themes panel.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 04:42:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Theme Checklist Helps Prepare Developers To Submit A Theme To The WordPress Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"http://wptavern.com/theme-checklist-helps-prepare-developers-to-submit-a-theme-to-the-wordpress-theme-directory?utm_source=rss&utm_medium=rss&utm_campaign=theme-checklist-helps-prepare-developers-to-submit-a-theme-to-the-wordpress-theme-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4406:\"<p><a title=\"http://wordpress.org/plugins/theme-checklist/\" href=\"http://wordpress.org/plugins/theme-checklist/\">Theme Checklist</a> is a new plugin by <a title=\"http://profiles.wordpress.org/gpriday/\" href=\"http://profiles.wordpress.org/gpriday/\">Greg Priday</a> of <a title=\"http://siteorigin.com/\" href=\"http://siteorigin.com/\">SiteOrigin</a>. The plugin provides a checklist of items to go through before submitting a theme to the WordPress theme directory. Once activated, you’ll find the checklist under <strong>Tools > Theme Checklist.</strong> Theme developers check off each item that successfully passes a test. Themes need to pass all tests before they can be accepted into the <a title=\"http://wordpress.org/themes/\" href=\"http://wordpress.org/themes/\">WordPress theme directory</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklist.png\" rel=\"prettyphoto[28095]\"><img class=\"size-full wp-image-28195\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklist.png?resize=790%2C461\" alt=\"Check List Of Items To Go Through\" /></a>Check List Of Items To Go Through\n<p>If a test doesn’t pass, you can select the X and a small text area appears allowing you to write and save notes to that item. There are a total of 31 different tests ranging from Code Quality to Security. Each item has a link that takes users to a page on <a title=\"http://themechecklist.org/\" href=\"http://themechecklist.org/\">Themechecklist.org</a> with more information. Theme Checklist also contains the ability to import or export tests enabling users to collaborate on testing themes in different environments.</p>\n<p>I used Theme Checklist to review the WP Tavern theme and it passed with flying colors.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklistResults.png\" rel=\"prettyphoto[28095]\"><img class=\"size-full wp-image-28199\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeChecklistResults.png?resize=844%2C186\" alt=\"Ravel Passes Tests With Flying Colors\" /></a>WP Tavern Theme Passes With Flying Colors\n<h2>Theme Checklist Is An Alternative Learning Experience</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeCheckListFeaturedImage.png\" rel=\"prettyphoto[28095]\"><img class=\"size-full wp-image-28218\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/ThemeCheckListFeaturedImage.png?resize=638%2C298\" alt=\"Theme Check List Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/justin_case/6089119290/\">Dr Case</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Although the plugin is not an exact match, Priday will do his best to keep the checklist in line with the official <a title=\"https://make.wordpress.org/docs/theme-developer-handbook/part-four-releasing-your-theme/theme-review-guidelines/\" href=\"https://make.wordpress.org/docs/theme-developer-handbook/part-four-releasing-your-theme/theme-review-guidelines/\">WordPress.org Theme Review Guidelines</a>. “My goal is to make a kind of Dummies Guide to The Theme Review Guidelines” Priday said. “I’ve generally found that the theme review guidelines are really difficult for new theme developers to understand. I’ve tried to make something that makes all the requirements easier to understand.”</p>\n<p>Theme Checklist is not meant to be a replacement for the <a title=\"https://wordpress.org/plugins/theme-check/\" href=\"https://wordpress.org/plugins/theme-check/\">Theme Check</a> plugin. Instead, it’s a collection of the most common snag points witnessed by Priday in the theme review queue. According to Priday, the queue has a five-week backlog. He hopes Theme Checklist helps decrease the queue and gets more theme developers to pass the initial review.</p>\n<p>I understand why the theme review guidelines need to be thorough and specific. It’s the WordPress.org theme directory and they help create a consistent user experience. Plugins like Theme Checklist provide an alternative learning experience to accomplish the same goal. However, it has to remain on par with the official guidelines or else it could end up doing more harm than good.</p>\n<p>Theme developers, is this a tool you see yourself using? What other tools do you use to increase the likelihood of passing a review on the first try?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 22:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Right Meow Plugin Puts The Super Troopers Cat Game Into Your WordPress Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"http://wptavern.com/right-meow-plugin-puts-the-super-troopers-cat-game-into-your-wordpress-comments?utm_source=rss&utm_medium=rss&utm_campaign=right-meow-plugin-puts-the-super-troopers-cat-game-into-your-wordpress-comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1976:\"<p>Broken Lizard’s 2001 comedy “<a href=\"http://www.imdb.com/title/tt0247745/\" target=\"_blank\">Super Troopers</a>” introduced millions of viewers to the “cat game.” In the scene, a highway patrolman pulls Jim Gaffigan over and then tries to insert the word “meow” casually into the conversation as many times as possible. You remember that scene, right? If not, check it out here:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<h3>Am I Saying Meow?!</h3>\n<p>Now, you can also have subliminal meow fun with <a href=\"http://wordpress.org/plugins/right-meow/\" target=\"_blank\">Right Meow</a>, a WordPress plugin that changes your comments section so that the word “now” automatically becomes “meow,” as shown below:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/meow.jpg\" rel=\"prettyphoto[28201]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/meow.jpg?resize=766%2C461\" alt=\"meow\" class=\"aligncenter size-full wp-image-28205\" /></a></p>\n<p>The plugin was created by <a href=\"http://www.thomasleen.com/\" target=\"_blank\">Thomas Leen</a> and is his first submission on WordPress.org. It’s also available on <a href=\"https://github.com/tleen/wp-right-meow\" target=\"_blank\">GitHub</a>, should you want to suggest any changes. After testing it, I can confirm that it works as advertised to transform all instances of “now” to “meow” in the comments.</p>\n<p>This may not be the most productive tool in the shed but it definitely adds a dash of frivolity and fun to your site by automatically trolling commenters with meows on your behalf. Please note that de-activating the plugin will return all your “meows” back to “nows.” If you want your comments to have a little more entertainment value, I recommend you <a href=\"http://wordpress.org/plugins/right-meow/\" target=\"_blank\">download</a> this plugin right meow.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 22:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Alex King: The Race to the Bottom Benefits Platforms (not Developers)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=20713\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://alexking.org/blog/2014/08/12/race-to-bottom-platforms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3773:\"<p>There’s been a ton of recent conversation in the iOS world about the inability for most indie developers to create sustainable businesses through the iOS app store. In particular, these devs are talking about apps that require larger development efforts – they want to charge more than “impulse purchase” prices for these, and thus want trials, upgrade pricing, etc. to support that model. They want things to work they way they always have – I don’t blame them.</p>\n<p>I think it’s worth considering who wins in this “race to the bottom”. In general, more stuff for free benefits consumers, which in turn benefits the platform.</p>\n<p>“But wait!” the developers cry. “When the platform doesn’t support building more sophisticated apps, the consumers ultimately lose!” I know this argument, I’ve made it myself regarding the WordPress ecosystem. I was wrong.</p>\n<p>Consumers have been well trained that they can expect incredible value for free. Sure, they may trade off their privacy and be subjected to ads, but they aren’t asked to fork over their cash directly.</p>\n<p>VC-backed companies often contribute to the problem as well. As they clamor for users to their platforms, they give everything away – it’s so easy to flip the switch in the future and start the money pouring in. Or if that doesn’t work, they fold up shop and call it a day. Oops!</p>\n<p>More complex apps <em>will get made</em>. They just won’t be built using the model that indie developers are used to.</p>\n<p>There will be apps supported by alternative revenue streams. Some might have ads or sponsorships, some might mine and sell the data they produce, some (like Evernote and Dropbox) will be a gateway to a commercial service. People will figure out ways to get money out of a large enough user base, and apps will get built.</p>\n<p>I’ve seen this happen in the WordPress ecosystem already. It’s a different beast because it’s an Open Source community, but it’s still an interesting parallel.</p>\n<p>Basically this happened:</p>\n<ol>\n<li>A bunch of folks built stuff and released it all for free to a small community, largely consisting of fellow developers and tinkerers</li>\n<li>A whole bunch more folks started using the platform and the community grew – it wasn’t just developers anymore, it was end users with expectations of support, etc.</li>\n<li>Devs wanted to start monetizing the products they were providing</li>\n<li>The platform didn’t provide the tools to make money in the way that the devs wanted -instead it invested in tools to promote free products</li>\n<li>Eventually a variety of patterns arose to monetize both commercial and “free” products (subscription clubs with access to a bunch of different plugins/themes, free products with commercial add-ons, sponsorships and ads, products that were created to support hosting services, etc.)</li>\n</ol>\n<p>It’s not the <img src=\"http://alexking.org/wp-content/themes/alexking.org-v3/smilies/ak_scare1.gif\" alt=\":scare:\" class=\"wp-smiley\" /> pure <img src=\"http://alexking.org/wp-content/themes/alexking.org-v3/smilies/ak_scare2.gif\" alt=\":/scare:\" class=\"wp-smiley\" /> and direct approach of charging directly for the software, but it’s still developers writing code and making money.</p>\n<p>The same thing is happening for iOS. There is money to be made. The platform and consumers are winning.</p>\n<p>“Adapt or die” is our mantra for those business who are threatened by technology. We have little sympathy for newspapers, the music industry, etc. Perhaps it’s time to include software companies in that list.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 21:53:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Sprout Apps to Launch a Suite of WordPress-Powered Apps Targeted at Freelancers and Small Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:264:\"http://wptavern.com/sprout-apps-to-launch-a-suite-of-wordpress-powered-apps-targeted-at-freelancers-and-small-businesses?utm_source=rss&utm_medium=rss&utm_campaign=sprout-apps-to-launch-a-suite-of-wordpress-powered-apps-targeted-at-freelancers-and-small-businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6601:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps.png\" rel=\"prettyphoto[28141]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps.png?resize=1025%2C464\" alt=\"sprout-apps\" class=\"aligncenter size-full wp-image-28152\" /></a></p>\n<p><a href=\"https://sproutapps.co/\" target=\"_blank\">Sprout Apps</a> will soon be launching a suite of business apps targeted at WordPress freelancers and small businesses. WordPress developer <a href=\"http://dancameron.org/\" target=\"_blank\">Daniel Cameron</a> is behind the project, which is centered around creating plugins that help business owners work more efficiently with WordPress. Sprout Apps aims to bring tasks like invoicing, estimates, and client tracking into the admin.</p>\n<p>Cameron is the creator of <a href=\"http://smartecart.com/\" target=\"_blank\">Smart eCart</a>, a popular solution for daily deals, crowdfunding and social commerce. For five years he has supported and maintained the plugin, which was originally created for a client project. With the desire to venture out and create something new, Cameron has soft-launched Sprout Apps, starting with <a href=\"https://sproutapps.co/sprout-invoices/\" target=\"_blank\">Sprout Invoices</a>, now available for purchase.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps-invoices.png\" rel=\"prettyphoto[28141]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-apps-invoices.png?resize=500%2C387\" alt=\"sprout-apps-invoices\" class=\"aligncenter size-large wp-image-28154\" /></a></p>\n<p>Sprout Invoicing is an idea that Cameron had cooked up year ago but was hesitant about, due to the fact that other plugin developers had explored it without much success.</p>\n<p>“I went back to my original idea that I had years ago, which was a new invoicing app that solved all the problems I’ve had with Freshbooks and Harvest,” he said. “I knew there were already plugins out there which made me reluctant to pursue it further, regardless if their approach was wrong in my opinion.”</p>\n<h3>Sprout Invoicing Aims to Help Streamline and Brand All Client Communications</h3>\n<p>In order to sell his product, Cameron will have to convince business owners of the value in using a WordPress-powered invoicing system instead of the many standalone services. He’s counting on customers’ desire to <a href=\"https://sproutapps.co/news/what-sprout-invoices-solves-for-freelancers-and-wordpress-sites/\" target=\"_blank\">streamline all aspects of their businesses</a>.</p>\n<p>“Those other standalone services are silo’d, expensive, limiting and offer limited customization for brand integrity,” Cameron contends. “I want to streamline the estimate and invoicing process. Integrating it within the site that already has the estimate request (contact form) helps tremendously.”</p>\n<p>In addition to fully automating estimating and invoicing, the app is designed to help business owners overcome the branding limitations of popular invoicing services, which generally only let you upload a logo to a subdomain. The freedom to fully brand all client communications is a big win for small businesses.</p>\n<p>“Sprout Invoice notification emails are sent from your server and your from address,” Cameron said. “No more http://yoursite.harvestbooks.com with a ‘Powered by A Service I Pay For’.”</p>\n<p>The invoicing app is built with business owner’s needs in mind. It’s packed full of dashboards and charts, summaries, and dynamic reporting that can be easily sorted and filtered in the WordPress admin.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-invoicing-charts.gif\" rel=\"prettyphoto[28141]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/sprout-invoicing-charts.gif?resize=606%2C342\" alt=\"sprout-invoicing-charts\" class=\"aligncenter size-full wp-image-28159\" /></a></p>\n<p>Under the hood, Sprout Invoices is a WordPress plugin that uses custom post types, post meta and taxonomies for its data structure. “There are no additional tables created. The entire code base adheres to WordPress coding practices,” Cameron told the Tavern. “There’s hundreds of hooks and filters in SI, I want the entire app to be customizable and I anticipate it’s users to want more control than traditional WP users.”</p>\n<p>The apps he <a href=\"https://sproutapps.co/coming-soon/\" target=\"_blank\">plans to build</a> are actually WordPress plugins, though he felt that apps was a more applicable term. “I didn’t want to go with ‘Sprout plugins,’ for example, because I do have ideas that aren’t plugins and I didn’t want to box myself in,” he said. “I also think ‘Apps’ is a better term for these larger premium plugins since they offer more than a traditional plugin that might filter post content.”</p>\n<p>Sprout’s next app will be a CRM, followed by a team-based app. Cameron is also considering a PM app and a time tracker, depending on how sales go with the invoicing app. <a href=\"https://sproutapps.co/sprout-invoices/purchase/\" target=\"_blank\">Pricing</a> for Sprouts Invoicing is similar to that of popular invoicing services, with both monthly and yearly subscription rates at $5 and $9 respectively. Subscribers will receive updates, support and <a href=\"https://sproutapps.co/marketplace/\" target=\"_blank\">add-on</a> discounts. Cameron also plans to launch a free version of the invoicing app later this year.</p>\n<p>Sprout Apps is built on the bold premise that your WordPress site can be more than just the marketing face of your business. It can also power the daily tasks of estimating work, billing clients, and charting progress. Cameron is aiming to provide all the business essentials with the added benefit of brand independence, a streamlined workflow, and total control. He’s got a big vision to create a superior suite of apps that will support the many freelancers and small businesses that make up a large segment of the WordPress ecosystem.</p>\n<p><a href=\"https://sproutapps.co/\" target=\"_blank\">Sprout Apps</a> is currently in pre-launch mode and will officially launch at <a href=\"http://2014.la.wordcamp.org/\" target=\"_blank\">WordCamp LA</a> in early September. A <a href=\"https://sproutapps.co/demos/\" target=\"_blank\">live demo</a> of the app is available to preview and pre-launch subscribers will receive a discount at purchase.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 20:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: WP Site Care Acquires Audit WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://wptavern.com/wp-site-care-acquires-audit-wp?utm_source=rss&utm_medium=rss&utm_campaign=wp-site-care-acquires-audit-wp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1996:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png\" rel=\"prettyphoto[28140]\"><img class=\"size-full wp-image-28143\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MergeFeaturedImage.png?resize=678%2C252\" alt=\"Merge Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/rutlo/3743291132/\">rutlo</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p><a title=\"http://auditwp.com/\" href=\"http://auditwp.com/\">Audit WP</a> has been acquired by <a title=\"http://www.wpsitecare.com\" href=\"http://www.wpsitecare.com\">WP Site Care</a>. According to <a title=\"http://www.wpsitecare.com/rob-neu-auditwp-join-wp-site-care/\" href=\"http://www.wpsitecare.com/rob-neu-auditwp-join-wp-site-care/\">the announcement</a>, Audit WP will operate under WP Site Care while continuing to offer specialized SEO services. Rob Neu, who owned and operated Audit WP, will become WP Site Care’s Director of Digital Strategy.</p>\n<blockquote><p>Rob will oversee product development as well as making sure that our brand, services, and content align with our ultimate goal of providing top-tier WordPress support, and making WordPress an asset for our clients and people who are new to the platform.</p></blockquote>\n<p>Neu hints that new SEO training packages are being worked on and a new plugin is being developed that will make it easier for WP Site Care customers to receive support from the WordPress dashboard.</p>\n<p>Neu cites his passion for wanting to help businesses and individuals as one of the primary reasons for merging with WP Site Care. “At my core, the thing I like the most about everything that I do is that I’m able help people,” Neu said. “I want to help people improve their businesses, make more money, and be more successful.”</p>\n<p>By joining WP Site Care, a business dedicated to helping people solve WordPress problems, he’s in a great position to do just that.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 18:26:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: The Great Filter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2014/08/thegreatfilter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This is about the Great Filter. (No, not <a href=\"http://akismet.com/\">Akismet</a>.) It’s <a href=\"http://www.overcomingbias.com/2014/07/adam-ford-i-on-great-filter.html\">Adam Ford and Robert Hanson</a> on existential risks to humanity, a continuation of the Fermi Paradox discussion I <a href=\"http://ma.tt/2014/07/the-fermi-paradox/\">posted about the other day</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 16:39:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Post Status: Audit WP to become part of WP Site Care with acquihire of Rob Neu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.poststat.us/wp-site-care-rob-neu/?utm_source=rss&utm_medium=rss&utm_campaign=wp-site-care-rob-neu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3669:\"<p><img class=\"aligncenter size-large wp-image-7081\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wp-site-care-752x341.jpg\" alt=\"wp-site-care\" width=\"627\" height=\"284\" /></p>\n<p>Audit WP had a short, but interesting life span. Started by <a href=\"https://twitter.com/rob_neu\">Rob Neu</a> and <a href=\"http://jacobking.com\">Jacob King</a>, the site launched in February, and <a href=\"http://www.wpsitecare.com/rob-neu-auditwp-join-wp-site-care/\">today it’s been acquired by WP Site Care</a>.</p>\n<p>They made an early splash after their launch when Jacob <a href=\"http://auditwp.com/wp-engine-seo-failboat/\">wrote a provocative post</a> about WP Engine’s SEO policies. Aside from that, they set out to productize technical SEO and general website strategy.</p>\n<p>Their product was fairly successful, but they learned a valuable lesson; they were limiting their consulting opportunities for larger contracts by productizing — and therefore bracketing themselves at a relatively low price — their entry level services. That said, the product was quite good, and will now be part of WP Site Care’s offering in the form of a la carte SEO consulting, reports, and tools.</p>\n<p>I had a call with Rob and Jacob a couple of months ago to demo their product, and because I needed real help from them. I’d been getting clobbered by Google, and they helped me identify some of the reasons why and set about a plan to fix it. I’m still working on it, and was very pleased with what they offered.</p>\n<p><img class=\"aligncenter size-large wp-image-7079\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/audit-wp-overview-752x488.jpg\" alt=\"audit-wp-overview\" width=\"627\" height=\"406\" /></p>\n<p>This and other tools were quite nice, and the value I got from a short call and report were pretty enormous. I think this will be a compelling product for WP Site Care’s services, and it will fit in well with their other offerings.</p>\n<p>If you know Rob Neu and WP Site Care’s owner, Ryan Sullivan, then you already know they are friends. Rob joining WP Site Care doesn’t come as a shock, and seems to make sense all around. The two are already working on a separate side project together, called <a href=\"http://flagshipwp.com/\">Flagship</a>, a theme company. Additionally, WP Site Care was a sponsor and often attendee on WP Bacon, Rob’s old podcast that also unfortunately bit the dust.</p>\n<p>Rob and Ryan’s partnership for Flagship will remain separate, and Rob will be the Director of Digital Strategy for WP Site Care, now a team of five full time employees. Rob is a technical guy, and in addition to running strategy and marketing for WP Site Care, he’ll be working on refining some of their product offerings as well.</p>\n<h3>What is WP Site Care anyway?</h3>\n<p>I talked about WP Site Care and other <a title=\"The rise of WordPress maintenance services\" href=\"http://www.poststat.us/rise-wordpress-maintenance-services/\">WordPress maintenance services</a> earlier this year. Essentially it’s a combination of monthly maintenance and support, and a la carte services. It’s been a wildly successful and growing niche in the WordPress market, and there seem to be new companies popping up every day.</p>\n<p>While I don’t know the degree of professionalism and expertise all of them have, I know that at least a few are very good at what they do. <a href=\"http://www.wpsitecare.com\">WP Site Care</a> adding Rob and the variety of tools he brings to the table is a smart move for them to help set themselves apart in what is quickly becoming a crowded market.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 15:59:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Add Reddit Style Commenting to WordPress With the Comment Popularity Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:214:\"http://wptavern.com/add-reddit-style-commenting-to-wordpress-with-the-comment-popularity-plugin?utm_source=rss&utm_medium=rss&utm_campaign=add-reddit-style-commenting-to-wordpress-with-the-comment-popularity-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5010:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/comments.png\" rel=\"prettyphoto[28045]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/comments.png?resize=984%2C455\" alt=\"comments\" class=\"aligncenter size-full wp-image-28128\" /></a></p>\n<p>Comments are an important aspect of your content and can serve as a vehicle for building community. WordPress site admins put in a hefty amount of work moderating comments and combating spam, just to <a href=\"http://wptavern.com/why-comments-still-matter\" target=\"_blank\">keep the conversation going</a> with comments open. With all that work invested, admins are looking for new ways to make comment interaction more valuable to those who are participating.</p>\n<p>WordPress.com recently<a href=\"http://en.blog.wordpress.com/2014/08/07/introducing-comment-likes/\" target=\"_blank\"> added comment likes</a> to the delight of its users. Self-hosted WordPress site admins are hopeful that comment likes will find their way into Jetpack as well. If you’re interested in doing something more with comments, there are many plugins that help to promote interaction on your site.</p>\n<p><a href=\"http://wordpress.org/plugins/comment-popularity/\" target=\"_blank\">Comment Popularity</a> is a new one that caught my eye. The plugin, created by <a href=\"https://twitter.com/paul_wp\" target=\"_blank\">Paul de Wouters</a> and his colleagues at <a href=\"http://hmn.md/\" target=\"_blank\">Human Made</a>, adds Reddit style commenting to WordPress. Registered site members can vote comments up or down to increase or decrease comment visibility.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/comment-popularity.jpg\" rel=\"prettyphoto[28045]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/comment-popularity.jpg?resize=785%2C613\" alt=\"comment-popularity\" class=\"aligncenter size-full wp-image-28093\" /></a></p>\n<p>When the plugin is active, comments are sorted by weight (number of votes) in a descending order. Site members receive karma each time one of their comments is upvoted. Administrators have the option to attribute more weight to “expert” commenters by adding an expert label and additional points on user profiles.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/user-profile-comment-popularity-settings.jpg\" rel=\"prettyphoto[28045]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/user-profile-comment-popularity-settings.jpg?resize=503%2C234\" alt=\"user-profile-comment-popularity-settings\" class=\"aligncenter size-full wp-image-28102\" /></a></p>\n<p>There’s also an option in the discussion panel for setting a default expert karma.</p>\n<p>De Wouters and the folks at Human Made plan to support and maintain the plugin via the forums on WordPress.org. It was originally created for their client, CFO Publishing, who will be listed as a contributor on the next release.</p>\n<p><strong>“I have a few ideas for integration with other plugins such as Stream, and our SaaS product WP Remote,”</strong> de Wouters said. I asked if he plans to add a UI for showing users their aggregate upvotes/ranks, and he confirmed that this is a possibility. “We’re already storing users voting activity, so it makes sense to offer an admin view for it,” he said. “Maybe a dashboard widget. Also, this is the kind of data we’d send to WP Remote or Stream.”</p>\n<p>The plugin is currently restricted to registered users, as it doesn’t make much sense to leave it open for anonymous users to vote. “I do however plan to develop a drop in class that will allow users to authenticate themselves via social networks, which will reduce friction and still provide a way to identify a user with relative reliabilty,” de Wouters commented regarding future development plans. Although he wants to keep it simple and focused on one particular functionality, he is open to suggestions and contributions via the plugin’s <a href=\"https://github.com/humanmade/comment-popularity\" target=\"_blank\">GitHub repository</a>.</p>\n<p>Comment Popularity gives registered users a way to weigh in on discussions without having to comment. Consequently, there is a greater incentive for readers to register for your site. It gives everyone a chance to influence the conversation. As users attribute value to comments they like, the best comments will float to the top. This saves readers from having to scroll through all the mediocre comments in order to find the highest quality responses.</p>\n<p>If you’re looking for a new way to encourage interaction in your comments, the Comment Popularity plugin is simple and intuitive to use. It should work automatically with most standard comment forms. <a href=\"http://wordpress.org/plugins/comment-popularity/\" target=\"_blank\">Download</a> the plugin for free from WordPress.org and watch the GitHub repository for updates in development.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Aug 2014 00:14:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Interview With Siobhan McKeown On The Future Of The WordPress Codex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/interview-with-siobhan-mckeown-on-the-future-of-the-wordpress-codex?utm_source=rss&utm_medium=rss&utm_campaign=interview-with-siobhan-mckeown-on-the-future-of-the-wordpress-codex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6798:\"<p>If you use WordPress, chances are that you’ve run into the <a title=\"http://codex.wordpress.org/\" href=\"http://codex.wordpress.org/\">WordPress Codex</a>. The Codex is a community maintained collection of documentation, hooks, filters, best practices, and other information related to WordPress. With various <a title=\"http://make.wordpress.org/docs/handbook/projects/handbooks/\" href=\"http://make.wordpress.org/docs/handbook/projects/handbooks/\">handbook projects</a> underway, I’ve been wondering what the future of the Codex is. To find out, I got in touch with <a title=\"http://siobhanmckeown.com/\" href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a>, who is a member of the <a title=\"http://make.wordpress.org/docs/\" href=\"http://make.wordpress.org/docs/\">documentation team</a>.</p>\n<h2>Interview With Siobhan McKeown</h2>\n<p><strong>Is the <a title=\"http://make.wordpress.org/docs/2013/06/19/docs-sprint-results-and-roadmap/\" href=\"http://make.wordpress.org/docs/2013/06/19/docs-sprint-results-and-roadmap/\">roadmap outlined here</a> still accurate and is it being followed? Is it still on time?</strong></p>\n<p>The roadmap is still fairly accurate but it’s not on time. The number of contributors to docs is quite small and we’ve faced challenges around getting development work done and finding people to write. That said, the people who are involved are very dedicated and we’re slowly chipping away at things. We have made big strides forward, particularly in the area of inline docs (thanks <a title=\"http://profiles.wordpress.org/drewapicture\" href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a> and <a title=\"https://profiles.wordpress.org/kpdesign\" href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>) and in building <a title=\"https://developer.wordpress.org/reference/\" href=\"https://developer.wordpress.org/reference/\">developer.wordpress.org</a>.</p>\n<p><strong>Ultimately, is the future of the Codex for it to disappear in favor of all the other documentation resources outlined in the roadmap?</strong></p>\n<p>I would like for that to happen, but the decision doesn’t ultimately lie with me and it’s a discussion that we’ll have to return to once new documentation is in place.</p>\n<p>Many free software projects in the early stages of their life use a wiki for their documentation. Over time, this can become out-of-date and inaccurate. As a project grows, it often out-grows a wiki, requiring more targeted documentation for both users and developers. <a href=\"https://support.mozilla.org/en-US/products/firefox\">Firefox</a> and <a href=\"http://guides.rubyonrails.org/getting_started.html\">Ruby on Rails</a> are good examples of FOSS projects that provide the types of targeted documentation that WordPress should be providing. I would hope that we can eventually get there ourselves, and keep the Codex as a historical archive.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MozillaFireFoxTargetedSupport.png\" rel=\"prettyphoto[28089]\"><img class=\"size-full wp-image-28100\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MozillaFireFoxTargetedSupport.png?resize=966%2C690\" alt=\"Mozilla FireFox Targeted Documentation\" /></a>Mozilla FireFox Targeted Documentation\n<p><strong>Is it a waste of effort and energy for folks to continue to edit and update the Codex?</strong></p>\n<p>No. For two reasons: First of all, while all of the docs work is going on, we need to ensure that the Codex stays up-to-date and accurate. It remains WordPress’ primary source of documentation and will be for some time, so contributions are still valuable there. When a new version of WordPress is released, the docs team usually does a sprint to get the Codex up-to-date.</p>\n<p>Secondly, the main problem with the Codex is its navigation and structure. There’s a lot of good content in there mixed with a lot of out-of-date content. As we create new resources, we look at the content in the Codex and migrate good-quality content. If you fix a page in the Codex, then it’s likely that will end up somewhere in a new documentation resource.</p>\n<p><strong>How can folks get involved with helping the roadmap move along?</strong></p>\n<p>We particularly need help in two areas:</p>\n<ol>\n<li>Someone to help with ongoing development of <a title=\"http://wptavern.com/help-contribute-to-the-official-wordpress-developer-resource-by-testing-code-references\" href=\"http://wptavern.com/help-contribute-to-the-official-wordpress-developer-resource-by-testing-code-references\">WP-Parser</a> (the parser used to generate the Code Reference). A lot of things are on hold until we get someone helping there.</li>\n<li>Writing the <a title=\"https://make.wordpress.org/docs/theme-developer-handbook/\" href=\"https://make.wordpress.org/docs/theme-developer-handbook/\">theme</a> and <a title=\"https://make.wordpress.org/docs/plugin-developer-handbook/\" href=\"https://make.wordpress.org/docs/plugin-developer-handbook/\">plugin developer</a> handbooks. These have been around for a long time and we really want to get them finished off so that we can move on to focusing on user support.</li>\n</ol>\n<h2>To Some, Google Is The WordPress Codex</h2>\n<p>It may be the largest collection of WordPress documentation but I bet it doesn’t compare to the amount of WordPress content published on sites across the web. The paradox of publishing content on the Codex for the benefit of everyone versus a personal site for the benefit of a small audience has existed since it was created.</p>\n<p>I think it would be awesome if content from sites like <a title=\"http://justintadlock.com/\" href=\"http://justintadlock.com/\">Justin Tadlock</a> found a home on the Codex but perhaps we don’t need one at all. Maybe all we need is Google. When I asked the Tavern’s Twitter followers what <a title=\"http://wptavern.com/7-aspects-of-wordpress-i-take-for-granted\" href=\"http://wptavern.com/7-aspects-of-wordpress-i-take-for-granted\">aspect of WordPress do they take for granted</a>, Jared Novack submitted the following answer:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/wptavern\">@wptavern</a> You can type anything into google followed by \"WordPress\" and someone has already asked (and answered) it</p>\n<p>— Jared Novack (@jaredNova) <a href=\"https://twitter.com/jaredNova/statuses/494322903739936768\">July 30, 2014</a></p></blockquote>\n<p></p>\n<p>If the Codex ever goes offline, it will be a sad day. However, if it’s replaced with easy to navigate, skill level targeted documentation, with a solid code reference, I think a lot of users and developers will be happy with its replacement. Has the Codex saved your bacon once or twice? Let us know in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 22:20:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WPWeekly Episode 157 – Jeffro Tells His Story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=28075&preview_id=28075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wptavern.com/wpweekly-episode-157-jeffro-tells-his-story?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-157-jeffro-tells-his-story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2274:\"<p>The past 156 episodes of WordPress Weekly are filled with stories of people who are doing exciting things with WordPress. For this episode, I decided to try something a little different. I handed the show over to <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a>, who interviewed me. In the show, I describe how I became interested in computers and the events that lead me to where I am today. It’s a lengthy episode but one I hope you enjoy.</p>\n<p>A reminder that beginning this week, WordPress Weekly will be recorded live on <strong>Wednesdays at 9:30 PM Eastern</strong>. The change better accommodates my schedule and the new day and time is also more compatible with guests.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\" title=\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\">WordPress 3.9.2 Fixes Security Vulnerabilities, Users Strongly Encouraged To Update</a><br />\n<a href=\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto\" title=\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto\">Crowd Favorite Announces Chris Lema As New CTO</a><br />\n<a href=\"http://wptavern.com/how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers\" title=\"http://wptavern.com/how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers\">How to Change Jetpack Accounts Without Losing Your Stats or Subscribers</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 13th 3 P.M. Eastern – Special Guest, Pippin Williamson</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #157:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 20:05:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Underscores WordPress Starter Theme Adds Support for Sass\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/underscores-wordpress-starter-theme-adds-support-for-sass?utm_source=rss&utm_medium=rss&utm_campaign=underscores-wordpress-starter-theme-adds-support-for-sass\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3186:\"<p><a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> community project contributors <a href=\"http://themeshaper.com/2014/08/11/sass-comes-to-_s/\" target=\"_blank\">announced</a> today that the theme now includes support for <a href=\"http://sass-lang.com/\" target=\"_blank\">Sass</a>. The popular WordPress starter theme is an open source project maintained by Automattic, and many of its users requested Sass support, according to contributor Tammie Lister. “The community firstly asked for Sass. As Sass is in core, this makes sense. It was already part of most themers’ workflow.”</p>\n<p>If you visit <a href=\"http://underscores.me/\" target=\"_blank\">Underscores.me</a> and click on “Advanced Options”, you’ll now find that you can check a box to add Sass support:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-sass.jpg\" rel=\"prettyphoto[28061]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-sass.jpg?resize=968%2C355\" alt=\"add-sass\" class=\"aligncenter size-full wp-image-28068\" /></a></p>\n<p>Lister emphasized in the announcement that support for Sass is included in a way that gives developers the freedom to use it as they please:</p>\n<blockquote><p>Not everyone compiles or uses Sass the same, so _s shouldn’t force anyone to follow one path or another. In this sense, the Sass provided takes a pure approach, not requiring Compass or any other scripts.</p></blockquote>\n<p>Sass support came about from a combination of numerous pull requests and forks of the project on GitHub. However, the project’s contributors do not wish to limit everyone to Sass and are open to other CSS preprocessors. <strong>“I’d still love to see a fork of Less for _s. We’re keen it opens up the way to other preprocessors,”</strong> Lister told the Tavern regarding the Sass support announced today.</p>\n<p>Earlier this year, <a href=\"http://wptavern.com/wordpress-com-formally-opens-its-marketplace-to-theme-developers\" target=\"_blank\">WordPress.com formally opened up its marketplace to theme developers</a>. Theme submission <a href=\"http://developer.wordpress.com/themes/\" target=\"_blank\">guidelines</a> are fairly strict and developers are encouraged to use the _s theme for a head start. While many theme authors appreciate the ability to save time with mixins and variables, using a preprocessor is not required for submitting to WordPress.com.</p>\n<p>Every WordPress themer has a unique workflow that may or may not involve a preprocessor, and the Underscores project contributors plan to respect that. <strong>“_s doesn’t tell you how to do things, it gives you a start. Anything we add to it should also do that,”</strong> Lister said.</p>\n<p>The addition of Sass support marks another turning point for the project, as Lister notes that the <a href=\"https://github.com/Automattic/_s\" target=\"_blank\">GitHub repository</a> will now be used solely for development. If you want to use Underscores in a project, the team encourages you to download it directly from <a href=\"http://underscores.me/\" target=\"_blank\">Underscores.me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 19:00:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Post Status: Week in review: theme shops, hub and spoke, you can’t afford me, and much more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://www.poststat.us/week-review-theme-shops-hub-spoke-cant-afford-much/?utm_source=rss&utm_medium=rss&utm_campaign=week-review-theme-shops-hub-spoke-cant-afford-much\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10330:\"<p><img class=\"aligncenter size-large wp-image-6769\" src=\"http://www.poststat.us/wp-content/uploads/2014/06/week-in-review1-752x300.jpg\" alt=\"week-in-review\" width=\"627\" height=\"250\" /></p>\n<p>Welcome to the seventh “<a href=\"http://www.poststat.us/category/week-in-review/\">Week in Review</a>” on Post Status, where I hope to offer up some of the things you may have missed in the last week or so. A whole bunch of good stuff to read from the last week, so let’s get to it:</p>\n<h3>Theme shops sorted by their Alexa rank</h3>\n<p>Devin Price has updated his <a href=\"http://wptheming.com/2014/08/theme-shop-directory-2014/\">list of WordPress theme shops</a>, sorted by Alexa rank, for 2014. This is a really interesting list that’s sure to enlighten you to some theme shops that you’ve never heard of. I’ve referenced the 2013 version many times in the past. I’m glad Devin put time into doing this again.</p>\n<p>Alexa isn’t a perfect way to rank theme shops, obviously, but it does offer good insight to see what average Joes unfamiliar with the WordPress theme landscape probably stumble upon as they search for WordPress themes. As Devin notes, the order of the top shops haven’t changed a whole lot in the past year, though pretty much all have gained ground, and WPMU Dev jumped all the way to number 1 from number 6.</p>\n<h3>Hub and spoke versus distributed teams</h3>\n<p>Jeff Chandler blogged about <a href=\"http://wptavern.com/how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force\">Crowd Favorite’s <del>hub and spoke office</del> (<em>edit</em>: it’s actually a constellation model; no “hub”) model</a> (a central office + many smaller offices). Jake Goldman responded with his <a href=\"http://jakegoldman.me/2014/08/hub-and-spoke-vs-distributed/\">case for a fully distributed team</a> (10up’s model). Both offer quality insight into how some of the larger WordPress consultancies operate.</p>\n<h3>You can’t afford the plugin you want</h3>\n<p>Chris Lema has written <a href=\"http://chrislema.com/cant-afford-wordpress-plugin-want/\">an excellent post about custom plugin development</a>, and why you just can’t get the exact thing you want off the shelf (unless you get real lucky).</p>\n<blockquote><p>That plugin that does everything you ever wanted? It doesn’t exist. And if it did, if someone built it, it would cost you thousands and thousands of dollars.</p>\n<p>Because what you often describe isn’t a plugin. It’s a system.</p>\n<p>And since you don’t want to connect several focused plugins, that each do the one thing they were made to do, you won’t really find the perfect plugin sitting there waiting for you.</p></blockquote>\n<h3>SSL all the things</h3>\n<p><span id=\"more-7070\"></span></p>\n<p><a href=\"http://searchengineland.com/google-starts-giving-ranking-boost-secure-httpsssl-sites-199446\">Google spoke from on high</a>, declaring SSL to be a portion of their ranking algorithm. The SEOs and the SSL sellers rejoiced. Tim Nash has a nice<a href=\"https://timnash.co.uk/guessing-ssl-questions/\"> primer on the nerdy details of SSL</a>. Joost de Valk also has some <a href=\"https://yoast.com/move-website-https-ssl/\">practical tips for switching over to SSL</a>. And Zack Tollman has a great performance post over at The Theme Foundry <a href=\"https://thethemefoundry.com/blog/why-we-dont-use-a-cdn-spdy-ssl/\">about SPDY and SSL</a>.</p>\n<p>Now, all that said, seriously don’t freak out about SSL. It is great, that’s true, but just because Google says it’s part of their algorithm doesn’t mean you have to have it no matter what. Still though, having SSL enabled is probably a good thing for most sites, if you can afford it. Just be smart about it, and not purely reactionary to Google’s whims.</p>\n<h3>Some hosts start to support Clef, the password-less login app</h3>\n<p>SiteGround and three other hosts announced <a href=\"http://blog.getclef.com/protecting-users-default/\">default support for Clef last week</a>. New installs on those platforms will enable the password-less login app. Clef works as a form of two-factor authentication, since you have to have your phone on you and scan the login screen to access the site.</p>\n<p>It’s obviously past time to rely purely on passwords, so it’s good to see folks supporting Clef and other two-factor methods out of the box.</p>\n<h3>WordPress-based portfolio templates, with Semplice</h3>\n<p><a href=\"http://semplicelabs.com/\">Semplice</a> is a WordPress portfolio template product, that’s still in development, but it’s definitely outside of the normal WordPress themes you see. I got in touch with the folks behind Semplice and they expect to have something ready in a few weeks for beta testing. It seems you can already buy it though, so I don’t know what that’s about. Either way, this may be a product to keep an eye on.</p>\n<h3>The WordPress security “delimma”</h3>\n<p>Tony Perez, CEO of Sucuri, write about <a href=\"http://tonyonsecurity.com/2014/08/09/the-dilemma-that-is-wordpress-security/\">what he considers to be a delimma with WordPress security</a>. I don’t personally agree with some of Tony’s conclusions here, but they are worth reading, as your mileage may vary. He takes some folks’ words to task (including my own), but I think in the end there is a more a difference in opinion on how to delivery the security message versus actual differences in implementing security measures.</p>\n<p>I believe the Drupal vs WordPress method for highlighting last week’s security release was a reflection of how WordPress and Drupal communicate in general; WordPress said it as if speaking to regular site owners and Drupal spoke to developers. To me, making WordPress accessible to regular people is paramount — related to security issues or not.</p>\n<p>I have a lot more I can say about this, but I have no desire to get in a pointless battle when I think we mostly agree on the goal, just not the message. But I do have one more note. Tony finishes his post with this:</p>\n<blockquote><p>You can’t own 22% of the market and not expect issues. Is it best to fight it and blindly convince yourself that they don’t exist, or is it better to embrace it?</p></blockquote>\n<p>I take exception to this. I don’t know anyone in a significant position within the WordPress project that takes such a “blind” stance. You can’t say WordPress core developers don’t take security seriously, because they absolutely do.</p>\n<h3>Stellar and international payments</h3>\n<p><a href=\"https://www.stellar.org/blog/introducing-stellar/\">Stellar</a> is a “a decentralized protocol for sending and receiving money in any pair of currencies” with some big backers, like Stripe. Brent and Kirby, at Prospress, nerded out over Stellar when it launched, and then wrote up a <a href=\"http://prospress.com/will-stellar-finally-fix-international-payments/\">great post about what this could mean for big savings in international eCommerce</a>.</p>\n<h3>Tablesaw: responsive tables, by Filament Group</h3>\n<p>Responsive tables are a pain. The Filament Group really attacked them with <a href=\"http://filamentgroup.com/lab/tablesaw.html\">Tablesaw</a>. This is a really nice solution that you may consider for implementation with certain types of themes and websites.</p>\n<h3>Comment likes on WordPress.com</h3>\n<p><a href=\"http://en.blog.wordpress.com/2014/08/07/introducing-comment-likes/\">WordPress.com has introduced comment likes</a>. This could be great for some sites with heavy amounts of comments, especially if they add some sorting options to bring good comments to the top. It might be a while before this one hits Jetpack though; apparently there are some technical challenges there.</p>\n<h3>Get news of new WordPress.com themes</h3>\n<p>Also in WordPress.com land, it turns out they aren’t really blogging about every theme release any more. So Luke McDonald put together a Twitter account to help keep you informed.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"http://t.co/unxO0Vbjaz\">http://t.co/unxO0Vbjaz</a> no longer promotes or announces Premium theme releases, so I spent some time to do this: <a href=\"https://t.co/Cenf4RW0Ed\">https://t.co/Cenf4RW0Ed</a></p>\n<p>— Luke McDonald (@thelukemcdonald) <a href=\"https://twitter.com/thelukemcdonald/statuses/497817557529665536\">August 8, 2014</a></p></blockquote>\n<p></p>\n<h3>Why attend WordPress conferences (and updates on some of them)</h3>\n<p>Andy Leverenz puts some good reasons together on the Elegant Themes blog about <a href=\"http://www.elegantthemes.com/blog/tips-tricks/wordpress-conferences-are-on-the-rise-why-you-should-attend\">why you should attend WordPress conferences</a>, and he highlights some of those coming up.</p>\n<p>Speaking of, if you want to go to PressNomics (the attendee list is awesome so far), <a href=\"http://pressnomics.com/2014/08/players-came-far-wide-attendees/\">you better act soon</a>; that conference could sell out really soon.</p>\n<p>The <a href=\"http://2014.sf.wordcamp.org/2014/08/04/say-hello-to-the-first-group-of-wordcamp-san-francisco-speakers/\">first</a> and <a href=\"http://2014.sf.wordcamp.org/2014/08/07/our-second-group-of-wordcamp-san-francisco-speakers/\">second</a> batches of WordCamp San Francisco speakers have been announced.</p>\n<p><a href=\"http://2014.europe.wordcamp.org/\">WordCamp Europe’s</a> speaker list is also dripping out, and it’s pretty amazing; that’s going to be an incredible event in Sofia.</p>\n<p>Finally, if you’re in the south, WordCamp Birmingham (my local camp — #WPYall!) is this Saturday. It’s going to be a great time, and I hope I get to meet some of you there. You can still register, <a href=\"http://2014.birmingham.wordcamp.org/\">so do that and come learn with us</a>.</p>\n<hr />\n<p>Have a great week, y’all. Make some news, and I’ll write it. Be on the lookout too, I’ve got my own news to share in the next month or so. Which means it’s probably a good time to subscribe to my <a title=\"Newsletter\" href=\"http://www.poststat.us/newsletter/\">newsletter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Aug 2014 17:22:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Aug 2014 13:15:41 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"210753\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 21 Aug 2014 13:00:14 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20121202234312\";}','no'),(87681,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1408669969','no'),(87682,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1408626769','no'),(88463,'_transient_timeout_sabai_5e284a223e2989c3f0e324c6388c1b06','1409761479','no'),(88464,'_transient_sabai_5e284a223e2989c3f0e324c6388c1b06','a:95:{s:38:\"/directory/reviews/:entity_id/comments\";a:19:{s:4:\"path\";s:38:\"/directory/reviews/:entity_id/comments\";s:10:\"controller\";s:8:\"Comments\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"comments\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:2:{s:3:\"add\";s:42:\"/directory/reviews/:entity_id/comments/add\";s:11:\":comment_id\";s:50:\"/directory/reviews/:entity_id/comments/:comment_id\";}}s:29:\"/directory/reviews/:entity_id\";a:19:{s:4:\"path\";s:29:\"/directory/reviews/:entity_id\";s:10:\"controller\";s:17:\"RedirectToListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"child_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:5:{s:8:\"comments\";s:38:\"/directory/reviews/:entity_id/comments\";s:4:\"vote\";s:34:\"/directory/reviews/:entity_id/vote\";s:6:\"voting\";s:36:\"/directory/reviews/:entity_id/voting\";s:4:\"edit\";s:34:\"/directory/reviews/:entity_id/edit\";s:6:\"delete\";s:36:\"/directory/reviews/:entity_id/delete\";}}s:18:\"/directory/reviews\";a:19:{s:4:\"path\";s:18:\"/directory/reviews\";s:10:\"controller\";s:7:\"Reviews\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:7:\"reviews\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:10;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:1:{s:10:\":entity_id\";s:29:\"/directory/reviews/:entity_id\";}}s:10:\"/directory\";a:19:{s:4:\"path\";s:10:\"/directory\";s:10:\"controller\";s:8:\"Listings\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"posts\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:11:\"bundle_name\";s:17:\"directory_listing\";}s:6:\"routes\";a:10:{s:7:\"reviews\";s:18:\"/directory/reviews\";s:6:\"photos\";s:17:\"/directory/photos\";s:13:\"_autocomplete\";s:24:\"/directory/_autocomplete\";s:7:\"sitemap\";s:18:\"/directory/sitemap\";s:10:\":entity_id\";s:21:\"/directory/:entity_id\";s:3:\"add\";s:14:\"/directory/add\";s:7:\"listing\";s:18:\"/directory/listing\";s:10:\"categories\";s:21:\"/directory/categories\";s:4:\"feed\";s:15:\"/directory/feed\";s:5:\"users\";s:16:\"/directory/users\";}}s:42:\"/directory/reviews/:entity_id/comments/add\";a:19:{s:4:\"path\";s:42:\"/directory/reviews/:entity_id/comments/add\";s:10:\"controller\";s:10:\"AddComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"add_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:50:\"/directory/reviews/:entity_id/comments/:comment_id\";a:19:{s:4:\"path\";s:50:\"/directory/reviews/:entity_id/comments/:comment_id\";s:10:\"controller\";s:7:\"Comment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:7:\"comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:11:\":comment_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:5:{s:4:\"edit\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/edit\";s:6:\"delete\";s:57:\"/directory/reviews/:entity_id/comments/:comment_id/delete\";s:4:\"hide\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/hide\";s:4:\"vote\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/vote\";s:4:\"flag\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/flag\";}}s:55:\"/directory/reviews/:entity_id/comments/:comment_id/edit\";a:19:{s:4:\"path\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/edit\";s:10:\"controller\";s:11:\"EditComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"edit_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:57:\"/directory/reviews/:entity_id/comments/:comment_id/delete\";a:19:{s:4:\"path\";s:57:\"/directory/reviews/:entity_id/comments/:comment_id/delete\";s:10:\"controller\";s:13:\"DeleteComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:14:\"delete_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:55:\"/directory/reviews/:entity_id/comments/:comment_id/hide\";a:19:{s:4:\"path\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/hide\";s:10:\"controller\";s:11:\"HideComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"hide_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:55:\"/directory/reviews/:entity_id/comments/:comment_id/vote\";a:19:{s:4:\"path\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/vote\";s:10:\"controller\";s:11:\"VoteComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"vote_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:55:\"/directory/reviews/:entity_id/comments/:comment_id/flag\";a:19:{s:4:\"path\";s:55:\"/directory/reviews/:entity_id/comments/:comment_id/flag\";s:10:\"controller\";s:11:\"FlagComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"flag_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/photos/:entity_id/comments\";a:19:{s:4:\"path\";s:37:\"/directory/photos/:entity_id/comments\";s:10:\"controller\";s:8:\"Comments\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:8:\"comments\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:2:{s:3:\"add\";s:41:\"/directory/photos/:entity_id/comments/add\";s:11:\":comment_id\";s:49:\"/directory/photos/:entity_id/comments/:comment_id\";}}s:28:\"/directory/photos/:entity_id\";a:19:{s:4:\"path\";s:28:\"/directory/photos/:entity_id\";s:10:\"controller\";s:17:\"RedirectToListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"child_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:6:{s:8:\"comments\";s:37:\"/directory/photos/:entity_id/comments\";s:4:\"file\";s:33:\"/directory/photos/:entity_id/file\";s:4:\"vote\";s:33:\"/directory/photos/:entity_id/vote\";s:6:\"voting\";s:35:\"/directory/photos/:entity_id/voting\";s:4:\"edit\";s:33:\"/directory/photos/:entity_id/edit\";s:6:\"delete\";s:35:\"/directory/photos/:entity_id/delete\";}}s:17:\"/directory/photos\";a:19:{s:4:\"path\";s:17:\"/directory/photos\";s:10:\"controller\";s:6:\"Photos\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:6:\"photos\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:15;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:1:{s:10:\":entity_id\";s:28:\"/directory/photos/:entity_id\";}}s:41:\"/directory/photos/:entity_id/comments/add\";a:19:{s:4:\"path\";s:41:\"/directory/photos/:entity_id/comments/add\";s:10:\"controller\";s:10:\"AddComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"add_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:49:\"/directory/photos/:entity_id/comments/:comment_id\";a:19:{s:4:\"path\";s:49:\"/directory/photos/:entity_id/comments/:comment_id\";s:10:\"controller\";s:7:\"Comment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:7:\"comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:11:\":comment_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:5:{s:4:\"edit\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/edit\";s:6:\"delete\";s:56:\"/directory/photos/:entity_id/comments/:comment_id/delete\";s:4:\"hide\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/hide\";s:4:\"vote\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/vote\";s:4:\"flag\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/flag\";}}s:54:\"/directory/photos/:entity_id/comments/:comment_id/edit\";a:19:{s:4:\"path\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/edit\";s:10:\"controller\";s:11:\"EditComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"edit_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:56:\"/directory/photos/:entity_id/comments/:comment_id/delete\";a:19:{s:4:\"path\";s:56:\"/directory/photos/:entity_id/comments/:comment_id/delete\";s:10:\"controller\";s:13:\"DeleteComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:14:\"delete_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:54:\"/directory/photos/:entity_id/comments/:comment_id/hide\";a:19:{s:4:\"path\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/hide\";s:10:\"controller\";s:11:\"HideComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"hide_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:54:\"/directory/photos/:entity_id/comments/:comment_id/vote\";a:19:{s:4:\"path\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/vote\";s:10:\"controller\";s:11:\"VoteComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"vote_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:54:\"/directory/photos/:entity_id/comments/:comment_id/flag\";a:19:{s:4:\"path\";s:54:\"/directory/photos/:entity_id/comments/:comment_id/flag\";s:10:\"controller\";s:11:\"FlagComment\";s:16:\"controller_addon\";s:7:\"Comment\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Comment\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"flag_comment\";s:14:\"callback_addon\";s:7:\"Comment\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:24:\"/directory/_autocomplete\";a:19:{s:4:\"path\";s:24:\"/directory/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"autocomplete\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:18:\"/directory/sitemap\";a:19:{s:4:\"path\";s:18:\"/directory/sitemap\";s:10:\"controller\";s:7:\"Sitemap\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:18:\"/directory/sitemap\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:21:\"/directory/:entity_id\";a:19:{s:4:\"path\";s:21:\"/directory/:entity_id\";s:10:\"controller\";s:8:\"ViewPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:4:\"post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":entity_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:14:\"/directory/add\";a:19:{s:4:\"path\";s:14:\"/directory/add\";s:10:\"controller\";s:10:\"AddListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"add_listing\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:18:\"/directory/listing\";a:19:{s:4:\"path\";s:18:\"/directory/listing\";s:10:\"controller\";s:0:\"\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"posts\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:9:\"bundle_id\";i:2;}s:6:\"routes\";a:1:{s:5:\":slug\";s:24:\"/directory/listing/:slug\";}}s:24:\"/directory/listing/:slug\";a:19:{s:4:\"path\";s:24:\"/directory/listing/:slug\";s:10:\"controller\";s:8:\"ViewPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"post_slug\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:5:\":slug\";s:17:\"[a-z0-9~\\.:_\\-%]+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:9:{s:4:\"edit\";s:29:\"/directory/listing/:slug/edit\";s:6:\"delete\";s:31:\"/directory/listing/:slug/delete\";s:7:\"reviews\";s:32:\"/directory/listing/:slug/reviews\";s:6:\"photos\";s:31:\"/directory/listing/:slug/photos\";s:4:\"vote\";s:29:\"/directory/listing/:slug/vote\";s:6:\"voting\";s:31:\"/directory/listing/:slug/voting\";s:3:\"map\";s:28:\"/directory/listing/:slug/map\";s:7:\"contact\";s:32:\"/directory/listing/:slug/contact\";s:5:\"claim\";s:30:\"/directory/listing/:slug/claim\";}}s:29:\"/directory/listing/:slug/edit\";a:19:{s:4:\"path\";s:29:\"/directory/listing/:slug/edit\";s:10:\"controller\";s:11:\"EditListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"edit_listing\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:31:\"/directory/listing/:slug/delete\";a:19:{s:4:\"path\";s:31:\"/directory/listing/:slug/delete\";s:10:\"controller\";s:9:\"TrashPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:14:\"delete_listing\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/listing/:slug/reviews\";a:19:{s:4:\"path\";s:32:\"/directory/listing/:slug/reviews\";s:10:\"controller\";s:14:\"ListingReviews\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:15:\"listing_reviews\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:1:{s:3:\"add\";s:36:\"/directory/listing/:slug/reviews/add\";}}s:36:\"/directory/listing/:slug/reviews/add\";a:19:{s:4:\"path\";s:36:\"/directory/listing/:slug/reviews/add\";s:10:\"controller\";s:9:\"AddReview\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:6:\"review\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:31:\"/directory/listing/:slug/photos\";a:19:{s:4:\"path\";s:31:\"/directory/listing/:slug/photos\";s:10:\"controller\";s:13:\"ListingPhotos\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:4;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:14:\"listing_photos\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:0;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:1:{s:3:\"add\";s:35:\"/directory/listing/:slug/photos/add\";}}s:35:\"/directory/listing/:slug/photos/add\";a:19:{s:4:\"path\";s:35:\"/directory/listing/:slug/photos/add\";s:10:\"controller\";s:12:\"UploadPhotos\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:13:\"upload_photos\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:41:\"/directory/categories/:slug/file/:file_id\";a:19:{s:4:\"path\";s:41:\"/directory/categories/:slug/file/:file_id\";s:10:\"controller\";s:4:\"File\";s:16:\"controller_addon\";s:4:\"File\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:4:\"File\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:4:\"file\";s:14:\"callback_addon\";s:4:\"File\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:6:\"fields\";a:1:{i:0;s:20:\"directory_map_marker\";}}s:6:\"routes\";a:0:{}}s:32:\"/directory/categories/:slug/file\";a:5:{s:5:\"addon\";s:4:\"File\";s:6:\"routes\";a:1:{s:8:\":file_id\";s:41:\"/directory/categories/:slug/file/:file_id\";}s:4:\"path\";s:32:\"/directory/categories/:slug/file\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:27:\"/directory/categories/:slug\";a:19:{s:4:\"path\";s:27:\"/directory/categories/:slug\";s:10:\"controller\";s:8:\"ViewTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"view_term\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:5:\":slug\";s:17:\"[a-z0-9~\\.:_\\-%]+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:5:{s:4:\"file\";s:32:\"/directory/categories/:slug/file\";s:4:\"edit\";s:32:\"/directory/categories/:slug/edit\";s:6:\"delete\";s:34:\"/directory/categories/:slug/delete\";s:4:\"feed\";s:32:\"/directory/categories/:slug/feed\";s:9:\"directory\";s:37:\"/directory/categories/:slug/directory\";}}s:21:\"/directory/categories\";a:19:{s:4:\"path\";s:21:\"/directory/categories\";s:10:\"controller\";s:21:\"ListHierarchicalTerms\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"categories\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:5;s:6:\"format\";a:0:{}s:4:\"ajax\";i:0;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:3:{s:5:\":slug\";s:27:\"/directory/categories/:slug\";s:13:\"_autocomplete\";s:35:\"/directory/categories/_autocomplete\";s:7:\"sitemap\";s:29:\"/directory/categories/sitemap\";}}s:42:\"/directory/photos/:entity_id/file/:file_id\";a:19:{s:4:\"path\";s:42:\"/directory/photos/:entity_id/file/:file_id\";s:10:\"controller\";s:4:\"File\";s:16:\"controller_addon\";s:4:\"File\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:4:\"File\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:4:\"file\";s:14:\"callback_addon\";s:4:\"File\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:6:\"fields\";a:1:{i:0;s:10:\"file_image\";}}s:6:\"routes\";a:0:{}}s:33:\"/directory/photos/:entity_id/file\";a:5:{s:5:\"addon\";s:4:\"File\";s:6:\"routes\";a:1:{s:8:\":file_id\";s:42:\"/directory/photos/:entity_id/file/:file_id\";}s:4:\"path\";s:33:\"/directory/photos/:entity_id/file\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:35:\"/directory/categories/_autocomplete\";a:19:{s:4:\"path\";s:35:\"/directory/categories/_autocomplete\";s:10:\"controller\";s:12:\"Autocomplete\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:35:\"/directory/categories/_autocomplete\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:29:\"/directory/categories/sitemap\";a:19:{s:4:\"path\";s:29:\"/directory/categories/sitemap\";s:10:\"controller\";s:7:\"Sitemap\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:29:\"/directory/categories/sitemap\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/categories/:slug/edit\";a:19:{s:4:\"path\";s:32:\"/directory/categories/:slug/edit\";s:10:\"controller\";s:8:\"EditTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"edit_term\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/categories/:slug/delete\";a:19:{s:4:\"path\";s:34:\"/directory/categories/:slug/delete\";s:10:\"controller\";s:10:\"DeleteTerm\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"delete_term\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/categories/:slug/feed\";a:19:{s:4:\"path\";s:32:\"/directory/categories/:slug/feed\";s:10:\"controller\";s:8:\"TermFeed\";s:16:\"controller_addon\";s:8:\"Taxonomy\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:8:\"Taxonomy\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:32:\"/directory/categories/:slug/feed\";s:14:\"callback_addon\";s:8:\"Taxonomy\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:29:\"/directory/listing/:slug/vote\";a:19:{s:4:\"path\";s:29:\"/directory/listing/:slug/vote\";s:10:\"controller\";s:0:\"\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:29:\"/directory/listing/:slug/vote\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:3:{s:6:\"rating\";s:36:\"/directory/listing/:slug/vote/rating\";s:8:\"favorite\";s:38:\"/directory/listing/:slug/vote/favorite\";s:4:\"flag\";s:34:\"/directory/listing/:slug/vote/flag\";}}s:36:\"/directory/listing/:slug/vote/rating\";a:19:{s:4:\"path\";s:36:\"/directory/listing/:slug/vote/rating\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:6:\"rating\";s:11:\"check_perms\";b:1;s:9:\"check_own\";b:1;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:41:\"/directory/listing/:slug/vote/rating/form\";}}s:41:\"/directory/listing/:slug/vote/rating/form\";a:19:{s:4:\"path\";s:41:\"/directory/listing/:slug/vote/rating/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:38:\"/directory/listing/:slug/vote/favorite\";a:19:{s:4:\"path\";s:38:\"/directory/listing/:slug/vote/favorite\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:8:\"favorite\";s:11:\"check_perms\";b:0;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:43:\"/directory/listing/:slug/vote/favorite/form\";}}s:43:\"/directory/listing/:slug/vote/favorite/form\";a:19:{s:4:\"path\";s:43:\"/directory/listing/:slug/vote/favorite/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/reviews/:entity_id/vote\";a:19:{s:4:\"path\";s:34:\"/directory/reviews/:entity_id/vote\";s:10:\"controller\";s:0:\"\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:34:\"/directory/reviews/:entity_id/vote\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:3:{s:8:\"favorite\";s:43:\"/directory/reviews/:entity_id/vote/favorite\";s:4:\"flag\";s:39:\"/directory/reviews/:entity_id/vote/flag\";s:7:\"helpful\";s:42:\"/directory/reviews/:entity_id/vote/helpful\";}}s:43:\"/directory/reviews/:entity_id/vote/favorite\";a:19:{s:4:\"path\";s:43:\"/directory/reviews/:entity_id/vote/favorite\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:8:\"favorite\";s:11:\"check_perms\";b:0;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:48:\"/directory/reviews/:entity_id/vote/favorite/form\";}}s:48:\"/directory/reviews/:entity_id/vote/favorite/form\";a:19:{s:4:\"path\";s:48:\"/directory/reviews/:entity_id/vote/favorite/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:33:\"/directory/photos/:entity_id/vote\";a:19:{s:4:\"path\";s:33:\"/directory/photos/:entity_id/vote\";s:10:\"controller\";s:0:\"\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:33:\"/directory/photos/:entity_id/vote\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:3:{s:8:\"favorite\";s:42:\"/directory/photos/:entity_id/vote/favorite\";s:4:\"flag\";s:38:\"/directory/photos/:entity_id/vote/flag\";s:7:\"helpful\";s:41:\"/directory/photos/:entity_id/vote/helpful\";}}s:42:\"/directory/photos/:entity_id/vote/favorite\";a:19:{s:4:\"path\";s:42:\"/directory/photos/:entity_id/vote/favorite\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:8:\"favorite\";s:11:\"check_perms\";b:0;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:47:\"/directory/photos/:entity_id/vote/favorite/form\";}}s:47:\"/directory/photos/:entity_id/vote/favorite/form\";a:19:{s:4:\"path\";s:47:\"/directory/photos/:entity_id/vote/favorite/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/listing/:slug/vote/flag\";a:19:{s:4:\"path\";s:34:\"/directory/listing/:slug/vote/flag\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:4:\"flag\";s:11:\"check_perms\";b:1;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:39:\"/directory/listing/:slug/vote/flag/form\";}}s:39:\"/directory/listing/:slug/vote/flag/form\";a:19:{s:4:\"path\";s:39:\"/directory/listing/:slug/vote/flag/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:44:\"/directory/listing/:slug/voting/flags/ignore\";a:19:{s:4:\"path\";s:44:\"/directory/listing/:slug/voting/flags/ignore\";s:10:\"controller\";s:11:\"IgnoreFlags\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"ignore_flags\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/listing/:slug/voting/flags\";a:5:{s:5:\"addon\";s:6:\"Voting\";s:6:\"routes\";a:1:{s:6:\"ignore\";s:44:\"/directory/listing/:slug/voting/flags/ignore\";}s:4:\"path\";s:37:\"/directory/listing/:slug/voting/flags\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:31:\"/directory/listing/:slug/voting\";a:5:{s:5:\"addon\";s:6:\"Voting\";s:6:\"routes\";a:1:{s:5:\"flags\";s:37:\"/directory/listing/:slug/voting/flags\";}s:4:\"path\";s:31:\"/directory/listing/:slug/voting\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:39:\"/directory/reviews/:entity_id/vote/flag\";a:19:{s:4:\"path\";s:39:\"/directory/reviews/:entity_id/vote/flag\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:4:\"flag\";s:11:\"check_perms\";b:1;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:44:\"/directory/reviews/:entity_id/vote/flag/form\";}}s:44:\"/directory/reviews/:entity_id/vote/flag/form\";a:19:{s:4:\"path\";s:44:\"/directory/reviews/:entity_id/vote/flag/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:49:\"/directory/reviews/:entity_id/voting/flags/ignore\";a:19:{s:4:\"path\";s:49:\"/directory/reviews/:entity_id/voting/flags/ignore\";s:10:\"controller\";s:11:\"IgnoreFlags\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"ignore_flags\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:42:\"/directory/reviews/:entity_id/voting/flags\";a:5:{s:5:\"addon\";s:6:\"Voting\";s:6:\"routes\";a:1:{s:6:\"ignore\";s:49:\"/directory/reviews/:entity_id/voting/flags/ignore\";}s:4:\"path\";s:42:\"/directory/reviews/:entity_id/voting/flags\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:36:\"/directory/reviews/:entity_id/voting\";a:5:{s:5:\"addon\";s:6:\"Voting\";s:6:\"routes\";a:1:{s:5:\"flags\";s:42:\"/directory/reviews/:entity_id/voting/flags\";}s:4:\"path\";s:36:\"/directory/reviews/:entity_id/voting\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:38:\"/directory/photos/:entity_id/vote/flag\";a:19:{s:4:\"path\";s:38:\"/directory/photos/:entity_id/vote/flag\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:4:\"flag\";s:11:\"check_perms\";b:1;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:43:\"/directory/photos/:entity_id/vote/flag/form\";}}s:43:\"/directory/photos/:entity_id/vote/flag/form\";a:19:{s:4:\"path\";s:43:\"/directory/photos/:entity_id/vote/flag/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:48:\"/directory/photos/:entity_id/voting/flags/ignore\";a:19:{s:4:\"path\";s:48:\"/directory/photos/:entity_id/voting/flags/ignore\";s:10:\"controller\";s:11:\"IgnoreFlags\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"ignore_flags\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:41:\"/directory/photos/:entity_id/voting/flags\";a:5:{s:5:\"addon\";s:6:\"Voting\";s:6:\"routes\";a:1:{s:6:\"ignore\";s:48:\"/directory/photos/:entity_id/voting/flags/ignore\";}s:4:\"path\";s:41:\"/directory/photos/:entity_id/voting/flags\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:35:\"/directory/photos/:entity_id/voting\";a:5:{s:5:\"addon\";s:6:\"Voting\";s:6:\"routes\";a:1:{s:5:\"flags\";s:41:\"/directory/photos/:entity_id/voting/flags\";}s:4:\"path\";s:35:\"/directory/photos/:entity_id/voting\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:42:\"/directory/reviews/:entity_id/vote/helpful\";a:19:{s:4:\"path\";s:42:\"/directory/reviews/:entity_id/vote/helpful\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:7:\"helpful\";s:11:\"check_perms\";b:0;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:47:\"/directory/reviews/:entity_id/vote/helpful/form\";}}s:47:\"/directory/reviews/:entity_id/vote/helpful/form\";a:19:{s:4:\"path\";s:47:\"/directory/reviews/:entity_id/vote/helpful/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:41:\"/directory/photos/:entity_id/vote/helpful\";a:19:{s:4:\"path\";s:41:\"/directory/photos/:entity_id/vote/helpful\";s:10:\"controller\";s:10:\"VoteEntity\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"vote_entity\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:4:{s:3:\"tag\";s:7:\"helpful\";s:11:\"check_perms\";b:0;s:9:\"check_own\";b:0;s:15:\"allow_anonymous\";b:0;}s:6:\"routes\";a:1:{s:4:\"form\";s:46:\"/directory/photos/:entity_id/vote/helpful/form\";}}s:46:\"/directory/photos/:entity_id/vote/helpful/form\";a:19:{s:4:\"path\";s:46:\"/directory/photos/:entity_id/vote/helpful/form\";s:10:\"controller\";s:14:\"VoteEntityForm\";s:16:\"controller_addon\";s:6:\"Voting\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"Voting\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:16:\"vote_entity_form\";s:14:\"callback_addon\";s:6:\"Voting\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:34:\"/directory/reviews/:entity_id/edit\";a:19:{s:4:\"path\";s:34:\"/directory/reviews/:entity_id/edit\";s:10:\"controller\";s:10:\"EditReview\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:15:\"edit_child_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:36:\"/directory/reviews/:entity_id/delete\";a:19:{s:4:\"path\";s:36:\"/directory/reviews/:entity_id/delete\";s:10:\"controller\";s:14:\"TrashChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:16:\"trash_child_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:33:\"/directory/photos/:entity_id/edit\";a:19:{s:4:\"path\";s:33:\"/directory/photos/:entity_id/edit\";s:10:\"controller\";s:13:\"EditChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:15:\"edit_child_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory/photos/:entity_id/delete\";a:19:{s:4:\"path\";s:35:\"/directory/photos/:entity_id/delete\";s:10:\"controller\";s:14:\"TrashChildPost\";s:16:\"controller_addon\";s:7:\"Content\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:7:\"Content\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:16:\"trash_child_post\";s:14:\"callback_addon\";s:7:\"Content\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:15:\"/directory/feed\";a:19:{s:4:\"path\";s:15:\"/directory/feed\";s:10:\"controller\";s:4:\"Feed\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:15:\"/directory/feed\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:27:\"/directory/users/:user_name\";a:19:{s:4:\"path\";s:27:\"/directory/users/:user_name\";s:10:\"controller\";s:11:\"UserReviews\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:12:\"user_reviews\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:10:\":user_name\";s:2:\".+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:1:{s:10:\"clear_tabs\";b:1;}s:6:\"routes\";a:2:{s:6:\"photos\";s:34:\"/directory/users/:user_name/photos\";s:9:\"bookmarks\";s:37:\"/directory/users/:user_name/bookmarks\";}}s:16:\"/directory/users\";a:5:{s:5:\"addon\";s:9:\"Directory\";s:6:\"routes\";a:1:{s:10:\":user_name\";s:27:\"/directory/users/:user_name\";}s:4:\"path\";s:16:\"/directory/users\";s:4:\"type\";i:0;s:6:\"format\";a:0:{}}s:34:\"/directory/users/:user_name/photos\";a:19:{s:4:\"path\";s:34:\"/directory/users/:user_name/photos\";s:10:\"controller\";s:10:\"UserPhotos\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"user_photos\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:3;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/users/:user_name/bookmarks\";a:19:{s:4:\"path\";s:37:\"/directory/users/:user_name/bookmarks\";s:10:\"controller\";s:13:\"UserBookmarks\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:14:\"user_bookmarks\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:28:\"/directory/listing/:slug/map\";a:19:{s:4:\"path\";s:28:\"/directory/listing/:slug/map\";s:10:\"controller\";s:10:\"ListingMap\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:4;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:11:\"listing_map\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:1;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:32:\"/directory/listing/:slug/contact\";a:19:{s:4:\"path\";s:32:\"/directory/listing/:slug/contact\";s:10:\"controller\";s:14:\"ListingContact\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:4;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:15:\"listing_contact\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:2;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:37:\"/directory/categories/:slug/directory\";a:19:{s:4:\"path\";s:37:\"/directory/categories/:slug/directory\";s:10:\"controller\";s:12:\"TermListings\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:4;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:13:\"term_listings\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:1;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:30:\"/directory/listing/:slug/claim\";a:19:{s:4:\"path\";s:30:\"/directory/listing/:slug/claim\";s:10:\"controller\";s:12:\"ClaimListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:5:\"claim\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:20:\"/directory-dashboard\";a:19:{s:4:\"path\";s:20:\"/directory-dashboard\";s:10:\"controller\";s:9:\"Dashboard\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:9:\"dashboard\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:3:{s:11:\":listing_id\";s:32:\"/directory-dashboard/:listing_id\";s:5:\"leads\";s:26:\"/directory-dashboard/leads\";s:9:\"bookmarks\";s:30:\"/directory-dashboard/bookmarks\";}}s:32:\"/directory-dashboard/:listing_id\";a:19:{s:4:\"path\";s:32:\"/directory-dashboard/:listing_id\";s:10:\"controller\";s:0:\"\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:10:\"my_listing\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:1:{s:11:\":listing_id\";s:3:\"\\d+\";}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:2:{s:4:\"edit\";s:37:\"/directory-dashboard/:listing_id/edit\";s:13:\"upload_photos\";s:46:\"/directory-dashboard/:listing_id/upload_photos\";}}s:37:\"/directory-dashboard/:listing_id/edit\";a:19:{s:4:\"path\";s:37:\"/directory-dashboard/:listing_id/edit\";s:10:\"controller\";s:13:\"EditMyListing\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:15:\"edit_my_listing\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:46:\"/directory-dashboard/:listing_id/upload_photos\";a:19:{s:4:\"path\";s:46:\"/directory-dashboard/:listing_id/upload_photos\";s:10:\"controller\";s:21:\"UploadMyListingPhotos\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:24:\"upload_my_listing_photos\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:35:\"/directory-dashboard/leads/:lead_id\";a:19:{s:4:\"path\";s:35:\"/directory-dashboard/leads/:lead_id\";s:10:\"controller\";s:4:\"Lead\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:0;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:1;s:13:\"callback_path\";s:4:\"lead\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:26:\"/directory-dashboard/leads\";a:19:{s:4:\"path\";s:26:\"/directory-dashboard/leads\";s:10:\"controller\";s:5:\"Leads\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:5:\"leads\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:1:{s:8:\":lead_id\";s:35:\"/directory-dashboard/leads/:lead_id\";}}s:30:\"/directory-dashboard/bookmarks\";a:19:{s:4:\"path\";s:30:\"/directory-dashboard/bookmarks\";s:10:\"controller\";s:9:\"Bookmarks\";s:16:\"controller_addon\";s:9:\"Directory\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:9:\"Directory\";s:4:\"type\";i:1;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:1;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:9:\"bookmarks\";s:14:\"callback_addon\";s:9:\"Directory\";s:6:\"weight\";i:30;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}s:31:\"/directory/listing/:slug/sample\";a:1:{s:4:\"type\";i:0;}}','no'),(88466,'_transient_timeout_sabai_bbd7bfc0d9d891f8d0f3a0e401fcebe6','1409762642','no'),(88467,'_transient_sabai_bbd7bfc0d9d891f8d0f3a0e401fcebe6','','no'),(88512,'_transient_timeout_sabai_3374096e33994ee264004807bca9ee5f','1409827955','no'),(88513,'_transient_sabai_3374096e33994ee264004807bca9ee5f','a:23:{s:12:\"Autocomplete\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:2:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";}s:4:\"path\";N;}s:7:\"Comment\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:6:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:32:\"Sabai_Addon_Content_IPermissions\";s:32:\"Sabai_Addon_Content_IPermissions\";}s:4:\"path\";N;}s:7:\"Content\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:9:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";s:25:\"Sabai_Addon_Entity_ITypes\";s:25:\"Sabai_Addon_Entity_ITypes\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:40:\"Sabai_Addon_System_IPermissionCategories\";s:40:\"Sabai_Addon_System_IPermissionCategories\";s:31:\"Sabai_Addon_System_IPermissions\";s:31:\"Sabai_Addon_System_IPermissions\";}s:4:\"path\";N;}s:4:\"Date\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:4:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";}s:4:\"path\";N;}s:9:\"Directory\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:15:\"sabai-directory\";s:10:\"interfaces\";a:12:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";s:32:\"Sabai_Addon_Taxonomy_ITaxonomies\";s:32:\"Sabai_Addon_Taxonomy_ITaxonomies\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:33:\"Sabai_Addon_Content_IContentTypes\";s:33:\"Sabai_Addon_Content_IContentTypes\";s:30:\"Sabai_Addon_System_IAdminMenus\";s:30:\"Sabai_Addon_System_IAdminMenus\";s:29:\"Sabai_Addon_System_IUserMenus\";s:29:\"Sabai_Addon_System_IUserMenus\";s:28:\"Sabai_Addon_Widgets_IWidgets\";s:28:\"Sabai_Addon_Widgets_IWidgets\";s:29:\"Sabai_Addon_System_IMainMenus\";s:29:\"Sabai_Addon_System_IMainMenus\";}s:4:\"path\";s:49:\"/wp-content/plugins/sabai-directory/lib/Directory\";}s:18:\"DirectoryCSVImport\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:15:\"sabai-directory\";s:10:\"interfaces\";a:3:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";}s:4:\"path\";s:58:\"/wp-content/plugins/sabai-directory/lib/DirectoryCSVImport\";}s:6:\"Entity\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:5:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:33:\"Sabai_Addon_Entity_IFieldStorages\";s:33:\"Sabai_Addon_Entity_IFieldStorages\";s:30:\"Sabai_Addon_Entity_IFieldCache\";s:30:\"Sabai_Addon_Entity_IFieldCache\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";}s:4:\"path\";N;}s:5:\"Field\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:3:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";}s:4:\"path\";N;}s:7:\"FieldUI\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:3:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";}s:4:\"path\";N;}s:4:\"File\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:8:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";s:25:\"Sabai_Addon_File_IStorage\";s:25:\"Sabai_Addon_File_IStorage\";}s:4:\"path\";N;}s:4:\"Form\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:2:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";}s:4:\"path\";N;}s:10:\"GoogleMaps\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:15:\"sabai-directory\";s:10:\"interfaces\";a:4:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";}s:4:\"path\";s:50:\"/wp-content/plugins/sabai-directory/lib/GoogleMaps\";}s:4:\"HTML\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:4:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";}s:4:\"path\";N;}s:8:\"Markdown\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:6:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";}s:4:\"path\";N;}s:21:\"PaidDirectoryListings\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:15:\"sabai-directory\";s:10:\"interfaces\";a:7:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:34:\"Sabai_Addon_PaidListings_IFeatures\";s:34:\"Sabai_Addon_PaidListings_IFeatures\";s:30:\"Sabai_Addon_System_IAdminMenus\";s:30:\"Sabai_Addon_System_IAdminMenus\";s:35:\"Sabai_Addon_PaidListings_IPlanTypes\";s:35:\"Sabai_Addon_PaidListings_IPlanTypes\";}s:4:\"path\";s:61:\"/wp-content/plugins/sabai-directory/lib/PaidDirectoryListings\";}s:12:\"PaidListings\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:15:\"sabai-directory\";s:10:\"interfaces\";a:1:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";}s:4:\"path\";s:52:\"/wp-content/plugins/sabai-directory/lib/PaidListings\";}s:6:\"PayPal\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:15:\"sabai-directory\";s:10:\"interfaces\";a:3:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";}s:4:\"path\";s:46:\"/wp-content/plugins/sabai-directory/lib/PayPal\";}s:6:\"System\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:5:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:30:\"Sabai_Addon_System_IAdminMenus\";s:30:\"Sabai_Addon_System_IAdminMenus\";}s:4:\"path\";N;}s:8:\"Taxonomy\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:9:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";s:25:\"Sabai_Addon_Entity_ITypes\";s:25:\"Sabai_Addon_Entity_ITypes\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:40:\"Sabai_Addon_System_IPermissionCategories\";s:40:\"Sabai_Addon_System_IPermissionCategories\";s:31:\"Sabai_Addon_System_IPermissions\";s:31:\"Sabai_Addon_System_IPermissions\";}s:4:\"path\";N;}s:6:\"Voting\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:7:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:30:\"Sabai_Addon_System_IMainRouter\";s:30:\"Sabai_Addon_System_IMainRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:24:\"Sabai_Addon_Field_ITypes\";s:24:\"Sabai_Addon_Field_ITypes\";s:32:\"Sabai_Addon_Content_IPermissions\";s:32:\"Sabai_Addon_Content_IPermissions\";s:24:\"Sabai_Addon_Form_IFields\";s:24:\"Sabai_Addon_Form_IFields\";}s:4:\"path\";N;}s:7:\"Widgets\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:1:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";}s:4:\"path\";N;}s:9:\"WordPress\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:4:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_Field_IWidgets\";s:26:\"Sabai_Addon_Field_IWidgets\";}s:4:\"path\";N;}s:6:\"jQuery\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:7:\"package\";s:5:\"sabai\";s:10:\"interfaces\";a:3:{s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:44:\"SabaiFramework_EventDispatcher_EventListener\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:31:\"Sabai_Addon_System_IAdminRouter\";s:26:\"Sabai_Addon_System_IRouter\";s:26:\"Sabai_Addon_System_IRouter\";}s:4:\"path\";N;}}','no'),(88514,'_transient_timeout_sabai_bfc8033cc323541ee9c69a1eef8fa9dd','1409827955','no'),(88515,'_transient_sabai_bfc8033cc323541ee9c69a1eef8fa9dd','a:19:{s:6:\"System\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:4:{s:4:\"site\";a:1:{s:11:\"mod_rewrite\";a:2:{s:6:\"enable\";b:0;s:6:\"format\";s:35:\"http://www.onecaribbean.org%1$s%3$s\";}}s:19:\"no_perms_in_session\";b:0;s:5:\"cache\";a:1:{s:4:\"main\";N;}s:6:\"addons\";a:2:{s:9:\"installed\";N;s:11:\"installable\";N;}}s:6:\"events\";a:21:{i:7;s:26:\"systemimainrouterinstalled\";i:8;s:27:\"systemiadminrouterinstalled\";i:9;s:28:\"systemimainrouteruninstalled\";i:10;s:29:\"systemiadminrouteruninstalled\";i:11;s:25:\"systemimainrouterupgraded\";i:12;s:26:\"systemiadminrouterupgraded\";i:14;s:22:\"sabaisystemaddonloaded\";i:15;s:20:\"sabaiwebresponsesend\";i:16;s:22:\"sabaiwebresponserender\";i:17;s:32:\"sabaiwebresponserenderhtmllayout\";i:18;s:25:\"sabairesponsesendcomplete\";i:22;s:19:\"sabaiaddoninstalled\";i:23;s:21:\"sabaiaddonuninstalled\";i:24;s:18:\"sabaiaddonupgraded\";i:26;s:36:\"systemipermissioncategoriesinstalled\";i:27;s:35:\"systemipermissioncategoriesupgraded\";i:29;s:27:\"systemipermissionsinstalled\";i:30;s:29:\"systemipermissionsuninstalled\";i:31;s:26:\"systemipermissionsupgraded\";i:33;s:15:\"systeminstalled\";i:38;s:28:\"formbuildsystemadminsettings\";}s:6:\"parent\";s:0:\"\";}s:4:\"Date\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";}s:4:\"File\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:18:{s:7:\"tmp_dir\";s:0:\"\";s:10:\"upload_dir\";s:0:\"\";s:13:\"thumbnail_dir\";s:0:\"\";s:15:\"thumbnail_width\";s:3:\"170\";s:16:\"thumbnail_height\";s:3:\"170\";s:18:\"image_medium_width\";i:300;s:17:\"image_large_width\";i:1024;s:9:\"maxSizeKB\";i:30720;s:13:\"no_pretty_url\";s:1:\"1\";s:13:\"resize_method\";s:5:\"scale\";s:4:\"page\";s:14:\"sabai/settings\";s:1:\"q\";s:14:\"/settings/file\";s:8:\"noheader\";s:1:\"1\";s:6:\"__ajax\";s:12:\"#sabai-modal\";s:20:\"_sabai_form_build_id\";s:32:\"9978371d88e6d777b9c56969664f690f\";s:3:\"__t\";s:10:\"d34cca2d90\";s:18:\"_sabai_form_submit\";a:1:{i:0;s:12:\"Save Changes\";}s:14:\"thumbnail_size\";N;}s:6:\"events\";a:7:{i:12;s:12:\"sabairuncron\";i:25;s:31:\"entitydeletefieldconfigssuccess\";i:26;s:26:\"entitycreatebundlessuccess\";i:27;s:26:\"entityupdatebundlessuccess\";i:28;s:26:\"entitydeletebundlessuccess\";i:29;s:25:\"fielduisubmitfieldsuccess\";i:30;s:23:\"entityrendercontenthtml\";}s:6:\"parent\";s:0:\"\";}s:4:\"Form\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:3:{i:9;s:20:\"formifieldsinstalled\";i:10;s:22:\"formifieldsuninstalled\";i:11;s:19:\"formifieldsupgraded\";}s:6:\"parent\";s:0:\"\";}s:4:\"HTML\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";}s:5:\"Field\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:6:{i:5;s:20:\"fielditypesinstalled\";i:6;s:22:\"fielditypesuninstalled\";i:7;s:19:\"fielditypesupgraded\";i:8;s:22:\"fieldiwidgetsinstalled\";i:9;s:24:\"fieldiwidgetsuninstalled\";i:10;s:21:\"fieldiwidgetsupgraded\";}s:6:\"parent\";s:0:\"\";}s:6:\"Entity\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:2:{s:13:\"field_storage\";s:3:\"sql\";s:18:\"field_cache_plugin\";s:6:\"Entity\";}s:6:\"events\";a:8:{i:6;s:21:\"entityitypesinstalled\";i:7;s:23:\"entityitypesuninstalled\";i:8;s:20:\"entityitypesupgraded\";i:23;s:29:\"entityifieldstoragesinstalled\";i:24;s:31:\"entityifieldstoragesuninstalled\";i:25;s:28:\"entityifieldstoragesupgraded\";i:31;s:16:\"fieldtypedeleted\";i:33;s:16:\"systemclearcache\";}s:6:\"parent\";s:0:\"\";}s:6:\"Voting\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:12:{i:11;s:26:\"entitycreatebundlessuccess\";i:12;s:26:\"entityupdatebundlessuccess\";i:13;s:26:\"entitydeletebundlessuccess\";i:14;s:18:\"entitycreateentity\";i:15;s:20:\"entityrenderentities\";i:17;s:23:\"entityrendercontenthtml\";i:20;s:30:\"formbuildcontentadminlistposts\";i:21;s:35:\"formbuildcontentadminlistchildposts\";i:23;s:19:\"contentpoststrashed\";i:24;s:20:\"commentflaggedasspam\";i:27;s:32:\"contentadminpostsurlparamsfilter\";i:28;s:22:\"contentadminpostsquery\";}s:6:\"parent\";s:0:\"\";}s:6:\"jQuery\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:2:{s:11:\"no_conflict\";b:0;s:9:\"no_ui_css\";b:1;}s:6:\"events\";a:1:{i:1;s:32:\"sabaiwebresponserenderhtmllayout\";}s:6:\"parent\";s:0:\"\";}s:7:\"Comment\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:2:{s:4:\"spam\";a:3:{s:9:\"threshold\";i:11;s:11:\"auto_delete\";b:1;s:12:\"delete_after\";i:3;}s:15:\"show_login_link\";b:1;}s:6:\"events\";a:7:{i:11;s:26:\"entitycreatebundlessuccess\";i:12;s:26:\"entityupdatebundlessuccess\";i:13;s:26:\"entitydeletebundlessuccess\";i:14;s:20:\"entityrenderentities\";i:15;s:30:\"formbuildcontentadminlistposts\";i:16;s:35:\"formbuildcontentadminlistchildposts\";i:19;s:12:\"sabairuncron\";}s:6:\"parent\";s:0:\"\";}s:7:\"Content\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:15:{i:3;s:29:\"contenticontenttypesinstalled\";i:4;s:31:\"contenticontenttypesuninstalled\";i:5;s:28:\"contenticontenttypesupgraded\";i:16;s:26:\"entitycreatebundlessuccess\";i:17;s:26:\"entityupdatebundlessuccess\";i:18;s:26:\"entitydeletebundlessuccess\";i:22;s:25:\"entitycreatecontententity\";i:23;s:25:\"entityupdatecontententity\";i:24;s:32:\"entitycreatecontententitysuccess\";i:25;s:32:\"entityupdatecontententitysuccess\";i:26;s:32:\"entitydeletecontententitysuccess\";i:30;s:12:\"sabairuncron\";i:31;s:24:\"systemsitemapindexfilter\";i:32;s:28:\"votingcontententityvotedflag\";i:33;s:34:\"votingcontententityvotedeletedflag\";}s:6:\"parent\";s:0:\"\";}s:7:\"FieldUI\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:7:{i:4;s:40:\"sabaiwebresponserenderfielduiadminfields\";i:5;s:21:\"entityitypesinstalled\";i:6;s:23:\"entityitypesuninstalled\";i:7;s:20:\"entityitypesupgraded\";i:8;s:26:\"entitycreatebundlessuccess\";i:9;s:26:\"entityupdatebundlessuccess\";i:10;s:26:\"entitydeletebundlessuccess\";}s:6:\"parent\";s:0:\"\";}s:7:\"Widgets\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:3:{i:1;s:24:\"widgetsiwidgetsinstalled\";i:2;s:26:\"widgetsiwidgetsuninstalled\";i:3;s:23:\"widgetsiwidgetsupgraded\";}s:6:\"parent\";s:0:\"\";}s:8:\"Markdown\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:3:{s:4:\"help\";b:0;s:8:\"help_url\";s:37:\"http://en.wikipedia.org/wiki/Markdown\";s:11:\"help_window\";a:2:{s:5:\"width\";i:720;s:6:\"height\";i:480;}}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";}s:8:\"Taxonomy\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:16:{i:16;s:28:\"taxonomyitaxonomiesinstalled\";i:17;s:30:\"taxonomyitaxonomiesuninstalled\";i:18;s:27:\"taxonomyitaxonomiesupgraded\";i:19;s:26:\"entitycreatebundlessuccess\";i:20;s:26:\"entityupdatebundlessuccess\";i:21;s:26:\"entitydeletebundlessuccess\";i:22;s:25:\"entitycreateentitysuccess\";i:23;s:25:\"entityupdateentitysuccess\";i:24;s:20:\"entityrenderentities\";i:25;s:24:\"entityrendertaxonomyhtml\";i:26;s:30:\"formbuildcontentadminlistposts\";i:27;s:35:\"formbuildcontentadminlistchildposts\";i:28;s:32:\"contentadminpostsurlparamsfilter\";i:29;s:22:\"contentadminpostsquery\";i:33;s:32:\"sabaiwebresponserenderhtmllayout\";i:37;s:24:\"systemsitemapindexfilter\";}s:6:\"parent\";s:0:\"\";}s:9:\"WordPress\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:1:{s:17:\"do_user_shortcode\";b:0;}s:6:\"events\";a:23:{i:4;s:25:\"sabaiwordpressaddonloaded\";i:6;s:21:\"systemadmininfofilter\";i:7;s:24:\"widgetsiwidgetsinstalled\";i:8;s:26:\"widgetsiwidgetsuninstalled\";i:9;s:23:\"widgetsiwidgetsupgraded\";i:10;s:25:\"systemimainmenusinstalled\";i:11;s:27:\"systemimainmenusuninstalled\";i:12;s:24:\"systemimainmenusupgraded\";i:13;s:26:\"systemiadminmenusinstalled\";i:14;s:28:\"systemiadminmenusuninstalled\";i:15;s:25:\"systemiadminmenusupgraded\";i:16;s:41:\"sabaiwebresponserendercontentadminaddpost\";i:17;s:46:\"sabaiwebresponserendercontentadminaddchildpost\";i:18;s:42:\"sabaiwebresponserendercontentadmineditpost\";i:19;s:47:\"sabaiwebresponserendercontentadmineditchildpost\";i:20;s:42:\"sabaiwebresponserendertaxonomyadminaddterm\";i:21;s:43:\"sabaiwebresponserendertaxonomyadmineditterm\";i:24;s:28:\"formbuildsystemadminsettings\";i:26;s:21:\"sabaiaddonuninstalled\";i:27;s:18:\"sabaiaddonupgraded\";i:28;s:21:\"contentpostbodyfilter\";i:29;s:22:\"taxonomytermbodyfilter\";i:32;s:16:\"entityviewentity\";}s:6:\"parent\";s:0:\"\";}s:12:\"Autocomplete\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:0:{}s:6:\"parent\";s:0:\"\";}s:9:\"Directory\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:8:{s:7:\"display\";a:20:{s:7:\"perpage\";s:2:\"20\";s:14:\"review_perpage\";s:2:\"10\";s:16:\"bookmark_perpage\";s:2:\"10\";s:5:\"sorts\";a:3:{i:0;s:6:\"newest\";i:1;s:7:\"reviews\";i:2;s:5:\"title\";}s:4:\"sort\";s:6:\"newest\";s:11:\"review_sort\";s:11:\"helpfulness\";s:10:\"photo_sort\";s:6:\"newest\";s:13:\"bookmark_sort\";s:5:\"added\";s:4:\"view\";s:4:\"list\";s:12:\"f_categories\";s:1:\"1\";s:8:\"f_photos\";s:1:\"1\";s:12:\"listing_tabs\";a:2:{s:7:\"options\";a:5:{s:7:\"reviews\";s:7:\"Reviews\";s:6:\"photos\";s:6:\"Photos\";s:3:\"map\";s:3:\"Map\";s:7:\"contact\";s:10:\"Contact Us\";s:6:\"sample\";s:17:\"Custom Tab Sample\";}s:7:\"default\";a:3:{i:0;s:6:\"photos\";i:1;s:3:\"map\";i:2;s:7:\"contact\";}}s:16:\"category_columns\";s:1:\"2\";s:17:\"no_photo_comments\";s:1:\"1\";s:9:\"f_reviews\";b:0;s:6:\"f_tabs\";a:3:{s:10:\"categories\";b:1;s:7:\"reviews\";b:1;s:6:\"photos\";b:1;}s:12:\"grid_columns\";i:4;s:19:\"listing_default_tab\";s:7:\"reviews\";s:14:\"stick_featured\";b:1;s:7:\"buttons\";a:5:{s:6:\"search\";s:17:\"sabai-btn-primary\";s:7:\"listing\";s:17:\"sabai-btn-success\";s:6:\"review\";s:17:\"sabai-btn-success\";s:6:\"photos\";s:17:\"sabai-btn-success\";s:10:\"directions\";s:17:\"sabai-btn-primary\";}}s:3:\"map\";a:9:{s:6:\"height\";s:3:\"500\";s:9:\"list_show\";s:1:\"1\";s:11:\"list_height\";s:3:\"400\";s:4:\"icon\";s:0:\"\";s:5:\"style\";s:0:\"\";s:20:\"listing_default_zoom\";s:2:\"15\";s:13:\"distance_mode\";s:2:\"km\";s:7:\"options\";a:2:{s:15:\"marker_clusters\";s:1:\"1\";s:11:\"scrollwheel\";b:0;}s:7:\"disable\";b:0;}s:5:\"photo\";a:5:{s:13:\"max_file_size\";s:4:\"1024\";s:7:\"max_num\";s:1:\"3\";s:13:\"max_num_owner\";s:1:\"3\";s:14:\"max_num_photos\";s:1:\"3\";s:14:\"max_num_review\";s:1:\"3\";}s:4:\"spam\";a:3:{s:9:\"threshold\";a:4:{s:7:\"listing\";s:2:\"30\";s:6:\"review\";s:2:\"15\";s:5:\"photo\";s:2:\"15\";s:6:\"header\";N;}s:11:\"auto_delete\";s:1:\"1\";s:12:\"delete_after\";s:1:\"7\";}s:6:\"claims\";a:6:{s:8:\"duration\";s:3:\"365\";s:12:\"grace_period\";s:1:\"7\";s:3:\"tac\";a:4:{s:4:\"type\";s:4:\"none\";s:4:\"link\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:9:\"claim_tac\";s:0:\"\";}s:14:\"allow_existing\";b:0;s:17:\"claim_form_header\";s:0:\"\";s:10:\"no_comment\";b:0;}s:5:\"pages\";a:6:{s:14:\"directory_slug\";s:9:\"directory\";s:15:\"directory_title\";s:9:\"Directory\";s:12:\"listing_slug\";s:7:\"listing\";s:14:\"dashboard_slug\";s:19:\"directory-dashboard\";s:15:\"dashboard_title\";s:19:\"Directory Dashboard\";s:16:\"dashboard_nolink\";b:0;}s:6:\"search\";a:3:{s:15:\"min_keyword_len\";s:1:\"3\";s:6:\"no_loc\";b:0;s:7:\"country\";N;}s:12:\"listing_name\";s:17:\"directory_listing\";}s:6:\"events\";a:31:{i:37;s:20:\"entityrenderentities\";i:38;s:39:\"entityrendercontentdirectorylistinghtml\";i:39;s:45:\"entityrendercontentdirectorylistingreviewhtml\";i:40;s:44:\"entityrendercontentdirectorylistingphotohtml\";i:41;s:41:\"entitycreatecontentdirectorylistingentity\";i:42;s:30:\"formbuildcontentadminlistposts\";i:43;s:31:\"formbuildtaxonomyadminlistterms\";i:44;s:32:\"contentadminpostsurlparamsfilter\";i:45;s:22:\"contentadminpostsquery\";i:46;s:35:\"formbuildcontentadminlistchildposts\";i:48;s:37:\"votingdirectorylistingentityvotedflag\";i:49;s:43:\"votingdirectorylistingreviewentityvotedflag\";i:50;s:42:\"votingdirectorylistingphotoentityvotedflag\";i:51;s:12:\"sabairuncron\";i:54;s:41:\"contentdirectorylistingreviewpoststrashed\";i:55;s:42:\"contentdirectorylistingreviewpostsrestored\";i:56;s:58:\"entitybulkdeletecontentdirectorylistingreviewentitysuccess\";i:57;s:32:\"sabaiwebresponserenderhtmllayout\";i:58;s:48:\"entitycreatecontentdirectorylistingentitysuccess\";i:59;s:54:\"entitycreatecontentdirectorylistingreviewentitysuccess\";i:60;s:54:\"entityupdatecontentdirectorylistingreviewentitysuccess\";i:61;s:53:\"entitycreatecontentdirectorylistingphotoentitysuccess\";i:62;s:52:\"entitycreatecontentdirectorylistingleadentitysuccess\";i:63;s:50:\"entitycreatetaxonomydirectorycategoryentitysuccess\";i:64;s:50:\"entityupdatetaxonomydirectorycategoryentitysuccess\";i:65;s:20:\"contentpostpublished\";i:66;s:27:\"commentsubmitcommentsuccess\";i:68;s:31:\"systemuserprofileactivityfilter\";i:69;s:23:\"directoryinstallsuccess\";i:70;s:33:\"directorylistingclaimstatuschange\";i:71;s:18:\"systemroutesfilter\";}s:6:\"parent\";s:0:\"\";}s:10:\"GoogleMaps\";a:4:{s:7:\"version\";s:6:\"1.2.31\";s:6:\"config\";a:0:{}s:6:\"events\";a:2:{i:6;s:32:\"sabaiwebresponserenderhtmllayout\";i:7;s:24:\"googlemapsupgradesuccess\";}s:6:\"parent\";s:0:\"\";}}','no'),(88544,'_site_transient_timeout_browser_376956767818a23f320b0ffbb60a9092','1409843630','yes'),(88545,'_site_transient_browser_376956767818a23f320b0ffbb60a9092','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"31.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(88560,'_transient_timeout_sabai_a78a33fe587ed7075d3104ef35730380','1409845659','no'),(88561,'_transient_sabai_a78a33fe587ed7075d3104ef35730380','a:1:{s:20:\"/sabai-sitemap-index\";a:19:{s:4:\"path\";s:20:\"/sabai-sitemap-index\";s:10:\"controller\";s:12:\"SitemapIndex\";s:16:\"controller_addon\";s:6:\"System\";s:7:\"forward\";s:0:\"\";s:5:\"addon\";s:6:\"System\";s:4:\"type\";i:3;s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"title_callback\";b:0;s:15:\"access_callback\";b:0;s:13:\"callback_path\";s:20:\"/sabai-sitemap-index\";s:14:\"callback_addon\";s:6:\"System\";s:6:\"weight\";i:9;s:6:\"format\";a:0:{}s:4:\"ajax\";i:1;s:6:\"method\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"data\";a:0:{}s:6:\"routes\";a:0:{}}}','no'),(88813,'_transient_timeout_sabai_1e498298e07e9388be1ebfce4665ef04','1410092285','no'),(88814,'_transient_sabai_1e498298e07e9388be1ebfce4665ef04','a:1:{i:0;s:15:\"sabai-directory\";}','no'),(88925,'_transient_timeout_sabai_351f080f7f32ddf479965e59c3274a13','1409680815','no'),(88926,'_transient_sabai_351f080f7f32ddf479965e59c3274a13','a:23:{i:0;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:58:\"https://www.onecaribbean.org/directory/categories/airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378911468;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:1;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"https://www.onecaribbean.org/directory/categories/cruise-lines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378911547;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:2;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:70:\"https://www.onecaribbean.org/directory/categories/advertising-agencies\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378911581;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:3;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:76:\"https://www.onecaribbean.org/directory/categories/associations-organizations\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378920153;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:4;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:60:\"https://www.onecaribbean.org/directory/categories/car-rental\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378920231;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:5;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:79:\"https://www.onecaribbean.org/directory/categories/yacht-water-craft-cargo-lines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378920304;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:6;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:80:\"https://www.onecaribbean.org/directory/categories/financial-services-credit-card\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378920570;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:7;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"https://www.onecaribbean.org/directory/categories/accommodations\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378920718;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:8;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:70:\"https://www.onecaribbean.org/directory/categories/management-companies\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378921501;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:9;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:74:\"https://www.onecaribbean.org/directory/categories/caribbean-based-business\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378923423;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:10;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"https://www.onecaribbean.org/directory/categories/media-websites\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378924941;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:11;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:67:\"https://www.onecaribbean.org/directory/categories/general-suppliers\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378926809;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:12;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"https://www.onecaribbean.org/directory/categories/marketing-pr\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378926861;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:13;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:72:\"https://www.onecaribbean.org/directory/categories/retail-travel-agencies\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378926913;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:14;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:74:\"https://www.onecaribbean.org/directory/categories/charitable-organizations\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378926974;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:15;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:67:\"https://www.onecaribbean.org/directory/categories/affiliate-members\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378927037;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:16;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:74:\"https://www.onecaribbean.org/directory/categories/legal-services-companies\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378927182;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:17;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"https://www.onecaribbean.org/directory/categories/associations-organizations-1\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378927314;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:18;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:83:\"https://www.onecaribbean.org/directory/categories/educational-research-institutions\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378927352;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:19;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"https://www.onecaribbean.org/directory/categories/telecommunications-companies\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378927473;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:20;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:58:\"https://www.onecaribbean.org/directory/categories/chapters\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378927511;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:21;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"https://www.onecaribbean.org/directory/categories/allied-members\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378932167;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}i:22;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:65:\"https://www.onecaribbean.org/directory/categories/carrier-members\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1378932204;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.20000000000000001;}}','no'),(88935,'_transient_timeout_sabai_7b55ef0be990deb3834c4e15cb9c1db0','1409684679','no'),(88936,'_transient_sabai_7b55ef0be990deb3834c4e15cb9c1db0','a:0:{}','no'),(89008,'_transient_timeout_sabai_8629e01091997275be59cf1117a3477a','1409745960','no'),(89009,'_transient_sabai_8629e01091997275be59cf1117a3477a','a:2:{s:4:\"time\";i:1409659560;s:5:\"items\";a:20:{i:0;a:7:{s:5:\"title\";s:24:\"TurnStyle Marketing Inc.\";s:8:\"pub_date\";i:1399389960;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:69:\"http://www.onecaribbean.org/directory/listing/turnstyle-marketing-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:69:\"http://www.onecaribbean.org/directory/listing/turnstyle-marketing-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1306:\"<p>TurnStyle has a successful track record of overseeing and directing high-impact marketing, public relations, and promotional campaigns, along with innovative Destination Marketing Services throughout the United States, Canada, and the Caribbean. With offices in New York and Florida, TurnStyle seamlessly services projects throughout all major North American tourism markets.</p>\r\n\r\n<p>TurnStyle’s principal, Marie Walker, is a Caribbean national who has been working in the field for more than 30 years. She surrounds herself with a diverse team of professionals who work in all areas of international tourism, hospitality management, meetings and incentives, event planning, public relations, website and brand development, niche marketing, social media, advertising and strategic planning to bring best-in-class services to the tourism and destination marketing sector. This comprehensive approach allows TurnStyle to lead and motivate teams toward overcoming organization-wide challenges with a common vision while delivering timely, cost-effective solutions amid difficult budgetary constraints.</p>\r\n\r\n<p>Check out their website <a href=\"http://www.goturnstyle.com/\" target=\"_blank\" rel=\"nofollow\">www.goturnstyle.com</a> to view their current and past clients, awards and endorsements.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:18:\"40.9188 -73.824735\";}}i:1;a:7:{s:5:\"title\";s:17:\"Joy Agness Events\";s:8:\"pub_date\";i:1397150520;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:63:\"http://www.onecaribbean.org/directory/listing/joy-agness-events\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:63:\"http://www.onecaribbean.org/directory/listing/joy-agness-events\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:585:\"<p><img class=\"alignright size-full wp-image-19811\" alt=\"joyagnessevents\" src=\"http://www.onecaribbean.org/wp-content/uploads/joyagnessevents.png\" width=\"315\" height=\"259\" />Joy Agness Events is an international event planning firm specializing in destination weddings in South Beach, Miami, Fort Lauderdale, Palm Beach and the Caribbean. We are a multicultural event design firm with experience in corporate events, conferences and social events.</p>\r\n\r\n<p>Preston Bailey, Certified Designer and all our staff are certified planners. Come and experience \"The Royal Treatment\".</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"26.006933 -80.356391\";}}i:2;a:7:{s:5:\"title\";s:40:\"Unique Vacations/Sandals Beaches Resorts\";s:8:\"pub_date\";i:1393005000;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:85:\"http://www.onecaribbean.org/directory/listing/unique-vacationssandals-beaches-resorts\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:85:\"http://www.onecaribbean.org/directory/listing/unique-vacationssandals-beaches-resorts\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:798:\"<p>With 15 stunning beachfront settings, Sandals Resorts has earned a worldwide reputation for providing two people in love with the most romantic vacation experience in the Caribbean. Sandals Resorts welcomes guests to the islands of Jamaica, Antigua, Saint Lucia, The Bahamas, Barbados and soon Grenada with a myriad of exclusive amenities from luxurious accommodations and Butler service to gourmet specialty dining and premium wines and spirits. The award-winning Sandals Resorts is also the perfect venue for dream destination weddings, vow renewals, honeymoons, or what Sandals Resorts has coined WeddingMoons®. For more information on Sandals Resorts Luxury Included experience, please visit <a href=\"http://www.sandals.com.\" target=\"_blank\" rel=\"nofollow\">www.sandals.com.</a></p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"18.466667 -77.916667\";}}i:3;a:7:{s:5:\"title\";s:9:\"Turner PR\";s:8:\"pub_date\";i:1393004040;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:55:\"http://www.onecaribbean.org/directory/listing/turner-pr\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:55:\"http://www.onecaribbean.org/directory/listing/turner-pr\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1230:\"<p>Turner PR is a boutique public relations firm specializing in PR, social media and digital communications representing some of the world’s best resorts, destinations and brands. Our two specialty divisions are travel, tourism & real estate and active lifestyle, outdoor & fashion brands. We like to think that we represent all of the places you’d like to go, and items you’d pack for your adventures.</p>\r\n\r\n<p>We have two U.S. offices in New York and Denver to best service our worldwide clients based in the U.S., U.K., Canada, Mexico and Caribbean. Founded in 1997, our tenured team of talented, full-time veterans has a passion for travel and active lifestyles. We live and breathe our clients’ cultures and deliver meaningful results from our deep industry relationships with journalists and influencers.</p>\r\n\r\n<p>Our dedicated 360 approach to delivering integrated social media, digital and PR campaigns continues to deliver bottom-line results for our clients through powerful media exposure, influencer followings and consumer engagement. We are a relationship PR agency, acting as in-house support for our clients, and we are proud of our culture - we work hard, we get results and we give back.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"40.755688 -73.990274\";}}i:4;a:7:{s:5:\"title\";s:14:\"TravelZoo Inc.\";s:8:\"pub_date\";i:1393001640;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/travelzoo-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/travelzoo-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:507:\"<p>Travelzoo Inc. is a global Internet media company. With more than 26 million subscribers in North America, Europe, and Asia Pacific and 25 offices worldwide, Travelzoo® publishes deals from more than 2,000 travel, entertainment and local companies. Travelzoo Deal Experts review offers to find the best deals and confirm their true value. In Asia Pacific, Travelzoo is independently owned and operated by Travelzoo (Asia) Ltd. and Travelzoo Japan K.K. under a license agreement with Travelzoo Inc.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:21:\"37.386293 -122.084191\";}}i:5;a:7:{s:5:\"title\";s:21:\"CARIBSAVE Partnership\";s:8:\"pub_date\";i:1393001040;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:67:\"http://www.onecaribbean.org/directory/listing/caribsave-partnership\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:67:\"http://www.onecaribbean.org/directory/listing/caribsave-partnership\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:436:\"<p><a href=\"http://www.caribsave.org/\" rel=\"nofollow\">The CARIBSAVE Partnership</a> (CARIBSAVE) is a Not-For-Profit regional organization based in the Caribbean with its Headquarters in Barbados. CARIBSAVE works with stakeholders to address the impacts and challenges surrounding climate change, the environment, economic development and community livelihoods across the Caribbean Basin, using an integrated and holistic approach.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"13.076192 -59.598588\";}}i:6;a:7:{s:5:\"title\";s:17:\"L\'Esperance Hotel\";s:8:\"pub_date\";i:1392754500;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/lesperance-hotel\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/lesperance-hotel\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:875:\"<p>We have 22 spacious and luxurious one and two bedroom suites appointed in tropical rattan. Features include our beautiful pool with a sun deck, air-conditioning, cable TV, direct dial telephones, in-room safes, full kitchens, private balconies, and free Wifi.</p>\r\n\r\n<p>There are two two-bedroom suites with over 600 square feet (about 60 square meters) of living area. The full kitchen includes a four burner stove, refrigerator, and cooking utensils. The private balcony is almost 100 square feet (9 square meters). There is one bath.</p>\r\n\r\n<p>There are twenty one-bedroom suites with about 300 square feet (aout 30 square meters) of living area. The full kitchen includes a two burner stove, refrigerator, and cooking utensils. The private balcony is almost 50 square feet (5 square meters). There is one bath. Several of these suites have interconnecting doors.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"18.059857 -63.097186\";}}i:7;a:7:{s:5:\"title\";s:16:\"Jadd Fong Travel\";s:8:\"pub_date\";i:1392749940;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/jadd-fong-travel\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/jadd-fong-travel\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1747:\"<p>Jadd Fong Inc. is a small family owned company registered in New Mexico, d.b.a. Jadd Fong Travel. The company is run and managed by its CEO John Fontaine. He began his travel career working for a host agency based in Florida, but the company went bankrupt in 2007. The loss of revenue and his client base motivated him to form his own Albuquerque travel agency, which resulted in the formation of Jadd Fong Travel.</p>\r\n\r\n<p>Since the inception of the company, we have mushroomed into a reputable agency with an A-Rating from the Better Business Bureau (B.B.B.) of the South West. We are currently the holder of the Trust Earned Travel seal (T.E.T.) for providing the highest ethical and professional standards to clients in the travel Industry. The agency is also a member of the Greater Albuquerque Chamber of Commerce, Hispano Chamber of Commerce, African American Chamber of Commerce, C.L.I.A., O.S.S.N and N.A.C.T.A.</p>\r\n\r\n<p>Jadd Fong Travel specializes in Caribbean travel because John was born and spent most of his life in the Caribbean area. During his stay in the Caribbean, he traveled extensively throughout the region and learned about the different island cultures and beauty spots. In addition, the agency provides sea and river cruises worldwide, airline bookings, hotels, rail, resorts and vacation packages. Two of the agency’s most popular destinations are the Hawaiian Islands and Alaska.</p>\r\n\r\n<p>Our agency prides itself as an Albuquerque travel agency providing excellent customer service in a professional and timely manner to its clients. Visit our customer reviews and read what they are saying about us. Also, be sure to checkout our blog section where we share our experiences on cruises and destinations.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"35.181274 -106.54123\";}}i:8;a:7:{s:5:\"title\";s:23:\"ClickWed Caribbean Inc.\";s:8:\"pub_date\";i:1392748560;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:68:\"http://www.onecaribbean.org/directory/listing/clickwed-caribbean-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:68:\"http://www.onecaribbean.org/directory/listing/clickwed-caribbean-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1438:\"<p>Click Wed Caribbean Inc. is a boutique wedding planning company based on the Caribbean island of Barbados and is an Allied Member of the Caribbean Tourism Organization. Click Wed Caribbean Inc. was founded in 2013 by Shari Green leading her team of expert destination wedding planners who help visitors get married or renew their vows in this lovely place called the Caribbean. We also assist our clients with pre- and post-wedding activities through our exclusive concierge service.</p>\r\n\r\n<p align=\"justify\">Prior to the opening of Click Wed Caribbean Inc., Shari established Click Wed Barbados in 2006 and operated that business with similar services to visitors to Barbados only from 2010. As demand grew for our stellar service within Barbados and throughout the Caribbean, Shari incorporated the business under its new name, Click Wed Caribbean Inc., to grow the company by offering <a href=\"http://www.weddingwire.com/reviews/click-wed-caribbean-inc-st-michael/d1c434156b12563b.html\" target=\"_blank\" rel=\"nofollow\">our highly rated services</a> to visitors to other Caribbean islands.</p>\r\n\r\n<p align=\"justify\"><a title=\"CONTACT\" href=\"http://clickwedcaribbean.com/contact/\" rel=\"nofollow\">Contact us</a> today to get started planning your very own Caribbean destination wedding or vow renewal. We absolutely love planning dream destination weddings in the Caribbean. This is our passion! We would be happy to serve you!</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"13.148292 -59.552715\";}}i:9;a:7:{s:5:\"title\";s:18:\"APPsolutely Co.Ltd\";s:8:\"pub_date\";i:1392748260;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"http://www.onecaribbean.org/directory/listing/appsolutely-co-ltd\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"http://www.onecaribbean.org/directory/listing/appsolutely-co-ltd\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:143:\"<p>APPsolutely is a mobile application software company focused on developing compelling mobile apps with global appeal in the Caribbean.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"13.074703 -59.583683\";}}i:10;a:7:{s:5:\"title\";s:15:\"United Airlines\";s:8:\"pub_date\";i:1390250580;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:61:\"http://www.onecaribbean.org/directory/listing/united-airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:61:\"http://www.onecaribbean.org/directory/listing/united-airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:919:\"<p>United Airlines and United Express operate an average of more than 5, 300 flights a day to more than 360 airports across six continents. United operates nearly 700 mainline aircraft and has made large-scale investments in its fleet. <em>Business Traveler</em> magazine awarded United Best Airline for North American Travel for 2012, and readers of <em>Global Traveler</em> magazine have voted United\'s MileagePlus program the best frequent flyer program for nine consecutive years.</p>\r\n\r\n<p>United is a founding member of Star Alliance, which provides service to 195 countries via 28 member airlines.</p>\r\n\r\n<p>For more information, visit <a href=\"http://www.united.cim\" target=\"_blank\" rel=\"nofollow\">united.com</a> or follow United on <a href=\"http://www.twitter.com/united\" target=\"_blank\" rel=\"nofollow\">Twitter</a> and <a href=\"http://www.facebook.com/united\" target=\"_blank\" rel=\"nofollow\">Facebook.</a></p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"40.661018 -74.419556\";}}i:11;a:7:{s:5:\"title\";s:14:\"OpusSeven Inc.\";s:8:\"pub_date\";i:1385402700;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/opusseven-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/opusseven-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:606:\"<p>OpusSeven is a branding agency located in the heart of New York City with our niche in the hospitality industry. Our specialty is making brands like yours come alive.</p>\r\n\r\n<p>At OpusSeven, we are catalysts of change, ambassadors of brand integrity and positioning. We clearly define your brand, its position and remarkable story. By doing this, we create a platform to boost your selling position and communicate what your brand represents. OpusSeven has helped many companies reach their brand potential.</p>\r\n\r\n<p>Our expertise has led us to work with small to medium to fortune 500 companies.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"40.670083 -73.941876\";}}i:12;a:7:{s:5:\"title\";s:27:\"Caribbean Congress of Labor\";s:8:\"pub_date\";i:1382017080;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/caribbean-congress-of-labor\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/caribbean-congress-of-labor\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:492:\"<p>The Caribbean Congress of Labour (CCL) is a regional trade union federation. It represents 500,000 members in 33 affiliated unions across 17 Caribbean nations. The federation represents trade union concerns to the Caribbean Community (CARICOM), as well as the Association of Caribbean States (ACS), and the Organisation of Eastern Caribbean States (OECS). The CCL works with both the International Trade Union Confederation (ITUC) and the Inter American Regional Organisation (ORIT).</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"13.085731 -59.601168\";}}i:13;a:7:{s:5:\"title\";s:29:\"CARICOM (Caribbean Community)\";s:8:\"pub_date\";i:1381955520;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/caricom-caribbean-community\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/caricom-caribbean-community\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1372:\"<p>In 1972, Commonwealth Caribbean leaders at the Seventh Heads of Government Conference decided to transform the Caribbean Free Trade Association (CARIFTA) into a Common Market and establish the Caribbean Community, of which the Common Market would be an integral part.</p>\r\n\r\n<p>The signing of the Treaty establishing the Caribbean Community, Chaguaramas, 4th July 1973, was a defining moment in the history of the Commonwealth Caribbean. Although a free-trade area had been established, CARIFTA did not provide for the free movement of labour and capital, or the coordination of agricultural, industrial and foreign policies.</p>\r\n\r\n<p>The objectives of the Community, identified in Article 6 of the Revised Treaty, are: to improve standards of living and work; the full employment of labour and other factors of production; accelerated, coordinated and sustained economic development and convergence; expansion of trade and economic relations with third States; enhanced levels of international competitiveness; organisation for increased production and productivity; achievement of a greater measure of economic leverage and effectiveness of Member States in dealing with third States, groups of States and entities of any description and the enhanced co-ordination of Member States’ foreign and foreign economic policies and enhanced functional co-operation.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:19:\"6.804611 -58.154831\";}}i:14;a:7:{s:5:\"title\";s:29:\"UN World Tourism Organization\";s:8:\"pub_date\";i:1381953720;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:75:\"http://www.onecaribbean.org/directory/listing/un-world-tourism-organization\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:75:\"http://www.onecaribbean.org/directory/listing/un-world-tourism-organization\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1353:\"<p>The World Tourism Organization (UNWTO) is the United Nations agency responsible for the promotion of responsible, sustainable and universally accessible tourism.</p>\r\n\r\n<p>As the leading international organization in the field of tourism, UNWTO promotes tourism as a driver of economic growth, inclusive development and environmental sustainability and offers leadership and support to the sector in advancing knowledge and tourism policies worldwide.</p>\r\n\r\n<p>UNWTO encourages the implementation of the Global Code of Ethics for Tourism, to maximize tourism’s socio-economic contribution while minimizing its possible negative impacts, and is committed to promoting tourism as an instrument in achieving the United Nations Millennium Development Goals (MDGs), geared towards reducing poverty and fostering sustainable development.</p>\r\n\r\n<p>UNWTO generates market knowledge, promotes competitive and sustainable tourism policies and instruments, fosters tourism education and training, and works to make tourism an effective tool for development through technical assistance projects in over 100 countries around the world.</p>\r\n\r\n<p>UNWTO’s membership includes 156 countries, 6 Associate Members and over 400 Affiliate Members representing the private sector, educational institutions, tourism associations and local tourism authorities.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:19:\"40.460503 -3.691661\";}}i:15;a:7:{s:5:\"title\";s:40:\"Organization of Eastern Caribbean States\";s:8:\"pub_date\";i:1381937820;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:86:\"http://www.onecaribbean.org/directory/listing/organization-of-eastern-caribbean-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:86:\"http://www.onecaribbean.org/directory/listing/organization-of-eastern-caribbean-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:770:\"<p>The Organisation of Eastern Caribbean States (OECS) was established on June 18th 1981, when seven Eastern Caribbean countries signed a treaty agreeing to cooperate with each other, promote unity and solidarity among the Members.</p>\r\n\r\n<p>The Mission of the Organisation of Eastern Caribbean States is to be a Center of Excellence contributing to the sustainable development of OECS Member States by supporting their strategic insertion into the global economy while maximizing the benefits accruing from their collective space.</p>\r\n\r\n<p>The OECS Member States are: Anguilla, Antigua & Barbuda, British Virgin Islands, Commonwealth of Dominica, Grenada, Montserrat, Saint Lucia, St. Christopher (St. Kitts) & Nevis, and St. Vincent & the Grenadines</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"14.010109 -60.987469\";}}i:16;a:7:{s:5:\"title\";s:55:\"Inter-American Institute for Cooperation on Agriculture\";s:8:\"pub_date\";i:1381937100;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:101:\"http://www.onecaribbean.org/directory/listing/inter-american-institute-for-cooperation-on-agriculture\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:101:\"http://www.onecaribbean.org/directory/listing/inter-american-institute-for-cooperation-on-agriculture\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1229:\"<p>Since IICA was created, agriculture in the Americas has been strengthened through hemispheric cooperation.</p>\r\n\r\n<p>Today, 34 IICA offices the length and breadth of the hemisphere are working to meet the needs of the countries in areas such as: technological innovation, agricultural health and food safety, agribusiness and commercialization, territorial management and rural well-being, food security, natural resources and climate change.</p>\r\n\r\n<p>Thanks to the efforts undertaken by the nations of the Americas, with IICA support, the Heads of State and Government today recognize that agriculture and rural life have a key role to play in alleviating poverty and fostering integral development in the countries. The world is preparing for a new agricultural revolution, one that will be built on a new technological paradigm as well as on new market demands and food chains. This revolution is transforming the way agriculture is perceived and the way in which it is practiced.</p>\r\n\r\n<p>It is within this context that IICA is placing its knowledge, experience and strengths at the disposal of its Member Countries in order to achieve, together, competitive, sustainable and inclusive agriculture in the Americas.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:18:\"9.973907 -84.00881\";}}i:17;a:7:{s:5:\"title\";s:32:\"Pan American Health Organization\";s:8:\"pub_date\";i:1381936500;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"http://www.onecaribbean.org/directory/listing/pan-american-health-organization\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"http://www.onecaribbean.org/directory/listing/pan-american-health-organization\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:487:\"<p>The Pan American Health Organization (PAHO), founded in 1902, is the world’s oldest international public health agency. It provides technical cooperation and mobilizes partnerships to improve health and quality of life in the countries of the Americas. PAHO is the specialized health agency of the Inter-American System and serves as the Regional Office for the Americas of the World Health Organization (WHO). Together with WHO, PAHO is a member of the United Nations system.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"38.898444 -77.050301\";}}i:18;a:7:{s:5:\"title\";s:32:\"World Travel and Tourism Council\";s:8:\"pub_date\";i:1381855560;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"http://www.onecaribbean.org/directory/listing/world-travel-and-tourism-council\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"http://www.onecaribbean.org/directory/listing/world-travel-and-tourism-council\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:707:\"<p>The World Travel & Tourism Council (WTTC) is the forum for business leaders in the Travel & Tourism industry. With Chief Executives of some one hundred of the world\'s leading Travel & Tourism companies as its Members, WTTC has a unique mandate and overview on all matters related to Travel & Tourism.</p>\r\n\r\n<p>WTTC works to raise awareness of Travel & Tourism as one of the world\'s largest industries, supporting 260 million jobs and generating 9 per cent of world GDP.</p>\r\n\r\n<p>WTTC advocates partnership between the public and private sectors, delivering results that match the needs of economies, local and regional authorities and local communities with those of business.</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:19:\"51.505675 -0.099893\";}}i:19;a:7:{s:5:\"title\";s:31:\"Organization of American States\";s:8:\"pub_date\";i:1381851240;s:4:\"guid\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/organization-of-american-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:4:\"link\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/organization-of-american-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"content\";s:1240:\"<p>The Organization of American States is the world’s oldest regional organization, dating back to the First International Conference of American States, held in Washington, D.C., from October 1889 to April 1890. That meeting approved the establishment of the International Union of American Republics, and the stage was set for the weaving of a web of provisions and institutions that came to be known as the inter-American system, the oldest international institutional system.</p>\r\n\r\n<p>The OAS came into being in 1948 with the signing in Bogotá, Colombia, of the Charter of the OAS, which entered into force in December 1951.</p>\r\n\r\n<p>The Organization was established in order to achieve among its member states—as stipulated in Article 1 of the Charter—\"an order of peace and justice, to promote their solidarity, to strengthen their collaboration, and to defend their sovereignty, their territorial integrity, and their independence.\"</p>\r\n\r\n<p>Today, the OAS brings together all 35 independent states of the Americas and constitutes the main political, juridical, and social governmental forum in the Hemisphere. In addition, it has granted permanent observer status to 67 states, as well as to the European Union (EU).</p>\r\n\";s:6:\"author\";s:6:\"Sharon\";s:6:\"extras\";a:1:{s:12:\"georss:point\";s:20:\"38.892104 -77.039458\";}}}}','no'),(89018,'_transient_timeout_sabai_6849aed16cce0ef0314586a62abe9a5e','1409753794','no'),(89019,'_transient_sabai_6849aed16cce0ef0314586a62abe9a5e','a:65:{i:0;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:63:\"http://www.onecaribbean.org/directory/listing/american-airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379429070;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:1;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:79:\"http://www.onecaribbean.org/directory/listing/international-air-transport-assoc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379429580;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:2;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:74:\"http://www.onecaribbean.org/directory/listing/barbados-hotel-tourism-assoc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379435940;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:3;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:61:\"http://www.onecaribbean.org/directory/listing/adams-unlimited\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379436960;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:4;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:50:\"http://www.onecaribbean.org/directory/listing/afar\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379442540;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:5;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:67:\"http://www.onecaribbean.org/directory/listing/atrebor-group-inc-the\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379527080;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:6;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/barbados-tourism-investment-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379530080;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:7;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/blue-group-media\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379534212;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:8;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:54:\"http://www.onecaribbean.org/directory/listing/cape-air\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380033486;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:9;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/casa-de-campo\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379707253;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:10;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"http://www.onecaribbean.org/directory/listing/caribbean-airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379953980;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:11;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:76:\"http://www.onecaribbean.org/directory/listing/caribbean-trotting-company-ltd\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379956800;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:12;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:85:\"http://www.onecaribbean.org/directory/listing/cheryl-andrews-marketing-communications\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379957843;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:13;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:79:\"http://www.onecaribbean.org/directory/listing/christophe-harbour-development-co\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379958360;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:14;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:76:\"http://www.onecaribbean.org/directory/listing/cititech-computer-services-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380809977;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:15;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:79:\"http://www.onecaribbean.org/directory/listing/city-and-guilds-for-the-caribbean\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379965800;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:16;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:100:\"http://www.onecaribbean.org/directory/listing/college-of-the-bahamas-culinary-hospitality-management\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1379966640;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:17;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:93:\"http://www.onecaribbean.org/directory/listing/consolidated-tourism-investment-consultants-ltd\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381770211;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:18;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:60:\"http://www.onecaribbean.org/directory/listing/delta-airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380045438;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:19;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:83:\"http://www.onecaribbean.org/directory/listing/development-counsellors-international\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380045900;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:20;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:66:\"http://www.onecaribbean.org/directory/listing/excelsior-integrated\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380046920;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:21;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:76:\"http://www.onecaribbean.org/directory/listing/florida-caribbean-cruise-assoc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380053340;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:22;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:74:\"http://www.onecaribbean.org/directory/listing/humane-society-international\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380054300;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:23;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:49:\"http://www.onecaribbean.org/directory/listing/ink\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380133496;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:24;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:68:\"http://www.onecaribbean.org/directory/listing/interval-international\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380138300;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:25;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/laura-davidson-public-relations\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380213595;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:26;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/marketplace-excellence-corp\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380723180;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:27;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"http://www.onecaribbean.org/directory/listing/marrycaribbean-com\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380723960;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:28;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:69:\"http://www.onecaribbean.org/directory/listing/martha-stewart-weddings\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380727230;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:29;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:66:\"http://www.onecaribbean.org/directory/listing/may-hinds-consulting\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1384874757;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:30;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:69:\"http://www.onecaribbean.org/directory/listing/morgan-state-university\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380747360;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:31;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:60:\"http://www.onecaribbean.org/directory/listing/new-york-times\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380747840;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:32;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:72:\"http://www.onecaribbean.org/directory/listing/national-tours-association\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380811393;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:33;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/princess-cruises\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380818640;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:34;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:57:\"http://www.onecaribbean.org/directory/listing/robb-report\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380821520;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:35;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/saint-lucia-tourism-hotel-assoc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380822060;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:36;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:56:\"http://www.onecaribbean.org/directory/listing/simpleview\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380823140;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:37;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:68:\"http://www.onecaribbean.org/directory/listing/sixel-consulting-group\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380824819;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:38;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:65:\"http://www.onecaribbean.org/directory/listing/st-john-specialties\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1380830580;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:39;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:68:\"http://www.onecaribbean.org/directory/listing/starmark-international\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381764731;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:40;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:70:\"http://www.onecaribbean.org/directory/listing/sweet-caribbean-holidays\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381525680;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:41;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:80:\"http://www.onecaribbean.org/directory/listing/tourism-intelligence-international\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381526160;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:42;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:76:\"http://www.onecaribbean.org/directory/listing/west-indies-management-company\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381769460;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:43;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/association-of-caribbean-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381850931;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:44;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:79:\"http://www.onecaribbean.org/directory/listing/caribbean-central-american-action\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381851218;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:45;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:77:\"http://www.onecaribbean.org/directory/listing/organization-of-american-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381851240;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:46;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"http://www.onecaribbean.org/directory/listing/world-travel-and-tourism-council\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381855560;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:47;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:78:\"http://www.onecaribbean.org/directory/listing/pan-american-health-organization\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381936500;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:48;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:101:\"http://www.onecaribbean.org/directory/listing/inter-american-institute-for-cooperation-on-agriculture\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381937100;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:49;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:86:\"http://www.onecaribbean.org/directory/listing/organization-of-eastern-caribbean-states\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381953689;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:50;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:75:\"http://www.onecaribbean.org/directory/listing/un-world-tourism-organization\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381953720;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:51;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/caricom-caribbean-community\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1381955520;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:52;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:73:\"http://www.onecaribbean.org/directory/listing/caribbean-congress-of-labor\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1382017315;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:53;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/opusseven-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1385402700;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:54;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:61:\"http://www.onecaribbean.org/directory/listing/united-airlines\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1390250580;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:55;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:64:\"http://www.onecaribbean.org/directory/listing/appsolutely-co-ltd\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1392748260;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:56;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:68:\"http://www.onecaribbean.org/directory/listing/clickwed-caribbean-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1392748560;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:57;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/jadd-fong-travel\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1392749940;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:58;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:62:\"http://www.onecaribbean.org/directory/listing/lesperance-hotel\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1392754500;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:59;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:67:\"http://www.onecaribbean.org/directory/listing/caribsave-partnership\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1393001040;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:60;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:59:\"http://www.onecaribbean.org/directory/listing/travelzoo-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1393001640;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:61;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:55:\"http://www.onecaribbean.org/directory/listing/turner-pr\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1393004040;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:62;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:85:\"http://www.onecaribbean.org/directory/listing/unique-vacationssandals-beaches-resorts\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1393005000;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:63;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:63:\"http://www.onecaribbean.org/directory/listing/joy-agness-events\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1402594149;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}i:64;a:4:{s:3:\"loc\";O:30:\"SabaiFramework_Application_Url\":1:{s:37:\"\0SabaiFramework_Application_Url\0_data\";a:4:{s:10:\"script_url\";s:69:\"http://www.onecaribbean.org/directory/listing/turnstyle-marketing-inc\";s:6:\"params\";a:0:{}s:8:\"fragment\";s:0:\"\";s:9:\"separator\";s:5:\"&\";}}s:7:\"lastmod\";i:1399397604;s:10:\"changefreq\";s:6:\"weekly\";s:8:\"priority\";d:0.80000000000000004;}}','no'),(89022,'_site_transient_timeout_theme_roots','1409670248','yes'),(89023,'_site_transient_theme_roots','a:5:{s:20:\"Sterling-Child-Theme\";s:7:\"/themes\";s:8:\"Sterling\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(89024,'_site_transient_timeout_sabai_plugin_info','1409676260','yes'),(89025,'_site_transient_sabai_plugin_info','a:2:{s:15:\"sabai-directory\";O:8:\"stdClass\":9:{s:4:\"slug\";s:15:\"sabai-directory\";s:7:\"version\";s:6:\"1.2.32\";s:12:\"last_updated\";s:10:\"2014-08-18\";s:6:\"author\";s:66:\"<a href=\"http://codecanyon.net/user/onokazu/portfolio\">onokazu</a>\";s:8:\"homepage\";s:44:\"http://codecanyon.net/user/onokazu/portfolio\";s:8:\"sections\";a:2:{s:11:\"description\";s:1494:\"<p>SabaiDirectory is a premium business directory plugin for WordPress. The plugin features the ability to build a community driven local business directories like Yelp.com, Google Places, or Yahoo! Local.</p>\n\n<h4>Features</h4>\n<ul>\n<li>Display listings in list or map view</li>\n<li>Search listings by keywords, category, distance, and location</li>\n<li>Fully interactive map - show listing details on hover/click, refresh search results on map drag, autocomplete location field, etc.</li>\n<li>Add new or claim existing listings</li>\n<li>Post reviews of listings with 1-5 star rating system</li>\n<li>Upload photos of listings</li>\n<li>Comment on reviews and photos</li>\n<li>Vote reviews helpful/non-helpful</li>\n<li>Vote up photos and comments</li>\n<li>Bookmark listings, reviews, and photos</li>\n<li>Flag listings. reviews, photos, and comments</li>\n<li>Show directions on map</li>\n<li>Dashboard for users to manage their claimed listings, payment orders, and bookmarks</li>\n<li>Featured listings</li>\n<li>Display reviews, photos, and bookmarks by user</li>\n<li>Unlimited hierarchical categories</li>\n<li>Custom map styles and marker icon</li>\n<li>Create multiple directories</li>\n<li>Paid listings with custom pricing plans</li>\n<li>Manage payment orders</li>\n<li>Flexible role-based permission system</li>\n<li>Schema.org microdata support</li>\n<li>RTL language support</li>\n<li>24 e-mail notifications</li>\n<li>7 custom Google map styles</li>\n<li>6 widgets</li>\n<li>3 shortcodes</li>\n</ul>\n\";s:9:\"changelog\";s:20583:\"<h4>v1.2.32 - 18 Aug 2014</h4>\n<ul>\n<li><strong>Modified:</strong> Removed links from phone numbers</li>\n<li><strong>Bug Fixed:</strong> Set maximum zoom level to prevent markers from disappearing on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Could not un-require address field</li>\n</ul>\n\n<h4>v1.2.31 - 31 May 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Not being able to set custom marker cluster images</li>\n<li><strong>Bug Fixed:</strong> Pagination not working in some themes since 1.2.30 update</li>\n<li><strong>Bug Fixed:</strong> Updated BxSlider javascript library to the latest to fix slide issues</li>\n<li><strong>Improved:</strong> Import listings even when geocoding failed</li>\n<li><strong>Improved:</strong> Enable Google Geocoding API key to avoid over query limit error returned from Gogole Geocoding API service</li>\n</ul>\n\n<h4>v1.2.30 - 26 April 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fixed possible javascript conflict by renaming function (jQuery.fn.sticky function)</li>\n<li><strong>Bug Fixed:</strong> Fixed some phrases not being able to translate</li>\n</ul>\n\n<h4>v1.2.29 - 12 March 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some field values not being saved on certain occasions</li>\n</ul>\n\n<h4>v1.2.28 - 13 February 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Error submitting form on order administration page</li>\n</ul>\n\n<h4>v1.2.27 - 1 February 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Typo in Google Map javascript file</li>\n<li><strong>Bug Fixed:</strong> Rating values not being saved properly on certain occasions in 1.2.25/1.2.26</li>\n<li><strong>Bug Fixed:</strong> Pending claim notification not being sent</li>\n</ul>\n\n<h4>v1.2.26 - 21 January 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some issues with PayPal IPN notification</li>\n</ul>\n\n<h4>v1.2.25 - 16 January 2014</h4>\n<ul>\n<li><strong>Added:</strong> New option to specify country restriction to Google Maps API autocomplete location field</li>\n<li><strong>Added:</strong> New option to set custom marker cluster image</li>\n<li><strong>Added:</strong> South African Rand to the list of currencies available</li>\n<li><strong>Improved:</strong> CSV importer to convert line endings of CSV file to CR/LF during import</li>\n<li><strong>Improved:</strong> Automatically add class names to body tag on single listing pages</li>\n<li><strong>Bug Fixed:</strong> Notification mail not being sent to guest author upon listing approval</li>\n</ul>\n\n<h4>v1.2.24 - 19 October 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Claim listing button being displayed even when no user roles permitted to claim listings</li>\n<li><strong>Bug Fixed:</strong> Listing rating and review count stats not being updated when pending reviews are published</li>\n<li><strong>Bug Fixed:</strong> When editing a pending listing in the backend, photos associated with the listing were not displayed</li>\n<li><strong>Bug Fixed:</strong> When doing a search on category pages, all listings were being searched when no category is selected in category dropdown menu</li>\n<li><strong>Bug Fixed:</strong> Category sorting not working in the backend</li>\n<li><strong>Improved:</strong> Display pending review/photo/lead counts on listing/review administration pages</li>\n<li><strong>Added:</strong> Option to set default search radius</li>\n</ul>\n\n<h4>v1.2.23 - 13 October 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Option to disable small map in list view not functioning in 1.2.22</li>\n<li><strong>Bug Fixed:</strong> Display login link instead of error message if guest user when using shortcode [sabai-directory-add-listing-form]</li>\n</ul>\n\n<h4>v1.2.22 - 8 October 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Sort listings by distance not working properly in 1.2.21</li>\n<li><strong>Bug Fixed:</strong> Last active timestamp of reviews not updated on certain occasions</li>\n<li><strong>Improved:</strong> Hide small map in list view on mobile devices</li>\n<li><strong>Improved:</strong> Do not display claim listing button if no user roles allowed to claim existing listings</li>\n<li><strong>Improved:</strong> Display listing email address</li>\n<li><strong>Improved:</strong> Display listing mobile/fax numbers even when listing phone number is empty</li>\n</ul>\n\n<h4>v1.2.21 - 2 October 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fatal error when renewing listings or ordering add-on plans from the frontend dashboard in 1.2.19/1.2.20</li>\n</ul>\n\n<h4>v1.2.20 - 28 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fatal error when adding listings from the frontend in 1.2.19</li>\n</ul>\n\n<h4>v1.2.19 - 27 September 2013</h4>\n<ul>\n<li><strong>Added:</strong> Claim existing listings permission</li>\n<li><strong>Added:</strong> Grid layout view on directory index page</li>\n<li><strong>Added:</strong> Options to select various button colors</li>\n<li><strong>Added:</strong> Option to unrequire claim comments</li>\n<li><strong>Bug Fixed:</strong> Review count and rating for listings not being updated on certain occasions when reviews were deleted</li>\n<li><strong>Bug Fixed:</strong> Javascript error when editing the Contact Info field</li>\n<li><strong>Bug Fixed:</strong> Search form not submitting on certain occasions</li>\n</ul>\n\n<h4>v1.2.18 - 12 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Paramaters marker_clusters and scrollwheel not working in [sabai-directory-map] shortcode</li>\n<li><strong>Bug Fixed:</strong> Terms of condition not being displayed when adding listings</li>\n<li><strong>Added:</strong> Option to make featured listings sticky/unsticky</li>\n<li><strong>Added:</strong> Option to sort listings in random order</li>\n<li><strong>Added:</strong> Options to customize \"categories\" and \"claim\" slugs</li>\n</ul>\n\n<h4>v1.2.17 - 7 September 2013</h4>\n<ul>\n<li>Upodated version number</li>\n</ul>\n\n<h4>v1.2.16 - 1 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Map disappearing or not showing the correct location on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Could not reject/approve claims for unclaimed listings on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Typo in the PaidListings add-on causing fatal error</li>\n<li><strong>Added:</strong> 2 new shortcodes: [sabai-directory-add-listing-form] [sabai-directory-add-listing-button]</li>\n<li><strong>Added:</strong> New widget: Related Listings</li>\n<li><strong>Added:</strong> Options to disable phone/email listing fields</li>\n<li><strong>Added:</strong> Option to display listings in the Featured Listings widget in random order</li>\n<li><strong>Improved:</strong> Process shortcodes in listing descriptions for listings claimed by administrators</li>\n</ul>\n\n<h4>v1.2.15 - 23 August 2013</h4>\n<ul>\n<li><strong>Added:</strong> Option to disable map</li>\n<li><strong>Added:</strong> Option to disable listing address field</li>\n<li><strong>Added:</strong> Option to disable location search</li>\n<li><strong>Added:</strong> New shortcode to display search form [sabai-directory-search-form]</li>\n<li><strong>Added:</strong> New constant SABAI_DIRECTORY_NO_GOOGLE_MAPS_API to disable loading Google Maps API library</li>\n<li><strong>Added:</strong> More missing phrases in language file</li>\n</ul>\n\n<h4>v1.2.14 - 19 August 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> More fix for \"Redo search when map moved\" feature</li>\n<li><strong>Bug Fixed:</strong> Lead added notification email not being sent to listing owners on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Links to reviews in widget not working correctly on certain occasions</li>\n<li><strong>Added:</strong> Option to cluster map markers</li>\n<li><strong>Added:</strong> Option to hide directory dashboard shortcut link in WP tool bar</li>\n</ul>\n\n<h4>v1.2.13 - 12 August 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Redo search when map moved not working properly</li>\n<li><strong>Bug Fixed:</strong> Photos for pending listings being published in certain occasions</li>\n<li><strong>Bug Fixed:</strong> SQL errors on servers using setlocale()</li>\n<li><strong>Bug Fixed:</strong> Renew claim button in directory dashboard not working on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Inactive plans keep appearing on claim listing form</li>\n<li><strong>Bug Fixed:</strong> Strange numbers appearing when activated on servers running Squid</li>\n<li><strong>Improved:</strong> Slider compatibility with themes</li>\n<li><strong>Improved:</strong> Display directions in list under listing map</li>\n<li><strong>Improved:</strong> No more IDs in listing URLs</li>\n<li><strong>Added:</strong> Allow users to contact listing owners through contact form with custom field capability</li>\n<li><strong>Added:</strong> Allow listing owners to manage leads submitted through contact form</li>\n<li><strong>Added:</strong> Option to disable/enable listing sorting options</li>\n<li><strong>Added:</strong> Option to disable loading of Google Map API library</li>\n<li><strong>Added:</strong> 3 new notification e-mails (Photo Commented / Lead Submitted / Lead Added)</li>\n<li><strong>Added:</strong> Thailand baht to list of available currencies</li>\n</ul>\n\n<h4>v1.2.12 - 18 July 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Do not display \"Write a Review\" and \"Add Photos\" links to users without permissions</li>\n<li><strong>Bug Fixed:</strong> Google Maps not being displayed in Hebrew</li>\n<li><strong>Added:</strong> Allow guest users to submit listings</li>\n<li><strong>Added:</strong> Option to hide Website field from Contact Info section</li>\n<li><strong>Added:</strong> Search listings/reviews/photos by keywords in the backend</li>\n<li><strong>Added:</strong> Manually mark orders with pending payment status as paid</li>\n<li><strong>Improved:</strong> Embed latitude/longitude value pairs to RSS feeds</li>\n<li><strong>Removed:</strong> Login/registration options when submitting/claiming listings</li>\n</ul>\n\n<h4>v1.2.11 - 9 July 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Incorrect textdomain for some language phrases</li>\n<li><strong>Bug Fixed:</strong> Invalid redirect URL when visitor tries to submit review and login</li>\n</ul>\n\n<h4>v1.2.10 - 29 June 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Map not showing correct location on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Shortcode not working correctly when geolocation enabled</li>\n<li><strong>Bug Fixed:</strong> Inocrrect claim renewal link in notification mail</li>\n<li><strong>Bug Fixed:</strong> Notifications sent too many times (changed interval from hourly to daily)</li>\n<li><strong>Bug Fixed:</strong> Add listing button not working in directory dashboard without \"Add listing (without approval)\" permission</li>\n<li><strong>Bug Fixed:</strong> Category and map zoom shortcode parameters not working on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Edit listing and upload photos button links in directory dashboard not working for listings without expiration date</li>\n<li><strong>Bug Fixed:</strong> Do not display \"Add photos\" and \"Write a review\" buttons if no permission</li>\n<li><strong>Bug Fixed:</strong> Text input field being displayed next to star rating field in Fiefox</li>\n<li><strong>Added:</strong> Option to send notifications to guest authors</li>\n<li><strong>Added:</strong> Option to disable comments in listing photos</li>\n<li><strong>Added:</strong> Display mobile/fax numbers by default</li>\n<li><strong>Added:</strong> Option to auto-populate E-mail/Website fields with WP user profile values</li>\n<li><strong>Added:</strong> Display payment pending reason if payment did not complete</li>\n<li><strong>Added:</strong> Option to select image resize method (crop or scale)</li>\n<li><strong>Added:</strong> Allow shortcodes in category descriptions</li>\n<li><strong>Updated:</strong> bxslider javascript library</li>\n</ul>\n\n<h4>v1.2.9 - 6 June 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fatal error on displaying anonymous user content\n<li><strong>Added:</strong> Option to disable (hide) category form field (Listings -> Manage Fields)\n</ul>\n\n<h4>v1.2.8 - 4 June 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Incorrect calculation of listing expiration grace period</li>\n<li><strong>Bug Fixed:</strong> Several problems with shortcodes when used with <strong>addons</strong> and <strong>category</strong> attributes</li>\n<li><strong>Bug Fixed:</strong> Map disappearing from add listing form when form was submitted without any location specified on map</li>\n<li><strong>Bug Fixed:</strong> Claims without expiration date being deleted during CRON run </li>\n<li><strong>Bug Fixed:</strong> Unlimited number of photos could be uploaded when maximum number of uploadable photos set to 0</li>\n<li><strong>Bug Fixed:</strong> Submitted values disappearing in claim listing form on error</li>\n<li><strong>Improved:</strong> Allow users to register or login from add/claim listing pages instead of being redirected to WP login</li>\n<li><strong>Improved:</strong> CSV importer to support custom listing fields. Supported field types: Choice, Date, Markdown Text, Number, ON/OFF, Paragraph Text, Single Line Text, User</li>\n<li><strong>Improved:</strong> Process shortcodes in listing description for unclaimed listings created by administrators</li>\n<li><strong>Added:</strong> Sample custom tab and template file</li>\n<li><strong>Added:</strong> More directory RSS feeds (/directory/feed?type=listing, /directory/feed?type=review)</li>\n<li><strong>Added:</strong> Site-wide directory RSS feeds (/sabai/directory/feed, /sabai/directory/feed?type=listing, /sabai/directory/feed?type=review)</li>\n<li><strong>Added:</strong> Bulk update option to mark/unmark photos official</li>\n<li><strong>Added:</strong> Option to disable social accounts field (Directory -> Listings -> Manage Fields -> Social Accounts)</li>\n</ul>\n\n\n<h4>v1.2.7 - 24 May 2013</h4>\n<ul>\n<li><strong>Added:</strong> Setting to change the minimum length of each search keyword</li>\n<li><strong>Bug Fixed:</strong> Search radius distance mode always reverting back to KM</li>\n<li><strong>Bug Fixed:</strong> Single listing default zoom level always reverting back to 15</li>\n<li><strong>Bug Fixed:</strong> Unable to add/remove/sort single listing tabs if PHP5.4 or later</li>\n<li><strong>Bug Fixed:</strong> Access control settings disappearing on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Font files not being loaded on Firefox when font files hosted on CDN</li>\n<li><strong>Bug Fixed:</strong> Pages redirecting to https://xxx instead of http://xxx on after form submit on certain occasions</li>\n<li><strong>Improved:</strong> CSS compatibility with some themes</li>\n<li><strong>Improved:</strong> Search form sending out placeholder values as actual form values when some kind of HTML5 hack is in place</li>\n<li><strong>Updated:</strong> Bootstrap javascript library to the latest version</li>\n</ul>\n\n<h4>v1.2.6 - 20 May 2013</h4>\n<ul>\n<li><strong>Added:</strong> [sabai-directory-listings] and [sabai-directory-slider] shortcodes</li>\n<li><strong>Added:</strong> Custom map marker icons per category</li>\n<li><strong>Added:</strong> Setting to add/remove/sort tabs on directory listing single pages</li>\n<li><strong>Added:</strong> Allow/disallow guest users to submit reviews</li>\n<li><strong>Added:</strong> Link to listing when submitting reviews or photos</li>\n<li><strong>Added:</strong> Setting to change the number of photos listing owners can upload for each listing</li>\n<li><strong>Added:</strong> Setting to change the default zoom level of single listing map</li>\n<li><strong>Added:</strong> Setting to change the number of columns on category listing page</li>\n<li><strong>Added:</strong> Setting to enable zoom by scrollwheel on maps</li>\n<li><strong>Added:</strong> Setting to add Terms and Conditions (as a link to another page or an inline field) to claim listing form</li>\n<li><strong>Improved:</strong> More parameters for [sabai-directory], [sabai-directory-map], [sabai-directory-categories] shortcodes</li>\n<li><strong>Improved:</strong> Better search handling with automatic search radius calculation</li>\n<li><strong>Improved:</strong> Search listing descriptions in addition to listing titles</li>\n<li><strong>Improved:</strong> Allow adding free pricing plans</li>\n<li><strong>Bug Fixed:</strong> Parameters passed to [sabai-directory] shortcode reverting back to default values on certain occasions</li>\n<li><strong>Bug Fixed:</strong> CSV importer always assuming file encoding of CSV file to be Windows-1252</li>\n<li><strong>Bug Fixed:</strong> Removed extra linebreaks in category widget</li>\n</ul>\n\n<h4>v1.2.5 - 2 May 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Error adding listings with paidlistings enabled</li>\n</ul>\n\n<h4>v1.2.4 - 1 May 2013</h4>\n<ul>\n\n<li><strong>Bug Fixed:</strong> Directory listing view mode reverting back on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Display issue with category widget</li>\n<li><strong>Bug Fixed:</strong> CSV importer not importing values of City, Postal Code, and Country columns</li>\n<li><strong>Bug Fixed:</strong> Fatal error when performing search with invalid address</li>\n<li><strong>Added:</strong> Option to reorder tabs on single listing pages</li>\n<li><strong>Improved:</strong> Photos can now be uploaded during listing submission with an option for admin to set max number of photos that can be uploaded</li>\n<li><strong>Bug Fixed:</strong> Some javascript issues</li>\n<li><strong>Bug Fixed:</strong> Not being able to upload files on some servers</li>\n<li><strong>Bug Fixed:</strong> Content of iframe tags not being rendered on certain occasions</li>\n<li><strong>Bug Fixed:</strong> 404 error when wordpress is not installed at the default location</li>\n<li><strong>Added:</strong> Empty Trash button</li>\n<li><strong>Added:</strong> Missing language phrases</li>\n<li><strong>Improved:</strong> CSS compatibility with some themes</li>\n</ul>\n\n<h4>v1.2.3 - 24 Apr 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fixed a typo in which was causing fatal error when viewing admin routing table</li>\n<li><strong>Bug Fixed:</strong> Auto-update link randomly disappearing/appearing</li>\n</ul>\n\n\n<h4>v1.2.2 - 24 Apr 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> <strong>address</strong> parameter for <strong>[sabai-directory]</strong> and <strong>[sabai-directory-map]</strong> shortcodes was set to \"New York\" by default</li>\n<li><strong>Bug Fixed:</strong> Regular expression for checking longitude value in map field was too strict</li>\n<li><strong>Bug Fixed:</strong> Several javascript issues</li>\n<li><strong>Bug Fixed:</strong> Thumbnails not being displayed after upload on windows platform</li>\n<li><strong>Bug Fixed:</strong> CSS conflict with themes using bootstrap CSS framework</li>\n<li><strong>Bug Fixed:</strong> Cannot redeclare widget class Fatal error when installed on ClassiPress theme and some other plugins</li>\n<li><strong>Bug Fixed:</strong> User profile popover box not being displayed on some servers running PHP as CGI</li>\n<li><strong>Bug Fixed:</strong> Ajax autocomplete field not working properly on some servers running PHP as CGI</li>\n<li><strong>Bug Fixed:</strong> Use sanitize_title instead of remove_accents to generate slugs</li>\n<li><strong>Bug Fixed:</strong> File upload not working in IE9</li>\n<li><strong>Added:</strong> New options to set custom upload directories</li>\n<li><strong>Added:</strong> New <strong>category</strong> parameter for <strong>[sabai-directory]</strong> and <strong>[sabai-directory-map]</strong> shortcodes</li>\n<li><strong>Added:</strong> CSV importer add-on (DirectoryCSVImport)</li>\n<li><strong>Improved</strong> Map rendering performance on Ajax requests</li>\n<li><strong>Improved</strong> File upload error to display more detailed message instaed of just \"Upload Failed\"</li>\n<li><strong>Improved</strong> Image files can now be uploaded without Fileinfo or mime_content_type functions</li>\n<li><strong>Removed:</strong> Auto-generation and caching of core CSS files to use pre-generated static CSS files instead</li>\n<li><strong>Removed:</strong> Unused post expiration feature</li>\n</ul>\n\n<h4>v1.2.1 - 14 Apr 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fixed issues with windows platform</li>\n<li><strong>Bug Fixed:</strong> CSS style issues with profile popover box</li>\n<li><strong>Buf Fixed:</strong> Listings could be added without map locaiton</li>\n<li><strong>Added:</strong> Option to specify summary text length in widgets</li>\n</ul>\n\n<h4>1.2.0</h4>\n<p>Initial Release</p>\n\";}s:13:\"download_link\";s:150:\"http://sabaidiscuss.com/updates/index.php?action=download&package=sabai-directory&license_type=envato&license_key=1d344da5-5709-48f9-9088-09f6dfd4947a\";s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"3.9.2\";}s:5:\"sabai\";O:8:\"stdClass\":9:{s:4:\"slug\";s:5:\"sabai\";s:7:\"version\";s:6:\"1.2.32\";s:12:\"last_updated\";s:10:\"2014-08-18\";s:6:\"author\";s:66:\"<a href=\"http://codecanyon.net/user/onokazu/portfolio\">onokazu</a>\";s:8:\"homepage\";s:44:\"http://codecanyon.net/user/onokazu/portfolio\";s:8:\"sections\";a:2:{s:11:\"description\";s:516:\"<p>Sabai is a web application framework for WordPress. Sabai is composed of multiple Sabai add-ons that make up a full Sabai application. For example, the <a href=\"http://sabaidiscuss.com/\">SabaiDiscuss</a> application uses the Questions add-on in addition to all other default (or core) add-ons to provide its functionality.</p>\n\n<p>More information and the latest news of Sabai and its applications will be posted at <a href=\"http://sabaiapps.com/\">SabaiApps.com</a> (currently redirects to SabaiDiscuss.com).</p>\n\";s:9:\"changelog\";s:19659:\"<h4>v1.2.32 - 18 Aug 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Warning error on wp_title filter</li>\n</ul>\n\n<h4>v1.2.31 - 31 May 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some access control issues with WordPress Multisite</li>\n<li><strong>Improved:</strong> Output the correct canonical URL even without any SEO plugins installed</li>\n</ul>\n\n<h4>v1.2.30 - 26 April 2014</h4>\n<ul>\n<li><strong>Added:</strong> Support for WordPress 3.9\n</ul>\n\n<h4>v1.2.29 - 12 March 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some field values not being saved on certain occasions</li>\n</ul>\n\n<h4>v1.2.28 - 13 February 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Options for the Choice type field could not be edited with Firefox</li>\n<li><strong>Bug Fixed:</strong> Some phrases not translatable after installation</li>\n</ul>\n\n<h4>v1.2.27 - 1 February 2014</h4>\n<ul>\n<li><strong>Added:</strong> Option to always process shortcodes in user posted content (Settings -> Sabai -> WordPress)</li>\n<li><strong>Bug Fixed:</strong> Form editor not displaying all fields when too many exiting fields</li>\n<li><strong>Bug Fixed:</strong> Custom field prefix/suffix text strings not being displayed</li>\n<li><strong>Bug Fixed:</strong> Check for manage_sabai/manage_sabai_content capabilities not working properly on certain circumstances</li>\n<li><strong>Bug Fixed:</strong> Custom widget template file still being read from old custom template directory (changed to wp-content/sabai/assets/templates)</li>\n</ul>\n\n<h4>v1.2.26 - 21 January 2014</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fields not being able to move/delete in form editor from 1.2.25</li>\n</ul>\n\n<h4>v1.2.25 - 16 January 2014</h4>\n<ul>\n<li><strong>Added:</strong> Options to set default/custom link title to Link type field</li>\n<li><strong>Improved:</strong> Replaced file upload javascript library with a new jQuery file upload plugin</li>\n<li><strong>Improved:</strong> Namespaced all javascript files</li>\n<li><strong>Improved:</strong> Custom template directory moved to wp-content/sabai/assets to prevent file loss on theme update</li>\n<li><strong>Improved:</strong> Fix uploaded image orientation using exif data if available</li>\n<li><strong>Improved:</strong> Use WP image editor class instead of 3rd party library to generate thumbnails</li>\n<li><strong>Improved:</strong> Automatically prepend http:// to URLs</li>\n<li><strong>Improved:</strong> Properly remove cache data during uninstallation</li>\n<li><strong>Bug Fixed:</strong> Form editor not displaying field descriptions</li>\n<li><strong>Bug Fixed:</strong> Display issues with user profile popup box</li>\n</ul>\n\n\n<h4>v1.2.24 - 19 October 2013</h4>\n<ul>\n<li>Updated version number for internal reason</li>\n</ul>\n\n<h4>v1.2.22 - 8 October 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some PHP notice level errors</li>\n<li><strong>Bug Fixed:</strong> Trashed posts being displayed in autocomplete dropdown fields</li>\n<li><strong>Bug Fixed:</strong> Character validation rules not working for custom Paragraph Text fields</li>\n<li><strong>Improved:</strong> Do not display fields if values are empty</li>\n</ul>\n\n<h4>v1.2.21 - 2 October 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Warning error when creating a Choice custom field without any option</li>\n</ul>\n\n<h4>v1.2.20 - 28 September 2013</h4>\n<ul>\n<li>Updated version number for internal reason</li>\n</ul>\n\n<h4>v1.2.19 - 27 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Several issues with user sessions and permissions</li>\n<li><strong>Bug Fixed:</strong> Autocomplete fields not working in the backend when using SSL</li>\n<li><strong>Bug Fixed:</strong>d Some compatibility issues with the WP Seo plugin</li>\n<li><strong>Bug Fixed:</strong> Author disappearing in form when editing content from the backend</li>\n<li><strong>Improved:</strong> Allow cloned add-ons to have their own custom template directories</li>\n</ul>\n\n<h4>v1.2.18 - 12 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Link titles of Link type fields not being displayed when more than one field</li>\n<li><strong>Bug Fixed:</strong> Captcha field image not being displayed in 1.2.17</li>\n<li><strong>Added:</strong> New capabilities manage_sabai and manage_sabai_content to allow non-administrator users to access plugin backend</li>\n<li><strong>Added:</strong> New php constant SABAI_WORDPRESS_PAGE_PARAM to allow modifying the page request parameter \"p\" to avoid conflict with other plugins</li>\n</ul>\n\n<h4>v1.2.17 - 7 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Field settings being reset when re-using existing fields</li>\n<li><strong>Improved:</strong> Prevent captcha images from being cached</li>\n<li><strong>Updated:</strong> HTMLPurifier library to the latest version</li>\n<li><strong>Updated:</strong> jQuery autosize plugin library to the latest version</li>\n</ul>\n\n<h4>v1.2.16 - 1 September 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Added more missing language phrases</li>\n<li><strong>Bug Fixed:</strong> Links created by the Link type field always opening in the same window</li>\n<li><strong>Bug Fixed:</strong> Invalid token error on multi-step forms</li>\n<li><strong>Bug Fixed:</strong> Unable to override the wordpress_widget.html.php template file</li>\n<li><strong>Added:</strong> Option to disable caching widget content</li>\n<li><strong>Added:</strong> Option to add rel=\"nofollow\" to links created by the Link type field</li>\n<li><strong>Improved:</strong> Use WP transient by default instead of PHP sessions</li>\n</ul>\n\n<h4>v1.2.15 - 23 August 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Several issues displaying shortcode content</li>\n<li><strong>Bug Fixed:</strong> Fatal error when entering invalid URL in URL form fields</li>\n<li><strong>Bug Fixed:</strong> Date field type displaying time even when time selection field is disabled</li>\n<li><strong>Bug Fixed:</strong> Fatal error when calling Entity_RenderField helper method to display custom fields</li>\n<li><strong>Added:</strong> More missing phrases in language file</li>\n</ul>\n\n<h4>v1.2.14 - 19 August 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> PHP warning level error on displaying date custom fields</li>\n<li><strong>Bug Fixed:</strong> More shortcode display issues with some themes</li>\n<li><strong>Added:</strong> New php constant SABAI_WORDPRESS_SESSION_TRANSIENT to use WP transients in replace of php sessions for sites having issues with sessions</li>\n<li><strong>Added:</strong> Workaround for PHP 5.2.3/5.3.2 returning false when validating URLs containing hyphens</li>\n</ul>\n\n<h4>v1.2.13 - 12 August 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some error messages not appearing in the backend when adding content</li>\n<li><strong>Bug Fixed:</strong> Unable to activate plugin when IP address is configured for PHP session.save_path setting</li>\n<li><strong>Bug Fixed:</strong> Custom fields could not be added more than 10 fields even when set as unlimited</li>\n<li><strong>Bug Fixed:</strong> Embed videos not working with video URLs starting from //</li>\n<li><strong>Bug Fixed:</strong> HTML target attributes were always stripped off</li>\n<li><strong>Bug Fixed:</strong> Strange numbers appearing when activated on servers running Squid</li>\n<li><strong>Bug Fixed:</strong> Custom fields not appearing on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Typos in language file</li>\n<li><strong>Improved:</strong> Nofollow HTML rel attributes are added to all outgoing links</li>\n<li><strong>Improved:</strong> CSS compatibility with themes</li>\n<li><strong>Added:</strong> Check if session path is valid and writeable during activation when debug mode enabled</li>\n<li><strong>Added:</strong> Helper function to easily render custom fields</li>\n<li><strong>Added:</strong> WP3.6 support\n</ul>\n\n<h4>v1.2.12 - 18 July 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Added more missing language phrases</li>\n<li><strong>Bug Fixed:</strong> Icons not being displayed with some themes</li>\n<li><strong>Bug Fixed:</strong> Javascript libraries not being loaded on certain occasions when shortcodes are used</li>\n<li><strong>Added:</strong> \"Link\" field type</li>\n<li><strong>Added:</strong> Option to show/hide login link to guest users on comments</li>\n</ul>\n\n<h4>v1.2.11 - 9 July 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Incorrect textdomain for some language phrases</li>\n<li><strong>Bug Fixed:</strong> Canonical URL containing ID instead of slug</li>\n<li><strong>Bug Fixed:</strong> Plugin activation error when connecting with mysql through sockets</li>\n<li><strong>Added:</strong> Check if session path is valid and writeable during activation</li>\n</ul>\n\n<h4>v1.2.10 - 29 June 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> More theme CSS compatibility issues</li>\n<li><strong>Bug Fixed:</strong> Fatal error on form editor page if language is RTL</li>\n<li><strong>Bug Fixed:</strong> Value of CAPTCHA field not being cleared when form submit failed</li>\n<li><strong>Added:</strong> Show existing fields in form editor to allow reusing custom fields</li>\n<li><strong>Added:</strong> Allow manual edit of meta title/description fields </li>\n<li><strong>Added:</strong> Option to disable caching permissions in session</li>\n<li><strong>Added:</strong> Show debug messages for all users if WP_DEBUG enabled</li>\n<li><strong>Updated:</strong> FnotAwesome font icons</li>\n</ul>\n\n<h4>v1.2.9 - 6 June 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Properly check if user registration is enabled on WP Multisite</li>\n</ul>\n\n<h4>v1.2.8 - 4 June 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Typo in Comments add-on</li>\n<li><strong>Bug Fixed:</strong> Squashed some PHP notice errors</li>\n<li><strong>Bug Fixed:</strong> Slugs being filtered multiple times</li>\n<li><strong>Improved:</strong> Better compatibility with multi-language plugins like WPML and CodeStyling Localization</li>\n<li><strong>Added:</strong> Constant SABAI_SYSTEM_DISABLE_PERMISSIONS_IN_SESSIONS to disable storing permissions in session</li>\n<li><strong>Added:</strong> Constant SABAI_FIX_URI_TOO_LONG to always send Ajax link request as POST instead of GET</li>\n<li><strong>IMPORTANT CHANGE:</strong> Template file extension has been changed from .html to .html.php. If you have custom tempalte files from the older versions, you will need to change the file extension accordingly.</li>\n</ul>\n\n<h4>v1.2.7 - 24 May 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Access control settings disappearing on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Font files not being loaded on Firefox when font files hosted on CDN</li>\n<li><strong>Bug Fixed:</strong> Pages redirecting to https://xxx instead of http://xxx on after form submit on certain occasions</li>\n<li><strong>Improved:</strong> CSS compatibility with some themes</li>\n<li><strong>Improved:</strong> Search form sending out placeholder values as actual form values when some kind of HTML5 hack is in place</li>\n<li><strong>Updated:</strong> Bootstrap javascript library to the latest version</li>\n</ul>\n\n\n<h4>v1.2.6 - 20 May 2013</h4>\n<ul>\n<li><strong>Added:</strong> .htaccess files to prevent direct access to library files</li>\n<li><strong>Added:</strong> More missing language phrases</li>\n<li><strong>Improved:</strong> CSS compatibility with some themes</li>\n<li><strong>Improved:</strong> Do not activate plugin if mbstring extension is not enabled</li>\n<li><strong>Improved:</strong> Refactoring core libraries</li>\n<li><strong>Improved:</strong> Featured content can have a different tempalte file</li>\n<li><strong>Improved:</strong> Automatically create file upload and cache directories if not exist</li>\n<li><strong>Bug Fixed:</strong> Javascript console logger not working</li>\n<li><strong>Bug Fixed:</strong> Some rendering issues with HTML forms</li>\n<li><strong>Bug Fixed:</strong> Use plugins_url() instead of WP_PLUGIN_URL</li>\n<li><strong>Bug Fixed:</strong> Fixed URL issues when FORCE_ADMIN_SSL enabled</li>\n<li><strong>Bug Fixed:</strong> Fixed permalink issues with recent post/page widgets</li> \n<li><strong>Updated:</strong> Markdown javascript library to the latest version</li>\n<li><strong>Updated:</strong> jQuery UI timepicker library to the latest version</li>\n<li><strong>Internal:</strong> Allow each form element to add javascript code</li>\n<li><strong>Internal:</strong> Allow other add-ons to modify cached routing data</li>\n<li><strong>Internal:</strong> Refactoring core libraries</li>\n</ul>\n\n\n<h4>v1.2.5 - 2 May 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Error after clearing cache</li>\n<li><strong>Bug Fixed:</strong> Fixed a typo in class Sabai_Addon_Entity_Helper_Bundles</li>\n</ul>\n\n<h4>v1.2.4 - 1 May 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Some javascript issues</li>\n<li><strong>Bug Fixed:</strong> Not being able to upload files on some servers</li>\n<li><strong>Bug Fixed:</strong> Content of iframe tags not being rendered on certain occasions</li>\n<li><strong>Bug Fixed:</strong> 404 error when wordpress is not installed at the default location</li>\n<li><strong>Added:</strong> Empty Trash button</li>\n<li><strong>Added:</strong> Missing language phrases</li>\n<li><strong>Improved:</strong> CSS compatibility with some themes</li>\n</ul>\n\n<h4>v1.2.3 - 24 Apr 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fixed a typo in which was causing fatal error when viewing admin routing table</li>\n<li><strong>Bug Fixed:</strong> Auto-update link randomly disappearing/appearing</li>\n</ul>\n\n\n<h4>v1.2.2 - 24 Apr 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Several javascript issues</li>\n<li><strong>Bug Fixed:</strong> Thumbnails not being displayed after upload on windows platform</li>\n<li><strong>Bug Fixed:</strong> CSS conflict with themes using bootstrap CSS framework</li>\n<li><strong>Bug Fixed:</strong> Cannot redeclare widget class Fatal error when installed on ClassiPress theme and some other plugins</li>\n<li><strong>Bug Fixed:</strong> User profile popover box not being displayed on some servers running PHP as CGI</li>\n<li><strong>Bug Fixed:</strong> Ajax autocomplete field not working properly on some servers running PHP as CGI</li>\n<li><strong>Bug Fixed:</strong> Use sanitize_title instead of remove_accents to generate slugs</li>\n<li><strong>Bug Fixed:</strong> File upload not working in IE9</li>\n<li><strong>Added:</strong> New options to set custom upload directories</li>\n<li><strong>Improved</strong> File upload error to display more detailed message instaed of just \"Upload Failed\"</li>\n<li><strong>Improved</strong> Image files can now be uploaded without Fileinfo or mime_content_type functions</li>\n<li><strong>Removed:</strong> Auto-generation and caching of core CSS files to use pre-generated static CSS files instead</li>\n<li><strong>Removed:</strong> Unused post expiration feature</li>\n</ul>\n\n<h4>v1.2.1 - 14 Apr 2013</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Fixed issues with windows platform</li>\n<li><strong>Bug Fixed:</strong> CSS style issues with profile popover box</li>\n<li><strong>Buf Fixed:</strong> Listings could be added without map locaiton</li>\n<li><strong>Added:</strong> Option to specify summary text length in widgets</li>\n</ul>\n\n\n<h4>1.2.0</h4>\n<ul>\n<li><strong>Improved:</strong> Add-ons can now be cloned from within the admin dashboard</li>\n<li><strong>Improved:</strong> Cleanup of Sabai Settings page</li>\n<li><strong>Improved:</strong> Flagging administrator comments is now disabled by default</li>\n<li><strong>Improved:</strong> Added file extension to URL of files uploaded via custom upload field </li>\n<li><strong>Improved:</strong> Cache CSS files as static files for better performance</li>\n<li><strong>Improved:</strong> Lots of internal code chanegs for better performance and stability</li>\n<li><strong>Bug Fixed:</strong> Plugin activation issues with MySQL strict SQL mode</li>\n<li><strong>Bug Fixed:</strong> Custom fields not being displayed in form on certain occaions</li>\n<li><strong>Added:</strong> Options to allow iframe tags and whitelist URL of iframe content</li>\n<li><strong>Added:</strong> Auto generate sitemap and sitemap index files</li>\n<li><strong>Added:</strong> User profile popover box when clicking username links</li>\n<li><strong>Removed:</strong> Prettify JS and CSS (Please use other plugins to include them)</li>\n</ul>\n\n<h4>1.1.9</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Feed item URL not showing permalink</li>\n<li><strong>Bug Fixed:</strong> Javascript error caused by trying to load non-existent javascript libraries</li>\n<li><strong>Bug Fixed:</strong> More CSS issues with some themes</li>\n<li><strong>Bug Fixed:</strong> Compatibility issues with HTMLPurifier library and some plugins</li>\n<li><strong>Bug Fixed:</strong> Lots of internal bug fixes</li>\n<li><strong>Added:</strong> New \"File\" add-on</li>\n<li><strong>Added:</strong> 2 new custom field types (File Upload / Image Upload)</li>\n<li><strong>Improved:</strong> Lots of internal library improvements</li>\n</ul>\n\n<h4>1.1.8</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Restored posts not actually being restored on some occasions</li>\n<li><strong>Bug Fixed:</strong> Some Javascript library loading problems</li>\n<li><strong>Bug Fixed:</strong> Characters with accents being removed from slugs</li>\n<li><strong>Bug Fixed:</strong> Bootstrap tooltip animation/positioning bugs</li>\n<li><strong>Bug Fixed:</strong> More theme compatibility fixes</li>\n<li><strong>Bug Fixed:</strong> Changed table column type of vote_value field from float to decimal</li>\n<li><strong>Added:</strong> Bootstrap dropdown js (to be used in future versions)</li>\n<li><strong>Improved:</strong> FieldQuery API to allow fetching and sorting by extra fields</li>\n<li><strong>Improved:</strong> Page navigation to display Previous/Next text links instead of arrows</li>\n</ul>\n\n<h4>1.1.7</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Comment tooltips not being loaded after submit</li>\n<li><strong>Bug Fixed:</strong> Guest user views not being counted</li>\n<li><strong>Bug Fixed:</strong> Timepicker form field not showing the correct local time</li>\n<li><strong>Bug Fixed:</strong> Some language phrases not being translated</li>\n<li><strong>Bug Fixed:</strong> Some issues with post title and permalink filters</li> \n<li><strong>Added:</strong> Guest user role to allow configuration of non-registered user permissions</li>\n<li><strong>Added:</strong> Content expiration to allow setting content expiration date and time</li>\n<li><strong>Improved:</strong> Featured content can now have expiration date and time set for when to stop being featured</li>\n<li><strong>Improved:</strong> Better RTL language support</li>\n<li><strong>Updated:</strong> bootstrap CSS/JS to the latest version</li>\n<li><strong>Updated:</strong> fontawesome CSS to the latest version</li>\n</ul>\n\n<h4>1.1.6</h4>\n<ul>\n<li><strong>Bug Fixed:</strong> Added some missing language phrases</li>\n<li><strong>Bug Fixed:</strong> More gravatar rendering issues</li>\n<li><strong>Bug Fixed:</strong> Twitter share button not working correctly on certain occasions</li>\n<li><strong>Bug Fixed:</strong> Compatibility issue with Advanced Access Manager plugin</li>\n<li><strong>Improved:</strong> Include guest user views to question view count</li>\n<li><strong>Updated:</strong> Updated markdown editor library to the latest version</li>\n<li><strong>Added:</strong> RTL language support</li>\n<li><strong>Added:</strong> New custom field type: Section Break</li>\n<li><strong>Added:</strong> Generate meta description and OpenGraph tags on single question/category/tag pages (requires WP Seo plugin)</li>\n<li><strong>Added:</strong> Tooltips on buttons</li>\n</ul>\n\";}s:13:\"download_link\";s:140:\"http://sabaidiscuss.com/updates/index.php?action=download&package=sabai&license_type=envato&license_key=1d344da5-5709-48f9-9088-09f6dfd4947a\";s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"3.9.2\";}}','yes'),(89026,'_transient_timeout_feed_efa58f4f6e064a561a57ce803b068514','1409712263','no'),(89027,'_transient_feed_efa58f4f6e064a561a57ce803b068514','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Acunetix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://www.acunetix.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Web Vulnerability Scanner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Sep 2014 12:36:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.9.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Acunetix WVS v9.5 build 20140902 detects even more vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.acunetix.com/blog/releases/acunetix-wvs-v9-5-build-20140902/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.acunetix.com/blog/releases/acunetix-wvs-v9-5-build-20140902/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Sep 2014 11:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13691\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:700:\"<p>Acunetix Web Vulnerability Scanner version 9.5 build 20140902 has been updated to include new vulnerability checks, including detection of Hibernate Query Injection, format strings vulnerabilities, MySQL username disclosure and others, including some, in well-known web applications. This new build also ... <a href=\"http://www.acunetix.com/blog/releases/acunetix-wvs-v9-5-build-20140902/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/releases/acunetix-wvs-v9-5-build-20140902/\">Acunetix WVS v9.5 build 20140902 detects even more vulnerabilities</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Acunetix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.acunetix.com/blog/releases/acunetix-wvs-v9-5-build-20140902/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Balancing Web Security with your Compliance Requirements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://www.acunetix.com/blog/web-security-zone/balancing-web-security-compliance-requirements/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://www.acunetix.com/blog/web-security-zone/balancing-web-security-compliance-requirements/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Sep 2014 09:22:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"web security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13686\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:692:\"<p>As an executive responsible for many aspects of running your business, it can be difficult and downright confusing trying to understand the balance between Web security and compliance. Your IT, information security, and internal audit teams may be telling you ... <a href=\"http://www.acunetix.com/blog/web-security-zone/balancing-web-security-compliance-requirements/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/balancing-web-security-compliance-requirements/\">Balancing Web Security with your Compliance Requirements</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Kevin Beaver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://www.acunetix.com/blog/web-security-zone/balancing-web-security-compliance-requirements/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Visit Acunetix Stand at OWASP AppSec USA 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.acunetix.com/blog/events/visit-acunetix-stand-owasp-appsec-usa-2014/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://www.acunetix.com/blog/events/visit-acunetix-stand-owasp-appsec-usa-2014/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Aug 2014 09:17:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13679\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:675:\"<p>Acunetix will be sponsoring and exhibiting at this year’s OWASP AppSec USA. The event will be held from 16th to the 19th September at the Denver Marriott City Center, Denver, USA. AppSec USA is a world-class software security conference for developers, auditors, risk managers, ... <a href=\"http://www.acunetix.com/blog/events/visit-acunetix-stand-owasp-appsec-usa-2014/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/events/visit-acunetix-stand-owasp-appsec-usa-2014/\">Visit Acunetix Stand at OWASP AppSec USA 2014</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Acunetix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://www.acunetix.com/blog/events/visit-acunetix-stand-owasp-appsec-usa-2014/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Danger: Open Ports – Remote Access Trojans (RATs) vs Worms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.acunetix.com/blog/web-security-zone/remote-access-trojans-rats/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://www.acunetix.com/blog/web-security-zone/remote-access-trojans-rats/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Aug 2014 08:41:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13675\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:654:\"<p>Having a good antivirus solution gives a warm, fuzzy feeling of safety: you know that your assets are virus free and that your network is secure. However, most antivirus solutions cannot detect Remote Administration Tools (aka Remote Access Trojans or ... <a href=\"http://www.acunetix.com/blog/web-security-zone/remote-access-trojans-rats/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/remote-access-trojans-rats/\">Danger: Open Ports – Remote Access Trojans (RATs) vs Worms</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Acunetix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.acunetix.com/blog/web-security-zone/remote-access-trojans-rats/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"How important is website security?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.acunetix.com/blog/web-security-zone/important-website-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://www.acunetix.com/blog/web-security-zone/important-website-security/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Aug 2014 10:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13667\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:645:\"<p>In an interview on Help Net Security, Acunetix\' Product Manager Nicholas Sciberras, illustrates why website security should be a priority in any organization. He talks about the challenges involved in auditing website security, illustrates the pros and cons of using remote ... <a href=\"http://www.acunetix.com/blog/web-security-zone/important-website-security/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/important-website-security/\">How important is website security?</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Acunetix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.acunetix.com/blog/web-security-zone/important-website-security/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"POS Security: Are my POS terminal credentials up for sale?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://www.acunetix.com/blog/web-security-zone/pos-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.acunetix.com/blog/web-security-zone/pos-security/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Aug 2014 07:35:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13623\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:600:\"<p>There is a black market for stolen credit card information: you can shop online for credit card data for prices between 20$ and 100$ per item. Underground websites like Silk Road (today Silk Road 2.0) offer the possibility to acquire ... <a href=\"http://www.acunetix.com/blog/web-security-zone/pos-security/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/pos-security/\">POS Security: Are my POS terminal credentials up for sale?</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Acunetix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.acunetix.com/blog/web-security-zone/pos-security/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Heartbleed Used to Steal Credentials and Breach Community Health Systems\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.acunetix.com/blog/web-security-zone/heartbleed-breach-community-health-systems/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://www.acunetix.com/blog/web-security-zone/heartbleed-breach-community-health-systems/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Aug 2014 09:41:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"heartbleed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13628\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:682:\"<p>Last Monday, Community Health Systems (CHS) filed an 8-K filing with the US Securities and Exchange Commission, confirming a security breach which occurred in April and June, 2014. CHS blamed the breach on a group of Chinese hackers. The 8-K ... <a href=\"http://www.acunetix.com/blog/web-security-zone/heartbleed-breach-community-health-systems/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/heartbleed-breach-community-health-systems/\">Heartbleed Used to Steal Credentials and Breach Community Health Systems</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Nicholas Sciberras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.acunetix.com/blog/web-security-zone/heartbleed-breach-community-health-systems/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress Security Revisited\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.acunetix.com/blog/web-security-zone/articles/wordpress-security-revisited/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://www.acunetix.com/blog/web-security-zone/articles/wordpress-security-revisited/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Aug 2014 09:19:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13287\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"<p>Starting as just a good blogging system in 2003, WordPress has grown to be the most popular Content Management System (CMS), used in over 22% of the top 1 million web sites. It is the CMS that can be installed ... <a href=\"http://www.acunetix.com/blog/web-security-zone/articles/wordpress-security-revisited/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/articles/wordpress-security-revisited/\">WordPress Security Revisited</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Nicholas Sciberras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.acunetix.com/blog/web-security-zone/articles/wordpress-security-revisited/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Common Network Security Assessment Oversights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.acunetix.com/blog/web-security-zone/common-network-security-assessment-oversights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://www.acunetix.com/blog/web-security-zone/common-network-security-assessment-oversights/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Jul 2014 09:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13230\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:662:\"<p>Network security assessments are one of the most critical exercises performed for minimizing business risks. Your time is limited. You’ve got pressure from management to get things done. There’s so much to do and not enough time to do it. ... <a href=\"http://www.acunetix.com/blog/web-security-zone/common-network-security-assessment-oversights/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/common-network-security-assessment-oversights/\">Common Network Security Assessment Oversights</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Kevin Beaver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://www.acunetix.com/blog/web-security-zone/common-network-security-assessment-oversights/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Making Web Security Part of your IT Governance Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://www.acunetix.com/blog/web-security-zone/making-web-security-part-governance-program/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://www.acunetix.com/blog/web-security-zone/making-web-security-part-governance-program/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jul 2014 09:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Web Security Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.acunetix.com/?p=13213\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:692:\"<p>Moving past IT compliance, IT “governance” is becoming the new area of focus in enterprises today. With compliance often being a more tactical business function, IT governance tends to operate at a higher level, especially in larger organizations. Internal audit, ... <a href=\"http://www.acunetix.com/blog/web-security-zone/making-web-security-part-governance-program/\"><span class=\"meta-nav\">[+]</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://www.acunetix.com/blog/web-security-zone/making-web-security-part-governance-program/\">Making Web Security Part of your IT Governance Program</a> appeared first on <a rel=\"nofollow\" href=\"http://www.acunetix.com\">Acunetix</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Kevin Beaver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://www.acunetix.com/blog/web-security-zone/making-web-security-part-governance-program/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:29:\"http://www.acunetix.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:13:{s:4:\"date\";s:29:\"Tue, 02 Sep 2014 14:49:13 GMT\";s:6:\"server\";s:6:\"Apache\";s:4:\"vary\";s:22:\"Cookie,Accept-Encoding\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:10:\"x-pingback\";s:34:\"http://www.acunetix.com/xmlrpc.php\";s:4:\"etag\";s:34:\"\"f421f607bf5c609f567a7c51bc905d26\"\";s:13:\"cache-control\";s:38:\"max-age=300, private, proxy-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:14:\"wp-super-cache\";s:24:\"Served legacy cache file\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:4:\"3129\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20121202234312\";}','no'),(89028,'_transient_timeout_feed_mod_efa58f4f6e064a561a57ce803b068514','1409712263','no'),(89029,'_transient_feed_mod_efa58f4f6e064a561a57ce803b068514','1409669063','no'),(89030,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1409712267','no'),(89031,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.onecaribbean.org/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p>','no'),(89032,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1409712268','no'); INSERT INTO `cto_options` VALUES (89033,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Aug 2014 12:20:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://wordpress.org/?v=4.0-RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Aug 2014 12:20:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2127:\"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src=\"http://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href=\"http://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:06:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1999:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/08/wordpress-4-0-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.9.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/08/wordpress-3-9-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:04:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2352:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"http://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/08/wordpress-3-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jul 2014 21:15:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3261\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.0, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1738:\"<p>WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.0, <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Further refinements for the the plugin installation and media library experiences.</li>\n<li>Updated TinyMCE, which now includes better indentation for lists and the restoration of the color picker.</li>\n<li>Cookies are now tied to a session internally, so if you have trouble logging in, <a href=\"https://core.trac.wordpress.org/ticket/20276\">#20276</a> may be the culprit.</li>\n<li>Various bug fixes (there were <a href=\"https://core.trac.wordpress.org/log?rev=29228&stop_rev=29060&limit=200\">nearly 170 changes</a> since last week).</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Jul 2014 10:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3248\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.0 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4025:\"<p>WordPress 4.0 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"http://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.0 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Previews of <a href=\"http://codex.wordpress.org/Embeds\">embedding via URLs</a></strong> in the visual editor and the “Insert from URL” tab in the media modal. Try pasting a URL (such as a <a href=\"http://wordpress.tv/\">WordPress.tv</a> or YouTube video) onto its own line in the visual editor. (<a href=\"https://core.trac.wordpress.org/ticket/28195\">#28195</a>, <a href=\"https://core.trac.wordpress.org/ticket/15490\">#15490</a>)</li>\n<li>The <strong>Media Library</strong> now has a “grid” view in addition to the existing list view. Clicking on an item takes you into a modal where you can see a larger preview and edit information about that attachment, and you can navigate between items right from the modal without closing it. (<a href=\"https://core.trac.wordpress.org/ticket/24716\">#24716</a>)</li>\n<li>We’re freshening up the <strong>plugin install experience</strong>. You’ll see some early visual changes as well as more information when searching for plugins and viewing details. (<a href=\"https://core.trac.wordpress.org/ticket/28785\">#28785</a>, <a href=\"https://core.trac.wordpress.org/ticket/27440\">#27440</a>)</li>\n<li><strong>Selecting a language</strong> when you run the installation process. (<a href=\"https://core.trac.wordpress.org/ticket/28577\">#28577</a>)</li>\n<li>The <strong>editor</strong> intelligently resizes and its top and bottom bars pin when needed. Browsers don’t like to agree on where to put things like cursors, so if you find a bug here, please also let us know your browser and operating system. (<a href=\"https://core.trac.wordpress.org/ticket/28328\">#28328</a>)</li>\n<li>We’ve made some improvements to how your keyboard and cursor interact with <strong>TinyMCE views</strong> such as the gallery preview. Much like the editor resizing and scrolling improvements, knowing about your setup is particularly important for bug reports here. (<a href=\"https://core.trac.wordpress.org/ticket/28595\">#28595</a>)</li>\n<li><strong>Widgets in the Customizer</strong> are now loaded in a separate panel. (<a href=\"https://core.trac.wordpress.org/ticket/27406\">#27406</a>)</li>\n<li>We’ve also made some changes to some <strong>formatting</strong> functions, so if you see quotes curling in the wrong direction, please file a bug report.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a> so far.</p>\n<p><strong>Developers:</strong> Never fear, we haven’t forgotten you. There’s plenty for you, too – more on that in upcoming posts. In the meantime, check out the <a href=\"http://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/#customizer-panels\">API for panels in the Customizer</a>.</p>\n<p>Happy testing!</p>\n<p><em>Plugins, editor</em><br />\n<em>Media, things in between</em><br />\n<em>Please help look for bugs</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.9 “Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2014/04/smith/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2014/04/smith/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2014 18:33:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3154\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23297:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; height: 448px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">Luke Woodward</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2014/04/smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 09:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3151\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.8.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2014 19:29:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3145\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2014 21:05:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3129\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.9 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 02 Sep 2014 14:47:40 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Wed, 27 Aug 2014 12:20:37 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20121202234312\";}','no'),(89034,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1409712268','no'),(89035,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1409669068','no'),(89036,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1409712268','no'),(89037,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\' title=\'The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […] […]\'>WordPress 4.0 Release Candidate</a> <span class=\"rss-date\">August 27, 2014</span><div class=\'rssSummary\'>The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […] […]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\' title=\'The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […] […]\'>WordPress 4.0 Beta 4</a> <span class=\"rss-date\">August 15, 2014</span><div class=\'rssSummary\'>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […] […]</div></li></ul></div>','no'),(89060,'_transient_doing_cron','1409758041.0065090656280517578125','yes'); /*!40000 ALTER TABLE `cto_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_participants_database` -- DROP TABLE IF EXISTS `cto_participants_database`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_participants_database` ( `id` int(6) NOT NULL auto_increment, `private_id` varchar(6) NOT NULL, `first_name` tinytext, `last_name` tinytext, `address` tinytext, `city` tinytext, `state` tinytext, `country` tinytext, `zip` tinytext, `phone` tinytext, `email` tinytext, `mailing_list` tinytext, `photo` tinytext, `website` tinytext, `interests` tinytext, `approved` tinytext, `donations` text, `volunteered` text, `where` tinytext, `when` tinytext, `by` tinytext, `date_recorded` timestamp NOT NULL default CURRENT_TIMESTAMP, `date_updated` timestamp NOT NULL default '0000-00-00 00:00:00', `last_accessed` timestamp NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_participants_database` -- LOCK TABLES `cto_participants_database` WRITE; /*!40000 ALTER TABLE `cto_participants_database` DISABLE KEYS */; /*!40000 ALTER TABLE `cto_participants_database` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_participants_database_fields` -- DROP TABLE IF EXISTS `cto_participants_database_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_participants_database_fields` ( `id` int(3) NOT NULL auto_increment, `order` int(3) NOT NULL default '0', `name` varchar(30) NOT NULL, `title` tinytext NOT NULL, `default` tinytext, `group` varchar(30) NOT NULL, `help_text` text, `form_element` tinytext, `values` longtext, `validation` tinytext, `display_column` int(3) default '0', `admin_column` int(3) default '0', `sortable` tinyint(1) default '0', `CSV` tinyint(1) default '0', `persistent` tinyint(1) default '0', `signup` tinyint(1) default '0', `readonly` tinyint(1) default '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `order` (`order`), KEY `group` (`group`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_participants_database_fields` -- LOCK TABLES `cto_participants_database_fields` WRITE; /*!40000 ALTER TABLE `cto_participants_database_fields` DISABLE KEYS */; INSERT INTO `cto_participants_database_fields` VALUES (1,0,'first_name','First Name',NULL,'main',NULL,'text-line',NULL,'yes',1,2,1,1,0,1,0),(2,1,'last_name','Last Name',NULL,'main',NULL,'text-line',NULL,'yes',2,3,1,1,0,1,0),(3,2,'address','Address',NULL,'main',NULL,'text-line',NULL,'no',0,0,0,1,0,0,0),(4,3,'city','City',NULL,'main',NULL,'text-line',NULL,'no',3,0,1,1,1,0,0),(5,4,'state','State',NULL,'main',NULL,'text-line',NULL,'no',4,0,1,1,1,0,0),(6,5,'country','Country',NULL,'main',NULL,'text-line',NULL,'no',0,0,1,1,1,0,0),(7,6,'zip','Zip Code',NULL,'main',NULL,'text-line',NULL,'no',0,0,1,1,1,0,0),(8,7,'phone','Phone',NULL,'main','Your primary contact number','text-line',NULL,'no',0,0,0,1,0,0,0),(9,8,'email','Email',NULL,'main',NULL,'text-line',NULL,'#^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}$#i',0,4,0,1,0,1,0),(10,9,'mailing_list','Mailing List','Yes','main','do you want to receive our newsletter and occasional announcements?','checkbox','a:2:{i:0;s:3:\"Yes\";i:1;s:2:\"No\";}','no',0,0,1,1,0,1,0),(11,10,'photo','Photo',NULL,'personal','Upload a photo of yourself. 300 pixels maximum width or height.','image-upload',NULL,'no',0,0,0,0,0,0,0),(12,11,'website','Website, Blog or Social Media Link',NULL,'personal','Put the URL in the left box and the link text that will be shown on the right','link',NULL,'no',0,0,0,0,0,0,0),(13,12,'interests','Interests or Hobbies',NULL,'personal',NULL,'multi-select-other','a:5:{i:0;s:6:\"sports\";i:1;s:11:\"photography\";i:2;s:6:\"crafts\";i:3;s:8:\"outdoors\";i:4;s:4:\"yoga\";}','no',0,0,0,0,0,0,0),(14,13,'approved','Approved','no','admin',NULL,'checkbox','a:2:{i:0;s:3:\"yes\";i:1;s:2:\"no\";}','no',0,0,1,0,0,0,0),(15,14,'donations','Donations Made',NULL,'admin',NULL,'text-area',NULL,'no',0,0,0,0,0,0,0),(16,15,'volunteered','Time Volunteered',NULL,'admin','how much time they have volunteered','text-area',NULL,'no',0,0,0,0,0,0,0),(17,16,'where','Signup Location',NULL,'source',NULL,'text-line',NULL,'no',0,0,0,0,1,0,0),(18,17,'when','Signup Date',NULL,'source',NULL,'date',NULL,'no',0,0,0,0,1,0,0),(19,18,'by','Signup Gathered By',NULL,'source',NULL,'text-line',NULL,'no',0,0,0,0,1,0,0),(20,19,'id','Record ID',NULL,'internal',NULL,'text-line',NULL,'no',0,0,0,1,0,1,0),(21,20,'private_id','Private ID','RPNE2','internal',NULL,'text',NULL,'no',0,90,0,0,0,1,0),(22,21,'date_recorded','Date Recorded',NULL,'internal',NULL,'date',NULL,'no',0,100,1,0,0,0,0),(23,22,'date_updated','Date Updated',NULL,'internal',NULL,'date',NULL,'no',0,0,1,0,0,0,0),(24,23,'last_accessed','Last Accessed',NULL,'internal',NULL,'date',NULL,'no',0,0,1,0,0,0,0); /*!40000 ALTER TABLE `cto_participants_database_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_participants_database_groups` -- DROP TABLE IF EXISTS `cto_participants_database_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_participants_database_groups` ( `id` int(3) NOT NULL auto_increment, `order` int(3) NOT NULL default '0', `display` tinyint(1) default '1', `title` tinytext NOT NULL, `name` varchar(30) NOT NULL, `description` text, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_participants_database_groups` -- LOCK TABLES `cto_participants_database_groups` WRITE; /*!40000 ALTER TABLE `cto_participants_database_groups` DISABLE KEYS */; INSERT INTO `cto_participants_database_groups` VALUES (1,1,1,'Participant Info','main',NULL),(2,2,1,'Personal Info','personal',NULL),(3,3,0,'Administrative Info','admin',NULL),(4,4,0,'Source of the Record','source',NULL),(5,5,0,'Record Info','internal',NULL); /*!40000 ALTER TABLE `cto_participants_database_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cto_postmeta` -- DROP TABLE IF EXISTS `cto_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `cto_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=167269 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `cto_postmeta` -- LOCK TABLES `cto_postmeta` WRITE; /*!40000 ALTER TABLE `cto_postmeta` DISABLE KEYS */; INSERT INTO `cto_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,6,'_wp_page_template','default'),(8,10,'_wp_page_template','page-template-contact.php'),(11,150,'_edit_last','1'),(12,150,'_thumbnail_id','155'),(13,150,'urllink','http://'),(14,150,'urldesc',''),(15,150,'btnLink',''),(16,150,'btnName',''),(17,150,'tag1',''),(18,150,'tag2',''),(19,150,'tag3',''),(20,150,'tag4',''),(21,156,'_thumbnail_id','157'),(22,156,'_edit_last','1'),(23,156,'urllink','http://'),(24,156,'urldesc',''),(25,156,'btnLink',''),(26,156,'btnName',''),(27,156,'tag1',''),(28,156,'tag2',''),(29,156,'tag3',''),(30,156,'tag4',''),(31,158,'_thumbnail_id','159'),(32,158,'_edit_last','1'),(33,158,'urllink','http://'),(34,158,'urldesc',''),(35,158,'btnLink',''),(36,158,'btnName',''),(37,158,'tag1',''),(38,158,'tag2',''),(39,158,'tag3',''),(40,158,'tag4',''),(41,160,'_thumbnail_id','161'),(42,160,'_edit_last','1'),(43,160,'urllink','http://'),(44,160,'urldesc',''),(45,160,'btnLink',''),(46,160,'btnName',''),(47,160,'tag1',''),(48,160,'tag2',''),(49,160,'tag3',''),(50,160,'tag4',''),(51,162,'_edit_last','1'),(52,162,'_thumbnail_id','163'),(53,162,'urllink','http://'),(54,162,'urldesc',''),(55,162,'btnLink',''),(56,162,'btnName',''),(57,162,'tag1',''),(58,162,'tag2',''),(59,162,'tag3',''),(60,162,'tag4',''),(61,164,'_edit_last','1'),(62,164,'_thumbnail_id','165'),(63,164,'urllink','http://'),(64,164,'urldesc',''),(65,164,'btnLink',''),(66,164,'btnName',''),(67,164,'tag1',''),(68,164,'tag2',''),(69,164,'tag3',''),(70,164,'tag4',''),(71,166,'_thumbnail_id','167'),(72,166,'_edit_last','1'),(73,166,'urllink','http://'),(74,166,'urldesc',''),(75,166,'btnLink',''),(76,166,'btnName',''),(77,166,'tag1',''),(78,166,'tag2',''),(79,166,'tag3',''),(80,166,'tag4',''),(81,508,'_thumbnail_id','509'),(82,508,'_edit_last','1'),(83,508,'bgmp_address','36.255123, -115.2383485'),(84,508,'bgmp_latitude','36.255123'),(85,508,'bgmp_longitude','-115.2383485'),(86,508,'bgmp_zIndex','0'),(87,508,'urllink',''),(88,508,'urldesc',''),(89,508,'btnLink',''),(90,508,'btnName',''),(91,508,'iframeData',''),(100,168,'_thumbnail_id','169'),(101,168,'_edit_last','1'),(102,168,'urllink','http://'),(103,168,'urldesc',''),(104,168,'btnLink',''),(105,168,'btnName',''),(106,168,'tag1',''),(107,168,'tag2',''),(108,168,'tag3',''),(109,168,'tag4',''),(110,423,'_edit_last','1'),(111,423,'urllink','http://'),(112,423,'urldesc',''),(113,423,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(114,423,'btnName','BUY NOW'),(115,423,'iframeData',''),(116,423,'parent_id','102'),(117,423,'_thumbnail_id','424'),(118,425,'_edit_last','1'),(119,425,'_thumbnail_id','429'),(120,425,'urllink','http://'),(121,425,'urldesc',''),(122,425,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(123,425,'btnName','PURCHASE'),(124,425,'iframeData',''),(125,425,'parent_id','102'),(126,426,'_edit_last','1'),(127,426,'_thumbnail_id','430'),(128,426,'urllink','http://'),(129,426,'urldesc',''),(130,426,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(131,426,'btnName','BUY NOW'),(132,426,'iframeData',''),(133,426,'parent_id','102'),(134,427,'_edit_last','1'),(135,427,'_thumbnail_id','431'),(136,427,'urllink','http://'),(137,427,'urldesc',''),(138,427,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(139,427,'btnName','PURCHASE'),(140,427,'iframeData',''),(141,427,'parent_id','102'),(142,428,'_edit_last','1'),(143,428,'_thumbnail_id','432'),(144,428,'urllink','http://'),(145,428,'urldesc',''),(146,428,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(147,428,'btnName','BUY NOW'),(148,428,'iframeData',''),(149,428,'parent_id','102'),(174,356,'_edit_last','1'),(175,356,'_thumbnail_id','357'),(176,356,'urllink',''),(177,356,'urldesc',''),(178,356,'btnLink',''),(179,356,'btnName',''),(180,356,'iframeData',''),(197,515,'_wp_page_template','page-template-left-nav.php'),(333,358,'_edit_last','1'),(334,358,'_thumbnail_id','363'),(335,358,'urllink',''),(336,358,'urldesc',''),(337,358,'btnLink',''),(338,358,'btnName',''),(339,358,'iframeData',''),(340,359,'_edit_last','1'),(341,359,'_thumbnail_id','365'),(342,359,'urllink',''),(343,359,'urldesc',''),(344,359,'btnLink',''),(345,359,'btnName',''),(346,359,'iframeData',''),(347,360,'_edit_last','1'),(348,360,'_thumbnail_id','367'),(349,360,'urllink',''),(350,360,'urldesc',''),(351,360,'btnLink',''),(352,360,'btnName',''),(353,360,'iframeData',''),(354,361,'_edit_last','1'),(355,361,'_thumbnail_id','369'),(356,361,'urllink',''),(357,361,'urldesc',''),(358,361,'btnLink',''),(359,361,'btnName',''),(360,361,'iframeData',''),(361,380,'btnLink',''),(362,380,'urldesc',''),(363,380,'urllink',''),(364,380,'_thumbnail_id','365'),(365,380,'_edit_last','1'),(366,380,'btnName',''),(367,380,'iframeData',''),(369,172,'_edit_last','1'),(370,172,'urllink','http://'),(371,172,'urldesc',''),(372,172,'btnLink',''),(373,172,'btnName',''),(374,172,'iframeData',''),(375,172,'_wp_page_template','blog-page-left-sidebar.php'),(792,522,'_edit_last','1'),(793,522,'_thumbnail_id','8'),(794,522,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(795,522,'urldesc',''),(796,522,'btnLink',''),(797,522,'btnName',''),(798,522,'tag1',''),(799,522,'tag2',''),(800,522,'tag3',''),(801,522,'tag4',''),(802,523,'_edit_last','1'),(803,523,'urllink',''),(804,523,'urldesc',''),(805,523,'btnLink',''),(806,523,'btnName',''),(807,523,'tag1',''),(808,523,'tag2',''),(809,523,'tag3',''),(810,523,'tag4',''),(811,524,'_edit_last','1'),(812,524,'urllink',''),(813,524,'urldesc',''),(814,524,'btnLink',''),(815,524,'btnName',''),(816,524,'tag1',''),(817,524,'tag2',''),(818,524,'tag3',''),(819,524,'tag4',''),(820,525,'_edit_last','1'),(821,525,'urllink',''),(822,525,'urldesc',''),(823,525,'btnLink',''),(824,525,'btnName',''),(825,525,'tag1',''),(826,525,'tag2',''),(827,525,'tag3',''),(828,525,'tag4',''),(829,23,'_thumbnail_id','30'),(830,23,'_edit_last','1'),(831,23,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(832,23,'urldesc',''),(833,23,'btnLink',''),(834,23,'btnName',''),(835,23,'tag1',''),(836,23,'tag2',''),(837,23,'tag3',''),(838,23,'tag4',''),(839,24,'_edit_last','1'),(840,24,'_thumbnail_id','38'),(841,24,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(842,24,'urldesc',''),(843,24,'btnLink',''),(844,24,'btnName',''),(845,24,'tag1',''),(846,24,'tag2',''),(847,24,'tag3',''),(848,24,'tag4',''),(849,25,'_edit_last','1'),(850,25,'_thumbnail_id','35'),(851,25,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(852,25,'urldesc',''),(853,25,'btnLink',''),(854,25,'btnName',''),(855,25,'tag1',''),(856,25,'tag2',''),(857,25,'tag3',''),(858,25,'tag4',''),(859,26,'_edit_last','1'),(860,26,'_thumbnail_id','32'),(861,26,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(862,26,'urldesc',''),(863,26,'btnLink',''),(864,26,'btnName',''),(865,26,'tag1',''),(866,26,'tag2',''),(867,26,'tag3',''),(868,26,'tag4',''),(869,27,'_edit_last','1'),(870,27,'_thumbnail_id','33'),(871,27,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(872,27,'urldesc',''),(873,27,'btnLink',''),(874,27,'btnName',''),(875,27,'tag1',''),(876,27,'tag2',''),(877,27,'tag3',''),(878,27,'tag4',''),(879,28,'_edit_last','1'),(880,28,'_thumbnail_id','43'),(881,28,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(882,28,'urldesc',''),(883,28,'btnLink',''),(884,28,'btnName',''),(885,28,'tag1',''),(886,28,'tag2',''),(887,28,'tag3',''),(888,28,'tag4',''),(889,44,'_edit_last','1'),(890,44,'_thumbnail_id','45'),(891,44,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(892,44,'urldesc',''),(893,44,'btnLink',''),(894,44,'btnName',''),(895,44,'tag1',''),(896,44,'tag2',''),(897,44,'tag3',''),(898,44,'tag4',''),(1413,150,'_edit_last','2'),(1414,150,'_thumbnail_id','155'),(1415,150,'urllink','http://'),(1416,150,'urldesc',''),(1417,150,'btnLink',''),(1418,150,'btnName',''),(1419,150,'tag1',''),(1420,150,'tag2',''),(1421,150,'tag3',''),(1422,150,'tag4',''),(1423,156,'_thumbnail_id','157'),(1424,156,'_edit_last','2'),(1425,156,'urllink','http://'),(1426,156,'urldesc',''),(1427,156,'btnLink',''),(1428,156,'btnName',''),(1429,156,'tag1',''),(1430,156,'tag2',''),(1431,156,'tag3',''),(1432,156,'tag4',''),(1433,158,'_thumbnail_id','159'),(1434,158,'_edit_last','2'),(1435,158,'urllink','http://'),(1436,158,'urldesc',''),(1437,158,'btnLink',''),(1438,158,'btnName',''),(1439,158,'tag1',''),(1440,158,'tag2',''),(1441,158,'tag3',''),(1442,158,'tag4',''),(1443,160,'_thumbnail_id','161'),(1444,160,'_edit_last','2'),(1445,160,'urllink','http://'),(1446,160,'urldesc',''),(1447,160,'btnLink',''),(1448,160,'btnName',''),(1449,160,'tag1',''),(1450,160,'tag2',''),(1451,160,'tag3',''),(1452,160,'tag4',''),(1453,162,'_edit_last','2'),(1454,162,'_thumbnail_id','163'),(1455,162,'urllink','http://'),(1456,162,'urldesc',''),(1457,162,'btnLink',''),(1458,162,'btnName',''),(1459,162,'tag1',''),(1460,162,'tag2',''),(1461,162,'tag3',''),(1462,162,'tag4',''),(1463,164,'_edit_last','2'),(1464,164,'_thumbnail_id','165'),(1465,164,'urllink','http://'),(1466,164,'urldesc',''),(1467,164,'btnLink',''),(1468,164,'btnName',''),(1469,164,'tag1',''),(1470,164,'tag2',''),(1471,164,'tag3',''),(1472,164,'tag4',''),(1473,166,'_thumbnail_id','167'),(1474,166,'_edit_last','2'),(1475,166,'urllink','http://'),(1476,166,'urldesc',''),(1477,166,'btnLink',''),(1478,166,'btnName',''),(1479,166,'tag1',''),(1480,166,'tag2',''),(1481,166,'tag3',''),(1482,166,'tag4',''),(1483,508,'_thumbnail_id','509'),(1484,508,'_edit_last','2'),(1485,508,'bgmp_address','36.255123, -115.2383485'),(1486,508,'bgmp_latitude','36.255123'),(1487,508,'bgmp_longitude','-115.2383485'),(1488,508,'bgmp_zIndex','0'),(1489,508,'urllink',''),(1490,508,'urldesc',''),(1491,508,'btnLink',''),(1492,508,'btnName',''),(1493,508,'iframeData',''),(1502,168,'_thumbnail_id','169'),(1503,168,'_edit_last','2'),(1504,168,'urllink','http://'),(1505,168,'urldesc',''),(1506,168,'btnLink',''),(1507,168,'btnName',''),(1508,168,'tag1',''),(1509,168,'tag2',''),(1510,168,'tag3',''),(1511,168,'tag4',''),(1512,423,'_edit_last','2'),(1513,423,'urllink','http://'),(1514,423,'urldesc',''),(1515,423,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(1516,423,'btnName','BUY NOW'),(1517,423,'iframeData',''),(1518,423,'parent_id','102'),(1519,423,'_thumbnail_id','424'),(1520,425,'_edit_last','2'),(1521,425,'_thumbnail_id','429'),(1522,425,'urllink','http://'),(1523,425,'urldesc',''),(1524,425,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(1525,425,'btnName','PURCHASE'),(1526,425,'iframeData',''),(1527,425,'parent_id','102'),(1528,426,'_edit_last','2'),(1529,426,'_thumbnail_id','430'),(1530,426,'urllink','http://'),(1531,426,'urldesc',''),(1532,426,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(1533,426,'btnName','BUY NOW'),(1534,426,'iframeData',''),(1535,426,'parent_id','102'),(1536,427,'_edit_last','2'),(1537,427,'_thumbnail_id','431'),(1538,427,'urllink','http://'),(1539,427,'urldesc',''),(1540,427,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(1541,427,'btnName','PURCHASE'),(1542,427,'iframeData',''),(1543,427,'parent_id','102'),(1544,428,'_edit_last','2'),(1545,428,'_thumbnail_id','432'),(1546,428,'urllink','http://'),(1547,428,'urldesc',''),(1548,428,'btnLink','http://themeforest.net/user/XanderRock/portfolio'),(1549,428,'btnName','BUY NOW'),(1550,428,'iframeData',''),(1551,428,'parent_id','102'),(1576,356,'_edit_last','2'),(1577,356,'_thumbnail_id','357'),(1578,356,'urllink',''),(1579,356,'urldesc',''),(1580,356,'btnLink',''),(1581,356,'btnName',''),(1582,356,'iframeData',''),(1599,515,'_wp_page_template','page-template-left-nav.php'),(1735,358,'_edit_last','2'),(1736,358,'_thumbnail_id','363'),(1737,358,'urllink',''),(1738,358,'urldesc',''),(1739,358,'btnLink',''),(1740,358,'btnName',''),(1741,358,'iframeData',''),(1742,359,'_edit_last','2'),(1743,359,'_thumbnail_id','365'),(1744,359,'urllink',''),(1745,359,'urldesc',''),(1746,359,'btnLink',''),(1747,359,'btnName',''),(1748,359,'iframeData',''),(1749,360,'_edit_last','2'),(1750,360,'_thumbnail_id','367'),(1751,360,'urllink',''),(1752,360,'urldesc',''),(1753,360,'btnLink',''),(1754,360,'btnName',''),(1755,360,'iframeData',''),(1756,361,'_edit_last','2'),(1757,361,'_thumbnail_id','369'),(1758,361,'urllink',''),(1759,361,'urldesc',''),(1760,361,'btnLink',''),(1761,361,'btnName',''),(1762,361,'iframeData',''),(1763,380,'btnLink',''),(1764,380,'urldesc',''),(1765,380,'urllink',''),(1766,380,'_thumbnail_id','365'),(1767,380,'_edit_last','2'),(1768,380,'btnName',''),(1769,380,'iframeData',''),(1771,172,'_edit_last','2'),(1772,172,'urllink','http://'),(1773,172,'urldesc',''),(1774,172,'btnLink',''),(1775,172,'btnName',''),(1776,172,'iframeData',''),(1777,172,'_wp_page_template','blog-page-left-sidebar.php'),(2194,522,'_edit_last','2'),(2195,522,'_thumbnail_id','8'),(2196,522,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2197,522,'urldesc',''),(2198,522,'btnLink',''),(2199,522,'btnName',''),(2200,522,'tag1',''),(2201,522,'tag2',''),(2202,522,'tag3',''),(2203,522,'tag4',''),(2204,523,'_edit_last','2'),(2205,523,'urllink',''),(2206,523,'urldesc',''),(2207,523,'btnLink',''),(2208,523,'btnName',''),(2209,523,'tag1',''),(2210,523,'tag2',''),(2211,523,'tag3',''),(2212,523,'tag4',''),(2213,524,'_edit_last','2'),(2214,524,'urllink',''),(2215,524,'urldesc',''),(2216,524,'btnLink',''),(2217,524,'btnName',''),(2218,524,'tag1',''),(2219,524,'tag2',''),(2220,524,'tag3',''),(2221,524,'tag4',''),(2222,525,'_edit_last','2'),(2223,525,'urllink',''),(2224,525,'urldesc',''),(2225,525,'btnLink',''),(2226,525,'btnName',''),(2227,525,'tag1',''),(2228,525,'tag2',''),(2229,525,'tag3',''),(2230,525,'tag4',''),(2231,23,'_thumbnail_id','30'),(2232,23,'_edit_last','2'),(2233,23,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2234,23,'urldesc',''),(2235,23,'btnLink',''),(2236,23,'btnName',''),(2237,23,'tag1',''),(2238,23,'tag2',''),(2239,23,'tag3',''),(2240,23,'tag4',''),(2241,24,'_edit_last','2'),(2242,24,'_thumbnail_id','38'),(2243,24,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2244,24,'urldesc',''),(2245,24,'btnLink',''),(2246,24,'btnName',''),(2247,24,'tag1',''),(2248,24,'tag2',''),(2249,24,'tag3',''),(2250,24,'tag4',''),(2251,25,'_edit_last','2'),(2252,25,'_thumbnail_id','35'),(2253,25,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2254,25,'urldesc',''),(2255,25,'btnLink',''),(2256,25,'btnName',''),(2257,25,'tag1',''),(2258,25,'tag2',''),(2259,25,'tag3',''),(2260,25,'tag4',''),(2261,26,'_edit_last','2'),(2262,26,'_thumbnail_id','32'),(2263,26,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2264,26,'urldesc',''),(2265,26,'btnLink',''),(2266,26,'btnName',''),(2267,26,'tag1',''),(2268,26,'tag2',''),(2269,26,'tag3',''),(2270,26,'tag4',''),(2271,27,'_edit_last','2'),(2272,27,'_thumbnail_id','33'),(2273,27,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2274,27,'urldesc',''),(2275,27,'btnLink',''),(2276,27,'btnName',''),(2277,27,'tag1',''),(2278,27,'tag2',''),(2279,27,'tag3',''),(2280,27,'tag4',''),(2281,28,'_edit_last','2'),(2282,28,'_thumbnail_id','43'),(2283,28,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2284,28,'urldesc',''),(2285,28,'btnLink',''),(2286,28,'btnName',''),(2287,28,'tag1',''),(2288,28,'tag2',''),(2289,28,'tag3',''),(2290,28,'tag4',''),(2291,44,'_edit_last','2'),(2292,44,'_thumbnail_id','45'),(2293,44,'urllink','http://themeforest.net/user/XanderRock/portfolio?ref=XanderRock'),(2294,44,'urldesc',''),(2295,44,'btnLink',''),(2296,44,'btnName',''),(2297,44,'tag1',''),(2298,44,'tag2',''),(2299,44,'tag3',''),(2300,44,'tag4',''),(2818,168,'_edit_lock','1361135669:1'),(2820,168,'post_views_count','0'),(2821,160,'post_views_count','0'),(2822,150,'post_views_count','0'),(2830,6,'_edit_lock','1394654568:2'),(2832,6,'deactivate_breadcrumb',''),(3099,717,'_wp_attached_file','2013/02/CTOLOGO.gif'),(3100,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:97;s:6:\"height\";i:94;s:4:\"file\";s:19:\"2013/02/CTOLOGO.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3101,718,'_wp_attached_file','2013/02/ctologoicemag.jpg'),(3102,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:71;s:6:\"height\";i:65;s:4:\"file\";s:25:\"2013/02/ctologoicemag.jpg\";s:5:\"sizes\";a:1:{s:12:\"footer-image\";a:4:{s:4:\"file\";s:23:\"ctologoicemag-71x60.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3103,719,'_wp_attached_file','2013/02/ctoLogoIceMag2.jpg'),(3104,719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:66;s:4:\"file\";s:26:\"2013/02/ctoLogoIceMag2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ctoLogoIceMag2-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"gallery-five\";a:4:{s:4:\"file\";s:25:\"ctoLogoIceMag2-182x66.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"gallery-six\";a:4:{s:4:\"file\";s:25:\"ctoLogoIceMag2-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:24:\"ctoLogoIceMag2-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3105,720,'_wp_attached_file','2013/02/ctologoIM3.jpg'),(3106,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:428;s:6:\"height\";i:66;s:4:\"file\";s:22:\"2013/02/ctologoIM3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-300x46.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"homepage-thumb\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-290x66.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-three\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-310x66.jpg\";s:5:\"width\";i:310;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"gallery-four\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-230x66.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"gallery-five\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-182x66.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"gallery-six\";a:4:{s:4:\"file\";s:21:\"ctologoIM3-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:20:\"ctologoIM3-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3149,515,'_edit_lock','1369968150:2'),(3150,515,'_edit_last','2'),(3151,515,'urllink','http://'),(3152,515,'urldesc',''),(3153,515,'deactivate_breadcrumb',''),(3154,6,'_edit_last','2'),(3155,6,'urllink','http://'),(3156,6,'urldesc',''),(3157,738,'_edit_last','1'),(3158,738,'_edit_lock','1361129907:1'),(3159,739,'_wp_attached_file','2013/02/antigua-and-barbuda.png'),(3160,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:31:\"2013/02/antigua-and-barbuda.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:31:\"antigua-and-barbuda-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:29:\"antigua-and-barbuda-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3161,740,'_wp_attached_file','2013/02/anguilla.png'),(3162,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:20:\"2013/02/anguilla.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:20:\"anguilla-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:18:\"anguilla-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3163,741,'_wp_attached_file','2013/02/bahamas.png'),(3164,741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:19:\"2013/02/bahamas.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:19:\"bahamas-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:17:\"bahamas-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3165,742,'_wp_attached_file','2013/02/barbados.png'),(3166,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:20:\"2013/02/barbados.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:20:\"barbados-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:18:\"barbados-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3167,743,'_wp_attached_file','2013/02/belize.png'),(3168,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:18:\"2013/02/belize.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:18:\"belize-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:16:\"belize-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3169,744,'_wp_attached_file','2013/02/bermuda.png'),(3170,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:19:\"2013/02/bermuda.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:19:\"bermuda-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:17:\"bermuda-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3171,745,'_wp_attached_file','2013/02/bonaire.png'),(3172,745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:19:\"2013/02/bonaire.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:19:\"bonaire-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:17:\"bonaire-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3173,746,'_wp_attached_file','2013/02/british-virgin-islands.png'),(3174,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:34:\"2013/02/british-virgin-islands.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:34:\"british-virgin-islands-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:32:\"british-virgin-islands-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3175,747,'_wp_attached_file','2013/02/cayman-islands.png'),(3176,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:26:\"2013/02/cayman-islands.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:26:\"cayman-islands-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:24:\"cayman-islands-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3177,748,'_wp_attached_file','2013/02/cuba.png'),(3178,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:16:\"2013/02/cuba.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:16:\"cuba-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:14:\"cuba-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3179,749,'_wp_attached_file','2013/02/curacao.png'),(3180,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:19:\"2013/02/curacao.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:19:\"curacao-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:17:\"curacao-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3181,750,'_wp_attached_file','2013/02/dominica.png'),(3182,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:20:\"2013/02/dominica.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:20:\"dominica-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:18:\"dominica-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3183,751,'_wp_attached_file','2013/02/grenada.png'),(3184,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:19:\"2013/02/grenada.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:19:\"grenada-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:17:\"grenada-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3185,752,'_wp_attached_file','2013/02/guadeloupe.png'),(3186,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:22:\"2013/02/guadeloupe.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:22:\"guadeloupe-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:20:\"guadeloupe-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3187,753,'_wp_attached_file','2013/02/guyana.png'),(3188,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:18:\"2013/02/guyana.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:18:\"guyana-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:16:\"guyana-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3189,754,'_wp_attached_file','2013/02/haiti.png'),(3190,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:17:\"2013/02/haiti.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:17:\"haiti-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:15:\"haiti-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3191,755,'_wp_attached_file','2013/02/jamaica.png'),(3192,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:19:\"2013/02/jamaica.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:19:\"jamaica-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:17:\"jamaica-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3193,756,'_wp_attached_file','2013/02/martinique.png'),(3194,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:22:\"2013/02/martinique.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:22:\"martinique-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:20:\"martinique-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3195,757,'_wp_attached_file','2013/02/montserrat.png'),(3196,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:22:\"2013/02/montserrat.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:22:\"montserrat-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:20:\"montserrat-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3197,758,'_wp_attached_file','2013/02/puerto-rico.png'),(3198,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:23:\"2013/02/puerto-rico.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:23:\"puerto-rico-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:21:\"puerto-rico-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3199,759,'_wp_attached_file','2013/02/saint-lucia.png'),(3200,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:23:\"2013/02/saint-lucia.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:23:\"saint-lucia-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:21:\"saint-lucia-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3201,760,'_wp_attached_file','2013/02/st-eustatius.png'),(3202,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:24:\"2013/02/st-eustatius.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:24:\"st-eustatius-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:22:\"st-eustatius-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3203,761,'_wp_attached_file','2013/02/st-kitts.png'),(3204,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:20:\"2013/02/st-kitts.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:20:\"st-kitts-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:18:\"st-kitts-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3205,762,'_wp_attached_file','2013/02/st-maarten.png'),(3206,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:22:\"2013/02/st-maarten.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:22:\"st-maarten-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:20:\"st-maarten-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3207,763,'_wp_attached_file','2013/02/st-martin.png'),(3208,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:21:\"2013/02/st-martin.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:21:\"st-martin-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:19:\"st-martin-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3209,764,'_wp_attached_file','2013/02/st-vincent-and-the-grenadines.png'),(3210,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:41:\"2013/02/st-vincent-and-the-grenadines.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:41:\"st-vincent-and-the-grenadines-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:39:\"st-vincent-and-the-grenadines-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3211,765,'_wp_attached_file','2013/02/trinidad-and-tobago.png'),(3212,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:31:\"2013/02/trinidad-and-tobago.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:31:\"trinidad-and-tobago-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:29:\"trinidad-and-tobago-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3213,766,'_wp_attached_file','2013/02/turks-and-caicos-islands.png'),(3214,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:36:\"2013/02/turks-and-caicos-islands.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:36:\"turks-and-caicos-islands-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:34:\"turks-and-caicos-islands-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3215,767,'_wp_attached_file','2013/02/us-virgin-islands.png'),(3216,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:29:\"2013/02/us-virgin-islands.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:29:\"us-virgin-islands-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:27:\"us-virgin-islands-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3217,768,'_wp_attached_file','2013/02/venezuela.png'),(3218,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:138;s:6:\"height\";i:124;s:4:\"file\";s:21:\"2013/02/venezuela.png\";s:5:\"sizes\";a:2:{s:11:\"gallery-six\";a:4:{s:4:\"file\";s:21:\"venezuela-138x110.png\";s:5:\"width\";i:138;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:19:\"venezuela-80x60.png\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3219,738,'_thumbnail_id','739'),(3220,738,'urllink','http://www.antigua-barbuda.org/'),(3221,738,'urldesc','Antigua & Barbuda\'s tourism website'),(3222,738,'deactivate_breadcrumb',''),(3223,769,'_edit_last','1'),(3224,769,'_edit_lock','1361135680:1'),(3225,769,'_thumbnail_id','740'),(3226,769,'urllink','http://ivisitanguilla.com/'),(3227,769,'urldesc',''),(3228,769,'deactivate_breadcrumb',''),(3229,770,'_edit_last','1'),(3230,770,'_edit_lock','1361130275:1'),(3231,770,'_thumbnail_id','741'),(3232,770,'urllink','http://www.bahamas.com/'),(3233,770,'urldesc',''),(3234,770,'deactivate_breadcrumb',''),(3290,801,'_edit_last','1'),(3291,801,'_edit_lock','1361135753:1'),(3292,801,'_thumbnail_id','742'),(3293,801,'urllink','http://www.visitbarbados.org/'),(3294,801,'urldesc',''),(3295,801,'deactivate_breadcrumb',''),(3296,802,'_edit_last','1'),(3297,802,'_edit_lock','1361135796:1'),(3298,802,'_thumbnail_id','743'),(3299,802,'urllink','http://www.travelbelize.org/'),(3300,802,'urldesc',''),(3301,802,'deactivate_breadcrumb',''),(3302,803,'_edit_last','1'),(3303,803,'_edit_lock','1361135852:1'),(3304,803,'_thumbnail_id','744'),(3305,803,'urllink','http://www.gotobermuda.com/default/'),(3306,803,'urldesc',''),(3307,803,'deactivate_breadcrumb',''),(3308,804,'_edit_last','1'),(3309,804,'_edit_lock','1361135917:1'),(3310,804,'_thumbnail_id','745'),(3311,804,'urllink','http://www.tourismbonaire.com/'),(3312,804,'urldesc',''),(3313,804,'deactivate_breadcrumb',''),(3314,842,'_wp_attached_file','2013/02/originalyellow-logo.jpg'),(3315,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:323;s:4:\"file\";s:31:\"2013/02/originalyellow-logo.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"homepage-thumb\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-290x200.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"full-column-img\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-318x280.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery-three\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-310x240.jpg\";s:5:\"width\";i:310;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"gallery-four\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-230x180.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"gallery-five\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-182x140.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"gallery-six\";a:4:{s:4:\"file\";s:31:\"originalyellow-logo-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"footer-image\";a:4:{s:4:\"file\";s:29:\"originalyellow-logo-80x60.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3316,870,'_wp_attached_file','2013/02/thectostory.pdf'),(3317,6,'_sidebar_name','AboutCTO'),(3320,914,'_edit_last','2'),(3321,914,'_edit_lock','1401746455:2'),(3322,914,'urllink','http://'),(3323,914,'urldesc',''),(3324,914,'deactivate_breadcrumb',''),(3325,914,'_wp_page_template','default'),(3350,930,'_menu_item_type','post_type'),(3351,930,'_menu_item_menu_item_parent','0'),(3352,930,'_menu_item_object_id','6'),(3353,930,'_menu_item_object','page'),(3354,930,'_menu_item_target',''),(3355,930,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3356,930,'_menu_item_xfn',''),(3357,930,'_menu_item_url',''),(3370,119,'_wp_attached_file','celebrating-success.jpg'),(3371,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:632;s:4:\"file\";s:23:\"celebrating-success.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"celebrating-success-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"celebrating-success-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2;s:6:\"credit\";s:11:\"Yuri Arcurs\";s:6:\"camera\";s:10:\"elebrating\";s:7:\"caption\";s:3:\"è\";s:17:\"created_timestamp\";i:1308411812;s:9:\"copyright\";s:8:\"women\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:5:\"10075\";}}'),(3372,123,'_wp_attached_file','businesswoman-drawing-diagram-on-a-natural-background.jpg'),(3373,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:979;s:6:\"height\";i:613;s:4:\"file\";s:57:\"businesswoman-drawing-diagram-on-a-natural-background.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"businesswoman-drawing-diagram-on-a-natural-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"businesswoman-drawing-diagram-on-a-natural-background-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:54:\"Businesswoman drawing diagram on a natural background.\";}}'),(3374,125,'_wp_attached_file','happy-woman-working-on-laptop.jpg'),(3375,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:632;s:4:\"file\";s:33:\"happy-woman-working-on-laptop.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"happy-woman-working-on-laptop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"happy-woman-working-on-laptop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:35:\"Top view of woman working on laptop\";s:17:\"created_timestamp\";i:1289132856;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:5:\"10134\";}}'),(3376,127,'_wp_attached_file','online-shopping.jpg'),(3377,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:906;s:6:\"height\";i:662;s:4:\"file\";s:19:\"online-shopping.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"online-shopping-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"online-shopping-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3378,129,'_wp_attached_file','happy-young-woman-in-business-smiling-with-laptop.jpg'),(3379,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:755;s:6:\"height\";i:795;s:4:\"file\";s:53:\"happy-young-woman-in-business-smiling-with-laptop.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"happy-young-woman-in-business-smiling-with-laptop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"happy-young-woman-in-business-smiling-with-laptop-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:1.8000000000000000444089209850062616169452667236328125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:63:\"Young charming businesswoman using laptop over white background\";s:17:\"created_timestamp\";i:1227794115;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:5:\"11508\";}}'),(3380,131,'_wp_attached_file','spa-still-life.jpg'),(3381,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:631;s:4:\"file\";s:18:\"spa-still-life.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"spa-still-life-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"spa-still-life-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"es\";s:7:\"caption\";s:44:\"spa still life with zen stone and green leaf\";s:17:\"created_timestamp\";i:1276293154;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:14:\"spa still life\";}}'),(3382,133,'_wp_attached_file','modern-office-building.jpg'),(3383,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:947;s:6:\"height\";i:634;s:4:\"file\";s:26:\"modern-office-building.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"modern-office-building-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"modern-office-building-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D60\";s:7:\"caption\";s:50:\"modern office building against blue sky background\";s:17:\"created_timestamp\";i:1271780347;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:22:\"Modern office building\";}}'),(3384,135,'_wp_attached_file','touching-technology.jpg'),(3385,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1681;s:6:\"height\";i:1189;s:4:\"file\";s:23:\"touching-technology.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"touching-technology-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"touching-technology-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"touching-technology-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:54:\"Touching Technology. A businessman with moving images.\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:19:\"Touching Technology\";}}'),(3386,137,'_wp_attached_file','business-team.jpg'),(3387,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:632;s:4:\"file\";s:17:\"business-team.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"business-team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"business-team-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:73:\"Business team with their hands together in the middle isolated over white\";s:17:\"created_timestamp\";i:1271261275;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:13:\"Business team\";}}'),(3388,139,'_wp_attached_file','medical-team.jpg'),(3389,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:632;s:4:\"file\";s:16:\"medical-team.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"medical-team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"medical-team-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:83:\"Portrait of happy young male doctor holding medical reports with team in background\";s:17:\"created_timestamp\";i:1292433124;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:5:\"10020\";}}'),(3390,590,'_wp_attached_file','sample-bio-1.png'),(3391,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:16:\"sample-bio-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3392,591,'_wp_attached_file','sample-bio-2.png'),(3393,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:16:\"sample-bio-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3394,592,'_wp_attached_file','sample-bio-3.png'),(3395,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:16:\"sample-bio-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3396,593,'_wp_attached_file','sample-bio-4.png'),(3397,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:16:\"sample-bio-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3398,955,'_wp_attached_file','admin-options-panel.png'),(3399,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:297;s:4:\"file\";s:23:\"admin-options-panel.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"admin-options-panel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"admin-options-panel-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3400,955,'_wp_attachment_image_alt','Premium Wordpress Theme - Admin Options Panel'),(3401,968,'_wp_attached_file','shortcodes.png'),(3402,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:297;s:4:\"file\";s:14:\"shortcodes.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"shortcodes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"shortcodes-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3403,968,'_wp_attachment_image_alt','Premium Wordpress Themes - TrueThemes'),(3404,999,'_wp_attached_file','woman-banner.png'),(3405,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:16:\"woman-banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"woman-banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"woman-banner-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3406,1054,'_wp_attached_file','how-may-i-help-you.jpg'),(3407,1054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:948;s:6:\"height\";i:632;s:4:\"file\";s:22:\"how-may-i-help-you.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"how-may-i-help-you-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"how-may-i-help-you-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:78:\"Portrait of happy female customer service executive looking at you and smiling\";s:17:\"created_timestamp\";i:1292322399;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:5:\"10995\";}}'),(3408,1055,'_wp_attached_file','faq-banner-crop.png'),(3409,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:161;s:4:\"file\";s:19:\"faq-banner-crop.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"faq-banner-crop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"faq-banner-crop-300x51.png\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3410,1055,'_wp_attachment_image_alt','Premium Wordpress Theme Developer - TrueThemes'),(3411,1059,'_wp_attached_file','web-display.png'),(3412,1059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:434;s:4:\"file\";s:15:\"web-display.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"web-display-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"web-display-300x135.png\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3413,1059,'_wp_attachment_image_alt','Premium Wordpress Theme - CMS - TrueThemes'),(3414,325,'_edit_last','1'),(3415,325,'faq_question','Parturient Adipiscing vestibulum id ligula porta felis euismod semper?'),(3416,325,'faq_answer','Curabitur blandit tempus porttitor. Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.'),(3417,325,'sbg_selected_sidebar',''),(3418,325,'sbg_selected_sidebar_replacement',''),(3419,327,'_edit_last','1'),(3420,327,'faq_question','Cum sociis natoque penatibus et magnis dis parturient montes?'),(3421,327,'faq_answer','Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Nullam quis risus eget urna mollis ornare vel eu leo. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vestibulum id ligula porta felis euismod semper. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Etiam porta sem malesuada magna mollis euismod.'),(3422,327,'sbg_selected_sidebar',''),(3423,327,'sbg_selected_sidebar_replacement',''),(3424,1060,'_edit_last','1'),(3425,1060,'faq_question','Vestibulum id ligula porta felis euismod semper?'),(3426,1060,'faq_answer','Donec ullamcorper nulla non metus auctor fringilla. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sed odio dui.\n<ul>\n <li>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</li>\n <li>Vulputate Quam Aenean Venenatis.</li>\n <li>Adipiscing Sit Risus Tortor.</li>\n</ul>\nDuis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Etiam porta sem malesuada magna mollis euismod. Etiam porta sem malesuada magna mollis euismod. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nullam id dolor id nibh ultricies vehicula ut id elit. Nulla vitae elit libero, a pharetra augue.'),(3427,1060,'sbg_selected_sidebar',''),(3428,1060,'sbg_selected_sidebar_replacement',''),(3429,1061,'_edit_last','1'),(3430,1061,'faq_question','Lorem ipsum dolor sit amet, consectetur adipiscing elit?'),(3431,1061,'faq_answer','Cras mattis consectetur purus sit amet fermentum. Etiam porta sem malesuada magna mollis euismod. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Donec id elit non mi porta gravida at eget metus. Nulla vitae elit libero, a pharetra augue.'),(3432,1061,'sbg_selected_sidebar',''),(3433,1061,'sbg_selected_sidebar_replacement',''),(3434,332,'_edit_last','1'),(3435,332,'faq_question','Maecenas faucibus mollis interdum risus ligula inceptos parturient?'),(3436,332,'faq_answer','Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.'),(3437,332,'sbg_selected_sidebar',''),(3438,332,'sbg_selected_sidebar_replacement',''),(3439,333,'_edit_last','1'),(3440,333,'faq_question','Duis mollis, est non cursus vestibulum pellentesque commodo luctus?'),(3441,333,'faq_answer','Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nulla vitae elit libero, a pharetra augue.\n\nAenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec id elit non mi porta gravida at eget metus.'),(3442,333,'sbg_selected_sidebar',''),(3443,333,'sbg_selected_sidebar_replacement',''),(3444,334,'_edit_last','1'),(3445,334,'faq_question','Lorem ipsum dolor sit amet, consectetur fermentum adipiscing?'),(3446,334,'faq_answer','Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam id dolor id nibh ultricies vehicula ut id elit. Vestibulum id ligula porta felis euismod semper. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ullamcorper nulla non metus auctor fringilla.'),(3447,334,'sbg_selected_sidebar',''),(3448,334,'sbg_selected_sidebar_replacement',''),(3449,1062,'_edit_last','1'),(3450,1062,'faq_question','Donec id elit non mi malesuada euismod porta gravida at eget metus?'),(3451,1062,'faq_answer','Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec ullamcorper nulla non metus auctor fringilla. Curabitur blandit tempus porttitor. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nCras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Cras mattis consectetur purus sit amet fermentum. Donec sed odio dui.'),(3452,1062,'sbg_selected_sidebar',''),(3453,1062,'sbg_selected_sidebar_replacement',''),(3454,337,'_edit_last','1'),(3455,337,'faq_question','Maecenas sed diam dapibus porta vehicula eget risus varius blandit?'),(3456,337,'faq_answer','Maecenas sed diam eget risus varius blandit sit amet non magna. Nulla vitae elit libero, a pharetra augue. Curabitur blandit tempus porttitor. Aenean lacinia bibendum nulla sed consectetur.\n\nCras mattis consectetur purus sit amet fermentum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Nullam quis risus eget urna mollis ornare vel eu leo.'),(3457,337,'sbg_selected_sidebar',''),(3458,337,'sbg_selected_sidebar_replacement',''),(3459,1063,'_edit_last','1'),(3460,1063,'faq_question','Fusce dapibus, tellus ac cursus etiam venenatis commodo tortor?'),(3461,1063,'faq_answer','Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Nullam id dolor id nibh ultricies vehicula ut id elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nNullam id dolor id nibh ultricies vehicula ut id elit. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit sit amet non magna.'),(3462,1063,'sbg_selected_sidebar',''),(3463,1063,'sbg_selected_sidebar_replacement',''),(3464,1130,'_wp_attached_file','18-page-templates.png'),(3465,1130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:303;s:4:\"file\";s:21:\"18-page-templates.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"18-page-templates-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"18-page-templates-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3466,1130,'_wp_attachment_image_alt','Premium Wordpress Theme Designer'),(3467,1146,'_wp_attached_file','professional-wordpress-theme-design.png'),(3468,1146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:659;s:6:\"height\";i:368;s:4:\"file\";s:39:\"professional-wordpress-theme-design.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"professional-wordpress-theme-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"professional-wordpress-theme-design-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3477,1220,'_wp_attached_file','truethemes-wordpress-support.png'),(3478,1220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:649;s:6:\"height\";i:308;s:4:\"file\";s:32:\"truethemes-wordpress-support.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"truethemes-wordpress-support-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"truethemes-wordpress-support-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3479,1220,'_wp_attachment_image_alt','Premium Wordpress Themes - Customer Support - TrueThemes'),(3482,1286,'_wp_attached_file','truethemes-wordpress-prfoessionals.png'),(3483,1286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:438;s:4:\"file\";s:38:\"truethemes-wordpress-prfoessionals.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"truethemes-wordpress-prfoessionals-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"truethemes-wordpress-prfoessionals-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3484,1349,'_wp_attached_file','premium-wordpress-theme-truethemes.png'),(3485,1349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:364;s:4:\"file\";s:38:\"premium-wordpress-theme-truethemes.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"premium-wordpress-theme-truethemes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"premium-wordpress-theme-truethemes-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3486,1349,'_wp_attachment_image_alt','Premium Wordpress Theme'),(3487,1354,'_wp_attached_file','professional-wordpress-theme-truethemes.png'),(3488,1354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:297;s:4:\"file\";s:43:\"professional-wordpress-theme-truethemes.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"professional-wordpress-theme-truethemes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"professional-wordpress-theme-truethemes-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3489,1354,'_wp_attachment_image_alt','Professional Wordpress Theme'),(3490,118,'_edit_last','1'),(3491,118,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/celebrating-success-300x200.jpg'),(3492,118,'gal_title_select','yes'),(3493,118,'gal_description_select','yes'),(3494,118,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3495,118,'gal_lightbox','http://files.truethemes.net/themes/sterling-wp/celebrating-success.jpg'),(3496,118,'text_taxonomy_radio',''),(3497,118,'sbg_selected_sidebar',''),(3498,118,'sbg_selected_sidebar_replacement',''),(3499,1355,'_edit_last','1'),(3500,1355,'gal_title_select','yes'),(3501,1355,'gal_description_select','yes'),(3502,1355,'gal_lightbox','http://files.truethemes.net/themes/_preview/Blurry_Light_Background_FL8.swf?width=792&height=294'),(3503,1355,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/businesswoman-drawing-diagram-on-a-natural-background-300x187.jpg'),(3504,1355,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3505,1355,'text_taxonomy_radio',''),(3506,1355,'sbg_selected_sidebar',''),(3507,1355,'sbg_selected_sidebar_replacement',''),(3508,124,'_edit_last','2'),(3509,124,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/happy-woman-working-on-laptop-300x200.jpg'),(3510,124,'gal_title_select','yes'),(3511,124,'gal_description_select','no'),(3512,124,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3513,124,'gal_lightbox','http://vimeo.com/8245346'),(3514,124,'text_taxonomy_radio','a:0:{}'),(3515,124,'gal_lightbox2','http://files.truethemes.net/themes/sterling-wp/sample-bio-4.png'),(3518,126,'_edit_last','1'),(3519,126,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/online-shopping-300x219.jpg'),(3520,126,'gal_title_select','yes'),(3521,126,'gal_description_select','yes'),(3522,126,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3523,126,'gal_lightbox','http://www.youtube.com/watch?v=IwtcwQwgdsA'),(3524,126,'text_taxonomy_radio',''),(3525,126,'sbg_selected_sidebar',''),(3526,126,'sbg_selected_sidebar_replacement',''),(3527,128,'_edit_last','1'),(3528,128,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/happy-young-woman-in-business-smiling-with-laptop-284x300.jpg'),(3529,128,'gal_title_select','yes'),(3530,128,'gal_description_select','yes'),(3531,128,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3532,128,'gal_lightbox','http://www.apple.com?iframe=true&width=850&height=500'),(3533,128,'text_taxonomy_radio',''),(3534,128,'sbg_selected_sidebar',''),(3535,128,'sbg_selected_sidebar_replacement',''),(3536,130,'_edit_last','1'),(3537,130,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/spa-still-life-300x199.jpg'),(3538,130,'gal_title_select','yes'),(3539,130,'gal_description_select','yes'),(3540,130,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3541,130,'gal_lightbox','http://files.truethemes.net/themes/sterling-wp/spa-still-life.jpg'),(3542,130,'text_taxonomy_radio',''),(3543,130,'sbg_selected_sidebar',''),(3544,130,'sbg_selected_sidebar_replacement',''),(3545,132,'_edit_last','1'),(3546,132,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/modern-office-building.jpg'),(3547,132,'gal_title_select','yes'),(3548,132,'gal_description_select','yes'),(3549,132,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3550,132,'gal_lightbox','http://files.truethemes.net/themes/sterling-wp/modern-office-building.jpg'),(3551,132,'text_taxonomy_radio',''),(3552,132,'sbg_selected_sidebar',''),(3553,132,'sbg_selected_sidebar_replacement',''),(3554,134,'_edit_last','1'),(3555,134,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/touching-technology.jpg'),(3556,134,'gal_title_select','yes'),(3557,134,'gal_description_select','yes'),(3558,134,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3559,134,'gal_lightbox','http://files.truethemes.net/themes/sterling-wp/touching-technology.jpg'),(3560,134,'text_taxonomy_radio',''),(3561,134,'sbg_selected_sidebar',''),(3562,134,'sbg_selected_sidebar_replacement',''),(3563,136,'_edit_last','1'),(3564,136,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/business-team.jpg'),(3565,136,'gal_title_select','yes'),(3566,136,'gal_description_select','yes'),(3567,136,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3568,136,'gal_lightbox','http://files.truethemes.net/themes/sterling-wp/business-team.jpg'),(3569,136,'text_taxonomy_radio',''),(3570,136,'sbg_selected_sidebar',''),(3571,136,'sbg_selected_sidebar_replacement',''),(3572,138,'_edit_last','1'),(3573,138,'gal_thumbnail','http://files.truethemes.net/themes/sterling-wp/medical-team.jpg'),(3574,138,'gal_title_select','yes'),(3575,138,'gal_description_select','yes'),(3576,138,'gal_description','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet elementum nisl. Fusce in quam vitae neque consectetur hendrerit.'),(3577,138,'gal_lightbox','http://files.truethemes.net/themes/sterling-wp/medical-team.jpg'),(3578,138,'text_taxonomy_radio',''),(3579,138,'gal_lightbox_title','This is a custom description.'),(3580,138,'sbg_selected_sidebar',''),(3581,138,'sbg_selected_sidebar_replacement',''),(3710,1372,'_edit_last','2'),(3711,1372,'truethemes_page_checkbox',''),(3712,1372,'_wp_page_template','page-template-home-jquery.php'),(3713,1372,'pgnfo_info_select','yes'),(3714,1372,'banner_search','yes'),(3756,146,'_edit_last','1'),(3757,146,'truethemes_page_checkbox',''),(3758,146,'_wp_page_template','page-template-right-sidebar.php'),(3759,146,'banner_search','yes'),(3760,146,'sbg_selected_sidebar',''),(3761,146,'sbg_selected_sidebar_replacement',''),(3961,1111,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3962,1111,'banner_search','yes'),(3963,1111,'_edit_last','2'),(3964,1111,'truethemes_page_checkbox',''),(3965,1111,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3966,1111,'_wp_page_template','page-template-home-jquery.php'),(4005,1393,'_edit_last','2'),(4006,1393,'slider_alignment','align_right'),(4007,1393,'slider_video','http://youtu.be/DX-_0iOjgN0'),(4436,1447,'_menu_item_type','post_type'),(4437,1447,'_menu_item_menu_item_parent','0'),(4438,1447,'_menu_item_object_id','1372'),(4439,1447,'_menu_item_object','page'),(4440,1447,'_menu_item_target',''),(4441,1447,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4442,1447,'_menu_item_xfn',''),(4443,1447,'_menu_item_url',''),(4452,10,'_edit_lock','1395070104:2'),(4585,914,'truethemes_page_checkbox',''),(4586,914,'truethemes_custom_sub_menu','membership-sub-menu'),(4587,914,'truethemes_slider_shortcode',''),(4588,914,'truethemes_slider_cu3er',''),(4590,914,'banner_search','yes'),(4591,914,'page_primary_color_scheme','null'),(4592,914,'page_secondary_color_scheme','null'),(4593,914,'page_background_color','#'),(4594,914,'page_background_position','left top'),(4595,914,'page_background_repeat','repeat'),(4602,1372,'_edit_lock','1408996426:2'),(4677,1535,'_edit_last','2'),(4678,1535,'_edit_lock','1394656546:2'),(4679,1535,'truethemes_page_checkbox',''),(4680,1535,'truethemes_custom_sub_menu','media-sub-menu'),(4681,1535,'truethemes_slider_shortcode',''),(4682,1535,'truethemes_slider_cu3er',''),(4684,1535,'banner_search','yes'),(4685,1535,'page_primary_color_scheme','null'),(4686,1535,'page_secondary_color_scheme','null'),(4687,1535,'page_background_color','#'),(4688,1535,'page_background_position','left top'),(4689,1535,'page_background_repeat','repeat'),(4692,1535,'_wp_page_template','page-template-left-nav.php'),(4717,1539,'_edit_last','2'),(4718,1539,'_edit_lock','1403908894:1805'),(4719,1539,'truethemes_page_checkbox',''),(4720,1539,'truethemes_custom_sub_menu','event-sub-menu'),(4721,1539,'truethemes_slider_shortcode',''),(4722,1539,'truethemes_slider_cu3er',''),(4724,1539,'banner_search','yes'),(4725,1539,'page_primary_color_scheme','null'),(4726,1539,'page_secondary_color_scheme','null'),(4727,1539,'page_background_color','#'),(4728,1539,'page_background_position','left top'),(4729,1539,'page_background_repeat','repeat'),(4732,1539,'_wp_page_template','page-template-full-width.php'),(4737,1541,'_edit_last','2'),(4738,1541,'_edit_lock','1370228305:2'),(4739,1541,'truethemes_page_checkbox',''),(4740,1541,'truethemes_custom_sub_menu','programmes-menu'),(4741,1541,'truethemes_slider_shortcode',''),(4742,1541,'truethemes_slider_cu3er',''),(4744,1541,'banner_search','yes'),(4745,1541,'page_primary_color_scheme','null'),(4746,1541,'page_secondary_color_scheme','null'),(4747,1541,'page_background_color','#'),(4748,1541,'page_background_position','left top'),(4749,1541,'page_background_repeat','repeat'),(4752,1541,'_wp_page_template','page-template-left-nav.php'),(4777,1545,'_edit_last','8'),(4778,1545,'_edit_lock','1370368098:8'),(4779,1545,'truethemes_page_checkbox',''),(4780,1545,'truethemes_custom_sub_menu',''),(4781,1545,'truethemes_slider_shortcode',''),(4782,1545,'truethemes_slider_cu3er',''),(4784,1545,'banner_search','yes'),(4785,1545,'page_primary_color_scheme','null'),(4786,1545,'page_secondary_color_scheme','null'),(4787,1545,'page_background_color','#'),(4788,1545,'page_background_position','left top'),(4789,1545,'page_background_repeat','repeat'),(4792,1545,'_wp_page_template','page-template-left-nav.php'),(4797,1547,'_edit_last','2'),(4798,1547,'_edit_lock','1407253192:2'),(4799,1547,'truethemes_page_checkbox',''),(4800,1547,'truethemes_custom_sub_menu',''),(4801,1547,'truethemes_slider_shortcode',''),(4802,1547,'truethemes_slider_cu3er',''),(4804,1547,'banner_search','yes'),(4805,1547,'page_primary_color_scheme','null'),(4806,1547,'page_secondary_color_scheme','null'),(4807,1547,'page_background_color','#'),(4808,1547,'page_background_position','left top'),(4809,1547,'page_background_repeat','repeat'),(4812,1547,'_wp_page_template','default'),(4909,6,'truethemes_page_checkbox',''),(4910,6,'truethemes_custom_sub_menu',''),(4911,6,'truethemes_slider_shortcode',''),(4912,6,'truethemes_slider_cu3er',''),(4914,6,'banner_search','yes'),(4915,6,'page_primary_color_scheme','null'),(4916,6,'page_secondary_color_scheme','null'),(4917,6,'page_background_color','#'),(4918,6,'page_background_position','left top'),(4919,6,'page_background_repeat','repeat'),(5036,1372,'truethemes_custom_sub_menu',''),(5037,1372,'truethemes_slider_shortcode',''),(5038,1372,'truethemes_slider_cu3er',''),(5040,1372,'page_primary_color_scheme','null'),(5041,1372,'page_secondary_color_scheme','null'),(5042,1372,'page_background_color','#'),(5043,1372,'page_background_position','left top'),(5044,1372,'page_background_repeat','repeat'),(5051,1393,'_edit_lock','1370084333:2'),(5058,10,'_edit_last','2'),(5059,10,'truethemes_page_checkbox',''),(5060,10,'truethemes_custom_sub_menu',''),(5061,10,'truethemes_slider_shortcode',''),(5062,10,'truethemes_slider_cu3er',''),(5064,10,'banner_search','yes'),(5065,10,'page_primary_color_scheme','null'),(5066,10,'page_secondary_color_scheme','null'),(5067,10,'page_background_color','#'),(5068,10,'page_background_position','left top'),(5069,10,'page_background_repeat','repeat'),(5505,1770,'_menu_item_type','post_type'),(5506,1770,'_menu_item_menu_item_parent','0'),(5507,1770,'_menu_item_object_id','1547'),(5508,1770,'_menu_item_object','page'),(5509,1770,'_menu_item_target',''),(5510,1770,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5511,1770,'_menu_item_xfn',''),(5512,1770,'_menu_item_url',''),(5514,1771,'_menu_item_type','post_type'),(5515,1771,'_menu_item_menu_item_parent','0'),(5516,1771,'_menu_item_object_id','1539'),(5517,1771,'_menu_item_object','page'),(5518,1771,'_menu_item_target',''),(5519,1771,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5520,1771,'_menu_item_xfn',''),(5521,1771,'_menu_item_url',''),(5523,1772,'_menu_item_type','post_type'),(5524,1772,'_menu_item_menu_item_parent','0'),(5525,1772,'_menu_item_object_id','1535'),(5526,1772,'_menu_item_object','page'),(5527,1772,'_menu_item_target',''),(5528,1772,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5529,1772,'_menu_item_xfn',''),(5530,1772,'_menu_item_url',''),(5532,1773,'_menu_item_type','post_type'),(5533,1773,'_menu_item_menu_item_parent','0'),(5534,1773,'_menu_item_object_id','1541'),(5535,1773,'_menu_item_object','page'),(5536,1773,'_menu_item_target',''),(5537,1773,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5538,1773,'_menu_item_xfn',''),(5539,1773,'_menu_item_url',''),(5541,1774,'_menu_item_type','post_type'),(5542,1774,'_menu_item_menu_item_parent','0'),(5543,1774,'_menu_item_object_id','1545'),(5544,1774,'_menu_item_object','page'),(5545,1774,'_menu_item_target',''),(5546,1774,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5547,1774,'_menu_item_xfn',''),(5548,1774,'_menu_item_url',''),(5550,1775,'_menu_item_type','post_type'),(5551,1775,'_menu_item_menu_item_parent','0'),(5552,1775,'_menu_item_object_id','515'),(5553,1775,'_menu_item_object','page'),(5554,1775,'_menu_item_target',''),(5555,1775,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5556,1775,'_menu_item_xfn',''),(5557,1775,'_menu_item_url',''),(5614,1797,'_edit_last','2'),(5615,1797,'_edit_lock','1372172201:2'),(5616,1797,'truethemes_page_checkbox',''),(5617,1797,'truethemes_custom_sub_menu','advocacy-sub'),(5618,1797,'truethemes_slider_shortcode',''),(5619,1797,'truethemes_slider_cu3er',''),(5621,1797,'banner_search','yes'),(5622,1797,'page_primary_color_scheme','null'),(5623,1797,'page_secondary_color_scheme','null'),(5624,1797,'page_background_color','#'),(5625,1797,'page_background_position','left top'),(5626,1797,'page_background_repeat','repeat'),(5629,1797,'_wp_page_template','page-template-left-nav.php'),(5634,1799,'_edit_last','2'),(5635,1799,'_edit_lock','1392664440:2'),(5636,1799,'truethemes_page_checkbox',''),(5637,1799,'truethemes_custom_sub_menu',''),(5638,1799,'truethemes_slider_shortcode',''),(5639,1799,'truethemes_slider_cu3er',''),(5641,1799,'banner_search','yes'),(5642,1799,'page_primary_color_scheme','null'),(5643,1799,'page_secondary_color_scheme','null'),(5644,1799,'page_background_color','#'),(5645,1799,'page_background_position','left top'),(5646,1799,'page_background_repeat','repeat'),(5649,1799,'_wp_page_template','page-template-left-nav.php'),(5654,1801,'_edit_last','2'),(5655,1801,'_edit_lock','1369765368:2'),(5656,1801,'truethemes_page_checkbox',''),(5657,1801,'truethemes_custom_sub_menu','programmes-menu'),(5658,1801,'truethemes_slider_shortcode',''),(5659,1801,'truethemes_slider_cu3er',''),(5661,1801,'banner_search','yes'),(5662,1801,'page_primary_color_scheme','null'),(5663,1801,'page_secondary_color_scheme','null'),(5664,1801,'page_background_color','#'),(5665,1801,'page_background_position','left top'),(5666,1801,'page_background_repeat','repeat'),(5669,1801,'_wp_page_template','page-template-left-nav.php'),(5674,1803,'_edit_last','2'),(5675,1803,'_edit_lock','1369056261:2'),(5676,1803,'truethemes_page_checkbox',''),(5677,1803,'truethemes_custom_sub_menu','programmes-menu'),(5678,1803,'truethemes_slider_shortcode',''),(5679,1803,'truethemes_slider_cu3er',''),(5680,1803,'text_taxonomy_radio','a:0:{}'),(5681,1803,'banner_search','yes'),(5682,1803,'page_primary_color_scheme','null'),(5683,1803,'page_secondary_color_scheme','null'),(5684,1803,'page_background_color','#'),(5685,1803,'page_background_position','left top'),(5686,1803,'page_background_repeat','repeat'),(5689,1803,'_wp_page_template','page-template-left-nav.php'),(5694,1805,'_edit_last','2'),(5695,1805,'_edit_lock','1404752862:2'),(5696,1805,'truethemes_page_checkbox',''),(5697,1805,'truethemes_custom_sub_menu','programmes-menu'),(5698,1805,'truethemes_slider_shortcode',''),(5699,1805,'truethemes_slider_cu3er',''),(5701,1805,'banner_search','yes'),(5702,1805,'page_primary_color_scheme','null'),(5703,1805,'page_secondary_color_scheme','null'),(5704,1805,'page_background_color','#'),(5705,1805,'page_background_position','left top'),(5706,1805,'page_background_repeat','repeat'),(5709,1805,'_wp_page_template','page-template-left-nav.php'),(5714,1807,'_menu_item_type','post_type'),(5715,1807,'_menu_item_menu_item_parent','1773'),(5716,1807,'_menu_item_object_id','1805'),(5717,1807,'_menu_item_object','page'),(5718,1807,'_menu_item_target',''),(5719,1807,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5720,1807,'_menu_item_xfn',''),(5721,1807,'_menu_item_url',''),(5732,1809,'_menu_item_type','post_type'),(5733,1809,'_menu_item_menu_item_parent','1773'),(5734,1809,'_menu_item_object_id','1801'),(5735,1809,'_menu_item_object','page'),(5736,1809,'_menu_item_target',''),(5737,1809,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5738,1809,'_menu_item_xfn',''),(5739,1809,'_menu_item_url',''),(5741,1810,'_menu_item_type','post_type'),(5742,1810,'_menu_item_menu_item_parent','1773'),(5743,1810,'_menu_item_object_id','1799'),(5744,1810,'_menu_item_object','page'),(5745,1810,'_menu_item_target',''),(5746,1810,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5747,1810,'_menu_item_xfn',''),(5748,1810,'_menu_item_url',''),(5750,1811,'_menu_item_type','post_type'),(5751,1811,'_menu_item_menu_item_parent','1773'),(5752,1811,'_menu_item_object_id','1797'),(5753,1811,'_menu_item_object','page'),(5754,1811,'_menu_item_target',''),(5755,1811,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5756,1811,'_menu_item_xfn',''),(5757,1811,'_menu_item_url',''),(5857,1843,'_menu_item_type','post_type'),(5858,1843,'_menu_item_menu_item_parent','0'),(5859,1843,'_menu_item_object_id','10'),(5860,1843,'_menu_item_object','page'),(5861,1843,'_menu_item_target',''),(5862,1843,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5863,1843,'_menu_item_xfn',''),(5864,1843,'_menu_item_url',''),(5917,1859,'_edit_last','2'),(5918,1859,'_edit_lock','1404478642:1859'),(5919,1859,'truethemes_page_checkbox',''),(5920,1859,'truethemes_custom_sub_menu','conference-papers-2'),(5921,1859,'truethemes_slider_shortcode',''),(5922,1859,'truethemes_slider_cu3er',''),(5924,1859,'banner_search','yes'),(5925,1859,'page_primary_color_scheme','null'),(5926,1859,'page_secondary_color_scheme','null'),(5927,1859,'page_background_color','#'),(5928,1859,'page_background_position','left top'),(5929,1859,'page_background_repeat','repeat'),(5932,1859,'_wp_page_template','page-template-left-nav.php'),(5937,1861,'_edit_last','2'),(5938,1861,'_edit_lock','1384266659:2'),(5939,1861,'truethemes_page_checkbox',''),(5940,1861,'truethemes_custom_sub_menu','conference-papers-2'),(5941,1861,'truethemes_slider_shortcode',''),(5942,1861,'truethemes_slider_cu3er',''),(5944,1861,'banner_search','yes'),(5945,1861,'page_primary_color_scheme','null'),(5946,1861,'page_secondary_color_scheme','null'),(5947,1861,'page_background_color','#'),(5948,1861,'page_background_position','left top'),(5949,1861,'page_background_repeat','repeat'),(5952,1861,'_wp_page_template','page-template-left-nav.php'),(5957,1863,'_edit_last','2'),(5958,1863,'_edit_lock','1401987892:2'),(5959,1863,'truethemes_page_checkbox',''),(5960,1863,'truethemes_custom_sub_menu',''),(5961,1863,'truethemes_slider_shortcode',''),(5962,1863,'truethemes_slider_cu3er',''),(5964,1863,'banner_search','yes'),(5965,1863,'page_primary_color_scheme','null'),(5966,1863,'page_secondary_color_scheme','null'),(5967,1863,'page_background_color','#'),(5968,1863,'page_background_position','left top'),(5969,1863,'page_background_repeat','repeat'),(5972,1863,'_wp_page_template','page-template-left-nav.php'),(5977,1866,'_menu_item_type','post_type'),(5978,1866,'_menu_item_menu_item_parent','2896'),(5979,1866,'_menu_item_object_id','1863'),(5980,1866,'_menu_item_object','page'),(5981,1866,'_menu_item_target',''),(5982,1866,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5983,1866,'_menu_item_xfn',''),(5984,1866,'_menu_item_url',''),(5986,1867,'_menu_item_type','post_type'),(5987,1867,'_menu_item_menu_item_parent','2896'),(5988,1867,'_menu_item_object_id','1861'),(5989,1867,'_menu_item_object','page'),(5990,1867,'_menu_item_target',''),(5991,1867,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5992,1867,'_menu_item_xfn',''),(5993,1867,'_menu_item_url',''),(5995,1868,'_menu_item_type','post_type'),(5996,1868,'_menu_item_menu_item_parent','2896'),(5997,1868,'_menu_item_object_id','1859'),(5998,1868,'_menu_item_object','page'),(5999,1868,'_menu_item_target',''),(6000,1868,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6001,1868,'_menu_item_xfn',''),(6002,1868,'_menu_item_url',''),(6004,1869,'_edit_last','2'),(6005,1869,'_edit_lock','1384267166:2'),(6006,1869,'truethemes_page_checkbox',''),(6007,1869,'truethemes_custom_sub_menu','conference-papers-2'),(6008,1869,'truethemes_slider_shortcode',''),(6009,1869,'truethemes_slider_cu3er',''),(6011,1869,'banner_search','yes'),(6012,1869,'page_primary_color_scheme','null'),(6013,1869,'page_secondary_color_scheme','null'),(6014,1869,'page_background_color','#'),(6015,1869,'page_background_position','left top'),(6016,1869,'page_background_repeat','repeat'),(6019,1869,'_wp_page_template','page-template-left-nav.php'),(6024,1871,'_edit_last','2'),(6025,1871,'_edit_lock','1406822260:2'),(6026,1871,'truethemes_page_checkbox',''),(6027,1871,'truethemes_custom_sub_menu','conference-papers-2'),(6028,1871,'truethemes_slider_shortcode',''),(6029,1871,'truethemes_slider_cu3er',''),(6031,1871,'banner_search','yes'),(6032,1871,'page_primary_color_scheme','null'),(6033,1871,'page_secondary_color_scheme','null'),(6034,1871,'page_background_color','#'),(6035,1871,'page_background_position','left top'),(6036,1871,'page_background_repeat','repeat'),(6039,1871,'_wp_page_template','page-template-left-nav.php'),(6044,1876,'_menu_item_type','post_type'),(6045,1876,'_menu_item_menu_item_parent','2896'),(6046,1876,'_menu_item_object_id','1871'),(6047,1876,'_menu_item_object','page'),(6048,1876,'_menu_item_target',''),(6049,1876,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6050,1876,'_menu_item_xfn',''),(6051,1876,'_menu_item_url',''),(6053,1877,'_menu_item_type','post_type'),(6054,1877,'_menu_item_menu_item_parent','2896'),(6055,1877,'_menu_item_object_id','1869'),(6056,1877,'_menu_item_object','page'),(6057,1877,'_menu_item_target',''),(6058,1877,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6059,1877,'_menu_item_xfn',''),(6060,1877,'_menu_item_url',''),(6071,1879,'_menu_item_type','post_type'),(6072,1879,'_menu_item_menu_item_parent','0'),(6073,1879,'_menu_item_object_id','1797'),(6074,1879,'_menu_item_object','page'),(6075,1879,'_menu_item_target',''),(6076,1879,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6077,1879,'_menu_item_xfn',''),(6078,1879,'_menu_item_url',''),(6080,1880,'_menu_item_type','post_type'),(6081,1880,'_menu_item_menu_item_parent','0'),(6082,1880,'_menu_item_object_id','1799'),(6083,1880,'_menu_item_object','page'),(6084,1880,'_menu_item_target',''),(6085,1880,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6086,1880,'_menu_item_xfn',''),(6087,1880,'_menu_item_url',''),(6089,1881,'_menu_item_type','post_type'),(6090,1881,'_menu_item_menu_item_parent','0'),(6091,1881,'_menu_item_object_id','1801'),(6092,1881,'_menu_item_object','page'),(6093,1881,'_menu_item_target',''),(6094,1881,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6095,1881,'_menu_item_xfn',''),(6096,1881,'_menu_item_url',''),(6107,1883,'_menu_item_type','post_type'),(6108,1883,'_menu_item_menu_item_parent','0'),(6109,1883,'_menu_item_object_id','1805'),(6110,1883,'_menu_item_object','page'),(6111,1883,'_menu_item_target',''),(6112,1883,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6113,1883,'_menu_item_xfn',''),(6114,1883,'_menu_item_url',''),(6221,1930,'_edit_last','2'),(6222,1930,'_edit_lock','1390933104:2'),(6223,1930,'truethemes_page_checkbox',''),(6224,1930,'truethemes_custom_sub_menu','media-sub-menu'),(6225,1930,'truethemes_slider_shortcode',''),(6226,1930,'truethemes_slider_cu3er',''),(6228,1930,'banner_search','yes'),(6229,1930,'page_primary_color_scheme','null'),(6230,1930,'page_secondary_color_scheme','null'),(6231,1930,'page_background_color','#'),(6232,1930,'page_background_position','left top'),(6233,1930,'page_background_repeat','repeat'),(6236,1930,'_wp_page_template','page-template-left-nav.php'),(6289,1948,'_edit_last','2'),(6290,1948,'_edit_lock','1408990478:2'),(6291,1948,'truethemes_page_checkbox',''),(6292,1948,'truethemes_custom_sub_menu','media-sub-menu'),(6293,1948,'truethemes_slider_shortcode',''),(6294,1948,'truethemes_slider_cu3er',''),(6296,1948,'banner_search','yes'),(6297,1948,'page_primary_color_scheme','null'),(6298,1948,'page_secondary_color_scheme','null'),(6299,1948,'page_background_color','#'),(6300,1948,'page_background_position','left top'),(6301,1948,'page_background_repeat','repeat'),(6304,1948,'_wp_page_template','page-template-left-nav.php'),(6315,1951,'_edit_last','7'),(6316,1951,'_edit_lock','1406649389:2'),(6317,1951,'truethemes_page_checkbox',''),(6318,1951,'truethemes_custom_sub_menu','media-sub-menu'),(6319,1951,'truethemes_slider_shortcode',''),(6320,1951,'truethemes_slider_cu3er',''),(6322,1951,'banner_search','yes'),(6323,1951,'page_primary_color_scheme','primary-blue.css'),(6324,1951,'page_secondary_color_scheme','null'),(6325,1951,'page_background_color','#'),(6326,1951,'page_background_position','left top'),(6327,1951,'page_background_repeat','repeat'),(6330,1951,'_wp_page_template','index.php'),(6335,1953,'_edit_last','2'),(6336,1953,'_edit_lock','1406652055:2'),(6337,1953,'truethemes_page_checkbox',''),(6338,1953,'truethemes_custom_sub_menu','media-sub-menu'),(6339,1953,'truethemes_slider_shortcode',''),(6340,1953,'truethemes_slider_cu3er',''),(6342,1953,'banner_search','yes'),(6343,1953,'page_primary_color_scheme','null'),(6344,1953,'page_secondary_color_scheme','null'),(6345,1953,'page_background_color','#'),(6346,1953,'page_background_position','left top'),(6347,1953,'page_background_repeat','repeat'),(6350,1953,'_wp_page_template','page-template-left-nav.php'),(6391,1969,'_menu_item_type','post_type'),(6392,1969,'_menu_item_menu_item_parent','0'),(6393,1969,'_menu_item_object_id','1953'),(6394,1969,'_menu_item_object','page'),(6395,1969,'_menu_item_target',''),(6396,1969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6397,1969,'_menu_item_xfn',''),(6398,1969,'_menu_item_url',''),(6400,1970,'_menu_item_type','post_type'),(6401,1970,'_menu_item_menu_item_parent','0'),(6402,1970,'_menu_item_object_id','1951'),(6403,1970,'_menu_item_object','page'),(6404,1970,'_menu_item_target',''),(6405,1970,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6406,1970,'_menu_item_xfn',''),(6407,1970,'_menu_item_url',''),(6409,1971,'_menu_item_type','post_type'),(6410,1971,'_menu_item_menu_item_parent','0'),(6411,1971,'_menu_item_object_id','1948'),(6412,1971,'_menu_item_object','page'),(6413,1971,'_menu_item_target',''),(6414,1971,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6415,1971,'_menu_item_xfn',''),(6416,1971,'_menu_item_url',''),(6418,1972,'_menu_item_type','post_type'),(6419,1972,'_menu_item_menu_item_parent','0'),(6420,1972,'_menu_item_object_id','1930'),(6421,1972,'_menu_item_object','page'),(6422,1972,'_menu_item_target',''),(6423,1972,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6424,1972,'_menu_item_xfn',''),(6425,1972,'_menu_item_url',''),(6744,2073,'_edit_last','2'),(6745,2073,'_edit_lock','1405973887:2'),(6746,2073,'truethemes_page_checkbox',''),(6747,2073,'truethemes_custom_sub_menu','membership-sub-menu'),(6748,2073,'truethemes_slider_shortcode',''),(6749,2073,'truethemes_slider_cu3er',''),(6751,2073,'banner_search','yes'),(6752,2073,'page_primary_color_scheme','null'),(6753,2073,'page_secondary_color_scheme','null'),(6754,2073,'page_background_color','#'),(6755,2073,'page_background_position','left top'),(6756,2073,'page_background_repeat','repeat'),(6759,2073,'_wp_page_template','page-template-full-width.php'),(6802,2080,'_edit_last','2'),(6803,2080,'_wp_page_template','page-template-left-nav.php'),(6806,2080,'truethemes_page_checkbox',''),(6807,2080,'truethemes_custom_sub_menu','membership-sub-menu'),(6808,2080,'truethemes_slider_shortcode',''),(6809,2080,'truethemes_slider_cu3er',''),(6811,2080,'banner_search','yes'),(6812,2080,'page_primary_color_scheme','null'),(6813,2080,'page_secondary_color_scheme','null'),(6814,2080,'page_background_color','#'),(6815,2080,'page_background_position','left top'),(6816,2080,'page_background_repeat','repeat'),(6819,2080,'_edit_lock','1394661194:2'),(6826,2082,'_menu_item_type','post_type'),(6827,2082,'_menu_item_menu_item_parent','0'),(6828,2082,'_menu_item_object_id','2073'),(6829,2082,'_menu_item_object','page'),(6830,2082,'_menu_item_target',''),(6831,2082,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6832,2082,'_menu_item_xfn',''),(6833,2082,'_menu_item_url',''),(6844,2084,'_menu_item_type','post_type'),(6845,2084,'_menu_item_menu_item_parent','0'),(6846,2084,'_menu_item_object_id','2080'),(6847,2084,'_menu_item_object','page'),(6848,2084,'_menu_item_target',''),(6849,2084,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6850,2084,'_menu_item_xfn',''),(6851,2084,'_menu_item_url',''),(7306,2227,'_edit_last','2'),(7307,2227,'_edit_lock','1378311690:1805'),(7314,2227,'truethemes_video_url',''),(7315,2227,'truethemes_external_image_url',''),(7316,2227,'truethemes_slider_shortcode',''),(7317,2227,'truethemes_slider_cu3er',''),(7718,2360,'_wp_attached_file','HA185by151.jpg'),(7719,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:151;s:4:\"file\";s:14:\"HA185by151.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"HA185by151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7932,2429,'_wp_attached_file','events-image2.jpg'),(7933,2429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:703;s:6:\"height\";i:362;s:4:\"file\";s:17:\"events-image2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"events-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"events-image2-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1363181301;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8012,2457,'_wp_attached_file','statsarrow300by151.jpg'),(8013,2457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:151;s:4:\"file\";s:22:\"statsarrow300by151.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"statsarrow300by151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8382,515,'truethemes_page_checkbox',''),(8383,515,'truethemes_custom_sub_menu','statistics-sub-menu'),(8384,515,'truethemes_slider_shortcode',''),(8385,515,'truethemes_slider_cu3er',''),(8387,515,'banner_search','yes'),(8388,515,'page_primary_color_scheme','null'),(8389,515,'page_secondary_color_scheme','null'),(8390,515,'page_background_color','#'),(8391,515,'page_background_position','left top'),(8392,515,'page_background_repeat','repeat'),(8411,2585,'_edit_last','2'),(8412,2585,'_wp_page_template','page-template-left-nav.php'),(8415,2585,'truethemes_page_checkbox',''),(8416,2585,'truethemes_custom_sub_menu','statistics-sub-menu'),(8417,2585,'truethemes_slider_shortcode',''),(8418,2585,'truethemes_slider_cu3er',''),(8420,2585,'banner_search','yes'),(8421,2585,'page_primary_color_scheme','null'),(8422,2585,'page_secondary_color_scheme','null'),(8423,2585,'page_background_color','#'),(8424,2585,'page_background_position','left top'),(8425,2585,'page_background_repeat','repeat'),(8428,2585,'_edit_lock','1407412759:2'),(8467,2589,'_edit_last','2'),(8468,2589,'_wp_page_template','page-template-left-nav.php'),(8471,2589,'truethemes_page_checkbox',''),(8472,2589,'truethemes_custom_sub_menu','statistics-sub-menu'),(8473,2589,'truethemes_slider_shortcode',''),(8474,2589,'truethemes_slider_cu3er',''),(8476,2589,'banner_search','yes'),(8477,2589,'page_primary_color_scheme','null'),(8478,2589,'page_secondary_color_scheme','null'),(8479,2589,'page_background_color','#'),(8480,2589,'page_background_position','left top'),(8481,2589,'page_background_repeat','repeat'),(8484,2589,'_edit_lock','1370228236:2'),(8541,2594,'_edit_last','8'),(8542,2594,'_wp_page_template','page-template-left-nav.php'),(8545,2594,'truethemes_page_checkbox',''),(8546,2594,'truethemes_custom_sub_menu','statistics-sub-menu'),(8547,2594,'truethemes_slider_shortcode',''),(8548,2594,'truethemes_slider_cu3er',''),(8550,2594,'banner_search','yes'),(8551,2594,'page_primary_color_scheme','null'),(8552,2594,'page_secondary_color_scheme','null'),(8553,2594,'page_background_color','#'),(8554,2594,'page_background_position','left top'),(8555,2594,'page_background_repeat','repeat'),(8558,2594,'_edit_lock','1369675434:8'),(8559,2595,'_edit_last','2'),(8560,2595,'_wp_page_template','page-template-left-nav.php'),(8563,2595,'truethemes_page_checkbox',''),(8564,2595,'truethemes_custom_sub_menu','statistics-sub-menu'),(8565,2595,'truethemes_slider_shortcode',''),(8566,2595,'truethemes_slider_cu3er',''),(8568,2595,'banner_search','yes'),(8569,2595,'page_primary_color_scheme','null'),(8570,2595,'page_secondary_color_scheme','null'),(8571,2595,'page_background_color','#'),(8572,2595,'page_background_position','left top'),(8573,2595,'page_background_repeat','repeat'),(8576,2595,'_edit_lock','1394557340:2'),(8615,2599,'_menu_item_type','post_type'),(8616,2599,'_menu_item_menu_item_parent','0'),(8617,2599,'_menu_item_object_id','2585'),(8618,2599,'_menu_item_object','page'),(8619,2599,'_menu_item_target',''),(8620,2599,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8621,2599,'_menu_item_xfn',''),(8622,2599,'_menu_item_url',''),(8687,2607,'_menu_item_type','post_type'),(8688,2607,'_menu_item_menu_item_parent','0'),(8689,2607,'_menu_item_object_id','2589'),(8690,2607,'_menu_item_object','page'),(8691,2607,'_menu_item_target',''),(8692,2607,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8693,2607,'_menu_item_xfn',''),(8694,2607,'_menu_item_url',''),(9134,2778,'_edit_last','8'),(9135,2778,'_edit_lock','1400096728:2'),(9136,2778,'truethemes_page_checkbox',''),(9137,2778,'truethemes_custom_sub_menu','membership-sub-menu'),(9138,2778,'truethemes_slider_shortcode',''),(9139,2778,'truethemes_slider_cu3er',''),(9141,2778,'banner_search','yes'),(9142,2778,'page_primary_color_scheme','null'),(9143,2778,'page_secondary_color_scheme','null'),(9144,2778,'page_background_color','#'),(9145,2778,'page_background_position','left top'),(9146,2778,'page_background_repeat','repeat'),(9149,2778,'_wp_page_template','page-template-left-nav.php'),(9164,2790,'_menu_item_type','post_type'),(9165,2790,'_menu_item_menu_item_parent','0'),(9166,2790,'_menu_item_object_id','2778'),(9167,2790,'_menu_item_object','page'),(9168,2790,'_menu_item_target',''),(9169,2790,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9170,2790,'_menu_item_xfn',''),(9171,2790,'_menu_item_url',''),(9173,2791,'_menu_item_type','post_type'),(9174,2791,'_menu_item_menu_item_parent','2790'),(9175,2791,'_menu_item_object_id','2080'),(9176,2791,'_menu_item_object','page'),(9177,2791,'_menu_item_target',''),(9178,2791,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9179,2791,'_menu_item_xfn',''),(9180,2791,'_menu_item_url',''),(9191,2793,'_menu_item_type','post_type'),(9192,2793,'_menu_item_menu_item_parent','2790'),(9193,2793,'_menu_item_object_id','2073'),(9194,2793,'_menu_item_object','page'),(9195,2793,'_menu_item_target',''),(9196,2793,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9197,2793,'_menu_item_xfn',''),(9198,2793,'_menu_item_url',''),(9242,2813,'_edit_last','2'),(9243,2813,'_edit_lock','1384266569:2'),(9244,2813,'truethemes_page_checkbox',''),(9245,2813,'truethemes_custom_sub_menu','conference-papers-2'),(9246,2813,'truethemes_slider_shortcode',''),(9247,2813,'truethemes_slider_cu3er',''),(9249,2813,'banner_search','yes'),(9250,2813,'page_primary_color_scheme','null'),(9251,2813,'page_secondary_color_scheme','null'),(9252,2813,'page_background_color','#'),(9253,2813,'page_background_position','left top'),(9254,2813,'page_background_repeat','repeat'),(9257,2813,'_wp_page_template','page-template-left-nav.php'),(9262,2817,'_edit_last','2'),(9263,2817,'_edit_lock','1390249192:2'),(9264,2817,'truethemes_page_checkbox',''),(9265,2817,'truethemes_custom_sub_menu','tvs-sub'),(9266,2817,'truethemes_slider_shortcode',''),(9267,2817,'truethemes_slider_cu3er',''),(9269,2817,'banner_search','yes'),(9270,2817,'page_primary_color_scheme','null'),(9271,2817,'page_secondary_color_scheme','null'),(9272,2817,'page_background_color','#'),(9273,2817,'page_background_position','left top'),(9274,2817,'page_background_repeat','repeat'),(9277,2817,'_wp_page_template','page-template-left-nav.php'),(9291,2821,'_menu_item_type','post_type'),(9292,2821,'_menu_item_menu_item_parent','0'),(9293,2821,'_menu_item_object_id','2817'),(9294,2821,'_menu_item_object','page'),(9295,2821,'_menu_item_target',''),(9296,2821,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9297,2821,'_menu_item_xfn',''),(9298,2821,'_menu_item_url',''),(9300,2822,'_menu_item_type','post_type'),(9301,2822,'_menu_item_menu_item_parent','1773'),(9302,2822,'_menu_item_object_id','2817'),(9303,2822,'_menu_item_object','page'),(9304,2822,'_menu_item_target',''),(9305,2822,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9306,2822,'_menu_item_xfn',''),(9307,2822,'_menu_item_url',''),(9319,2828,'_edit_last','2'),(9320,2828,'_edit_lock','1370228088:2'),(9321,2828,'truethemes_page_checkbox',''),(9322,2828,'truethemes_custom_sub_menu','tvs-sub'),(9323,2828,'truethemes_slider_shortcode',''),(9324,2828,'truethemes_slider_cu3er',''),(9326,2828,'banner_search','yes'),(9327,2828,'page_primary_color_scheme','null'),(9328,2828,'page_secondary_color_scheme','null'),(9329,2828,'page_background_color','#'),(9330,2828,'page_background_position','left top'),(9331,2828,'page_background_repeat','repeat'),(9334,2828,'_wp_page_template','page-template-left-nav.php'),(9341,2831,'_wp_attached_file','Barbadosimage-e1365520853937.jpg'),(9342,2831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:99;s:4:\"file\";s:32:\"Barbadosimage-e1365520853937.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Barbadosimage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Barbadosimage-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9397,2848,'_edit_last','2'),(9398,2848,'_wp_page_template','page-template-left-nav.php'),(9401,2848,'truethemes_page_checkbox',''),(9402,2848,'truethemes_custom_sub_menu',''),(9403,2848,'truethemes_slider_shortcode',''),(9404,2848,'truethemes_slider_cu3er',''),(9406,2848,'banner_search','yes'),(9407,2848,'page_primary_color_scheme','null'),(9408,2848,'page_secondary_color_scheme','null'),(9409,2848,'page_background_color','#'),(9410,2848,'page_background_position','left top'),(9411,2848,'page_background_repeat','repeat'),(9414,2848,'_edit_lock','1405008018:2'),(9415,2849,'_edit_last','2'),(9416,2849,'_wp_page_template','page-template-left-nav.php'),(9419,2849,'truethemes_page_checkbox',''),(9420,2849,'truethemes_custom_sub_menu',''),(9421,2849,'truethemes_slider_shortcode',''),(9422,2849,'truethemes_slider_cu3er',''),(9424,2849,'banner_search','yes'),(9425,2849,'page_primary_color_scheme','null'),(9426,2849,'page_secondary_color_scheme','null'),(9427,2849,'page_background_color','#'),(9428,2849,'page_background_position','left top'),(9429,2849,'page_background_repeat','repeat'),(9432,2849,'_edit_lock','1397077263:2'),(9592,2892,'_wp_attached_file','Sterling-2.1.2-0agmpFxhgbO.zip'),(9595,2895,'_menu_item_type','post_type'),(9596,2895,'_menu_item_menu_item_parent','1774'),(9597,2895,'_menu_item_object_id','2848'),(9598,2895,'_menu_item_object','page'),(9599,2895,'_menu_item_target',''),(9600,2895,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9601,2895,'_menu_item_xfn',''),(9602,2895,'_menu_item_url',''),(9604,2896,'_menu_item_type','post_type'),(9605,2896,'_menu_item_menu_item_parent','1774'),(9606,2896,'_menu_item_object_id','2813'),(9607,2896,'_menu_item_object','page'),(9608,2896,'_menu_item_target',''),(9609,2896,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9610,2896,'_menu_item_xfn',''),(9611,2896,'_menu_item_url',''),(9613,2897,'_menu_item_type','post_type'),(9614,2897,'_menu_item_menu_item_parent','1774'),(9615,2897,'_menu_item_object_id','2849'),(9616,2897,'_menu_item_object','page'),(9617,2897,'_menu_item_target',''),(9618,2897,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9619,2897,'_menu_item_xfn',''),(9620,2897,'_menu_item_url',''),(9784,2963,'_wp_attached_file','giataylor.png'),(9785,2963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:224;s:4:\"file\";s:13:\"giataylor.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"giataylor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9792,2831,'_edit_lock','1365520861:1'),(9793,2831,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:660;s:6:\"height\";i:435;s:4:\"file\";s:17:\"Barbadosimage.jpg\";}s:18:\"full-1365520853937\";a:3:{s:5:\"width\";i:450;s:6:\"height\";i:297;s:4:\"file\";s:32:\"Barbadosimage-e1365520797990.jpg\";}}'),(9794,2831,'_edit_last','1'),(9801,2968,'_menu_item_type','post_type'),(9802,2968,'_menu_item_menu_item_parent','1772'),(9803,2968,'_menu_item_object_id','1953'),(9804,2968,'_menu_item_object','page'),(9805,2968,'_menu_item_target',''),(9806,2968,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9807,2968,'_menu_item_xfn',''),(9808,2968,'_menu_item_url',''),(9810,2969,'_menu_item_type','post_type'),(9811,2969,'_menu_item_menu_item_parent','1772'),(9812,2969,'_menu_item_object_id','1951'),(9813,2969,'_menu_item_object','page'),(9814,2969,'_menu_item_target',''),(9815,2969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9816,2969,'_menu_item_xfn',''),(9817,2969,'_menu_item_url',''),(9819,2970,'_menu_item_type','post_type'),(9820,2970,'_menu_item_menu_item_parent','1772'),(9821,2970,'_menu_item_object_id','1930'),(9822,2970,'_menu_item_object','page'),(9823,2970,'_menu_item_target',''),(9824,2970,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9825,2970,'_menu_item_xfn',''),(9826,2970,'_menu_item_url',''),(9828,2971,'_menu_item_type','post_type'),(9829,2971,'_menu_item_menu_item_parent','1772'),(9830,2971,'_menu_item_object_id','1948'),(9831,2971,'_menu_item_object','page'),(9832,2971,'_menu_item_target',''),(9833,2971,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9834,2971,'_menu_item_xfn',''),(9835,2971,'_menu_item_url',''),(9999,3021,'_wp_attached_file','VirginAtlanticEMF08.pdf'),(10052,508,'_edit_lock','1365528833:1'),(10053,508,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10054,508,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(10055,3034,'_edit_last','2'),(10056,3034,'_edit_lock','1368581086:2'),(10057,3034,'bgmp_address','80 Broad Street, Suite 3302,New York, NY 10004'),(10058,3034,'bgmp_latitude','40.704303'),(10059,3034,'bgmp_longitude','-74.011864'),(10060,3034,'bgmp_zIndex','0'),(10071,3034,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10072,3034,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(10469,3157,'_wp_attached_file','huberthughes.png'),(10470,3157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:118;s:4:\"file\";s:16:\"huberthughes.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10477,3160,'_wp_attached_file','haydenhughes.png'),(10478,3160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:140;s:4:\"file\";s:16:\"haydenhughes.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10479,3161,'_wp_attached_file','candiceniles.png'),(10480,3161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:117;s:4:\"file\";s:16:\"candiceniles.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11017,3352,'_edit_last','2'),(11018,3352,'_edit_lock','1405010298:2'),(11019,3352,'truethemes_page_checkbox',''),(11020,3352,'truethemes_custom_sub_menu','foundation-submenu'),(11021,3352,'truethemes_slider_shortcode',''),(11022,3352,'truethemes_slider_cu3er',''),(11024,3352,'banner_search','yes'),(11025,3352,'page_primary_color_scheme','null'),(11026,3352,'page_secondary_color_scheme','null'),(11027,3352,'page_background_color','#'),(11028,3352,'page_background_position','left top'),(11029,3352,'page_background_repeat','repeat'),(11032,3352,'_wp_page_template','page-template-left-nav.php'),(11052,3356,'_menu_item_type','post_type'),(11053,3356,'_menu_item_menu_item_parent','1773'),(11054,3356,'_menu_item_object_id','3352'),(11055,3356,'_menu_item_object','page'),(11056,3356,'_menu_item_target',''),(11057,3356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11058,3356,'_menu_item_xfn',''),(11059,3356,'_menu_item_url',''),(11105,3374,'_edit_last','2'),(11106,3374,'_edit_lock','1381511882:2'),(11107,3374,'truethemes_page_checkbox',''),(11108,3374,'truethemes_custom_sub_menu',''),(11109,3374,'truethemes_slider_shortcode',''),(11110,3374,'truethemes_slider_cu3er',''),(11112,3374,'banner_search','yes'),(11113,3374,'page_primary_color_scheme','null'),(11114,3374,'page_secondary_color_scheme','null'),(11115,3374,'page_background_color','#'),(11116,3374,'page_background_position','left top'),(11117,3374,'page_background_repeat','repeat'),(11120,3374,'_wp_page_template','page-template-left-nav.php'),(11125,3376,'_menu_item_type','post_type'),(11126,3376,'_menu_item_menu_item_parent','1774'),(11127,3376,'_menu_item_object_id','3374'),(11128,3376,'_menu_item_object','page'),(11129,3376,'_menu_item_target',''),(11130,3376,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11131,3376,'_menu_item_xfn',''),(11132,3376,'_menu_item_url',''),(11158,3386,'_edit_last','2'),(11159,3386,'_edit_lock','1401386745:2'),(11166,3386,'truethemes_page_checkbox',''),(11167,3386,'truethemes_custom_sub_menu',''),(11168,3386,'truethemes_slider_shortcode',''),(11169,3386,'truethemes_slider_cu3er',''),(11171,3386,'banner_search','yes'),(11172,3386,'page_primary_color_scheme','null'),(11173,3386,'page_secondary_color_scheme','null'),(11174,3386,'page_background_color','#'),(11175,3386,'page_background_position','left top'),(11176,3386,'page_background_repeat','repeat'),(11179,3386,'_wp_page_template','page-template-left-nav.php'),(11184,3391,'_menu_item_type','post_type'),(11185,3391,'_menu_item_menu_item_parent','1774'),(11186,3391,'_menu_item_object_id','3386'),(11187,3391,'_menu_item_object','page'),(11188,3391,'_menu_item_target',''),(11189,3391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11190,3391,'_menu_item_xfn',''),(11191,3391,'_menu_item_url',''),(11629,3528,'_edit_last','2'),(11630,3528,'_edit_lock','1400881187:2'),(11631,3528,'truethemes_page_checkbox',''),(11632,3528,'truethemes_custom_sub_menu',''),(11633,3528,'truethemes_slider_shortcode',''),(11634,3528,'truethemes_slider_cu3er',''),(11636,3528,'banner_search','yes'),(11637,3528,'page_primary_color_scheme','null'),(11638,3528,'page_secondary_color_scheme','null'),(11639,3528,'page_background_color','#'),(11640,3528,'page_background_position','left top'),(11641,3528,'page_background_repeat','repeat'),(11644,3528,'_wp_page_template','page-template-left-nav.php'),(11649,3530,'_menu_item_type','post_type'),(11650,3530,'_menu_item_menu_item_parent','1774'),(11651,3530,'_menu_item_object_id','3528'),(11652,3530,'_menu_item_object','page'),(11653,3530,'_menu_item_target',''),(11654,3530,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11655,3530,'_menu_item_xfn',''),(11656,3530,'_menu_item_url',''),(12142,3670,'_wp_attached_file','maginley.png'),(12143,3670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:132;s:6:\"height\";i:116;s:4:\"file\";s:12:\"maginley.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13028,3930,'_wp_attached_file','MinSealyofficialphoto-1.jpeg'),(13029,3930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:300;s:4:\"file\";s:28:\"MinSealyofficialphoto-1.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"MinSealyofficialphoto-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1237636792;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";}}'),(13430,4032,'_edit_last','2'),(13431,4032,'_edit_lock','1400619308:2'),(13432,4032,'truethemes_page_checkbox',''),(13433,4032,'truethemes_custom_sub_menu',''),(13434,4032,'truethemes_slider_shortcode',''),(13435,4032,'truethemes_slider_cu3er',''),(13437,4032,'banner_search','yes'),(13438,4032,'page_primary_color_scheme','null'),(13439,4032,'page_secondary_color_scheme','null'),(13440,4032,'page_background_color','#'),(13441,4032,'page_background_position','left top'),(13442,4032,'page_background_repeat','repeat'),(13445,4032,'_wp_page_template','page-template-full-width.php'),(13450,4035,'_wp_attached_file','hughriley.png'),(13451,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:184;s:4:\"file\";s:13:\"hughriley.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hughriley-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14626,4398,'_menu_item_type','post_type'),(14627,4398,'_menu_item_menu_item_parent','0'),(14628,4398,'_menu_item_object_id','2594'),(14629,4398,'_menu_item_object','page'),(14630,4398,'_menu_item_target',''),(14631,4398,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14632,4398,'_menu_item_xfn',''),(14633,4398,'_menu_item_url',''),(15243,4552,'_menu_item_type','post_type'),(15244,4552,'_menu_item_menu_item_parent','0'),(15245,4552,'_menu_item_object_id','2595'),(15246,4552,'_menu_item_object','page'),(15247,4552,'_menu_item_target',''),(15248,4552,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15249,4552,'_menu_item_xfn',''),(15250,4552,'_menu_item_url',''),(16075,4798,'_menu_item_type','post_type'),(16076,4798,'_menu_item_menu_item_parent','0'),(16077,4798,'_menu_item_object_id','1863'),(16078,4798,'_menu_item_object','page'),(16079,4798,'_menu_item_target',''),(16080,4798,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16081,4798,'_menu_item_xfn',''),(16082,4798,'_menu_item_url',''),(16084,4799,'_menu_item_type','post_type'),(16085,4799,'_menu_item_menu_item_parent','0'),(16086,4799,'_menu_item_object_id','1861'),(16087,4799,'_menu_item_object','page'),(16088,4799,'_menu_item_target',''),(16089,4799,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16090,4799,'_menu_item_xfn',''),(16091,4799,'_menu_item_url',''),(16093,4800,'_menu_item_type','post_type'),(16094,4800,'_menu_item_menu_item_parent','0'),(16095,4800,'_menu_item_object_id','1871'),(16096,4800,'_menu_item_object','page'),(16097,4800,'_menu_item_target',''),(16098,4800,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16099,4800,'_menu_item_xfn',''),(16100,4800,'_menu_item_url',''),(16102,4801,'_menu_item_type','post_type'),(16103,4801,'_menu_item_menu_item_parent','0'),(16104,4801,'_menu_item_object_id','1859'),(16105,4801,'_menu_item_object','page'),(16106,4801,'_menu_item_target',''),(16107,4801,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16108,4801,'_menu_item_xfn',''),(16109,4801,'_menu_item_url',''),(16189,4831,'_menu_item_type','post_type'),(16190,4831,'_menu_item_menu_item_parent','0'),(16191,4831,'_menu_item_object_id','1869'),(16192,4831,'_menu_item_object','page'),(16193,4831,'_menu_item_target',''),(16194,4831,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16195,4831,'_menu_item_xfn',''),(16196,4831,'_menu_item_url',''),(16266,4863,'_wp_attached_file','StateIndustryStats15Feb2012.pdf'),(16691,5003,'_wp_attached_file','CompetingWithTheBestWORDGoodPracticesCBTENG.pdf'),(17267,5003,'_edit_lock','1366127074:1'),(17368,5220,'_wp_attached_file','Anguilla-icon.png'),(17369,5220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:17:\"Anguilla-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17420,5244,'_wp_attached_file','Antigua-Barbuda-icon.png'),(17421,5244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:24:\"Antigua-Barbuda-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17422,5245,'_wp_attached_file','Bahamas-icon.png'),(17423,5245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:16:\"Bahamas-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17424,5246,'_wp_attached_file','Barbados-icon.png'),(17425,5246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:17:\"Barbados-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17426,5247,'_wp_attached_file','Belize-icon.png'),(17427,5247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:15:\"Belize-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17428,5248,'_wp_attached_file','Bermuda-icon.png'),(17429,5248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:16:\"Bermuda-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17430,5249,'_wp_attached_file','bonaire1.png'),(17431,5249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:15;s:4:\"file\";s:12:\"bonaire1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17432,5250,'_wp_attached_file','Cayman-Islands-icon.png'),(17433,5250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:23:\"Cayman-Islands-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17434,5251,'_wp_attached_file','Cuba-icon.png'),(17435,5251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:13:\"Cuba-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17436,5252,'_wp_attached_file','Trinidad-Tobago-icon.png'),(17437,5252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:24:\"Trinidad-Tobago-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17438,5253,'_wp_attached_file','Turks-and-Caicos-Islands-icon.png'),(17439,5253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:33:\"Turks-and-Caicos-Islands-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17440,5254,'_wp_attached_file','US-Virgin-Islands-icon.png'),(17441,5254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:26:\"US-Virgin-Islands-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17442,5255,'_wp_attached_file','Venezuela-icon.png'),(17443,5255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:18:\"Venezuela-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17444,5256,'_wp_attached_file','Virgin-Islands-British-icon.png'),(17445,5256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:31:\"Virgin-Islands-British-icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17448,5244,'_edit_lock','1366136466:4'),(17995,5386,'_edit_last','13'),(17996,5386,'_edit_lock','1390232649:1837'),(17997,5386,'truethemes_page_checkbox',''),(17998,5386,'truethemes_custom_sub_menu','event-sub-menu'),(17999,5386,'truethemes_slider_shortcode',''),(18000,5386,'truethemes_slider_cu3er',''),(18002,5386,'banner_search','yes'),(18003,5386,'page_primary_color_scheme','null'),(18004,5386,'page_secondary_color_scheme','null'),(18005,5386,'page_background_color','#'),(18006,5386,'page_background_position','left top'),(18007,5386,'page_background_repeat','repeat'),(18010,5386,'_wp_page_template','page-template-left-nav.php'),(18015,5389,'_menu_item_type','post_type'),(18016,5389,'_menu_item_menu_item_parent','0'),(18017,5389,'_menu_item_object_id','5386'),(18018,5389,'_menu_item_object','page'),(18019,5389,'_menu_item_target',''),(18020,5389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18021,5389,'_menu_item_xfn',''),(18022,5389,'_menu_item_url',''),(18367,5479,'_wp_attached_file','HRConfAkhentooloveCorbin.pdf'),(18368,5480,'_wp_attached_file','LeadershipPresHRConf2012.pdf'),(18502,5480,'_edit_lock','1366306706:1'),(18509,5255,'_edit_lock','1366306781:1'),(18566,5530,'_edit_last','1'),(18567,5530,'_edit_lock','1366307322:1'),(18568,5530,'truethemes_page_checkbox',''),(18569,5530,'truethemes_custom_sub_menu','statistics-sub-menu'),(18570,5530,'truethemes_slider_shortcode',''),(18571,5530,'truethemes_slider_cu3er',''),(18572,5530,'text_taxonomy_radio','a:0:{}'),(18573,5530,'banner_search','yes'),(18574,5530,'page_primary_color_scheme','null'),(18575,5530,'page_secondary_color_scheme','null'),(18576,5530,'page_background_color','#'),(18577,5530,'page_background_position','left top'),(18578,5530,'page_background_repeat','repeat'),(18581,5530,'_wp_page_template','page-template-left-nav.php'),(18584,5530,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18585,5530,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(19360,5734,'_wp_attached_file','Hotel-La-Pagerie.jpg'),(19361,5734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2810;s:6:\"height\";i:1031;s:4:\"file\";s:20:\"Hotel-La-Pagerie.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Hotel-La-Pagerie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Hotel-La-Pagerie-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Hotel-La-Pagerie-1024x375.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(19392,5746,'_wp_attached_file','martinique-Images-for-web1-e1366655864249.jpg'),(19393,5746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:238;s:4:\"file\";s:45:\"martinique-Images-for-web1-e1366655864249.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"martinique-Images-for-web1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"martinique-Images-for-web1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"martinique-Images-for-web1-1024x304.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(19394,5746,'_edit_lock','1366655870:1'),(19395,5746,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1800;s:6:\"height\";i:535;s:4:\"file\";s:30:\"martinique-Images-for-web1.jpg\";}}'),(19396,5746,'_edit_last','1'),(19473,5765,'_edit_last','2'),(19474,5765,'_edit_lock','1399652511:2'),(19475,5765,'truethemes_page_checkbox',''),(19476,5765,'truethemes_custom_sub_menu','sotic-sub'),(19477,5765,'truethemes_slider_shortcode',''),(19478,5765,'truethemes_slider_cu3er',''),(19480,5765,'banner_search','yes'),(19481,5765,'page_primary_color_scheme','null'),(19482,5765,'page_secondary_color_scheme','null'),(19483,5765,'page_background_color','#'),(19484,5765,'page_background_position','left top'),(19485,5765,'page_background_repeat','repeat'),(19488,5765,'_wp_page_template','page-template-contact.php'),(19929,5899,'_edit_last','2'),(19930,5899,'_edit_lock','1382452605:2'),(19931,5899,'truethemes_page_checkbox',''),(19932,5899,'truethemes_custom_sub_menu',''),(19933,5899,'truethemes_slider_shortcode',''),(19934,5899,'truethemes_slider_cu3er',''),(19936,5899,'banner_search','yes'),(19937,5899,'page_primary_color_scheme','null'),(19938,5899,'page_secondary_color_scheme','null'),(19939,5899,'page_background_color','#'),(19940,5899,'page_background_position','left top'),(19941,5899,'page_background_repeat','repeat'),(19944,5899,'_wp_page_template','default'),(19969,5904,'_edit_last','2'),(19970,5904,'_edit_lock','1382546063:2'),(19971,5904,'truethemes_page_checkbox',''),(19972,5904,'truethemes_custom_sub_menu',''),(19973,5904,'truethemes_slider_shortcode',''),(19974,5904,'truethemes_slider_cu3er',''),(19976,5904,'banner_search','yes'),(19977,5904,'page_primary_color_scheme','null'),(19978,5904,'page_secondary_color_scheme','null'),(19979,5904,'page_background_color','#'),(19980,5904,'page_background_position','left top'),(19981,5904,'page_background_repeat','repeat'),(19984,5904,'_wp_page_template','page-template-left-sidebar.php'),(20002,5899,'groups-groups_read_post','MIST'),(20987,6182,'_wp_attached_file','OVERVIEW-TSA-CARICOM_.docx'),(20988,6183,'_wp_attached_file','TSA2007JcanExperiencePaulaJackson.pdf'),(20989,6184,'_wp_attached_file','TSABackgroundGoals.pdf'),(20990,6185,'_wp_attached_file','CTO_UNWTO_TSA21032013.pdf'),(20991,6186,'_wp_attached_file','JamaicaExamplesTSA2013.pdf'),(21022,6197,'_edit_last','2'),(21023,6197,'_edit_lock','1384266711:2'),(21024,6197,'truethemes_page_checkbox',''),(21025,6197,'truethemes_custom_sub_menu','conference-papers-2'),(21026,6197,'truethemes_slider_shortcode',''),(21027,6197,'truethemes_slider_cu3er',''),(21029,6197,'banner_search','yes'),(21030,6197,'page_primary_color_scheme','null'),(21031,6197,'page_secondary_color_scheme','null'),(21032,6197,'page_background_color','#'),(21033,6197,'page_background_position','left top'),(21034,6197,'page_background_repeat','repeat'),(21037,6197,'_wp_page_template','page-template-left-nav.php'),(21042,6199,'_menu_item_type','post_type'),(21043,6199,'_menu_item_menu_item_parent','0'),(21044,6199,'_menu_item_object_id','6197'),(21045,6199,'_menu_item_object','page'),(21046,6199,'_menu_item_target',''),(21047,6199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21048,6199,'_menu_item_xfn',''),(21049,6199,'_menu_item_url',''),(21554,6363,'_edit_last','2'),(21555,6363,'_edit_lock','1370228296:2'),(21557,6363,'truethemes_page_checkbox',''),(21558,6363,'truethemes_custom_sub_menu',''),(21559,6363,'truethemes_slider_shortcode',''),(21560,6363,'truethemes_slider_cu3er',''),(21561,6363,'text_taxonomy_radio','a:0:{}'),(21562,6363,'banner_search','yes'),(21563,6363,'page_primary_color_scheme','primary-lime-green.css'),(21564,6363,'page_secondary_color_scheme','null'),(21565,6363,'page_background_color','#'),(21566,6363,'page_background_position','left top'),(21567,6363,'page_background_repeat','repeat'),(21570,6363,'_wp_page_template','default'),(21573,6363,'groups-groups_read_post','MIST'),(21574,6363,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21575,6363,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(21578,6367,'_wp_attached_file','OVERVIEW-TSA-CARICOM.pdf'),(21579,6367,'groups-groups_read_post','TSA'),(21588,6370,'_edit_last','2'),(21589,6370,'_edit_lock','1384266943:2'),(21590,6370,'truethemes_page_checkbox',''),(21591,6370,'truethemes_custom_sub_menu','conference-papers-2'),(21592,6370,'truethemes_slider_shortcode',''),(21593,6370,'truethemes_slider_cu3er',''),(21595,6370,'banner_search','yes'),(21596,6370,'page_primary_color_scheme','null'),(21597,6370,'page_secondary_color_scheme','null'),(21598,6370,'page_background_color','#'),(21599,6370,'page_background_position','left top'),(21600,6370,'page_background_repeat','repeat'),(21603,6370,'_wp_page_template','page-template-left-nav.php'),(21652,6386,'_edit_last','2'),(21653,6386,'_edit_lock','1382708786:2'),(21654,6387,'_wp_attached_file','TSAReadinessAssessmentQuestionnaire.doc'),(21655,6387,'groups-groups_read_post','TSA'),(21656,6386,'truethemes_page_checkbox',''),(21657,6386,'truethemes_custom_sub_menu',''),(21658,6386,'truethemes_slider_shortcode',''),(21659,6386,'truethemes_slider_cu3er',''),(21661,6386,'banner_search','yes'),(21662,6386,'page_primary_color_scheme','null'),(21663,6386,'page_secondary_color_scheme','null'),(21664,6386,'page_background_color','#'),(21665,6386,'page_background_position','left top'),(21666,6386,'page_background_repeat','repeat'),(21669,6386,'_wp_page_template','page-template-left-sidebar.php'),(21718,6402,'_wp_attached_file','JamaicaExamplesTSA20131.pdf'),(21719,6186,'groups-groups_read_post','TSA'),(21747,5904,'groups-groups_read_post','TSA'),(21796,6424,'_wp_attached_file','5thTSAWebinarMeetingMinutes.docx'),(21797,6424,'groups-groups_read_post','TSA'),(21798,6425,'_wp_attached_file','4th-TSA-Webinar-Meeting-Minutes.doc'),(21799,6425,'groups-groups_read_post','TSA'),(21800,6426,'_wp_attached_file','3rd-TSA-Meeting-Minutes.pdf'),(21801,6426,'groups-groups_read_post','TSA'),(21802,6427,'_wp_attached_file','2nd-TSA-Webinar-Meeting-Minutes.doc'),(21803,6427,'groups-groups_read_post','TSA'),(21804,6428,'_wp_attached_file','1st-TSA-Webinar-Meeting.doc'),(21805,6428,'groups-groups_read_post','TSA'),(21814,6430,'_wp_attached_file','Proposal-IDB-RPG-TSA.doc'),(21815,6430,'groups-groups_read_post','TSA'),(21816,6431,'_wp_attached_file','TSA-IDB-Budget.pdf'),(21817,6431,'groups-groups_read_post','TSA'),(21826,6433,'_wp_attached_file','ToR-TSA-Consultant.doc'),(21840,6386,'groups-groups_read_post','TSA'),(21867,6446,'_edit_last','2'),(21868,6446,'_edit_lock','1402596693:2'),(21869,6446,'truethemes_page_checkbox',''),(21870,6446,'truethemes_custom_sub_menu',''),(21871,6446,'truethemes_slider_shortcode',''),(21872,6446,'truethemes_slider_cu3er',''),(21874,6446,'banner_search','yes'),(21875,6446,'page_primary_color_scheme','null'),(21876,6446,'page_secondary_color_scheme','null'),(21877,6446,'page_background_color','#'),(21878,6446,'page_background_position','left top'),(21879,6446,'page_background_repeat','repeat'),(21882,6446,'_wp_page_template','page-template-left-sidebar.php'),(21887,6448,'_menu_item_type','post_type'),(21888,6448,'_menu_item_menu_item_parent','2896'),(21889,6448,'_menu_item_object_id','6197'),(21890,6448,'_menu_item_object','page'),(21891,6448,'_menu_item_target',''),(21892,6448,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(21893,6448,'_menu_item_xfn',''),(21894,6448,'_menu_item_url',''),(21920,6457,'_wp_attached_file','CTOConstitutionAugust2008.pdf'),(22023,6489,'_wp_attached_file','Manuel-Heredia.jpg'),(22024,6489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:217;s:4:\"file\";s:18:\"Manuel-Heredia.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Manuel-Heredia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22079,6507,'_wp_attached_file','CROCKWELL-SHAWN.jpeg'),(22080,6507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:240;s:4:\"file\";s:20:\"CROCKWELL-SHAWN.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CROCKWELL-SHAWN-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22111,6518,'_wp_attached_file','burneyelhage.jpg'),(22112,6518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:269;s:6:\"height\";i:266;s:4:\"file\";s:16:\"burneyelhage.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"burneyelhage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1367948718;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22113,6519,'_wp_attached_file','orlandosmith.jpg'),(22114,6519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:263;s:4:\"file\";s:16:\"orlandosmith.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"orlandosmith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1367948811;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22121,6522,'_wp_attached_file','williamgriffithbermuda.jpg'),(22122,6522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:240;s:4:\"file\";s:26:\"williamgriffithbermuda.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"williamgriffithbermuda-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1367947698;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22231,6551,'_wp_attached_file','ian-douglas.jpg'),(22232,6551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:300;s:4:\"file\";s:15:\"ian-douglas.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ian-douglas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22513,6650,'_wp_attached_file','obieBahamas.jpg'),(22514,6650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:120;s:4:\"file\";s:15:\"obieBahamas.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D300S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1326725998;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"122\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(22515,6651,'_wp_attached_file','davidjohnson.png'),(22516,6651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:136;s:4:\"file\";s:16:\"davidjohnson.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22535,6658,'_wp_attached_file','johnlynchjca.jpg'),(22536,6658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:261;s:4:\"file\";s:16:\"johnlynchjca.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"johnlynchjca-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22627,6687,'_edit_last','2'),(22628,6687,'_edit_lock','1369688813:2'),(22629,6687,'truethemes_page_checkbox',''),(22630,6687,'truethemes_custom_sub_menu',''),(22631,6687,'truethemes_slider_shortcode',''),(22632,6687,'truethemes_slider_cu3er',''),(22634,6687,'banner_search','yes'),(22635,6687,'page_primary_color_scheme','null'),(22636,6687,'page_secondary_color_scheme','null'),(22637,6687,'page_background_color','#'),(22638,6687,'page_background_position','left top'),(22639,6687,'page_background_repeat','repeat'),(22642,6687,'_wp_page_template','page-template-left-nav.php'),(22665,6696,'_menu_item_type','post_type'),(22666,6696,'_menu_item_menu_item_parent','1774'),(22667,6696,'_menu_item_object_id','6687'),(22668,6696,'_menu_item_object','page'),(22669,6696,'_menu_item_target',''),(22670,6696,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(22671,6696,'_menu_item_xfn',''),(22672,6696,'_menu_item_url',''),(23078,6828,'_wp_attached_file','APDMarch2011CTOStatementpdf.pdf'),(23091,6833,'_menu_item_type','post_type'),(23092,6833,'_menu_item_menu_item_parent','0'),(23093,6833,'_menu_item_object_id','3352'),(23094,6833,'_menu_item_object','page'),(23095,6833,'_menu_item_target',''),(23096,6833,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(23097,6833,'_menu_item_xfn',''),(23098,6833,'_menu_item_url',''),(23311,6905,'_wp_attached_file','CTOUkAPDMeetingPenrose.jpg'),(23312,6905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:632;s:6:\"height\";i:328;s:4:\"file\";s:26:\"CTOUkAPDMeetingPenrose.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"CTOUkAPDMeetingPenrose-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"CTOUkAPDMeetingPenrose-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368179405;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(23313,6905,'_wp_attachment_image_alt','cto meets with John Penrose on APD issue'),(23326,6909,'_wp_attached_file','HAlogoCaribbean1.jpg'),(23327,6909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:203;s:4:\"file\";s:20:\"HAlogoCaribbean1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HAlogoCaribbean1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(23334,6912,'_wp_attached_file','livemochalogo.png'),(23335,6912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:17:\"livemochalogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"livemochalogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(23380,6446,'groups-groups_read_post','Council of Ministers'),(23401,6936,'_wp_attached_file','marketingcollage2.jpg'),(23402,6936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:258;s:4:\"file\";s:21:\"marketingcollage2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"marketingcollage2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"marketingcollage2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(23545,6983,'_wp_attached_file','WattsNewNewsletters.pdf'),(23678,7028,'_wp_attached_file','MakingTourismCountFULL.pdf'),(23697,7035,'_wp_attached_file','ImpactGrenadaFULL.pdf'),(23704,7038,'_wp_attached_file','CommunityTourismDominicaFULL.pdf'),(23741,7051,'_wp_attached_file','cbbnHospitalityInstitutionsdoc.docx'),(23760,7057,'_wp_attached_file','cbbnHospitalityInstitutions.docx'),(23767,7060,'_wp_attached_file','Metasearch-2.doc'),(23892,7106,'_edit_last','2'),(23893,7106,'_edit_lock','1370096593:2'),(23894,7106,'truethemes_page_checkbox',''),(23895,7106,'truethemes_custom_sub_menu','foundation-submenu'),(23896,7106,'truethemes_slider_shortcode',''),(23897,7106,'truethemes_slider_cu3er',''),(23899,7106,'banner_search','yes'),(23900,7106,'page_primary_color_scheme','null'),(23901,7106,'page_secondary_color_scheme','null'),(23902,7106,'page_background_color','#'),(23903,7106,'page_background_position','left top'),(23904,7106,'page_background_repeat','repeat'),(23907,7106,'_wp_page_template','page-template-left-nav.php'),(23912,7108,'_edit_last','2'),(23913,7108,'_edit_lock','1370096372:2'),(23914,7108,'truethemes_page_checkbox',''),(23915,7108,'truethemes_custom_sub_menu','foundation-submenu'),(23916,7108,'truethemes_slider_shortcode',''),(23917,7108,'truethemes_slider_cu3er',''),(23919,7108,'banner_search','yes'),(23920,7108,'page_primary_color_scheme','null'),(23921,7108,'page_secondary_color_scheme','null'),(23922,7108,'page_background_color','#'),(23923,7108,'page_background_position','left top'),(23924,7108,'page_background_repeat','repeat'),(23927,7108,'_wp_page_template','page-template-left-nav.php'),(23938,7111,'_edit_last','2'),(23939,7111,'_edit_lock','1405540326:2'),(23940,7111,'truethemes_page_checkbox',''),(23941,7111,'truethemes_custom_sub_menu','foundation-submenu'),(23942,7111,'truethemes_slider_shortcode',''),(23943,7111,'truethemes_slider_cu3er',''),(23945,7111,'banner_search','yes'),(23946,7111,'page_primary_color_scheme','null'),(23947,7111,'page_secondary_color_scheme','null'),(23948,7111,'page_background_color','#'),(23949,7111,'page_background_position','left top'),(23950,7111,'page_background_repeat','repeat'),(23953,7111,'_wp_page_template','page-template-left-nav.php'),(23964,7114,'_menu_item_type','post_type'),(23965,7114,'_menu_item_menu_item_parent','0'),(23966,7114,'_menu_item_object_id','7111'),(23967,7114,'_menu_item_object','page'),(23968,7114,'_menu_item_target',''),(23969,7114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(23970,7114,'_menu_item_xfn',''),(23971,7114,'_menu_item_url',''),(23973,7115,'_menu_item_type','post_type'),(23974,7115,'_menu_item_menu_item_parent','0'),(23975,7115,'_menu_item_object_id','7108'),(23976,7115,'_menu_item_object','page'),(23977,7115,'_menu_item_target',''),(23978,7115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(23979,7115,'_menu_item_xfn',''),(23980,7115,'_menu_item_url',''),(23982,7116,'_menu_item_type','post_type'),(23983,7116,'_menu_item_menu_item_parent','0'),(23984,7116,'_menu_item_object_id','7106'),(23985,7116,'_menu_item_object','page'),(23986,7116,'_menu_item_target',''),(23987,7116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(23988,7116,'_menu_item_xfn',''),(23989,7116,'_menu_item_url',''),(24288,7204,'_wp_attached_file','hrconferenceimage2.jpg'),(24289,7204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:536;s:6:\"height\";i:352;s:4:\"file\";s:22:\"hrconferenceimage2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hrconferenceimage2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hrconferenceimage2-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25011,10,'_sidebar_name','AboutCTO'),(25244,7317,'_edit_last','2'),(25245,7317,'_edit_lock','1370096728:2'),(25246,7318,'_wp_attached_file','Csribbean-Cocktail-photo.jpg'),(25247,7318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:497;s:6:\"height\";i:697;s:4:\"file\";s:28:\"Csribbean-Cocktail-photo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Csribbean-Cocktail-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Csribbean-Cocktail-photo-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25248,7317,'truethemes_page_checkbox',''),(25249,7317,'truethemes_custom_sub_menu','foundation-submenu'),(25250,7317,'truethemes_slider_shortcode',''),(25251,7317,'truethemes_slider_cu3er',''),(25253,7317,'banner_search','yes'),(25254,7317,'page_primary_color_scheme','null'),(25255,7317,'page_secondary_color_scheme','null'),(25256,7317,'page_background_color','#'),(25257,7317,'page_background_position','left top'),(25258,7317,'page_background_repeat','repeat'),(25261,7317,'_wp_page_template','page-template-left-nav.php'),(25276,7327,'_wp_attached_file','LoveTheMusicCDsmall.jpg'),(25277,7327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:271;s:6:\"height\";i:240;s:4:\"file\";s:23:\"LoveTheMusicCDsmall.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LoveTheMusicCDsmall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25326,7333,'_wp_attached_file','foundationCDCocktailBook.jpg'),(25327,7333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:598;s:6:\"height\";i:387;s:4:\"file\";s:28:\"foundationCDCocktailBook.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"foundationCDCocktailBook-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"foundationCDCocktailBook-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25361,7342,'_menu_item_type','post_type'),(25362,7342,'_menu_item_menu_item_parent','0'),(25363,7342,'_menu_item_object_id','7317'),(25364,7342,'_menu_item_object','page'),(25365,7342,'_menu_item_target',''),(25366,7342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(25367,7342,'_menu_item_xfn',''),(25368,7342,'_menu_item_url',''),(25370,7343,'_edit_last','2'),(25371,7343,'_edit_lock','1396545998:2'),(25372,7343,'truethemes_page_checkbox',''),(25373,7343,'truethemes_custom_sub_menu','foundation-submenu'),(25374,7343,'truethemes_slider_shortcode',''),(25375,7343,'truethemes_slider_cu3er',''),(25377,7343,'banner_search','yes'),(25378,7343,'page_primary_color_scheme','null'),(25379,7343,'page_secondary_color_scheme','null'),(25380,7343,'page_background_color','#'),(25381,7343,'page_background_position','left top'),(25382,7343,'page_background_repeat','repeat'),(25385,7343,'_wp_page_template','page-template-left-nav.php'),(25390,7345,'_menu_item_type','post_type'),(25391,7345,'_menu_item_menu_item_parent','0'),(25392,7345,'_menu_item_object_id','7343'),(25393,7345,'_menu_item_object','page'),(25394,7345,'_menu_item_target',''),(25395,7345,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(25396,7345,'_menu_item_xfn',''),(25397,7345,'_menu_item_url',''),(25437,7351,'_wp_attached_file','acolla.jpg'),(25438,7351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:508;s:4:\"file\";s:10:\"acolla.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"acolla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"acolla-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25549,7358,'_wp_attached_file','RCClFOundation-e1369784086522.png'),(25550,7358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:343;s:4:\"file\";s:33:\"RCClFOundation-e1369784086522.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"RCClFOundation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"RCClFOundation-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"RCClFOundation-1024x585.png\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25561,7360,'_wp_attached_file','UKChapterMoneyPicMorgan.jpg'),(25562,7360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:356;s:4:\"file\";s:27:\"UKChapterMoneyPicMorgan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"UKChapterMoneyPicMorgan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"UKChapterMoneyPicMorgan-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25615,7368,'_edit_last','13'),(25616,7368,'_edit_lock','1368748547:8'),(25621,7368,'_event_id','3'),(25622,7368,'_event_start_time','00:00:00'),(25623,7368,'_event_end_time','00:00:00'),(25624,7368,'_event_all_day','1'),(25625,7368,'_event_start_date','2013-05-16'),(25626,7368,'_event_end_date','2013-05-16'),(25627,7368,'_event_rsvp','0'),(25628,7368,'_event_rsvp_date',''),(25629,7368,'_event_rsvp_time','00:00:00'),(25630,7368,'_event_spaces',''),(25631,7368,'_location_id','0'),(25632,7368,'_recurrence_id',''),(25633,7368,'_event_status',''),(25634,7368,'_event_private','0'),(25635,7368,'_event_date_created',''),(25636,7368,'_event_date_modified',''),(25637,7368,'_blog_id',''),(25638,7368,'_group_id','0'),(25639,7368,'_recurrence','0'),(25640,7368,'_recurrence_interval',''),(25641,7368,'_recurrence_freq',''),(25642,7368,'_recurrence_days','0'),(25643,7368,'_recurrence_byday',''),(25644,7368,'_recurrence_byweekno',''),(25645,7368,'_start_ts','1368662400'),(25646,7368,'_end_ts','1368662400'),(25649,7368,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(25650,7368,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(25669,6446,'groups-groups_read_post','Council of Ministers'),(25676,7378,'_edit_last','2'),(25677,7378,'_edit_lock','1401137812:2'),(25678,7378,'truethemes_page_checkbox',''),(25679,7378,'truethemes_custom_sub_menu','advocacy-sub'),(25680,7378,'truethemes_slider_shortcode',''),(25681,7378,'truethemes_slider_cu3er',''),(25683,7378,'banner_search','yes'),(25684,7378,'page_primary_color_scheme','null'),(25685,7378,'page_secondary_color_scheme','null'),(25686,7378,'page_background_color','#'),(25687,7378,'page_background_position','left top'),(25688,7378,'page_background_repeat','repeat'),(25691,7378,'_wp_page_template','page-template-left-nav.php'),(25696,7380,'_edit_last','8'),(25697,7380,'_edit_lock','1398197326:2'),(25698,7380,'truethemes_page_checkbox',''),(25699,7380,'truethemes_custom_sub_menu','advocacy-sub'),(25700,7380,'truethemes_slider_shortcode',''),(25701,7380,'truethemes_slider_cu3er',''),(25703,7380,'banner_search','yes'),(25704,7380,'page_primary_color_scheme','null'),(25705,7380,'page_secondary_color_scheme','null'),(25706,7380,'page_background_color','#'),(25707,7380,'page_background_position','left top'),(25708,7380,'page_background_repeat','repeat'),(25711,7380,'_wp_page_template','page-template-left-nav.php'),(25716,7382,'_edit_last','8'),(25717,7382,'_edit_lock','1369678154:8'),(25718,7382,'truethemes_page_checkbox',''),(25719,7382,'truethemes_custom_sub_menu','advocacy-sub'),(25720,7382,'truethemes_slider_shortcode',''),(25721,7382,'truethemes_slider_cu3er',''),(25723,7382,'banner_search','yes'),(25724,7382,'page_primary_color_scheme','null'),(25725,7382,'page_secondary_color_scheme','null'),(25726,7382,'page_background_color','#'),(25727,7382,'page_background_position','left top'),(25728,7382,'page_background_repeat','repeat'),(25731,7382,'_wp_page_template','page-template-left-nav.php'),(25736,7384,'_menu_item_type','post_type'),(25737,7384,'_menu_item_menu_item_parent','0'),(25738,7384,'_menu_item_object_id','7382'),(25739,7384,'_menu_item_object','page'),(25740,7384,'_menu_item_target',''),(25741,7384,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(25742,7384,'_menu_item_xfn',''),(25743,7384,'_menu_item_url',''),(25745,7385,'_menu_item_type','post_type'),(25746,7385,'_menu_item_menu_item_parent','0'),(25747,7385,'_menu_item_object_id','7380'),(25748,7385,'_menu_item_object','page'),(25749,7385,'_menu_item_target',''),(25750,7385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(25751,7385,'_menu_item_xfn',''),(25752,7385,'_menu_item_url',''),(25754,7386,'_menu_item_type','post_type'),(25755,7386,'_menu_item_menu_item_parent','0'),(25756,7386,'_menu_item_object_id','7378'),(25757,7386,'_menu_item_object','page'),(25758,7386,'_menu_item_target',''),(25759,7386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(25760,7386,'_menu_item_xfn',''),(25761,7386,'_menu_item_url',''),(25817,7408,'_wp_attached_file','paypalReiefFundButton.png'),(25818,7408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:216;s:4:\"file\";s:25:\"paypalReiefFundButton.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"paypalReiefFundButton-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(25837,7415,'_wp_attached_file','ivangrenada.jpg'),(25838,7415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:289;s:4:\"file\";s:15:\"ivangrenada.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ivangrenada-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ivangrenada-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(26117,5904,'groups-groups_read_post','TSA'),(26124,7488,'_edit_last','2'),(26125,7488,'_edit_lock','1402598082:2'),(26126,7488,'groups-groups_read_post','Allied'),(26127,7488,'truethemes_page_checkbox',''),(26128,7488,'truethemes_custom_sub_menu',''),(26129,7488,'truethemes_slider_shortcode',''),(26130,7488,'truethemes_slider_cu3er',''),(26132,7488,'banner_search','yes'),(26133,7488,'page_primary_color_scheme','null'),(26134,7488,'page_secondary_color_scheme','null'),(26135,7488,'page_background_color','#'),(26136,7488,'page_background_position','left top'),(26137,7488,'page_background_repeat','repeat'),(26140,7488,'_wp_page_template','default'),(26145,7490,'_edit_last','2'),(26146,7490,'_edit_lock','1402597373:2'),(26147,7490,'groups-groups_read_post','Board of Directors'),(26148,7490,'truethemes_page_checkbox',''),(26149,7490,'truethemes_custom_sub_menu',''),(26150,7490,'truethemes_slider_shortcode',''),(26151,7490,'truethemes_slider_cu3er',''),(26153,7490,'banner_search','yes'),(26154,7490,'page_primary_color_scheme','null'),(26155,7490,'page_secondary_color_scheme','null'),(26156,7490,'page_background_color','#'),(26157,7490,'page_background_position','left top'),(26158,7490,'page_background_repeat','repeat'),(26161,7490,'_wp_page_template','page-template-left-sidebar.php'),(26187,6386,'groups-groups_read_post','TSA'),(26194,7488,'groups-groups_read_post','Allied'),(26201,7488,'groups-groups_read_post','Allied'),(26208,7488,'groups-groups_read_post','Allied'),(26215,7488,'groups-groups_read_post','Allied'),(26222,7488,'groups-groups_read_post','Allied'),(26229,7490,'groups-groups_read_post','Board of Directors'),(26236,7513,'_edit_last','2'),(26237,7513,'_edit_lock','1402597682:2'),(26238,7513,'groups-groups_read_post','Board of Directors'),(26239,7513,'groups-groups_read_post','Council of Ministers'),(26240,7513,'groups-groups_read_post','CTO RMF Members'),(26241,7513,'truethemes_page_checkbox',''),(26242,7513,'truethemes_custom_sub_menu',''),(26243,7513,'truethemes_slider_shortcode',''),(26244,7513,'truethemes_slider_cu3er',''),(26246,7513,'banner_search','yes'),(26247,7513,'page_primary_color_scheme','null'),(26248,7513,'page_secondary_color_scheme','null'),(26249,7513,'page_background_color','#'),(26250,7513,'page_background_position','left top'),(26251,7513,'page_background_repeat','repeat'),(26254,7513,'_wp_page_template','page-template-left-sidebar.php'),(26259,7513,'groups-groups_read_post','Board of Directors'),(26260,7513,'groups-groups_read_post','Council of Ministers'),(26261,7513,'groups-groups_read_post','CTO RMF Members'),(26268,7513,'groups-groups_read_post','Board of Directors'),(26269,7513,'groups-groups_read_post','Council of Ministers'),(26270,7513,'groups-groups_read_post','CTO RMF Members'),(26277,7520,'_edit_last','8'),(26278,7520,'_edit_lock','1369684757:8'),(26279,7520,'truethemes_page_checkbox',''),(26280,7520,'truethemes_custom_sub_menu',''),(26281,7520,'truethemes_slider_shortcode',''),(26282,7520,'truethemes_slider_cu3er',''),(26284,7520,'banner_search','yes'),(26285,7520,'page_primary_color_scheme','null'),(26286,7520,'page_secondary_color_scheme','null'),(26287,7520,'page_background_color','#'),(26288,7520,'page_background_position','left top'),(26289,7520,'page_background_repeat','repeat'),(26292,7520,'_wp_page_template','page-template-left-sidebar.php'),(26297,7520,'groups-groups_read_post','Board of Directors'),(26298,7520,'groups-groups_read_post','Council of Ministers'),(26299,7520,'groups-groups_read_post','CTO RMF Members'),(26306,7520,'groups-groups_read_post','Board of Directors'),(26307,7520,'groups-groups_read_post','Council of Ministers'),(26308,7520,'groups-groups_read_post','CTO RMF Members'),(26315,7520,'groups-groups_read_post','Board of Directors'),(26316,7520,'groups-groups_read_post','Council of Ministers'),(26317,7520,'groups-groups_read_post','CTO RMF Members'),(26324,7520,'groups-groups_read_post','Board of Directors'),(26325,7520,'groups-groups_read_post','Council of Ministers'),(26326,7520,'groups-groups_read_post','CTO RMF Members'),(26333,7520,'groups-groups_read_post','Board of Directors'),(26334,7520,'groups-groups_read_post','Council of Ministers'),(26335,7520,'groups-groups_read_post','CTO RMF Members'),(26342,7520,'groups-groups_read_post','Board of Directors'),(26343,7520,'groups-groups_read_post','Council of Ministers'),(26344,7520,'groups-groups_read_post','CTO RMF Members'),(26351,7520,'groups-groups_read_post','Board of Directors'),(26352,7520,'groups-groups_read_post','Council of Ministers'),(26353,7520,'groups-groups_read_post','CTO RMF Members'),(26360,7520,'groups-groups_read_post','Board of Directors'),(26361,7520,'groups-groups_read_post','Council of Ministers'),(26362,7520,'groups-groups_read_post','CTO RMF Members'),(26371,7520,'groups-groups_read_post','Board of Directors'),(26372,7520,'groups-groups_read_post','Council of Ministers'),(26373,7520,'groups-groups_read_post','CTO RMF Members'),(26378,7520,'groups-groups_read_post','Board of Directors'),(26379,7520,'groups-groups_read_post','Council of Ministers'),(26380,7520,'groups-groups_read_post','CTO RMF Members'),(26383,7520,'groups-groups_read_post','Board of Directors'),(26384,7520,'groups-groups_read_post','Council of Ministers'),(26385,7520,'groups-groups_read_post','CTO RMF Members'),(26392,7520,'groups-groups_read_post','Board of Directors'),(26393,7520,'groups-groups_read_post','Council of Ministers'),(26394,7520,'groups-groups_read_post','CTO RMF Members'),(26401,7520,'groups-groups_read_post','Board of Directors'),(26402,7520,'groups-groups_read_post','Council of Ministers'),(26403,7520,'groups-groups_read_post','CTO RMF Members'),(26410,7520,'groups-groups_read_post','Board of Directors'),(26411,7520,'groups-groups_read_post','Council of Ministers'),(26412,7520,'groups-groups_read_post','CTO RMF Members'),(26419,7520,'groups-groups_read_post','Board of Directors'),(26420,7520,'groups-groups_read_post','Council of Ministers'),(26421,7520,'groups-groups_read_post','CTO RMF Members'),(26428,7520,'groups-groups_read_post','Board of Directors'),(26429,7520,'groups-groups_read_post','Council of Ministers'),(26430,7520,'groups-groups_read_post','CTO RMF Members'),(26437,7520,'groups-groups_read_post','Board of Directors'),(26438,7520,'groups-groups_read_post','Council of Ministers'),(26439,7520,'groups-groups_read_post','CTO RMF Members'),(26446,7520,'groups-groups_read_post','Board of Directors'),(26447,7520,'groups-groups_read_post','Council of Ministers'),(26448,7520,'groups-groups_read_post','CTO RMF Members'),(26457,7520,'groups-groups_read_post','Board of Directors'),(26458,7520,'groups-groups_read_post','Council of Ministers'),(26459,7520,'groups-groups_read_post','CTO RMF Members'),(26464,7520,'groups-groups_read_post','Board of Directors'),(26465,7520,'groups-groups_read_post','Council of Ministers'),(26466,7520,'groups-groups_read_post','CTO RMF Members'),(26471,7520,'groups-groups_read_post','Board of Directors'),(26472,7520,'groups-groups_read_post','Council of Ministers'),(26473,7520,'groups-groups_read_post','CTO RMF Members'),(26476,7520,'groups-groups_read_post','Board of Directors'),(26477,7520,'groups-groups_read_post','Council of Ministers'),(26478,7520,'groups-groups_read_post','CTO RMF Members'),(26485,7520,'groups-groups_read_post','Board of Directors'),(26486,7520,'groups-groups_read_post','Council of Ministers'),(26487,7520,'groups-groups_read_post','CTO RMF Members'),(26517,7559,'_edit_last','8'),(26518,7559,'_edit_lock','1369687944:8'),(26519,7559,'groups-groups_read_post','Board of Directors'),(26520,7559,'groups-groups_read_post','Council of Ministers'),(26521,7559,'groups-groups_read_post','CTO RMF Members'),(26522,7559,'truethemes_page_checkbox',''),(26523,7559,'truethemes_custom_sub_menu',''),(26524,7559,'truethemes_slider_shortcode',''),(26525,7559,'truethemes_slider_cu3er',''),(26527,7559,'banner_search','yes'),(26528,7559,'page_primary_color_scheme','null'),(26529,7559,'page_secondary_color_scheme','null'),(26530,7559,'page_background_color','#'),(26531,7559,'page_background_position','left top'),(26532,7559,'page_background_repeat','repeat'),(26535,7559,'_wp_page_template','page-template-left-sidebar.php'),(26540,7561,'_edit_last','8'),(26541,7561,'_edit_lock','1369687907:8'),(26542,7561,'groups-groups_read_post','Board of Directors'),(26543,7561,'groups-groups_read_post','Council of Ministers'),(26544,7561,'groups-groups_read_post','CTO RMF Members'),(26545,7561,'truethemes_page_checkbox',''),(26546,7561,'truethemes_custom_sub_menu',''),(26547,7561,'truethemes_slider_shortcode',''),(26548,7561,'truethemes_slider_cu3er',''),(26550,7561,'banner_search','yes'),(26551,7561,'page_primary_color_scheme','null'),(26552,7561,'page_secondary_color_scheme','null'),(26553,7561,'page_background_color','#'),(26554,7561,'page_background_position','left top'),(26555,7561,'page_background_repeat','repeat'),(26558,7561,'_wp_page_template','page-template-left-sidebar.php'),(26563,7563,'_edit_last','8'),(26564,7563,'_edit_lock','1369684841:8'),(26565,7563,'groups-groups_read_post','Board of Directors'),(26566,7563,'groups-groups_read_post','Council of Ministers'),(26567,7563,'groups-groups_read_post','CTO RMF Members'),(26568,7563,'truethemes_page_checkbox',''),(26569,7563,'truethemes_custom_sub_menu',''),(26570,7563,'truethemes_slider_shortcode',''),(26571,7563,'truethemes_slider_cu3er',''),(26573,7563,'banner_search','yes'),(26574,7563,'page_primary_color_scheme','null'),(26575,7563,'page_secondary_color_scheme','null'),(26576,7563,'page_background_color','#'),(26577,7563,'page_background_position','left top'),(26578,7563,'page_background_repeat','repeat'),(26581,7563,'_wp_page_template','page-template-left-sidebar.php'),(26586,7563,'groups-groups_read_post','Board of Directors'),(26587,7563,'groups-groups_read_post','Council of Ministers'),(26588,7563,'groups-groups_read_post','CTO RMF Members'),(26595,7571,'_edit_last','8'),(26596,7571,'_edit_lock','1369684801:8'),(26597,7571,'truethemes_page_checkbox',''),(26598,7571,'truethemes_custom_sub_menu',''),(26599,7571,'truethemes_slider_shortcode',''),(26600,7571,'truethemes_slider_cu3er',''),(26602,7571,'banner_search','yes'),(26603,7571,'page_primary_color_scheme','null'),(26604,7571,'page_secondary_color_scheme','null'),(26605,7571,'page_background_color','#'),(26606,7571,'page_background_position','left top'),(26607,7571,'page_background_repeat','repeat'),(26610,7571,'_wp_page_template','page-template-left-sidebar.php'),(26655,7513,'groups-groups_read_post','Board of Directors'),(26656,7513,'groups-groups_read_post','Council of Ministers'),(26657,7513,'groups-groups_read_post','CTO RMF Members'),(26664,7520,'groups-groups_read_post','Board of Directors'),(26665,7520,'groups-groups_read_post','Council of Ministers'),(26666,7520,'groups-groups_read_post','CTO RMF Members'),(26679,7563,'groups-groups_read_post','Board of Directors'),(26680,7563,'groups-groups_read_post','Council of Ministers'),(26681,7563,'groups-groups_read_post','CTO RMF Members'),(26688,7563,'groups-groups_read_post','Board of Directors'),(26689,7563,'groups-groups_read_post','Council of Ministers'),(26690,7563,'groups-groups_read_post','CTO RMF Members'),(26697,7561,'groups-groups_read_post','Board of Directors'),(26698,7561,'groups-groups_read_post','Council of Ministers'),(26699,7561,'groups-groups_read_post','CTO RMF Members'),(26706,7559,'groups-groups_read_post','Board of Directors'),(26707,7559,'groups-groups_read_post','Council of Ministers'),(26708,7559,'groups-groups_read_post','CTO RMF Members'),(26724,7490,'groups-groups_read_post','Board of Directors'),(26731,6446,'groups-groups_read_post','Council of Ministers'),(26745,7610,'_edit_last','2'),(26746,7610,'_edit_lock','1400090008:2'),(26747,7610,'groups-groups_read_post','Allied'),(26748,7610,'groups-groups_read_post','Board of Directors'),(26749,7610,'groups-groups_read_post','Council of Ministers'),(26750,7610,'groups-groups_read_post','CTO RMF Members'),(26751,7610,'truethemes_page_checkbox',''),(26752,7610,'truethemes_custom_sub_menu',''),(26753,7610,'truethemes_slider_shortcode',''),(26754,7610,'truethemes_slider_cu3er',''),(26756,7610,'banner_search','yes'),(26757,7610,'page_primary_color_scheme','null'),(26758,7610,'page_secondary_color_scheme','null'),(26759,7610,'page_background_color','#'),(26760,7610,'page_background_position','left top'),(26761,7610,'page_background_repeat','repeat'),(26764,7610,'_wp_page_template','default'),(26805,7490,'groups-groups_read_post','Board of Directors'),(26812,7490,'groups-groups_read_post','Board of Directors'),(26819,7490,'groups-groups_read_post','Board of Directors'),(26826,7490,'groups-groups_read_post','Board of Directors'),(26833,6446,'groups-groups_read_post','Council of Ministers'),(26840,6446,'groups-groups_read_post','Council of Ministers'),(26847,6446,'groups-groups_read_post','Council of Ministers'),(26854,6446,'groups-groups_read_post','Council of Ministers'),(26861,7490,'groups-groups_read_post','Board of Directors'),(26868,6446,'groups-groups_read_post','Council of Ministers'),(26875,6446,'groups-groups_read_post','Council of Ministers'),(26882,6446,'groups-groups_read_post','Council of Ministers'),(26889,6446,'groups-groups_read_post','Council of Ministers'),(26903,7490,'groups-groups_read_post','Board of Directors'),(26910,7513,'groups-groups_read_post','Board of Directors'),(26911,7513,'groups-groups_read_post','Council of Ministers'),(26912,7513,'groups-groups_read_post','CTO RMF Members'),(26919,7513,'groups-groups_read_post','Board of Directors'),(26920,7513,'groups-groups_read_post','Council of Ministers'),(26921,7513,'groups-groups_read_post','CTO RMF Members'),(26928,7559,'groups-groups_read_post','Board of Directors'),(26929,7559,'groups-groups_read_post','Council of Ministers'),(26930,7559,'groups-groups_read_post','CTO RMF Members'),(26937,7559,'groups-groups_read_post','Board of Directors'),(26938,7559,'groups-groups_read_post','Council of Ministers'),(26939,7559,'groups-groups_read_post','CTO RMF Members'),(26946,7559,'groups-groups_read_post','Board of Directors'),(26947,7559,'groups-groups_read_post','Council of Ministers'),(26948,7559,'groups-groups_read_post','CTO RMF Members'),(26955,7559,'groups-groups_read_post','Board of Directors'),(26956,7559,'groups-groups_read_post','Council of Ministers'),(26957,7559,'groups-groups_read_post','CTO RMF Members'),(26964,7559,'groups-groups_read_post','Board of Directors'),(26965,7559,'groups-groups_read_post','Council of Ministers'),(26966,7559,'groups-groups_read_post','CTO RMF Members'),(26973,7559,'groups-groups_read_post','Board of Directors'),(26974,7559,'groups-groups_read_post','Council of Ministers'),(26975,7559,'groups-groups_read_post','CTO RMF Members'),(26982,7559,'groups-groups_read_post','Board of Directors'),(26983,7559,'groups-groups_read_post','Council of Ministers'),(26984,7559,'groups-groups_read_post','CTO RMF Members'),(26991,7559,'groups-groups_read_post','Board of Directors'),(26992,7559,'groups-groups_read_post','Council of Ministers'),(26993,7559,'groups-groups_read_post','CTO RMF Members'),(27000,7559,'groups-groups_read_post','Board of Directors'),(27001,7559,'groups-groups_read_post','Council of Ministers'),(27002,7559,'groups-groups_read_post','CTO RMF Members'),(27009,7559,'groups-groups_read_post','Board of Directors'),(27010,7559,'groups-groups_read_post','Council of Ministers'),(27011,7559,'groups-groups_read_post','CTO RMF Members'),(27018,7559,'groups-groups_read_post','Board of Directors'),(27019,7559,'groups-groups_read_post','Council of Ministers'),(27020,7559,'groups-groups_read_post','CTO RMF Members'),(27027,7559,'groups-groups_read_post','Board of Directors'),(27028,7559,'groups-groups_read_post','Council of Ministers'),(27029,7559,'groups-groups_read_post','CTO RMF Members'),(27036,7559,'groups-groups_read_post','Board of Directors'),(27037,7559,'groups-groups_read_post','Council of Ministers'),(27038,7559,'groups-groups_read_post','CTO RMF Members'),(27045,7561,'groups-groups_read_post','Board of Directors'),(27046,7561,'groups-groups_read_post','Council of Ministers'),(27047,7561,'groups-groups_read_post','CTO RMF Members'),(27054,7561,'groups-groups_read_post','Board of Directors'),(27055,7561,'groups-groups_read_post','Council of Ministers'),(27056,7561,'groups-groups_read_post','CTO RMF Members'),(27075,7571,'groups-groups_read_post','Board of Directors'),(27076,7571,'groups-groups_read_post','Council of Ministers'),(27077,7571,'groups-groups_read_post','CTO RMF Members'),(27084,7571,'groups-groups_read_post','Board of Directors'),(27085,7571,'groups-groups_read_post','Council of Ministers'),(27086,7571,'groups-groups_read_post','CTO RMF Members'),(27093,7571,'groups-groups_read_post','Board of Directors'),(27094,7571,'groups-groups_read_post','Council of Ministers'),(27095,7571,'groups-groups_read_post','CTO RMF Members'),(27102,7571,'groups-groups_read_post','Board of Directors'),(27103,7571,'groups-groups_read_post','Council of Ministers'),(27104,7571,'groups-groups_read_post','CTO RMF Members'),(27111,7571,'groups-groups_read_post','Board of Directors'),(27112,7571,'groups-groups_read_post','Council of Ministers'),(27113,7571,'groups-groups_read_post','CTO RMF Members'),(27120,7571,'groups-groups_read_post','Board of Directors'),(27121,7571,'groups-groups_read_post','Council of Ministers'),(27122,7571,'groups-groups_read_post','CTO RMF Members'),(27138,7520,'groups-groups_read_post','Board of Directors'),(27139,7520,'groups-groups_read_post','Council of Ministers'),(27140,7520,'groups-groups_read_post','CTO RMF Members'),(27147,7520,'groups-groups_read_post','Board of Directors'),(27148,7520,'groups-groups_read_post','Council of Ministers'),(27149,7520,'groups-groups_read_post','CTO RMF Members'),(27156,7520,'groups-groups_read_post','Board of Directors'),(27157,7520,'groups-groups_read_post','Council of Ministers'),(27158,7520,'groups-groups_read_post','CTO RMF Members'),(27165,7520,'groups-groups_read_post','Board of Directors'),(27166,7520,'groups-groups_read_post','Council of Ministers'),(27167,7520,'groups-groups_read_post','CTO RMF Members'),(27174,7704,'_edit_last','2'),(27175,7704,'_edit_lock','1370512481:2'),(27176,7704,'truethemes_page_checkbox',''),(27177,7704,'truethemes_custom_sub_menu',''),(27178,7704,'truethemes_slider_shortcode',''),(27179,7704,'truethemes_slider_cu3er',''),(27181,7704,'banner_search','yes'),(27182,7704,'page_primary_color_scheme','null'),(27183,7704,'page_secondary_color_scheme','null'),(27184,7704,'page_background_color','#'),(27185,7704,'page_background_position','left top'),(27186,7704,'page_background_repeat','repeat'),(27189,7704,'_wp_page_template','page-template-left-sidebar.php'),(27194,7513,'groups-groups_read_post','Board of Directors'),(27195,7513,'groups-groups_read_post','Council of Ministers'),(27196,7513,'groups-groups_read_post','CTO RMF Members'),(27203,5904,'groups-groups_read_post','TSA'),(27210,5904,'groups-groups_read_post','TSA'),(27217,5904,'groups-groups_read_post','TSA'),(27224,5904,'groups-groups_read_post','TSA'),(27245,6370,'_sidebar_name','TSA sidebar'),(27253,5904,'groups-groups_read_post','TSA'),(27260,5904,'groups-groups_read_post','TSA'),(27267,6386,'groups-groups_read_post','TSA'),(27274,6386,'groups-groups_read_post','TSA'),(27281,7730,'_wp_attached_file','TSAimage.jpg'),(27282,7730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:12:\"TSAimage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TSAimage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"TSAimage-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(27283,6386,'groups-groups_read_post','TSA'),(27284,6386,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/TSAimage.jpg'),(27291,7734,'_wp_attached_file','tsaimagesite2.jpg'),(27292,7734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:17:\"tsaimagesite2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tsaimagesite2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tsaimagesite2-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(27293,5904,'groups-groups_read_post','TSA'),(27294,5904,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/tsaimagesite2.jpg'),(27301,7737,'_wp_attached_file','tsaimagesite4.jpg'),(27302,7737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:17:\"tsaimagesite4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tsaimagesite4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tsaimagesite4-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(27304,6370,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/tsaimagesite4.jpg'),(27317,7743,'_wp_attached_file','FullMinistersImage2.jpg'),(27318,7743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:161;s:4:\"file\";s:23:\"FullMinistersImage2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"FullMinistersImage2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FullMinistersImage2-300x51.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(27332,2073,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/FullMinistersImage2.jpg'),(27423,7762,'_wp_attached_file','ListofStatsOfficesContactInfo.docx'),(27442,7771,'_wp_attached_file','DonatePayPalFinal.jpg'),(27443,7771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:21:\"DonatePayPalFinal.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"DonatePayPalFinal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"DonatePayPalFinal-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(27478,7778,'_edit_last','2'),(27479,7778,'_edit_lock','1369782240:2'),(27480,7778,'truethemes_page_checkbox',''),(27481,7778,'truethemes_custom_sub_menu','programmes-menu'),(27482,7778,'truethemes_slider_shortcode',''),(27483,7778,'truethemes_slider_cu3er',''),(27485,7778,'banner_search','yes'),(27486,7778,'page_primary_color_scheme','null'),(27487,7778,'page_secondary_color_scheme','null'),(27488,7778,'page_background_color','#'),(27489,7778,'page_background_position','left top'),(27490,7778,'page_background_repeat','repeat'),(27493,7778,'_wp_page_template','page-template-left-nav.php'),(27510,7784,'_menu_item_type','post_type'),(27511,7784,'_menu_item_menu_item_parent','1773'),(27512,7784,'_menu_item_object_id','7778'),(27513,7784,'_menu_item_object','page'),(27514,7784,'_menu_item_target',''),(27515,7784,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27516,7784,'_menu_item_xfn',''),(27517,7784,'_menu_item_url',''),(27519,7786,'_menu_item_type','post_type'),(27520,7786,'_menu_item_menu_item_parent','0'),(27521,7786,'_menu_item_object_id','7778'),(27522,7786,'_menu_item_object','page'),(27523,7786,'_menu_item_target',''),(27524,7786,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27525,7786,'_menu_item_xfn',''),(27526,7786,'_menu_item_url',''),(27534,7788,'_edit_last','2'),(27535,7788,'_edit_lock','1369763673:2'),(27536,7788,'truethemes_page_checkbox',''),(27537,7788,'truethemes_custom_sub_menu','programmes-menu'),(27538,7788,'truethemes_slider_shortcode',''),(27539,7788,'truethemes_slider_cu3er',''),(27541,7788,'banner_search','yes'),(27542,7788,'page_primary_color_scheme','null'),(27543,7788,'page_secondary_color_scheme','null'),(27544,7788,'page_background_color','#'),(27545,7788,'page_background_position','left top'),(27546,7788,'page_background_repeat','repeat'),(27549,7788,'_wp_page_template','page-template-left-nav.php'),(27558,1803,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27559,1803,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27598,7801,'_edit_last','2'),(27599,7801,'_edit_lock','1369763434:2'),(27600,7801,'truethemes_page_checkbox',''),(27601,7801,'truethemes_custom_sub_menu','programmes-menu'),(27602,7801,'truethemes_slider_shortcode',''),(27603,7801,'truethemes_slider_cu3er',''),(27605,7801,'banner_search','yes'),(27606,7801,'page_primary_color_scheme','null'),(27607,7801,'page_secondary_color_scheme','null'),(27608,7801,'page_background_color','#'),(27609,7801,'page_background_position','left top'),(27610,7801,'page_background_repeat','repeat'),(27613,7801,'_wp_page_template','page-template-left-nav.php'),(27618,7804,'_menu_item_type','post_type'),(27619,7804,'_menu_item_menu_item_parent','0'),(27620,7804,'_menu_item_object_id','7801'),(27621,7804,'_menu_item_object','page'),(27622,7804,'_menu_item_target',''),(27623,7804,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27624,7804,'_menu_item_xfn',''),(27625,7804,'_menu_item_url',''),(27627,7805,'_menu_item_type','post_type'),(27628,7805,'_menu_item_menu_item_parent','0'),(27629,7805,'_menu_item_object_id','7788'),(27630,7805,'_menu_item_object','page'),(27631,7805,'_menu_item_target',''),(27632,7805,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27633,7805,'_menu_item_xfn',''),(27634,7805,'_menu_item_url',''),(27636,7806,'_menu_item_type','post_type'),(27637,7806,'_menu_item_menu_item_parent','1773'),(27638,7806,'_menu_item_object_id','7801'),(27639,7806,'_menu_item_object','page'),(27640,7806,'_menu_item_target',''),(27641,7806,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27642,7806,'_menu_item_xfn',''),(27643,7806,'_menu_item_url',''),(27645,7807,'_menu_item_type','post_type'),(27646,7807,'_menu_item_menu_item_parent','1773'),(27647,7807,'_menu_item_object_id','7788'),(27648,7807,'_menu_item_object','page'),(27649,7807,'_menu_item_target',''),(27650,7807,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27651,7807,'_menu_item_xfn',''),(27652,7807,'_menu_item_url',''),(27666,7814,'_edit_last','2'),(27667,7814,'_edit_lock','1369061698:2'),(27668,7814,'truethemes_video_url',''),(27669,7814,'truethemes_external_image_url',''),(27670,7814,'truethemes_slider_shortcode',''),(27671,7814,'truethemes_slider_cu3er',''),(27680,7814,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27681,7814,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27688,172,'_edit_lock','1370621637:7'),(27691,7821,'_edit_last','2'),(27692,7821,'_edit_lock','1369066725:2'),(27693,7821,'truethemes_video_url',''),(27694,7821,'truethemes_external_image_url',''),(27695,7821,'truethemes_slider_shortcode',''),(27696,7821,'truethemes_slider_cu3er',''),(27705,7821,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27706,7821,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27743,7835,'_edit_last','2'),(27744,7835,'_edit_lock','1369066716:2'),(27745,7835,'truethemes_video_url',''),(27746,7835,'truethemes_external_image_url',''),(27747,7835,'truethemes_slider_shortcode',''),(27748,7835,'truethemes_slider_cu3er',''),(27757,7835,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27758,7835,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27767,2227,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27768,2227,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27769,7838,'_edit_last','2'),(27770,7838,'_edit_lock','1369078535:2'),(27771,7838,'truethemes_video_url',''),(27772,7838,'truethemes_external_image_url',''),(27773,7838,'truethemes_slider_shortcode',''),(27774,7838,'truethemes_slider_cu3er',''),(27783,7838,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27784,7838,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27785,7841,'_edit_last','2'),(27786,7841,'_edit_lock','1369064188:2'),(27787,7841,'truethemes_video_url',''),(27788,7841,'truethemes_external_image_url',''),(27789,7841,'truethemes_slider_shortcode',''),(27790,7841,'truethemes_slider_cu3er',''),(27799,7841,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27800,7841,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27801,7843,'_edit_last','2'),(27802,7843,'_edit_lock','1369064205:2'),(27803,7843,'truethemes_video_url',''),(27804,7843,'truethemes_external_image_url',''),(27805,7843,'truethemes_slider_shortcode',''),(27806,7843,'truethemes_slider_cu3er',''),(27815,7843,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27816,7843,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27817,7845,'_edit_last','2'),(27818,7845,'_edit_lock','1369078484:2'),(27819,7845,'truethemes_video_url',''),(27820,7845,'truethemes_external_image_url',''),(27821,7845,'truethemes_slider_shortcode',''),(27822,7845,'truethemes_slider_cu3er',''),(27831,7845,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27832,7845,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27833,7847,'_edit_last','2'),(27834,7847,'_edit_lock','1369064194:2'),(27835,7847,'truethemes_video_url',''),(27836,7847,'truethemes_external_image_url',''),(27837,7847,'truethemes_slider_shortcode',''),(27838,7847,'truethemes_slider_cu3er',''),(27867,7847,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27868,7847,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27885,7859,'_edit_last','2'),(27886,7859,'_edit_lock','1369066693:2'),(27887,7859,'truethemes_video_url',''),(27888,7859,'truethemes_external_image_url',''),(27889,7859,'truethemes_slider_shortcode',''),(27890,7859,'truethemes_slider_cu3er',''),(27909,7859,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27910,7859,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27911,7862,'_edit_last','2'),(27912,7862,'_edit_lock','1369066663:2'),(27913,7862,'truethemes_video_url',''),(27914,7862,'truethemes_external_image_url',''),(27915,7862,'truethemes_slider_shortcode',''),(27916,7862,'truethemes_slider_cu3er',''),(27925,7862,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27926,7862,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27927,7865,'_edit_last','2'),(27928,7865,'_edit_lock','1369065790:2'),(27929,7865,'truethemes_video_url',''),(27930,7865,'truethemes_external_image_url',''),(27931,7865,'truethemes_slider_shortcode',''),(27932,7865,'truethemes_slider_cu3er',''),(27941,7865,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27942,7865,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27943,7868,'_edit_last','2'),(27944,7868,'_edit_lock','1369065779:2'),(27945,7868,'truethemes_video_url',''),(27946,7868,'truethemes_external_image_url',''),(27947,7868,'truethemes_slider_shortcode',''),(27948,7868,'truethemes_slider_cu3er',''),(27957,7868,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27958,7868,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27959,7870,'_edit_last','2'),(27960,7870,'_edit_lock','1369065741:2'),(27961,7870,'truethemes_video_url',''),(27962,7870,'truethemes_external_image_url',''),(27963,7870,'truethemes_slider_shortcode',''),(27964,7870,'truethemes_slider_cu3er',''),(27973,7870,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27974,7870,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27975,7872,'_edit_last','2'),(27976,7872,'_edit_lock','1369065724:2'),(27977,7872,'truethemes_video_url',''),(27978,7872,'truethemes_external_image_url',''),(27979,7872,'truethemes_slider_shortcode',''),(27980,7872,'truethemes_slider_cu3er',''),(27989,7872,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(27990,7872,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(27991,7874,'_edit_last','2'),(27992,7874,'_edit_lock','1369065779:2'),(27993,7874,'truethemes_video_url',''),(27994,7874,'truethemes_external_image_url',''),(27995,7874,'truethemes_slider_shortcode',''),(27996,7874,'truethemes_slider_cu3er',''),(28057,7874,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28058,7874,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28059,7887,'_edit_last','2'),(28060,7887,'_edit_lock','1369066650:2'),(28061,7887,'truethemes_video_url',''),(28062,7887,'truethemes_external_image_url',''),(28063,7887,'truethemes_slider_shortcode',''),(28064,7887,'truethemes_slider_cu3er',''),(28073,7887,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28074,7887,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28075,7889,'_edit_last','2'),(28076,7889,'_edit_lock','1369066640:2'),(28077,7889,'truethemes_video_url',''),(28078,7889,'truethemes_external_image_url',''),(28079,7889,'truethemes_slider_shortcode',''),(28080,7889,'truethemes_slider_cu3er',''),(28089,7889,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28090,7889,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28091,7891,'_edit_last','2'),(28092,7891,'_edit_lock','1369066630:2'),(28093,7891,'truethemes_video_url',''),(28094,7891,'truethemes_external_image_url',''),(28095,7891,'truethemes_slider_shortcode',''),(28096,7891,'truethemes_slider_cu3er',''),(28105,7891,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28106,7891,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28107,7893,'_edit_last','2'),(28108,7893,'_edit_lock','1369066625:2'),(28109,7893,'truethemes_video_url',''),(28110,7893,'truethemes_external_image_url',''),(28111,7893,'truethemes_slider_shortcode',''),(28112,7893,'truethemes_slider_cu3er',''),(28121,7893,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28122,7893,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28123,7895,'_edit_last','2'),(28124,7895,'_edit_lock','1369066620:2'),(28125,7895,'truethemes_video_url',''),(28126,7895,'truethemes_external_image_url',''),(28127,7895,'truethemes_slider_shortcode',''),(28128,7895,'truethemes_slider_cu3er',''),(28137,7895,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28138,7895,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28139,7897,'_edit_last','2'),(28140,7897,'_edit_lock','1369066615:2'),(28141,7897,'truethemes_video_url',''),(28142,7897,'truethemes_external_image_url',''),(28143,7897,'truethemes_slider_shortcode',''),(28144,7897,'truethemes_slider_cu3er',''),(28153,7897,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28154,7897,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28155,7899,'_edit_last','2'),(28156,7899,'_edit_lock','1369069939:2'),(28157,7899,'truethemes_video_url',''),(28158,7899,'truethemes_external_image_url',''),(28159,7899,'truethemes_slider_shortcode',''),(28160,7899,'truethemes_slider_cu3er',''),(28169,7899,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28170,7899,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28195,7913,'_edit_last','2'),(28196,7913,'_edit_lock','1369069932:2'),(28197,7913,'truethemes_video_url',''),(28198,7913,'truethemes_external_image_url',''),(28199,7913,'truethemes_slider_shortcode',''),(28200,7913,'truethemes_slider_cu3er',''),(28219,7913,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28220,7913,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28221,7917,'_edit_last','2'),(28222,7917,'_edit_lock','1369069924:2'),(28223,7917,'truethemes_video_url',''),(28224,7917,'truethemes_external_image_url',''),(28225,7917,'truethemes_slider_shortcode',''),(28226,7917,'truethemes_slider_cu3er',''),(28245,7917,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28246,7917,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28247,7921,'_edit_last','2'),(28248,7921,'_edit_lock','1369069912:2'),(28249,7921,'truethemes_video_url',''),(28250,7921,'truethemes_external_image_url',''),(28251,7921,'truethemes_slider_shortcode',''),(28252,7921,'truethemes_slider_cu3er',''),(28261,7921,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28262,7921,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28263,7923,'_edit_last','2'),(28264,7923,'_edit_lock','1369069903:2'),(28265,7923,'truethemes_video_url',''),(28266,7923,'truethemes_external_image_url',''),(28267,7923,'truethemes_slider_shortcode',''),(28268,7923,'truethemes_slider_cu3er',''),(28277,7923,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28278,7923,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28279,7925,'_edit_last','2'),(28280,7925,'_edit_lock','1369069894:2'),(28281,7925,'truethemes_video_url',''),(28282,7925,'truethemes_external_image_url',''),(28283,7925,'truethemes_slider_shortcode',''),(28284,7925,'truethemes_slider_cu3er',''),(28293,7925,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28294,7925,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28295,7927,'_edit_last','2'),(28296,7927,'_edit_lock','1369069888:2'),(28297,7927,'truethemes_video_url',''),(28298,7927,'truethemes_external_image_url',''),(28299,7927,'truethemes_slider_shortcode',''),(28300,7927,'truethemes_slider_cu3er',''),(28309,7927,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28310,7927,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28311,7929,'_edit_last','2'),(28312,7929,'_edit_lock','1369069883:2'),(28313,7929,'truethemes_video_url',''),(28314,7929,'truethemes_external_image_url',''),(28315,7929,'truethemes_slider_shortcode',''),(28316,7929,'truethemes_slider_cu3er',''),(28335,7929,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28336,7929,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28353,7941,'_edit_last','2'),(28354,7941,'_edit_lock','1369070832:2'),(28355,7941,'truethemes_video_url',''),(28356,7941,'truethemes_external_image_url',''),(28357,7941,'truethemes_slider_shortcode',''),(28358,7941,'truethemes_slider_cu3er',''),(28367,7941,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28368,7941,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28369,7943,'_edit_last','2'),(28370,7943,'_edit_lock','1369070827:2'),(28371,7943,'truethemes_video_url',''),(28372,7943,'truethemes_external_image_url',''),(28373,7943,'truethemes_slider_shortcode',''),(28374,7943,'truethemes_slider_cu3er',''),(28383,7943,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28384,7943,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28385,7945,'_edit_last','2'),(28386,7945,'_edit_lock','1369070821:2'),(28387,7945,'truethemes_video_url',''),(28388,7945,'truethemes_external_image_url',''),(28389,7945,'truethemes_slider_shortcode',''),(28390,7945,'truethemes_slider_cu3er',''),(28399,7945,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28400,7945,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28401,7947,'_edit_last','2'),(28402,7947,'_edit_lock','1369070805:2'),(28403,7947,'truethemes_video_url',''),(28404,7947,'truethemes_external_image_url',''),(28405,7947,'truethemes_slider_shortcode',''),(28406,7947,'truethemes_slider_cu3er',''),(28425,7947,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28426,7947,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28447,7957,'_edit_last','2'),(28448,7957,'_edit_lock','1369071853:2'),(28449,7957,'truethemes_video_url',''),(28450,7957,'truethemes_external_image_url',''),(28451,7957,'truethemes_slider_shortcode',''),(28452,7957,'truethemes_slider_cu3er',''),(28461,7957,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28462,7957,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28463,7959,'_edit_last','2'),(28464,7959,'_edit_lock','1369071843:2'),(28465,7959,'truethemes_video_url',''),(28466,7959,'truethemes_external_image_url',''),(28467,7959,'truethemes_slider_shortcode',''),(28468,7959,'truethemes_slider_cu3er',''),(28477,7959,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28478,7959,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28479,7961,'_edit_last','2'),(28480,7961,'_edit_lock','1369071837:2'),(28481,7961,'truethemes_video_url',''),(28482,7961,'truethemes_external_image_url',''),(28483,7961,'truethemes_slider_shortcode',''),(28484,7961,'truethemes_slider_cu3er',''),(28503,7961,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28504,7961,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28505,7965,'_edit_last','2'),(28506,7965,'_edit_lock','1369071831:2'),(28507,7965,'truethemes_video_url',''),(28508,7965,'truethemes_external_image_url',''),(28509,7965,'truethemes_slider_shortcode',''),(28510,7965,'truethemes_slider_cu3er',''),(28519,7965,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28520,7965,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28521,7967,'_edit_last','2'),(28522,7967,'_edit_lock','1369071825:2'),(28523,7967,'truethemes_video_url',''),(28524,7967,'truethemes_external_image_url',''),(28525,7967,'truethemes_slider_shortcode',''),(28526,7967,'truethemes_slider_cu3er',''),(28535,7967,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28536,7967,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28537,7969,'_edit_last','2'),(28538,7969,'_edit_lock','1369071821:2'),(28539,7969,'truethemes_video_url',''),(28540,7969,'truethemes_external_image_url',''),(28541,7969,'truethemes_slider_shortcode',''),(28542,7969,'truethemes_slider_cu3er',''),(28551,7969,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28552,7969,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28553,7971,'_edit_last','2'),(28554,7971,'_edit_lock','1369071815:2'),(28555,7971,'truethemes_video_url',''),(28556,7971,'truethemes_external_image_url',''),(28557,7971,'truethemes_slider_shortcode',''),(28558,7971,'truethemes_slider_cu3er',''),(28567,7971,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28568,7971,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28583,7980,'_edit_last','2'),(28584,7980,'_edit_lock','1369072372:2'),(28585,7980,'truethemes_video_url',''),(28586,7980,'truethemes_external_image_url',''),(28587,7980,'truethemes_slider_shortcode',''),(28588,7980,'truethemes_slider_cu3er',''),(28597,7980,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28598,7980,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28599,7982,'_edit_last','2'),(28600,7982,'_edit_lock','1369072367:2'),(28601,7982,'truethemes_video_url',''),(28602,7982,'truethemes_external_image_url',''),(28603,7982,'truethemes_slider_shortcode',''),(28604,7982,'truethemes_slider_cu3er',''),(28613,7982,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28614,7982,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28615,7984,'_edit_last','2'),(28622,7984,'truethemes_video_url',''),(28623,7984,'truethemes_external_image_url',''),(28624,7984,'truethemes_slider_shortcode',''),(28625,7984,'truethemes_slider_cu3er',''),(28626,7984,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28627,7984,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28628,7984,'_edit_lock','1369072360:2'),(28629,7985,'_edit_last','2'),(28630,7985,'_edit_lock','1369072355:2'),(28631,7985,'truethemes_video_url',''),(28632,7985,'truethemes_external_image_url',''),(28633,7985,'truethemes_slider_shortcode',''),(28634,7985,'truethemes_slider_cu3er',''),(28643,7985,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28644,7985,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28645,7987,'_edit_last','2'),(28646,7987,'_edit_lock','1369072351:2'),(28647,7987,'truethemes_video_url',''),(28648,7987,'truethemes_external_image_url',''),(28649,7987,'truethemes_slider_shortcode',''),(28650,7987,'truethemes_slider_cu3er',''),(28659,7987,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28660,7987,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28671,7994,'_edit_last','2'),(28672,7994,'_edit_lock','1369073402:2'),(28673,7994,'truethemes_video_url',''),(28674,7994,'truethemes_external_image_url',''),(28675,7994,'truethemes_slider_shortcode',''),(28676,7994,'truethemes_slider_cu3er',''),(28685,7994,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28686,7994,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28687,7996,'_edit_last','2'),(28688,7996,'_edit_lock','1369073396:2'),(28689,7996,'truethemes_video_url',''),(28690,7996,'truethemes_external_image_url',''),(28691,7996,'truethemes_slider_shortcode',''),(28692,7996,'truethemes_slider_cu3er',''),(28701,7996,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28702,7996,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28703,7999,'_edit_last','2'),(28704,7999,'_edit_lock','1369073390:2'),(28705,7999,'truethemes_video_url',''),(28706,7999,'truethemes_external_image_url',''),(28707,7999,'truethemes_slider_shortcode',''),(28708,7999,'truethemes_slider_cu3er',''),(28717,7999,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28718,7999,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28719,8001,'_edit_last','2'),(28720,8001,'_edit_lock','1369073385:2'),(28721,8001,'truethemes_video_url',''),(28722,8001,'truethemes_external_image_url',''),(28723,8001,'truethemes_slider_shortcode',''),(28724,8001,'truethemes_slider_cu3er',''),(28743,8001,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28744,8001,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28745,8005,'_edit_last','2'),(28746,8005,'_edit_lock','1369073379:2'),(28747,8005,'truethemes_video_url',''),(28748,8005,'truethemes_external_image_url',''),(28749,8005,'truethemes_slider_shortcode',''),(28750,8005,'truethemes_slider_cu3er',''),(28759,8005,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28760,8005,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28761,8007,'_edit_last','2'),(28762,8007,'_edit_lock','1369073374:2'),(28763,8007,'truethemes_video_url',''),(28764,8007,'truethemes_external_image_url',''),(28765,8007,'truethemes_slider_shortcode',''),(28766,8007,'truethemes_slider_cu3er',''),(28775,8007,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28776,8007,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28777,8009,'_edit_last','2'),(28778,8009,'_edit_lock','1369073369:2'),(28779,8009,'truethemes_video_url',''),(28780,8009,'truethemes_external_image_url',''),(28781,8009,'truethemes_slider_shortcode',''),(28782,8009,'truethemes_slider_cu3er',''),(28791,8009,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28792,8009,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28807,8019,'_edit_last','2'),(28808,8019,'_edit_lock','1369073950:2'),(28809,8019,'truethemes_video_url',''),(28810,8019,'truethemes_external_image_url',''),(28811,8019,'truethemes_slider_shortcode',''),(28812,8019,'truethemes_slider_cu3er',''),(28821,8019,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28822,8019,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28823,8021,'_edit_last','2'),(28824,8021,'_edit_lock','1369073945:2'),(28825,8021,'truethemes_video_url',''),(28826,8021,'truethemes_external_image_url',''),(28827,8021,'truethemes_slider_shortcode',''),(28828,8021,'truethemes_slider_cu3er',''),(28837,8021,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28838,8021,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28839,8023,'_edit_last','2'),(28840,8023,'_edit_lock','1369073939:2'),(28841,8023,'truethemes_video_url',''),(28842,8023,'truethemes_external_image_url',''),(28843,8023,'truethemes_slider_shortcode',''),(28844,8023,'truethemes_slider_cu3er',''),(28853,8023,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28854,8023,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28855,8025,'_edit_last','2'),(28856,8025,'_edit_lock','1369073935:2'),(28857,8025,'truethemes_video_url',''),(28858,8025,'truethemes_external_image_url',''),(28859,8025,'truethemes_slider_shortcode',''),(28860,8025,'truethemes_slider_cu3er',''),(28869,8025,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28870,8025,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28871,8027,'_edit_last','2'),(28872,8027,'_edit_lock','1369073930:2'),(28873,8027,'truethemes_video_url',''),(28874,8027,'truethemes_external_image_url',''),(28875,8027,'truethemes_slider_shortcode',''),(28876,8027,'truethemes_slider_cu3er',''),(28885,8027,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28886,8027,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28887,8029,'_edit_last','2'),(28888,8029,'_edit_lock','1369073963:2'),(28889,8029,'truethemes_video_url',''),(28890,8029,'truethemes_external_image_url',''),(28891,8029,'truethemes_slider_shortcode',''),(28892,8029,'truethemes_slider_cu3er',''),(28901,8029,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28902,8029,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28915,8037,'_edit_last','2'),(28916,8037,'_edit_lock','1369074174:2'),(28917,8037,'truethemes_video_url',''),(28918,8037,'truethemes_external_image_url',''),(28919,8037,'truethemes_slider_shortcode',''),(28920,8037,'truethemes_slider_cu3er',''),(28929,8037,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28930,8037,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28931,8040,'_edit_last','2'),(28932,8040,'_edit_lock','1369074742:2'),(28933,8040,'truethemes_video_url',''),(28934,8040,'truethemes_external_image_url',''),(28935,8040,'truethemes_slider_shortcode',''),(28936,8040,'truethemes_slider_cu3er',''),(28945,8040,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28946,8040,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28947,8042,'_edit_last','2'),(28948,8042,'_edit_lock','1369074736:2'),(28949,8042,'truethemes_video_url',''),(28950,8042,'truethemes_external_image_url',''),(28951,8042,'truethemes_slider_shortcode',''),(28952,8042,'truethemes_slider_cu3er',''),(28961,8042,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28962,8042,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28963,8044,'_edit_last','2'),(28964,8044,'_edit_lock','1369074730:2'),(28965,8044,'truethemes_video_url',''),(28966,8044,'truethemes_external_image_url',''),(28967,8044,'truethemes_slider_shortcode',''),(28968,8044,'truethemes_slider_cu3er',''),(28987,8044,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(28988,8044,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(28989,8047,'_edit_last','2'),(28990,8047,'_edit_lock','1369074725:2'),(28991,8047,'truethemes_video_url',''),(28992,8047,'truethemes_external_image_url',''),(28993,8047,'truethemes_slider_shortcode',''),(28994,8047,'truethemes_slider_cu3er',''),(29003,8047,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29004,8047,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29005,8049,'_edit_last','2'),(29006,8049,'_edit_lock','1369074720:2'),(29007,8049,'truethemes_video_url',''),(29008,8049,'truethemes_external_image_url',''),(29009,8049,'truethemes_slider_shortcode',''),(29010,8049,'truethemes_slider_cu3er',''),(29019,8049,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29020,8049,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29031,8056,'_edit_last','2'),(29032,8056,'_edit_lock','1369074777:2'),(29033,8056,'truethemes_video_url',''),(29034,8056,'truethemes_external_image_url',''),(29035,8056,'truethemes_slider_shortcode',''),(29036,8056,'truethemes_slider_cu3er',''),(29045,8056,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29046,8056,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29047,8058,'_edit_last','2'),(29048,8058,'_edit_lock','1371065045:2'),(29049,8058,'truethemes_video_url',''),(29050,8058,'truethemes_external_image_url',''),(29051,8058,'truethemes_slider_shortcode',''),(29052,8058,'truethemes_slider_cu3er',''),(29061,8058,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29062,8058,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29063,8061,'_edit_last','2'),(29064,8061,'_edit_lock','1371065037:2'),(29065,8061,'truethemes_video_url',''),(29066,8061,'truethemes_external_image_url',''),(29067,8061,'truethemes_slider_shortcode',''),(29068,8061,'truethemes_slider_cu3er',''),(29077,8061,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29078,8061,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29079,8063,'_edit_last','2'),(29080,8063,'_edit_lock','1371064927:2'),(29081,8063,'truethemes_video_url',''),(29082,8063,'truethemes_external_image_url',''),(29083,8063,'truethemes_slider_shortcode',''),(29084,8063,'truethemes_slider_cu3er',''),(29093,8063,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29094,8063,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29095,8065,'_edit_last','2'),(29096,8065,'_edit_lock','1371064916:2'),(29097,8065,'truethemes_video_url',''),(29098,8065,'truethemes_external_image_url',''),(29099,8065,'truethemes_slider_shortcode',''),(29100,8065,'truethemes_slider_cu3er',''),(29109,8065,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29110,8065,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29111,8067,'_edit_last','2'),(29112,8067,'_edit_lock','1371064906:2'),(29113,8067,'truethemes_video_url',''),(29114,8067,'truethemes_external_image_url',''),(29115,8067,'truethemes_slider_shortcode',''),(29116,8067,'truethemes_slider_cu3er',''),(29125,8067,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29126,8067,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29137,8074,'_edit_last','2'),(29138,8074,'_edit_lock','1369078382:2'),(29139,8074,'truethemes_video_url',''),(29140,8074,'truethemes_external_image_url',''),(29141,8074,'truethemes_slider_shortcode',''),(29142,8074,'truethemes_slider_cu3er',''),(29151,8074,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29152,8074,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29153,8076,'_edit_last','2'),(29154,8076,'_edit_lock','1369078377:2'),(29155,8076,'truethemes_video_url',''),(29156,8076,'truethemes_external_image_url',''),(29157,8076,'truethemes_slider_shortcode',''),(29158,8076,'truethemes_slider_cu3er',''),(29167,8076,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29168,8076,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29169,8078,'_edit_last','2'),(29170,8078,'_edit_lock','1371064893:2'),(29171,8078,'truethemes_video_url',''),(29172,8078,'truethemes_external_image_url',''),(29173,8078,'truethemes_slider_shortcode',''),(29174,8078,'truethemes_slider_cu3er',''),(29183,8078,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29184,8078,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29185,8080,'_edit_last','2'),(29186,8080,'_edit_lock','1369078361:2'),(29187,8080,'truethemes_video_url',''),(29188,8080,'truethemes_external_image_url',''),(29189,8080,'truethemes_slider_shortcode',''),(29190,8080,'truethemes_slider_cu3er',''),(29199,8080,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29200,8080,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29201,8082,'_edit_last','2'),(29202,8082,'_edit_lock','1371064838:2'),(29203,8082,'truethemes_video_url',''),(29204,8082,'truethemes_external_image_url',''),(29205,8082,'truethemes_slider_shortcode',''),(29206,8082,'truethemes_slider_cu3er',''),(29215,8082,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29216,8082,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29217,8084,'_edit_last','2'),(29218,8084,'_edit_lock','1371064824:2'),(29219,8084,'truethemes_video_url',''),(29220,8084,'truethemes_external_image_url',''),(29221,8084,'truethemes_slider_shortcode',''),(29222,8084,'truethemes_slider_cu3er',''),(29231,8084,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29232,8084,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29233,8086,'_edit_last','2'),(29234,8086,'_edit_lock','1369078347:2'),(29235,8086,'truethemes_video_url',''),(29236,8086,'truethemes_external_image_url',''),(29237,8086,'truethemes_slider_shortcode',''),(29238,8086,'truethemes_slider_cu3er',''),(29247,8086,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29248,8086,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29249,8088,'_edit_last','2'),(29250,8088,'_edit_lock','1371064814:2'),(29251,8088,'truethemes_video_url',''),(29252,8088,'truethemes_external_image_url',''),(29253,8088,'truethemes_slider_shortcode',''),(29254,8088,'truethemes_slider_cu3er',''),(29263,8088,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29264,8088,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29265,8091,'_edit_last','2'),(29266,8091,'_edit_lock','1371064800:2'),(29267,8091,'truethemes_video_url',''),(29268,8091,'truethemes_external_image_url',''),(29269,8091,'truethemes_slider_shortcode',''),(29270,8091,'truethemes_slider_cu3er',''),(29279,8091,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29280,8091,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29281,8093,'_edit_last','2'),(29282,8093,'_edit_lock','1371064787:2'),(29283,8093,'truethemes_video_url',''),(29284,8093,'truethemes_external_image_url',''),(29285,8093,'truethemes_slider_shortcode',''),(29286,8093,'truethemes_slider_cu3er',''),(29295,8093,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29296,8093,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29297,8095,'_edit_last','2'),(29298,8095,'_edit_lock','1369078323:2'),(29299,8095,'truethemes_video_url',''),(29300,8095,'truethemes_external_image_url',''),(29301,8095,'truethemes_slider_shortcode',''),(29302,8095,'truethemes_slider_cu3er',''),(29311,8095,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29312,8095,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29313,8098,'_edit_last','2'),(29314,8098,'_edit_lock','1371064773:2'),(29315,8098,'truethemes_video_url',''),(29316,8098,'truethemes_external_image_url',''),(29317,8098,'truethemes_slider_shortcode',''),(29318,8098,'truethemes_slider_cu3er',''),(29327,8098,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29328,8098,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29329,8100,'_edit_last','2'),(29330,8100,'_edit_lock','1369078312:2'),(29331,8100,'truethemes_video_url',''),(29332,8100,'truethemes_external_image_url',''),(29333,8100,'truethemes_slider_shortcode',''),(29334,8100,'truethemes_slider_cu3er',''),(29343,8100,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29344,8100,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29345,8103,'_edit_last','2'),(29346,8103,'_edit_lock','1371064763:2'),(29347,8103,'truethemes_video_url',''),(29348,8103,'truethemes_external_image_url',''),(29349,8103,'truethemes_slider_shortcode',''),(29350,8103,'truethemes_slider_cu3er',''),(29359,8103,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29360,8103,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29361,8105,'_edit_last','2'),(29362,8105,'_edit_lock','1369076932:2'),(29363,8105,'truethemes_video_url',''),(29364,8105,'truethemes_external_image_url',''),(29365,8105,'truethemes_slider_shortcode',''),(29366,8105,'truethemes_slider_cu3er',''),(29375,8105,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29376,8105,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29377,8107,'_edit_last','2'),(29378,8107,'_edit_lock','1371064754:2'),(29379,8107,'truethemes_video_url',''),(29380,8107,'truethemes_external_image_url',''),(29381,8107,'truethemes_slider_shortcode',''),(29382,8107,'truethemes_slider_cu3er',''),(29391,8107,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29392,8107,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29393,8109,'_edit_last','2'),(29394,8109,'_edit_lock','1371064743:2'),(29395,8109,'truethemes_video_url',''),(29396,8109,'truethemes_external_image_url',''),(29397,8109,'truethemes_slider_shortcode',''),(29398,8109,'truethemes_slider_cu3er',''),(29407,8109,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29408,8109,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29409,8111,'_edit_last','2'),(29410,8111,'_edit_lock','1371064668:2'),(29411,8111,'truethemes_video_url',''),(29412,8111,'truethemes_external_image_url',''),(29413,8111,'truethemes_slider_shortcode',''),(29414,8111,'truethemes_slider_cu3er',''),(29423,8111,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29424,8111,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29425,8113,'_edit_last','2'),(29426,8113,'_edit_lock','1371064660:2'),(29427,8113,'truethemes_video_url',''),(29428,8113,'truethemes_external_image_url',''),(29429,8113,'truethemes_slider_shortcode',''),(29430,8113,'truethemes_slider_cu3er',''),(29439,8113,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29440,8113,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29441,8115,'_edit_last','2'),(29442,8115,'_edit_lock','1371064650:2'),(29443,8115,'truethemes_video_url',''),(29444,8115,'truethemes_external_image_url',''),(29445,8115,'truethemes_slider_shortcode',''),(29446,8115,'truethemes_slider_cu3er',''),(29455,8115,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29456,8115,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29457,8117,'_edit_last','2'),(29458,8117,'_edit_lock','1369078274:2'),(29459,8117,'truethemes_video_url',''),(29460,8117,'truethemes_external_image_url',''),(29461,8117,'truethemes_slider_shortcode',''),(29462,8117,'truethemes_slider_cu3er',''),(29471,8117,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29472,8117,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29473,8120,'_edit_last','2'),(29474,8120,'_edit_lock','1371064640:2'),(29475,8120,'truethemes_video_url',''),(29476,8120,'truethemes_external_image_url',''),(29477,8120,'truethemes_slider_shortcode',''),(29478,8120,'truethemes_slider_cu3er',''),(29487,8120,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29488,8120,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29489,8123,'_edit_last','2'),(29490,8123,'_edit_lock','1369078264:2'),(29491,8123,'truethemes_video_url',''),(29492,8123,'truethemes_external_image_url',''),(29493,8123,'truethemes_slider_shortcode',''),(29494,8123,'truethemes_slider_cu3er',''),(29503,8123,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29504,8123,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29505,8126,'_edit_last','2'),(29506,8126,'_edit_lock','1369078258:2'),(29507,8126,'truethemes_video_url',''),(29508,8126,'truethemes_external_image_url',''),(29509,8126,'truethemes_slider_shortcode',''),(29510,8126,'truethemes_slider_cu3er',''),(29519,8126,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29520,8126,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29521,8128,'_edit_last','2'),(29522,8128,'_edit_lock','1371064623:2'),(29523,8128,'truethemes_video_url',''),(29524,8128,'truethemes_external_image_url',''),(29525,8128,'truethemes_slider_shortcode',''),(29526,8128,'truethemes_slider_cu3er',''),(29535,8128,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29536,8128,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29537,8130,'_edit_last','2'),(29538,8130,'_edit_lock','1371064615:2'),(29539,8130,'truethemes_video_url',''),(29540,8130,'truethemes_external_image_url',''),(29541,8130,'truethemes_slider_shortcode',''),(29542,8130,'truethemes_slider_cu3er',''),(29551,8130,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29552,8130,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29553,8132,'_edit_last','2'),(29554,8132,'_edit_lock','1369078713:2'),(29555,8132,'truethemes_video_url',''),(29556,8132,'truethemes_external_image_url',''),(29557,8132,'truethemes_slider_shortcode',''),(29558,8132,'truethemes_slider_cu3er',''),(29633,8132,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(29634,8132,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(29701,8185,'_wp_attached_file','900by400BDOSTVS.jpg'),(29702,8185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:899;s:6:\"height\";i:400;s:4:\"file\";s:19:\"900by400BDOSTVS.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"900by400BDOSTVS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"900by400BDOSTVS-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29705,8187,'_wp_attached_file','900by400SaintLuciaSlider.jpg'),(29706,8187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:899;s:6:\"height\";i:400;s:4:\"file\";s:28:\"900by400SaintLuciaSlider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"900by400SaintLuciaSlider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"900by400SaintLuciaSlider-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29715,8190,'_wp_attached_file','antiguaTVSslider2.jpg'),(29716,8190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1918;s:6:\"height\";i:1076;s:4:\"file\";s:21:\"antiguaTVSslider2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"antiguaTVSslider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"antiguaTVSslider2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"antiguaTVSslider2-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29727,8196,'_wp_attached_file','1826by400BDOS.jpg'),(29728,8196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1826;s:6:\"height\";i:400;s:4:\"file\";s:17:\"1826by400BDOS.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"1826by400BDOS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1826by400BDOS-300x65.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1826by400BDOS-1024x224.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29733,8199,'_wp_attached_file','Antigua1800by400.jpg'),(29734,8199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:400;s:4:\"file\";s:20:\"Antigua1800by400.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Antigua1800by400-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Antigua1800by400-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Antigua1800by400-1024x227.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29741,8202,'_menu_item_type','post_type'),(29742,8202,'_menu_item_menu_item_parent','0'),(29743,8202,'_menu_item_object_id','2817'),(29744,8202,'_menu_item_object','page'),(29745,8202,'_menu_item_target',''),(29746,8202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29747,8202,'_menu_item_xfn',''),(29748,8202,'_menu_item_url',''),(29792,8209,'_wp_attached_file','410by253board2.jpg'),(29793,8209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:253;s:4:\"file\";s:18:\"410by253board2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"410by253board2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"410by253board2-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29794,8210,'_wp_attached_file','260by160board.jpg'),(29795,8210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:160;s:4:\"file\";s:17:\"260by160board.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"260by160board-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29814,8213,'_wp_attached_file','boardpic2.jpg'),(29815,8213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:254;s:4:\"file\";s:13:\"boardpic2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"boardpic2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"boardpic2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(29894,1111,'_edit_lock','1401122897:2'),(30077,8294,'_wp_attached_file','280by124meeting.jpg'),(30078,8294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:124;s:4:\"file\";s:19:\"280by124meeting.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"280by124meeting-150x124.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(30082,8294,'_edit_lock','1369135068:2'),(30128,8307,'_wp_attached_file','STCHomeFullImage.jpg'),(30129,8307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:433;s:4:\"file\";s:20:\"STCHomeFullImage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"STCHomeFullImage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"STCHomeFullImage-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(30203,8330,'_wp_attached_file','2004-scholarship-winners.jpg'),(30204,8330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1107;s:6:\"height\";i:553;s:4:\"file\";s:28:\"2004-scholarship-winners.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"2004-scholarship-winners-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"2004-scholarship-winners-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"2004-scholarship-winners-1024x511.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(30245,8346,'_wp_attached_file','RCClFOundation2.png'),(30246,8346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1792;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"RCClFOundation2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"RCClFOundation2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"RCClFOundation2-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"RCClFOundation2-1024x585.png\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(31151,9766,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31152,9767,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31153,9768,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31154,9769,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31155,9770,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31156,9771,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31157,9772,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31158,9773,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31159,9774,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31160,9775,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31161,9776,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31162,9777,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31163,9778,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31164,9779,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31165,9780,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31166,9781,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31167,9782,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31168,9783,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31169,9784,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31170,9785,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31171,9786,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31172,9787,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31173,9788,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31174,9789,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31175,9790,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31176,9791,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31177,9792,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31178,9793,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31179,9794,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31180,9795,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31181,9796,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31182,9797,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31183,9798,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31184,9799,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31185,9800,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31188,9803,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31193,9808,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31194,9809,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31195,9810,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31196,9811,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31197,9812,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31198,9813,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31199,9814,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31200,9815,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31201,9816,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31202,9817,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31203,9818,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31204,9819,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31205,9820,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31206,9821,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31207,9822,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31208,9823,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31209,9824,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31210,9825,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31211,9826,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31212,9827,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31213,9828,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31214,9829,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31218,9833,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31219,9834,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31220,9835,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31221,9836,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31222,9837,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31223,9838,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31224,9839,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31225,9840,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31226,9841,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31227,9842,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31228,9843,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31229,9844,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31230,9845,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31231,9846,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31232,9847,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31233,9848,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31234,9849,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31235,9850,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31236,9851,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31237,9852,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31238,9853,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31239,9854,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31240,9855,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31241,9856,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31242,9857,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31243,9858,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31244,9859,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31245,9860,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31246,9861,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31247,9862,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31248,9863,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31249,9864,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31250,9865,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31251,9866,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31252,9867,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31253,9868,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31254,9869,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31255,9870,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31256,9871,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31257,9872,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31258,9873,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31259,9874,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31260,9875,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31261,9876,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31262,9877,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31263,9878,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31264,9879,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31265,9880,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31266,9881,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31267,9882,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31268,9883,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31269,9884,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31270,9885,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31271,9886,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31272,9887,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31273,9888,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31274,9889,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31275,9890,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31277,9892,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31278,9893,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31279,9894,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31280,9895,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31281,9896,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31282,9897,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31283,9898,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31284,9899,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31286,9901,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31287,9902,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31288,9903,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31289,9904,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31290,9905,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31291,9906,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31292,9907,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31293,9908,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31294,9909,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31295,9910,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31296,9911,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31297,9912,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31298,9913,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31299,9914,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31300,9915,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31301,9916,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31302,9917,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31303,9918,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31304,9919,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31305,9920,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31306,9921,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31307,9922,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31308,9923,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31309,9924,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31310,9925,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31311,9926,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31312,9927,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31313,9928,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31314,9929,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31315,9930,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31316,9931,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31317,9932,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31318,9933,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31319,9934,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31320,9935,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31321,9936,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31322,9937,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31323,9938,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31324,9939,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31325,9940,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31326,9941,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31327,9942,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31328,9943,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31329,9944,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31330,9945,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31331,9946,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31332,9947,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31333,9948,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31334,9949,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31335,9950,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31336,9951,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31337,9952,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31338,9953,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31339,9954,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31340,9955,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31341,9956,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31342,9957,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31343,9958,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31344,9959,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31345,9960,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31346,9961,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31347,9962,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31348,9963,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31349,9964,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31350,9965,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31351,9966,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31352,9967,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31353,9968,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31354,9969,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31355,9970,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31356,9971,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31357,9972,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31358,9973,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31359,9974,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31360,9975,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31361,9976,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31362,9977,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31363,9978,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31364,9979,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31365,9980,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31366,9981,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31367,9982,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31368,9983,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31369,9984,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31370,9985,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31371,9986,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31372,9987,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31373,9988,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31374,9989,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31375,9990,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31376,9991,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31377,9992,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31378,9993,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31379,9994,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31380,9995,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31381,9996,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31382,9997,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31383,9998,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31384,9999,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31385,10000,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31387,10002,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31388,10003,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31389,10004,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31390,10005,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31391,10006,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31392,10007,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31393,10008,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31446,10061,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31447,10062,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31448,10063,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31449,10064,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31451,10066,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31452,10067,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31453,10068,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31454,10069,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31455,10070,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31456,10071,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31457,10072,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31458,10073,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31459,10074,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31460,10075,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31461,10076,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31462,10077,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31463,10078,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31464,10079,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31465,10080,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31466,10081,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31467,10082,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31468,10083,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31469,10084,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31470,10085,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31471,10086,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31472,10087,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31473,10088,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31474,10089,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31475,10090,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31476,10091,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31477,10092,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31478,10093,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31479,10094,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31480,10095,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31481,10096,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31482,10097,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31483,10098,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31484,10099,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31485,10100,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31486,10101,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31487,10102,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31488,10103,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31489,10104,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31490,10105,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31491,10106,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31492,10107,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31493,10108,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31494,10109,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31495,10110,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31496,10111,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31497,10112,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31498,10113,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31499,10114,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31500,10115,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31501,10116,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31502,10117,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31503,10118,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31504,10119,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31505,10120,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31506,10121,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31507,10122,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31508,10123,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31509,10124,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31510,10125,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31511,10126,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31512,10127,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31513,10128,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31515,10130,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31516,10131,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31517,10132,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31518,10133,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31519,10134,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31520,10135,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31521,10136,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31522,10137,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31523,10138,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31524,10139,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31525,10140,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31526,10141,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31527,10142,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31528,10143,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31529,10144,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31530,10145,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31531,10146,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31532,10147,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31533,10148,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31534,10149,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31535,10150,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31536,10151,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31537,10152,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31538,10153,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31539,10154,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31540,10155,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31541,10156,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31542,10157,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31543,10158,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31544,10159,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31545,10160,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31546,10161,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31547,10162,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31548,10163,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31549,10164,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31550,10165,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31551,10166,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31552,10167,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31553,10168,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31554,10169,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31555,10170,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31556,10171,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31557,10172,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31558,10173,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31559,10174,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31560,10175,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31561,10176,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31562,10177,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31563,10178,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31564,10179,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31565,10180,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31566,10181,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31567,10182,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31568,10183,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31569,10184,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31570,10185,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31571,10186,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31572,10187,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31573,10188,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31574,10189,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31575,10190,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31576,10191,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31577,10192,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31578,10193,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31579,10194,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31580,10195,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31581,10196,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31582,10197,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31583,10198,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31584,10199,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31586,10201,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31588,10203,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31589,10204,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31591,10206,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31592,10207,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31593,10208,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31594,10209,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31595,10210,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31596,10211,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31597,10212,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31598,10213,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31599,10214,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31600,10215,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31601,10216,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31602,10217,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31603,10218,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31604,10219,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31605,10220,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31606,10221,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31607,10222,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31608,10223,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31609,10224,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31610,10225,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31611,10226,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31612,10227,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31613,10228,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31614,10229,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31615,10230,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31616,10231,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31617,10232,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31618,10233,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31619,10234,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31620,10235,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31621,10236,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31632,10247,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31633,10248,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31634,10249,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31635,10250,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31636,10251,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31637,10252,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31638,10253,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31639,10254,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31640,10255,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31641,10256,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31642,10257,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31643,10258,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31644,10259,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31645,10260,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31646,10261,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31647,10262,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31648,10263,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31649,10264,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31650,10265,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31651,10266,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31652,10267,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31653,10268,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31654,10269,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31655,10270,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31656,10271,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31657,10272,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31658,10273,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31659,10274,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31660,10275,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31661,10276,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31662,10277,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31663,10278,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31664,10279,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31665,10280,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31666,10281,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31667,10282,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31668,10283,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31669,10284,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31670,10285,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31671,10286,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31672,10287,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31673,10288,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31674,10289,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31675,10290,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31676,10291,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31678,10293,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31679,10294,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31680,10295,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31681,10296,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31682,10297,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31683,10298,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31684,10299,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31685,10300,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31686,10301,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31687,10302,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31688,10303,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31689,10304,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31690,10305,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31691,10306,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31692,10307,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31693,10308,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31694,10309,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31695,10310,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31696,10311,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31697,10312,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31698,10313,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31699,10314,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31700,10315,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31701,10316,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31702,10317,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31703,10318,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31704,10319,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31705,10320,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31706,10321,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31707,10322,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31708,10323,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31709,10324,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31710,10325,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31711,10326,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31712,10327,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31713,10328,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31714,10329,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31715,10330,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31716,10331,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31717,10332,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31718,10333,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31719,10334,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31720,10335,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31721,10336,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31722,10337,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31723,10338,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31724,10339,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31725,10340,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31726,10341,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31727,10342,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31728,10343,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31729,10344,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31730,10345,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31731,10346,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31732,10347,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31733,10348,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31734,10349,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31735,10350,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31736,10351,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31737,10352,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31738,10353,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31739,10354,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31740,10355,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31741,10356,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31742,10357,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31743,10358,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31744,10359,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31745,10360,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31746,10361,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31747,10362,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31748,10363,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31749,10364,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31750,10365,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31751,10366,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31752,10367,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31753,10368,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31754,10369,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31755,10370,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31756,10371,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31757,10372,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31758,10373,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31759,10374,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31760,10375,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31761,10376,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31762,10377,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31763,10378,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31764,10379,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31765,10380,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31766,10381,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31768,10383,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31769,10384,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31770,10385,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31773,10388,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31774,10389,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31775,10390,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31776,10391,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31777,10392,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31778,10393,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31779,10394,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31780,10395,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31781,10396,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31782,10397,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31783,10398,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31784,10399,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31785,10400,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31786,10401,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31787,10402,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31788,10403,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31789,10404,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31790,10405,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31791,10406,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31792,10407,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31793,10408,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31794,10409,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31795,10410,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31796,10411,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31797,10412,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31798,10413,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31799,10414,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31800,10415,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31802,10417,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31803,10418,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31804,10419,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31805,10420,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31806,10421,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31807,10422,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31808,10423,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31809,10424,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31810,10425,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31811,10426,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31812,10427,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31813,10428,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31814,10429,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31815,10430,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31816,10431,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31817,10432,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31818,10433,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31819,10434,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31820,10435,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31821,10436,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31822,10437,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31823,10438,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31824,10439,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31825,10440,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31826,10441,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31827,10442,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31828,10443,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31829,10444,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31830,10445,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31831,10446,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31832,10447,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31833,10448,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31834,10449,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31835,10450,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31836,10451,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31837,10452,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31838,10453,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31839,10454,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31840,10455,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31841,10456,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31842,10457,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31843,10458,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31844,10459,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31845,10460,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31846,10461,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31847,10462,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31848,10463,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31849,10464,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31850,10465,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31851,10466,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31852,10467,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31853,10468,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31854,10469,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31855,10470,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31856,10471,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31857,10472,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31858,10473,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31859,10474,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31860,10475,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31861,10476,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31862,10477,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31863,10478,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31864,10479,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31865,10480,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31866,10481,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31867,10482,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31868,10483,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31869,10484,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31870,10485,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31871,10486,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31872,10487,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31873,10488,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31874,10489,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31875,10490,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31876,10491,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31877,10492,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31878,10493,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31879,10494,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31880,10495,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31881,10496,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31882,10497,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31883,10498,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31884,10499,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31885,10500,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31886,10501,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31887,10502,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31888,10503,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31889,10504,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31890,10505,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31891,10506,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31892,10507,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31893,10508,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31894,10509,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31895,10510,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31896,10511,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31897,10512,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31898,10513,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31899,10514,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31900,10515,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31901,10516,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31902,10517,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31903,10518,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31904,10519,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31905,10520,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31906,10521,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31907,10522,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31908,10523,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31909,10524,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31910,10525,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31911,10526,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31912,10527,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31913,10528,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31914,10529,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31915,10530,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31916,10531,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31917,10532,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31918,10533,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31919,10534,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31920,10535,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31921,10536,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31922,10537,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31923,10538,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31924,10539,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31925,10540,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31926,10541,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31927,10542,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31928,10543,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31929,10544,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31930,10545,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31931,10546,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31932,10547,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31933,10548,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31934,10549,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31935,10550,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31936,10551,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31937,10552,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31938,10553,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31939,10554,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31940,10555,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31941,10556,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31942,10557,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31943,10558,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31944,10559,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31945,10560,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31946,10561,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31947,10562,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31948,10563,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31949,10564,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31950,10565,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31951,10566,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31952,10567,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31953,10568,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31954,10569,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31955,10570,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31956,10571,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31957,10572,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31958,10573,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31959,10574,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31960,10575,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31961,10576,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31962,10577,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31963,10578,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31964,10579,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31965,10580,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31966,10581,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31967,10582,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31968,10583,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31969,10584,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31970,10585,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31971,10586,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31972,10587,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31973,10588,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31974,10589,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31975,10590,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31976,10591,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31977,10592,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31978,10593,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31979,10594,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31980,10595,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31981,10596,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31982,10597,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31983,10598,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31984,10599,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31985,10600,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31986,10601,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31987,10602,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31988,10603,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31989,10604,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31990,10605,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31991,10606,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31992,10607,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31993,10608,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31994,10609,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31995,10610,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31996,10611,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31997,10612,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31998,10613,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(31999,10614,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32000,10615,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32001,10616,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32002,10617,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32003,10618,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32004,10619,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32005,10620,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32006,10621,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32007,10622,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32008,10623,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32009,10624,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32010,10625,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32011,10626,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32012,10627,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32013,10628,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32014,10629,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32015,10630,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32016,10631,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32017,10632,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32018,10633,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32019,10634,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32020,10635,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32021,10636,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32022,10637,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32023,10638,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32024,10639,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32025,10640,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32026,10641,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32027,10642,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32028,10643,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32029,10644,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32030,10645,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32031,10646,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32032,10647,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32033,10648,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32034,10649,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32035,10650,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32036,10651,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32037,10652,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32038,10653,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32039,10654,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32040,10655,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32041,10656,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32042,10657,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32043,10658,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32044,10659,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32045,10660,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32046,10661,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32047,10662,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32048,10663,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32049,10664,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32050,10665,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32051,10666,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32052,10667,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32053,10668,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32054,10669,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32055,10670,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32056,10671,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32057,10672,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32058,10673,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32059,10674,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32060,10675,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32061,10676,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32062,10677,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32063,10678,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32064,10679,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32065,10680,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32066,10681,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32067,10682,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32068,10683,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32069,10684,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32070,10685,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32071,10686,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32072,10687,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32073,10688,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32074,10689,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32075,10690,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32076,10691,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32077,10692,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32078,10693,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32079,10694,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32080,10695,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32081,10696,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32082,10697,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32083,10698,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32084,10699,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32085,10700,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32086,10701,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32087,10702,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32088,10703,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32089,10704,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32090,10705,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32091,10706,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32092,10707,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32093,10708,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32094,10709,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32095,10710,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32096,10711,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32097,10712,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32102,10717,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32103,10718,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32105,10720,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32106,10721,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32107,10722,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32108,10723,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32109,10724,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32110,10725,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32111,10726,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32112,10727,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32113,10728,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32114,10729,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32115,10730,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32116,10731,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32117,10732,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32118,10733,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32119,10734,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32120,10735,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32121,10736,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32122,10737,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32123,10738,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32124,10739,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32125,10740,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32126,10741,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32127,10742,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32128,10743,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32129,10744,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32130,10745,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32131,10746,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32132,10747,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32133,10748,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32134,10749,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32135,10750,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32136,10751,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32137,10752,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32138,10753,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32139,10754,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32140,10755,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32141,10756,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32142,10757,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32143,10758,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32144,10759,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32145,10760,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32146,10761,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32147,10762,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32148,10763,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32149,10764,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32150,10765,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32151,10766,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32152,10767,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32153,10768,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32154,10769,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32155,10770,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32156,10771,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32157,10772,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32158,10773,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32159,10774,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32160,10775,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32161,10776,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32162,10777,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32163,10778,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32164,10779,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32165,10780,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32166,10781,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32167,10782,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32168,10783,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32169,10784,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32170,10785,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32171,10786,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32172,10787,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32173,10788,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32174,10789,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32175,10790,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32176,10791,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32177,10792,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32178,10793,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32179,10794,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32180,10795,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32181,10796,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32182,10797,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32183,10798,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32184,10799,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32185,10800,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32186,10801,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32187,10802,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32188,10803,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32189,10804,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32190,10805,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32191,10806,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32192,10807,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32193,10808,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32194,10809,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32195,10810,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32196,10811,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32197,10812,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32198,10813,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32199,10814,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32200,10815,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32201,10816,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32202,10817,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32203,10818,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32204,10819,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32205,10820,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32206,10821,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32207,10822,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32209,10824,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32210,10825,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32211,10826,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32212,10827,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32213,10828,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32214,10829,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32215,10830,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32217,10832,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32218,10833,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32219,10834,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32220,10835,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32221,10836,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32222,10837,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32223,10838,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32224,10839,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32225,10840,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32226,10841,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32227,10842,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32228,10843,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32229,10844,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32230,10845,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32231,10846,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32232,10847,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32233,10848,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32234,10849,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32235,10850,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32236,10851,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32237,10852,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32238,10853,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(32239,10854,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33198,9766,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33199,9767,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33200,9768,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33201,9769,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33202,9770,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33203,9771,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33204,9772,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33205,9773,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33206,9774,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33207,9775,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33208,9776,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33209,9777,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33210,9778,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33211,9779,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33212,9780,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33213,9781,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33214,9782,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33215,9783,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33216,9784,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33217,9785,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33218,9786,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33219,9787,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33220,9788,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33221,9789,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33222,9790,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33223,9791,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33224,9792,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33225,9793,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33226,9794,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33227,9795,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33228,9796,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33229,9797,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33230,9798,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33231,9799,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33232,9800,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33235,9803,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33240,9808,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33241,9809,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33242,9810,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33243,9811,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33244,9812,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33245,9813,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33246,9814,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33247,9815,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33248,9816,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33249,9817,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33250,9818,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33251,9819,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33252,9820,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33253,9821,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33254,9822,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33255,9823,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33256,9824,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33257,9825,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33258,9826,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33259,9827,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33260,9828,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33261,9829,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33265,9833,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33266,9834,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33267,9835,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33268,9836,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33269,9837,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33270,9838,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33271,9839,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33272,9840,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33273,9841,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33274,9842,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33275,9843,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33276,9844,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33277,9845,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33278,9846,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33279,9847,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33280,9848,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33281,9849,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33282,9850,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33283,9851,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33284,9852,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33285,9853,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33286,9854,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33287,9855,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33288,9856,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33289,9857,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33290,9858,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33291,9859,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33292,9860,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33293,9861,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33294,9862,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33295,9863,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33296,9864,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33297,9865,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33298,9866,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33299,9867,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33300,9868,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33301,9869,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33302,9870,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33303,9871,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33304,9872,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33305,9873,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33306,9874,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33307,9875,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33308,9876,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33309,9877,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33310,9878,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33311,9879,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33312,9880,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33313,9881,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33314,9882,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33315,9883,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33316,9884,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33317,9885,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33318,9886,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33319,9887,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33320,9888,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33321,9889,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33322,9890,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33324,9892,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33325,9893,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33326,9894,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33327,9895,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33328,9896,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33329,9897,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33330,9898,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33331,9899,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33333,9901,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33334,9902,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33335,9903,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33336,9904,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33337,9905,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33338,9906,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33339,9907,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33340,9908,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33341,9909,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33342,9910,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33343,9911,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33344,9912,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33345,9913,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33346,9914,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33347,9915,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33348,9916,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33349,9917,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33350,9918,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33351,9919,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33352,9920,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33353,9921,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33354,9922,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33355,9923,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33356,9924,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33357,9925,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33358,9926,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33359,9927,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33360,9928,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33361,9929,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33362,9930,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33363,9931,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33364,9932,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33365,9933,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33366,9934,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33367,9935,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33368,9936,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33369,9937,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33370,9938,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33371,9939,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33372,9940,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33373,9941,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33374,9942,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33375,9943,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33376,9944,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33377,9945,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33378,9946,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33379,9947,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33380,9948,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33381,9949,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33382,9950,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33383,9951,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33384,9952,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33385,9953,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33386,9954,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33387,9955,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33388,9956,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33389,9957,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33390,9958,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33391,9959,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33392,9960,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33393,9961,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33394,9962,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33395,9963,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33396,9964,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33397,9965,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33398,9966,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33399,9967,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33400,9968,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33401,9969,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33402,9970,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33403,9971,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33404,9972,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33405,9973,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33406,9974,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33407,9975,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33408,9976,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33409,9977,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33410,9978,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33411,9979,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33412,9980,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33413,9981,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33414,9982,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33415,9983,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33416,9984,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33417,9985,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33418,9986,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33419,9987,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33420,9988,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33421,9989,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33422,9990,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33423,9991,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33424,9992,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33425,9993,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33426,9994,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33427,9995,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33428,9996,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33429,9997,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33430,9998,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33431,9999,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33432,10000,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33434,10002,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33435,10003,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33436,10004,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33437,10005,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33438,10006,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33439,10007,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33440,10008,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33493,10061,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33494,10062,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33495,10063,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33496,10064,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33498,10066,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33499,10067,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33500,10068,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33501,10069,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33502,10070,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33503,10071,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33504,10072,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33505,10073,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33506,10074,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33507,10075,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33508,10076,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33509,10077,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33510,10078,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33511,10079,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33512,10080,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33513,10081,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33514,10082,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33515,10083,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33516,10084,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33517,10085,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33518,10086,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33519,10087,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33520,10088,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33521,10089,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33522,10090,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33523,10091,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33524,10092,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33525,10093,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33526,10094,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33527,10095,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33528,10096,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33529,10097,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33530,10098,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33531,10099,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33532,10100,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33533,10101,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33534,10102,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33535,10103,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33536,10104,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33537,10105,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33538,10106,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33539,10107,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33540,10108,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33541,10109,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33542,10110,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33543,10111,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33544,10112,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33545,10113,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33546,10114,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33547,10115,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33548,10116,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33549,10117,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33550,10118,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33551,10119,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33552,10120,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33553,10121,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33554,10122,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33555,10123,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33556,10124,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33557,10125,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33558,10126,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33559,10127,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33560,10128,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33562,10130,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33563,10131,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33564,10132,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33565,10133,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33566,10134,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33567,10135,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33568,10136,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33569,10137,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33570,10138,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33571,10139,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33572,10140,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33573,10141,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33574,10142,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33575,10143,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33576,10144,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33577,10145,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33578,10146,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33579,10147,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33580,10148,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33581,10149,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33582,10150,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33583,10151,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33584,10152,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33585,10153,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33586,10154,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33587,10155,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33588,10156,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33589,10157,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33590,10158,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33591,10159,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33592,10160,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33593,10161,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33594,10162,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33595,10163,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33596,10164,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33597,10165,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33598,10166,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33599,10167,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33600,10168,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33601,10169,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33602,10170,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33603,10171,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33604,10172,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33605,10173,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33606,10174,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33607,10175,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33608,10176,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33609,10177,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33610,10178,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33611,10179,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33612,10180,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33613,10181,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33614,10182,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33615,10183,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33616,10184,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33617,10185,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33618,10186,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33619,10187,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33620,10188,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33621,10189,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33622,10190,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33623,10191,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33624,10192,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33625,10193,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33626,10194,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33627,10195,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33628,10196,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33629,10197,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33630,10198,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33631,10199,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33633,10201,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33635,10203,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33636,10204,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33638,10206,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33639,10207,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33640,10208,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33641,10209,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33642,10210,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33643,10211,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33644,10212,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33645,10213,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33646,10214,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33647,10215,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33648,10216,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33649,10217,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33650,10218,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33651,10219,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33652,10220,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33653,10221,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33654,10222,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33655,10223,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33656,10224,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33657,10225,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33658,10226,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33659,10227,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33660,10228,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33661,10229,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33662,10230,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33663,10231,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33664,10232,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33665,10233,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33666,10234,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33667,10235,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33668,10236,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33679,10247,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33680,10248,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33681,10249,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33682,10250,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33683,10251,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33684,10252,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33685,10253,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33686,10254,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33687,10255,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33688,10256,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33689,10257,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33690,10258,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33691,10259,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33692,10260,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33693,10261,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33694,10262,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33695,10263,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33696,10264,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33697,10265,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33698,10266,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33699,10267,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33700,10268,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33701,10269,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33702,10270,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33703,10271,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33704,10272,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33705,10273,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33706,10274,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33707,10275,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33708,10276,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33709,10277,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33710,10278,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33711,10279,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33712,10280,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33713,10281,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33714,10282,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33715,10283,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33716,10284,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33717,10285,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33718,10286,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33719,10287,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33720,10288,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33721,10289,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33722,10290,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33723,10291,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33725,10293,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33726,10294,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33727,10295,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33728,10296,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33729,10297,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33730,10298,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33731,10299,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33732,10300,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33733,10301,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33734,10302,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33735,10303,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33736,10304,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33737,10305,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33738,10306,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33739,10307,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33740,10308,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33741,10309,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33742,10310,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33743,10311,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33744,10312,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33745,10313,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33746,10314,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33747,10315,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33748,10316,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33749,10317,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33750,10318,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33751,10319,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33752,10320,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33753,10321,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33754,10322,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33755,10323,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33756,10324,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33757,10325,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33758,10326,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33759,10327,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33760,10328,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33761,10329,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33762,10330,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33763,10331,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33764,10332,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33765,10333,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33766,10334,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33767,10335,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33768,10336,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33769,10337,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33770,10338,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33771,10339,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33772,10340,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33773,10341,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33774,10342,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33775,10343,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33776,10344,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33777,10345,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33778,10346,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33779,10347,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33780,10348,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33781,10349,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33782,10350,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33783,10351,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33784,10352,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33785,10353,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33786,10354,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33787,10355,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33788,10356,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33789,10357,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33790,10358,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33791,10359,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33792,10360,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33793,10361,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33794,10362,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33795,10363,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33796,10364,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33797,10365,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33798,10366,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33799,10367,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33800,10368,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33801,10369,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33802,10370,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33803,10371,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33804,10372,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33805,10373,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33806,10374,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33807,10375,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33808,10376,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33809,10377,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33810,10378,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33811,10379,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33812,10380,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33813,10381,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33815,10383,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33816,10384,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33817,10385,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33820,10388,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33821,10389,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33822,10390,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33823,10391,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33824,10392,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33825,10393,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33826,10394,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33827,10395,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33828,10396,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33829,10397,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33830,10398,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33831,10399,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33832,10400,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33833,10401,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33834,10402,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33835,10403,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33836,10404,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33837,10405,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33838,10406,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33839,10407,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33840,10408,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33841,10409,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33842,10410,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33843,10411,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33844,10412,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33845,10413,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33846,10414,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33847,10415,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33849,10417,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33850,10418,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33851,10419,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33852,10420,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33853,10421,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33854,10422,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33855,10423,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33856,10424,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33857,10425,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33858,10426,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33859,10427,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33860,10428,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33861,10429,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33862,10430,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33863,10431,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33864,10432,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33865,10433,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33866,10434,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33867,10435,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33868,10436,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33869,10437,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33870,10438,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33871,10439,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33872,10440,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33873,10441,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33874,10442,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33875,10443,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33876,10444,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33877,10445,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33878,10446,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33879,10447,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33880,10448,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33881,10449,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33882,10450,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33883,10451,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33884,10452,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33885,10453,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33886,10454,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33887,10455,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33888,10456,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33889,10457,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33890,10458,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33891,10459,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33892,10460,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33893,10461,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33894,10462,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33895,10463,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33896,10464,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33897,10465,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33898,10466,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33899,10467,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33900,10468,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33901,10469,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33902,10470,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33903,10471,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33904,10472,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33905,10473,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33906,10474,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33907,10475,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33908,10476,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33909,10477,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33910,10478,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33911,10479,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33912,10480,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33913,10481,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33914,10482,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33915,10483,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33916,10484,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33917,10485,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33918,10486,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33919,10487,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33920,10488,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33921,10489,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33922,10490,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33923,10491,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33924,10492,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33925,10493,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33926,10494,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33927,10495,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33928,10496,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33929,10497,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33930,10498,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33931,10499,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33932,10500,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33933,10501,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33934,10502,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33935,10503,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33936,10504,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33937,10505,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33938,10506,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33939,10507,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33940,10508,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33941,10509,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33942,10510,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33943,10511,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33944,10512,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33945,10513,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33946,10514,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33947,10515,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33948,10516,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33949,10517,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33950,10518,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33951,10519,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33952,10520,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33953,10521,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33954,10522,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33955,10523,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33956,10524,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33957,10525,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33958,10526,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33959,10527,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33960,10528,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33961,10529,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33962,10530,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33963,10531,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33964,10532,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33965,10533,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33966,10534,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33967,10535,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33968,10536,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33969,10537,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33970,10538,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33971,10539,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33972,10540,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33973,10541,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33974,10542,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33975,10543,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33976,10544,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33977,10545,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33978,10546,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33979,10547,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33980,10548,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33981,10549,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33982,10550,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33983,10551,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33984,10552,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33985,10553,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33986,10554,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33987,10555,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33988,10556,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33989,10557,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33990,10558,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33991,10559,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33992,10560,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33993,10561,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33994,10562,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33995,10563,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33996,10564,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33997,10565,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33998,10566,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(33999,10567,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34000,10568,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34001,10569,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34002,10570,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34003,10571,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34004,10572,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34005,10573,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34006,10574,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34007,10575,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34008,10576,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34009,10577,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34010,10578,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34011,10579,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34012,10580,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34013,10581,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34014,10582,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34015,10583,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34016,10584,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34017,10585,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34018,10586,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34019,10587,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34020,10588,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34021,10589,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34022,10590,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34023,10591,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34024,10592,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34025,10593,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34026,10594,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34027,10595,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34028,10596,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34029,10597,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34030,10598,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34031,10599,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34032,10600,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34033,10601,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34034,10602,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34035,10603,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34036,10604,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34037,10605,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34038,10606,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34039,10607,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34040,10608,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34041,10609,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34042,10610,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34043,10611,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34044,10612,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34045,10613,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34046,10614,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34047,10615,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34048,10616,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34049,10617,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34050,10618,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34051,10619,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34052,10620,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34053,10621,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34054,10622,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34055,10623,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34056,10624,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34057,10625,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34058,10626,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34059,10627,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34060,10628,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34061,10629,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34062,10630,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34063,10631,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34064,10632,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34065,10633,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34066,10634,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34067,10635,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34068,10636,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34069,10637,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34070,10638,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34071,10639,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34072,10640,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34073,10641,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34074,10642,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34075,10643,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34076,10644,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34077,10645,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34078,10646,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34079,10647,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34080,10648,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34081,10649,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34082,10650,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34083,10651,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34084,10652,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34085,10653,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34086,10654,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34087,10655,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34088,10656,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34089,10657,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34090,10658,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34091,10659,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34092,10660,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34093,10661,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34094,10662,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34095,10663,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34096,10664,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34097,10665,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34098,10666,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34099,10667,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34100,10668,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34101,10669,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34102,10670,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34103,10671,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34104,10672,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34105,10673,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34106,10674,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34107,10675,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34108,10676,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34109,10677,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34110,10678,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34111,10679,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34112,10680,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34113,10681,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34114,10682,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34115,10683,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34116,10684,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34117,10685,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34118,10686,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34119,10687,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34120,10688,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34121,10689,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34122,10690,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34123,10691,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34124,10692,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34125,10693,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34126,10694,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34127,10695,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34128,10696,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34129,10697,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34130,10698,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34131,10699,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34132,10700,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34133,10701,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34134,10702,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34135,10703,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34136,10704,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34137,10705,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34138,10706,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34139,10707,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34140,10708,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34141,10709,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34142,10710,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34143,10711,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34144,10712,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34149,10717,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34150,10718,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34152,10720,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34153,10721,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34154,10722,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34155,10723,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34156,10724,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34157,10725,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34158,10726,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34159,10727,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34160,10728,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34161,10729,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34162,10730,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34163,10731,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34164,10732,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34165,10733,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34166,10734,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34167,10735,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34168,10736,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34169,10737,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34170,10738,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34171,10739,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34172,10740,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34173,10741,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34174,10742,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34175,10743,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34176,10744,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34177,10745,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34178,10746,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34179,10747,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34180,10748,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34181,10749,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34182,10750,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34183,10751,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34184,10752,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34185,10753,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34186,10754,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34187,10755,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34188,10756,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34189,10757,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34190,10758,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34191,10759,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34192,10760,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34193,10761,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34194,10762,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34195,10763,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34196,10764,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34197,10765,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34198,10766,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34199,10767,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34200,10768,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34201,10769,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34202,10770,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34203,10771,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34204,10772,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34205,10773,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34206,10774,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34207,10775,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34208,10776,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34209,10777,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34210,10778,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34211,10779,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34212,10780,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34213,10781,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34214,10782,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34215,10783,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34216,10784,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34217,10785,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34218,10786,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34219,10787,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34220,10788,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34221,10789,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34222,10790,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34223,10791,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34224,10792,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34225,10793,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34226,10794,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34227,10795,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34228,10796,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34229,10797,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34230,10798,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34231,10799,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34232,10800,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34233,10801,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34234,10802,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34235,10803,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34236,10804,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34237,10805,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34238,10806,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34239,10807,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34240,10808,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34241,10809,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34242,10810,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34243,10811,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34244,10812,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34245,10813,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34246,10814,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34247,10815,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34248,10816,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34249,10817,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34250,10818,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34251,10819,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34252,10820,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34253,10821,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34254,10822,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34256,10824,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34257,10825,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34258,10826,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34259,10827,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34260,10828,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34261,10829,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34262,10830,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34264,10832,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34265,10833,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34266,10834,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34267,10835,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34268,10836,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34269,10837,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34270,10838,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34271,10839,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34272,10840,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34273,10841,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34274,10842,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34275,10843,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34276,10844,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34277,10845,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34278,10846,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34279,10847,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34280,10848,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34281,10849,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34282,10850,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34283,10851,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34284,10852,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34285,10853,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(34286,10854,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(35245,9766,'_event_id','824'),(35246,9767,'_event_id','825'),(35247,9768,'_event_id','826'),(35248,9769,'_event_id','827'),(35249,9770,'_event_id','828'),(35250,9771,'_event_id','829'),(35251,9772,'_event_id','830'),(35252,9773,'_event_id','831'),(35253,9774,'_event_id','832'),(35254,9775,'_event_id','833'),(35255,9776,'_event_id','834'),(35256,9777,'_event_id','835'),(35257,9778,'_event_id','836'),(35258,9779,'_event_id','837'),(35259,9780,'_event_id','838'),(35260,9781,'_event_id','839'),(35261,9782,'_event_id','840'),(35262,9783,'_event_id','841'),(35263,9784,'_event_id','842'),(35264,9785,'_event_id','843'),(35265,9786,'_event_id','844'),(35266,9787,'_event_id','845'),(35267,9788,'_event_id','846'),(35268,9789,'_event_id','847'),(35269,9790,'_event_id','848'),(35270,9791,'_event_id','849'),(35271,9792,'_event_id','850'),(35272,9793,'_event_id','851'),(35273,9794,'_event_id','852'),(35274,9795,'_event_id','853'),(35275,9796,'_event_id','854'),(35276,9797,'_event_id','855'),(35277,9798,'_event_id','856'),(35278,9799,'_event_id','857'),(35279,9800,'_event_id','858'),(35280,9801,'_event_id','1981'),(35281,9802,'_event_id','2087'),(35282,9803,'_event_id','861'),(35283,9804,'_event_id','862'),(35284,9805,'_event_id','863'),(35285,9806,'_event_id','864'),(35286,9807,'_event_id','865'),(35287,9808,'_event_id','866'),(35288,9809,'_event_id','867'),(35289,9810,'_event_id','868'),(35290,9811,'_event_id','869'),(35291,9812,'_event_id','870'),(35292,9813,'_event_id','871'),(35293,9814,'_event_id','872'),(35294,9815,'_event_id','873'),(35295,9816,'_event_id','874'),(35296,9817,'_event_id','875'),(35297,9818,'_event_id','876'),(35298,9819,'_event_id','877'),(35299,9820,'_event_id','878'),(35300,9821,'_event_id','879'),(35301,9822,'_event_id','880'),(35302,9823,'_event_id','881'),(35303,9824,'_event_id','882'),(35304,9825,'_event_id','883'),(35305,9826,'_event_id','884'),(35306,9827,'_event_id','885'),(35307,9828,'_event_id','886'),(35308,9829,'_event_id','887'),(35309,9830,'_event_id','888'),(35311,9832,'_event_id','890'),(35312,9833,'_event_id','891'),(35313,9834,'_event_id','892'),(35314,9835,'_event_id','893'),(35315,9836,'_event_id','894'),(35316,9837,'_event_id','895'),(35317,9838,'_event_id','896'),(35318,9839,'_event_id','897'),(35319,9840,'_event_id','898'),(35320,9841,'_event_id','899'),(35321,9842,'_event_id','900'),(35322,9843,'_event_id','901'),(35323,9844,'_event_id','902'),(35324,9845,'_event_id','903'),(35325,9846,'_event_id','904'),(35326,9847,'_event_id','905'),(35327,9848,'_event_id','906'),(35328,9849,'_event_id','907'),(35329,9850,'_event_id','908'),(35330,9851,'_event_id','909'),(35331,9852,'_event_id','910'),(35332,9853,'_event_id','911'),(35333,9854,'_event_id','912'),(35334,9855,'_event_id','913'),(35335,9856,'_event_id','914'),(35336,9857,'_event_id','915'),(35337,9858,'_event_id','916'),(35338,9859,'_event_id','917'),(35339,9860,'_event_id','918'),(35340,9861,'_event_id','919'),(35341,9862,'_event_id','920'),(35342,9863,'_event_id','921'),(35343,9864,'_event_id','922'),(35344,9865,'_event_id','923'),(35345,9866,'_event_id','924'),(35346,9867,'_event_id','925'),(35347,9868,'_event_id','926'),(35348,9869,'_event_id','927'),(35349,9870,'_event_id','928'),(35350,9871,'_event_id','929'),(35351,9872,'_event_id','930'),(35352,9873,'_event_id','931'),(35353,9874,'_event_id','932'),(35354,9875,'_event_id','933'),(35355,9876,'_event_id','934'),(35356,9877,'_event_id','935'),(35357,9878,'_event_id','936'),(35358,9879,'_event_id','937'),(35359,9880,'_event_id','938'),(35360,9881,'_event_id','939'),(35361,9882,'_event_id','940'),(35362,9883,'_event_id','941'),(35363,9884,'_event_id','942'),(35364,9885,'_event_id','943'),(35365,9886,'_event_id','944'),(35366,9887,'_event_id','945'),(35367,9888,'_event_id','946'),(35368,9889,'_event_id','947'),(35369,9890,'_event_id','948'),(35370,9891,'_event_id','2079'),(35371,9892,'_event_id','950'),(35372,9893,'_event_id','951'),(35373,9894,'_event_id','952'),(35374,9895,'_event_id','953'),(35375,9896,'_event_id','954'),(35376,9897,'_event_id','955'),(35377,9898,'_event_id','956'),(35378,9899,'_event_id','957'),(35379,9900,'_event_id','958'),(35380,9901,'_event_id','959'),(35381,9902,'_event_id','960'),(35382,9903,'_event_id','961'),(35383,9904,'_event_id','962'),(35384,9905,'_event_id','963'),(35385,9906,'_event_id','964'),(35386,9907,'_event_id','965'),(35387,9908,'_event_id','966'),(35388,9909,'_event_id','967'),(35389,9910,'_event_id','968'),(35390,9911,'_event_id','969'),(35391,9912,'_event_id','970'),(35392,9913,'_event_id','971'),(35393,9914,'_event_id','972'),(35394,9915,'_event_id','973'),(35395,9916,'_event_id','974'),(35396,9917,'_event_id','975'),(35397,9918,'_event_id','976'),(35398,9919,'_event_id','977'),(35399,9920,'_event_id','978'),(35400,9921,'_event_id','979'),(35401,9922,'_event_id','980'),(35402,9923,'_event_id','981'),(35403,9924,'_event_id','982'),(35404,9925,'_event_id','983'),(35405,9926,'_event_id','984'),(35406,9927,'_event_id','985'),(35407,9928,'_event_id','986'),(35408,9929,'_event_id','987'),(35409,9930,'_event_id','988'),(35410,9931,'_event_id','989'),(35411,9932,'_event_id','990'),(35412,9933,'_event_id','991'),(35413,9934,'_event_id','992'),(35414,9935,'_event_id','993'),(35415,9936,'_event_id','994'),(35416,9937,'_event_id','995'),(35417,9938,'_event_id','996'),(35418,9939,'_event_id','997'),(35419,9940,'_event_id','998'),(35420,9941,'_event_id','999'),(35421,9942,'_event_id','1000'),(35422,9943,'_event_id','1001'),(35423,9944,'_event_id','1002'),(35424,9945,'_event_id','1003'),(35425,9946,'_event_id','1004'),(35426,9947,'_event_id','1005'),(35427,9948,'_event_id','1006'),(35428,9949,'_event_id','1007'),(35429,9950,'_event_id','1008'),(35430,9951,'_event_id','1009'),(35431,9952,'_event_id','1010'),(35432,9953,'_event_id','1011'),(35433,9954,'_event_id','1012'),(35434,9955,'_event_id','1013'),(35435,9956,'_event_id','1014'),(35436,9957,'_event_id','1015'),(35437,9958,'_event_id','1016'),(35438,9959,'_event_id','1017'),(35439,9960,'_event_id','1018'),(35440,9961,'_event_id','1019'),(35441,9962,'_event_id','1020'),(35442,9963,'_event_id','1021'),(35443,9964,'_event_id','1022'),(35444,9965,'_event_id','1023'),(35445,9966,'_event_id','1024'),(35446,9967,'_event_id','1025'),(35447,9968,'_event_id','1026'),(35448,9969,'_event_id','1027'),(35449,9970,'_event_id','1028'),(35450,9971,'_event_id','1029'),(35451,9972,'_event_id','1030'),(35452,9973,'_event_id','1031'),(35453,9974,'_event_id','1032'),(35454,9975,'_event_id','1033'),(35455,9976,'_event_id','1034'),(35456,9977,'_event_id','1035'),(35457,9978,'_event_id','1036'),(35458,9979,'_event_id','1037'),(35459,9980,'_event_id','1038'),(35460,9981,'_event_id','1039'),(35461,9982,'_event_id','1040'),(35462,9983,'_event_id','1041'),(35463,9984,'_event_id','1042'),(35464,9985,'_event_id','1043'),(35465,9986,'_event_id','1044'),(35466,9987,'_event_id','1045'),(35467,9988,'_event_id','1046'),(35468,9989,'_event_id','1047'),(35469,9990,'_event_id','1048'),(35470,9991,'_event_id','1049'),(35471,9992,'_event_id','1050'),(35472,9993,'_event_id','1051'),(35473,9994,'_event_id','1052'),(35474,9995,'_event_id','1053'),(35475,9996,'_event_id','1054'),(35476,9997,'_event_id','1055'),(35477,9998,'_event_id','1056'),(35478,9999,'_event_id','1057'),(35479,10000,'_event_id','1058'),(35481,10002,'_event_id','1060'),(35482,10003,'_event_id','1061'),(35483,10004,'_event_id','1062'),(35484,10005,'_event_id','1063'),(35485,10006,'_event_id','1064'),(35486,10007,'_event_id','1065'),(35487,10008,'_event_id','1066'),(35500,10021,'_event_id','2084'),(35540,10061,'_event_id','1119'),(35541,10062,'_event_id','1120'),(35542,10063,'_event_id','1121'),(35543,10064,'_event_id','1122'),(35544,10065,'_event_id','2085'),(35545,10066,'_event_id','1124'),(35546,10067,'_event_id','1125'),(35547,10068,'_event_id','1126'),(35548,10069,'_event_id','1127'),(35549,10070,'_event_id','1128'),(35550,10071,'_event_id','1129'),(35551,10072,'_event_id','1130'),(35552,10073,'_event_id','1131'),(35553,10074,'_event_id','1132'),(35554,10075,'_event_id','1133'),(35555,10076,'_event_id','1134'),(35556,10077,'_event_id','1135'),(35557,10078,'_event_id','1136'),(35558,10079,'_event_id','1137'),(35559,10080,'_event_id','1138'),(35560,10081,'_event_id','1139'),(35561,10082,'_event_id','1140'),(35562,10083,'_event_id','1141'),(35563,10084,'_event_id','1142'),(35564,10085,'_event_id','1143'),(35565,10086,'_event_id','1144'),(35566,10087,'_event_id','1145'),(35567,10088,'_event_id','1146'),(35568,10089,'_event_id','1147'),(35569,10090,'_event_id','1148'),(35570,10091,'_event_id','1149'),(35571,10092,'_event_id','1150'),(35572,10093,'_event_id','1151'),(35573,10094,'_event_id','1152'),(35574,10095,'_event_id','1153'),(35575,10096,'_event_id','1154'),(35576,10097,'_event_id','1155'),(35577,10098,'_event_id','1156'),(35578,10099,'_event_id','1157'),(35579,10100,'_event_id','1158'),(35580,10101,'_event_id','1159'),(35581,10102,'_event_id','1160'),(35582,10103,'_event_id','1161'),(35583,10104,'_event_id','1162'),(35584,10105,'_event_id','1163'),(35585,10106,'_event_id','1164'),(35586,10107,'_event_id','1165'),(35587,10108,'_event_id','1166'),(35588,10109,'_event_id','1167'),(35589,10110,'_event_id','1168'),(35590,10111,'_event_id','1169'),(35591,10112,'_event_id','1170'),(35592,10113,'_event_id','1171'),(35593,10114,'_event_id','1172'),(35594,10115,'_event_id','1173'),(35595,10116,'_event_id','1174'),(35596,10117,'_event_id','1175'),(35597,10118,'_event_id','1176'),(35598,10119,'_event_id','1177'),(35599,10120,'_event_id','1178'),(35600,10121,'_event_id','1179'),(35601,10122,'_event_id','1180'),(35602,10123,'_event_id','1181'),(35603,10124,'_event_id','1182'),(35604,10125,'_event_id','1183'),(35605,10126,'_event_id','1184'),(35606,10127,'_event_id','1185'),(35607,10128,'_event_id','1186'),(35608,10129,'_event_id','1187'),(35609,10130,'_event_id','1188'),(35610,10131,'_event_id','1189'),(35611,10132,'_event_id','1190'),(35612,10133,'_event_id','1191'),(35613,10134,'_event_id','1192'),(35614,10135,'_event_id','1193'),(35615,10136,'_event_id','1194'),(35616,10137,'_event_id','1195'),(35617,10138,'_event_id','1196'),(35618,10139,'_event_id','1197'),(35619,10140,'_event_id','1198'),(35620,10141,'_event_id','1199'),(35621,10142,'_event_id','1200'),(35622,10143,'_event_id','1201'),(35623,10144,'_event_id','1202'),(35624,10145,'_event_id','1203'),(35625,10146,'_event_id','1204'),(35626,10147,'_event_id','1205'),(35627,10148,'_event_id','1206'),(35628,10149,'_event_id','1207'),(35629,10150,'_event_id','1208'),(35630,10151,'_event_id','1209'),(35631,10152,'_event_id','1210'),(35632,10153,'_event_id','1211'),(35633,10154,'_event_id','1212'),(35634,10155,'_event_id','1213'),(35635,10156,'_event_id','1214'),(35636,10157,'_event_id','1215'),(35637,10158,'_event_id','1216'),(35638,10159,'_event_id','1217'),(35639,10160,'_event_id','1218'),(35640,10161,'_event_id','1219'),(35641,10162,'_event_id','1220'),(35642,10163,'_event_id','1221'),(35643,10164,'_event_id','1222'),(35644,10165,'_event_id','1223'),(35645,10166,'_event_id','1224'),(35646,10167,'_event_id','1225'),(35647,10168,'_event_id','1226'),(35648,10169,'_event_id','1227'),(35649,10170,'_event_id','1228'),(35650,10171,'_event_id','1229'),(35651,10172,'_event_id','1230'),(35652,10173,'_event_id','1231'),(35653,10174,'_event_id','1232'),(35654,10175,'_event_id','1233'),(35655,10176,'_event_id','1234'),(35656,10177,'_event_id','1235'),(35657,10178,'_event_id','1236'),(35658,10179,'_event_id','1237'),(35659,10180,'_event_id','1238'),(35660,10181,'_event_id','1239'),(35661,10182,'_event_id','1240'),(35662,10183,'_event_id','1241'),(35663,10184,'_event_id','1242'),(35664,10185,'_event_id','1243'),(35665,10186,'_event_id','1244'),(35666,10187,'_event_id','1245'),(35667,10188,'_event_id','1246'),(35668,10189,'_event_id','1247'),(35669,10190,'_event_id','1248'),(35670,10191,'_event_id','1249'),(35671,10192,'_event_id','1250'),(35672,10193,'_event_id','1251'),(35673,10194,'_event_id','1252'),(35674,10195,'_event_id','1253'),(35675,10196,'_event_id','1254'),(35676,10197,'_event_id','1255'),(35677,10198,'_event_id','1256'),(35678,10199,'_event_id','1257'),(35679,10200,'_event_id','2351'),(35680,10201,'_event_id','1259'),(35681,10202,'_event_id','2350'),(35682,10203,'_event_id','1261'),(35683,10204,'_event_id','1262'),(35684,10205,'_event_id','2352'),(35685,10206,'_event_id','1264'),(35686,10207,'_event_id','1265'),(35687,10208,'_event_id','1266'),(35688,10209,'_event_id','1267'),(35689,10210,'_event_id','1268'),(35690,10211,'_event_id','1269'),(35691,10212,'_event_id','1270'),(35692,10213,'_event_id','1271'),(35693,10214,'_event_id','1272'),(35694,10215,'_event_id','1273'),(35695,10216,'_event_id','1274'),(35696,10217,'_event_id','1275'),(35697,10218,'_event_id','1276'),(35698,10219,'_event_id','1277'),(35699,10220,'_event_id','1278'),(35700,10221,'_event_id','1279'),(35701,10222,'_event_id','1280'),(35702,10223,'_event_id','1281'),(35703,10224,'_event_id','1282'),(35704,10225,'_event_id','1283'),(35705,10226,'_event_id','1284'),(35706,10227,'_event_id','1285'),(35707,10228,'_event_id','1286'),(35708,10229,'_event_id','1287'),(35709,10230,'_event_id','1288'),(35710,10231,'_event_id','1289'),(35711,10232,'_event_id','1290'),(35712,10233,'_event_id','1291'),(35713,10234,'_event_id','1292'),(35714,10235,'_event_id','1293'),(35715,10236,'_event_id','1294'),(35723,10244,'_event_id','2086'),(35726,10247,'_event_id','1305'),(35727,10248,'_event_id','1306'),(35728,10249,'_event_id','1307'),(35729,10250,'_event_id','1308'),(35730,10251,'_event_id','1309'),(35731,10252,'_event_id','1310'),(35732,10253,'_event_id','1311'),(35733,10254,'_event_id','1312'),(35734,10255,'_event_id','1313'),(35735,10256,'_event_id','1314'),(35736,10257,'_event_id','1315'),(35737,10258,'_event_id','1316'),(35738,10259,'_event_id','1317'),(35739,10260,'_event_id','1318'),(35740,10261,'_event_id','1319'),(35741,10262,'_event_id','1320'),(35742,10263,'_event_id','1321'),(35743,10264,'_event_id','1322'),(35744,10265,'_event_id','1323'),(35745,10266,'_event_id','1324'),(35746,10267,'_event_id','1325'),(35747,10268,'_event_id','1326'),(35748,10269,'_event_id','1327'),(35749,10270,'_event_id','1328'),(35750,10271,'_event_id','1329'),(35751,10272,'_event_id','1330'),(35752,10273,'_event_id','1331'),(35753,10274,'_event_id','1332'),(35754,10275,'_event_id','1333'),(35755,10276,'_event_id','1334'),(35756,10277,'_event_id','1335'),(35757,10278,'_event_id','1336'),(35758,10279,'_event_id','1337'),(35759,10280,'_event_id','1338'),(35760,10281,'_event_id','1339'),(35761,10282,'_event_id','1340'),(35762,10283,'_event_id','1341'),(35763,10284,'_event_id','1342'),(35764,10285,'_event_id','1343'),(35765,10286,'_event_id','1344'),(35766,10287,'_event_id','1345'),(35767,10288,'_event_id','1346'),(35768,10289,'_event_id','1347'),(35769,10290,'_event_id','1348'),(35770,10291,'_event_id','1349'),(35771,10292,'_event_id','1350'),(35772,10293,'_event_id','1351'),(35773,10294,'_event_id','1352'),(35774,10295,'_event_id','1353'),(35775,10296,'_event_id','1354'),(35776,10297,'_event_id','1355'),(35777,10298,'_event_id','1356'),(35778,10299,'_event_id','1357'),(35779,10300,'_event_id','1358'),(35780,10301,'_event_id','1359'),(35781,10302,'_event_id','1360'),(35782,10303,'_event_id','1361'),(35783,10304,'_event_id','1362'),(35784,10305,'_event_id','1363'),(35785,10306,'_event_id','1364'),(35786,10307,'_event_id','1365'),(35787,10308,'_event_id','1366'),(35788,10309,'_event_id','1367'),(35789,10310,'_event_id','1368'),(35790,10311,'_event_id','1369'),(35791,10312,'_event_id','1370'),(35792,10313,'_event_id','1371'),(35793,10314,'_event_id','1372'),(35794,10315,'_event_id','1373'),(35795,10316,'_event_id','1374'),(35796,10317,'_event_id','1375'),(35797,10318,'_event_id','1376'),(35798,10319,'_event_id','1377'),(35799,10320,'_event_id','1378'),(35800,10321,'_event_id','1379'),(35801,10322,'_event_id','1380'),(35802,10323,'_event_id','1381'),(35803,10324,'_event_id','1382'),(35804,10325,'_event_id','1383'),(35805,10326,'_event_id','1384'),(35806,10327,'_event_id','1385'),(35807,10328,'_event_id','1386'),(35808,10329,'_event_id','1387'),(35809,10330,'_event_id','1388'),(35810,10331,'_event_id','1389'),(35811,10332,'_event_id','1390'),(35812,10333,'_event_id','1391'),(35813,10334,'_event_id','1392'),(35814,10335,'_event_id','1393'),(35815,10336,'_event_id','1394'),(35816,10337,'_event_id','1395'),(35817,10338,'_event_id','1396'),(35818,10339,'_event_id','1397'),(35819,10340,'_event_id','1398'),(35820,10341,'_event_id','1399'),(35821,10342,'_event_id','1400'),(35822,10343,'_event_id','1401'),(35823,10344,'_event_id','1402'),(35824,10345,'_event_id','1403'),(35825,10346,'_event_id','1404'),(35826,10347,'_event_id','1405'),(35827,10348,'_event_id','1406'),(35828,10349,'_event_id','1407'),(35829,10350,'_event_id','1408'),(35830,10351,'_event_id','1409'),(35831,10352,'_event_id','1410'),(35832,10353,'_event_id','1411'),(35833,10354,'_event_id','1412'),(35834,10355,'_event_id','1413'),(35835,10356,'_event_id','1414'),(35836,10357,'_event_id','1415'),(35837,10358,'_event_id','1416'),(35838,10359,'_event_id','1417'),(35839,10360,'_event_id','1418'),(35840,10361,'_event_id','1419'),(35841,10362,'_event_id','1420'),(35842,10363,'_event_id','1421'),(35843,10364,'_event_id','1422'),(35844,10365,'_event_id','1423'),(35845,10366,'_event_id','1424'),(35846,10367,'_event_id','1425'),(35847,10368,'_event_id','1426'),(35848,10369,'_event_id','1427'),(35849,10370,'_event_id','1428'),(35850,10371,'_event_id','1429'),(35851,10372,'_event_id','1430'),(35852,10373,'_event_id','1431'),(35853,10374,'_event_id','1432'),(35854,10375,'_event_id','1433'),(35855,10376,'_event_id','1434'),(35856,10377,'_event_id','1435'),(35857,10378,'_event_id','1436'),(35858,10379,'_event_id','1437'),(35859,10380,'_event_id','1438'),(35860,10381,'_event_id','1439'),(35861,10382,'_event_id','2288'),(35862,10383,'_event_id','1441'),(35863,10384,'_event_id','1442'),(35864,10385,'_event_id','1443'),(35865,10386,'_event_id','2289'),(35866,10387,'_event_id','2287'),(35867,10388,'_event_id','1446'),(35868,10389,'_event_id','1447'),(35869,10390,'_event_id','1448'),(35870,10391,'_event_id','1449'),(35871,10392,'_event_id','1450'),(35872,10393,'_event_id','1451'),(35873,10394,'_event_id','1452'),(35874,10395,'_event_id','1453'),(35875,10396,'_event_id','1454'),(35876,10397,'_event_id','1455'),(35877,10398,'_event_id','1456'),(35878,10399,'_event_id','1457'),(35879,10400,'_event_id','1458'),(35880,10401,'_event_id','1459'),(35881,10402,'_event_id','1460'),(35882,10403,'_event_id','1461'),(35883,10404,'_event_id','1462'),(35884,10405,'_event_id','1463'),(35885,10406,'_event_id','1464'),(35886,10407,'_event_id','1465'),(35887,10408,'_event_id','1466'),(35888,10409,'_event_id','1467'),(35889,10410,'_event_id','1468'),(35890,10411,'_event_id','1469'),(35891,10412,'_event_id','1470'),(35892,10413,'_event_id','1471'),(35893,10414,'_event_id','1472'),(35894,10415,'_event_id','1473'),(35895,10416,'_event_id','1474'),(35896,10417,'_event_id','1475'),(35897,10418,'_event_id','1476'),(35898,10419,'_event_id','1477'),(35899,10420,'_event_id','1478'),(35900,10421,'_event_id','1479'),(35901,10422,'_event_id','1480'),(35902,10423,'_event_id','1481'),(35903,10424,'_event_id','1482'),(35904,10425,'_event_id','1483'),(35905,10426,'_event_id','1484'),(35906,10427,'_event_id','1485'),(35907,10428,'_event_id','1486'),(35908,10429,'_event_id','1487'),(35909,10430,'_event_id','1488'),(35910,10431,'_event_id','1489'),(35911,10432,'_event_id','1490'),(35912,10433,'_event_id','1491'),(35913,10434,'_event_id','1492'),(35914,10435,'_event_id','1493'),(35915,10436,'_event_id','1494'),(35916,10437,'_event_id','1495'),(35917,10438,'_event_id','1496'),(35918,10439,'_event_id','1497'),(35919,10440,'_event_id','1498'),(35920,10441,'_event_id','1499'),(35921,10442,'_event_id','1500'),(35922,10443,'_event_id','1501'),(35923,10444,'_event_id','1502'),(35924,10445,'_event_id','1503'),(35925,10446,'_event_id','1504'),(35926,10447,'_event_id','1505'),(35927,10448,'_event_id','1506'),(35928,10449,'_event_id','1507'),(35929,10450,'_event_id','1508'),(35930,10451,'_event_id','1509'),(35931,10452,'_event_id','1510'),(35932,10453,'_event_id','1511'),(35933,10454,'_event_id','1512'),(35934,10455,'_event_id','1513'),(35935,10456,'_event_id','1514'),(35936,10457,'_event_id','1515'),(35937,10458,'_event_id','1516'),(35938,10459,'_event_id','1517'),(35939,10460,'_event_id','1518'),(35940,10461,'_event_id','1519'),(35941,10462,'_event_id','1520'),(35942,10463,'_event_id','1521'),(35943,10464,'_event_id','1522'),(35944,10465,'_event_id','1523'),(35945,10466,'_event_id','1524'),(35946,10467,'_event_id','1525'),(35947,10468,'_event_id','1526'),(35948,10469,'_event_id','1527'),(35949,10470,'_event_id','1528'),(35950,10471,'_event_id','1529'),(35951,10472,'_event_id','1530'),(35952,10473,'_event_id','1531'),(35953,10474,'_event_id','1532'),(35954,10475,'_event_id','1533'),(35955,10476,'_event_id','1534'),(35956,10477,'_event_id','1535'),(35957,10478,'_event_id','1536'),(35958,10479,'_event_id','1537'),(35959,10480,'_event_id','1538'),(35960,10481,'_event_id','1539'),(35961,10482,'_event_id','1540'),(35962,10483,'_event_id','1541'),(35963,10484,'_event_id','1542'),(35964,10485,'_event_id','1543'),(35965,10486,'_event_id','1544'),(35966,10487,'_event_id','1545'),(35967,10488,'_event_id','1546'),(35968,10489,'_event_id','1547'),(35969,10490,'_event_id','1548'),(35970,10491,'_event_id','1549'),(35971,10492,'_event_id','1550'),(35972,10493,'_event_id','1551'),(35973,10494,'_event_id','1552'),(35974,10495,'_event_id','1553'),(35975,10496,'_event_id','1554'),(35976,10497,'_event_id','1555'),(35977,10498,'_event_id','1556'),(35978,10499,'_event_id','1557'),(35979,10500,'_event_id','1558'),(35980,10501,'_event_id','1559'),(35981,10502,'_event_id','1560'),(35982,10503,'_event_id','1561'),(35983,10504,'_event_id','1562'),(35984,10505,'_event_id','1563'),(35985,10506,'_event_id','1564'),(35986,10507,'_event_id','1565'),(35987,10508,'_event_id','1566'),(35988,10509,'_event_id','1567'),(35989,10510,'_event_id','1568'),(35990,10511,'_event_id','1569'),(35991,10512,'_event_id','1570'),(35992,10513,'_event_id','1571'),(35993,10514,'_event_id','1572'),(35994,10515,'_event_id','1573'),(35995,10516,'_event_id','1574'),(35996,10517,'_event_id','1575'),(35997,10518,'_event_id','1576'),(35998,10519,'_event_id','1577'),(35999,10520,'_event_id','1578'),(36000,10521,'_event_id','1579'),(36001,10522,'_event_id','1580'),(36002,10523,'_event_id','1581'),(36003,10524,'_event_id','1582'),(36004,10525,'_event_id','1583'),(36005,10526,'_event_id','1584'),(36006,10527,'_event_id','1585'),(36007,10528,'_event_id','1586'),(36008,10529,'_event_id','1587'),(36009,10530,'_event_id','1588'),(36010,10531,'_event_id','1589'),(36011,10532,'_event_id','1590'),(36012,10533,'_event_id','1591'),(36013,10534,'_event_id','1592'),(36014,10535,'_event_id','1593'),(36015,10536,'_event_id','1594'),(36016,10537,'_event_id','1595'),(36017,10538,'_event_id','1596'),(36018,10539,'_event_id','1597'),(36019,10540,'_event_id','1598'),(36020,10541,'_event_id','1599'),(36021,10542,'_event_id','1600'),(36022,10543,'_event_id','1601'),(36023,10544,'_event_id','1602'),(36024,10545,'_event_id','1603'),(36025,10546,'_event_id','1604'),(36026,10547,'_event_id','1605'),(36027,10548,'_event_id','1606'),(36028,10549,'_event_id','1607'),(36029,10550,'_event_id','1608'),(36030,10551,'_event_id','1609'),(36031,10552,'_event_id','1610'),(36032,10553,'_event_id','1611'),(36033,10554,'_event_id','1612'),(36034,10555,'_event_id','1613'),(36035,10556,'_event_id','1614'),(36036,10557,'_event_id','1615'),(36037,10558,'_event_id','1616'),(36038,10559,'_event_id','1617'),(36039,10560,'_event_id','1618'),(36040,10561,'_event_id','1619'),(36041,10562,'_event_id','1620'),(36042,10563,'_event_id','1621'),(36043,10564,'_event_id','1622'),(36044,10565,'_event_id','1623'),(36045,10566,'_event_id','1624'),(36046,10567,'_event_id','1625'),(36047,10568,'_event_id','1626'),(36048,10569,'_event_id','1627'),(36049,10570,'_event_id','1628'),(36050,10571,'_event_id','1629'),(36051,10572,'_event_id','1630'),(36052,10573,'_event_id','1631'),(36053,10574,'_event_id','1632'),(36054,10575,'_event_id','1633'),(36055,10576,'_event_id','1634'),(36056,10577,'_event_id','1635'),(36057,10578,'_event_id','1636'),(36058,10579,'_event_id','1637'),(36059,10580,'_event_id','1638'),(36060,10581,'_event_id','1639'),(36061,10582,'_event_id','1640'),(36062,10583,'_event_id','1641'),(36063,10584,'_event_id','1642'),(36064,10585,'_event_id','1643'),(36065,10586,'_event_id','1644'),(36066,10587,'_event_id','1645'),(36067,10588,'_event_id','1646'),(36068,10589,'_event_id','1647'),(36069,10590,'_event_id','1648'),(36070,10591,'_event_id','1649'),(36071,10592,'_event_id','1650'),(36072,10593,'_event_id','1651'),(36073,10594,'_event_id','1652'),(36074,10595,'_event_id','1653'),(36075,10596,'_event_id','1654'),(36076,10597,'_event_id','1655'),(36077,10598,'_event_id','1656'),(36078,10599,'_event_id','1657'),(36079,10600,'_event_id','1658'),(36080,10601,'_event_id','1659'),(36081,10602,'_event_id','1660'),(36082,10603,'_event_id','1661'),(36083,10604,'_event_id','1662'),(36084,10605,'_event_id','1663'),(36085,10606,'_event_id','1664'),(36086,10607,'_event_id','1665'),(36087,10608,'_event_id','1666'),(36088,10609,'_event_id','1667'),(36089,10610,'_event_id','1668'),(36090,10611,'_event_id','1669'),(36091,10612,'_event_id','1670'),(36092,10613,'_event_id','1671'),(36093,10614,'_event_id','1672'),(36094,10615,'_event_id','1673'),(36095,10616,'_event_id','1674'),(36096,10617,'_event_id','1675'),(36097,10618,'_event_id','1676'),(36098,10619,'_event_id','1677'),(36099,10620,'_event_id','1678'),(36100,10621,'_event_id','1679'),(36101,10622,'_event_id','1680'),(36102,10623,'_event_id','1681'),(36103,10624,'_event_id','1682'),(36104,10625,'_event_id','1683'),(36105,10626,'_event_id','1684'),(36106,10627,'_event_id','1685'),(36107,10628,'_event_id','1686'),(36108,10629,'_event_id','1687'),(36109,10630,'_event_id','1688'),(36110,10631,'_event_id','1689'),(36111,10632,'_event_id','1690'),(36112,10633,'_event_id','1691'),(36113,10634,'_event_id','1692'),(36114,10635,'_event_id','1693'),(36115,10636,'_event_id','1694'),(36116,10637,'_event_id','1695'),(36117,10638,'_event_id','1696'),(36118,10639,'_event_id','1697'),(36119,10640,'_event_id','1698'),(36120,10641,'_event_id','1699'),(36121,10642,'_event_id','1700'),(36122,10643,'_event_id','1701'),(36123,10644,'_event_id','1702'),(36124,10645,'_event_id','1703'),(36125,10646,'_event_id','1704'),(36126,10647,'_event_id','1705'),(36127,10648,'_event_id','1706'),(36128,10649,'_event_id','1707'),(36129,10650,'_event_id','1708'),(36130,10651,'_event_id','1709'),(36131,10652,'_event_id','1710'),(36132,10653,'_event_id','1711'),(36133,10654,'_event_id','1712'),(36134,10655,'_event_id','1713'),(36135,10656,'_event_id','1714'),(36136,10657,'_event_id','1715'),(36137,10658,'_event_id','1716'),(36138,10659,'_event_id','1717'),(36139,10660,'_event_id','1718'),(36140,10661,'_event_id','1719'),(36141,10662,'_event_id','1720'),(36142,10663,'_event_id','1721'),(36143,10664,'_event_id','1722'),(36144,10665,'_event_id','1723'),(36145,10666,'_event_id','1724'),(36146,10667,'_event_id','1725'),(36147,10668,'_event_id','1726'),(36148,10669,'_event_id','1727'),(36149,10670,'_event_id','1728'),(36150,10671,'_event_id','1729'),(36151,10672,'_event_id','1730'),(36152,10673,'_event_id','1731'),(36153,10674,'_event_id','1732'),(36154,10675,'_event_id','1733'),(36155,10676,'_event_id','1734'),(36156,10677,'_event_id','1735'),(36157,10678,'_event_id','1736'),(36158,10679,'_event_id','1737'),(36159,10680,'_event_id','1738'),(36160,10681,'_event_id','1739'),(36161,10682,'_event_id','1740'),(36162,10683,'_event_id','1741'),(36163,10684,'_event_id','1742'),(36164,10685,'_event_id','1743'),(36165,10686,'_event_id','1744'),(36166,10687,'_event_id','1745'),(36167,10688,'_event_id','1746'),(36168,10689,'_event_id','1747'),(36169,10690,'_event_id','1748'),(36170,10691,'_event_id','1749'),(36171,10692,'_event_id','1750'),(36172,10693,'_event_id','1751'),(36173,10694,'_event_id','1752'),(36174,10695,'_event_id','1753'),(36175,10696,'_event_id','1754'),(36176,10697,'_event_id','1755'),(36177,10698,'_event_id','1756'),(36178,10699,'_event_id','1757'),(36179,10700,'_event_id','1758'),(36180,10701,'_event_id','1759'),(36181,10702,'_event_id','1760'),(36182,10703,'_event_id','1761'),(36183,10704,'_event_id','1762'),(36184,10705,'_event_id','1763'),(36185,10706,'_event_id','1764'),(36186,10707,'_event_id','1765'),(36187,10708,'_event_id','1766'),(36188,10709,'_event_id','1767'),(36189,10710,'_event_id','1768'),(36190,10711,'_event_id','1769'),(36191,10712,'_event_id','1770'),(36192,10713,'_event_id','2298'),(36193,10714,'_event_id','2297'),(36194,10715,'_event_id','2296'),(36196,10717,'_event_id','1775'),(36197,10718,'_event_id','1776'),(36199,10720,'_event_id','1778'),(36200,10721,'_event_id','1779'),(36201,10722,'_event_id','1780'),(36202,10723,'_event_id','1781'),(36203,10724,'_event_id','1782'),(36204,10725,'_event_id','1783'),(36205,10726,'_event_id','1784'),(36206,10727,'_event_id','1785'),(36207,10728,'_event_id','1786'),(36208,10729,'_event_id','1787'),(36209,10730,'_event_id','1788'),(36210,10731,'_event_id','1789'),(36211,10732,'_event_id','1790'),(36212,10733,'_event_id','1791'),(36213,10734,'_event_id','1792'),(36214,10735,'_event_id','1793'),(36215,10736,'_event_id','1794'),(36216,10737,'_event_id','1795'),(36217,10738,'_event_id','1796'),(36218,10739,'_event_id','1797'),(36219,10740,'_event_id','1798'),(36220,10741,'_event_id','1799'),(36221,10742,'_event_id','1800'),(36222,10743,'_event_id','1801'),(36223,10744,'_event_id','1802'),(36224,10745,'_event_id','1803'),(36225,10746,'_event_id','1804'),(36226,10747,'_event_id','1805'),(36227,10748,'_event_id','1806'),(36228,10749,'_event_id','1807'),(36229,10750,'_event_id','1808'),(36230,10751,'_event_id','1809'),(36231,10752,'_event_id','1810'),(36232,10753,'_event_id','1811'),(36233,10754,'_event_id','1812'),(36234,10755,'_event_id','1813'),(36235,10756,'_event_id','1814'),(36236,10757,'_event_id','1815'),(36237,10758,'_event_id','1816'),(36238,10759,'_event_id','1817'),(36239,10760,'_event_id','1818'),(36240,10761,'_event_id','1819'),(36241,10762,'_event_id','1820'),(36242,10763,'_event_id','1821'),(36243,10764,'_event_id','1822'),(36244,10765,'_event_id','1823'),(36245,10766,'_event_id','1824'),(36246,10767,'_event_id','1825'),(36247,10768,'_event_id','1826'),(36248,10769,'_event_id','1827'),(36249,10770,'_event_id','1828'),(36250,10771,'_event_id','1829'),(36251,10772,'_event_id','1830'),(36252,10773,'_event_id','1831'),(36253,10774,'_event_id','1832'),(36254,10775,'_event_id','1833'),(36255,10776,'_event_id','1834'),(36256,10777,'_event_id','1835'),(36257,10778,'_event_id','1836'),(36258,10779,'_event_id','1837'),(36259,10780,'_event_id','1838'),(36260,10781,'_event_id','1839'),(36261,10782,'_event_id','1840'),(36262,10783,'_event_id','1841'),(36263,10784,'_event_id','1842'),(36264,10785,'_event_id','1843'),(36265,10786,'_event_id','1844'),(36266,10787,'_event_id','1845'),(36267,10788,'_event_id','1846'),(36268,10789,'_event_id','1847'),(36269,10790,'_event_id','1848'),(36270,10791,'_event_id','1849'),(36271,10792,'_event_id','1850'),(36272,10793,'_event_id','1851'),(36273,10794,'_event_id','1852'),(36274,10795,'_event_id','1853'),(36275,10796,'_event_id','1854'),(36276,10797,'_event_id','1855'),(36277,10798,'_event_id','1856'),(36278,10799,'_event_id','1857'),(36279,10800,'_event_id','1858'),(36280,10801,'_event_id','1859'),(36281,10802,'_event_id','1860'),(36282,10803,'_event_id','1861'),(36283,10804,'_event_id','1862'),(36284,10805,'_event_id','1863'),(36285,10806,'_event_id','1864'),(36286,10807,'_event_id','1865'),(36287,10808,'_event_id','1866'),(36288,10809,'_event_id','1867'),(36289,10810,'_event_id','1868'),(36290,10811,'_event_id','1869'),(36291,10812,'_event_id','1870'),(36292,10813,'_event_id','1871'),(36293,10814,'_event_id','1872'),(36294,10815,'_event_id','1873'),(36295,10816,'_event_id','1874'),(36296,10817,'_event_id','1875'),(36297,10818,'_event_id','1876'),(36298,10819,'_event_id','1877'),(36299,10820,'_event_id','1878'),(36300,10821,'_event_id','1879'),(36301,10822,'_event_id','1880'),(36302,10823,'_event_id','2147'),(36303,10824,'_event_id','1882'),(36304,10825,'_event_id','1883'),(36305,10826,'_event_id','1884'),(36306,10827,'_event_id','1885'),(36307,10828,'_event_id','1886'),(36308,10829,'_event_id','1887'),(36309,10830,'_event_id','1888'),(36310,10831,'_event_id','2082'),(36311,10832,'_event_id','1890'),(36312,10833,'_event_id','1891'),(36313,10834,'_event_id','1892'),(36314,10835,'_event_id','1893'),(36315,10836,'_event_id','1894'),(36316,10837,'_event_id','1895'),(36317,10838,'_event_id','1896'),(36318,10839,'_event_id','1897'),(36319,10840,'_event_id','1898'),(36320,10841,'_event_id','1899'),(36321,10842,'_event_id','1900'),(36322,10843,'_event_id','1901'),(36323,10844,'_event_id','1902'),(36324,10845,'_event_id','1903'),(36325,10846,'_event_id','1904'),(36326,10847,'_event_id','1905'),(36327,10848,'_event_id','1906'),(36328,10849,'_event_id','1907'),(36329,10850,'_event_id','1908'),(36330,10851,'_event_id','1909'),(36331,10852,'_event_id','1910'),(36332,10853,'_event_id','1911'),(36333,10854,'_event_id','1912'),(37292,9766,'_event_start_time','00:00:00'),(37293,9767,'_event_start_time','00:00:00'),(37294,9768,'_event_start_time','00:00:00'),(37295,9769,'_event_start_time','00:00:00'),(37296,9770,'_event_start_time','00:00:00'),(37297,9771,'_event_start_time','00:00:00'),(37298,9772,'_event_start_time','00:00:00'),(37299,9773,'_event_start_time','00:00:00'),(37300,9774,'_event_start_time','00:00:00'),(37301,9775,'_event_start_time','00:00:00'),(37302,9776,'_event_start_time','00:00:00'),(37303,9777,'_event_start_time','00:00:00'),(37304,9778,'_event_start_time','00:00:00'),(37305,9779,'_event_start_time','00:00:00'),(37306,9780,'_event_start_time','00:00:00'),(37307,9781,'_event_start_time','00:00:00'),(37308,9782,'_event_start_time','00:00:00'),(37309,9783,'_event_start_time','00:00:00'),(37310,9784,'_event_start_time','00:00:00'),(37311,9785,'_event_start_time','00:00:00'),(37312,9786,'_event_start_time','00:00:00'),(37313,9787,'_event_start_time','00:00:00'),(37314,9788,'_event_start_time','00:00:00'),(37315,9789,'_event_start_time','00:00:00'),(37316,9790,'_event_start_time','00:00:00'),(37317,9791,'_event_start_time','00:00:00'),(37318,9792,'_event_start_time','00:00:00'),(37319,9793,'_event_start_time','00:00:00'),(37320,9794,'_event_start_time','00:00:00'),(37321,9795,'_event_start_time','00:00:00'),(37322,9796,'_event_start_time','00:00:00'),(37323,9797,'_event_start_time','00:00:00'),(37324,9798,'_event_start_time','00:00:00'),(37325,9799,'_event_start_time','00:00:00'),(37326,9800,'_event_start_time','00:00:00'),(37327,9801,'_event_start_time','17:00:00'),(37328,9802,'_event_start_time','00:00:00'),(37329,9803,'_event_start_time','00:00:00'),(37330,9804,'_event_start_time','00:00:00'),(37331,9805,'_event_start_time','00:00:00'),(37332,9806,'_event_start_time','00:00:00'),(37333,9807,'_event_start_time','00:00:00'),(37334,9808,'_event_start_time','00:00:00'),(37335,9809,'_event_start_time','00:00:00'),(37336,9810,'_event_start_time','00:00:00'),(37337,9811,'_event_start_time','00:00:00'),(37338,9812,'_event_start_time','00:00:00'),(37339,9813,'_event_start_time','00:00:00'),(37340,9814,'_event_start_time','00:00:00'),(37341,9815,'_event_start_time','00:00:00'),(37342,9816,'_event_start_time','00:00:00'),(37343,9817,'_event_start_time','00:00:00'),(37344,9818,'_event_start_time','00:00:00'),(37345,9819,'_event_start_time','00:00:00'),(37346,9820,'_event_start_time','00:00:00'),(37347,9821,'_event_start_time','00:00:00'),(37348,9822,'_event_start_time','00:00:00'),(37349,9823,'_event_start_time','00:00:00'),(37350,9824,'_event_start_time','00:00:00'),(37351,9825,'_event_start_time','00:00:00'),(37352,9826,'_event_start_time','00:00:00'),(37353,9827,'_event_start_time','00:00:00'),(37354,9828,'_event_start_time','00:00:00'),(37355,9829,'_event_start_time','00:00:00'),(37356,9830,'_event_start_time','00:00:00'),(37358,9832,'_event_start_time','00:00:00'),(37359,9833,'_event_start_time','00:00:00'),(37360,9834,'_event_start_time','00:00:00'),(37361,9835,'_event_start_time','00:00:00'),(37362,9836,'_event_start_time','00:00:00'),(37363,9837,'_event_start_time','00:00:00'),(37364,9838,'_event_start_time','00:00:00'),(37365,9839,'_event_start_time','00:00:00'),(37366,9840,'_event_start_time','00:00:00'),(37367,9841,'_event_start_time','00:00:00'),(37368,9842,'_event_start_time','00:00:00'),(37369,9843,'_event_start_time','00:00:00'),(37370,9844,'_event_start_time','00:00:00'),(37371,9845,'_event_start_time','00:00:00'),(37372,9846,'_event_start_time','00:00:00'),(37373,9847,'_event_start_time','00:00:00'),(37374,9848,'_event_start_time','00:00:00'),(37375,9849,'_event_start_time','00:00:00'),(37376,9850,'_event_start_time','00:00:00'),(37377,9851,'_event_start_time','00:00:00'),(37378,9852,'_event_start_time','00:00:00'),(37379,9853,'_event_start_time','00:00:00'),(37380,9854,'_event_start_time','00:00:00'),(37381,9855,'_event_start_time','00:00:00'),(37382,9856,'_event_start_time','00:00:00'),(37383,9857,'_event_start_time','00:00:00'),(37384,9858,'_event_start_time','00:00:00'),(37385,9859,'_event_start_time','00:00:00'),(37386,9860,'_event_start_time','00:00:00'),(37387,9861,'_event_start_time','00:00:00'),(37388,9862,'_event_start_time','00:00:00'),(37389,9863,'_event_start_time','00:00:00'),(37390,9864,'_event_start_time','00:00:00'),(37391,9865,'_event_start_time','00:00:00'),(37392,9866,'_event_start_time','00:00:00'),(37393,9867,'_event_start_time','00:00:00'),(37394,9868,'_event_start_time','00:00:00'),(37395,9869,'_event_start_time','00:00:00'),(37396,9870,'_event_start_time','00:00:00'),(37397,9871,'_event_start_time','00:00:00'),(37398,9872,'_event_start_time','00:00:00'),(37399,9873,'_event_start_time','00:00:00'),(37400,9874,'_event_start_time','00:00:00'),(37401,9875,'_event_start_time','00:00:00'),(37402,9876,'_event_start_time','00:00:00'),(37403,9877,'_event_start_time','00:00:00'),(37404,9878,'_event_start_time','00:00:00'),(37405,9879,'_event_start_time','00:00:00'),(37406,9880,'_event_start_time','00:00:00'),(37407,9881,'_event_start_time','00:00:00'),(37408,9882,'_event_start_time','00:00:00'),(37409,9883,'_event_start_time','00:00:00'),(37410,9884,'_event_start_time','00:00:00'),(37411,9885,'_event_start_time','00:00:00'),(37412,9886,'_event_start_time','00:00:00'),(37413,9887,'_event_start_time','00:00:00'),(37414,9888,'_event_start_time','00:00:00'),(37415,9889,'_event_start_time','00:00:00'),(37416,9890,'_event_start_time','00:00:00'),(37417,9891,'_event_start_time','00:00:00'),(37418,9892,'_event_start_time','00:00:00'),(37419,9893,'_event_start_time','00:00:00'),(37420,9894,'_event_start_time','00:00:00'),(37421,9895,'_event_start_time','00:00:00'),(37422,9896,'_event_start_time','00:00:00'),(37423,9897,'_event_start_time','00:00:00'),(37424,9898,'_event_start_time','00:00:00'),(37425,9899,'_event_start_time','00:00:00'),(37426,9900,'_event_start_time','00:00:00'),(37427,9901,'_event_start_time','00:00:00'),(37428,9902,'_event_start_time','00:00:00'),(37429,9903,'_event_start_time','00:00:00'),(37430,9904,'_event_start_time','00:00:00'),(37431,9905,'_event_start_time','00:00:00'),(37432,9906,'_event_start_time','00:00:00'),(37433,9907,'_event_start_time','00:00:00'),(37434,9908,'_event_start_time','00:00:00'),(37435,9909,'_event_start_time','00:00:00'),(37436,9910,'_event_start_time','00:00:00'),(37437,9911,'_event_start_time','00:00:00'),(37438,9912,'_event_start_time','00:00:00'),(37439,9913,'_event_start_time','00:00:00'),(37440,9914,'_event_start_time','00:00:00'),(37441,9915,'_event_start_time','00:00:00'),(37442,9916,'_event_start_time','00:00:00'),(37443,9917,'_event_start_time','00:00:00'),(37444,9918,'_event_start_time','00:00:00'),(37445,9919,'_event_start_time','00:00:00'),(37446,9920,'_event_start_time','00:00:00'),(37447,9921,'_event_start_time','00:00:00'),(37448,9922,'_event_start_time','00:00:00'),(37449,9923,'_event_start_time','00:00:00'),(37450,9924,'_event_start_time','00:00:00'),(37451,9925,'_event_start_time','00:00:00'),(37452,9926,'_event_start_time','00:00:00'),(37453,9927,'_event_start_time','00:00:00'),(37454,9928,'_event_start_time','00:00:00'),(37455,9929,'_event_start_time','00:00:00'),(37456,9930,'_event_start_time','00:00:00'),(37457,9931,'_event_start_time','00:00:00'),(37458,9932,'_event_start_time','00:00:00'),(37459,9933,'_event_start_time','00:00:00'),(37460,9934,'_event_start_time','00:00:00'),(37461,9935,'_event_start_time','00:00:00'),(37462,9936,'_event_start_time','00:00:00'),(37463,9937,'_event_start_time','00:00:00'),(37464,9938,'_event_start_time','00:00:00'),(37465,9939,'_event_start_time','00:00:00'),(37466,9940,'_event_start_time','00:00:00'),(37467,9941,'_event_start_time','00:00:00'),(37468,9942,'_event_start_time','00:00:00'),(37469,9943,'_event_start_time','00:00:00'),(37470,9944,'_event_start_time','00:00:00'),(37471,9945,'_event_start_time','00:00:00'),(37472,9946,'_event_start_time','00:00:00'),(37473,9947,'_event_start_time','00:00:00'),(37474,9948,'_event_start_time','00:00:00'),(37475,9949,'_event_start_time','00:00:00'),(37476,9950,'_event_start_time','00:00:00'),(37477,9951,'_event_start_time','00:00:00'),(37478,9952,'_event_start_time','00:00:00'),(37479,9953,'_event_start_time','00:00:00'),(37480,9954,'_event_start_time','00:00:00'),(37481,9955,'_event_start_time','00:00:00'),(37482,9956,'_event_start_time','00:00:00'),(37483,9957,'_event_start_time','00:00:00'),(37484,9958,'_event_start_time','00:00:00'),(37485,9959,'_event_start_time','00:00:00'),(37486,9960,'_event_start_time','00:00:00'),(37487,9961,'_event_start_time','00:00:00'),(37488,9962,'_event_start_time','00:00:00'),(37489,9963,'_event_start_time','00:00:00'),(37490,9964,'_event_start_time','00:00:00'),(37491,9965,'_event_start_time','00:00:00'),(37492,9966,'_event_start_time','00:00:00'),(37493,9967,'_event_start_time','00:00:00'),(37494,9968,'_event_start_time','00:00:00'),(37495,9969,'_event_start_time','00:00:00'),(37496,9970,'_event_start_time','00:00:00'),(37497,9971,'_event_start_time','00:00:00'),(37498,9972,'_event_start_time','00:00:00'),(37499,9973,'_event_start_time','00:00:00'),(37500,9974,'_event_start_time','00:00:00'),(37501,9975,'_event_start_time','00:00:00'),(37502,9976,'_event_start_time','00:00:00'),(37503,9977,'_event_start_time','00:00:00'),(37504,9978,'_event_start_time','00:00:00'),(37505,9979,'_event_start_time','00:00:00'),(37506,9980,'_event_start_time','00:00:00'),(37507,9981,'_event_start_time','00:00:00'),(37508,9982,'_event_start_time','00:00:00'),(37509,9983,'_event_start_time','00:00:00'),(37510,9984,'_event_start_time','00:00:00'),(37511,9985,'_event_start_time','00:00:00'),(37512,9986,'_event_start_time','00:00:00'),(37513,9987,'_event_start_time','00:00:00'),(37514,9988,'_event_start_time','00:00:00'),(37515,9989,'_event_start_time','00:00:00'),(37516,9990,'_event_start_time','00:00:00'),(37517,9991,'_event_start_time','00:00:00'),(37518,9992,'_event_start_time','00:00:00'),(37519,9993,'_event_start_time','00:00:00'),(37520,9994,'_event_start_time','00:00:00'),(37521,9995,'_event_start_time','00:00:00'),(37522,9996,'_event_start_time','00:00:00'),(37523,9997,'_event_start_time','00:00:00'),(37524,9998,'_event_start_time','00:00:00'),(37525,9999,'_event_start_time','00:00:00'),(37526,10000,'_event_start_time','00:00:00'),(37528,10002,'_event_start_time','00:00:00'),(37529,10003,'_event_start_time','00:00:00'),(37530,10004,'_event_start_time','00:00:00'),(37531,10005,'_event_start_time','00:00:00'),(37532,10006,'_event_start_time','00:00:00'),(37533,10007,'_event_start_time','00:00:00'),(37534,10008,'_event_start_time','00:00:00'),(37547,10021,'_event_start_time','00:00:00'),(37587,10061,'_event_start_time','00:00:00'),(37588,10062,'_event_start_time','00:00:00'),(37589,10063,'_event_start_time','00:00:00'),(37590,10064,'_event_start_time','00:00:00'),(37591,10065,'_event_start_time','00:00:00'),(37592,10066,'_event_start_time','00:00:00'),(37593,10067,'_event_start_time','00:00:00'),(37594,10068,'_event_start_time','00:00:00'),(37595,10069,'_event_start_time','00:00:00'),(37596,10070,'_event_start_time','00:00:00'),(37597,10071,'_event_start_time','00:00:00'),(37598,10072,'_event_start_time','00:00:00'),(37599,10073,'_event_start_time','00:00:00'),(37600,10074,'_event_start_time','00:00:00'),(37601,10075,'_event_start_time','00:00:00'),(37602,10076,'_event_start_time','00:00:00'),(37603,10077,'_event_start_time','00:00:00'),(37604,10078,'_event_start_time','00:00:00'),(37605,10079,'_event_start_time','00:00:00'),(37606,10080,'_event_start_time','00:00:00'),(37607,10081,'_event_start_time','00:00:00'),(37608,10082,'_event_start_time','00:00:00'),(37609,10083,'_event_start_time','00:00:00'),(37610,10084,'_event_start_time','00:00:00'),(37611,10085,'_event_start_time','00:00:00'),(37612,10086,'_event_start_time','00:00:00'),(37613,10087,'_event_start_time','00:00:00'),(37614,10088,'_event_start_time','00:00:00'),(37615,10089,'_event_start_time','00:00:00'),(37616,10090,'_event_start_time','00:00:00'),(37617,10091,'_event_start_time','00:00:00'),(37618,10092,'_event_start_time','00:00:00'),(37619,10093,'_event_start_time','00:00:00'),(37620,10094,'_event_start_time','00:00:00'),(37621,10095,'_event_start_time','00:00:00'),(37622,10096,'_event_start_time','00:00:00'),(37623,10097,'_event_start_time','00:00:00'),(37624,10098,'_event_start_time','00:00:00'),(37625,10099,'_event_start_time','00:00:00'),(37626,10100,'_event_start_time','00:00:00'),(37627,10101,'_event_start_time','00:00:00'),(37628,10102,'_event_start_time','00:00:00'),(37629,10103,'_event_start_time','00:00:00'),(37630,10104,'_event_start_time','00:00:00'),(37631,10105,'_event_start_time','00:00:00'),(37632,10106,'_event_start_time','00:00:00'),(37633,10107,'_event_start_time','00:00:00'),(37634,10108,'_event_start_time','00:00:00'),(37635,10109,'_event_start_time','00:00:00'),(37636,10110,'_event_start_time','00:00:00'),(37637,10111,'_event_start_time','00:00:00'),(37638,10112,'_event_start_time','00:00:00'),(37639,10113,'_event_start_time','00:00:00'),(37640,10114,'_event_start_time','00:00:00'),(37641,10115,'_event_start_time','00:00:00'),(37642,10116,'_event_start_time','00:00:00'),(37643,10117,'_event_start_time','00:00:00'),(37644,10118,'_event_start_time','00:00:00'),(37645,10119,'_event_start_time','00:00:00'),(37646,10120,'_event_start_time','00:00:00'),(37647,10121,'_event_start_time','00:00:00'),(37648,10122,'_event_start_time','00:00:00'),(37649,10123,'_event_start_time','00:00:00'),(37650,10124,'_event_start_time','00:00:00'),(37651,10125,'_event_start_time','00:00:00'),(37652,10126,'_event_start_time','00:00:00'),(37653,10127,'_event_start_time','00:00:00'),(37654,10128,'_event_start_time','00:00:00'),(37655,10129,'_event_start_time','00:00:00'),(37656,10130,'_event_start_time','00:00:00'),(37657,10131,'_event_start_time','00:00:00'),(37658,10132,'_event_start_time','00:00:00'),(37659,10133,'_event_start_time','00:00:00'),(37660,10134,'_event_start_time','00:00:00'),(37661,10135,'_event_start_time','00:00:00'),(37662,10136,'_event_start_time','00:00:00'),(37663,10137,'_event_start_time','00:00:00'),(37664,10138,'_event_start_time','00:00:00'),(37665,10139,'_event_start_time','00:00:00'),(37666,10140,'_event_start_time','00:00:00'),(37667,10141,'_event_start_time','00:00:00'),(37668,10142,'_event_start_time','00:00:00'),(37669,10143,'_event_start_time','00:00:00'),(37670,10144,'_event_start_time','00:00:00'),(37671,10145,'_event_start_time','00:00:00'),(37672,10146,'_event_start_time','00:00:00'),(37673,10147,'_event_start_time','00:00:00'),(37674,10148,'_event_start_time','00:00:00'),(37675,10149,'_event_start_time','00:00:00'),(37676,10150,'_event_start_time','00:00:00'),(37677,10151,'_event_start_time','00:00:00'),(37678,10152,'_event_start_time','00:00:00'),(37679,10153,'_event_start_time','00:00:00'),(37680,10154,'_event_start_time','00:00:00'),(37681,10155,'_event_start_time','00:00:00'),(37682,10156,'_event_start_time','00:00:00'),(37683,10157,'_event_start_time','00:00:00'),(37684,10158,'_event_start_time','00:00:00'),(37685,10159,'_event_start_time','00:00:00'),(37686,10160,'_event_start_time','00:00:00'),(37687,10161,'_event_start_time','00:00:00'),(37688,10162,'_event_start_time','00:00:00'),(37689,10163,'_event_start_time','00:00:00'),(37690,10164,'_event_start_time','00:00:00'),(37691,10165,'_event_start_time','00:00:00'),(37692,10166,'_event_start_time','00:00:00'),(37693,10167,'_event_start_time','00:00:00'),(37694,10168,'_event_start_time','00:00:00'),(37695,10169,'_event_start_time','00:00:00'),(37696,10170,'_event_start_time','00:00:00'),(37697,10171,'_event_start_time','00:00:00'),(37698,10172,'_event_start_time','00:00:00'),(37699,10173,'_event_start_time','00:00:00'),(37700,10174,'_event_start_time','00:00:00'),(37701,10175,'_event_start_time','00:00:00'),(37702,10176,'_event_start_time','00:00:00'),(37703,10177,'_event_start_time','00:00:00'),(37704,10178,'_event_start_time','00:00:00'),(37705,10179,'_event_start_time','00:00:00'),(37706,10180,'_event_start_time','00:00:00'),(37707,10181,'_event_start_time','00:00:00'),(37708,10182,'_event_start_time','00:00:00'),(37709,10183,'_event_start_time','00:00:00'),(37710,10184,'_event_start_time','00:00:00'),(37711,10185,'_event_start_time','00:00:00'),(37712,10186,'_event_start_time','00:00:00'),(37713,10187,'_event_start_time','00:00:00'),(37714,10188,'_event_start_time','00:00:00'),(37715,10189,'_event_start_time','00:00:00'),(37716,10190,'_event_start_time','00:00:00'),(37717,10191,'_event_start_time','00:00:00'),(37718,10192,'_event_start_time','00:00:00'),(37719,10193,'_event_start_time','00:00:00'),(37720,10194,'_event_start_time','00:00:00'),(37721,10195,'_event_start_time','00:00:00'),(37722,10196,'_event_start_time','00:00:00'),(37723,10197,'_event_start_time','00:00:00'),(37724,10198,'_event_start_time','00:00:00'),(37725,10199,'_event_start_time','00:00:00'),(37726,10200,'_event_start_time','00:00:00'),(37727,10201,'_event_start_time','00:00:00'),(37728,10202,'_event_start_time','00:00:00'),(37729,10203,'_event_start_time','00:00:00'),(37730,10204,'_event_start_time','00:00:00'),(37731,10205,'_event_start_time','00:00:00'),(37732,10206,'_event_start_time','00:00:00'),(37733,10207,'_event_start_time','00:00:00'),(37734,10208,'_event_start_time','00:00:00'),(37735,10209,'_event_start_time','00:00:00'),(37736,10210,'_event_start_time','00:00:00'),(37737,10211,'_event_start_time','00:00:00'),(37738,10212,'_event_start_time','00:00:00'),(37739,10213,'_event_start_time','00:00:00'),(37740,10214,'_event_start_time','00:00:00'),(37741,10215,'_event_start_time','00:00:00'),(37742,10216,'_event_start_time','00:00:00'),(37743,10217,'_event_start_time','00:00:00'),(37744,10218,'_event_start_time','00:00:00'),(37745,10219,'_event_start_time','00:00:00'),(37746,10220,'_event_start_time','00:00:00'),(37747,10221,'_event_start_time','00:00:00'),(37748,10222,'_event_start_time','00:00:00'),(37749,10223,'_event_start_time','00:00:00'),(37750,10224,'_event_start_time','00:00:00'),(37751,10225,'_event_start_time','00:00:00'),(37752,10226,'_event_start_time','00:00:00'),(37753,10227,'_event_start_time','00:00:00'),(37754,10228,'_event_start_time','00:00:00'),(37755,10229,'_event_start_time','00:00:00'),(37756,10230,'_event_start_time','00:00:00'),(37757,10231,'_event_start_time','00:00:00'),(37758,10232,'_event_start_time','00:00:00'),(37759,10233,'_event_start_time','00:00:00'),(37760,10234,'_event_start_time','00:00:00'),(37761,10235,'_event_start_time','00:00:00'),(37762,10236,'_event_start_time','00:00:00'),(37770,10244,'_event_start_time','00:00:00'),(37773,10247,'_event_start_time','00:00:00'),(37774,10248,'_event_start_time','00:00:00'),(37775,10249,'_event_start_time','00:00:00'),(37776,10250,'_event_start_time','00:00:00'),(37777,10251,'_event_start_time','00:00:00'),(37778,10252,'_event_start_time','00:00:00'),(37779,10253,'_event_start_time','00:00:00'),(37780,10254,'_event_start_time','00:00:00'),(37781,10255,'_event_start_time','00:00:00'),(37782,10256,'_event_start_time','00:00:00'),(37783,10257,'_event_start_time','00:00:00'),(37784,10258,'_event_start_time','00:00:00'),(37785,10259,'_event_start_time','00:00:00'),(37786,10260,'_event_start_time','00:00:00'),(37787,10261,'_event_start_time','00:00:00'),(37788,10262,'_event_start_time','00:00:00'),(37789,10263,'_event_start_time','00:00:00'),(37790,10264,'_event_start_time','00:00:00'),(37791,10265,'_event_start_time','00:00:00'),(37792,10266,'_event_start_time','00:00:00'),(37793,10267,'_event_start_time','00:00:00'),(37794,10268,'_event_start_time','00:00:00'),(37795,10269,'_event_start_time','00:00:00'),(37796,10270,'_event_start_time','00:00:00'),(37797,10271,'_event_start_time','00:00:00'),(37798,10272,'_event_start_time','00:00:00'),(37799,10273,'_event_start_time','00:00:00'),(37800,10274,'_event_start_time','00:00:00'),(37801,10275,'_event_start_time','00:00:00'),(37802,10276,'_event_start_time','00:00:00'),(37803,10277,'_event_start_time','00:00:00'),(37804,10278,'_event_start_time','00:00:00'),(37805,10279,'_event_start_time','00:00:00'),(37806,10280,'_event_start_time','00:00:00'),(37807,10281,'_event_start_time','00:00:00'),(37808,10282,'_event_start_time','00:00:00'),(37809,10283,'_event_start_time','00:00:00'),(37810,10284,'_event_start_time','00:00:00'),(37811,10285,'_event_start_time','00:00:00'),(37812,10286,'_event_start_time','00:00:00'),(37813,10287,'_event_start_time','00:00:00'),(37814,10288,'_event_start_time','00:00:00'),(37815,10289,'_event_start_time','00:00:00'),(37816,10290,'_event_start_time','00:00:00'),(37817,10291,'_event_start_time','00:00:00'),(37818,10292,'_event_start_time','00:00:00'),(37819,10293,'_event_start_time','00:00:00'),(37820,10294,'_event_start_time','00:00:00'),(37821,10295,'_event_start_time','00:00:00'),(37822,10296,'_event_start_time','00:00:00'),(37823,10297,'_event_start_time','00:00:00'),(37824,10298,'_event_start_time','00:00:00'),(37825,10299,'_event_start_time','00:00:00'),(37826,10300,'_event_start_time','00:00:00'),(37827,10301,'_event_start_time','00:00:00'),(37828,10302,'_event_start_time','00:00:00'),(37829,10303,'_event_start_time','00:00:00'),(37830,10304,'_event_start_time','00:00:00'),(37831,10305,'_event_start_time','00:00:00'),(37832,10306,'_event_start_time','00:00:00'),(37833,10307,'_event_start_time','00:00:00'),(37834,10308,'_event_start_time','00:00:00'),(37835,10309,'_event_start_time','00:00:00'),(37836,10310,'_event_start_time','00:00:00'),(37837,10311,'_event_start_time','00:00:00'),(37838,10312,'_event_start_time','00:00:00'),(37839,10313,'_event_start_time','00:00:00'),(37840,10314,'_event_start_time','00:00:00'),(37841,10315,'_event_start_time','00:00:00'),(37842,10316,'_event_start_time','00:00:00'),(37843,10317,'_event_start_time','00:00:00'),(37844,10318,'_event_start_time','00:00:00'),(37845,10319,'_event_start_time','00:00:00'),(37846,10320,'_event_start_time','00:00:00'),(37847,10321,'_event_start_time','00:00:00'),(37848,10322,'_event_start_time','00:00:00'),(37849,10323,'_event_start_time','00:00:00'),(37850,10324,'_event_start_time','00:00:00'),(37851,10325,'_event_start_time','00:00:00'),(37852,10326,'_event_start_time','00:00:00'),(37853,10327,'_event_start_time','00:00:00'),(37854,10328,'_event_start_time','00:00:00'),(37855,10329,'_event_start_time','00:00:00'),(37856,10330,'_event_start_time','00:00:00'),(37857,10331,'_event_start_time','00:00:00'),(37858,10332,'_event_start_time','00:00:00'),(37859,10333,'_event_start_time','00:00:00'),(37860,10334,'_event_start_time','00:00:00'),(37861,10335,'_event_start_time','00:00:00'),(37862,10336,'_event_start_time','00:00:00'),(37863,10337,'_event_start_time','00:00:00'),(37864,10338,'_event_start_time','00:00:00'),(37865,10339,'_event_start_time','00:00:00'),(37866,10340,'_event_start_time','00:00:00'),(37867,10341,'_event_start_time','00:00:00'),(37868,10342,'_event_start_time','00:00:00'),(37869,10343,'_event_start_time','00:00:00'),(37870,10344,'_event_start_time','00:00:00'),(37871,10345,'_event_start_time','00:00:00'),(37872,10346,'_event_start_time','00:00:00'),(37873,10347,'_event_start_time','00:00:00'),(37874,10348,'_event_start_time','00:00:00'),(37875,10349,'_event_start_time','00:00:00'),(37876,10350,'_event_start_time','00:00:00'),(37877,10351,'_event_start_time','00:00:00'),(37878,10352,'_event_start_time','00:00:00'),(37879,10353,'_event_start_time','00:00:00'),(37880,10354,'_event_start_time','00:00:00'),(37881,10355,'_event_start_time','00:00:00'),(37882,10356,'_event_start_time','00:00:00'),(37883,10357,'_event_start_time','00:00:00'),(37884,10358,'_event_start_time','00:00:00'),(37885,10359,'_event_start_time','00:00:00'),(37886,10360,'_event_start_time','00:00:00'),(37887,10361,'_event_start_time','00:00:00'),(37888,10362,'_event_start_time','00:00:00'),(37889,10363,'_event_start_time','00:00:00'),(37890,10364,'_event_start_time','00:00:00'),(37891,10365,'_event_start_time','00:00:00'),(37892,10366,'_event_start_time','00:00:00'),(37893,10367,'_event_start_time','00:00:00'),(37894,10368,'_event_start_time','00:00:00'),(37895,10369,'_event_start_time','00:00:00'),(37896,10370,'_event_start_time','00:00:00'),(37897,10371,'_event_start_time','00:00:00'),(37898,10372,'_event_start_time','00:00:00'),(37899,10373,'_event_start_time','00:00:00'),(37900,10374,'_event_start_time','00:00:00'),(37901,10375,'_event_start_time','00:00:00'),(37902,10376,'_event_start_time','00:00:00'),(37903,10377,'_event_start_time','00:00:00'),(37904,10378,'_event_start_time','00:00:00'),(37905,10379,'_event_start_time','00:00:00'),(37906,10380,'_event_start_time','00:00:00'),(37907,10381,'_event_start_time','00:00:00'),(37908,10382,'_event_start_time','00:00:00'),(37909,10383,'_event_start_time','00:00:00'),(37910,10384,'_event_start_time','00:00:00'),(37911,10385,'_event_start_time','00:00:00'),(37912,10386,'_event_start_time','00:00:00'),(37913,10387,'_event_start_time','00:00:00'),(37914,10388,'_event_start_time','00:00:00'),(37915,10389,'_event_start_time','00:00:00'),(37916,10390,'_event_start_time','00:00:00'),(37917,10391,'_event_start_time','00:00:00'),(37918,10392,'_event_start_time','00:00:00'),(37919,10393,'_event_start_time','00:00:00'),(37920,10394,'_event_start_time','00:00:00'),(37921,10395,'_event_start_time','00:00:00'),(37922,10396,'_event_start_time','00:00:00'),(37923,10397,'_event_start_time','00:00:00'),(37924,10398,'_event_start_time','00:00:00'),(37925,10399,'_event_start_time','00:00:00'),(37926,10400,'_event_start_time','00:00:00'),(37927,10401,'_event_start_time','00:00:00'),(37928,10402,'_event_start_time','00:00:00'),(37929,10403,'_event_start_time','00:00:00'),(37930,10404,'_event_start_time','00:00:00'),(37931,10405,'_event_start_time','00:00:00'),(37932,10406,'_event_start_time','00:00:00'),(37933,10407,'_event_start_time','00:00:00'),(37934,10408,'_event_start_time','00:00:00'),(37935,10409,'_event_start_time','00:00:00'),(37936,10410,'_event_start_time','00:00:00'),(37937,10411,'_event_start_time','00:00:00'),(37938,10412,'_event_start_time','00:00:00'),(37939,10413,'_event_start_time','00:00:00'),(37940,10414,'_event_start_time','00:00:00'),(37941,10415,'_event_start_time','00:00:00'),(37942,10416,'_event_start_time','00:00:00'),(37943,10417,'_event_start_time','00:00:00'),(37944,10418,'_event_start_time','00:00:00'),(37945,10419,'_event_start_time','00:00:00'),(37946,10420,'_event_start_time','00:00:00'),(37947,10421,'_event_start_time','00:00:00'),(37948,10422,'_event_start_time','00:00:00'),(37949,10423,'_event_start_time','00:00:00'),(37950,10424,'_event_start_time','00:00:00'),(37951,10425,'_event_start_time','00:00:00'),(37952,10426,'_event_start_time','00:00:00'),(37953,10427,'_event_start_time','00:00:00'),(37954,10428,'_event_start_time','00:00:00'),(37955,10429,'_event_start_time','00:00:00'),(37956,10430,'_event_start_time','00:00:00'),(37957,10431,'_event_start_time','00:00:00'),(37958,10432,'_event_start_time','00:00:00'),(37959,10433,'_event_start_time','00:00:00'),(37960,10434,'_event_start_time','00:00:00'),(37961,10435,'_event_start_time','00:00:00'),(37962,10436,'_event_start_time','00:00:00'),(37963,10437,'_event_start_time','00:00:00'),(37964,10438,'_event_start_time','00:00:00'),(37965,10439,'_event_start_time','00:00:00'),(37966,10440,'_event_start_time','00:00:00'),(37967,10441,'_event_start_time','00:00:00'),(37968,10442,'_event_start_time','00:00:00'),(37969,10443,'_event_start_time','00:00:00'),(37970,10444,'_event_start_time','00:00:00'),(37971,10445,'_event_start_time','00:00:00'),(37972,10446,'_event_start_time','00:00:00'),(37973,10447,'_event_start_time','00:00:00'),(37974,10448,'_event_start_time','00:00:00'),(37975,10449,'_event_start_time','00:00:00'),(37976,10450,'_event_start_time','00:00:00'),(37977,10451,'_event_start_time','00:00:00'),(37978,10452,'_event_start_time','00:00:00'),(37979,10453,'_event_start_time','00:00:00'),(37980,10454,'_event_start_time','00:00:00'),(37981,10455,'_event_start_time','00:00:00'),(37982,10456,'_event_start_time','00:00:00'),(37983,10457,'_event_start_time','00:00:00'),(37984,10458,'_event_start_time','00:00:00'),(37985,10459,'_event_start_time','00:00:00'),(37986,10460,'_event_start_time','00:00:00'),(37987,10461,'_event_start_time','00:00:00'),(37988,10462,'_event_start_time','00:00:00'),(37989,10463,'_event_start_time','00:00:00'),(37990,10464,'_event_start_time','00:00:00'),(37991,10465,'_event_start_time','00:00:00'),(37992,10466,'_event_start_time','00:00:00'),(37993,10467,'_event_start_time','00:00:00'),(37994,10468,'_event_start_time','00:00:00'),(37995,10469,'_event_start_time','00:00:00'),(37996,10470,'_event_start_time','00:00:00'),(37997,10471,'_event_start_time','00:00:00'),(37998,10472,'_event_start_time','00:00:00'),(37999,10473,'_event_start_time','00:00:00'),(38000,10474,'_event_start_time','00:00:00'),(38001,10475,'_event_start_time','00:00:00'),(38002,10476,'_event_start_time','00:00:00'),(38003,10477,'_event_start_time','00:00:00'),(38004,10478,'_event_start_time','00:00:00'),(38005,10479,'_event_start_time','00:00:00'),(38006,10480,'_event_start_time','00:00:00'),(38007,10481,'_event_start_time','00:00:00'),(38008,10482,'_event_start_time','00:00:00'),(38009,10483,'_event_start_time','00:00:00'),(38010,10484,'_event_start_time','00:00:00'),(38011,10485,'_event_start_time','00:00:00'),(38012,10486,'_event_start_time','00:00:00'),(38013,10487,'_event_start_time','00:00:00'),(38014,10488,'_event_start_time','00:00:00'),(38015,10489,'_event_start_time','00:00:00'),(38016,10490,'_event_start_time','00:00:00'),(38017,10491,'_event_start_time','00:00:00'),(38018,10492,'_event_start_time','00:00:00'),(38019,10493,'_event_start_time','00:00:00'),(38020,10494,'_event_start_time','00:00:00'),(38021,10495,'_event_start_time','00:00:00'),(38022,10496,'_event_start_time','00:00:00'),(38023,10497,'_event_start_time','00:00:00'),(38024,10498,'_event_start_time','00:00:00'),(38025,10499,'_event_start_time','00:00:00'),(38026,10500,'_event_start_time','00:00:00'),(38027,10501,'_event_start_time','00:00:00'),(38028,10502,'_event_start_time','00:00:00'),(38029,10503,'_event_start_time','00:00:00'),(38030,10504,'_event_start_time','00:00:00'),(38031,10505,'_event_start_time','00:00:00'),(38032,10506,'_event_start_time','00:00:00'),(38033,10507,'_event_start_time','00:00:00'),(38034,10508,'_event_start_time','00:00:00'),(38035,10509,'_event_start_time','00:00:00'),(38036,10510,'_event_start_time','00:00:00'),(38037,10511,'_event_start_time','00:00:00'),(38038,10512,'_event_start_time','00:00:00'),(38039,10513,'_event_start_time','00:00:00'),(38040,10514,'_event_start_time','00:00:00'),(38041,10515,'_event_start_time','00:00:00'),(38042,10516,'_event_start_time','00:00:00'),(38043,10517,'_event_start_time','00:00:00'),(38044,10518,'_event_start_time','00:00:00'),(38045,10519,'_event_start_time','00:00:00'),(38046,10520,'_event_start_time','00:00:00'),(38047,10521,'_event_start_time','00:00:00'),(38048,10522,'_event_start_time','00:00:00'),(38049,10523,'_event_start_time','00:00:00'),(38050,10524,'_event_start_time','00:00:00'),(38051,10525,'_event_start_time','00:00:00'),(38052,10526,'_event_start_time','00:00:00'),(38053,10527,'_event_start_time','00:00:00'),(38054,10528,'_event_start_time','00:00:00'),(38055,10529,'_event_start_time','00:00:00'),(38056,10530,'_event_start_time','00:00:00'),(38057,10531,'_event_start_time','00:00:00'),(38058,10532,'_event_start_time','00:00:00'),(38059,10533,'_event_start_time','00:00:00'),(38060,10534,'_event_start_time','00:00:00'),(38061,10535,'_event_start_time','00:00:00'),(38062,10536,'_event_start_time','00:00:00'),(38063,10537,'_event_start_time','00:00:00'),(38064,10538,'_event_start_time','00:00:00'),(38065,10539,'_event_start_time','00:00:00'),(38066,10540,'_event_start_time','00:00:00'),(38067,10541,'_event_start_time','00:00:00'),(38068,10542,'_event_start_time','00:00:00'),(38069,10543,'_event_start_time','00:00:00'),(38070,10544,'_event_start_time','00:00:00'),(38071,10545,'_event_start_time','00:00:00'),(38072,10546,'_event_start_time','00:00:00'),(38073,10547,'_event_start_time','00:00:00'),(38074,10548,'_event_start_time','00:00:00'),(38075,10549,'_event_start_time','00:00:00'),(38076,10550,'_event_start_time','00:00:00'),(38077,10551,'_event_start_time','00:00:00'),(38078,10552,'_event_start_time','00:00:00'),(38079,10553,'_event_start_time','00:00:00'),(38080,10554,'_event_start_time','00:00:00'),(38081,10555,'_event_start_time','00:00:00'),(38082,10556,'_event_start_time','00:00:00'),(38083,10557,'_event_start_time','00:00:00'),(38084,10558,'_event_start_time','00:00:00'),(38085,10559,'_event_start_time','00:00:00'),(38086,10560,'_event_start_time','00:00:00'),(38087,10561,'_event_start_time','00:00:00'),(38088,10562,'_event_start_time','00:00:00'),(38089,10563,'_event_start_time','00:00:00'),(38090,10564,'_event_start_time','00:00:00'),(38091,10565,'_event_start_time','00:00:00'),(38092,10566,'_event_start_time','00:00:00'),(38093,10567,'_event_start_time','00:00:00'),(38094,10568,'_event_start_time','00:00:00'),(38095,10569,'_event_start_time','00:00:00'),(38096,10570,'_event_start_time','00:00:00'),(38097,10571,'_event_start_time','00:00:00'),(38098,10572,'_event_start_time','00:00:00'),(38099,10573,'_event_start_time','00:00:00'),(38100,10574,'_event_start_time','00:00:00'),(38101,10575,'_event_start_time','00:00:00'),(38102,10576,'_event_start_time','00:00:00'),(38103,10577,'_event_start_time','00:00:00'),(38104,10578,'_event_start_time','00:00:00'),(38105,10579,'_event_start_time','00:00:00'),(38106,10580,'_event_start_time','00:00:00'),(38107,10581,'_event_start_time','00:00:00'),(38108,10582,'_event_start_time','00:00:00'),(38109,10583,'_event_start_time','00:00:00'),(38110,10584,'_event_start_time','00:00:00'),(38111,10585,'_event_start_time','00:00:00'),(38112,10586,'_event_start_time','00:00:00'),(38113,10587,'_event_start_time','00:00:00'),(38114,10588,'_event_start_time','00:00:00'),(38115,10589,'_event_start_time','00:00:00'),(38116,10590,'_event_start_time','00:00:00'),(38117,10591,'_event_start_time','00:00:00'),(38118,10592,'_event_start_time','00:00:00'),(38119,10593,'_event_start_time','00:00:00'),(38120,10594,'_event_start_time','00:00:00'),(38121,10595,'_event_start_time','00:00:00'),(38122,10596,'_event_start_time','00:00:00'),(38123,10597,'_event_start_time','00:00:00'),(38124,10598,'_event_start_time','00:00:00'),(38125,10599,'_event_start_time','00:00:00'),(38126,10600,'_event_start_time','00:00:00'),(38127,10601,'_event_start_time','00:00:00'),(38128,10602,'_event_start_time','00:00:00'),(38129,10603,'_event_start_time','00:00:00'),(38130,10604,'_event_start_time','00:00:00'),(38131,10605,'_event_start_time','00:00:00'),(38132,10606,'_event_start_time','00:00:00'),(38133,10607,'_event_start_time','00:00:00'),(38134,10608,'_event_start_time','00:00:00'),(38135,10609,'_event_start_time','00:00:00'),(38136,10610,'_event_start_time','00:00:00'),(38137,10611,'_event_start_time','00:00:00'),(38138,10612,'_event_start_time','00:00:00'),(38139,10613,'_event_start_time','00:00:00'),(38140,10614,'_event_start_time','00:00:00'),(38141,10615,'_event_start_time','00:00:00'),(38142,10616,'_event_start_time','00:00:00'),(38143,10617,'_event_start_time','00:00:00'),(38144,10618,'_event_start_time','00:00:00'),(38145,10619,'_event_start_time','00:00:00'),(38146,10620,'_event_start_time','00:00:00'),(38147,10621,'_event_start_time','00:00:00'),(38148,10622,'_event_start_time','00:00:00'),(38149,10623,'_event_start_time','00:00:00'),(38150,10624,'_event_start_time','00:00:00'),(38151,10625,'_event_start_time','00:00:00'),(38152,10626,'_event_start_time','00:00:00'),(38153,10627,'_event_start_time','00:00:00'),(38154,10628,'_event_start_time','00:00:00'),(38155,10629,'_event_start_time','00:00:00'),(38156,10630,'_event_start_time','00:00:00'),(38157,10631,'_event_start_time','00:00:00'),(38158,10632,'_event_start_time','00:00:00'),(38159,10633,'_event_start_time','00:00:00'),(38160,10634,'_event_start_time','00:00:00'),(38161,10635,'_event_start_time','00:00:00'),(38162,10636,'_event_start_time','00:00:00'),(38163,10637,'_event_start_time','00:00:00'),(38164,10638,'_event_start_time','00:00:00'),(38165,10639,'_event_start_time','00:00:00'),(38166,10640,'_event_start_time','00:00:00'),(38167,10641,'_event_start_time','00:00:00'),(38168,10642,'_event_start_time','00:00:00'),(38169,10643,'_event_start_time','00:00:00'),(38170,10644,'_event_start_time','00:00:00'),(38171,10645,'_event_start_time','00:00:00'),(38172,10646,'_event_start_time','00:00:00'),(38173,10647,'_event_start_time','00:00:00'),(38174,10648,'_event_start_time','00:00:00'),(38175,10649,'_event_start_time','00:00:00'),(38176,10650,'_event_start_time','00:00:00'),(38177,10651,'_event_start_time','00:00:00'),(38178,10652,'_event_start_time','00:00:00'),(38179,10653,'_event_start_time','00:00:00'),(38180,10654,'_event_start_time','00:00:00'),(38181,10655,'_event_start_time','00:00:00'),(38182,10656,'_event_start_time','00:00:00'),(38183,10657,'_event_start_time','00:00:00'),(38184,10658,'_event_start_time','00:00:00'),(38185,10659,'_event_start_time','00:00:00'),(38186,10660,'_event_start_time','00:00:00'),(38187,10661,'_event_start_time','00:00:00'),(38188,10662,'_event_start_time','00:00:00'),(38189,10663,'_event_start_time','00:00:00'),(38190,10664,'_event_start_time','00:00:00'),(38191,10665,'_event_start_time','00:00:00'),(38192,10666,'_event_start_time','00:00:00'),(38193,10667,'_event_start_time','00:00:00'),(38194,10668,'_event_start_time','00:00:00'),(38195,10669,'_event_start_time','00:00:00'),(38196,10670,'_event_start_time','00:00:00'),(38197,10671,'_event_start_time','00:00:00'),(38198,10672,'_event_start_time','00:00:00'),(38199,10673,'_event_start_time','00:00:00'),(38200,10674,'_event_start_time','00:00:00'),(38201,10675,'_event_start_time','00:00:00'),(38202,10676,'_event_start_time','00:00:00'),(38203,10677,'_event_start_time','00:00:00'),(38204,10678,'_event_start_time','00:00:00'),(38205,10679,'_event_start_time','00:00:00'),(38206,10680,'_event_start_time','00:00:00'),(38207,10681,'_event_start_time','00:00:00'),(38208,10682,'_event_start_time','00:00:00'),(38209,10683,'_event_start_time','00:00:00'),(38210,10684,'_event_start_time','00:00:00'),(38211,10685,'_event_start_time','00:00:00'),(38212,10686,'_event_start_time','00:00:00'),(38213,10687,'_event_start_time','00:00:00'),(38214,10688,'_event_start_time','00:00:00'),(38215,10689,'_event_start_time','00:00:00'),(38216,10690,'_event_start_time','00:00:00'),(38217,10691,'_event_start_time','00:00:00'),(38218,10692,'_event_start_time','00:00:00'),(38219,10693,'_event_start_time','00:00:00'),(38220,10694,'_event_start_time','00:00:00'),(38221,10695,'_event_start_time','00:00:00'),(38222,10696,'_event_start_time','00:00:00'),(38223,10697,'_event_start_time','00:00:00'),(38224,10698,'_event_start_time','00:00:00'),(38225,10699,'_event_start_time','00:00:00'),(38226,10700,'_event_start_time','00:00:00'),(38227,10701,'_event_start_time','00:00:00'),(38228,10702,'_event_start_time','00:00:00'),(38229,10703,'_event_start_time','00:00:00'),(38230,10704,'_event_start_time','00:00:00'),(38231,10705,'_event_start_time','00:00:00'),(38232,10706,'_event_start_time','00:00:00'),(38233,10707,'_event_start_time','00:00:00'),(38234,10708,'_event_start_time','00:00:00'),(38235,10709,'_event_start_time','00:00:00'),(38236,10710,'_event_start_time','00:00:00'),(38237,10711,'_event_start_time','00:00:00'),(38238,10712,'_event_start_time','00:00:00'),(38239,10713,'_event_start_time','00:00:00'),(38240,10714,'_event_start_time','00:00:00'),(38241,10715,'_event_start_time','00:00:00'),(38243,10717,'_event_start_time','00:00:00'),(38244,10718,'_event_start_time','00:00:00'),(38246,10720,'_event_start_time','00:00:00'),(38247,10721,'_event_start_time','00:00:00'),(38248,10722,'_event_start_time','00:00:00'),(38249,10723,'_event_start_time','00:00:00'),(38250,10724,'_event_start_time','00:00:00'),(38251,10725,'_event_start_time','00:00:00'),(38252,10726,'_event_start_time','00:00:00'),(38253,10727,'_event_start_time','00:00:00'),(38254,10728,'_event_start_time','00:00:00'),(38255,10729,'_event_start_time','00:00:00'),(38256,10730,'_event_start_time','00:00:00'),(38257,10731,'_event_start_time','00:00:00'),(38258,10732,'_event_start_time','00:00:00'),(38259,10733,'_event_start_time','00:00:00'),(38260,10734,'_event_start_time','00:00:00'),(38261,10735,'_event_start_time','00:00:00'),(38262,10736,'_event_start_time','00:00:00'),(38263,10737,'_event_start_time','00:00:00'),(38264,10738,'_event_start_time','00:00:00'),(38265,10739,'_event_start_time','00:00:00'),(38266,10740,'_event_start_time','00:00:00'),(38267,10741,'_event_start_time','00:00:00'),(38268,10742,'_event_start_time','00:00:00'),(38269,10743,'_event_start_time','00:00:00'),(38270,10744,'_event_start_time','00:00:00'),(38271,10745,'_event_start_time','00:00:00'),(38272,10746,'_event_start_time','00:00:00'),(38273,10747,'_event_start_time','00:00:00'),(38274,10748,'_event_start_time','00:00:00'),(38275,10749,'_event_start_time','00:00:00'),(38276,10750,'_event_start_time','00:00:00'),(38277,10751,'_event_start_time','00:00:00'),(38278,10752,'_event_start_time','00:00:00'),(38279,10753,'_event_start_time','00:00:00'),(38280,10754,'_event_start_time','00:00:00'),(38281,10755,'_event_start_time','00:00:00'),(38282,10756,'_event_start_time','00:00:00'),(38283,10757,'_event_start_time','00:00:00'),(38284,10758,'_event_start_time','00:00:00'),(38285,10759,'_event_start_time','00:00:00'),(38286,10760,'_event_start_time','00:00:00'),(38287,10761,'_event_start_time','00:00:00'),(38288,10762,'_event_start_time','00:00:00'),(38289,10763,'_event_start_time','00:00:00'),(38290,10764,'_event_start_time','00:00:00'),(38291,10765,'_event_start_time','00:00:00'),(38292,10766,'_event_start_time','00:00:00'),(38293,10767,'_event_start_time','00:00:00'),(38294,10768,'_event_start_time','00:00:00'),(38295,10769,'_event_start_time','00:00:00'),(38296,10770,'_event_start_time','00:00:00'),(38297,10771,'_event_start_time','00:00:00'),(38298,10772,'_event_start_time','00:00:00'),(38299,10773,'_event_start_time','00:00:00'),(38300,10774,'_event_start_time','00:00:00'),(38301,10775,'_event_start_time','00:00:00'),(38302,10776,'_event_start_time','00:00:00'),(38303,10777,'_event_start_time','00:00:00'),(38304,10778,'_event_start_time','00:00:00'),(38305,10779,'_event_start_time','00:00:00'),(38306,10780,'_event_start_time','00:00:00'),(38307,10781,'_event_start_time','00:00:00'),(38308,10782,'_event_start_time','00:00:00'),(38309,10783,'_event_start_time','00:00:00'),(38310,10784,'_event_start_time','00:00:00'),(38311,10785,'_event_start_time','00:00:00'),(38312,10786,'_event_start_time','00:00:00'),(38313,10787,'_event_start_time','00:00:00'),(38314,10788,'_event_start_time','00:00:00'),(38315,10789,'_event_start_time','00:00:00'),(38316,10790,'_event_start_time','00:00:00'),(38317,10791,'_event_start_time','00:00:00'),(38318,10792,'_event_start_time','00:00:00'),(38319,10793,'_event_start_time','00:00:00'),(38320,10794,'_event_start_time','00:00:00'),(38321,10795,'_event_start_time','00:00:00'),(38322,10796,'_event_start_time','00:00:00'),(38323,10797,'_event_start_time','00:00:00'),(38324,10798,'_event_start_time','00:00:00'),(38325,10799,'_event_start_time','00:00:00'),(38326,10800,'_event_start_time','00:00:00'),(38327,10801,'_event_start_time','00:00:00'),(38328,10802,'_event_start_time','00:00:00'),(38329,10803,'_event_start_time','00:00:00'),(38330,10804,'_event_start_time','00:00:00'),(38331,10805,'_event_start_time','00:00:00'),(38332,10806,'_event_start_time','00:00:00'),(38333,10807,'_event_start_time','00:00:00'),(38334,10808,'_event_start_time','00:00:00'),(38335,10809,'_event_start_time','00:00:00'),(38336,10810,'_event_start_time','00:00:00'),(38337,10811,'_event_start_time','00:00:00'),(38338,10812,'_event_start_time','00:00:00'),(38339,10813,'_event_start_time','00:00:00'),(38340,10814,'_event_start_time','00:00:00'),(38341,10815,'_event_start_time','00:00:00'),(38342,10816,'_event_start_time','00:00:00'),(38343,10817,'_event_start_time','00:00:00'),(38344,10818,'_event_start_time','00:00:00'),(38345,10819,'_event_start_time','00:00:00'),(38346,10820,'_event_start_time','00:00:00'),(38347,10821,'_event_start_time','00:00:00'),(38348,10822,'_event_start_time','00:00:00'),(38349,10823,'_event_start_time','00:00:00'),(38350,10824,'_event_start_time','00:00:00'),(38351,10825,'_event_start_time','00:00:00'),(38352,10826,'_event_start_time','00:00:00'),(38353,10827,'_event_start_time','00:00:00'),(38354,10828,'_event_start_time','00:00:00'),(38355,10829,'_event_start_time','00:00:00'),(38356,10830,'_event_start_time','00:00:00'),(38357,10831,'_event_start_time','00:00:00'),(38358,10832,'_event_start_time','00:00:00'),(38359,10833,'_event_start_time','00:00:00'),(38360,10834,'_event_start_time','00:00:00'),(38361,10835,'_event_start_time','00:00:00'),(38362,10836,'_event_start_time','00:00:00'),(38363,10837,'_event_start_time','00:00:00'),(38364,10838,'_event_start_time','00:00:00'),(38365,10839,'_event_start_time','00:00:00'),(38366,10840,'_event_start_time','00:00:00'),(38367,10841,'_event_start_time','00:00:00'),(38368,10842,'_event_start_time','00:00:00'),(38369,10843,'_event_start_time','00:00:00'),(38370,10844,'_event_start_time','00:00:00'),(38371,10845,'_event_start_time','00:00:00'),(38372,10846,'_event_start_time','00:00:00'),(38373,10847,'_event_start_time','00:00:00'),(38374,10848,'_event_start_time','00:00:00'),(38375,10849,'_event_start_time','00:00:00'),(38376,10850,'_event_start_time','00:00:00'),(38377,10851,'_event_start_time','00:00:00'),(38378,10852,'_event_start_time','00:00:00'),(38379,10853,'_event_start_time','00:00:00'),(38380,10854,'_event_start_time','00:00:00'),(39339,9766,'_event_end_time','00:00:00'),(39340,9767,'_event_end_time','00:00:00'),(39341,9768,'_event_end_time','00:00:00'),(39342,9769,'_event_end_time','00:00:00'),(39343,9770,'_event_end_time','00:00:00'),(39344,9771,'_event_end_time','00:00:00'),(39345,9772,'_event_end_time','00:00:00'),(39346,9773,'_event_end_time','00:00:00'),(39347,9774,'_event_end_time','00:00:00'),(39348,9775,'_event_end_time','00:00:00'),(39349,9776,'_event_end_time','00:00:00'),(39350,9777,'_event_end_time','00:00:00'),(39351,9778,'_event_end_time','00:00:00'),(39352,9779,'_event_end_time','00:00:00'),(39353,9780,'_event_end_time','00:00:00'),(39354,9781,'_event_end_time','00:00:00'),(39355,9782,'_event_end_time','00:00:00'),(39356,9783,'_event_end_time','00:00:00'),(39357,9784,'_event_end_time','00:00:00'),(39358,9785,'_event_end_time','00:00:00'),(39359,9786,'_event_end_time','00:00:00'),(39360,9787,'_event_end_time','00:00:00'),(39361,9788,'_event_end_time','00:00:00'),(39362,9789,'_event_end_time','00:00:00'),(39363,9790,'_event_end_time','00:00:00'),(39364,9791,'_event_end_time','00:00:00'),(39365,9792,'_event_end_time','00:00:00'),(39366,9793,'_event_end_time','00:00:00'),(39367,9794,'_event_end_time','00:00:00'),(39368,9795,'_event_end_time','00:00:00'),(39369,9796,'_event_end_time','00:00:00'),(39370,9797,'_event_end_time','00:00:00'),(39371,9798,'_event_end_time','00:00:00'),(39372,9799,'_event_end_time','00:00:00'),(39373,9800,'_event_end_time','00:00:00'),(39374,9801,'_event_end_time','20:30:00'),(39375,9802,'_event_end_time','00:00:00'),(39376,9803,'_event_end_time','00:00:00'),(39377,9804,'_event_end_time','00:00:00'),(39378,9805,'_event_end_time','00:00:00'),(39379,9806,'_event_end_time','00:00:00'),(39380,9807,'_event_end_time','00:00:00'),(39381,9808,'_event_end_time','00:00:00'),(39382,9809,'_event_end_time','00:00:00'),(39383,9810,'_event_end_time','00:00:00'),(39384,9811,'_event_end_time','00:00:00'),(39385,9812,'_event_end_time','00:00:00'),(39386,9813,'_event_end_time','00:00:00'),(39387,9814,'_event_end_time','00:00:00'),(39388,9815,'_event_end_time','00:00:00'),(39389,9816,'_event_end_time','00:00:00'),(39390,9817,'_event_end_time','00:00:00'),(39391,9818,'_event_end_time','00:00:00'),(39392,9819,'_event_end_time','00:00:00'),(39393,9820,'_event_end_time','00:00:00'),(39394,9821,'_event_end_time','00:00:00'),(39395,9822,'_event_end_time','00:00:00'),(39396,9823,'_event_end_time','00:00:00'),(39397,9824,'_event_end_time','00:00:00'),(39398,9825,'_event_end_time','00:00:00'),(39399,9826,'_event_end_time','00:00:00'),(39400,9827,'_event_end_time','00:00:00'),(39401,9828,'_event_end_time','00:00:00'),(39402,9829,'_event_end_time','00:00:00'),(39403,9830,'_event_end_time','00:00:00'),(39405,9832,'_event_end_time','00:00:00'),(39406,9833,'_event_end_time','00:00:00'),(39407,9834,'_event_end_time','00:00:00'),(39408,9835,'_event_end_time','00:00:00'),(39409,9836,'_event_end_time','00:00:00'),(39410,9837,'_event_end_time','00:00:00'),(39411,9838,'_event_end_time','00:00:00'),(39412,9839,'_event_end_time','00:00:00'),(39413,9840,'_event_end_time','00:00:00'),(39414,9841,'_event_end_time','00:00:00'),(39415,9842,'_event_end_time','00:00:00'),(39416,9843,'_event_end_time','00:00:00'),(39417,9844,'_event_end_time','00:00:00'),(39418,9845,'_event_end_time','00:00:00'),(39419,9846,'_event_end_time','00:00:00'),(39420,9847,'_event_end_time','00:00:00'),(39421,9848,'_event_end_time','00:00:00'),(39422,9849,'_event_end_time','00:00:00'),(39423,9850,'_event_end_time','00:00:00'),(39424,9851,'_event_end_time','00:00:00'),(39425,9852,'_event_end_time','00:00:00'),(39426,9853,'_event_end_time','00:00:00'),(39427,9854,'_event_end_time','00:00:00'),(39428,9855,'_event_end_time','00:00:00'),(39429,9856,'_event_end_time','00:00:00'),(39430,9857,'_event_end_time','00:00:00'),(39431,9858,'_event_end_time','00:00:00'),(39432,9859,'_event_end_time','00:00:00'),(39433,9860,'_event_end_time','00:00:00'),(39434,9861,'_event_end_time','00:00:00'),(39435,9862,'_event_end_time','00:00:00'),(39436,9863,'_event_end_time','00:00:00'),(39437,9864,'_event_end_time','00:00:00'),(39438,9865,'_event_end_time','00:00:00'),(39439,9866,'_event_end_time','00:00:00'),(39440,9867,'_event_end_time','00:00:00'),(39441,9868,'_event_end_time','00:00:00'),(39442,9869,'_event_end_time','00:00:00'),(39443,9870,'_event_end_time','00:00:00'),(39444,9871,'_event_end_time','00:00:00'),(39445,9872,'_event_end_time','00:00:00'),(39446,9873,'_event_end_time','00:00:00'),(39447,9874,'_event_end_time','00:00:00'),(39448,9875,'_event_end_time','00:00:00'),(39449,9876,'_event_end_time','00:00:00'),(39450,9877,'_event_end_time','00:00:00'),(39451,9878,'_event_end_time','00:00:00'),(39452,9879,'_event_end_time','00:00:00'),(39453,9880,'_event_end_time','00:00:00'),(39454,9881,'_event_end_time','00:00:00'),(39455,9882,'_event_end_time','00:00:00'),(39456,9883,'_event_end_time','00:00:00'),(39457,9884,'_event_end_time','00:00:00'),(39458,9885,'_event_end_time','00:00:00'),(39459,9886,'_event_end_time','00:00:00'),(39460,9887,'_event_end_time','00:00:00'),(39461,9888,'_event_end_time','00:00:00'),(39462,9889,'_event_end_time','00:00:00'),(39463,9890,'_event_end_time','00:00:00'),(39464,9891,'_event_end_time','00:00:00'),(39465,9892,'_event_end_time','00:00:00'),(39466,9893,'_event_end_time','00:00:00'),(39467,9894,'_event_end_time','00:00:00'),(39468,9895,'_event_end_time','00:00:00'),(39469,9896,'_event_end_time','00:00:00'),(39470,9897,'_event_end_time','00:00:00'),(39471,9898,'_event_end_time','00:00:00'),(39472,9899,'_event_end_time','00:00:00'),(39473,9900,'_event_end_time','00:00:00'),(39474,9901,'_event_end_time','00:00:00'),(39475,9902,'_event_end_time','00:00:00'),(39476,9903,'_event_end_time','00:00:00'),(39477,9904,'_event_end_time','00:00:00'),(39478,9905,'_event_end_time','00:00:00'),(39479,9906,'_event_end_time','00:00:00'),(39480,9907,'_event_end_time','00:00:00'),(39481,9908,'_event_end_time','00:00:00'),(39482,9909,'_event_end_time','00:00:00'),(39483,9910,'_event_end_time','00:00:00'),(39484,9911,'_event_end_time','00:00:00'),(39485,9912,'_event_end_time','00:00:00'),(39486,9913,'_event_end_time','00:00:00'),(39487,9914,'_event_end_time','00:00:00'),(39488,9915,'_event_end_time','00:00:00'),(39489,9916,'_event_end_time','00:00:00'),(39490,9917,'_event_end_time','00:00:00'),(39491,9918,'_event_end_time','00:00:00'),(39492,9919,'_event_end_time','00:00:00'),(39493,9920,'_event_end_time','00:00:00'),(39494,9921,'_event_end_time','00:00:00'),(39495,9922,'_event_end_time','00:00:00'),(39496,9923,'_event_end_time','00:00:00'),(39497,9924,'_event_end_time','00:00:00'),(39498,9925,'_event_end_time','00:00:00'),(39499,9926,'_event_end_time','00:00:00'),(39500,9927,'_event_end_time','00:00:00'),(39501,9928,'_event_end_time','00:00:00'),(39502,9929,'_event_end_time','00:00:00'),(39503,9930,'_event_end_time','00:00:00'),(39504,9931,'_event_end_time','00:00:00'),(39505,9932,'_event_end_time','00:00:00'),(39506,9933,'_event_end_time','00:00:00'),(39507,9934,'_event_end_time','00:00:00'),(39508,9935,'_event_end_time','00:00:00'),(39509,9936,'_event_end_time','00:00:00'),(39510,9937,'_event_end_time','00:00:00'),(39511,9938,'_event_end_time','00:00:00'),(39512,9939,'_event_end_time','00:00:00'),(39513,9940,'_event_end_time','00:00:00'),(39514,9941,'_event_end_time','00:00:00'),(39515,9942,'_event_end_time','00:00:00'),(39516,9943,'_event_end_time','00:00:00'),(39517,9944,'_event_end_time','00:00:00'),(39518,9945,'_event_end_time','00:00:00'),(39519,9946,'_event_end_time','00:00:00'),(39520,9947,'_event_end_time','00:00:00'),(39521,9948,'_event_end_time','00:00:00'),(39522,9949,'_event_end_time','00:00:00'),(39523,9950,'_event_end_time','00:00:00'),(39524,9951,'_event_end_time','00:00:00'),(39525,9952,'_event_end_time','00:00:00'),(39526,9953,'_event_end_time','00:00:00'),(39527,9954,'_event_end_time','00:00:00'),(39528,9955,'_event_end_time','00:00:00'),(39529,9956,'_event_end_time','00:00:00'),(39530,9957,'_event_end_time','00:00:00'),(39531,9958,'_event_end_time','00:00:00'),(39532,9959,'_event_end_time','00:00:00'),(39533,9960,'_event_end_time','00:00:00'),(39534,9961,'_event_end_time','00:00:00'),(39535,9962,'_event_end_time','00:00:00'),(39536,9963,'_event_end_time','00:00:00'),(39537,9964,'_event_end_time','00:00:00'),(39538,9965,'_event_end_time','00:00:00'),(39539,9966,'_event_end_time','00:00:00'),(39540,9967,'_event_end_time','00:00:00'),(39541,9968,'_event_end_time','00:00:00'),(39542,9969,'_event_end_time','00:00:00'),(39543,9970,'_event_end_time','00:00:00'),(39544,9971,'_event_end_time','00:00:00'),(39545,9972,'_event_end_time','00:00:00'),(39546,9973,'_event_end_time','00:00:00'),(39547,9974,'_event_end_time','00:00:00'),(39548,9975,'_event_end_time','00:00:00'),(39549,9976,'_event_end_time','00:00:00'),(39550,9977,'_event_end_time','00:00:00'),(39551,9978,'_event_end_time','00:00:00'),(39552,9979,'_event_end_time','00:00:00'),(39553,9980,'_event_end_time','00:00:00'),(39554,9981,'_event_end_time','00:00:00'),(39555,9982,'_event_end_time','00:00:00'),(39556,9983,'_event_end_time','00:00:00'),(39557,9984,'_event_end_time','00:00:00'),(39558,9985,'_event_end_time','00:00:00'),(39559,9986,'_event_end_time','00:00:00'),(39560,9987,'_event_end_time','00:00:00'),(39561,9988,'_event_end_time','00:00:00'),(39562,9989,'_event_end_time','00:00:00'),(39563,9990,'_event_end_time','00:00:00'),(39564,9991,'_event_end_time','00:00:00'),(39565,9992,'_event_end_time','00:00:00'),(39566,9993,'_event_end_time','00:00:00'),(39567,9994,'_event_end_time','00:00:00'),(39568,9995,'_event_end_time','00:00:00'),(39569,9996,'_event_end_time','00:00:00'),(39570,9997,'_event_end_time','00:00:00'),(39571,9998,'_event_end_time','00:00:00'),(39572,9999,'_event_end_time','00:00:00'),(39573,10000,'_event_end_time','00:00:00'),(39575,10002,'_event_end_time','00:00:00'),(39576,10003,'_event_end_time','00:00:00'),(39577,10004,'_event_end_time','00:00:00'),(39578,10005,'_event_end_time','00:00:00'),(39579,10006,'_event_end_time','00:00:00'),(39580,10007,'_event_end_time','00:00:00'),(39581,10008,'_event_end_time','00:00:00'),(39594,10021,'_event_end_time','00:00:00'),(39634,10061,'_event_end_time','00:00:00'),(39635,10062,'_event_end_time','00:00:00'),(39636,10063,'_event_end_time','00:00:00'),(39637,10064,'_event_end_time','00:00:00'),(39638,10065,'_event_end_time','00:00:00'),(39639,10066,'_event_end_time','00:00:00'),(39640,10067,'_event_end_time','00:00:00'),(39641,10068,'_event_end_time','00:00:00'),(39642,10069,'_event_end_time','00:00:00'),(39643,10070,'_event_end_time','00:00:00'),(39644,10071,'_event_end_time','00:00:00'),(39645,10072,'_event_end_time','00:00:00'),(39646,10073,'_event_end_time','00:00:00'),(39647,10074,'_event_end_time','00:00:00'),(39648,10075,'_event_end_time','00:00:00'),(39649,10076,'_event_end_time','00:00:00'),(39650,10077,'_event_end_time','00:00:00'),(39651,10078,'_event_end_time','00:00:00'),(39652,10079,'_event_end_time','00:00:00'),(39653,10080,'_event_end_time','00:00:00'),(39654,10081,'_event_end_time','00:00:00'),(39655,10082,'_event_end_time','00:00:00'),(39656,10083,'_event_end_time','00:00:00'),(39657,10084,'_event_end_time','00:00:00'),(39658,10085,'_event_end_time','00:00:00'),(39659,10086,'_event_end_time','00:00:00'),(39660,10087,'_event_end_time','00:00:00'),(39661,10088,'_event_end_time','00:00:00'),(39662,10089,'_event_end_time','00:00:00'),(39663,10090,'_event_end_time','00:00:00'),(39664,10091,'_event_end_time','00:00:00'),(39665,10092,'_event_end_time','00:00:00'),(39666,10093,'_event_end_time','00:00:00'),(39667,10094,'_event_end_time','00:00:00'),(39668,10095,'_event_end_time','00:00:00'),(39669,10096,'_event_end_time','00:00:00'),(39670,10097,'_event_end_time','00:00:00'),(39671,10098,'_event_end_time','00:00:00'),(39672,10099,'_event_end_time','00:00:00'),(39673,10100,'_event_end_time','00:00:00'),(39674,10101,'_event_end_time','00:00:00'),(39675,10102,'_event_end_time','00:00:00'),(39676,10103,'_event_end_time','00:00:00'),(39677,10104,'_event_end_time','00:00:00'),(39678,10105,'_event_end_time','00:00:00'),(39679,10106,'_event_end_time','00:00:00'),(39680,10107,'_event_end_time','00:00:00'),(39681,10108,'_event_end_time','00:00:00'),(39682,10109,'_event_end_time','00:00:00'),(39683,10110,'_event_end_time','00:00:00'),(39684,10111,'_event_end_time','00:00:00'),(39685,10112,'_event_end_time','00:00:00'),(39686,10113,'_event_end_time','00:00:00'),(39687,10114,'_event_end_time','00:00:00'),(39688,10115,'_event_end_time','00:00:00'),(39689,10116,'_event_end_time','00:00:00'),(39690,10117,'_event_end_time','00:00:00'),(39691,10118,'_event_end_time','00:00:00'),(39692,10119,'_event_end_time','00:00:00'),(39693,10120,'_event_end_time','00:00:00'),(39694,10121,'_event_end_time','00:00:00'),(39695,10122,'_event_end_time','00:00:00'),(39696,10123,'_event_end_time','00:00:00'),(39697,10124,'_event_end_time','00:00:00'),(39698,10125,'_event_end_time','00:00:00'),(39699,10126,'_event_end_time','00:00:00'),(39700,10127,'_event_end_time','00:00:00'),(39701,10128,'_event_end_time','00:00:00'),(39702,10129,'_event_end_time','00:00:00'),(39703,10130,'_event_end_time','00:00:00'),(39704,10131,'_event_end_time','00:00:00'),(39705,10132,'_event_end_time','00:00:00'),(39706,10133,'_event_end_time','00:00:00'),(39707,10134,'_event_end_time','00:00:00'),(39708,10135,'_event_end_time','00:00:00'),(39709,10136,'_event_end_time','00:00:00'),(39710,10137,'_event_end_time','00:00:00'),(39711,10138,'_event_end_time','00:00:00'),(39712,10139,'_event_end_time','00:00:00'),(39713,10140,'_event_end_time','00:00:00'),(39714,10141,'_event_end_time','00:00:00'),(39715,10142,'_event_end_time','00:00:00'),(39716,10143,'_event_end_time','00:00:00'),(39717,10144,'_event_end_time','00:00:00'),(39718,10145,'_event_end_time','00:00:00'),(39719,10146,'_event_end_time','00:00:00'),(39720,10147,'_event_end_time','00:00:00'),(39721,10148,'_event_end_time','00:00:00'),(39722,10149,'_event_end_time','00:00:00'),(39723,10150,'_event_end_time','00:00:00'),(39724,10151,'_event_end_time','00:00:00'),(39725,10152,'_event_end_time','00:00:00'),(39726,10153,'_event_end_time','00:00:00'),(39727,10154,'_event_end_time','00:00:00'),(39728,10155,'_event_end_time','00:00:00'),(39729,10156,'_event_end_time','00:00:00'),(39730,10157,'_event_end_time','00:00:00'),(39731,10158,'_event_end_time','00:00:00'),(39732,10159,'_event_end_time','00:00:00'),(39733,10160,'_event_end_time','00:00:00'),(39734,10161,'_event_end_time','00:00:00'),(39735,10162,'_event_end_time','00:00:00'),(39736,10163,'_event_end_time','00:00:00'),(39737,10164,'_event_end_time','00:00:00'),(39738,10165,'_event_end_time','00:00:00'),(39739,10166,'_event_end_time','00:00:00'),(39740,10167,'_event_end_time','00:00:00'),(39741,10168,'_event_end_time','00:00:00'),(39742,10169,'_event_end_time','00:00:00'),(39743,10170,'_event_end_time','00:00:00'),(39744,10171,'_event_end_time','00:00:00'),(39745,10172,'_event_end_time','00:00:00'),(39746,10173,'_event_end_time','00:00:00'),(39747,10174,'_event_end_time','00:00:00'),(39748,10175,'_event_end_time','00:00:00'),(39749,10176,'_event_end_time','00:00:00'),(39750,10177,'_event_end_time','00:00:00'),(39751,10178,'_event_end_time','00:00:00'),(39752,10179,'_event_end_time','00:00:00'),(39753,10180,'_event_end_time','00:00:00'),(39754,10181,'_event_end_time','00:00:00'),(39755,10182,'_event_end_time','00:00:00'),(39756,10183,'_event_end_time','00:00:00'),(39757,10184,'_event_end_time','00:00:00'),(39758,10185,'_event_end_time','00:00:00'),(39759,10186,'_event_end_time','00:00:00'),(39760,10187,'_event_end_time','00:00:00'),(39761,10188,'_event_end_time','00:00:00'),(39762,10189,'_event_end_time','00:00:00'),(39763,10190,'_event_end_time','00:00:00'),(39764,10191,'_event_end_time','00:00:00'),(39765,10192,'_event_end_time','00:00:00'),(39766,10193,'_event_end_time','00:00:00'),(39767,10194,'_event_end_time','00:00:00'),(39768,10195,'_event_end_time','00:00:00'),(39769,10196,'_event_end_time','00:00:00'),(39770,10197,'_event_end_time','00:00:00'),(39771,10198,'_event_end_time','00:00:00'),(39772,10199,'_event_end_time','00:00:00'),(39773,10200,'_event_end_time','00:00:00'),(39774,10201,'_event_end_time','00:00:00'),(39775,10202,'_event_end_time','00:00:00'),(39776,10203,'_event_end_time','00:00:00'),(39777,10204,'_event_end_time','00:00:00'),(39778,10205,'_event_end_time','00:00:00'),(39779,10206,'_event_end_time','00:00:00'),(39780,10207,'_event_end_time','00:00:00'),(39781,10208,'_event_end_time','00:00:00'),(39782,10209,'_event_end_time','00:00:00'),(39783,10210,'_event_end_time','00:00:00'),(39784,10211,'_event_end_time','00:00:00'),(39785,10212,'_event_end_time','00:00:00'),(39786,10213,'_event_end_time','00:00:00'),(39787,10214,'_event_end_time','00:00:00'),(39788,10215,'_event_end_time','00:00:00'),(39789,10216,'_event_end_time','00:00:00'),(39790,10217,'_event_end_time','00:00:00'),(39791,10218,'_event_end_time','00:00:00'),(39792,10219,'_event_end_time','00:00:00'),(39793,10220,'_event_end_time','00:00:00'),(39794,10221,'_event_end_time','00:00:00'),(39795,10222,'_event_end_time','00:00:00'),(39796,10223,'_event_end_time','00:00:00'),(39797,10224,'_event_end_time','00:00:00'),(39798,10225,'_event_end_time','00:00:00'),(39799,10226,'_event_end_time','00:00:00'),(39800,10227,'_event_end_time','00:00:00'),(39801,10228,'_event_end_time','00:00:00'),(39802,10229,'_event_end_time','00:00:00'),(39803,10230,'_event_end_time','00:00:00'),(39804,10231,'_event_end_time','00:00:00'),(39805,10232,'_event_end_time','00:00:00'),(39806,10233,'_event_end_time','00:00:00'),(39807,10234,'_event_end_time','00:00:00'),(39808,10235,'_event_end_time','00:00:00'),(39809,10236,'_event_end_time','00:00:00'),(39817,10244,'_event_end_time','00:00:00'),(39820,10247,'_event_end_time','00:00:00'),(39821,10248,'_event_end_time','00:00:00'),(39822,10249,'_event_end_time','00:00:00'),(39823,10250,'_event_end_time','00:00:00'),(39824,10251,'_event_end_time','00:00:00'),(39825,10252,'_event_end_time','00:00:00'),(39826,10253,'_event_end_time','00:00:00'),(39827,10254,'_event_end_time','00:00:00'),(39828,10255,'_event_end_time','00:00:00'),(39829,10256,'_event_end_time','00:00:00'),(39830,10257,'_event_end_time','00:00:00'),(39831,10258,'_event_end_time','00:00:00'),(39832,10259,'_event_end_time','00:00:00'),(39833,10260,'_event_end_time','00:00:00'),(39834,10261,'_event_end_time','00:00:00'),(39835,10262,'_event_end_time','00:00:00'),(39836,10263,'_event_end_time','00:00:00'),(39837,10264,'_event_end_time','00:00:00'),(39838,10265,'_event_end_time','00:00:00'),(39839,10266,'_event_end_time','00:00:00'),(39840,10267,'_event_end_time','00:00:00'),(39841,10268,'_event_end_time','00:00:00'),(39842,10269,'_event_end_time','00:00:00'),(39843,10270,'_event_end_time','00:00:00'),(39844,10271,'_event_end_time','00:00:00'),(39845,10272,'_event_end_time','00:00:00'),(39846,10273,'_event_end_time','00:00:00'),(39847,10274,'_event_end_time','00:00:00'),(39848,10275,'_event_end_time','00:00:00'),(39849,10276,'_event_end_time','00:00:00'),(39850,10277,'_event_end_time','00:00:00'),(39851,10278,'_event_end_time','00:00:00'),(39852,10279,'_event_end_time','00:00:00'),(39853,10280,'_event_end_time','00:00:00'),(39854,10281,'_event_end_time','00:00:00'),(39855,10282,'_event_end_time','00:00:00'),(39856,10283,'_event_end_time','00:00:00'),(39857,10284,'_event_end_time','00:00:00'),(39858,10285,'_event_end_time','00:00:00'),(39859,10286,'_event_end_time','00:00:00'),(39860,10287,'_event_end_time','00:00:00'),(39861,10288,'_event_end_time','00:00:00'),(39862,10289,'_event_end_time','00:00:00'),(39863,10290,'_event_end_time','00:00:00'),(39864,10291,'_event_end_time','00:00:00'),(39865,10292,'_event_end_time','00:00:00'),(39866,10293,'_event_end_time','00:00:00'),(39867,10294,'_event_end_time','00:00:00'),(39868,10295,'_event_end_time','00:00:00'),(39869,10296,'_event_end_time','00:00:00'),(39870,10297,'_event_end_time','00:00:00'),(39871,10298,'_event_end_time','00:00:00'),(39872,10299,'_event_end_time','00:00:00'),(39873,10300,'_event_end_time','00:00:00'),(39874,10301,'_event_end_time','00:00:00'),(39875,10302,'_event_end_time','00:00:00'),(39876,10303,'_event_end_time','00:00:00'),(39877,10304,'_event_end_time','00:00:00'),(39878,10305,'_event_end_time','00:00:00'),(39879,10306,'_event_end_time','00:00:00'),(39880,10307,'_event_end_time','00:00:00'),(39881,10308,'_event_end_time','00:00:00'),(39882,10309,'_event_end_time','00:00:00'),(39883,10310,'_event_end_time','00:00:00'),(39884,10311,'_event_end_time','00:00:00'),(39885,10312,'_event_end_time','00:00:00'),(39886,10313,'_event_end_time','00:00:00'),(39887,10314,'_event_end_time','00:00:00'),(39888,10315,'_event_end_time','00:00:00'),(39889,10316,'_event_end_time','00:00:00'),(39890,10317,'_event_end_time','00:00:00'),(39891,10318,'_event_end_time','00:00:00'),(39892,10319,'_event_end_time','00:00:00'),(39893,10320,'_event_end_time','00:00:00'),(39894,10321,'_event_end_time','00:00:00'),(39895,10322,'_event_end_time','00:00:00'),(39896,10323,'_event_end_time','00:00:00'),(39897,10324,'_event_end_time','00:00:00'),(39898,10325,'_event_end_time','00:00:00'),(39899,10326,'_event_end_time','00:00:00'),(39900,10327,'_event_end_time','00:00:00'),(39901,10328,'_event_end_time','00:00:00'),(39902,10329,'_event_end_time','00:00:00'),(39903,10330,'_event_end_time','00:00:00'),(39904,10331,'_event_end_time','00:00:00'),(39905,10332,'_event_end_time','00:00:00'),(39906,10333,'_event_end_time','00:00:00'),(39907,10334,'_event_end_time','00:00:00'),(39908,10335,'_event_end_time','00:00:00'),(39909,10336,'_event_end_time','00:00:00'),(39910,10337,'_event_end_time','00:00:00'),(39911,10338,'_event_end_time','00:00:00'),(39912,10339,'_event_end_time','00:00:00'),(39913,10340,'_event_end_time','00:00:00'),(39914,10341,'_event_end_time','00:00:00'),(39915,10342,'_event_end_time','00:00:00'),(39916,10343,'_event_end_time','00:00:00'),(39917,10344,'_event_end_time','00:00:00'),(39918,10345,'_event_end_time','00:00:00'),(39919,10346,'_event_end_time','00:00:00'),(39920,10347,'_event_end_time','00:00:00'),(39921,10348,'_event_end_time','00:00:00'),(39922,10349,'_event_end_time','00:00:00'),(39923,10350,'_event_end_time','00:00:00'),(39924,10351,'_event_end_time','00:00:00'),(39925,10352,'_event_end_time','00:00:00'),(39926,10353,'_event_end_time','00:00:00'),(39927,10354,'_event_end_time','00:00:00'),(39928,10355,'_event_end_time','00:00:00'),(39929,10356,'_event_end_time','00:00:00'),(39930,10357,'_event_end_time','00:00:00'),(39931,10358,'_event_end_time','00:00:00'),(39932,10359,'_event_end_time','00:00:00'),(39933,10360,'_event_end_time','00:00:00'),(39934,10361,'_event_end_time','00:00:00'),(39935,10362,'_event_end_time','00:00:00'),(39936,10363,'_event_end_time','00:00:00'),(39937,10364,'_event_end_time','00:00:00'),(39938,10365,'_event_end_time','00:00:00'),(39939,10366,'_event_end_time','00:00:00'),(39940,10367,'_event_end_time','00:00:00'),(39941,10368,'_event_end_time','00:00:00'),(39942,10369,'_event_end_time','00:00:00'),(39943,10370,'_event_end_time','00:00:00'),(39944,10371,'_event_end_time','00:00:00'),(39945,10372,'_event_end_time','00:00:00'),(39946,10373,'_event_end_time','00:00:00'),(39947,10374,'_event_end_time','00:00:00'),(39948,10375,'_event_end_time','00:00:00'),(39949,10376,'_event_end_time','00:00:00'),(39950,10377,'_event_end_time','00:00:00'),(39951,10378,'_event_end_time','00:00:00'),(39952,10379,'_event_end_time','00:00:00'),(39953,10380,'_event_end_time','00:00:00'),(39954,10381,'_event_end_time','00:00:00'),(39955,10382,'_event_end_time','00:00:00'),(39956,10383,'_event_end_time','00:00:00'),(39957,10384,'_event_end_time','00:00:00'),(39958,10385,'_event_end_time','00:00:00'),(39959,10386,'_event_end_time','00:00:00'),(39960,10387,'_event_end_time','00:00:00'),(39961,10388,'_event_end_time','00:00:00'),(39962,10389,'_event_end_time','00:00:00'),(39963,10390,'_event_end_time','00:00:00'),(39964,10391,'_event_end_time','00:00:00'),(39965,10392,'_event_end_time','00:00:00'),(39966,10393,'_event_end_time','00:00:00'),(39967,10394,'_event_end_time','00:00:00'),(39968,10395,'_event_end_time','00:00:00'),(39969,10396,'_event_end_time','00:00:00'),(39970,10397,'_event_end_time','00:00:00'),(39971,10398,'_event_end_time','00:00:00'),(39972,10399,'_event_end_time','00:00:00'),(39973,10400,'_event_end_time','00:00:00'),(39974,10401,'_event_end_time','00:00:00'),(39975,10402,'_event_end_time','00:00:00'),(39976,10403,'_event_end_time','00:00:00'),(39977,10404,'_event_end_time','00:00:00'),(39978,10405,'_event_end_time','00:00:00'),(39979,10406,'_event_end_time','00:00:00'),(39980,10407,'_event_end_time','00:00:00'),(39981,10408,'_event_end_time','00:00:00'),(39982,10409,'_event_end_time','00:00:00'),(39983,10410,'_event_end_time','00:00:00'),(39984,10411,'_event_end_time','00:00:00'),(39985,10412,'_event_end_time','00:00:00'),(39986,10413,'_event_end_time','00:00:00'),(39987,10414,'_event_end_time','00:00:00'),(39988,10415,'_event_end_time','00:00:00'),(39989,10416,'_event_end_time','00:00:00'),(39990,10417,'_event_end_time','00:00:00'),(39991,10418,'_event_end_time','00:00:00'),(39992,10419,'_event_end_time','00:00:00'),(39993,10420,'_event_end_time','00:00:00'),(39994,10421,'_event_end_time','00:00:00'),(39995,10422,'_event_end_time','00:00:00'),(39996,10423,'_event_end_time','00:00:00'),(39997,10424,'_event_end_time','00:00:00'),(39998,10425,'_event_end_time','00:00:00'),(39999,10426,'_event_end_time','00:00:00'),(40000,10427,'_event_end_time','00:00:00'),(40001,10428,'_event_end_time','00:00:00'),(40002,10429,'_event_end_time','00:00:00'),(40003,10430,'_event_end_time','00:00:00'),(40004,10431,'_event_end_time','00:00:00'),(40005,10432,'_event_end_time','00:00:00'),(40006,10433,'_event_end_time','00:00:00'),(40007,10434,'_event_end_time','00:00:00'),(40008,10435,'_event_end_time','00:00:00'),(40009,10436,'_event_end_time','00:00:00'),(40010,10437,'_event_end_time','00:00:00'),(40011,10438,'_event_end_time','00:00:00'),(40012,10439,'_event_end_time','00:00:00'),(40013,10440,'_event_end_time','00:00:00'),(40014,10441,'_event_end_time','00:00:00'),(40015,10442,'_event_end_time','00:00:00'),(40016,10443,'_event_end_time','00:00:00'),(40017,10444,'_event_end_time','00:00:00'),(40018,10445,'_event_end_time','00:00:00'),(40019,10446,'_event_end_time','00:00:00'),(40020,10447,'_event_end_time','00:00:00'),(40021,10448,'_event_end_time','00:00:00'),(40022,10449,'_event_end_time','00:00:00'),(40023,10450,'_event_end_time','00:00:00'),(40024,10451,'_event_end_time','00:00:00'),(40025,10452,'_event_end_time','00:00:00'),(40026,10453,'_event_end_time','00:00:00'),(40027,10454,'_event_end_time','00:00:00'),(40028,10455,'_event_end_time','00:00:00'),(40029,10456,'_event_end_time','00:00:00'),(40030,10457,'_event_end_time','00:00:00'),(40031,10458,'_event_end_time','00:00:00'),(40032,10459,'_event_end_time','00:00:00'),(40033,10460,'_event_end_time','00:00:00'),(40034,10461,'_event_end_time','00:00:00'),(40035,10462,'_event_end_time','00:00:00'),(40036,10463,'_event_end_time','00:00:00'),(40037,10464,'_event_end_time','00:00:00'),(40038,10465,'_event_end_time','00:00:00'),(40039,10466,'_event_end_time','00:00:00'),(40040,10467,'_event_end_time','00:00:00'),(40041,10468,'_event_end_time','00:00:00'),(40042,10469,'_event_end_time','00:00:00'),(40043,10470,'_event_end_time','00:00:00'),(40044,10471,'_event_end_time','00:00:00'),(40045,10472,'_event_end_time','00:00:00'),(40046,10473,'_event_end_time','00:00:00'),(40047,10474,'_event_end_time','00:00:00'),(40048,10475,'_event_end_time','00:00:00'),(40049,10476,'_event_end_time','00:00:00'),(40050,10477,'_event_end_time','00:00:00'),(40051,10478,'_event_end_time','00:00:00'),(40052,10479,'_event_end_time','00:00:00'),(40053,10480,'_event_end_time','00:00:00'),(40054,10481,'_event_end_time','00:00:00'),(40055,10482,'_event_end_time','00:00:00'),(40056,10483,'_event_end_time','00:00:00'),(40057,10484,'_event_end_time','00:00:00'),(40058,10485,'_event_end_time','00:00:00'),(40059,10486,'_event_end_time','00:00:00'),(40060,10487,'_event_end_time','00:00:00'),(40061,10488,'_event_end_time','00:00:00'),(40062,10489,'_event_end_time','00:00:00'),(40063,10490,'_event_end_time','00:00:00'),(40064,10491,'_event_end_time','00:00:00'),(40065,10492,'_event_end_time','00:00:00'),(40066,10493,'_event_end_time','00:00:00'),(40067,10494,'_event_end_time','00:00:00'),(40068,10495,'_event_end_time','00:00:00'),(40069,10496,'_event_end_time','00:00:00'),(40070,10497,'_event_end_time','00:00:00'),(40071,10498,'_event_end_time','00:00:00'),(40072,10499,'_event_end_time','00:00:00'),(40073,10500,'_event_end_time','00:00:00'),(40074,10501,'_event_end_time','00:00:00'),(40075,10502,'_event_end_time','00:00:00'),(40076,10503,'_event_end_time','00:00:00'),(40077,10504,'_event_end_time','00:00:00'),(40078,10505,'_event_end_time','00:00:00'),(40079,10506,'_event_end_time','00:00:00'),(40080,10507,'_event_end_time','00:00:00'),(40081,10508,'_event_end_time','00:00:00'),(40082,10509,'_event_end_time','00:00:00'),(40083,10510,'_event_end_time','00:00:00'),(40084,10511,'_event_end_time','00:00:00'),(40085,10512,'_event_end_time','00:00:00'),(40086,10513,'_event_end_time','00:00:00'),(40087,10514,'_event_end_time','00:00:00'),(40088,10515,'_event_end_time','00:00:00'),(40089,10516,'_event_end_time','00:00:00'),(40090,10517,'_event_end_time','00:00:00'),(40091,10518,'_event_end_time','00:00:00'),(40092,10519,'_event_end_time','00:00:00'),(40093,10520,'_event_end_time','00:00:00'),(40094,10521,'_event_end_time','00:00:00'),(40095,10522,'_event_end_time','00:00:00'),(40096,10523,'_event_end_time','00:00:00'),(40097,10524,'_event_end_time','00:00:00'),(40098,10525,'_event_end_time','00:00:00'),(40099,10526,'_event_end_time','00:00:00'),(40100,10527,'_event_end_time','00:00:00'),(40101,10528,'_event_end_time','00:00:00'),(40102,10529,'_event_end_time','00:00:00'),(40103,10530,'_event_end_time','00:00:00'),(40104,10531,'_event_end_time','00:00:00'),(40105,10532,'_event_end_time','00:00:00'),(40106,10533,'_event_end_time','00:00:00'),(40107,10534,'_event_end_time','00:00:00'),(40108,10535,'_event_end_time','00:00:00'),(40109,10536,'_event_end_time','00:00:00'),(40110,10537,'_event_end_time','00:00:00'),(40111,10538,'_event_end_time','00:00:00'),(40112,10539,'_event_end_time','00:00:00'),(40113,10540,'_event_end_time','00:00:00'),(40114,10541,'_event_end_time','00:00:00'),(40115,10542,'_event_end_time','00:00:00'),(40116,10543,'_event_end_time','00:00:00'),(40117,10544,'_event_end_time','00:00:00'),(40118,10545,'_event_end_time','00:00:00'),(40119,10546,'_event_end_time','00:00:00'),(40120,10547,'_event_end_time','00:00:00'),(40121,10548,'_event_end_time','00:00:00'),(40122,10549,'_event_end_time','00:00:00'),(40123,10550,'_event_end_time','00:00:00'),(40124,10551,'_event_end_time','00:00:00'),(40125,10552,'_event_end_time','00:00:00'),(40126,10553,'_event_end_time','00:00:00'),(40127,10554,'_event_end_time','00:00:00'),(40128,10555,'_event_end_time','00:00:00'),(40129,10556,'_event_end_time','00:00:00'),(40130,10557,'_event_end_time','00:00:00'),(40131,10558,'_event_end_time','00:00:00'),(40132,10559,'_event_end_time','00:00:00'),(40133,10560,'_event_end_time','00:00:00'),(40134,10561,'_event_end_time','00:00:00'),(40135,10562,'_event_end_time','00:00:00'),(40136,10563,'_event_end_time','00:00:00'),(40137,10564,'_event_end_time','00:00:00'),(40138,10565,'_event_end_time','00:00:00'),(40139,10566,'_event_end_time','00:00:00'),(40140,10567,'_event_end_time','00:00:00'),(40141,10568,'_event_end_time','00:00:00'),(40142,10569,'_event_end_time','00:00:00'),(40143,10570,'_event_end_time','00:00:00'),(40144,10571,'_event_end_time','00:00:00'),(40145,10572,'_event_end_time','00:00:00'),(40146,10573,'_event_end_time','00:00:00'),(40147,10574,'_event_end_time','00:00:00'),(40148,10575,'_event_end_time','00:00:00'),(40149,10576,'_event_end_time','00:00:00'),(40150,10577,'_event_end_time','00:00:00'),(40151,10578,'_event_end_time','00:00:00'),(40152,10579,'_event_end_time','00:00:00'),(40153,10580,'_event_end_time','00:00:00'),(40154,10581,'_event_end_time','00:00:00'),(40155,10582,'_event_end_time','00:00:00'),(40156,10583,'_event_end_time','00:00:00'),(40157,10584,'_event_end_time','00:00:00'),(40158,10585,'_event_end_time','00:00:00'),(40159,10586,'_event_end_time','00:00:00'),(40160,10587,'_event_end_time','00:00:00'),(40161,10588,'_event_end_time','00:00:00'),(40162,10589,'_event_end_time','00:00:00'),(40163,10590,'_event_end_time','00:00:00'),(40164,10591,'_event_end_time','00:00:00'),(40165,10592,'_event_end_time','00:00:00'),(40166,10593,'_event_end_time','00:00:00'),(40167,10594,'_event_end_time','00:00:00'),(40168,10595,'_event_end_time','00:00:00'),(40169,10596,'_event_end_time','00:00:00'),(40170,10597,'_event_end_time','00:00:00'),(40171,10598,'_event_end_time','00:00:00'),(40172,10599,'_event_end_time','00:00:00'),(40173,10600,'_event_end_time','00:00:00'),(40174,10601,'_event_end_time','00:00:00'),(40175,10602,'_event_end_time','00:00:00'),(40176,10603,'_event_end_time','00:00:00'),(40177,10604,'_event_end_time','00:00:00'),(40178,10605,'_event_end_time','00:00:00'),(40179,10606,'_event_end_time','00:00:00'),(40180,10607,'_event_end_time','00:00:00'),(40181,10608,'_event_end_time','00:00:00'),(40182,10609,'_event_end_time','00:00:00'),(40183,10610,'_event_end_time','00:00:00'),(40184,10611,'_event_end_time','00:00:00'),(40185,10612,'_event_end_time','00:00:00'),(40186,10613,'_event_end_time','00:00:00'),(40187,10614,'_event_end_time','00:00:00'),(40188,10615,'_event_end_time','00:00:00'),(40189,10616,'_event_end_time','00:00:00'),(40190,10617,'_event_end_time','00:00:00'),(40191,10618,'_event_end_time','00:00:00'),(40192,10619,'_event_end_time','00:00:00'),(40193,10620,'_event_end_time','00:00:00'),(40194,10621,'_event_end_time','00:00:00'),(40195,10622,'_event_end_time','00:00:00'),(40196,10623,'_event_end_time','00:00:00'),(40197,10624,'_event_end_time','00:00:00'),(40198,10625,'_event_end_time','00:00:00'),(40199,10626,'_event_end_time','00:00:00'),(40200,10627,'_event_end_time','00:00:00'),(40201,10628,'_event_end_time','00:00:00'),(40202,10629,'_event_end_time','00:00:00'),(40203,10630,'_event_end_time','00:00:00'),(40204,10631,'_event_end_time','00:00:00'),(40205,10632,'_event_end_time','00:00:00'),(40206,10633,'_event_end_time','00:00:00'),(40207,10634,'_event_end_time','00:00:00'),(40208,10635,'_event_end_time','00:00:00'),(40209,10636,'_event_end_time','00:00:00'),(40210,10637,'_event_end_time','00:00:00'),(40211,10638,'_event_end_time','00:00:00'),(40212,10639,'_event_end_time','00:00:00'),(40213,10640,'_event_end_time','00:00:00'),(40214,10641,'_event_end_time','00:00:00'),(40215,10642,'_event_end_time','00:00:00'),(40216,10643,'_event_end_time','00:00:00'),(40217,10644,'_event_end_time','00:00:00'),(40218,10645,'_event_end_time','00:00:00'),(40219,10646,'_event_end_time','00:00:00'),(40220,10647,'_event_end_time','00:00:00'),(40221,10648,'_event_end_time','00:00:00'),(40222,10649,'_event_end_time','00:00:00'),(40223,10650,'_event_end_time','00:00:00'),(40224,10651,'_event_end_time','00:00:00'),(40225,10652,'_event_end_time','00:00:00'),(40226,10653,'_event_end_time','00:00:00'),(40227,10654,'_event_end_time','00:00:00'),(40228,10655,'_event_end_time','00:00:00'),(40229,10656,'_event_end_time','00:00:00'),(40230,10657,'_event_end_time','00:00:00'),(40231,10658,'_event_end_time','00:00:00'),(40232,10659,'_event_end_time','00:00:00'),(40233,10660,'_event_end_time','00:00:00'),(40234,10661,'_event_end_time','00:00:00'),(40235,10662,'_event_end_time','00:00:00'),(40236,10663,'_event_end_time','00:00:00'),(40237,10664,'_event_end_time','00:00:00'),(40238,10665,'_event_end_time','00:00:00'),(40239,10666,'_event_end_time','00:00:00'),(40240,10667,'_event_end_time','00:00:00'),(40241,10668,'_event_end_time','00:00:00'),(40242,10669,'_event_end_time','00:00:00'),(40243,10670,'_event_end_time','00:00:00'),(40244,10671,'_event_end_time','00:00:00'),(40245,10672,'_event_end_time','00:00:00'),(40246,10673,'_event_end_time','00:00:00'),(40247,10674,'_event_end_time','00:00:00'),(40248,10675,'_event_end_time','00:00:00'),(40249,10676,'_event_end_time','00:00:00'),(40250,10677,'_event_end_time','00:00:00'),(40251,10678,'_event_end_time','00:00:00'),(40252,10679,'_event_end_time','00:00:00'),(40253,10680,'_event_end_time','00:00:00'),(40254,10681,'_event_end_time','00:00:00'),(40255,10682,'_event_end_time','00:00:00'),(40256,10683,'_event_end_time','00:00:00'),(40257,10684,'_event_end_time','00:00:00'),(40258,10685,'_event_end_time','00:00:00'),(40259,10686,'_event_end_time','00:00:00'),(40260,10687,'_event_end_time','00:00:00'),(40261,10688,'_event_end_time','00:00:00'),(40262,10689,'_event_end_time','00:00:00'),(40263,10690,'_event_end_time','00:00:00'),(40264,10691,'_event_end_time','00:00:00'),(40265,10692,'_event_end_time','00:00:00'),(40266,10693,'_event_end_time','00:00:00'),(40267,10694,'_event_end_time','00:00:00'),(40268,10695,'_event_end_time','00:00:00'),(40269,10696,'_event_end_time','00:00:00'),(40270,10697,'_event_end_time','00:00:00'),(40271,10698,'_event_end_time','00:00:00'),(40272,10699,'_event_end_time','00:00:00'),(40273,10700,'_event_end_time','00:00:00'),(40274,10701,'_event_end_time','00:00:00'),(40275,10702,'_event_end_time','00:00:00'),(40276,10703,'_event_end_time','00:00:00'),(40277,10704,'_event_end_time','00:00:00'),(40278,10705,'_event_end_time','00:00:00'),(40279,10706,'_event_end_time','00:00:00'),(40280,10707,'_event_end_time','00:00:00'),(40281,10708,'_event_end_time','00:00:00'),(40282,10709,'_event_end_time','00:00:00'),(40283,10710,'_event_end_time','00:00:00'),(40284,10711,'_event_end_time','00:00:00'),(40285,10712,'_event_end_time','00:00:00'),(40286,10713,'_event_end_time','00:00:00'),(40287,10714,'_event_end_time','00:00:00'),(40288,10715,'_event_end_time','00:00:00'),(40290,10717,'_event_end_time','00:00:00'),(40291,10718,'_event_end_time','00:00:00'),(40293,10720,'_event_end_time','00:00:00'),(40294,10721,'_event_end_time','00:00:00'),(40295,10722,'_event_end_time','00:00:00'),(40296,10723,'_event_end_time','00:00:00'),(40297,10724,'_event_end_time','00:00:00'),(40298,10725,'_event_end_time','00:00:00'),(40299,10726,'_event_end_time','00:00:00'),(40300,10727,'_event_end_time','00:00:00'),(40301,10728,'_event_end_time','00:00:00'),(40302,10729,'_event_end_time','00:00:00'),(40303,10730,'_event_end_time','00:00:00'),(40304,10731,'_event_end_time','00:00:00'),(40305,10732,'_event_end_time','00:00:00'),(40306,10733,'_event_end_time','00:00:00'),(40307,10734,'_event_end_time','00:00:00'),(40308,10735,'_event_end_time','00:00:00'),(40309,10736,'_event_end_time','00:00:00'),(40310,10737,'_event_end_time','00:00:00'),(40311,10738,'_event_end_time','00:00:00'),(40312,10739,'_event_end_time','00:00:00'),(40313,10740,'_event_end_time','00:00:00'),(40314,10741,'_event_end_time','00:00:00'),(40315,10742,'_event_end_time','00:00:00'),(40316,10743,'_event_end_time','00:00:00'),(40317,10744,'_event_end_time','00:00:00'),(40318,10745,'_event_end_time','00:00:00'),(40319,10746,'_event_end_time','00:00:00'),(40320,10747,'_event_end_time','00:00:00'),(40321,10748,'_event_end_time','00:00:00'),(40322,10749,'_event_end_time','00:00:00'),(40323,10750,'_event_end_time','00:00:00'),(40324,10751,'_event_end_time','00:00:00'),(40325,10752,'_event_end_time','00:00:00'),(40326,10753,'_event_end_time','00:00:00'),(40327,10754,'_event_end_time','00:00:00'),(40328,10755,'_event_end_time','00:00:00'),(40329,10756,'_event_end_time','00:00:00'),(40330,10757,'_event_end_time','00:00:00'),(40331,10758,'_event_end_time','00:00:00'),(40332,10759,'_event_end_time','00:00:00'),(40333,10760,'_event_end_time','00:00:00'),(40334,10761,'_event_end_time','00:00:00'),(40335,10762,'_event_end_time','00:00:00'),(40336,10763,'_event_end_time','00:00:00'),(40337,10764,'_event_end_time','00:00:00'),(40338,10765,'_event_end_time','00:00:00'),(40339,10766,'_event_end_time','00:00:00'),(40340,10767,'_event_end_time','00:00:00'),(40341,10768,'_event_end_time','00:00:00'),(40342,10769,'_event_end_time','00:00:00'),(40343,10770,'_event_end_time','00:00:00'),(40344,10771,'_event_end_time','00:00:00'),(40345,10772,'_event_end_time','00:00:00'),(40346,10773,'_event_end_time','00:00:00'),(40347,10774,'_event_end_time','00:00:00'),(40348,10775,'_event_end_time','00:00:00'),(40349,10776,'_event_end_time','00:00:00'),(40350,10777,'_event_end_time','00:00:00'),(40351,10778,'_event_end_time','00:00:00'),(40352,10779,'_event_end_time','00:00:00'),(40353,10780,'_event_end_time','00:00:00'),(40354,10781,'_event_end_time','00:00:00'),(40355,10782,'_event_end_time','00:00:00'),(40356,10783,'_event_end_time','00:00:00'),(40357,10784,'_event_end_time','00:00:00'),(40358,10785,'_event_end_time','00:00:00'),(40359,10786,'_event_end_time','00:00:00'),(40360,10787,'_event_end_time','00:00:00'),(40361,10788,'_event_end_time','00:00:00'),(40362,10789,'_event_end_time','00:00:00'),(40363,10790,'_event_end_time','00:00:00'),(40364,10791,'_event_end_time','00:00:00'),(40365,10792,'_event_end_time','00:00:00'),(40366,10793,'_event_end_time','00:00:00'),(40367,10794,'_event_end_time','00:00:00'),(40368,10795,'_event_end_time','00:00:00'),(40369,10796,'_event_end_time','00:00:00'),(40370,10797,'_event_end_time','00:00:00'),(40371,10798,'_event_end_time','00:00:00'),(40372,10799,'_event_end_time','00:00:00'),(40373,10800,'_event_end_time','00:00:00'),(40374,10801,'_event_end_time','00:00:00'),(40375,10802,'_event_end_time','00:00:00'),(40376,10803,'_event_end_time','00:00:00'),(40377,10804,'_event_end_time','00:00:00'),(40378,10805,'_event_end_time','00:00:00'),(40379,10806,'_event_end_time','00:00:00'),(40380,10807,'_event_end_time','00:00:00'),(40381,10808,'_event_end_time','00:00:00'),(40382,10809,'_event_end_time','00:00:00'),(40383,10810,'_event_end_time','00:00:00'),(40384,10811,'_event_end_time','00:00:00'),(40385,10812,'_event_end_time','00:00:00'),(40386,10813,'_event_end_time','00:00:00'),(40387,10814,'_event_end_time','00:00:00'),(40388,10815,'_event_end_time','00:00:00'),(40389,10816,'_event_end_time','00:00:00'),(40390,10817,'_event_end_time','00:00:00'),(40391,10818,'_event_end_time','00:00:00'),(40392,10819,'_event_end_time','00:00:00'),(40393,10820,'_event_end_time','00:00:00'),(40394,10821,'_event_end_time','00:00:00'),(40395,10822,'_event_end_time','00:00:00'),(40396,10823,'_event_end_time','00:00:00'),(40397,10824,'_event_end_time','00:00:00'),(40398,10825,'_event_end_time','00:00:00'),(40399,10826,'_event_end_time','00:00:00'),(40400,10827,'_event_end_time','00:00:00'),(40401,10828,'_event_end_time','00:00:00'),(40402,10829,'_event_end_time','00:00:00'),(40403,10830,'_event_end_time','00:00:00'),(40404,10831,'_event_end_time','00:00:00'),(40405,10832,'_event_end_time','00:00:00'),(40406,10833,'_event_end_time','00:00:00'),(40407,10834,'_event_end_time','00:00:00'),(40408,10835,'_event_end_time','00:00:00'),(40409,10836,'_event_end_time','00:00:00'),(40410,10837,'_event_end_time','00:00:00'),(40411,10838,'_event_end_time','00:00:00'),(40412,10839,'_event_end_time','00:00:00'),(40413,10840,'_event_end_time','00:00:00'),(40414,10841,'_event_end_time','00:00:00'),(40415,10842,'_event_end_time','00:00:00'),(40416,10843,'_event_end_time','00:00:00'),(40417,10844,'_event_end_time','00:00:00'),(40418,10845,'_event_end_time','00:00:00'),(40419,10846,'_event_end_time','00:00:00'),(40420,10847,'_event_end_time','00:00:00'),(40421,10848,'_event_end_time','00:00:00'),(40422,10849,'_event_end_time','00:00:00'),(40423,10850,'_event_end_time','00:00:00'),(40424,10851,'_event_end_time','00:00:00'),(40425,10852,'_event_end_time','00:00:00'),(40426,10853,'_event_end_time','00:00:00'),(40427,10854,'_event_end_time','00:00:00'),(41386,9766,'_event_all_day','1'),(41387,9767,'_event_all_day','1'),(41388,9768,'_event_all_day','1'),(41389,9769,'_event_all_day','1'),(41390,9770,'_event_all_day','1'),(41391,9771,'_event_all_day','1'),(41392,9772,'_event_all_day','1'),(41393,9773,'_event_all_day','1'),(41394,9774,'_event_all_day','1'),(41395,9775,'_event_all_day','1'),(41396,9776,'_event_all_day','1'),(41397,9777,'_event_all_day','1'),(41398,9778,'_event_all_day','1'),(41399,9779,'_event_all_day','1'),(41400,9780,'_event_all_day','1'),(41401,9781,'_event_all_day','1'),(41402,9782,'_event_all_day','1'),(41403,9783,'_event_all_day','1'),(41404,9784,'_event_all_day','1'),(41405,9785,'_event_all_day','1'),(41406,9786,'_event_all_day','1'),(41407,9787,'_event_all_day','1'),(41408,9788,'_event_all_day','1'),(41409,9789,'_event_all_day','1'),(41410,9790,'_event_all_day','1'),(41411,9791,'_event_all_day','1'),(41412,9792,'_event_all_day','1'),(41413,9793,'_event_all_day','1'),(41414,9794,'_event_all_day','1'),(41415,9795,'_event_all_day','1'),(41416,9796,'_event_all_day','1'),(41417,9797,'_event_all_day','1'),(41418,9798,'_event_all_day','1'),(41419,9799,'_event_all_day','1'),(41420,9800,'_event_all_day','1'),(41421,9801,'_event_all_day','0'),(41422,9802,'_event_all_day','1'),(41423,9803,'_event_all_day','1'),(41424,9804,'_event_all_day','1'),(41425,9805,'_event_all_day','1'),(41426,9806,'_event_all_day','1'),(41427,9807,'_event_all_day','1'),(41428,9808,'_event_all_day','1'),(41429,9809,'_event_all_day','1'),(41430,9810,'_event_all_day','1'),(41431,9811,'_event_all_day','1'),(41432,9812,'_event_all_day','1'),(41433,9813,'_event_all_day','1'),(41434,9814,'_event_all_day','1'),(41435,9815,'_event_all_day','1'),(41436,9816,'_event_all_day','1'),(41437,9817,'_event_all_day','1'),(41438,9818,'_event_all_day','1'),(41439,9819,'_event_all_day','1'),(41440,9820,'_event_all_day','1'),(41441,9821,'_event_all_day','1'),(41442,9822,'_event_all_day','1'),(41443,9823,'_event_all_day','1'),(41444,9824,'_event_all_day','1'),(41445,9825,'_event_all_day','1'),(41446,9826,'_event_all_day','1'),(41447,9827,'_event_all_day','1'),(41448,9828,'_event_all_day','1'),(41449,9829,'_event_all_day','1'),(41450,9830,'_event_all_day','1'),(41452,9832,'_event_all_day','1'),(41453,9833,'_event_all_day','1'),(41454,9834,'_event_all_day','1'),(41455,9835,'_event_all_day','1'),(41456,9836,'_event_all_day','1'),(41457,9837,'_event_all_day','1'),(41458,9838,'_event_all_day','1'),(41459,9839,'_event_all_day','1'),(41460,9840,'_event_all_day','1'),(41461,9841,'_event_all_day','1'),(41462,9842,'_event_all_day','1'),(41463,9843,'_event_all_day','1'),(41464,9844,'_event_all_day','1'),(41465,9845,'_event_all_day','1'),(41466,9846,'_event_all_day','1'),(41467,9847,'_event_all_day','1'),(41468,9848,'_event_all_day','1'),(41469,9849,'_event_all_day','1'),(41470,9850,'_event_all_day','1'),(41471,9851,'_event_all_day','1'),(41472,9852,'_event_all_day','1'),(41473,9853,'_event_all_day','1'),(41474,9854,'_event_all_day','1'),(41475,9855,'_event_all_day','1'),(41476,9856,'_event_all_day','1'),(41477,9857,'_event_all_day','1'),(41478,9858,'_event_all_day','1'),(41479,9859,'_event_all_day','1'),(41480,9860,'_event_all_day','1'),(41481,9861,'_event_all_day','1'),(41482,9862,'_event_all_day','1'),(41483,9863,'_event_all_day','1'),(41484,9864,'_event_all_day','1'),(41485,9865,'_event_all_day','1'),(41486,9866,'_event_all_day','1'),(41487,9867,'_event_all_day','1'),(41488,9868,'_event_all_day','1'),(41489,9869,'_event_all_day','1'),(41490,9870,'_event_all_day','1'),(41491,9871,'_event_all_day','1'),(41492,9872,'_event_all_day','1'),(41493,9873,'_event_all_day','1'),(41494,9874,'_event_all_day','1'),(41495,9875,'_event_all_day','1'),(41496,9876,'_event_all_day','1'),(41497,9877,'_event_all_day','1'),(41498,9878,'_event_all_day','1'),(41499,9879,'_event_all_day','1'),(41500,9880,'_event_all_day','1'),(41501,9881,'_event_all_day','1'),(41502,9882,'_event_all_day','1'),(41503,9883,'_event_all_day','1'),(41504,9884,'_event_all_day','1'),(41505,9885,'_event_all_day','1'),(41506,9886,'_event_all_day','1'),(41507,9887,'_event_all_day','1'),(41508,9888,'_event_all_day','1'),(41509,9889,'_event_all_day','1'),(41510,9890,'_event_all_day','1'),(41511,9891,'_event_all_day','1'),(41512,9892,'_event_all_day','1'),(41513,9893,'_event_all_day','1'),(41514,9894,'_event_all_day','1'),(41515,9895,'_event_all_day','1'),(41516,9896,'_event_all_day','1'),(41517,9897,'_event_all_day','1'),(41518,9898,'_event_all_day','1'),(41519,9899,'_event_all_day','1'),(41520,9900,'_event_all_day','1'),(41521,9901,'_event_all_day','1'),(41522,9902,'_event_all_day','1'),(41523,9903,'_event_all_day','1'),(41524,9904,'_event_all_day','1'),(41525,9905,'_event_all_day','1'),(41526,9906,'_event_all_day','1'),(41527,9907,'_event_all_day','1'),(41528,9908,'_event_all_day','1'),(41529,9909,'_event_all_day','1'),(41530,9910,'_event_all_day','1'),(41531,9911,'_event_all_day','1'),(41532,9912,'_event_all_day','1'),(41533,9913,'_event_all_day','1'),(41534,9914,'_event_all_day','1'),(41535,9915,'_event_all_day','1'),(41536,9916,'_event_all_day','1'),(41537,9917,'_event_all_day','1'),(41538,9918,'_event_all_day','1'),(41539,9919,'_event_all_day','1'),(41540,9920,'_event_all_day','1'),(41541,9921,'_event_all_day','1'),(41542,9922,'_event_all_day','1'),(41543,9923,'_event_all_day','1'),(41544,9924,'_event_all_day','1'),(41545,9925,'_event_all_day','1'),(41546,9926,'_event_all_day','1'),(41547,9927,'_event_all_day','1'),(41548,9928,'_event_all_day','1'),(41549,9929,'_event_all_day','1'),(41550,9930,'_event_all_day','1'),(41551,9931,'_event_all_day','1'),(41552,9932,'_event_all_day','1'),(41553,9933,'_event_all_day','1'),(41554,9934,'_event_all_day','1'),(41555,9935,'_event_all_day','1'),(41556,9936,'_event_all_day','1'),(41557,9937,'_event_all_day','1'),(41558,9938,'_event_all_day','1'),(41559,9939,'_event_all_day','1'),(41560,9940,'_event_all_day','1'),(41561,9941,'_event_all_day','1'),(41562,9942,'_event_all_day','1'),(41563,9943,'_event_all_day','1'),(41564,9944,'_event_all_day','1'),(41565,9945,'_event_all_day','1'),(41566,9946,'_event_all_day','1'),(41567,9947,'_event_all_day','1'),(41568,9948,'_event_all_day','1'),(41569,9949,'_event_all_day','1'),(41570,9950,'_event_all_day','1'),(41571,9951,'_event_all_day','1'),(41572,9952,'_event_all_day','1'),(41573,9953,'_event_all_day','1'),(41574,9954,'_event_all_day','1'),(41575,9955,'_event_all_day','1'),(41576,9956,'_event_all_day','1'),(41577,9957,'_event_all_day','1'),(41578,9958,'_event_all_day','1'),(41579,9959,'_event_all_day','1'),(41580,9960,'_event_all_day','1'),(41581,9961,'_event_all_day','1'),(41582,9962,'_event_all_day','1'),(41583,9963,'_event_all_day','1'),(41584,9964,'_event_all_day','1'),(41585,9965,'_event_all_day','1'),(41586,9966,'_event_all_day','1'),(41587,9967,'_event_all_day','1'),(41588,9968,'_event_all_day','1'),(41589,9969,'_event_all_day','1'),(41590,9970,'_event_all_day','1'),(41591,9971,'_event_all_day','1'),(41592,9972,'_event_all_day','1'),(41593,9973,'_event_all_day','1'),(41594,9974,'_event_all_day','1'),(41595,9975,'_event_all_day','1'),(41596,9976,'_event_all_day','1'),(41597,9977,'_event_all_day','1'),(41598,9978,'_event_all_day','1'),(41599,9979,'_event_all_day','1'),(41600,9980,'_event_all_day','1'),(41601,9981,'_event_all_day','1'),(41602,9982,'_event_all_day','1'),(41603,9983,'_event_all_day','1'),(41604,9984,'_event_all_day','1'),(41605,9985,'_event_all_day','1'),(41606,9986,'_event_all_day','1'),(41607,9987,'_event_all_day','1'),(41608,9988,'_event_all_day','1'),(41609,9989,'_event_all_day','1'),(41610,9990,'_event_all_day','1'),(41611,9991,'_event_all_day','1'),(41612,9992,'_event_all_day','1'),(41613,9993,'_event_all_day','1'),(41614,9994,'_event_all_day','1'),(41615,9995,'_event_all_day','1'),(41616,9996,'_event_all_day','1'),(41617,9997,'_event_all_day','1'),(41618,9998,'_event_all_day','1'),(41619,9999,'_event_all_day','1'),(41620,10000,'_event_all_day','1'),(41622,10002,'_event_all_day','1'),(41623,10003,'_event_all_day','1'),(41624,10004,'_event_all_day','1'),(41625,10005,'_event_all_day','1'),(41626,10006,'_event_all_day','1'),(41627,10007,'_event_all_day','1'),(41628,10008,'_event_all_day','1'),(41641,10021,'_event_all_day','1'),(41681,10061,'_event_all_day','1'),(41682,10062,'_event_all_day','1'),(41683,10063,'_event_all_day','1'),(41684,10064,'_event_all_day','1'),(41685,10065,'_event_all_day','1'),(41686,10066,'_event_all_day','1'),(41687,10067,'_event_all_day','1'),(41688,10068,'_event_all_day','1'),(41689,10069,'_event_all_day','1'),(41690,10070,'_event_all_day','1'),(41691,10071,'_event_all_day','1'),(41692,10072,'_event_all_day','1'),(41693,10073,'_event_all_day','1'),(41694,10074,'_event_all_day','1'),(41695,10075,'_event_all_day','1'),(41696,10076,'_event_all_day','1'),(41697,10077,'_event_all_day','1'),(41698,10078,'_event_all_day','1'),(41699,10079,'_event_all_day','1'),(41700,10080,'_event_all_day','1'),(41701,10081,'_event_all_day','1'),(41702,10082,'_event_all_day','1'),(41703,10083,'_event_all_day','1'),(41704,10084,'_event_all_day','1'),(41705,10085,'_event_all_day','1'),(41706,10086,'_event_all_day','1'),(41707,10087,'_event_all_day','1'),(41708,10088,'_event_all_day','1'),(41709,10089,'_event_all_day','1'),(41710,10090,'_event_all_day','1'),(41711,10091,'_event_all_day','1'),(41712,10092,'_event_all_day','1'),(41713,10093,'_event_all_day','1'),(41714,10094,'_event_all_day','1'),(41715,10095,'_event_all_day','1'),(41716,10096,'_event_all_day','1'),(41717,10097,'_event_all_day','1'),(41718,10098,'_event_all_day','1'),(41719,10099,'_event_all_day','1'),(41720,10100,'_event_all_day','1'),(41721,10101,'_event_all_day','1'),(41722,10102,'_event_all_day','1'),(41723,10103,'_event_all_day','1'),(41724,10104,'_event_all_day','1'),(41725,10105,'_event_all_day','1'),(41726,10106,'_event_all_day','1'),(41727,10107,'_event_all_day','1'),(41728,10108,'_event_all_day','1'),(41729,10109,'_event_all_day','1'),(41730,10110,'_event_all_day','1'),(41731,10111,'_event_all_day','1'),(41732,10112,'_event_all_day','1'),(41733,10113,'_event_all_day','1'),(41734,10114,'_event_all_day','1'),(41735,10115,'_event_all_day','1'),(41736,10116,'_event_all_day','1'),(41737,10117,'_event_all_day','1'),(41738,10118,'_event_all_day','1'),(41739,10119,'_event_all_day','1'),(41740,10120,'_event_all_day','1'),(41741,10121,'_event_all_day','1'),(41742,10122,'_event_all_day','1'),(41743,10123,'_event_all_day','1'),(41744,10124,'_event_all_day','1'),(41745,10125,'_event_all_day','1'),(41746,10126,'_event_all_day','1'),(41747,10127,'_event_all_day','1'),(41748,10128,'_event_all_day','1'),(41749,10129,'_event_all_day','1'),(41750,10130,'_event_all_day','1'),(41751,10131,'_event_all_day','1'),(41752,10132,'_event_all_day','1'),(41753,10133,'_event_all_day','1'),(41754,10134,'_event_all_day','1'),(41755,10135,'_event_all_day','1'),(41756,10136,'_event_all_day','1'),(41757,10137,'_event_all_day','1'),(41758,10138,'_event_all_day','1'),(41759,10139,'_event_all_day','1'),(41760,10140,'_event_all_day','1'),(41761,10141,'_event_all_day','1'),(41762,10142,'_event_all_day','1'),(41763,10143,'_event_all_day','1'),(41764,10144,'_event_all_day','1'),(41765,10145,'_event_all_day','1'),(41766,10146,'_event_all_day','1'),(41767,10147,'_event_all_day','1'),(41768,10148,'_event_all_day','1'),(41769,10149,'_event_all_day','1'),(41770,10150,'_event_all_day','1'),(41771,10151,'_event_all_day','1'),(41772,10152,'_event_all_day','1'),(41773,10153,'_event_all_day','1'),(41774,10154,'_event_all_day','1'),(41775,10155,'_event_all_day','1'),(41776,10156,'_event_all_day','1'),(41777,10157,'_event_all_day','1'),(41778,10158,'_event_all_day','1'),(41779,10159,'_event_all_day','1'),(41780,10160,'_event_all_day','1'),(41781,10161,'_event_all_day','1'),(41782,10162,'_event_all_day','1'),(41783,10163,'_event_all_day','1'),(41784,10164,'_event_all_day','1'),(41785,10165,'_event_all_day','1'),(41786,10166,'_event_all_day','1'),(41787,10167,'_event_all_day','1'),(41788,10168,'_event_all_day','1'),(41789,10169,'_event_all_day','1'),(41790,10170,'_event_all_day','1'),(41791,10171,'_event_all_day','1'),(41792,10172,'_event_all_day','1'),(41793,10173,'_event_all_day','1'),(41794,10174,'_event_all_day','1'),(41795,10175,'_event_all_day','1'),(41796,10176,'_event_all_day','1'),(41797,10177,'_event_all_day','1'),(41798,10178,'_event_all_day','1'),(41799,10179,'_event_all_day','1'),(41800,10180,'_event_all_day','1'),(41801,10181,'_event_all_day','1'),(41802,10182,'_event_all_day','1'),(41803,10183,'_event_all_day','1'),(41804,10184,'_event_all_day','1'),(41805,10185,'_event_all_day','1'),(41806,10186,'_event_all_day','1'),(41807,10187,'_event_all_day','1'),(41808,10188,'_event_all_day','1'),(41809,10189,'_event_all_day','1'),(41810,10190,'_event_all_day','1'),(41811,10191,'_event_all_day','1'),(41812,10192,'_event_all_day','1'),(41813,10193,'_event_all_day','1'),(41814,10194,'_event_all_day','1'),(41815,10195,'_event_all_day','1'),(41816,10196,'_event_all_day','1'),(41817,10197,'_event_all_day','1'),(41818,10198,'_event_all_day','1'),(41819,10199,'_event_all_day','1'),(41820,10200,'_event_all_day','1'),(41821,10201,'_event_all_day','1'),(41822,10202,'_event_all_day','1'),(41823,10203,'_event_all_day','1'),(41824,10204,'_event_all_day','1'),(41825,10205,'_event_all_day','1'),(41826,10206,'_event_all_day','1'),(41827,10207,'_event_all_day','1'),(41828,10208,'_event_all_day','1'),(41829,10209,'_event_all_day','1'),(41830,10210,'_event_all_day','1'),(41831,10211,'_event_all_day','1'),(41832,10212,'_event_all_day','1'),(41833,10213,'_event_all_day','1'),(41834,10214,'_event_all_day','1'),(41835,10215,'_event_all_day','1'),(41836,10216,'_event_all_day','1'),(41837,10217,'_event_all_day','1'),(41838,10218,'_event_all_day','1'),(41839,10219,'_event_all_day','1'),(41840,10220,'_event_all_day','1'),(41841,10221,'_event_all_day','1'),(41842,10222,'_event_all_day','1'),(41843,10223,'_event_all_day','1'),(41844,10224,'_event_all_day','1'),(41845,10225,'_event_all_day','1'),(41846,10226,'_event_all_day','1'),(41847,10227,'_event_all_day','1'),(41848,10228,'_event_all_day','1'),(41849,10229,'_event_all_day','1'),(41850,10230,'_event_all_day','1'),(41851,10231,'_event_all_day','1'),(41852,10232,'_event_all_day','1'),(41853,10233,'_event_all_day','1'),(41854,10234,'_event_all_day','1'),(41855,10235,'_event_all_day','1'),(41856,10236,'_event_all_day','1'),(41864,10244,'_event_all_day','1'),(41867,10247,'_event_all_day','1'),(41868,10248,'_event_all_day','1'),(41869,10249,'_event_all_day','1'),(41870,10250,'_event_all_day','1'),(41871,10251,'_event_all_day','1'),(41872,10252,'_event_all_day','1'),(41873,10253,'_event_all_day','1'),(41874,10254,'_event_all_day','1'),(41875,10255,'_event_all_day','1'),(41876,10256,'_event_all_day','1'),(41877,10257,'_event_all_day','1'),(41878,10258,'_event_all_day','1'),(41879,10259,'_event_all_day','1'),(41880,10260,'_event_all_day','1'),(41881,10261,'_event_all_day','1'),(41882,10262,'_event_all_day','1'),(41883,10263,'_event_all_day','1'),(41884,10264,'_event_all_day','1'),(41885,10265,'_event_all_day','1'),(41886,10266,'_event_all_day','1'),(41887,10267,'_event_all_day','1'),(41888,10268,'_event_all_day','1'),(41889,10269,'_event_all_day','1'),(41890,10270,'_event_all_day','1'),(41891,10271,'_event_all_day','1'),(41892,10272,'_event_all_day','1'),(41893,10273,'_event_all_day','1'),(41894,10274,'_event_all_day','1'),(41895,10275,'_event_all_day','1'),(41896,10276,'_event_all_day','1'),(41897,10277,'_event_all_day','1'),(41898,10278,'_event_all_day','1'),(41899,10279,'_event_all_day','1'),(41900,10280,'_event_all_day','1'),(41901,10281,'_event_all_day','1'),(41902,10282,'_event_all_day','1'),(41903,10283,'_event_all_day','1'),(41904,10284,'_event_all_day','1'),(41905,10285,'_event_all_day','1'),(41906,10286,'_event_all_day','1'),(41907,10287,'_event_all_day','1'),(41908,10288,'_event_all_day','1'),(41909,10289,'_event_all_day','1'),(41910,10290,'_event_all_day','1'),(41911,10291,'_event_all_day','1'),(41912,10292,'_event_all_day','1'),(41913,10293,'_event_all_day','1'),(41914,10294,'_event_all_day','1'),(41915,10295,'_event_all_day','1'),(41916,10296,'_event_all_day','1'),(41917,10297,'_event_all_day','1'),(41918,10298,'_event_all_day','1'),(41919,10299,'_event_all_day','1'),(41920,10300,'_event_all_day','1'),(41921,10301,'_event_all_day','1'),(41922,10302,'_event_all_day','1'),(41923,10303,'_event_all_day','1'),(41924,10304,'_event_all_day','1'),(41925,10305,'_event_all_day','1'),(41926,10306,'_event_all_day','1'),(41927,10307,'_event_all_day','1'),(41928,10308,'_event_all_day','1'),(41929,10309,'_event_all_day','1'),(41930,10310,'_event_all_day','1'),(41931,10311,'_event_all_day','1'),(41932,10312,'_event_all_day','1'),(41933,10313,'_event_all_day','1'),(41934,10314,'_event_all_day','1'),(41935,10315,'_event_all_day','1'),(41936,10316,'_event_all_day','1'),(41937,10317,'_event_all_day','1'),(41938,10318,'_event_all_day','1'),(41939,10319,'_event_all_day','1'),(41940,10320,'_event_all_day','1'),(41941,10321,'_event_all_day','1'),(41942,10322,'_event_all_day','1'),(41943,10323,'_event_all_day','1'),(41944,10324,'_event_all_day','1'),(41945,10325,'_event_all_day','1'),(41946,10326,'_event_all_day','1'),(41947,10327,'_event_all_day','1'),(41948,10328,'_event_all_day','1'),(41949,10329,'_event_all_day','1'),(41950,10330,'_event_all_day','1'),(41951,10331,'_event_all_day','1'),(41952,10332,'_event_all_day','1'),(41953,10333,'_event_all_day','1'),(41954,10334,'_event_all_day','1'),(41955,10335,'_event_all_day','1'),(41956,10336,'_event_all_day','1'),(41957,10337,'_event_all_day','1'),(41958,10338,'_event_all_day','1'),(41959,10339,'_event_all_day','1'),(41960,10340,'_event_all_day','1'),(41961,10341,'_event_all_day','1'),(41962,10342,'_event_all_day','1'),(41963,10343,'_event_all_day','1'),(41964,10344,'_event_all_day','1'),(41965,10345,'_event_all_day','1'),(41966,10346,'_event_all_day','1'),(41967,10347,'_event_all_day','1'),(41968,10348,'_event_all_day','1'),(41969,10349,'_event_all_day','1'),(41970,10350,'_event_all_day','1'),(41971,10351,'_event_all_day','1'),(41972,10352,'_event_all_day','1'),(41973,10353,'_event_all_day','1'),(41974,10354,'_event_all_day','1'),(41975,10355,'_event_all_day','1'),(41976,10356,'_event_all_day','1'),(41977,10357,'_event_all_day','1'),(41978,10358,'_event_all_day','1'),(41979,10359,'_event_all_day','1'),(41980,10360,'_event_all_day','1'),(41981,10361,'_event_all_day','1'),(41982,10362,'_event_all_day','1'),(41983,10363,'_event_all_day','1'),(41984,10364,'_event_all_day','1'),(41985,10365,'_event_all_day','1'),(41986,10366,'_event_all_day','1'),(41987,10367,'_event_all_day','1'),(41988,10368,'_event_all_day','1'),(41989,10369,'_event_all_day','1'),(41990,10370,'_event_all_day','1'),(41991,10371,'_event_all_day','1'),(41992,10372,'_event_all_day','1'),(41993,10373,'_event_all_day','1'),(41994,10374,'_event_all_day','1'),(41995,10375,'_event_all_day','1'),(41996,10376,'_event_all_day','1'),(41997,10377,'_event_all_day','1'),(41998,10378,'_event_all_day','1'),(41999,10379,'_event_all_day','1'),(42000,10380,'_event_all_day','1'),(42001,10381,'_event_all_day','1'),(42002,10382,'_event_all_day','1'),(42003,10383,'_event_all_day','1'),(42004,10384,'_event_all_day','1'),(42005,10385,'_event_all_day','1'),(42006,10386,'_event_all_day','1'),(42007,10387,'_event_all_day','1'),(42008,10388,'_event_all_day','1'),(42009,10389,'_event_all_day','1'),(42010,10390,'_event_all_day','1'),(42011,10391,'_event_all_day','1'),(42012,10392,'_event_all_day','1'),(42013,10393,'_event_all_day','1'),(42014,10394,'_event_all_day','1'),(42015,10395,'_event_all_day','1'),(42016,10396,'_event_all_day','1'),(42017,10397,'_event_all_day','1'),(42018,10398,'_event_all_day','1'),(42019,10399,'_event_all_day','1'),(42020,10400,'_event_all_day','1'),(42021,10401,'_event_all_day','1'),(42022,10402,'_event_all_day','1'),(42023,10403,'_event_all_day','1'),(42024,10404,'_event_all_day','1'),(42025,10405,'_event_all_day','1'),(42026,10406,'_event_all_day','1'),(42027,10407,'_event_all_day','1'),(42028,10408,'_event_all_day','1'),(42029,10409,'_event_all_day','1'),(42030,10410,'_event_all_day','1'),(42031,10411,'_event_all_day','1'),(42032,10412,'_event_all_day','1'),(42033,10413,'_event_all_day','1'),(42034,10414,'_event_all_day','1'),(42035,10415,'_event_all_day','1'),(42036,10416,'_event_all_day','1'),(42037,10417,'_event_all_day','1'),(42038,10418,'_event_all_day','1'),(42039,10419,'_event_all_day','1'),(42040,10420,'_event_all_day','1'),(42041,10421,'_event_all_day','1'),(42042,10422,'_event_all_day','1'),(42043,10423,'_event_all_day','1'),(42044,10424,'_event_all_day','1'),(42045,10425,'_event_all_day','1'),(42046,10426,'_event_all_day','1'),(42047,10427,'_event_all_day','1'),(42048,10428,'_event_all_day','1'),(42049,10429,'_event_all_day','1'),(42050,10430,'_event_all_day','1'),(42051,10431,'_event_all_day','1'),(42052,10432,'_event_all_day','1'),(42053,10433,'_event_all_day','1'),(42054,10434,'_event_all_day','1'),(42055,10435,'_event_all_day','1'),(42056,10436,'_event_all_day','1'),(42057,10437,'_event_all_day','1'),(42058,10438,'_event_all_day','1'),(42059,10439,'_event_all_day','1'),(42060,10440,'_event_all_day','1'),(42061,10441,'_event_all_day','1'),(42062,10442,'_event_all_day','1'),(42063,10443,'_event_all_day','1'),(42064,10444,'_event_all_day','1'),(42065,10445,'_event_all_day','1'),(42066,10446,'_event_all_day','1'),(42067,10447,'_event_all_day','1'),(42068,10448,'_event_all_day','1'),(42069,10449,'_event_all_day','1'),(42070,10450,'_event_all_day','1'),(42071,10451,'_event_all_day','1'),(42072,10452,'_event_all_day','1'),(42073,10453,'_event_all_day','1'),(42074,10454,'_event_all_day','1'),(42075,10455,'_event_all_day','1'),(42076,10456,'_event_all_day','1'),(42077,10457,'_event_all_day','1'),(42078,10458,'_event_all_day','1'),(42079,10459,'_event_all_day','1'),(42080,10460,'_event_all_day','1'),(42081,10461,'_event_all_day','1'),(42082,10462,'_event_all_day','1'),(42083,10463,'_event_all_day','1'),(42084,10464,'_event_all_day','1'),(42085,10465,'_event_all_day','1'),(42086,10466,'_event_all_day','1'),(42087,10467,'_event_all_day','1'),(42088,10468,'_event_all_day','1'),(42089,10469,'_event_all_day','1'),(42090,10470,'_event_all_day','1'),(42091,10471,'_event_all_day','1'),(42092,10472,'_event_all_day','1'),(42093,10473,'_event_all_day','1'),(42094,10474,'_event_all_day','1'),(42095,10475,'_event_all_day','1'),(42096,10476,'_event_all_day','1'),(42097,10477,'_event_all_day','1'),(42098,10478,'_event_all_day','1'),(42099,10479,'_event_all_day','1'),(42100,10480,'_event_all_day','1'),(42101,10481,'_event_all_day','1'),(42102,10482,'_event_all_day','1'),(42103,10483,'_event_all_day','1'),(42104,10484,'_event_all_day','1'),(42105,10485,'_event_all_day','1'),(42106,10486,'_event_all_day','1'),(42107,10487,'_event_all_day','1'),(42108,10488,'_event_all_day','1'),(42109,10489,'_event_all_day','1'),(42110,10490,'_event_all_day','1'),(42111,10491,'_event_all_day','1'),(42112,10492,'_event_all_day','1'),(42113,10493,'_event_all_day','1'),(42114,10494,'_event_all_day','1'),(42115,10495,'_event_all_day','1'),(42116,10496,'_event_all_day','1'),(42117,10497,'_event_all_day','1'),(42118,10498,'_event_all_day','1'),(42119,10499,'_event_all_day','1'),(42120,10500,'_event_all_day','1'),(42121,10501,'_event_all_day','1'),(42122,10502,'_event_all_day','1'),(42123,10503,'_event_all_day','1'),(42124,10504,'_event_all_day','1'),(42125,10505,'_event_all_day','1'),(42126,10506,'_event_all_day','1'),(42127,10507,'_event_all_day','1'),(42128,10508,'_event_all_day','1'),(42129,10509,'_event_all_day','1'),(42130,10510,'_event_all_day','1'),(42131,10511,'_event_all_day','1'),(42132,10512,'_event_all_day','1'),(42133,10513,'_event_all_day','1'),(42134,10514,'_event_all_day','1'),(42135,10515,'_event_all_day','1'),(42136,10516,'_event_all_day','1'),(42137,10517,'_event_all_day','1'),(42138,10518,'_event_all_day','1'),(42139,10519,'_event_all_day','1'),(42140,10520,'_event_all_day','1'),(42141,10521,'_event_all_day','1'),(42142,10522,'_event_all_day','1'),(42143,10523,'_event_all_day','1'),(42144,10524,'_event_all_day','1'),(42145,10525,'_event_all_day','1'),(42146,10526,'_event_all_day','1'),(42147,10527,'_event_all_day','1'),(42148,10528,'_event_all_day','1'),(42149,10529,'_event_all_day','1'),(42150,10530,'_event_all_day','1'),(42151,10531,'_event_all_day','1'),(42152,10532,'_event_all_day','1'),(42153,10533,'_event_all_day','1'),(42154,10534,'_event_all_day','1'),(42155,10535,'_event_all_day','1'),(42156,10536,'_event_all_day','1'),(42157,10537,'_event_all_day','1'),(42158,10538,'_event_all_day','1'),(42159,10539,'_event_all_day','1'),(42160,10540,'_event_all_day','1'),(42161,10541,'_event_all_day','1'),(42162,10542,'_event_all_day','1'),(42163,10543,'_event_all_day','1'),(42164,10544,'_event_all_day','1'),(42165,10545,'_event_all_day','1'),(42166,10546,'_event_all_day','1'),(42167,10547,'_event_all_day','1'),(42168,10548,'_event_all_day','1'),(42169,10549,'_event_all_day','1'),(42170,10550,'_event_all_day','1'),(42171,10551,'_event_all_day','1'),(42172,10552,'_event_all_day','1'),(42173,10553,'_event_all_day','1'),(42174,10554,'_event_all_day','1'),(42175,10555,'_event_all_day','1'),(42176,10556,'_event_all_day','1'),(42177,10557,'_event_all_day','1'),(42178,10558,'_event_all_day','1'),(42179,10559,'_event_all_day','1'),(42180,10560,'_event_all_day','1'),(42181,10561,'_event_all_day','1'),(42182,10562,'_event_all_day','1'),(42183,10563,'_event_all_day','1'),(42184,10564,'_event_all_day','1'),(42185,10565,'_event_all_day','1'),(42186,10566,'_event_all_day','1'),(42187,10567,'_event_all_day','1'),(42188,10568,'_event_all_day','1'),(42189,10569,'_event_all_day','1'),(42190,10570,'_event_all_day','1'),(42191,10571,'_event_all_day','1'),(42192,10572,'_event_all_day','1'),(42193,10573,'_event_all_day','1'),(42194,10574,'_event_all_day','1'),(42195,10575,'_event_all_day','1'),(42196,10576,'_event_all_day','1'),(42197,10577,'_event_all_day','1'),(42198,10578,'_event_all_day','1'),(42199,10579,'_event_all_day','1'),(42200,10580,'_event_all_day','1'),(42201,10581,'_event_all_day','1'),(42202,10582,'_event_all_day','1'),(42203,10583,'_event_all_day','1'),(42204,10584,'_event_all_day','1'),(42205,10585,'_event_all_day','1'),(42206,10586,'_event_all_day','1'),(42207,10587,'_event_all_day','1'),(42208,10588,'_event_all_day','1'),(42209,10589,'_event_all_day','1'),(42210,10590,'_event_all_day','1'),(42211,10591,'_event_all_day','1'),(42212,10592,'_event_all_day','1'),(42213,10593,'_event_all_day','1'),(42214,10594,'_event_all_day','1'),(42215,10595,'_event_all_day','1'),(42216,10596,'_event_all_day','1'),(42217,10597,'_event_all_day','1'),(42218,10598,'_event_all_day','1'),(42219,10599,'_event_all_day','1'),(42220,10600,'_event_all_day','1'),(42221,10601,'_event_all_day','1'),(42222,10602,'_event_all_day','1'),(42223,10603,'_event_all_day','1'),(42224,10604,'_event_all_day','1'),(42225,10605,'_event_all_day','1'),(42226,10606,'_event_all_day','1'),(42227,10607,'_event_all_day','1'),(42228,10608,'_event_all_day','1'),(42229,10609,'_event_all_day','1'),(42230,10610,'_event_all_day','1'),(42231,10611,'_event_all_day','1'),(42232,10612,'_event_all_day','1'),(42233,10613,'_event_all_day','1'),(42234,10614,'_event_all_day','1'),(42235,10615,'_event_all_day','1'),(42236,10616,'_event_all_day','1'),(42237,10617,'_event_all_day','1'),(42238,10618,'_event_all_day','1'),(42239,10619,'_event_all_day','1'),(42240,10620,'_event_all_day','1'),(42241,10621,'_event_all_day','1'),(42242,10622,'_event_all_day','1'),(42243,10623,'_event_all_day','1'),(42244,10624,'_event_all_day','1'),(42245,10625,'_event_all_day','1'),(42246,10626,'_event_all_day','1'),(42247,10627,'_event_all_day','1'),(42248,10628,'_event_all_day','1'),(42249,10629,'_event_all_day','1'),(42250,10630,'_event_all_day','1'),(42251,10631,'_event_all_day','1'),(42252,10632,'_event_all_day','1'),(42253,10633,'_event_all_day','1'),(42254,10634,'_event_all_day','1'),(42255,10635,'_event_all_day','1'),(42256,10636,'_event_all_day','1'),(42257,10637,'_event_all_day','1'),(42258,10638,'_event_all_day','1'),(42259,10639,'_event_all_day','1'),(42260,10640,'_event_all_day','1'),(42261,10641,'_event_all_day','1'),(42262,10642,'_event_all_day','1'),(42263,10643,'_event_all_day','1'),(42264,10644,'_event_all_day','1'),(42265,10645,'_event_all_day','1'),(42266,10646,'_event_all_day','1'),(42267,10647,'_event_all_day','1'),(42268,10648,'_event_all_day','1'),(42269,10649,'_event_all_day','1'),(42270,10650,'_event_all_day','1'),(42271,10651,'_event_all_day','1'),(42272,10652,'_event_all_day','1'),(42273,10653,'_event_all_day','1'),(42274,10654,'_event_all_day','1'),(42275,10655,'_event_all_day','1'),(42276,10656,'_event_all_day','1'),(42277,10657,'_event_all_day','1'),(42278,10658,'_event_all_day','1'),(42279,10659,'_event_all_day','1'),(42280,10660,'_event_all_day','1'),(42281,10661,'_event_all_day','1'),(42282,10662,'_event_all_day','1'),(42283,10663,'_event_all_day','1'),(42284,10664,'_event_all_day','1'),(42285,10665,'_event_all_day','1'),(42286,10666,'_event_all_day','1'),(42287,10667,'_event_all_day','1'),(42288,10668,'_event_all_day','1'),(42289,10669,'_event_all_day','1'),(42290,10670,'_event_all_day','1'),(42291,10671,'_event_all_day','1'),(42292,10672,'_event_all_day','1'),(42293,10673,'_event_all_day','1'),(42294,10674,'_event_all_day','1'),(42295,10675,'_event_all_day','1'),(42296,10676,'_event_all_day','1'),(42297,10677,'_event_all_day','1'),(42298,10678,'_event_all_day','1'),(42299,10679,'_event_all_day','1'),(42300,10680,'_event_all_day','1'),(42301,10681,'_event_all_day','1'),(42302,10682,'_event_all_day','1'),(42303,10683,'_event_all_day','1'),(42304,10684,'_event_all_day','1'),(42305,10685,'_event_all_day','1'),(42306,10686,'_event_all_day','1'),(42307,10687,'_event_all_day','1'),(42308,10688,'_event_all_day','1'),(42309,10689,'_event_all_day','1'),(42310,10690,'_event_all_day','1'),(42311,10691,'_event_all_day','1'),(42312,10692,'_event_all_day','1'),(42313,10693,'_event_all_day','1'),(42314,10694,'_event_all_day','1'),(42315,10695,'_event_all_day','1'),(42316,10696,'_event_all_day','1'),(42317,10697,'_event_all_day','1'),(42318,10698,'_event_all_day','1'),(42319,10699,'_event_all_day','1'),(42320,10700,'_event_all_day','1'),(42321,10701,'_event_all_day','1'),(42322,10702,'_event_all_day','1'),(42323,10703,'_event_all_day','1'),(42324,10704,'_event_all_day','1'),(42325,10705,'_event_all_day','1'),(42326,10706,'_event_all_day','1'),(42327,10707,'_event_all_day','1'),(42328,10708,'_event_all_day','1'),(42329,10709,'_event_all_day','1'),(42330,10710,'_event_all_day','1'),(42331,10711,'_event_all_day','1'),(42332,10712,'_event_all_day','1'),(42333,10713,'_event_all_day','1'),(42334,10714,'_event_all_day','1'),(42335,10715,'_event_all_day','1'),(42337,10717,'_event_all_day','1'),(42338,10718,'_event_all_day','1'),(42340,10720,'_event_all_day','1'),(42341,10721,'_event_all_day','1'),(42342,10722,'_event_all_day','1'),(42343,10723,'_event_all_day','1'),(42344,10724,'_event_all_day','1'),(42345,10725,'_event_all_day','1'),(42346,10726,'_event_all_day','1'),(42347,10727,'_event_all_day','1'),(42348,10728,'_event_all_day','1'),(42349,10729,'_event_all_day','1'),(42350,10730,'_event_all_day','1'),(42351,10731,'_event_all_day','1'),(42352,10732,'_event_all_day','1'),(42353,10733,'_event_all_day','1'),(42354,10734,'_event_all_day','1'),(42355,10735,'_event_all_day','1'),(42356,10736,'_event_all_day','1'),(42357,10737,'_event_all_day','1'),(42358,10738,'_event_all_day','1'),(42359,10739,'_event_all_day','1'),(42360,10740,'_event_all_day','1'),(42361,10741,'_event_all_day','1'),(42362,10742,'_event_all_day','1'),(42363,10743,'_event_all_day','1'),(42364,10744,'_event_all_day','1'),(42365,10745,'_event_all_day','1'),(42366,10746,'_event_all_day','1'),(42367,10747,'_event_all_day','1'),(42368,10748,'_event_all_day','1'),(42369,10749,'_event_all_day','1'),(42370,10750,'_event_all_day','1'),(42371,10751,'_event_all_day','1'),(42372,10752,'_event_all_day','1'),(42373,10753,'_event_all_day','1'),(42374,10754,'_event_all_day','1'),(42375,10755,'_event_all_day','1'),(42376,10756,'_event_all_day','1'),(42377,10757,'_event_all_day','1'),(42378,10758,'_event_all_day','1'),(42379,10759,'_event_all_day','1'),(42380,10760,'_event_all_day','1'),(42381,10761,'_event_all_day','1'),(42382,10762,'_event_all_day','1'),(42383,10763,'_event_all_day','1'),(42384,10764,'_event_all_day','1'),(42385,10765,'_event_all_day','1'),(42386,10766,'_event_all_day','1'),(42387,10767,'_event_all_day','1'),(42388,10768,'_event_all_day','1'),(42389,10769,'_event_all_day','1'),(42390,10770,'_event_all_day','1'),(42391,10771,'_event_all_day','1'),(42392,10772,'_event_all_day','1'),(42393,10773,'_event_all_day','1'),(42394,10774,'_event_all_day','1'),(42395,10775,'_event_all_day','1'),(42396,10776,'_event_all_day','1'),(42397,10777,'_event_all_day','1'),(42398,10778,'_event_all_day','1'),(42399,10779,'_event_all_day','1'),(42400,10780,'_event_all_day','1'),(42401,10781,'_event_all_day','1'),(42402,10782,'_event_all_day','1'),(42403,10783,'_event_all_day','1'),(42404,10784,'_event_all_day','1'),(42405,10785,'_event_all_day','1'),(42406,10786,'_event_all_day','1'),(42407,10787,'_event_all_day','1'),(42408,10788,'_event_all_day','1'),(42409,10789,'_event_all_day','1'),(42410,10790,'_event_all_day','1'),(42411,10791,'_event_all_day','1'),(42412,10792,'_event_all_day','1'),(42413,10793,'_event_all_day','1'),(42414,10794,'_event_all_day','1'),(42415,10795,'_event_all_day','1'),(42416,10796,'_event_all_day','1'),(42417,10797,'_event_all_day','1'),(42418,10798,'_event_all_day','1'),(42419,10799,'_event_all_day','1'),(42420,10800,'_event_all_day','1'),(42421,10801,'_event_all_day','1'),(42422,10802,'_event_all_day','1'),(42423,10803,'_event_all_day','1'),(42424,10804,'_event_all_day','1'),(42425,10805,'_event_all_day','1'),(42426,10806,'_event_all_day','1'),(42427,10807,'_event_all_day','1'),(42428,10808,'_event_all_day','1'),(42429,10809,'_event_all_day','1'),(42430,10810,'_event_all_day','1'),(42431,10811,'_event_all_day','1'),(42432,10812,'_event_all_day','1'),(42433,10813,'_event_all_day','1'),(42434,10814,'_event_all_day','1'),(42435,10815,'_event_all_day','1'),(42436,10816,'_event_all_day','1'),(42437,10817,'_event_all_day','1'),(42438,10818,'_event_all_day','1'),(42439,10819,'_event_all_day','1'),(42440,10820,'_event_all_day','1'),(42441,10821,'_event_all_day','1'),(42442,10822,'_event_all_day','1'),(42443,10823,'_event_all_day','1'),(42444,10824,'_event_all_day','1'),(42445,10825,'_event_all_day','1'),(42446,10826,'_event_all_day','1'),(42447,10827,'_event_all_day','1'),(42448,10828,'_event_all_day','1'),(42449,10829,'_event_all_day','1'),(42450,10830,'_event_all_day','1'),(42451,10831,'_event_all_day','1'),(42452,10832,'_event_all_day','1'),(42453,10833,'_event_all_day','1'),(42454,10834,'_event_all_day','1'),(42455,10835,'_event_all_day','1'),(42456,10836,'_event_all_day','1'),(42457,10837,'_event_all_day','1'),(42458,10838,'_event_all_day','1'),(42459,10839,'_event_all_day','1'),(42460,10840,'_event_all_day','1'),(42461,10841,'_event_all_day','1'),(42462,10842,'_event_all_day','1'),(42463,10843,'_event_all_day','1'),(42464,10844,'_event_all_day','1'),(42465,10845,'_event_all_day','1'),(42466,10846,'_event_all_day','1'),(42467,10847,'_event_all_day','1'),(42468,10848,'_event_all_day','1'),(42469,10849,'_event_all_day','1'),(42470,10850,'_event_all_day','1'),(42471,10851,'_event_all_day','1'),(42472,10852,'_event_all_day','1'),(42473,10853,'_event_all_day','1'),(42474,10854,'_event_all_day','1'),(43433,9766,'_event_start_date','2012-03-07'),(43434,9767,'_event_start_date','2012-03-09'),(43435,9768,'_event_start_date','2012-02-10'),(43436,9769,'_event_start_date','2012-02-11'),(43437,9770,'_event_start_date','2012-03-02'),(43438,9771,'_event_start_date','2012-03-10'),(43439,9772,'_event_start_date','2012-04-07'),(43440,9773,'_event_start_date','2012-04-28'),(43441,9774,'_event_start_date','2012-05-16'),(43442,9775,'_event_start_date','2012-07-01'),(43443,9776,'_event_start_date','2012-07-22'),(43444,9777,'_event_start_date','2012-07-01'),(43445,9778,'_event_start_date','2012-08-03'),(43446,9779,'_event_start_date','2012-10-01'),(43447,9780,'_event_start_date','2012-11-02'),(43448,9781,'_event_start_date','2012-11-03'),(43449,9782,'_event_start_date','2012-11-04'),(43450,9783,'_event_start_date','2012-11-01'),(43451,9784,'_event_start_date','2012-11-01'),(43452,9785,'_event_start_date','2012-11-01'),(43453,9786,'_event_start_date','2012-12-01'),(43454,9787,'_event_start_date','2012-12-01'),(43455,9788,'_event_start_date','2012-12-01'),(43456,9789,'_event_start_date','2012-11-01'),(43457,9790,'_event_start_date','2012-05-01'),(43458,9791,'_event_start_date','2012-03-31'),(43459,9792,'_event_start_date','2012-04-07'),(43460,9793,'_event_start_date','2012-04-21'),(43461,9794,'_event_start_date','2012-04-23'),(43462,9795,'_event_start_date','2012-04-25'),(43463,9796,'_event_start_date','2012-04-27'),(43464,9797,'_event_start_date','2012-04-28'),(43465,9798,'_event_start_date','2012-04-29'),(43466,9799,'_event_start_date','2012-05-30'),(43467,9800,'_event_start_date','2012-08-01'),(43468,9801,'_event_start_date','2013-10-27'),(43469,9802,'_event_start_date','2012-04-30'),(43470,9803,'_event_start_date','2012-07-16'),(43471,9804,'_event_start_date','2013-08-01'),(43472,9805,'_event_start_date','2013-08-05'),(43473,9806,'_event_start_date','2013-08-01'),(43474,9807,'_event_start_date','2013-08-16'),(43475,9808,'_event_start_date','2012-07-06'),(43476,9809,'_event_start_date','2012-07-07'),(43477,9810,'_event_start_date','2012-07-29'),(43478,9811,'_event_start_date','2012-08-06'),(43479,9812,'_event_start_date','2012-08-01'),(43480,9813,'_event_start_date','2012-08-01'),(43481,9814,'_event_start_date','2012-09-15'),(43482,9815,'_event_start_date','2012-10-24'),(43483,9816,'_event_start_date','2012-10-25'),(43484,9817,'_event_start_date','2012-10-01'),(43485,9818,'_event_start_date','2012-11-11'),(43486,9819,'_event_start_date','2012-11-24'),(43487,9820,'_event_start_date','2012-11-25'),(43488,9821,'_event_start_date','2012-11-30'),(43489,9822,'_event_start_date','2012-12-01'),(43490,9823,'_event_start_date','2012-12-09'),(43491,9824,'_event_start_date','2012-12-01'),(43492,9825,'_event_start_date','2012-12-01'),(43493,9826,'_event_start_date','2012-12-30'),(43494,9827,'_event_start_date','2012-09-06'),(43495,9828,'_event_start_date','2012-04-17'),(43496,9829,'_event_start_date','2012-08-23'),(43497,9830,'_event_start_date','2013-08-22'),(43499,9832,'_event_start_date','2013-06-26'),(43500,9833,'_event_start_date','2012-10-04'),(43501,9834,'_event_start_date','2012-10-01'),(43502,9835,'_event_start_date','2013-02-09'),(43503,9836,'_event_start_date','2013-02-21'),(43504,9837,'_event_start_date','2013-02-22'),(43505,9838,'_event_start_date','2013-08-08'),(43506,9839,'_event_start_date','2013-05-30'),(43507,9840,'_event_start_date','2013-11-30'),(43508,9841,'_event_start_date','2013-06-17'),(43509,9842,'_event_start_date','2013-12-18'),(43510,9843,'_event_start_date','2013-03-29'),(43511,9844,'_event_start_date','2013-04-01'),(43512,9845,'_event_start_date','2013-05-01'),(43513,9846,'_event_start_date','2013-05-20'),(43514,9847,'_event_start_date','2013-07-26'),(43515,9848,'_event_start_date','2013-04-01'),(43516,9849,'_event_start_date','2013-12-01'),(43517,9850,'_event_start_date','2013-03-30'),(43518,9851,'_event_start_date','2013-08-09'),(43519,9852,'_event_start_date','2013-08-05'),(43520,9853,'_event_start_date','2013-07-06'),(43521,9854,'_event_start_date','2013-05-23'),(43522,9855,'_event_start_date','2013-02-09'),(43523,9856,'_event_start_date','2013-05-02'),(43524,9857,'_event_start_date','2013-08-03'),(43525,9858,'_event_start_date','2013-08-09'),(43526,9859,'_event_start_date','2013-11-30'),(43527,9860,'_event_start_date','2013-05-06'),(43528,9861,'_event_start_date','2013-11-01'),(43529,9862,'_event_start_date','2013-01-06'),(43530,9863,'_event_start_date','2013-01-21'),(43531,9864,'_event_start_date','2013-01-25'),(43532,9865,'_event_start_date','2013-02-07'),(43533,9866,'_event_start_date','2013-02-20'),(43534,9867,'_event_start_date','2013-03-01'),(43535,9868,'_event_start_date','2013-04-18'),(43536,9869,'_event_start_date','2013-06-13'),(43537,9870,'_event_start_date','2013-08-01'),(43538,9871,'_event_start_date','2013-09-06'),(43539,9872,'_event_start_date','2013-11-01'),(43540,9873,'_event_start_date','2013-12-01'),(43541,9874,'_event_start_date','2013-12-09'),(43542,9875,'_event_start_date','2013-12-31'),(43543,9876,'_event_start_date','2013-03-09'),(43544,9877,'_event_start_date','2013-04-26'),(43545,9878,'_event_start_date','2013-11-01'),(43546,9879,'_event_start_date','2013-03-26'),(43547,9880,'_event_start_date','2013-07-01'),(43548,9881,'_event_start_date','2013-01-05'),(43549,9882,'_event_start_date','2013-01-19'),(43550,9883,'_event_start_date','2013-02-01'),(43551,9884,'_event_start_date','2013-02-22'),(43552,9885,'_event_start_date','2013-03-10'),(43553,9886,'_event_start_date','2013-03-15'),(43554,9887,'_event_start_date','2013-07-19'),(43555,9888,'_event_start_date','2013-04-18'),(43556,9889,'_event_start_date','2013-05-03'),(43557,9890,'_event_start_date','2013-06-07'),(43558,9891,'_event_start_date','2013-06-01'),(43559,9892,'_event_start_date','2013-06-06'),(43560,9893,'_event_start_date','2013-03-01'),(43561,9894,'_event_start_date','2013-05-01'),(43562,9895,'_event_start_date','2013-12-26'),(43563,9896,'_event_start_date','2013-06-10'),(43564,9897,'_event_start_date','2013-05-05'),(43565,9898,'_event_start_date','2013-05-01'),(43566,9899,'_event_start_date','2013-05-26'),(43567,9900,'_event_start_date','2013-07-01'),(43568,9901,'_event_start_date','2013-11-02'),(43569,9902,'_event_start_date','2013-06-05'),(43570,9903,'_event_start_date','2013-06-06'),(43571,9904,'_event_start_date','2013-05-07'),(43572,9905,'_event_start_date','2013-03-27'),(43573,9906,'_event_start_date','2013-11-01'),(43574,9907,'_event_start_date','2013-02-01'),(43575,9908,'_event_start_date','2013-07-05'),(43576,9909,'_event_start_date','2013-07-12'),(43577,9910,'_event_start_date','2013-07-19'),(43578,9911,'_event_start_date','2013-07-26'),(43579,9912,'_event_start_date','2013-08-02'),(43580,9913,'_event_start_date','2013-08-09'),(43581,9914,'_event_start_date','2013-08-16'),(43582,9915,'_event_start_date','2013-08-23'),(43583,9916,'_event_start_date','2013-08-30'),(43584,9917,'_event_start_date','2013-09-06'),(43585,9918,'_event_start_date','2013-09-13'),(43586,9919,'_event_start_date','2013-09-20'),(43587,9920,'_event_start_date','2013-09-27'),(43588,9921,'_event_start_date','2013-01-04'),(43589,9922,'_event_start_date','2013-01-11'),(43590,9923,'_event_start_date','2013-01-18'),(43591,9924,'_event_start_date','2013-01-25'),(43592,9925,'_event_start_date','2013-02-01'),(43593,9926,'_event_start_date','2013-02-08'),(43594,9927,'_event_start_date','2013-02-15'),(43595,9928,'_event_start_date','2013-02-22'),(43596,9929,'_event_start_date','2013-03-01'),(43597,9930,'_event_start_date','2013-03-08'),(43598,9931,'_event_start_date','2013-03-15'),(43599,9932,'_event_start_date','2013-03-22'),(43600,9933,'_event_start_date','2013-03-29'),(43601,9934,'_event_start_date','2013-04-05'),(43602,9935,'_event_start_date','2013-04-12'),(43603,9936,'_event_start_date','2013-04-19'),(43604,9937,'_event_start_date','2013-04-26'),(43605,9938,'_event_start_date','2013-05-03'),(43606,9939,'_event_start_date','2013-05-10'),(43607,9940,'_event_start_date','2013-05-17'),(43608,9941,'_event_start_date','2013-05-24'),(43609,9942,'_event_start_date','2013-05-31'),(43610,9943,'_event_start_date','2013-06-07'),(43611,9944,'_event_start_date','2013-06-14'),(43612,9945,'_event_start_date','2013-06-21'),(43613,9946,'_event_start_date','2013-06-28'),(43614,9947,'_event_start_date','2013-07-05'),(43615,9948,'_event_start_date','2013-07-12'),(43616,9949,'_event_start_date','2013-07-19'),(43617,9950,'_event_start_date','2013-07-26'),(43618,9951,'_event_start_date','2013-08-02'),(43619,9952,'_event_start_date','2013-08-09'),(43620,9953,'_event_start_date','2013-08-16'),(43621,9954,'_event_start_date','2013-08-23'),(43622,9955,'_event_start_date','2013-08-30'),(43623,9956,'_event_start_date','2013-09-06'),(43624,9957,'_event_start_date','2013-09-13'),(43625,9958,'_event_start_date','2013-09-20'),(43626,9959,'_event_start_date','2013-09-27'),(43627,9960,'_event_start_date','2013-10-04'),(43628,9961,'_event_start_date','2013-10-11'),(43629,9962,'_event_start_date','2013-10-18'),(43630,9963,'_event_start_date','2013-10-25'),(43631,9964,'_event_start_date','2013-11-01'),(43632,9965,'_event_start_date','2013-11-08'),(43633,9966,'_event_start_date','2013-11-15'),(43634,9967,'_event_start_date','2013-11-22'),(43635,9968,'_event_start_date','2013-11-29'),(43636,9969,'_event_start_date','2013-12-06'),(43637,9970,'_event_start_date','2013-12-13'),(43638,9971,'_event_start_date','2013-12-20'),(43639,9972,'_event_start_date','2013-12-27'),(43640,9973,'_event_start_date','2013-04-01'),(43641,9974,'_event_start_date','2013-02-22'),(43642,9975,'_event_start_date','2013-01-13'),(43643,9976,'_event_start_date','2013-01-26'),(43644,9977,'_event_start_date','2013-01-27'),(43645,9978,'_event_start_date','2013-01-27'),(43646,9979,'_event_start_date','2013-07-25'),(43647,9980,'_event_start_date','2013-02-01'),(43648,9981,'_event_start_date','2013-03-02'),(43649,9982,'_event_start_date','2013-03-21'),(43650,9983,'_event_start_date','2013-03-29'),(43651,9984,'_event_start_date','2013-08-02'),(43652,9985,'_event_start_date','2013-08-06'),(43653,9986,'_event_start_date','2013-10-20'),(43654,9987,'_event_start_date','2013-10-16'),(43655,9988,'_event_start_date','2013-09-19'),(43656,9989,'_event_start_date','2013-09-16'),(43657,9990,'_event_start_date','2013-09-01'),(43658,9991,'_event_start_date','2013-05-05'),(43659,9992,'_event_start_date','2013-05-16'),(43660,9993,'_event_start_date','2013-04-03'),(43661,9994,'_event_start_date','2013-04-22'),(43662,9995,'_event_start_date','2013-03-31'),(43663,9996,'_event_start_date','2013-03-29'),(43664,9997,'_event_start_date','2013-11-01'),(43665,9998,'_event_start_date','2013-01-17'),(43666,9999,'_event_start_date','2013-01-18'),(43667,10000,'_event_start_date','2013-01-26'),(43669,10002,'_event_start_date','2013-01-06'),(43670,10003,'_event_start_date','2013-01-13'),(43671,10004,'_event_start_date','2013-01-20'),(43672,10005,'_event_start_date','2013-01-27'),(43673,10006,'_event_start_date','2013-02-03'),(43674,10007,'_event_start_date','2013-02-10'),(43675,10008,'_event_start_date','2013-02-17'),(43688,10021,'_event_start_date','2013-11-24'),(43728,10061,'_event_start_date','2013-02-05'),(43729,10062,'_event_start_date','2013-02-07'),(43730,10063,'_event_start_date','2013-02-10'),(43731,10064,'_event_start_date','2013-02-02'),(43732,10065,'_event_start_date','2013-06-29'),(43733,10066,'_event_start_date','2013-03-30'),(43734,10067,'_event_start_date','2013-05-18'),(43735,10068,'_event_start_date','2013-03-09'),(43736,10069,'_event_start_date','2013-04-21'),(43737,10070,'_event_start_date','2013-05-25'),(43738,10071,'_event_start_date','2013-05-26'),(43739,10072,'_event_start_date','2013-06-01'),(43740,10073,'_event_start_date','2013-06-02'),(43741,10074,'_event_start_date','2013-01-03'),(43742,10075,'_event_start_date','2013-01-10'),(43743,10076,'_event_start_date','2013-01-17'),(43744,10077,'_event_start_date','2013-01-24'),(43745,10078,'_event_start_date','2013-01-31'),(43746,10079,'_event_start_date','2013-02-07'),(43747,10080,'_event_start_date','2013-02-14'),(43748,10081,'_event_start_date','2013-02-21'),(43749,10082,'_event_start_date','2013-02-28'),(43750,10083,'_event_start_date','2013-03-07'),(43751,10084,'_event_start_date','2013-03-14'),(43752,10085,'_event_start_date','2013-03-21'),(43753,10086,'_event_start_date','2013-03-28'),(43754,10087,'_event_start_date','2013-04-04'),(43755,10088,'_event_start_date','2013-04-11'),(43756,10089,'_event_start_date','2013-04-18'),(43757,10090,'_event_start_date','2013-04-25'),(43758,10091,'_event_start_date','2013-05-02'),(43759,10092,'_event_start_date','2013-05-09'),(43760,10093,'_event_start_date','2013-05-16'),(43761,10094,'_event_start_date','2013-05-23'),(43762,10095,'_event_start_date','2013-05-30'),(43763,10096,'_event_start_date','2013-06-06'),(43764,10097,'_event_start_date','2013-06-13'),(43765,10098,'_event_start_date','2013-06-20'),(43766,10099,'_event_start_date','2013-06-27'),(43767,10100,'_event_start_date','2013-07-04'),(43768,10101,'_event_start_date','2013-07-11'),(43769,10102,'_event_start_date','2013-07-18'),(43770,10103,'_event_start_date','2013-07-25'),(43771,10104,'_event_start_date','2013-08-01'),(43772,10105,'_event_start_date','2013-08-08'),(43773,10106,'_event_start_date','2013-08-15'),(43774,10107,'_event_start_date','2013-08-22'),(43775,10108,'_event_start_date','2013-08-29'),(43776,10109,'_event_start_date','2013-09-05'),(43777,10110,'_event_start_date','2013-09-12'),(43778,10111,'_event_start_date','2013-09-19'),(43779,10112,'_event_start_date','2013-09-26'),(43780,10113,'_event_start_date','2013-10-03'),(43781,10114,'_event_start_date','2013-10-10'),(43782,10115,'_event_start_date','2013-10-17'),(43783,10116,'_event_start_date','2013-10-24'),(43784,10117,'_event_start_date','2013-10-31'),(43785,10118,'_event_start_date','2013-11-07'),(43786,10119,'_event_start_date','2013-11-14'),(43787,10120,'_event_start_date','2013-11-21'),(43788,10121,'_event_start_date','2013-11-28'),(43789,10122,'_event_start_date','2013-12-05'),(43790,10123,'_event_start_date','2013-12-12'),(43791,10124,'_event_start_date','2013-12-19'),(43792,10125,'_event_start_date','2013-12-26'),(43793,10126,'_event_start_date','2013-05-23'),(43794,10127,'_event_start_date','2013-11-30'),(43795,10128,'_event_start_date','2013-08-05'),(43796,10129,'_event_start_date','2013-08-15'),(43797,10130,'_event_start_date','2013-01-06'),(43798,10131,'_event_start_date','2013-01-13'),(43799,10132,'_event_start_date','2013-01-20'),(43800,10133,'_event_start_date','2013-01-27'),(43801,10134,'_event_start_date','2013-02-03'),(43802,10135,'_event_start_date','2013-02-10'),(43803,10136,'_event_start_date','2013-02-17'),(43804,10137,'_event_start_date','2013-02-24'),(43805,10138,'_event_start_date','2013-03-03'),(43806,10139,'_event_start_date','2013-03-10'),(43807,10140,'_event_start_date','2013-03-17'),(43808,10141,'_event_start_date','2013-03-24'),(43809,10142,'_event_start_date','2013-03-31'),(43810,10143,'_event_start_date','2013-04-07'),(43811,10144,'_event_start_date','2013-04-14'),(43812,10145,'_event_start_date','2013-04-21'),(43813,10146,'_event_start_date','2013-04-28'),(43814,10147,'_event_start_date','2013-05-05'),(43815,10148,'_event_start_date','2013-05-12'),(43816,10149,'_event_start_date','2013-05-19'),(43817,10150,'_event_start_date','2013-05-26'),(43818,10151,'_event_start_date','2013-06-02'),(43819,10152,'_event_start_date','2013-06-09'),(43820,10153,'_event_start_date','2013-06-16'),(43821,10154,'_event_start_date','2013-06-23'),(43822,10155,'_event_start_date','2013-06-30'),(43823,10156,'_event_start_date','2013-07-07'),(43824,10157,'_event_start_date','2013-07-14'),(43825,10158,'_event_start_date','2013-07-21'),(43826,10159,'_event_start_date','2013-07-28'),(43827,10160,'_event_start_date','2013-08-04'),(43828,10161,'_event_start_date','2013-08-11'),(43829,10162,'_event_start_date','2013-08-18'),(43830,10163,'_event_start_date','2013-08-25'),(43831,10164,'_event_start_date','2013-09-01'),(43832,10165,'_event_start_date','2013-09-08'),(43833,10166,'_event_start_date','2013-09-15'),(43834,10167,'_event_start_date','2013-09-22'),(43835,10168,'_event_start_date','2013-09-29'),(43836,10169,'_event_start_date','2013-10-06'),(43837,10170,'_event_start_date','2013-10-13'),(43838,10171,'_event_start_date','2013-10-20'),(43839,10172,'_event_start_date','2013-10-27'),(43840,10173,'_event_start_date','2013-11-03'),(43841,10174,'_event_start_date','2013-11-10'),(43842,10175,'_event_start_date','2013-11-17'),(43843,10176,'_event_start_date','2013-11-24'),(43844,10177,'_event_start_date','2013-12-01'),(43845,10178,'_event_start_date','2013-03-06'),(43846,10179,'_event_start_date','2013-05-17'),(43847,10180,'_event_start_date','2013-03-09'),(43848,10181,'_event_start_date','2013-05-01'),(43849,10182,'_event_start_date','2013-06-01'),(43850,10183,'_event_start_date','2013-11-01'),(43851,10184,'_event_start_date','2013-08-01'),(43852,10185,'_event_start_date','2013-09-21'),(43853,10186,'_event_start_date','2013-03-29'),(43854,10187,'_event_start_date','2013-09-10'),(43855,10188,'_event_start_date','2013-01-18'),(43856,10189,'_event_start_date','2013-01-10'),(43857,10190,'_event_start_date','2013-01-14'),(43858,10191,'_event_start_date','2013-01-21'),(43859,10192,'_event_start_date','2013-01-22'),(43860,10193,'_event_start_date','2013-01-26'),(43861,10194,'_event_start_date','2013-02-02'),(43862,10195,'_event_start_date','2013-03-15'),(43863,10196,'_event_start_date','2013-04-24'),(43864,10197,'_event_start_date','2013-03-29'),(43865,10198,'_event_start_date','2013-03-08'),(43866,10199,'_event_start_date','2013-03-18'),(43867,10200,'_event_start_date','2014-03-23'),(43868,10201,'_event_start_date','2013-04-01'),(43869,10202,'_event_start_date','2014-04-24'),(43870,10203,'_event_start_date','2013-04-27'),(43871,10204,'_event_start_date','2013-04-27'),(43872,10205,'_event_start_date','2014-05-26'),(43873,10206,'_event_start_date','2013-05-24'),(43874,10207,'_event_start_date','2013-06-02'),(43875,10208,'_event_start_date','2013-06-16'),(43876,10209,'_event_start_date','2013-06-17'),(43877,10210,'_event_start_date','2013-06-30'),(43878,10211,'_event_start_date','2013-07-14'),(43879,10212,'_event_start_date','2013-07-28'),(43880,10213,'_event_start_date','2013-08-11'),(43881,10214,'_event_start_date','2013-08-25'),(43882,10215,'_event_start_date','2013-06-01'),(43883,10216,'_event_start_date','2013-06-14'),(43884,10217,'_event_start_date','2013-06-15'),(43885,10218,'_event_start_date','2013-06-17'),(43886,10219,'_event_start_date','2013-07-13'),(43887,10220,'_event_start_date','2013-08-04'),(43888,10221,'_event_start_date','2013-10-16'),(43889,10222,'_event_start_date','2013-10-19'),(43890,10223,'_event_start_date','2013-10-28'),(43891,10224,'_event_start_date','2013-11-11'),(43892,10225,'_event_start_date','2013-11-09'),(43893,10226,'_event_start_date','2013-12-06'),(43894,10227,'_event_start_date','2013-12-02'),(43895,10228,'_event_start_date','2013-01-17'),(43896,10229,'_event_start_date','2013-01-26'),(43897,10230,'_event_start_date','2013-02-02'),(43898,10231,'_event_start_date','2013-02-03'),(43899,10232,'_event_start_date','2013-02-09'),(43900,10233,'_event_start_date','2013-02-10'),(43901,10234,'_event_start_date','2013-02-11'),(43902,10235,'_event_start_date','2013-02-12'),(43903,10236,'_event_start_date','2013-03-09'),(43911,10244,'_event_start_date','2013-10-05'),(43914,10247,'_event_start_date','2013-12-05'),(43915,10248,'_event_start_date','2013-12-15'),(43916,10249,'_event_start_date','2013-12-01'),(43917,10250,'_event_start_date','2013-03-22'),(43918,10251,'_event_start_date','2013-04-24'),(43919,10252,'_event_start_date','2013-08-02'),(43920,10253,'_event_start_date','2013-05-03'),(43921,10254,'_event_start_date','2013-07-05'),(43922,10255,'_event_start_date','2013-11-29'),(43923,10256,'_event_start_date','2013-02-09'),(43924,10257,'_event_start_date','2013-04-14'),(43925,10258,'_event_start_date','2013-05-05'),(43926,10259,'_event_start_date','2013-07-01'),(43927,10260,'_event_start_date','2011-06-12'),(43928,10261,'_event_start_date','2013-03-17'),(43929,10262,'_event_start_date','2013-05-01'),(43930,10263,'_event_start_date','2013-01-27'),(43931,10264,'_event_start_date','2013-02-25'),(43932,10265,'_event_start_date','2013-03-27'),(43933,10266,'_event_start_date','2013-04-25'),(43934,10267,'_event_start_date','2013-05-25'),(43935,10268,'_event_start_date','2013-06-23'),(43936,10269,'_event_start_date','2013-07-22'),(43937,10270,'_event_start_date','2013-08-20'),(43938,10271,'_event_start_date','2013-09-19'),(43939,10272,'_event_start_date','2013-10-18'),(43940,10273,'_event_start_date','2013-11-17'),(43941,10274,'_event_start_date','2013-12-17'),(43942,10275,'_event_start_date','2013-12-31'),(43943,10276,'_event_start_date','2013-11-06'),(43944,10277,'_event_start_date','2013-05-24'),(43945,10278,'_event_start_date','2013-03-20'),(43946,10279,'_event_start_date','2013-12-01'),(43947,10280,'_event_start_date','2013-12-01'),(43948,10281,'_event_start_date','2013-03-01'),(43949,10282,'_event_start_date','2013-07-25'),(43950,10283,'_event_start_date','2013-07-06'),(43951,10284,'_event_start_date','2013-05-24'),(43952,10285,'_event_start_date','2013-07-01'),(43953,10286,'_event_start_date','2013-10-25'),(43954,10287,'_event_start_date','2013-06-30'),(43955,10288,'_event_start_date','2013-04-26'),(43956,10289,'_event_start_date','2013-08-06'),(43957,10290,'_event_start_date','2013-03-25'),(43958,10291,'_event_start_date','2013-07-05'),(43959,10292,'_event_start_date','2013-05-26'),(43960,10293,'_event_start_date','2013-12-25'),(43961,10294,'_event_start_date','2013-05-18'),(43962,10295,'_event_start_date','2013-12-01'),(43963,10296,'_event_start_date','2013-03-30'),(43964,10297,'_event_start_date','2013-11-07'),(43965,10298,'_event_start_date','2013-11-16'),(43966,10299,'_event_start_date','2013-10-19'),(43967,10300,'_event_start_date','2013-02-01'),(43968,10301,'_event_start_date','2013-08-11'),(43969,10302,'_event_start_date','2013-08-07'),(43970,10303,'_event_start_date','2013-02-01'),(43971,10304,'_event_start_date','2013-08-06'),(43972,10305,'_event_start_date','2013-08-01'),(43973,10306,'_event_start_date','2013-09-16'),(43974,10307,'_event_start_date','2013-04-16'),(43975,10308,'_event_start_date','2013-09-01'),(43976,10309,'_event_start_date','2013-10-13'),(43977,10310,'_event_start_date','2013-02-23'),(43978,10311,'_event_start_date','2013-04-20'),(43979,10312,'_event_start_date','2013-10-01'),(43980,10313,'_event_start_date','2013-02-15'),(43981,10314,'_event_start_date','2013-02-23'),(43982,10315,'_event_start_date','2013-03-02'),(43983,10316,'_event_start_date','2013-03-17'),(43984,10317,'_event_start_date','2013-04-28'),(43985,10318,'_event_start_date','2013-05-04'),(43986,10319,'_event_start_date','2013-05-24'),(43987,10320,'_event_start_date','2013-05-17'),(43988,10321,'_event_start_date','2013-05-17'),(43989,10322,'_event_start_date','2013-07-27'),(43990,10323,'_event_start_date','2013-09-01'),(43991,10324,'_event_start_date','2013-10-01'),(43992,10325,'_event_start_date','2013-10-26'),(43993,10326,'_event_start_date','2013-11-09'),(43994,10327,'_event_start_date','2013-11-30'),(43995,10328,'_event_start_date','2013-02-02'),(43996,10329,'_event_start_date','2013-05-01'),(43997,10330,'_event_start_date','2013-01-17'),(43998,10331,'_event_start_date','2013-01-18'),(43999,10332,'_event_start_date','2013-06-15'),(44000,10333,'_event_start_date','2013-11-01'),(44001,10334,'_event_start_date','2013-02-23'),(44002,10335,'_event_start_date','2013-01-26'),(44003,10336,'_event_start_date','2013-01-26'),(44004,10337,'_event_start_date','2013-02-13'),(44005,10338,'_event_start_date','2013-02-24'),(44006,10339,'_event_start_date','2012-03-15'),(44007,10340,'_event_start_date','2013-04-01'),(44008,10341,'_event_start_date','2013-04-25'),(44009,10342,'_event_start_date','2013-04-25'),(44010,10343,'_event_start_date','2013-06-17'),(44011,10344,'_event_start_date','2012-11-03'),(44012,10345,'_event_start_date','2013-11-30'),(44013,10346,'_event_start_date','2013-12-01'),(44014,10347,'_event_start_date','2013-01-21'),(44015,10348,'_event_start_date','2013-02-03'),(44016,10349,'_event_start_date','2013-01-09'),(44017,10350,'_event_start_date','2013-01-20'),(44018,10351,'_event_start_date','2013-01-27'),(44019,10352,'_event_start_date','2013-02-10'),(44020,10353,'_event_start_date','2013-02-12'),(44021,10354,'_event_start_date','2013-02-10'),(44022,10355,'_event_start_date','2013-02-28'),(44023,10356,'_event_start_date','2013-03-15'),(44024,10357,'_event_start_date','2013-04-04'),(44025,10358,'_event_start_date','2013-04-30'),(44026,10359,'_event_start_date','2013-05-09'),(44027,10360,'_event_start_date','2013-05-26'),(44028,10361,'_event_start_date','2013-06-01'),(44029,10362,'_event_start_date','2013-07-02'),(44030,10363,'_event_start_date','2013-08-31'),(44031,10364,'_event_start_date','2013-08-30'),(44032,10365,'_event_start_date','2013-08-17'),(44033,10366,'_event_start_date','2013-02-09'),(44034,10367,'_event_start_date','2013-01-12'),(44035,10368,'_event_start_date','2013-01-19'),(44036,10369,'_event_start_date','2013-07-04'),(44037,10370,'_event_start_date','2013-04-01'),(44038,10371,'_event_start_date','2013-11-03'),(44039,10372,'_event_start_date','2013-10-01'),(44040,10373,'_event_start_date','2013-09-01'),(44041,10374,'_event_start_date','2013-08-01'),(44042,10375,'_event_start_date','2013-08-06'),(44043,10376,'_event_start_date','2013-09-19'),(44044,10377,'_event_start_date','2013-10-26'),(44045,10378,'_event_start_date','2013-10-01'),(44046,10379,'_event_start_date','2013-11-30'),(44047,10380,'_event_start_date','2013-10-01'),(44048,10381,'_event_start_date','2013-11-01'),(44049,10382,'_event_start_date','2014-01-27'),(44050,10383,'_event_start_date','2013-02-11'),(44051,10384,'_event_start_date','2013-06-01'),(44052,10385,'_event_start_date','2013-04-26'),(44053,10386,'_event_start_date','2014-01-30'),(44054,10387,'_event_start_date','2014-03-05'),(44055,10388,'_event_start_date','2013-08-12'),(44056,10389,'_event_start_date','2013-03-20'),(44057,10390,'_event_start_date','2013-02-09'),(44058,10391,'_event_start_date','2013-02-13'),(44059,10392,'_event_start_date','2013-07-01'),(44060,10393,'_event_start_date','2013-08-01'),(44061,10394,'_event_start_date','2013-08-14'),(44062,10395,'_event_start_date','2013-07-01'),(44063,10396,'_event_start_date','2013-03-30'),(44064,10397,'_event_start_date','2013-08-02'),(44065,10398,'_event_start_date','2013-07-01'),(44066,10399,'_event_start_date','2013-12-08'),(44067,10400,'_event_start_date','2013-03-31'),(44068,10401,'_event_start_date','2013-05-17'),(44069,10402,'_event_start_date','2013-03-07'),(44070,10403,'_event_start_date','2013-03-31'),(44071,10404,'_event_start_date','2013-08-15'),(44072,10405,'_event_start_date','2013-08-10'),(44073,10406,'_event_start_date','2013-06-15'),(44074,10407,'_event_start_date','2013-03-20'),(44075,10408,'_event_start_date','2013-01-01'),(44076,10409,'_event_start_date','2013-01-20'),(44077,10410,'_event_start_date','2013-02-17'),(44078,10411,'_event_start_date','2013-02-23'),(44079,10412,'_event_start_date','2013-03-30'),(44080,10413,'_event_start_date','2013-03-22'),(44081,10414,'_event_start_date','2013-03-27'),(44082,10415,'_event_start_date','2013-03-13'),(44083,10416,'_event_start_date','2013-03-02'),(44084,10417,'_event_start_date','2013-01-06'),(44085,10418,'_event_start_date','2013-01-31'),(44086,10419,'_event_start_date','2013-02-01'),(44087,10420,'_event_start_date','2013-02-08'),(44088,10421,'_event_start_date','2013-02-17'),(44089,10422,'_event_start_date','2012-12-26'),(44090,10423,'_event_start_date','2012-12-27'),(44091,10424,'_event_start_date','2012-12-28'),(44092,10425,'_event_start_date','2012-12-29'),(44093,10426,'_event_start_date','2012-12-30'),(44094,10427,'_event_start_date','2013-01-02'),(44095,10428,'_event_start_date','2013-01-03'),(44096,10429,'_event_start_date','2013-01-04'),(44097,10430,'_event_start_date','2013-01-05'),(44098,10431,'_event_start_date','2013-01-06'),(44099,10432,'_event_start_date','2013-01-09'),(44100,10433,'_event_start_date','2013-01-10'),(44101,10434,'_event_start_date','2013-01-11'),(44102,10435,'_event_start_date','2013-01-12'),(44103,10436,'_event_start_date','2013-01-13'),(44104,10437,'_event_start_date','2013-01-16'),(44105,10438,'_event_start_date','2013-01-17'),(44106,10439,'_event_start_date','2013-01-18'),(44107,10440,'_event_start_date','2013-01-19'),(44108,10441,'_event_start_date','2013-01-20'),(44109,10442,'_event_start_date','2013-01-23'),(44110,10443,'_event_start_date','2013-01-24'),(44111,10444,'_event_start_date','2013-01-25'),(44112,10445,'_event_start_date','2013-01-26'),(44113,10446,'_event_start_date','2013-01-27'),(44114,10447,'_event_start_date','2013-01-30'),(44115,10448,'_event_start_date','2013-01-31'),(44116,10449,'_event_start_date','2013-02-01'),(44117,10450,'_event_start_date','2013-02-02'),(44118,10451,'_event_start_date','2013-02-03'),(44119,10452,'_event_start_date','2013-02-06'),(44120,10453,'_event_start_date','2013-02-07'),(44121,10454,'_event_start_date','2013-02-08'),(44122,10455,'_event_start_date','2013-02-09'),(44123,10456,'_event_start_date','2013-02-10'),(44124,10457,'_event_start_date','2013-02-13'),(44125,10458,'_event_start_date','2013-02-14'),(44126,10459,'_event_start_date','2013-02-15'),(44127,10460,'_event_start_date','2013-02-16'),(44128,10461,'_event_start_date','2013-02-17'),(44129,10462,'_event_start_date','2013-02-20'),(44130,10463,'_event_start_date','2013-02-21'),(44131,10464,'_event_start_date','2013-02-22'),(44132,10465,'_event_start_date','2013-02-23'),(44133,10466,'_event_start_date','2013-02-24'),(44134,10467,'_event_start_date','2013-02-27'),(44135,10468,'_event_start_date','2013-02-28'),(44136,10469,'_event_start_date','2013-03-01'),(44137,10470,'_event_start_date','2013-03-02'),(44138,10471,'_event_start_date','2013-03-03'),(44139,10472,'_event_start_date','2013-03-06'),(44140,10473,'_event_start_date','2013-03-07'),(44141,10474,'_event_start_date','2013-03-08'),(44142,10475,'_event_start_date','2013-03-09'),(44143,10476,'_event_start_date','2013-03-10'),(44144,10477,'_event_start_date','2013-03-13'),(44145,10478,'_event_start_date','2013-03-14'),(44146,10479,'_event_start_date','2013-03-15'),(44147,10480,'_event_start_date','2013-03-16'),(44148,10481,'_event_start_date','2013-03-17'),(44149,10482,'_event_start_date','2013-03-20'),(44150,10483,'_event_start_date','2013-03-21'),(44151,10484,'_event_start_date','2013-03-22'),(44152,10485,'_event_start_date','2013-03-23'),(44153,10486,'_event_start_date','2013-03-24'),(44154,10487,'_event_start_date','2013-03-27'),(44155,10488,'_event_start_date','2013-03-28'),(44156,10489,'_event_start_date','2013-03-29'),(44157,10490,'_event_start_date','2013-03-30'),(44158,10491,'_event_start_date','2013-03-31'),(44159,10492,'_event_start_date','2013-04-03'),(44160,10493,'_event_start_date','2013-04-04'),(44161,10494,'_event_start_date','2013-04-05'),(44162,10495,'_event_start_date','2013-04-06'),(44163,10496,'_event_start_date','2013-04-07'),(44164,10497,'_event_start_date','2013-04-10'),(44165,10498,'_event_start_date','2013-04-11'),(44166,10499,'_event_start_date','2013-04-12'),(44167,10500,'_event_start_date','2013-04-13'),(44168,10501,'_event_start_date','2013-04-14'),(44169,10502,'_event_start_date','2013-04-17'),(44170,10503,'_event_start_date','2013-04-18'),(44171,10504,'_event_start_date','2013-04-19'),(44172,10505,'_event_start_date','2013-04-20'),(44173,10506,'_event_start_date','2013-04-21'),(44174,10507,'_event_start_date','2013-04-24'),(44175,10508,'_event_start_date','2013-04-25'),(44176,10509,'_event_start_date','2013-04-26'),(44177,10510,'_event_start_date','2013-04-27'),(44178,10511,'_event_start_date','2013-04-28'),(44179,10512,'_event_start_date','2013-05-01'),(44180,10513,'_event_start_date','2013-05-02'),(44181,10514,'_event_start_date','2013-05-03'),(44182,10515,'_event_start_date','2013-05-04'),(44183,10516,'_event_start_date','2013-05-05'),(44184,10517,'_event_start_date','2013-05-08'),(44185,10518,'_event_start_date','2013-05-09'),(44186,10519,'_event_start_date','2013-05-10'),(44187,10520,'_event_start_date','2013-05-11'),(44188,10521,'_event_start_date','2013-05-12'),(44189,10522,'_event_start_date','2013-02-17'),(44190,10523,'_event_start_date','2013-03-03'),(44191,10524,'_event_start_date','2013-03-03'),(44192,10525,'_event_start_date','2013-04-01'),(44193,10526,'_event_start_date','2013-04-01'),(44194,10527,'_event_start_date','2013-02-08'),(44195,10528,'_event_start_date','2013-05-22'),(44196,10529,'_event_start_date','2013-06-02'),(44197,10530,'_event_start_date','2013-06-08'),(44198,10531,'_event_start_date','2013-07-01'),(44199,10532,'_event_start_date','2013-07-05'),(44200,10533,'_event_start_date','2013-07-20'),(44201,10534,'_event_start_date','2013-03-14'),(44202,10535,'_event_start_date','2013-08-04'),(44203,10536,'_event_start_date','2013-07-14'),(44204,10537,'_event_start_date','2013-10-01'),(44205,10538,'_event_start_date','2013-11-15'),(44206,10539,'_event_start_date','2013-11-01'),(44207,10540,'_event_start_date','2013-01-25'),(44208,10541,'_event_start_date','2013-02-09'),(44209,10542,'_event_start_date','2013-02-23'),(44210,10543,'_event_start_date','2013-03-04'),(44211,10544,'_event_start_date','2013-03-07'),(44212,10545,'_event_start_date','2013-04-04'),(44213,10546,'_event_start_date','2013-03-21'),(44214,10547,'_event_start_date','2013-03-16'),(44215,10548,'_event_start_date','2013-01-15'),(44216,10549,'_event_start_date','2013-04-01'),(44217,10550,'_event_start_date','2013-01-05'),(44218,10551,'_event_start_date','2013-01-12'),(44219,10552,'_event_start_date','2013-01-19'),(44220,10553,'_event_start_date','2013-01-26'),(44221,10554,'_event_start_date','2013-02-02'),(44222,10555,'_event_start_date','2013-02-09'),(44223,10556,'_event_start_date','2013-02-16'),(44224,10557,'_event_start_date','2013-02-23'),(44225,10558,'_event_start_date','2013-03-02'),(44226,10559,'_event_start_date','2013-03-09'),(44227,10560,'_event_start_date','2013-03-16'),(44228,10561,'_event_start_date','2013-03-23'),(44229,10562,'_event_start_date','2013-03-30'),(44230,10563,'_event_start_date','2013-04-06'),(44231,10564,'_event_start_date','2013-04-13'),(44232,10565,'_event_start_date','2013-04-20'),(44233,10566,'_event_start_date','2013-04-27'),(44234,10567,'_event_start_date','2013-05-04'),(44235,10568,'_event_start_date','2013-05-11'),(44236,10569,'_event_start_date','2013-05-18'),(44237,10570,'_event_start_date','2013-05-25'),(44238,10571,'_event_start_date','2013-06-01'),(44239,10572,'_event_start_date','2013-06-08'),(44240,10573,'_event_start_date','2013-06-15'),(44241,10574,'_event_start_date','2013-06-22'),(44242,10575,'_event_start_date','2013-06-29'),(44243,10576,'_event_start_date','2013-07-06'),(44244,10577,'_event_start_date','2013-07-13'),(44245,10578,'_event_start_date','2013-07-20'),(44246,10579,'_event_start_date','2013-07-27'),(44247,10580,'_event_start_date','2013-08-03'),(44248,10581,'_event_start_date','2013-08-10'),(44249,10582,'_event_start_date','2013-08-17'),(44250,10583,'_event_start_date','2013-08-24'),(44251,10584,'_event_start_date','2013-08-31'),(44252,10585,'_event_start_date','2013-09-07'),(44253,10586,'_event_start_date','2013-09-14'),(44254,10587,'_event_start_date','2013-09-21'),(44255,10588,'_event_start_date','2013-09-28'),(44256,10589,'_event_start_date','2013-10-05'),(44257,10590,'_event_start_date','2013-10-12'),(44258,10591,'_event_start_date','2013-10-19'),(44259,10592,'_event_start_date','2013-10-26'),(44260,10593,'_event_start_date','2013-11-02'),(44261,10594,'_event_start_date','2013-11-09'),(44262,10595,'_event_start_date','2013-11-16'),(44263,10596,'_event_start_date','2013-11-23'),(44264,10597,'_event_start_date','2013-11-30'),(44265,10598,'_event_start_date','2013-12-07'),(44266,10599,'_event_start_date','2013-12-14'),(44267,10600,'_event_start_date','2013-12-21'),(44268,10601,'_event_start_date','2013-12-28'),(44269,10602,'_event_start_date','2013-01-04'),(44270,10603,'_event_start_date','2013-01-11'),(44271,10604,'_event_start_date','2013-01-18'),(44272,10605,'_event_start_date','2013-01-25'),(44273,10606,'_event_start_date','2013-02-01'),(44274,10607,'_event_start_date','2013-02-08'),(44275,10608,'_event_start_date','2013-02-15'),(44276,10609,'_event_start_date','2013-02-22'),(44277,10610,'_event_start_date','2013-03-01'),(44278,10611,'_event_start_date','2013-03-08'),(44279,10612,'_event_start_date','2013-03-15'),(44280,10613,'_event_start_date','2013-03-22'),(44281,10614,'_event_start_date','2013-03-29'),(44282,10615,'_event_start_date','2013-04-05'),(44283,10616,'_event_start_date','2013-04-12'),(44284,10617,'_event_start_date','2013-04-19'),(44285,10618,'_event_start_date','2013-04-26'),(44286,10619,'_event_start_date','2013-05-03'),(44287,10620,'_event_start_date','2013-05-10'),(44288,10621,'_event_start_date','2013-05-17'),(44289,10622,'_event_start_date','2013-05-24'),(44290,10623,'_event_start_date','2013-05-31'),(44291,10624,'_event_start_date','2013-06-07'),(44292,10625,'_event_start_date','2013-06-14'),(44293,10626,'_event_start_date','2013-06-21'),(44294,10627,'_event_start_date','2013-06-28'),(44295,10628,'_event_start_date','2013-07-05'),(44296,10629,'_event_start_date','2013-07-12'),(44297,10630,'_event_start_date','2013-07-19'),(44298,10631,'_event_start_date','2013-07-26'),(44299,10632,'_event_start_date','2013-08-02'),(44300,10633,'_event_start_date','2013-08-09'),(44301,10634,'_event_start_date','2013-08-16'),(44302,10635,'_event_start_date','2013-08-23'),(44303,10636,'_event_start_date','2013-08-30'),(44304,10637,'_event_start_date','2013-09-06'),(44305,10638,'_event_start_date','2013-09-13'),(44306,10639,'_event_start_date','2013-09-20'),(44307,10640,'_event_start_date','2013-09-27'),(44308,10641,'_event_start_date','2013-10-04'),(44309,10642,'_event_start_date','2013-10-11'),(44310,10643,'_event_start_date','2013-10-18'),(44311,10644,'_event_start_date','2013-10-25'),(44312,10645,'_event_start_date','2013-11-01'),(44313,10646,'_event_start_date','2013-11-08'),(44314,10647,'_event_start_date','2013-11-15'),(44315,10648,'_event_start_date','2013-11-22'),(44316,10649,'_event_start_date','2013-11-29'),(44317,10650,'_event_start_date','2013-12-06'),(44318,10651,'_event_start_date','2013-12-13'),(44319,10652,'_event_start_date','2013-12-20'),(44320,10653,'_event_start_date','2013-12-27'),(44321,10654,'_event_start_date','2013-01-04'),(44322,10655,'_event_start_date','2013-01-11'),(44323,10656,'_event_start_date','2013-01-18'),(44324,10657,'_event_start_date','2013-01-25'),(44325,10658,'_event_start_date','2013-02-01'),(44326,10659,'_event_start_date','2013-02-08'),(44327,10660,'_event_start_date','2013-02-15'),(44328,10661,'_event_start_date','2013-02-22'),(44329,10662,'_event_start_date','2013-03-01'),(44330,10663,'_event_start_date','2013-03-08'),(44331,10664,'_event_start_date','2013-03-15'),(44332,10665,'_event_start_date','2013-03-22'),(44333,10666,'_event_start_date','2013-03-29'),(44334,10667,'_event_start_date','2013-04-05'),(44335,10668,'_event_start_date','2013-04-12'),(44336,10669,'_event_start_date','2013-04-19'),(44337,10670,'_event_start_date','2013-04-26'),(44338,10671,'_event_start_date','2013-05-03'),(44339,10672,'_event_start_date','2013-05-10'),(44340,10673,'_event_start_date','2013-05-17'),(44341,10674,'_event_start_date','2013-05-24'),(44342,10675,'_event_start_date','2013-05-31'),(44343,10676,'_event_start_date','2013-06-07'),(44344,10677,'_event_start_date','2013-06-14'),(44345,10678,'_event_start_date','2013-06-21'),(44346,10679,'_event_start_date','2013-06-28'),(44347,10680,'_event_start_date','2013-07-05'),(44348,10681,'_event_start_date','2013-07-12'),(44349,10682,'_event_start_date','2013-07-19'),(44350,10683,'_event_start_date','2013-07-26'),(44351,10684,'_event_start_date','2013-08-02'),(44352,10685,'_event_start_date','2013-08-09'),(44353,10686,'_event_start_date','2013-08-16'),(44354,10687,'_event_start_date','2013-08-23'),(44355,10688,'_event_start_date','2013-08-30'),(44356,10689,'_event_start_date','2013-09-06'),(44357,10690,'_event_start_date','2013-09-13'),(44358,10691,'_event_start_date','2013-09-20'),(44359,10692,'_event_start_date','2013-09-27'),(44360,10693,'_event_start_date','2013-10-04'),(44361,10694,'_event_start_date','2013-10-11'),(44362,10695,'_event_start_date','2013-10-18'),(44363,10696,'_event_start_date','2013-10-25'),(44364,10697,'_event_start_date','2013-11-01'),(44365,10698,'_event_start_date','2013-11-08'),(44366,10699,'_event_start_date','2013-11-15'),(44367,10700,'_event_start_date','2013-11-22'),(44368,10701,'_event_start_date','2013-11-29'),(44369,10702,'_event_start_date','2013-12-06'),(44370,10703,'_event_start_date','2013-12-13'),(44371,10704,'_event_start_date','2013-12-20'),(44372,10705,'_event_start_date','2013-12-27'),(44373,10706,'_event_start_date','2013-04-30'),(44374,10707,'_event_start_date','2013-07-15'),(44375,10708,'_event_start_date','2013-08-30'),(44376,10709,'_event_start_date','2013-10-17'),(44377,10710,'_event_start_date','2013-11-24'),(44378,10711,'_event_start_date','2013-12-13'),(44379,10712,'_event_start_date','2013-11-13'),(44380,10713,'_event_start_date','2014-11-09'),(44381,10714,'_event_start_date','2014-07-01'),(44382,10715,'_event_start_date','2014-04-27'),(44384,10717,'_event_start_date','2013-07-31'),(44385,10718,'_event_start_date','2013-01-24'),(44387,10720,'_event_start_date','2013-01-27'),(44388,10721,'_event_start_date','2013-01-29'),(44389,10722,'_event_start_date','2013-03-28'),(44390,10723,'_event_start_date','2013-02-03'),(44391,10724,'_event_start_date','2013-02-06'),(44392,10725,'_event_start_date','2013-04-06'),(44393,10726,'_event_start_date','2013-02-13'),(44394,10727,'_event_start_date','2013-02-16'),(44395,10728,'_event_start_date','2013-03-31'),(44396,10729,'_event_start_date','2013-06-04'),(44397,10730,'_event_start_date','2013-04-01'),(44398,10731,'_event_start_date','2013-06-20'),(44399,10732,'_event_start_date','2013-04-18'),(44400,10733,'_event_start_date','2013-04-18'),(44401,10734,'_event_start_date','2013-04-01'),(44402,10735,'_event_start_date','2013-04-01'),(44403,10736,'_event_start_date','2013-06-06'),(44404,10737,'_event_start_date','2013-06-08'),(44405,10738,'_event_start_date','2013-06-01'),(44406,10739,'_event_start_date','2013-01-24'),(44407,10740,'_event_start_date','2013-07-01'),(44408,10741,'_event_start_date','2013-01-23'),(44409,10742,'_event_start_date','2013-07-01'),(44410,10743,'_event_start_date','2013-02-01'),(44411,10744,'_event_start_date','2013-07-19'),(44412,10745,'_event_start_date','2013-08-03'),(44413,10746,'_event_start_date','2013-08-06'),(44414,10747,'_event_start_date','2013-08-06'),(44415,10748,'_event_start_date','2013-08-10'),(44416,10749,'_event_start_date','2013-03-22'),(44417,10750,'_event_start_date','2013-09-01'),(44418,10751,'_event_start_date','2013-03-22'),(44419,10752,'_event_start_date','2013-10-02'),(44420,10753,'_event_start_date','2013-10-01'),(44421,10754,'_event_start_date','2013-10-01'),(44422,10755,'_event_start_date','2013-05-20'),(44423,10756,'_event_start_date','2013-06-30'),(44424,10757,'_event_start_date','2013-10-19'),(44425,10758,'_event_start_date','2013-07-13'),(44426,10759,'_event_start_date','2013-10-21'),(44427,10760,'_event_start_date','2013-08-01'),(44428,10761,'_event_start_date','2013-09-01'),(44429,10762,'_event_start_date','2013-10-26'),(44430,10763,'_event_start_date','2013-11-09'),(44431,10764,'_event_start_date','2013-11-13'),(44432,10765,'_event_start_date','2013-11-01'),(44433,10766,'_event_start_date','2013-11-01'),(44434,10767,'_event_start_date','2013-11-24'),(44435,10768,'_event_start_date','2013-08-01'),(44436,10769,'_event_start_date','2013-11-27'),(44437,10770,'_event_start_date','2013-12-16'),(44438,10771,'_event_start_date','2013-10-18'),(44439,10772,'_event_start_date','2013-12-01'),(44440,10773,'_event_start_date','2013-04-01'),(44441,10774,'_event_start_date','2013-12-31'),(44442,10775,'_event_start_date','2013-03-01'),(44443,10776,'_event_start_date','2013-01-25'),(44444,10777,'_event_start_date','2013-01-25'),(44445,10778,'_event_start_date','2013-01-25'),(44446,10779,'_event_start_date','2013-01-26'),(44447,10780,'_event_start_date','2013-01-25'),(44448,10781,'_event_start_date','2013-01-26'),(44449,10782,'_event_start_date','2013-01-26'),(44450,10783,'_event_start_date','2013-01-26'),(44451,10784,'_event_start_date','2013-01-26'),(44452,10785,'_event_start_date','2013-01-27'),(44453,10786,'_event_start_date','2013-01-27'),(44454,10787,'_event_start_date','2013-01-27'),(44455,10788,'_event_start_date','2013-01-27'),(44456,10789,'_event_start_date','2013-02-27'),(44457,10790,'_event_start_date','2013-02-03'),(44458,10791,'_event_start_date','2013-05-01'),(44459,10792,'_event_start_date','2013-05-05'),(44460,10793,'_event_start_date','2013-05-15'),(44461,10794,'_event_start_date','2013-04-19'),(44462,10795,'_event_start_date','2013-01-25'),(44463,10796,'_event_start_date','2013-11-11'),(44464,10797,'_event_start_date','2013-05-01'),(44465,10798,'_event_start_date','2013-01-31'),(44466,10799,'_event_start_date','2013-03-01'),(44467,10800,'_event_start_date','2013-04-01'),(44468,10801,'_event_start_date','2013-05-01'),(44469,10802,'_event_start_date','2013-06-01'),(44470,10803,'_event_start_date','2013-06-01'),(44471,10804,'_event_start_date','2013-06-10'),(44472,10805,'_event_start_date','2013-06-01'),(44473,10806,'_event_start_date','2013-06-28'),(44474,10807,'_event_start_date','2013-06-30'),(44475,10808,'_event_start_date','2013-08-01'),(44476,10809,'_event_start_date','2013-08-01'),(44477,10810,'_event_start_date','2013-10-14'),(44478,10811,'_event_start_date','2013-10-01'),(44479,10812,'_event_start_date','2013-10-01'),(44480,10813,'_event_start_date','2013-10-01'),(44481,10814,'_event_start_date','2013-11-01'),(44482,10815,'_event_start_date','2013-11-01'),(44483,10816,'_event_start_date','2013-11-01'),(44484,10817,'_event_start_date','2013-11-01'),(44485,10818,'_event_start_date','2013-11-01'),(44486,10819,'_event_start_date','2013-11-01'),(44487,10820,'_event_start_date','2013-11-01'),(44488,10821,'_event_start_date','2013-12-01'),(44489,10822,'_event_start_date','2013-12-01'),(44490,10823,'_event_start_date','2013-12-01'),(44491,10824,'_event_start_date','2013-11-01'),(44492,10825,'_event_start_date','2013-02-16'),(44493,10826,'_event_start_date','2013-12-26'),(44494,10827,'_event_start_date','2013-04-01'),(44495,10828,'_event_start_date','2013-05-05'),(44496,10829,'_event_start_date','2013-05-27'),(44497,10830,'_event_start_date','2013-01-23'),(44498,10831,'_event_start_date','2013-06-20'),(44499,10832,'_event_start_date','2013-03-30'),(44500,10833,'_event_start_date','2013-03-12'),(44501,10834,'_event_start_date','2013-06-10'),(44502,10835,'_event_start_date','2013-01-18'),(44503,10836,'_event_start_date','2013-01-21'),(44504,10837,'_event_start_date','2013-02-01'),(44505,10838,'_event_start_date','2013-02-23'),(44506,10839,'_event_start_date','2013-03-01'),(44507,10840,'_event_start_date','2013-03-02'),(44508,10841,'_event_start_date','2013-05-19'),(44509,10842,'_event_start_date','2013-05-04'),(44510,10843,'_event_start_date','2013-05-05'),(44511,10844,'_event_start_date','2013-05-11'),(44512,10845,'_event_start_date','2013-05-12'),(44513,10846,'_event_start_date','2013-05-13'),(44514,10847,'_event_start_date','2013-05-14'),(44515,10848,'_event_start_date','2013-05-15'),(44516,10849,'_event_start_date','2013-05-16'),(44517,10850,'_event_start_date','2013-05-17'),(44518,10851,'_event_start_date','2013-05-18'),(44519,10852,'_event_start_date','2013-05-15'),(44520,10853,'_event_start_date','2013-03-01'),(44521,10854,'_event_start_date','2013-03-22'),(45480,9766,'_event_end_date','2012-03-07'),(45481,9767,'_event_end_date','2012-03-09'),(45482,9768,'_event_end_date','2012-02-10'),(45483,9769,'_event_end_date','2012-02-11'),(45484,9770,'_event_end_date','2012-03-04'),(45485,9771,'_event_end_date','2012-03-11'),(45486,9772,'_event_end_date','2012-04-08'),(45487,9773,'_event_end_date','2012-04-29'),(45488,9774,'_event_end_date','2012-05-20'),(45489,9775,'_event_end_date','2012-07-31'),(45490,9776,'_event_end_date','2012-07-29'),(45491,9777,'_event_end_date','2012-07-31'),(45492,9778,'_event_end_date','2012-08-12'),(45493,9779,'_event_end_date','2012-10-31'),(45494,9780,'_event_end_date','2012-11-02'),(45495,9781,'_event_end_date','2012-11-03'),(45496,9782,'_event_end_date','2012-11-04'),(45497,9783,'_event_end_date','2012-11-30'),(45498,9784,'_event_end_date','2012-11-30'),(45499,9785,'_event_end_date','2012-11-30'),(45500,9786,'_event_end_date','2012-12-31'),(45501,9787,'_event_end_date','2012-12-31'),(45502,9788,'_event_end_date','2012-12-31'),(45503,9789,'_event_end_date','2012-11-30'),(45504,9790,'_event_end_date','2012-05-31'),(45505,9791,'_event_end_date','2012-03-31'),(45506,9792,'_event_end_date','2012-04-08'),(45507,9793,'_event_end_date','2012-04-21'),(45508,9794,'_event_end_date','2012-04-24'),(45509,9795,'_event_end_date','2012-04-25'),(45510,9796,'_event_end_date','2012-04-27'),(45511,9797,'_event_end_date','2012-04-28'),(45512,9798,'_event_end_date','2012-04-29'),(45513,9799,'_event_end_date','2012-05-30'),(45514,9800,'_event_end_date','2012-08-01'),(45515,9801,'_event_end_date','2013-10-27'),(45516,9802,'_event_end_date','2012-05-13'),(45517,9803,'_event_end_date','2012-07-17'),(45518,9804,'_event_end_date','2013-08-01'),(45519,9805,'_event_end_date','2013-08-05'),(45520,9806,'_event_end_date','2013-08-31'),(45521,9807,'_event_end_date','2013-08-25'),(45522,9808,'_event_end_date','2012-07-21'),(45523,9809,'_event_end_date','2012-07-15'),(45524,9810,'_event_end_date','2012-08-05'),(45525,9811,'_event_end_date','2012-08-12'),(45526,9812,'_event_end_date','2012-08-31'),(45527,9813,'_event_end_date','2012-08-31'),(45528,9814,'_event_end_date','2012-09-16'),(45529,9815,'_event_end_date','2012-10-27'),(45530,9816,'_event_end_date','2012-10-25'),(45531,9817,'_event_end_date','2012-10-31'),(45532,9818,'_event_end_date','2012-11-11'),(45533,9819,'_event_end_date','2012-12-04'),(45534,9820,'_event_end_date','2012-11-25'),(45535,9821,'_event_end_date','2012-12-02'),(45536,9822,'_event_end_date','2012-12-31'),(45537,9823,'_event_end_date','2012-12-09'),(45538,9824,'_event_end_date','2012-12-31'),(45539,9825,'_event_end_date','2012-12-31'),(45540,9826,'_event_end_date','2012-12-30'),(45541,9827,'_event_end_date','2012-09-09'),(45542,9828,'_event_end_date','2012-04-21'),(45543,9829,'_event_end_date','2012-08-23'),(45544,9830,'_event_end_date','2013-08-25'),(45546,9832,'_event_end_date','2013-06-30'),(45547,9833,'_event_end_date','2012-10-07'),(45548,9834,'_event_end_date','2012-10-31'),(45549,9835,'_event_end_date','2013-02-09'),(45550,9836,'_event_end_date','2013-02-24'),(45551,9837,'_event_end_date','2013-02-24'),(45552,9838,'_event_end_date','2013-08-08'),(45553,9839,'_event_end_date','2013-05-30'),(45554,9840,'_event_end_date','2013-11-30'),(45555,9841,'_event_end_date','2013-06-17'),(45556,9842,'_event_end_date','2013-12-18'),(45557,9843,'_event_end_date','2013-03-29'),(45558,9844,'_event_end_date','2013-04-01'),(45559,9845,'_event_end_date','2013-05-01'),(45560,9846,'_event_end_date','2013-05-20'),(45561,9847,'_event_end_date','2013-08-11'),(45562,9848,'_event_end_date','2013-04-01'),(45563,9849,'_event_end_date','2013-12-31'),(45564,9850,'_event_end_date','2013-03-31'),(45565,9851,'_event_end_date','2013-08-09'),(45566,9852,'_event_end_date','2013-08-05'),(45567,9853,'_event_end_date','2013-07-07'),(45568,9854,'_event_end_date','2013-05-26'),(45569,9855,'_event_end_date','2013-02-09'),(45570,9856,'_event_end_date','2013-05-02'),(45571,9857,'_event_end_date','2013-08-03'),(45572,9858,'_event_end_date','2013-08-09'),(45573,9859,'_event_end_date','2013-12-06'),(45574,9860,'_event_end_date','2013-05-06'),(45575,9861,'_event_end_date','2013-11-30'),(45576,9862,'_event_end_date','2013-01-06'),(45577,9863,'_event_end_date','2013-01-22'),(45578,9864,'_event_end_date','2013-01-27'),(45579,9865,'_event_end_date','2013-02-10'),(45580,9866,'_event_end_date','2013-02-24'),(45581,9867,'_event_end_date','2013-03-03'),(45582,9868,'_event_end_date','2013-04-23'),(45583,9869,'_event_end_date','2013-06-13'),(45584,9870,'_event_end_date','2013-08-31'),(45585,9871,'_event_end_date','2013-09-06'),(45586,9872,'_event_end_date','2013-11-01'),(45587,9873,'_event_end_date','2013-12-31'),(45588,9874,'_event_end_date','2013-12-09'),(45589,9875,'_event_end_date','2013-12-31'),(45590,9876,'_event_end_date','2013-03-10'),(45591,9877,'_event_end_date','2013-04-26'),(45592,9878,'_event_end_date','2013-11-30'),(45593,9879,'_event_end_date','2013-04-03'),(45594,9880,'_event_end_date','2013-10-31'),(45595,9881,'_event_end_date','2013-01-05'),(45596,9882,'_event_end_date','2013-01-20'),(45597,9883,'_event_end_date','2013-02-03'),(45598,9884,'_event_end_date','2013-02-23'),(45599,9885,'_event_end_date','2013-03-15'),(45600,9886,'_event_end_date','2013-03-16'),(45601,9887,'_event_end_date','2013-07-21'),(45602,9888,'_event_end_date','2013-04-27'),(45603,9889,'_event_end_date','2013-05-05'),(45604,9890,'_event_end_date','2013-06-08'),(45605,9891,'_event_end_date','2013-06-30'),(45606,9892,'_event_end_date','2013-06-08'),(45607,9893,'_event_end_date','2013-03-31'),(45608,9894,'_event_end_date','2013-05-31'),(45609,9895,'_event_end_date','2013-12-26'),(45610,9896,'_event_end_date','2013-06-10'),(45611,9897,'_event_end_date','2013-05-09'),(45612,9898,'_event_end_date','2013-05-31'),(45613,9899,'_event_end_date','2013-05-31'),(45614,9900,'_event_end_date','2013-07-11'),(45615,9901,'_event_end_date','2013-11-02'),(45616,9902,'_event_end_date','2013-06-09'),(45617,9903,'_event_end_date','2013-06-11'),(45618,9904,'_event_end_date','2013-05-10'),(45619,9905,'_event_end_date','2013-03-31'),(45620,9906,'_event_end_date','2013-11-30'),(45621,9907,'_event_end_date','2013-02-28'),(45622,9908,'_event_end_date','2013-07-05'),(45623,9909,'_event_end_date','2013-07-12'),(45624,9910,'_event_end_date','2013-07-19'),(45625,9911,'_event_end_date','2013-07-26'),(45626,9912,'_event_end_date','2013-08-02'),(45627,9913,'_event_end_date','2013-08-09'),(45628,9914,'_event_end_date','2013-08-16'),(45629,9915,'_event_end_date','2013-08-23'),(45630,9916,'_event_end_date','2013-08-30'),(45631,9917,'_event_end_date','2013-09-06'),(45632,9918,'_event_end_date','2013-09-13'),(45633,9919,'_event_end_date','2013-09-20'),(45634,9920,'_event_end_date','2013-09-27'),(45635,9921,'_event_end_date','2013-01-04'),(45636,9922,'_event_end_date','2013-01-11'),(45637,9923,'_event_end_date','2013-01-18'),(45638,9924,'_event_end_date','2013-01-25'),(45639,9925,'_event_end_date','2013-02-01'),(45640,9926,'_event_end_date','2013-02-08'),(45641,9927,'_event_end_date','2013-02-15'),(45642,9928,'_event_end_date','2013-02-22'),(45643,9929,'_event_end_date','2013-03-01'),(45644,9930,'_event_end_date','2013-03-08'),(45645,9931,'_event_end_date','2013-03-15'),(45646,9932,'_event_end_date','2013-03-22'),(45647,9933,'_event_end_date','2013-03-29'),(45648,9934,'_event_end_date','2013-04-05'),(45649,9935,'_event_end_date','2013-04-12'),(45650,9936,'_event_end_date','2013-04-19'),(45651,9937,'_event_end_date','2013-04-26'),(45652,9938,'_event_end_date','2013-05-03'),(45653,9939,'_event_end_date','2013-05-10'),(45654,9940,'_event_end_date','2013-05-17'),(45655,9941,'_event_end_date','2013-05-24'),(45656,9942,'_event_end_date','2013-05-31'),(45657,9943,'_event_end_date','2013-06-07'),(45658,9944,'_event_end_date','2013-06-14'),(45659,9945,'_event_end_date','2013-06-21'),(45660,9946,'_event_end_date','2013-06-28'),(45661,9947,'_event_end_date','2013-07-05'),(45662,9948,'_event_end_date','2013-07-12'),(45663,9949,'_event_end_date','2013-07-19'),(45664,9950,'_event_end_date','2013-07-26'),(45665,9951,'_event_end_date','2013-08-02'),(45666,9952,'_event_end_date','2013-08-09'),(45667,9953,'_event_end_date','2013-08-16'),(45668,9954,'_event_end_date','2013-08-23'),(45669,9955,'_event_end_date','2013-08-30'),(45670,9956,'_event_end_date','2013-09-06'),(45671,9957,'_event_end_date','2013-09-13'),(45672,9958,'_event_end_date','2013-09-20'),(45673,9959,'_event_end_date','2013-09-27'),(45674,9960,'_event_end_date','2013-10-04'),(45675,9961,'_event_end_date','2013-10-11'),(45676,9962,'_event_end_date','2013-10-18'),(45677,9963,'_event_end_date','2013-10-25'),(45678,9964,'_event_end_date','2013-11-01'),(45679,9965,'_event_end_date','2013-11-08'),(45680,9966,'_event_end_date','2013-11-15'),(45681,9967,'_event_end_date','2013-11-22'),(45682,9968,'_event_end_date','2013-11-29'),(45683,9969,'_event_end_date','2013-12-06'),(45684,9970,'_event_end_date','2013-12-13'),(45685,9971,'_event_end_date','2013-12-20'),(45686,9972,'_event_end_date','2013-12-27'),(45687,9973,'_event_end_date','2013-04-30'),(45688,9974,'_event_end_date','2013-02-24'),(45689,9975,'_event_end_date','2013-01-17'),(45690,9976,'_event_end_date','2013-01-26'),(45691,9977,'_event_end_date','2013-02-02'),(45692,9978,'_event_end_date','2013-01-27'),(45693,9979,'_event_end_date','2013-08-06'),(45694,9980,'_event_end_date','2013-02-28'),(45695,9981,'_event_end_date','2013-03-03'),(45696,9982,'_event_end_date','2013-03-22'),(45697,9983,'_event_end_date','2013-03-30'),(45698,9984,'_event_end_date','2013-08-02'),(45699,9985,'_event_end_date','2013-08-06'),(45700,9986,'_event_end_date','2013-10-26'),(45701,9987,'_event_end_date','2013-10-16'),(45702,9988,'_event_end_date','2013-09-19'),(45703,9989,'_event_end_date','2013-09-16'),(45704,9990,'_event_end_date','2013-09-30'),(45705,9991,'_event_end_date','2013-05-05'),(45706,9992,'_event_end_date','2013-05-20'),(45707,9993,'_event_end_date','2013-04-03'),(45708,9994,'_event_end_date','2013-04-22'),(45709,9995,'_event_end_date','2013-04-11'),(45710,9996,'_event_end_date','2013-03-29'),(45711,9997,'_event_end_date','2013-11-30'),(45712,9998,'_event_end_date','2013-01-21'),(45713,9999,'_event_end_date','2013-01-23'),(45714,10000,'_event_end_date','2013-01-27'),(45716,10002,'_event_end_date','2013-01-06'),(45717,10003,'_event_end_date','2013-01-13'),(45718,10004,'_event_end_date','2013-01-20'),(45719,10005,'_event_end_date','2013-01-27'),(45720,10006,'_event_end_date','2013-02-03'),(45721,10007,'_event_end_date','2013-02-10'),(45722,10008,'_event_end_date','2013-02-17'),(45735,10021,'_event_end_date','2013-12-29'),(45775,10061,'_event_end_date','2013-02-05'),(45776,10062,'_event_end_date','2013-02-07'),(45777,10063,'_event_end_date','2013-02-10'),(45778,10064,'_event_end_date','2013-02-03'),(45779,10065,'_event_end_date','2013-08-05'),(45780,10066,'_event_end_date','2013-04-01'),(45781,10067,'_event_end_date','2013-05-26'),(45782,10068,'_event_end_date','2013-03-23'),(45783,10069,'_event_end_date','2013-04-28'),(45784,10070,'_event_end_date','2013-05-25'),(45785,10071,'_event_end_date','2013-05-26'),(45786,10072,'_event_end_date','2013-06-01'),(45787,10073,'_event_end_date','2013-06-02'),(45788,10074,'_event_end_date','2013-01-03'),(45789,10075,'_event_end_date','2013-01-10'),(45790,10076,'_event_end_date','2013-01-17'),(45791,10077,'_event_end_date','2013-01-24'),(45792,10078,'_event_end_date','2013-01-31'),(45793,10079,'_event_end_date','2013-02-07'),(45794,10080,'_event_end_date','2013-02-14'),(45795,10081,'_event_end_date','2013-02-21'),(45796,10082,'_event_end_date','2013-02-28'),(45797,10083,'_event_end_date','2013-03-07'),(45798,10084,'_event_end_date','2013-03-14'),(45799,10085,'_event_end_date','2013-03-21'),(45800,10086,'_event_end_date','2013-03-28'),(45801,10087,'_event_end_date','2013-04-04'),(45802,10088,'_event_end_date','2013-04-11'),(45803,10089,'_event_end_date','2013-04-18'),(45804,10090,'_event_end_date','2013-04-25'),(45805,10091,'_event_end_date','2013-05-02'),(45806,10092,'_event_end_date','2013-05-09'),(45807,10093,'_event_end_date','2013-05-16'),(45808,10094,'_event_end_date','2013-05-23'),(45809,10095,'_event_end_date','2013-05-30'),(45810,10096,'_event_end_date','2013-06-06'),(45811,10097,'_event_end_date','2013-06-13'),(45812,10098,'_event_end_date','2013-06-20'),(45813,10099,'_event_end_date','2013-06-27'),(45814,10100,'_event_end_date','2013-07-04'),(45815,10101,'_event_end_date','2013-07-11'),(45816,10102,'_event_end_date','2013-07-18'),(45817,10103,'_event_end_date','2013-07-25'),(45818,10104,'_event_end_date','2013-08-01'),(45819,10105,'_event_end_date','2013-08-08'),(45820,10106,'_event_end_date','2013-08-15'),(45821,10107,'_event_end_date','2013-08-22'),(45822,10108,'_event_end_date','2013-08-29'),(45823,10109,'_event_end_date','2013-09-05'),(45824,10110,'_event_end_date','2013-09-12'),(45825,10111,'_event_end_date','2013-09-19'),(45826,10112,'_event_end_date','2013-09-26'),(45827,10113,'_event_end_date','2013-10-03'),(45828,10114,'_event_end_date','2013-10-10'),(45829,10115,'_event_end_date','2013-10-17'),(45830,10116,'_event_end_date','2013-10-24'),(45831,10117,'_event_end_date','2013-10-31'),(45832,10118,'_event_end_date','2013-11-07'),(45833,10119,'_event_end_date','2013-11-14'),(45834,10120,'_event_end_date','2013-11-21'),(45835,10121,'_event_end_date','2013-11-28'),(45836,10122,'_event_end_date','2013-12-05'),(45837,10123,'_event_end_date','2013-12-12'),(45838,10124,'_event_end_date','2013-12-19'),(45839,10125,'_event_end_date','2013-12-26'),(45840,10126,'_event_end_date','2013-05-29'),(45841,10127,'_event_end_date','2013-11-30'),(45842,10128,'_event_end_date','2013-08-05'),(45843,10129,'_event_end_date','2013-08-27'),(45844,10130,'_event_end_date','2013-01-06'),(45845,10131,'_event_end_date','2013-01-13'),(45846,10132,'_event_end_date','2013-01-20'),(45847,10133,'_event_end_date','2013-01-27'),(45848,10134,'_event_end_date','2013-02-03'),(45849,10135,'_event_end_date','2013-02-10'),(45850,10136,'_event_end_date','2013-02-17'),(45851,10137,'_event_end_date','2013-02-24'),(45852,10138,'_event_end_date','2013-03-03'),(45853,10139,'_event_end_date','2013-03-10'),(45854,10140,'_event_end_date','2013-03-17'),(45855,10141,'_event_end_date','2013-03-24'),(45856,10142,'_event_end_date','2013-03-31'),(45857,10143,'_event_end_date','2013-04-07'),(45858,10144,'_event_end_date','2013-04-14'),(45859,10145,'_event_end_date','2013-04-21'),(45860,10146,'_event_end_date','2013-04-28'),(45861,10147,'_event_end_date','2013-05-05'),(45862,10148,'_event_end_date','2013-05-12'),(45863,10149,'_event_end_date','2013-05-19'),(45864,10150,'_event_end_date','2013-05-26'),(45865,10151,'_event_end_date','2013-06-02'),(45866,10152,'_event_end_date','2013-06-09'),(45867,10153,'_event_end_date','2013-06-16'),(45868,10154,'_event_end_date','2013-06-23'),(45869,10155,'_event_end_date','2013-06-30'),(45870,10156,'_event_end_date','2013-07-07'),(45871,10157,'_event_end_date','2013-07-14'),(45872,10158,'_event_end_date','2013-07-21'),(45873,10159,'_event_end_date','2013-07-28'),(45874,10160,'_event_end_date','2013-08-04'),(45875,10161,'_event_end_date','2013-08-11'),(45876,10162,'_event_end_date','2013-08-18'),(45877,10163,'_event_end_date','2013-08-25'),(45878,10164,'_event_end_date','2013-09-01'),(45879,10165,'_event_end_date','2013-09-08'),(45880,10166,'_event_end_date','2013-09-15'),(45881,10167,'_event_end_date','2013-09-22'),(45882,10168,'_event_end_date','2013-09-29'),(45883,10169,'_event_end_date','2013-10-06'),(45884,10170,'_event_end_date','2013-10-13'),(45885,10171,'_event_end_date','2013-10-20'),(45886,10172,'_event_end_date','2013-10-27'),(45887,10173,'_event_end_date','2013-11-03'),(45888,10174,'_event_end_date','2013-11-10'),(45889,10175,'_event_end_date','2013-11-17'),(45890,10176,'_event_end_date','2013-11-24'),(45891,10177,'_event_end_date','2013-12-01'),(45892,10178,'_event_end_date','2013-03-10'),(45893,10179,'_event_end_date','2013-05-19'),(45894,10180,'_event_end_date','2013-03-09'),(45895,10181,'_event_end_date','2013-05-31'),(45896,10182,'_event_end_date','2013-06-30'),(45897,10183,'_event_end_date','2013-11-30'),(45898,10184,'_event_end_date','2013-08-31'),(45899,10185,'_event_end_date','2013-09-21'),(45900,10186,'_event_end_date','2013-05-31'),(45901,10187,'_event_end_date','2013-09-10'),(45902,10188,'_event_end_date','2013-01-20'),(45903,10189,'_event_end_date','2013-01-12'),(45904,10190,'_event_end_date','2013-01-14'),(45905,10191,'_event_end_date','2013-01-31'),(45906,10192,'_event_end_date','2013-01-22'),(45907,10193,'_event_end_date','2013-02-01'),(45908,10194,'_event_end_date','2013-02-16'),(45909,10195,'_event_end_date','2013-03-21'),(45910,10196,'_event_end_date','2013-04-24'),(45911,10197,'_event_end_date','2013-03-29'),(45912,10198,'_event_end_date','2013-03-14'),(45913,10199,'_event_end_date','2013-03-21'),(45914,10200,'_event_end_date','2014-03-23'),(45915,10201,'_event_end_date','2013-04-07'),(45916,10202,'_event_end_date','2014-04-26'),(45917,10203,'_event_end_date','2013-04-30'),(45918,10204,'_event_end_date','2013-04-30'),(45919,10205,'_event_end_date','2014-05-26'),(45920,10206,'_event_end_date','2013-05-24'),(45921,10207,'_event_end_date','2013-06-02'),(45922,10208,'_event_end_date','2013-06-16'),(45923,10209,'_event_end_date','2013-06-17'),(45924,10210,'_event_end_date','2013-06-30'),(45925,10211,'_event_end_date','2013-07-14'),(45926,10212,'_event_end_date','2013-07-28'),(45927,10213,'_event_end_date','2013-08-11'),(45928,10214,'_event_end_date','2013-08-25'),(45929,10215,'_event_end_date','2013-06-15'),(45930,10216,'_event_end_date','2013-06-22'),(45931,10217,'_event_end_date','2013-06-15'),(45932,10218,'_event_end_date','2013-06-17'),(45933,10219,'_event_end_date','2013-07-19'),(45934,10220,'_event_end_date','2013-08-04'),(45935,10221,'_event_end_date','2013-10-18'),(45936,10222,'_event_end_date','2013-10-20'),(45937,10223,'_event_end_date','2013-10-31'),(45938,10224,'_event_end_date','2013-11-11'),(45939,10225,'_event_end_date','2013-11-16'),(45940,10226,'_event_end_date','2013-12-06'),(45941,10227,'_event_end_date','2013-12-06'),(45942,10228,'_event_end_date','2013-01-19'),(45943,10229,'_event_end_date','2013-01-26'),(45944,10230,'_event_end_date','2013-02-02'),(45945,10231,'_event_end_date','2013-02-03'),(45946,10232,'_event_end_date','2013-02-09'),(45947,10233,'_event_end_date','2013-02-10'),(45948,10234,'_event_end_date','2013-02-11'),(45949,10235,'_event_end_date','2013-02-12'),(45950,10236,'_event_end_date','2013-03-16'),(45958,10244,'_event_end_date','2013-10-05'),(45961,10247,'_event_end_date','2013-12-05'),(45962,10248,'_event_end_date','2013-12-15'),(45963,10249,'_event_end_date','2013-12-31'),(45964,10250,'_event_end_date','2013-03-24'),(45965,10251,'_event_end_date','2013-04-27'),(45966,10252,'_event_end_date','2013-08-02'),(45967,10253,'_event_end_date','2013-05-03'),(45968,10254,'_event_end_date','2013-07-05'),(45969,10255,'_event_end_date','2013-11-29'),(45970,10256,'_event_end_date','2013-02-09'),(45971,10257,'_event_end_date','2013-04-20'),(45972,10258,'_event_end_date','2013-05-05'),(45973,10259,'_event_end_date','2013-07-31'),(45974,10260,'_event_end_date','2011-06-12'),(45975,10261,'_event_end_date','2013-03-17'),(45976,10262,'_event_end_date','2013-05-31'),(45977,10263,'_event_end_date','2013-01-27'),(45978,10264,'_event_end_date','2013-02-25'),(45979,10265,'_event_end_date','2013-03-27'),(45980,10266,'_event_end_date','2013-04-25'),(45981,10267,'_event_end_date','2013-05-25'),(45982,10268,'_event_end_date','2013-06-23'),(45983,10269,'_event_end_date','2013-07-22'),(45984,10270,'_event_end_date','2013-08-20'),(45985,10271,'_event_end_date','2013-09-19'),(45986,10272,'_event_end_date','2013-10-18'),(45987,10273,'_event_end_date','2013-11-17'),(45988,10274,'_event_end_date','2013-12-17'),(45989,10275,'_event_end_date','2013-12-31'),(45990,10276,'_event_end_date','2013-11-09'),(45991,10277,'_event_end_date','2013-05-26'),(45992,10278,'_event_end_date','2013-03-23'),(45993,10279,'_event_end_date','2013-12-31'),(45994,10280,'_event_end_date','2013-12-31'),(45995,10281,'_event_end_date','2013-03-04'),(45996,10282,'_event_end_date','2013-08-10'),(45997,10283,'_event_end_date','2013-07-07'),(45998,10284,'_event_end_date','2013-05-26'),(45999,10285,'_event_end_date','2013-07-01'),(46000,10286,'_event_end_date','2013-10-25'),(46001,10287,'_event_end_date','2013-07-07'),(46002,10288,'_event_end_date','2013-04-27'),(46003,10289,'_event_end_date','2013-08-06'),(46004,10290,'_event_end_date','2013-03-31'),(46005,10291,'_event_end_date','2013-07-08'),(46006,10292,'_event_end_date','2013-05-26'),(46007,10293,'_event_end_date','2013-12-25'),(46008,10294,'_event_end_date','2013-05-19'),(46009,10295,'_event_end_date','2013-12-31'),(46010,10296,'_event_end_date','2013-04-01'),(46011,10297,'_event_end_date','2013-11-17'),(46012,10298,'_event_end_date','2013-11-16'),(46013,10299,'_event_end_date','2013-10-19'),(46014,10300,'_event_end_date','2013-02-28'),(46015,10301,'_event_end_date','2013-08-21'),(46016,10302,'_event_end_date','2013-08-07'),(46017,10303,'_event_end_date','2013-02-28'),(46018,10304,'_event_end_date','2013-08-06'),(46019,10305,'_event_end_date','2013-08-31'),(46020,10306,'_event_end_date','2013-09-16'),(46021,10307,'_event_end_date','2013-04-21'),(46022,10308,'_event_end_date','2013-09-30'),(46023,10309,'_event_end_date','2013-10-13'),(46024,10310,'_event_end_date','2013-02-23'),(46025,10311,'_event_end_date','2013-04-20'),(46026,10312,'_event_end_date','2013-10-31'),(46027,10313,'_event_end_date','2013-02-18'),(46028,10314,'_event_end_date','2013-02-23'),(46029,10315,'_event_end_date','2013-03-03'),(46030,10316,'_event_end_date','2013-03-17'),(46031,10317,'_event_end_date','2013-05-03'),(46032,10318,'_event_end_date','2013-05-05'),(46033,10319,'_event_end_date','2013-05-27'),(46034,10320,'_event_end_date','2013-05-17'),(46035,10321,'_event_end_date','2013-05-19'),(46036,10322,'_event_end_date','2013-08-06'),(46037,10323,'_event_end_date','2013-09-30'),(46038,10324,'_event_end_date','2013-10-31'),(46039,10325,'_event_end_date','2013-10-27'),(46040,10326,'_event_end_date','2013-11-09'),(46041,10327,'_event_end_date','2013-12-01'),(46042,10328,'_event_end_date','2013-02-02'),(46043,10329,'_event_end_date','2013-05-04'),(46044,10330,'_event_end_date','2013-01-20'),(46045,10331,'_event_end_date','2013-01-18'),(46046,10332,'_event_end_date','2013-06-15'),(46047,10333,'_event_end_date','2013-11-30'),(46048,10334,'_event_end_date','2013-02-23'),(46049,10335,'_event_end_date','2013-01-26'),(46050,10336,'_event_end_date','2013-01-27'),(46051,10337,'_event_end_date','2013-02-13'),(46052,10338,'_event_end_date','2013-02-24'),(46053,10339,'_event_end_date','2013-03-17'),(46054,10340,'_event_end_date','2013-04-30'),(46055,10341,'_event_end_date','2013-04-28'),(46056,10342,'_event_end_date','2013-05-12'),(46057,10343,'_event_end_date','2013-06-17'),(46058,10344,'_event_end_date','2012-11-03'),(46059,10345,'_event_end_date','2013-12-07'),(46060,10346,'_event_end_date','2013-12-01'),(46061,10347,'_event_end_date','2013-01-23'),(46062,10348,'_event_end_date','2013-02-03'),(46063,10349,'_event_end_date','2013-01-09'),(46064,10350,'_event_end_date','2013-01-20'),(46065,10351,'_event_end_date','2013-01-27'),(46066,10352,'_event_end_date','2013-02-10'),(46067,10353,'_event_end_date','2013-02-12'),(46068,10354,'_event_end_date','2013-02-17'),(46069,10355,'_event_end_date','2013-04-30'),(46070,10356,'_event_end_date','2013-03-17'),(46071,10357,'_event_end_date','2013-04-07'),(46072,10358,'_event_end_date','2013-04-30'),(46073,10359,'_event_end_date','2013-05-09'),(46074,10360,'_event_end_date','2013-05-26'),(46075,10361,'_event_end_date','2013-06-30'),(46076,10362,'_event_end_date','2013-07-02'),(46077,10363,'_event_end_date','2013-09-07'),(46078,10364,'_event_end_date','2013-08-31'),(46079,10365,'_event_end_date','2013-08-17'),(46080,10366,'_event_end_date','2013-02-09'),(46081,10367,'_event_end_date','2013-01-12'),(46082,10368,'_event_end_date','2013-02-13'),(46083,10369,'_event_end_date','2013-07-15'),(46084,10370,'_event_end_date','2013-06-30'),(46085,10371,'_event_end_date','2013-11-04'),(46086,10372,'_event_end_date','2013-10-31'),(46087,10373,'_event_end_date','2013-09-30'),(46088,10374,'_event_end_date','2013-08-31'),(46089,10375,'_event_end_date','2013-08-06'),(46090,10376,'_event_end_date','2013-09-19'),(46091,10377,'_event_end_date','2013-10-26'),(46092,10378,'_event_end_date','2013-10-31'),(46093,10379,'_event_end_date','2013-11-30'),(46094,10380,'_event_end_date','2013-10-31'),(46095,10381,'_event_end_date','2013-11-30'),(46096,10382,'_event_end_date','2014-01-27'),(46097,10383,'_event_end_date','2013-02-12'),(46098,10384,'_event_end_date','2013-06-30'),(46099,10385,'_event_end_date','2013-04-28'),(46100,10386,'_event_end_date','2014-02-06'),(46101,10387,'_event_end_date','2014-03-09'),(46102,10388,'_event_end_date','2013-08-12'),(46103,10389,'_event_end_date','2013-03-24'),(46104,10390,'_event_end_date','2013-02-12'),(46105,10391,'_event_end_date','2013-02-13'),(46106,10392,'_event_end_date','2013-08-31'),(46107,10393,'_event_end_date','2013-08-31'),(46108,10394,'_event_end_date','2013-08-15'),(46109,10395,'_event_end_date','2013-07-31'),(46110,10396,'_event_end_date','2013-04-04'),(46111,10397,'_event_end_date','2013-08-11'),(46112,10398,'_event_end_date','2013-07-31'),(46113,10399,'_event_end_date','2013-12-15'),(46114,10400,'_event_end_date','2013-04-01'),(46115,10401,'_event_end_date','2013-05-20'),(46116,10402,'_event_end_date','2013-03-07'),(46117,10403,'_event_end_date','2013-04-01'),(46118,10404,'_event_end_date','2013-08-15'),(46119,10405,'_event_end_date','2013-08-10'),(46120,10406,'_event_end_date','2013-06-15'),(46121,10407,'_event_end_date','2013-03-24'),(46122,10408,'_event_end_date','2013-01-01'),(46123,10409,'_event_end_date','2013-01-20'),(46124,10410,'_event_end_date','2013-02-17'),(46125,10411,'_event_end_date','2013-02-23'),(46126,10412,'_event_end_date','2013-03-31'),(46127,10413,'_event_end_date','2013-03-30'),(46128,10414,'_event_end_date','2013-03-27'),(46129,10415,'_event_end_date','2013-03-13'),(46130,10416,'_event_end_date','2013-03-02'),(46131,10417,'_event_end_date','2013-01-06'),(46132,10418,'_event_end_date','2013-02-04'),(46133,10419,'_event_end_date','2013-02-28'),(46134,10420,'_event_end_date','2013-02-16'),(46135,10421,'_event_end_date','2013-02-17'),(46136,10422,'_event_end_date','2012-12-26'),(46137,10423,'_event_end_date','2012-12-27'),(46138,10424,'_event_end_date','2012-12-28'),(46139,10425,'_event_end_date','2012-12-29'),(46140,10426,'_event_end_date','2012-12-30'),(46141,10427,'_event_end_date','2013-01-02'),(46142,10428,'_event_end_date','2013-01-03'),(46143,10429,'_event_end_date','2013-01-04'),(46144,10430,'_event_end_date','2013-01-05'),(46145,10431,'_event_end_date','2013-01-06'),(46146,10432,'_event_end_date','2013-01-09'),(46147,10433,'_event_end_date','2013-01-10'),(46148,10434,'_event_end_date','2013-01-11'),(46149,10435,'_event_end_date','2013-01-12'),(46150,10436,'_event_end_date','2013-01-13'),(46151,10437,'_event_end_date','2013-01-16'),(46152,10438,'_event_end_date','2013-01-17'),(46153,10439,'_event_end_date','2013-01-18'),(46154,10440,'_event_end_date','2013-01-19'),(46155,10441,'_event_end_date','2013-01-20'),(46156,10442,'_event_end_date','2013-01-23'),(46157,10443,'_event_end_date','2013-01-24'),(46158,10444,'_event_end_date','2013-01-25'),(46159,10445,'_event_end_date','2013-01-26'),(46160,10446,'_event_end_date','2013-01-27'),(46161,10447,'_event_end_date','2013-01-30'),(46162,10448,'_event_end_date','2013-01-31'),(46163,10449,'_event_end_date','2013-02-01'),(46164,10450,'_event_end_date','2013-02-02'),(46165,10451,'_event_end_date','2013-02-03'),(46166,10452,'_event_end_date','2013-02-06'),(46167,10453,'_event_end_date','2013-02-07'),(46168,10454,'_event_end_date','2013-02-08'),(46169,10455,'_event_end_date','2013-02-09'),(46170,10456,'_event_end_date','2013-02-10'),(46171,10457,'_event_end_date','2013-02-13'),(46172,10458,'_event_end_date','2013-02-14'),(46173,10459,'_event_end_date','2013-02-15'),(46174,10460,'_event_end_date','2013-02-16'),(46175,10461,'_event_end_date','2013-02-17'),(46176,10462,'_event_end_date','2013-02-20'),(46177,10463,'_event_end_date','2013-02-21'),(46178,10464,'_event_end_date','2013-02-22'),(46179,10465,'_event_end_date','2013-02-23'),(46180,10466,'_event_end_date','2013-02-24'),(46181,10467,'_event_end_date','2013-02-27'),(46182,10468,'_event_end_date','2013-02-28'),(46183,10469,'_event_end_date','2013-03-01'),(46184,10470,'_event_end_date','2013-03-02'),(46185,10471,'_event_end_date','2013-03-03'),(46186,10472,'_event_end_date','2013-03-06'),(46187,10473,'_event_end_date','2013-03-07'),(46188,10474,'_event_end_date','2013-03-08'),(46189,10475,'_event_end_date','2013-03-09'),(46190,10476,'_event_end_date','2013-03-10'),(46191,10477,'_event_end_date','2013-03-13'),(46192,10478,'_event_end_date','2013-03-14'),(46193,10479,'_event_end_date','2013-03-15'),(46194,10480,'_event_end_date','2013-03-16'),(46195,10481,'_event_end_date','2013-03-17'),(46196,10482,'_event_end_date','2013-03-20'),(46197,10483,'_event_end_date','2013-03-21'),(46198,10484,'_event_end_date','2013-03-22'),(46199,10485,'_event_end_date','2013-03-23'),(46200,10486,'_event_end_date','2013-03-24'),(46201,10487,'_event_end_date','2013-03-27'),(46202,10488,'_event_end_date','2013-03-28'),(46203,10489,'_event_end_date','2013-03-29'),(46204,10490,'_event_end_date','2013-03-30'),(46205,10491,'_event_end_date','2013-03-31'),(46206,10492,'_event_end_date','2013-04-03'),(46207,10493,'_event_end_date','2013-04-04'),(46208,10494,'_event_end_date','2013-04-05'),(46209,10495,'_event_end_date','2013-04-06'),(46210,10496,'_event_end_date','2013-04-07'),(46211,10497,'_event_end_date','2013-04-10'),(46212,10498,'_event_end_date','2013-04-11'),(46213,10499,'_event_end_date','2013-04-12'),(46214,10500,'_event_end_date','2013-04-13'),(46215,10501,'_event_end_date','2013-04-14'),(46216,10502,'_event_end_date','2013-04-17'),(46217,10503,'_event_end_date','2013-04-18'),(46218,10504,'_event_end_date','2013-04-19'),(46219,10505,'_event_end_date','2013-04-20'),(46220,10506,'_event_end_date','2013-04-21'),(46221,10507,'_event_end_date','2013-04-24'),(46222,10508,'_event_end_date','2013-04-25'),(46223,10509,'_event_end_date','2013-04-26'),(46224,10510,'_event_end_date','2013-04-27'),(46225,10511,'_event_end_date','2013-04-28'),(46226,10512,'_event_end_date','2013-05-01'),(46227,10513,'_event_end_date','2013-05-02'),(46228,10514,'_event_end_date','2013-05-03'),(46229,10515,'_event_end_date','2013-05-04'),(46230,10516,'_event_end_date','2013-05-05'),(46231,10517,'_event_end_date','2013-05-08'),(46232,10518,'_event_end_date','2013-05-09'),(46233,10519,'_event_end_date','2013-05-10'),(46234,10520,'_event_end_date','2013-05-11'),(46235,10521,'_event_end_date','2013-05-12'),(46236,10522,'_event_end_date','2013-02-24'),(46237,10523,'_event_end_date','2013-03-11'),(46238,10524,'_event_end_date','2013-03-09'),(46239,10525,'_event_end_date','2013-04-01'),(46240,10526,'_event_end_date','2013-04-01'),(46241,10527,'_event_end_date','2013-02-08'),(46242,10528,'_event_end_date','2013-05-27'),(46243,10529,'_event_end_date','2013-06-02'),(46244,10530,'_event_end_date','2013-06-15'),(46245,10531,'_event_end_date','2013-07-01'),(46246,10532,'_event_end_date','2013-07-08'),(46247,10533,'_event_end_date','2013-07-28'),(46248,10534,'_event_end_date','2013-03-18'),(46249,10535,'_event_end_date','2013-08-05'),(46250,10536,'_event_end_date','2013-07-21'),(46251,10537,'_event_end_date','2013-10-31'),(46252,10538,'_event_end_date','2013-11-17'),(46253,10539,'_event_end_date','2013-11-30'),(46254,10540,'_event_end_date','2013-01-26'),(46255,10541,'_event_end_date','2013-02-13'),(46256,10542,'_event_end_date','2013-03-16'),(46257,10543,'_event_end_date','2013-03-10'),(46258,10544,'_event_end_date','2013-03-10'),(46259,10545,'_event_end_date','2013-04-07'),(46260,10546,'_event_end_date','2013-03-24'),(46261,10547,'_event_end_date','2013-03-16'),(46262,10548,'_event_end_date','2013-01-20'),(46263,10549,'_event_end_date','2013-04-30'),(46264,10550,'_event_end_date','2013-01-05'),(46265,10551,'_event_end_date','2013-01-12'),(46266,10552,'_event_end_date','2013-01-19'),(46267,10553,'_event_end_date','2013-01-26'),(46268,10554,'_event_end_date','2013-02-02'),(46269,10555,'_event_end_date','2013-02-09'),(46270,10556,'_event_end_date','2013-02-16'),(46271,10557,'_event_end_date','2013-02-23'),(46272,10558,'_event_end_date','2013-03-02'),(46273,10559,'_event_end_date','2013-03-09'),(46274,10560,'_event_end_date','2013-03-16'),(46275,10561,'_event_end_date','2013-03-23'),(46276,10562,'_event_end_date','2013-03-30'),(46277,10563,'_event_end_date','2013-04-06'),(46278,10564,'_event_end_date','2013-04-13'),(46279,10565,'_event_end_date','2013-04-20'),(46280,10566,'_event_end_date','2013-04-27'),(46281,10567,'_event_end_date','2013-05-04'),(46282,10568,'_event_end_date','2013-05-11'),(46283,10569,'_event_end_date','2013-05-18'),(46284,10570,'_event_end_date','2013-05-25'),(46285,10571,'_event_end_date','2013-06-01'),(46286,10572,'_event_end_date','2013-06-08'),(46287,10573,'_event_end_date','2013-06-15'),(46288,10574,'_event_end_date','2013-06-22'),(46289,10575,'_event_end_date','2013-06-29'),(46290,10576,'_event_end_date','2013-07-06'),(46291,10577,'_event_end_date','2013-07-13'),(46292,10578,'_event_end_date','2013-07-20'),(46293,10579,'_event_end_date','2013-07-27'),(46294,10580,'_event_end_date','2013-08-03'),(46295,10581,'_event_end_date','2013-08-10'),(46296,10582,'_event_end_date','2013-08-17'),(46297,10583,'_event_end_date','2013-08-24'),(46298,10584,'_event_end_date','2013-08-31'),(46299,10585,'_event_end_date','2013-09-07'),(46300,10586,'_event_end_date','2013-09-14'),(46301,10587,'_event_end_date','2013-09-21'),(46302,10588,'_event_end_date','2013-09-28'),(46303,10589,'_event_end_date','2013-10-05'),(46304,10590,'_event_end_date','2013-10-12'),(46305,10591,'_event_end_date','2013-10-19'),(46306,10592,'_event_end_date','2013-10-26'),(46307,10593,'_event_end_date','2013-11-02'),(46308,10594,'_event_end_date','2013-11-09'),(46309,10595,'_event_end_date','2013-11-16'),(46310,10596,'_event_end_date','2013-11-23'),(46311,10597,'_event_end_date','2013-11-30'),(46312,10598,'_event_end_date','2013-12-07'),(46313,10599,'_event_end_date','2013-12-14'),(46314,10600,'_event_end_date','2013-12-21'),(46315,10601,'_event_end_date','2013-12-28'),(46316,10602,'_event_end_date','2013-01-04'),(46317,10603,'_event_end_date','2013-01-11'),(46318,10604,'_event_end_date','2013-01-18'),(46319,10605,'_event_end_date','2013-01-25'),(46320,10606,'_event_end_date','2013-02-01'),(46321,10607,'_event_end_date','2013-02-08'),(46322,10608,'_event_end_date','2013-02-15'),(46323,10609,'_event_end_date','2013-02-22'),(46324,10610,'_event_end_date','2013-03-01'),(46325,10611,'_event_end_date','2013-03-08'),(46326,10612,'_event_end_date','2013-03-15'),(46327,10613,'_event_end_date','2013-03-22'),(46328,10614,'_event_end_date','2013-03-29'),(46329,10615,'_event_end_date','2013-04-05'),(46330,10616,'_event_end_date','2013-04-12'),(46331,10617,'_event_end_date','2013-04-19'),(46332,10618,'_event_end_date','2013-04-26'),(46333,10619,'_event_end_date','2013-05-03'),(46334,10620,'_event_end_date','2013-05-10'),(46335,10621,'_event_end_date','2013-05-17'),(46336,10622,'_event_end_date','2013-05-24'),(46337,10623,'_event_end_date','2013-05-31'),(46338,10624,'_event_end_date','2013-06-07'),(46339,10625,'_event_end_date','2013-06-14'),(46340,10626,'_event_end_date','2013-06-21'),(46341,10627,'_event_end_date','2013-06-28'),(46342,10628,'_event_end_date','2013-07-05'),(46343,10629,'_event_end_date','2013-07-12'),(46344,10630,'_event_end_date','2013-07-19'),(46345,10631,'_event_end_date','2013-07-26'),(46346,10632,'_event_end_date','2013-08-02'),(46347,10633,'_event_end_date','2013-08-09'),(46348,10634,'_event_end_date','2013-08-16'),(46349,10635,'_event_end_date','2013-08-23'),(46350,10636,'_event_end_date','2013-08-30'),(46351,10637,'_event_end_date','2013-09-06'),(46352,10638,'_event_end_date','2013-09-13'),(46353,10639,'_event_end_date','2013-09-20'),(46354,10640,'_event_end_date','2013-09-27'),(46355,10641,'_event_end_date','2013-10-04'),(46356,10642,'_event_end_date','2013-10-11'),(46357,10643,'_event_end_date','2013-10-18'),(46358,10644,'_event_end_date','2013-10-25'),(46359,10645,'_event_end_date','2013-11-01'),(46360,10646,'_event_end_date','2013-11-08'),(46361,10647,'_event_end_date','2013-11-15'),(46362,10648,'_event_end_date','2013-11-22'),(46363,10649,'_event_end_date','2013-11-29'),(46364,10650,'_event_end_date','2013-12-06'),(46365,10651,'_event_end_date','2013-12-13'),(46366,10652,'_event_end_date','2013-12-20'),(46367,10653,'_event_end_date','2013-12-27'),(46368,10654,'_event_end_date','2013-01-04'),(46369,10655,'_event_end_date','2013-01-11'),(46370,10656,'_event_end_date','2013-01-18'),(46371,10657,'_event_end_date','2013-01-25'),(46372,10658,'_event_end_date','2013-02-01'),(46373,10659,'_event_end_date','2013-02-08'),(46374,10660,'_event_end_date','2013-02-15'),(46375,10661,'_event_end_date','2013-02-22'),(46376,10662,'_event_end_date','2013-03-01'),(46377,10663,'_event_end_date','2013-03-08'),(46378,10664,'_event_end_date','2013-03-15'),(46379,10665,'_event_end_date','2013-03-22'),(46380,10666,'_event_end_date','2013-03-29'),(46381,10667,'_event_end_date','2013-04-05'),(46382,10668,'_event_end_date','2013-04-12'),(46383,10669,'_event_end_date','2013-04-19'),(46384,10670,'_event_end_date','2013-04-26'),(46385,10671,'_event_end_date','2013-05-03'),(46386,10672,'_event_end_date','2013-05-10'),(46387,10673,'_event_end_date','2013-05-17'),(46388,10674,'_event_end_date','2013-05-24'),(46389,10675,'_event_end_date','2013-05-31'),(46390,10676,'_event_end_date','2013-06-07'),(46391,10677,'_event_end_date','2013-06-14'),(46392,10678,'_event_end_date','2013-06-21'),(46393,10679,'_event_end_date','2013-06-28'),(46394,10680,'_event_end_date','2013-07-05'),(46395,10681,'_event_end_date','2013-07-12'),(46396,10682,'_event_end_date','2013-07-19'),(46397,10683,'_event_end_date','2013-07-26'),(46398,10684,'_event_end_date','2013-08-02'),(46399,10685,'_event_end_date','2013-08-09'),(46400,10686,'_event_end_date','2013-08-16'),(46401,10687,'_event_end_date','2013-08-23'),(46402,10688,'_event_end_date','2013-08-30'),(46403,10689,'_event_end_date','2013-09-06'),(46404,10690,'_event_end_date','2013-09-13'),(46405,10691,'_event_end_date','2013-09-20'),(46406,10692,'_event_end_date','2013-09-27'),(46407,10693,'_event_end_date','2013-10-04'),(46408,10694,'_event_end_date','2013-10-11'),(46409,10695,'_event_end_date','2013-10-18'),(46410,10696,'_event_end_date','2013-10-25'),(46411,10697,'_event_end_date','2013-11-01'),(46412,10698,'_event_end_date','2013-11-08'),(46413,10699,'_event_end_date','2013-11-15'),(46414,10700,'_event_end_date','2013-11-22'),(46415,10701,'_event_end_date','2013-11-29'),(46416,10702,'_event_end_date','2013-12-06'),(46417,10703,'_event_end_date','2013-12-13'),(46418,10704,'_event_end_date','2013-12-20'),(46419,10705,'_event_end_date','2013-12-27'),(46420,10706,'_event_end_date','2013-05-12'),(46421,10707,'_event_end_date','2013-07-16'),(46422,10708,'_event_end_date','2013-08-30'),(46423,10709,'_event_end_date','2013-10-17'),(46424,10710,'_event_end_date','2013-12-21'),(46425,10711,'_event_end_date','2013-12-13'),(46426,10712,'_event_end_date','2013-11-19'),(46427,10713,'_event_end_date','2014-11-16'),(46428,10714,'_event_end_date','2014-07-01'),(46429,10715,'_event_end_date','2014-04-27'),(46431,10717,'_event_end_date','2013-08-01'),(46432,10718,'_event_end_date','2013-01-26'),(46434,10720,'_event_end_date','2013-01-27'),(46435,10721,'_event_end_date','2013-04-29'),(46436,10722,'_event_end_date','2013-04-03'),(46437,10723,'_event_end_date','2013-02-09'),(46438,10724,'_event_end_date','2013-02-06'),(46439,10725,'_event_end_date','2013-05-02'),(46440,10726,'_event_end_date','2013-02-13'),(46441,10727,'_event_end_date','2013-02-16'),(46442,10728,'_event_end_date','2013-03-31'),(46443,10729,'_event_end_date','2013-06-08'),(46444,10730,'_event_end_date','2013-04-30'),(46445,10731,'_event_end_date','2013-06-21'),(46446,10732,'_event_end_date','2013-04-19'),(46447,10733,'_event_end_date','2013-04-21'),(46448,10734,'_event_end_date','2013-04-30'),(46449,10735,'_event_end_date','2013-04-30'),(46450,10736,'_event_end_date','2013-06-10'),(46451,10737,'_event_end_date','2013-06-15'),(46452,10738,'_event_end_date','2013-06-30'),(46453,10739,'_event_end_date','2013-01-27'),(46454,10740,'_event_end_date','2013-07-31'),(46455,10741,'_event_end_date','2013-02-06'),(46456,10742,'_event_end_date','2013-07-31'),(46457,10743,'_event_end_date','2013-02-28'),(46458,10744,'_event_end_date','2013-07-21'),(46459,10745,'_event_end_date','2013-08-06'),(46460,10746,'_event_end_date','2013-08-06'),(46461,10747,'_event_end_date','2013-08-06'),(46462,10748,'_event_end_date','2013-08-10'),(46463,10749,'_event_end_date','2013-04-01'),(46464,10750,'_event_end_date','2013-09-30'),(46465,10751,'_event_end_date','2013-04-01'),(46466,10752,'_event_end_date','2013-10-04'),(46467,10753,'_event_end_date','2013-10-31'),(46468,10754,'_event_end_date','2013-10-31'),(46469,10755,'_event_end_date','2013-05-24'),(46470,10756,'_event_end_date','2013-07-09'),(46471,10757,'_event_end_date','2013-10-26'),(46472,10758,'_event_end_date','2013-07-13'),(46473,10759,'_event_end_date','2013-10-21'),(46474,10760,'_event_end_date','2013-08-31'),(46475,10761,'_event_end_date','2013-09-30'),(46476,10762,'_event_end_date','2013-10-27'),(46477,10763,'_event_end_date','2013-11-16'),(46478,10764,'_event_end_date','2013-11-17'),(46479,10765,'_event_end_date','2013-11-08'),(46480,10766,'_event_end_date','2013-11-30'),(46481,10767,'_event_end_date','2013-12-01'),(46482,10768,'_event_end_date','2013-08-31'),(46483,10769,'_event_end_date','2013-11-30'),(46484,10770,'_event_end_date','2013-12-24'),(46485,10771,'_event_end_date','2013-10-18'),(46486,10772,'_event_end_date','2013-12-31'),(46487,10773,'_event_end_date','2013-04-30'),(46488,10774,'_event_end_date','2013-12-31'),(46489,10775,'_event_end_date','2013-03-31'),(46490,10776,'_event_end_date','2013-01-25'),(46491,10777,'_event_end_date','2013-01-25'),(46492,10778,'_event_end_date','2013-01-26'),(46493,10779,'_event_end_date','2013-01-26'),(46494,10780,'_event_end_date','2013-01-26'),(46495,10781,'_event_end_date','2013-01-26'),(46496,10782,'_event_end_date','2013-01-27'),(46497,10783,'_event_end_date','2013-01-27'),(46498,10784,'_event_end_date','2013-01-27'),(46499,10785,'_event_end_date','2013-01-27'),(46500,10786,'_event_end_date','2013-01-27'),(46501,10787,'_event_end_date','2013-01-27'),(46502,10788,'_event_end_date','2013-01-28'),(46503,10789,'_event_end_date','2013-03-03'),(46504,10790,'_event_end_date','2013-02-13'),(46505,10791,'_event_end_date','2013-05-01'),(46506,10792,'_event_end_date','2013-05-05'),(46507,10793,'_event_end_date','2013-05-17'),(46508,10794,'_event_end_date','2013-05-03'),(46509,10795,'_event_end_date','2013-01-27'),(46510,10796,'_event_end_date','2013-11-11'),(46511,10797,'_event_end_date','2013-05-05'),(46512,10798,'_event_end_date','2013-01-31'),(46513,10799,'_event_end_date','2013-03-31'),(46514,10800,'_event_end_date','2013-04-30'),(46515,10801,'_event_end_date','2013-05-31'),(46516,10802,'_event_end_date','2013-06-30'),(46517,10803,'_event_end_date','2013-06-30'),(46518,10804,'_event_end_date','2013-06-10'),(46519,10805,'_event_end_date','2013-06-30'),(46520,10806,'_event_end_date','2013-07-01'),(46521,10807,'_event_end_date','2013-06-30'),(46522,10808,'_event_end_date','2013-08-31'),(46523,10809,'_event_end_date','2013-08-31'),(46524,10810,'_event_end_date','2013-10-14'),(46525,10811,'_event_end_date','2013-10-31'),(46526,10812,'_event_end_date','2013-10-31'),(46527,10813,'_event_end_date','2013-10-31'),(46528,10814,'_event_end_date','2013-11-30'),(46529,10815,'_event_end_date','2013-11-30'),(46530,10816,'_event_end_date','2013-11-30'),(46531,10817,'_event_end_date','2013-11-30'),(46532,10818,'_event_end_date','2013-11-30'),(46533,10819,'_event_end_date','2013-11-30'),(46534,10820,'_event_end_date','2013-11-30'),(46535,10821,'_event_end_date','2013-12-31'),(46536,10822,'_event_end_date','2013-12-31'),(46537,10823,'_event_end_date','2013-12-31'),(46538,10824,'_event_end_date','2013-11-30'),(46539,10825,'_event_end_date','2013-02-16'),(46540,10826,'_event_end_date','2013-12-26'),(46541,10827,'_event_end_date','2013-04-01'),(46542,10828,'_event_end_date','2013-05-05'),(46543,10829,'_event_end_date','2013-05-27'),(46544,10830,'_event_end_date','2013-02-01'),(46545,10831,'_event_end_date','2013-06-23'),(46546,10832,'_event_end_date','2013-03-31'),(46547,10833,'_event_end_date','2013-03-13'),(46548,10834,'_event_end_date','2013-06-23'),(46549,10835,'_event_end_date','2013-03-02'),(46550,10836,'_event_end_date','2013-03-03'),(46551,10837,'_event_end_date','2013-02-28'),(46552,10838,'_event_end_date','2013-02-26'),(46553,10839,'_event_end_date','2013-03-31'),(46554,10840,'_event_end_date','2013-03-02'),(46555,10841,'_event_end_date','2013-05-19'),(46556,10842,'_event_end_date','2013-05-04'),(46557,10843,'_event_end_date','2013-05-05'),(46558,10844,'_event_end_date','2013-05-11'),(46559,10845,'_event_end_date','2013-05-12'),(46560,10846,'_event_end_date','2013-05-13'),(46561,10847,'_event_end_date','2013-05-14'),(46562,10848,'_event_end_date','2013-05-15'),(46563,10849,'_event_end_date','2013-05-16'),(46564,10850,'_event_end_date','2013-05-17'),(46565,10851,'_event_end_date','2013-05-18'),(46566,10852,'_event_end_date','2013-05-18'),(46567,10853,'_event_end_date','2013-03-31'),(46568,10854,'_event_end_date','2013-03-30'),(47527,9766,'_event_rsvp','0'),(47528,9767,'_event_rsvp','0'),(47529,9768,'_event_rsvp','0'),(47530,9769,'_event_rsvp','0'),(47531,9770,'_event_rsvp','0'),(47532,9771,'_event_rsvp','0'),(47533,9772,'_event_rsvp','0'),(47534,9773,'_event_rsvp','0'),(47535,9774,'_event_rsvp','0'),(47536,9775,'_event_rsvp','0'),(47537,9776,'_event_rsvp','0'),(47538,9777,'_event_rsvp','0'),(47539,9778,'_event_rsvp','0'),(47540,9779,'_event_rsvp','0'),(47541,9780,'_event_rsvp','0'),(47542,9781,'_event_rsvp','0'),(47543,9782,'_event_rsvp','0'),(47544,9783,'_event_rsvp','0'),(47545,9784,'_event_rsvp','0'),(47546,9785,'_event_rsvp','0'),(47547,9786,'_event_rsvp','0'),(47548,9787,'_event_rsvp','0'),(47549,9788,'_event_rsvp','0'),(47550,9789,'_event_rsvp','0'),(47551,9790,'_event_rsvp','0'),(47552,9791,'_event_rsvp','0'),(47553,9792,'_event_rsvp','0'),(47554,9793,'_event_rsvp','0'),(47555,9794,'_event_rsvp','0'),(47556,9795,'_event_rsvp','0'),(47557,9796,'_event_rsvp','0'),(47558,9797,'_event_rsvp','0'),(47559,9798,'_event_rsvp','0'),(47560,9799,'_event_rsvp','0'),(47561,9800,'_event_rsvp','0'),(47562,9801,'_event_rsvp','0'),(47563,9802,'_event_rsvp','0'),(47564,9803,'_event_rsvp','0'),(47565,9804,'_event_rsvp','0'),(47566,9805,'_event_rsvp','0'),(47567,9806,'_event_rsvp','0'),(47568,9807,'_event_rsvp','0'),(47569,9808,'_event_rsvp','0'),(47570,9809,'_event_rsvp','0'),(47571,9810,'_event_rsvp','0'),(47572,9811,'_event_rsvp','0'),(47573,9812,'_event_rsvp','0'),(47574,9813,'_event_rsvp','0'),(47575,9814,'_event_rsvp','0'),(47576,9815,'_event_rsvp','0'),(47577,9816,'_event_rsvp','0'),(47578,9817,'_event_rsvp','0'),(47579,9818,'_event_rsvp','0'),(47580,9819,'_event_rsvp','0'),(47581,9820,'_event_rsvp','0'),(47582,9821,'_event_rsvp','0'),(47583,9822,'_event_rsvp','0'),(47584,9823,'_event_rsvp','0'),(47585,9824,'_event_rsvp','0'),(47586,9825,'_event_rsvp','0'),(47587,9826,'_event_rsvp','0'),(47588,9827,'_event_rsvp','0'),(47589,9828,'_event_rsvp','0'),(47590,9829,'_event_rsvp','0'),(47591,9830,'_event_rsvp','0'),(47593,9832,'_event_rsvp','0'),(47594,9833,'_event_rsvp','0'),(47595,9834,'_event_rsvp','0'),(47596,9835,'_event_rsvp','0'),(47597,9836,'_event_rsvp','0'),(47598,9837,'_event_rsvp','0'),(47599,9838,'_event_rsvp','0'),(47600,9839,'_event_rsvp','0'),(47601,9840,'_event_rsvp','0'),(47602,9841,'_event_rsvp','0'),(47603,9842,'_event_rsvp','0'),(47604,9843,'_event_rsvp','0'),(47605,9844,'_event_rsvp','0'),(47606,9845,'_event_rsvp','0'),(47607,9846,'_event_rsvp','0'),(47608,9847,'_event_rsvp','0'),(47609,9848,'_event_rsvp','0'),(47610,9849,'_event_rsvp','0'),(47611,9850,'_event_rsvp','0'),(47612,9851,'_event_rsvp','0'),(47613,9852,'_event_rsvp','0'),(47614,9853,'_event_rsvp','0'),(47615,9854,'_event_rsvp','0'),(47616,9855,'_event_rsvp','0'),(47617,9856,'_event_rsvp','0'),(47618,9857,'_event_rsvp','0'),(47619,9858,'_event_rsvp','0'),(47620,9859,'_event_rsvp','0'),(47621,9860,'_event_rsvp','0'),(47622,9861,'_event_rsvp','0'),(47623,9862,'_event_rsvp','0'),(47624,9863,'_event_rsvp','0'),(47625,9864,'_event_rsvp','0'),(47626,9865,'_event_rsvp','0'),(47627,9866,'_event_rsvp','0'),(47628,9867,'_event_rsvp','0'),(47629,9868,'_event_rsvp','0'),(47630,9869,'_event_rsvp','0'),(47631,9870,'_event_rsvp','0'),(47632,9871,'_event_rsvp','0'),(47633,9872,'_event_rsvp','0'),(47634,9873,'_event_rsvp','0'),(47635,9874,'_event_rsvp','0'),(47636,9875,'_event_rsvp','0'),(47637,9876,'_event_rsvp','0'),(47638,9877,'_event_rsvp','0'),(47639,9878,'_event_rsvp','0'),(47640,9879,'_event_rsvp','0'),(47641,9880,'_event_rsvp','0'),(47642,9881,'_event_rsvp','0'),(47643,9882,'_event_rsvp','0'),(47644,9883,'_event_rsvp','0'),(47645,9884,'_event_rsvp','0'),(47646,9885,'_event_rsvp','0'),(47647,9886,'_event_rsvp','0'),(47648,9887,'_event_rsvp','0'),(47649,9888,'_event_rsvp','0'),(47650,9889,'_event_rsvp','0'),(47651,9890,'_event_rsvp','0'),(47652,9891,'_event_rsvp','0'),(47653,9892,'_event_rsvp','0'),(47654,9893,'_event_rsvp','0'),(47655,9894,'_event_rsvp','0'),(47656,9895,'_event_rsvp','0'),(47657,9896,'_event_rsvp','0'),(47658,9897,'_event_rsvp','0'),(47659,9898,'_event_rsvp','0'),(47660,9899,'_event_rsvp','0'),(47661,9900,'_event_rsvp','0'),(47662,9901,'_event_rsvp','0'),(47663,9902,'_event_rsvp','0'),(47664,9903,'_event_rsvp','0'),(47665,9904,'_event_rsvp','0'),(47666,9905,'_event_rsvp','0'),(47667,9906,'_event_rsvp','0'),(47668,9907,'_event_rsvp','0'),(47669,9908,'_event_rsvp','0'),(47670,9909,'_event_rsvp','0'),(47671,9910,'_event_rsvp','0'),(47672,9911,'_event_rsvp','0'),(47673,9912,'_event_rsvp','0'),(47674,9913,'_event_rsvp','0'),(47675,9914,'_event_rsvp','0'),(47676,9915,'_event_rsvp','0'),(47677,9916,'_event_rsvp','0'),(47678,9917,'_event_rsvp','0'),(47679,9918,'_event_rsvp','0'),(47680,9919,'_event_rsvp','0'),(47681,9920,'_event_rsvp','0'),(47682,9921,'_event_rsvp','0'),(47683,9922,'_event_rsvp','0'),(47684,9923,'_event_rsvp','0'),(47685,9924,'_event_rsvp','0'),(47686,9925,'_event_rsvp','0'),(47687,9926,'_event_rsvp','0'),(47688,9927,'_event_rsvp','0'),(47689,9928,'_event_rsvp','0'),(47690,9929,'_event_rsvp','0'),(47691,9930,'_event_rsvp','0'),(47692,9931,'_event_rsvp','0'),(47693,9932,'_event_rsvp','0'),(47694,9933,'_event_rsvp','0'),(47695,9934,'_event_rsvp','0'),(47696,9935,'_event_rsvp','0'),(47697,9936,'_event_rsvp','0'),(47698,9937,'_event_rsvp','0'),(47699,9938,'_event_rsvp','0'),(47700,9939,'_event_rsvp','0'),(47701,9940,'_event_rsvp','0'),(47702,9941,'_event_rsvp','0'),(47703,9942,'_event_rsvp','0'),(47704,9943,'_event_rsvp','0'),(47705,9944,'_event_rsvp','0'),(47706,9945,'_event_rsvp','0'),(47707,9946,'_event_rsvp','0'),(47708,9947,'_event_rsvp','0'),(47709,9948,'_event_rsvp','0'),(47710,9949,'_event_rsvp','0'),(47711,9950,'_event_rsvp','0'),(47712,9951,'_event_rsvp','0'),(47713,9952,'_event_rsvp','0'),(47714,9953,'_event_rsvp','0'),(47715,9954,'_event_rsvp','0'),(47716,9955,'_event_rsvp','0'),(47717,9956,'_event_rsvp','0'),(47718,9957,'_event_rsvp','0'),(47719,9958,'_event_rsvp','0'),(47720,9959,'_event_rsvp','0'),(47721,9960,'_event_rsvp','0'),(47722,9961,'_event_rsvp','0'),(47723,9962,'_event_rsvp','0'),(47724,9963,'_event_rsvp','0'),(47725,9964,'_event_rsvp','0'),(47726,9965,'_event_rsvp','0'),(47727,9966,'_event_rsvp','0'),(47728,9967,'_event_rsvp','0'),(47729,9968,'_event_rsvp','0'),(47730,9969,'_event_rsvp','0'),(47731,9970,'_event_rsvp','0'),(47732,9971,'_event_rsvp','0'),(47733,9972,'_event_rsvp','0'),(47734,9973,'_event_rsvp','0'),(47735,9974,'_event_rsvp','0'),(47736,9975,'_event_rsvp','0'),(47737,9976,'_event_rsvp','0'),(47738,9977,'_event_rsvp','0'),(47739,9978,'_event_rsvp','0'),(47740,9979,'_event_rsvp','0'),(47741,9980,'_event_rsvp','0'),(47742,9981,'_event_rsvp','0'),(47743,9982,'_event_rsvp','0'),(47744,9983,'_event_rsvp','0'),(47745,9984,'_event_rsvp','0'),(47746,9985,'_event_rsvp','0'),(47747,9986,'_event_rsvp','0'),(47748,9987,'_event_rsvp','0'),(47749,9988,'_event_rsvp','0'),(47750,9989,'_event_rsvp','0'),(47751,9990,'_event_rsvp','0'),(47752,9991,'_event_rsvp','0'),(47753,9992,'_event_rsvp','0'),(47754,9993,'_event_rsvp','0'),(47755,9994,'_event_rsvp','0'),(47756,9995,'_event_rsvp','0'),(47757,9996,'_event_rsvp','0'),(47758,9997,'_event_rsvp','0'),(47759,9998,'_event_rsvp','0'),(47760,9999,'_event_rsvp','0'),(47761,10000,'_event_rsvp','0'),(47763,10002,'_event_rsvp','0'),(47764,10003,'_event_rsvp','0'),(47765,10004,'_event_rsvp','0'),(47766,10005,'_event_rsvp','0'),(47767,10006,'_event_rsvp','0'),(47768,10007,'_event_rsvp','0'),(47769,10008,'_event_rsvp','0'),(47782,10021,'_event_rsvp','0'),(47822,10061,'_event_rsvp','0'),(47823,10062,'_event_rsvp','0'),(47824,10063,'_event_rsvp','0'),(47825,10064,'_event_rsvp','0'),(47826,10065,'_event_rsvp','0'),(47827,10066,'_event_rsvp','0'),(47828,10067,'_event_rsvp','0'),(47829,10068,'_event_rsvp','0'),(47830,10069,'_event_rsvp','0'),(47831,10070,'_event_rsvp','0'),(47832,10071,'_event_rsvp','0'),(47833,10072,'_event_rsvp','0'),(47834,10073,'_event_rsvp','0'),(47835,10074,'_event_rsvp','0'),(47836,10075,'_event_rsvp','0'),(47837,10076,'_event_rsvp','0'),(47838,10077,'_event_rsvp','0'),(47839,10078,'_event_rsvp','0'),(47840,10079,'_event_rsvp','0'),(47841,10080,'_event_rsvp','0'),(47842,10081,'_event_rsvp','0'),(47843,10082,'_event_rsvp','0'),(47844,10083,'_event_rsvp','0'),(47845,10084,'_event_rsvp','0'),(47846,10085,'_event_rsvp','0'),(47847,10086,'_event_rsvp','0'),(47848,10087,'_event_rsvp','0'),(47849,10088,'_event_rsvp','0'),(47850,10089,'_event_rsvp','0'),(47851,10090,'_event_rsvp','0'),(47852,10091,'_event_rsvp','0'),(47853,10092,'_event_rsvp','0'),(47854,10093,'_event_rsvp','0'),(47855,10094,'_event_rsvp','0'),(47856,10095,'_event_rsvp','0'),(47857,10096,'_event_rsvp','0'),(47858,10097,'_event_rsvp','0'),(47859,10098,'_event_rsvp','0'),(47860,10099,'_event_rsvp','0'),(47861,10100,'_event_rsvp','0'),(47862,10101,'_event_rsvp','0'),(47863,10102,'_event_rsvp','0'),(47864,10103,'_event_rsvp','0'),(47865,10104,'_event_rsvp','0'),(47866,10105,'_event_rsvp','0'),(47867,10106,'_event_rsvp','0'),(47868,10107,'_event_rsvp','0'),(47869,10108,'_event_rsvp','0'),(47870,10109,'_event_rsvp','0'),(47871,10110,'_event_rsvp','0'),(47872,10111,'_event_rsvp','0'),(47873,10112,'_event_rsvp','0'),(47874,10113,'_event_rsvp','0'),(47875,10114,'_event_rsvp','0'),(47876,10115,'_event_rsvp','0'),(47877,10116,'_event_rsvp','0'),(47878,10117,'_event_rsvp','0'),(47879,10118,'_event_rsvp','0'),(47880,10119,'_event_rsvp','0'),(47881,10120,'_event_rsvp','0'),(47882,10121,'_event_rsvp','0'),(47883,10122,'_event_rsvp','0'),(47884,10123,'_event_rsvp','0'),(47885,10124,'_event_rsvp','0'),(47886,10125,'_event_rsvp','0'),(47887,10126,'_event_rsvp','0'),(47888,10127,'_event_rsvp','0'),(47889,10128,'_event_rsvp','0'),(47890,10129,'_event_rsvp','0'),(47891,10130,'_event_rsvp','0'),(47892,10131,'_event_rsvp','0'),(47893,10132,'_event_rsvp','0'),(47894,10133,'_event_rsvp','0'),(47895,10134,'_event_rsvp','0'),(47896,10135,'_event_rsvp','0'),(47897,10136,'_event_rsvp','0'),(47898,10137,'_event_rsvp','0'),(47899,10138,'_event_rsvp','0'),(47900,10139,'_event_rsvp','0'),(47901,10140,'_event_rsvp','0'),(47902,10141,'_event_rsvp','0'),(47903,10142,'_event_rsvp','0'),(47904,10143,'_event_rsvp','0'),(47905,10144,'_event_rsvp','0'),(47906,10145,'_event_rsvp','0'),(47907,10146,'_event_rsvp','0'),(47908,10147,'_event_rsvp','0'),(47909,10148,'_event_rsvp','0'),(47910,10149,'_event_rsvp','0'),(47911,10150,'_event_rsvp','0'),(47912,10151,'_event_rsvp','0'),(47913,10152,'_event_rsvp','0'),(47914,10153,'_event_rsvp','0'),(47915,10154,'_event_rsvp','0'),(47916,10155,'_event_rsvp','0'),(47917,10156,'_event_rsvp','0'),(47918,10157,'_event_rsvp','0'),(47919,10158,'_event_rsvp','0'),(47920,10159,'_event_rsvp','0'),(47921,10160,'_event_rsvp','0'),(47922,10161,'_event_rsvp','0'),(47923,10162,'_event_rsvp','0'),(47924,10163,'_event_rsvp','0'),(47925,10164,'_event_rsvp','0'),(47926,10165,'_event_rsvp','0'),(47927,10166,'_event_rsvp','0'),(47928,10167,'_event_rsvp','0'),(47929,10168,'_event_rsvp','0'),(47930,10169,'_event_rsvp','0'),(47931,10170,'_event_rsvp','0'),(47932,10171,'_event_rsvp','0'),(47933,10172,'_event_rsvp','0'),(47934,10173,'_event_rsvp','0'),(47935,10174,'_event_rsvp','0'),(47936,10175,'_event_rsvp','0'),(47937,10176,'_event_rsvp','0'),(47938,10177,'_event_rsvp','0'),(47939,10178,'_event_rsvp','0'),(47940,10179,'_event_rsvp','0'),(47941,10180,'_event_rsvp','0'),(47942,10181,'_event_rsvp','0'),(47943,10182,'_event_rsvp','0'),(47944,10183,'_event_rsvp','0'),(47945,10184,'_event_rsvp','0'),(47946,10185,'_event_rsvp','0'),(47947,10186,'_event_rsvp','0'),(47948,10187,'_event_rsvp','0'),(47949,10188,'_event_rsvp','0'),(47950,10189,'_event_rsvp','0'),(47951,10190,'_event_rsvp','0'),(47952,10191,'_event_rsvp','0'),(47953,10192,'_event_rsvp','0'),(47954,10193,'_event_rsvp','0'),(47955,10194,'_event_rsvp','0'),(47956,10195,'_event_rsvp','0'),(47957,10196,'_event_rsvp','0'),(47958,10197,'_event_rsvp','0'),(47959,10198,'_event_rsvp','0'),(47960,10199,'_event_rsvp','0'),(47961,10200,'_event_rsvp','0'),(47962,10201,'_event_rsvp','0'),(47963,10202,'_event_rsvp','0'),(47964,10203,'_event_rsvp','0'),(47965,10204,'_event_rsvp','0'),(47966,10205,'_event_rsvp','0'),(47967,10206,'_event_rsvp','0'),(47968,10207,'_event_rsvp','0'),(47969,10208,'_event_rsvp','0'),(47970,10209,'_event_rsvp','0'),(47971,10210,'_event_rsvp','0'),(47972,10211,'_event_rsvp','0'),(47973,10212,'_event_rsvp','0'),(47974,10213,'_event_rsvp','0'),(47975,10214,'_event_rsvp','0'),(47976,10215,'_event_rsvp','0'),(47977,10216,'_event_rsvp','0'),(47978,10217,'_event_rsvp','0'),(47979,10218,'_event_rsvp','0'),(47980,10219,'_event_rsvp','0'),(47981,10220,'_event_rsvp','0'),(47982,10221,'_event_rsvp','0'),(47983,10222,'_event_rsvp','0'),(47984,10223,'_event_rsvp','0'),(47985,10224,'_event_rsvp','0'),(47986,10225,'_event_rsvp','0'),(47987,10226,'_event_rsvp','0'),(47988,10227,'_event_rsvp','0'),(47989,10228,'_event_rsvp','0'),(47990,10229,'_event_rsvp','0'),(47991,10230,'_event_rsvp','0'),(47992,10231,'_event_rsvp','0'),(47993,10232,'_event_rsvp','0'),(47994,10233,'_event_rsvp','0'),(47995,10234,'_event_rsvp','0'),(47996,10235,'_event_rsvp','0'),(47997,10236,'_event_rsvp','0'),(48005,10244,'_event_rsvp','0'),(48008,10247,'_event_rsvp','0'),(48009,10248,'_event_rsvp','0'),(48010,10249,'_event_rsvp','0'),(48011,10250,'_event_rsvp','0'),(48012,10251,'_event_rsvp','0'),(48013,10252,'_event_rsvp','0'),(48014,10253,'_event_rsvp','0'),(48015,10254,'_event_rsvp','0'),(48016,10255,'_event_rsvp','0'),(48017,10256,'_event_rsvp','0'),(48018,10257,'_event_rsvp','0'),(48019,10258,'_event_rsvp','0'),(48020,10259,'_event_rsvp','0'),(48021,10260,'_event_rsvp','0'),(48022,10261,'_event_rsvp','0'),(48023,10262,'_event_rsvp','0'),(48024,10263,'_event_rsvp','0'),(48025,10264,'_event_rsvp','0'),(48026,10265,'_event_rsvp','0'),(48027,10266,'_event_rsvp','0'),(48028,10267,'_event_rsvp','0'),(48029,10268,'_event_rsvp','0'),(48030,10269,'_event_rsvp','0'),(48031,10270,'_event_rsvp','0'),(48032,10271,'_event_rsvp','0'),(48033,10272,'_event_rsvp','0'),(48034,10273,'_event_rsvp','0'),(48035,10274,'_event_rsvp','0'),(48036,10275,'_event_rsvp','0'),(48037,10276,'_event_rsvp','0'),(48038,10277,'_event_rsvp','0'),(48039,10278,'_event_rsvp','0'),(48040,10279,'_event_rsvp','0'),(48041,10280,'_event_rsvp','0'),(48042,10281,'_event_rsvp','0'),(48043,10282,'_event_rsvp','0'),(48044,10283,'_event_rsvp','0'),(48045,10284,'_event_rsvp','0'),(48046,10285,'_event_rsvp','0'),(48047,10286,'_event_rsvp','0'),(48048,10287,'_event_rsvp','0'),(48049,10288,'_event_rsvp','0'),(48050,10289,'_event_rsvp','0'),(48051,10290,'_event_rsvp','0'),(48052,10291,'_event_rsvp','0'),(48053,10292,'_event_rsvp','0'),(48054,10293,'_event_rsvp','0'),(48055,10294,'_event_rsvp','0'),(48056,10295,'_event_rsvp','0'),(48057,10296,'_event_rsvp','0'),(48058,10297,'_event_rsvp','0'),(48059,10298,'_event_rsvp','0'),(48060,10299,'_event_rsvp','0'),(48061,10300,'_event_rsvp','0'),(48062,10301,'_event_rsvp','0'),(48063,10302,'_event_rsvp','0'),(48064,10303,'_event_rsvp','0'),(48065,10304,'_event_rsvp','0'),(48066,10305,'_event_rsvp','0'),(48067,10306,'_event_rsvp','0'),(48068,10307,'_event_rsvp','0'),(48069,10308,'_event_rsvp','0'),(48070,10309,'_event_rsvp','0'),(48071,10310,'_event_rsvp','0'),(48072,10311,'_event_rsvp','0'),(48073,10312,'_event_rsvp','0'),(48074,10313,'_event_rsvp','0'),(48075,10314,'_event_rsvp','0'),(48076,10315,'_event_rsvp','0'),(48077,10316,'_event_rsvp','0'),(48078,10317,'_event_rsvp','0'),(48079,10318,'_event_rsvp','0'),(48080,10319,'_event_rsvp','0'),(48081,10320,'_event_rsvp','0'),(48082,10321,'_event_rsvp','0'),(48083,10322,'_event_rsvp','0'),(48084,10323,'_event_rsvp','0'),(48085,10324,'_event_rsvp','0'),(48086,10325,'_event_rsvp','0'),(48087,10326,'_event_rsvp','0'),(48088,10327,'_event_rsvp','0'),(48089,10328,'_event_rsvp','0'),(48090,10329,'_event_rsvp','0'),(48091,10330,'_event_rsvp','0'),(48092,10331,'_event_rsvp','0'),(48093,10332,'_event_rsvp','0'),(48094,10333,'_event_rsvp','0'),(48095,10334,'_event_rsvp','0'),(48096,10335,'_event_rsvp','0'),(48097,10336,'_event_rsvp','0'),(48098,10337,'_event_rsvp','0'),(48099,10338,'_event_rsvp','0'),(48100,10339,'_event_rsvp','0'),(48101,10340,'_event_rsvp','0'),(48102,10341,'_event_rsvp','0'),(48103,10342,'_event_rsvp','0'),(48104,10343,'_event_rsvp','0'),(48105,10344,'_event_rsvp','0'),(48106,10345,'_event_rsvp','0'),(48107,10346,'_event_rsvp','0'),(48108,10347,'_event_rsvp','0'),(48109,10348,'_event_rsvp','0'),(48110,10349,'_event_rsvp','0'),(48111,10350,'_event_rsvp','0'),(48112,10351,'_event_rsvp','0'),(48113,10352,'_event_rsvp','0'),(48114,10353,'_event_rsvp','0'),(48115,10354,'_event_rsvp','0'),(48116,10355,'_event_rsvp','0'),(48117,10356,'_event_rsvp','0'),(48118,10357,'_event_rsvp','0'),(48119,10358,'_event_rsvp','0'),(48120,10359,'_event_rsvp','0'),(48121,10360,'_event_rsvp','0'),(48122,10361,'_event_rsvp','0'),(48123,10362,'_event_rsvp','0'),(48124,10363,'_event_rsvp','0'),(48125,10364,'_event_rsvp','0'),(48126,10365,'_event_rsvp','0'),(48127,10366,'_event_rsvp','0'),(48128,10367,'_event_rsvp','0'),(48129,10368,'_event_rsvp','0'),(48130,10369,'_event_rsvp','0'),(48131,10370,'_event_rsvp','0'),(48132,10371,'_event_rsvp','0'),(48133,10372,'_event_rsvp','0'),(48134,10373,'_event_rsvp','0'),(48135,10374,'_event_rsvp','0'),(48136,10375,'_event_rsvp','0'),(48137,10376,'_event_rsvp','0'),(48138,10377,'_event_rsvp','0'),(48139,10378,'_event_rsvp','0'),(48140,10379,'_event_rsvp','0'),(48141,10380,'_event_rsvp','0'),(48142,10381,'_event_rsvp','0'),(48143,10382,'_event_rsvp','0'),(48144,10383,'_event_rsvp','0'),(48145,10384,'_event_rsvp','0'),(48146,10385,'_event_rsvp','0'),(48147,10386,'_event_rsvp','0'),(48148,10387,'_event_rsvp','0'),(48149,10388,'_event_rsvp','0'),(48150,10389,'_event_rsvp','0'),(48151,10390,'_event_rsvp','0'),(48152,10391,'_event_rsvp','0'),(48153,10392,'_event_rsvp','0'),(48154,10393,'_event_rsvp','0'),(48155,10394,'_event_rsvp','0'),(48156,10395,'_event_rsvp','0'),(48157,10396,'_event_rsvp','0'),(48158,10397,'_event_rsvp','0'),(48159,10398,'_event_rsvp','0'),(48160,10399,'_event_rsvp','0'),(48161,10400,'_event_rsvp','0'),(48162,10401,'_event_rsvp','0'),(48163,10402,'_event_rsvp','0'),(48164,10403,'_event_rsvp','0'),(48165,10404,'_event_rsvp','0'),(48166,10405,'_event_rsvp','0'),(48167,10406,'_event_rsvp','0'),(48168,10407,'_event_rsvp','0'),(48169,10408,'_event_rsvp','0'),(48170,10409,'_event_rsvp','0'),(48171,10410,'_event_rsvp','0'),(48172,10411,'_event_rsvp','0'),(48173,10412,'_event_rsvp','0'),(48174,10413,'_event_rsvp','0'),(48175,10414,'_event_rsvp','0'),(48176,10415,'_event_rsvp','0'),(48177,10416,'_event_rsvp','0'),(48178,10417,'_event_rsvp','0'),(48179,10418,'_event_rsvp','0'),(48180,10419,'_event_rsvp','0'),(48181,10420,'_event_rsvp','0'),(48182,10421,'_event_rsvp','0'),(48183,10422,'_event_rsvp','0'),(48184,10423,'_event_rsvp','0'),(48185,10424,'_event_rsvp','0'),(48186,10425,'_event_rsvp','0'),(48187,10426,'_event_rsvp','0'),(48188,10427,'_event_rsvp','0'),(48189,10428,'_event_rsvp','0'),(48190,10429,'_event_rsvp','0'),(48191,10430,'_event_rsvp','0'),(48192,10431,'_event_rsvp','0'),(48193,10432,'_event_rsvp','0'),(48194,10433,'_event_rsvp','0'),(48195,10434,'_event_rsvp','0'),(48196,10435,'_event_rsvp','0'),(48197,10436,'_event_rsvp','0'),(48198,10437,'_event_rsvp','0'),(48199,10438,'_event_rsvp','0'),(48200,10439,'_event_rsvp','0'),(48201,10440,'_event_rsvp','0'),(48202,10441,'_event_rsvp','0'),(48203,10442,'_event_rsvp','0'),(48204,10443,'_event_rsvp','0'),(48205,10444,'_event_rsvp','0'),(48206,10445,'_event_rsvp','0'),(48207,10446,'_event_rsvp','0'),(48208,10447,'_event_rsvp','0'),(48209,10448,'_event_rsvp','0'),(48210,10449,'_event_rsvp','0'),(48211,10450,'_event_rsvp','0'),(48212,10451,'_event_rsvp','0'),(48213,10452,'_event_rsvp','0'),(48214,10453,'_event_rsvp','0'),(48215,10454,'_event_rsvp','0'),(48216,10455,'_event_rsvp','0'),(48217,10456,'_event_rsvp','0'),(48218,10457,'_event_rsvp','0'),(48219,10458,'_event_rsvp','0'),(48220,10459,'_event_rsvp','0'),(48221,10460,'_event_rsvp','0'),(48222,10461,'_event_rsvp','0'),(48223,10462,'_event_rsvp','0'),(48224,10463,'_event_rsvp','0'),(48225,10464,'_event_rsvp','0'),(48226,10465,'_event_rsvp','0'),(48227,10466,'_event_rsvp','0'),(48228,10467,'_event_rsvp','0'),(48229,10468,'_event_rsvp','0'),(48230,10469,'_event_rsvp','0'),(48231,10470,'_event_rsvp','0'),(48232,10471,'_event_rsvp','0'),(48233,10472,'_event_rsvp','0'),(48234,10473,'_event_rsvp','0'),(48235,10474,'_event_rsvp','0'),(48236,10475,'_event_rsvp','0'),(48237,10476,'_event_rsvp','0'),(48238,10477,'_event_rsvp','0'),(48239,10478,'_event_rsvp','0'),(48240,10479,'_event_rsvp','0'),(48241,10480,'_event_rsvp','0'),(48242,10481,'_event_rsvp','0'),(48243,10482,'_event_rsvp','0'),(48244,10483,'_event_rsvp','0'),(48245,10484,'_event_rsvp','0'),(48246,10485,'_event_rsvp','0'),(48247,10486,'_event_rsvp','0'),(48248,10487,'_event_rsvp','0'),(48249,10488,'_event_rsvp','0'),(48250,10489,'_event_rsvp','0'),(48251,10490,'_event_rsvp','0'),(48252,10491,'_event_rsvp','0'),(48253,10492,'_event_rsvp','0'),(48254,10493,'_event_rsvp','0'),(48255,10494,'_event_rsvp','0'),(48256,10495,'_event_rsvp','0'),(48257,10496,'_event_rsvp','0'),(48258,10497,'_event_rsvp','0'),(48259,10498,'_event_rsvp','0'),(48260,10499,'_event_rsvp','0'),(48261,10500,'_event_rsvp','0'),(48262,10501,'_event_rsvp','0'),(48263,10502,'_event_rsvp','0'),(48264,10503,'_event_rsvp','0'),(48265,10504,'_event_rsvp','0'),(48266,10505,'_event_rsvp','0'),(48267,10506,'_event_rsvp','0'),(48268,10507,'_event_rsvp','0'),(48269,10508,'_event_rsvp','0'),(48270,10509,'_event_rsvp','0'),(48271,10510,'_event_rsvp','0'),(48272,10511,'_event_rsvp','0'),(48273,10512,'_event_rsvp','0'),(48274,10513,'_event_rsvp','0'),(48275,10514,'_event_rsvp','0'),(48276,10515,'_event_rsvp','0'),(48277,10516,'_event_rsvp','0'),(48278,10517,'_event_rsvp','0'),(48279,10518,'_event_rsvp','0'),(48280,10519,'_event_rsvp','0'),(48281,10520,'_event_rsvp','0'),(48282,10521,'_event_rsvp','0'),(48283,10522,'_event_rsvp','0'),(48284,10523,'_event_rsvp','0'),(48285,10524,'_event_rsvp','0'),(48286,10525,'_event_rsvp','0'),(48287,10526,'_event_rsvp','0'),(48288,10527,'_event_rsvp','0'),(48289,10528,'_event_rsvp','0'),(48290,10529,'_event_rsvp','0'),(48291,10530,'_event_rsvp','0'),(48292,10531,'_event_rsvp','0'),(48293,10532,'_event_rsvp','0'),(48294,10533,'_event_rsvp','0'),(48295,10534,'_event_rsvp','0'),(48296,10535,'_event_rsvp','0'),(48297,10536,'_event_rsvp','0'),(48298,10537,'_event_rsvp','0'),(48299,10538,'_event_rsvp','0'),(48300,10539,'_event_rsvp','0'),(48301,10540,'_event_rsvp','0'),(48302,10541,'_event_rsvp','0'),(48303,10542,'_event_rsvp','0'),(48304,10543,'_event_rsvp','0'),(48305,10544,'_event_rsvp','0'),(48306,10545,'_event_rsvp','0'),(48307,10546,'_event_rsvp','0'),(48308,10547,'_event_rsvp','0'),(48309,10548,'_event_rsvp','0'),(48310,10549,'_event_rsvp','0'),(48311,10550,'_event_rsvp','0'),(48312,10551,'_event_rsvp','0'),(48313,10552,'_event_rsvp','0'),(48314,10553,'_event_rsvp','0'),(48315,10554,'_event_rsvp','0'),(48316,10555,'_event_rsvp','0'),(48317,10556,'_event_rsvp','0'),(48318,10557,'_event_rsvp','0'),(48319,10558,'_event_rsvp','0'),(48320,10559,'_event_rsvp','0'),(48321,10560,'_event_rsvp','0'),(48322,10561,'_event_rsvp','0'),(48323,10562,'_event_rsvp','0'),(48324,10563,'_event_rsvp','0'),(48325,10564,'_event_rsvp','0'),(48326,10565,'_event_rsvp','0'),(48327,10566,'_event_rsvp','0'),(48328,10567,'_event_rsvp','0'),(48329,10568,'_event_rsvp','0'),(48330,10569,'_event_rsvp','0'),(48331,10570,'_event_rsvp','0'),(48332,10571,'_event_rsvp','0'),(48333,10572,'_event_rsvp','0'),(48334,10573,'_event_rsvp','0'),(48335,10574,'_event_rsvp','0'),(48336,10575,'_event_rsvp','0'),(48337,10576,'_event_rsvp','0'),(48338,10577,'_event_rsvp','0'),(48339,10578,'_event_rsvp','0'),(48340,10579,'_event_rsvp','0'),(48341,10580,'_event_rsvp','0'),(48342,10581,'_event_rsvp','0'),(48343,10582,'_event_rsvp','0'),(48344,10583,'_event_rsvp','0'),(48345,10584,'_event_rsvp','0'),(48346,10585,'_event_rsvp','0'),(48347,10586,'_event_rsvp','0'),(48348,10587,'_event_rsvp','0'),(48349,10588,'_event_rsvp','0'),(48350,10589,'_event_rsvp','0'),(48351,10590,'_event_rsvp','0'),(48352,10591,'_event_rsvp','0'),(48353,10592,'_event_rsvp','0'),(48354,10593,'_event_rsvp','0'),(48355,10594,'_event_rsvp','0'),(48356,10595,'_event_rsvp','0'),(48357,10596,'_event_rsvp','0'),(48358,10597,'_event_rsvp','0'),(48359,10598,'_event_rsvp','0'),(48360,10599,'_event_rsvp','0'),(48361,10600,'_event_rsvp','0'),(48362,10601,'_event_rsvp','0'),(48363,10602,'_event_rsvp','0'),(48364,10603,'_event_rsvp','0'),(48365,10604,'_event_rsvp','0'),(48366,10605,'_event_rsvp','0'),(48367,10606,'_event_rsvp','0'),(48368,10607,'_event_rsvp','0'),(48369,10608,'_event_rsvp','0'),(48370,10609,'_event_rsvp','0'),(48371,10610,'_event_rsvp','0'),(48372,10611,'_event_rsvp','0'),(48373,10612,'_event_rsvp','0'),(48374,10613,'_event_rsvp','0'),(48375,10614,'_event_rsvp','0'),(48376,10615,'_event_rsvp','0'),(48377,10616,'_event_rsvp','0'),(48378,10617,'_event_rsvp','0'),(48379,10618,'_event_rsvp','0'),(48380,10619,'_event_rsvp','0'),(48381,10620,'_event_rsvp','0'),(48382,10621,'_event_rsvp','0'),(48383,10622,'_event_rsvp','0'),(48384,10623,'_event_rsvp','0'),(48385,10624,'_event_rsvp','0'),(48386,10625,'_event_rsvp','0'),(48387,10626,'_event_rsvp','0'),(48388,10627,'_event_rsvp','0'),(48389,10628,'_event_rsvp','0'),(48390,10629,'_event_rsvp','0'),(48391,10630,'_event_rsvp','0'),(48392,10631,'_event_rsvp','0'),(48393,10632,'_event_rsvp','0'),(48394,10633,'_event_rsvp','0'),(48395,10634,'_event_rsvp','0'),(48396,10635,'_event_rsvp','0'),(48397,10636,'_event_rsvp','0'),(48398,10637,'_event_rsvp','0'),(48399,10638,'_event_rsvp','0'),(48400,10639,'_event_rsvp','0'),(48401,10640,'_event_rsvp','0'),(48402,10641,'_event_rsvp','0'),(48403,10642,'_event_rsvp','0'),(48404,10643,'_event_rsvp','0'),(48405,10644,'_event_rsvp','0'),(48406,10645,'_event_rsvp','0'),(48407,10646,'_event_rsvp','0'),(48408,10647,'_event_rsvp','0'),(48409,10648,'_event_rsvp','0'),(48410,10649,'_event_rsvp','0'),(48411,10650,'_event_rsvp','0'),(48412,10651,'_event_rsvp','0'),(48413,10652,'_event_rsvp','0'),(48414,10653,'_event_rsvp','0'),(48415,10654,'_event_rsvp','0'),(48416,10655,'_event_rsvp','0'),(48417,10656,'_event_rsvp','0'),(48418,10657,'_event_rsvp','0'),(48419,10658,'_event_rsvp','0'),(48420,10659,'_event_rsvp','0'),(48421,10660,'_event_rsvp','0'),(48422,10661,'_event_rsvp','0'),(48423,10662,'_event_rsvp','0'),(48424,10663,'_event_rsvp','0'),(48425,10664,'_event_rsvp','0'),(48426,10665,'_event_rsvp','0'),(48427,10666,'_event_rsvp','0'),(48428,10667,'_event_rsvp','0'),(48429,10668,'_event_rsvp','0'),(48430,10669,'_event_rsvp','0'),(48431,10670,'_event_rsvp','0'),(48432,10671,'_event_rsvp','0'),(48433,10672,'_event_rsvp','0'),(48434,10673,'_event_rsvp','0'),(48435,10674,'_event_rsvp','0'),(48436,10675,'_event_rsvp','0'),(48437,10676,'_event_rsvp','0'),(48438,10677,'_event_rsvp','0'),(48439,10678,'_event_rsvp','0'),(48440,10679,'_event_rsvp','0'),(48441,10680,'_event_rsvp','0'),(48442,10681,'_event_rsvp','0'),(48443,10682,'_event_rsvp','0'),(48444,10683,'_event_rsvp','0'),(48445,10684,'_event_rsvp','0'),(48446,10685,'_event_rsvp','0'),(48447,10686,'_event_rsvp','0'),(48448,10687,'_event_rsvp','0'),(48449,10688,'_event_rsvp','0'),(48450,10689,'_event_rsvp','0'),(48451,10690,'_event_rsvp','0'),(48452,10691,'_event_rsvp','0'),(48453,10692,'_event_rsvp','0'),(48454,10693,'_event_rsvp','0'),(48455,10694,'_event_rsvp','0'),(48456,10695,'_event_rsvp','0'),(48457,10696,'_event_rsvp','0'),(48458,10697,'_event_rsvp','0'),(48459,10698,'_event_rsvp','0'),(48460,10699,'_event_rsvp','0'),(48461,10700,'_event_rsvp','0'),(48462,10701,'_event_rsvp','0'),(48463,10702,'_event_rsvp','0'),(48464,10703,'_event_rsvp','0'),(48465,10704,'_event_rsvp','0'),(48466,10705,'_event_rsvp','0'),(48467,10706,'_event_rsvp','0'),(48468,10707,'_event_rsvp','0'),(48469,10708,'_event_rsvp','0'),(48470,10709,'_event_rsvp','0'),(48471,10710,'_event_rsvp','0'),(48472,10711,'_event_rsvp','0'),(48473,10712,'_event_rsvp','0'),(48474,10713,'_event_rsvp','0'),(48475,10714,'_event_rsvp','0'),(48476,10715,'_event_rsvp','0'),(48478,10717,'_event_rsvp','0'),(48479,10718,'_event_rsvp','0'),(48481,10720,'_event_rsvp','0'),(48482,10721,'_event_rsvp','0'),(48483,10722,'_event_rsvp','0'),(48484,10723,'_event_rsvp','0'),(48485,10724,'_event_rsvp','0'),(48486,10725,'_event_rsvp','0'),(48487,10726,'_event_rsvp','0'),(48488,10727,'_event_rsvp','0'),(48489,10728,'_event_rsvp','0'),(48490,10729,'_event_rsvp','0'),(48491,10730,'_event_rsvp','0'),(48492,10731,'_event_rsvp','0'),(48493,10732,'_event_rsvp','0'),(48494,10733,'_event_rsvp','0'),(48495,10734,'_event_rsvp','0'),(48496,10735,'_event_rsvp','0'),(48497,10736,'_event_rsvp','0'),(48498,10737,'_event_rsvp','0'),(48499,10738,'_event_rsvp','0'),(48500,10739,'_event_rsvp','0'),(48501,10740,'_event_rsvp','0'),(48502,10741,'_event_rsvp','0'),(48503,10742,'_event_rsvp','0'),(48504,10743,'_event_rsvp','0'),(48505,10744,'_event_rsvp','0'),(48506,10745,'_event_rsvp','0'),(48507,10746,'_event_rsvp','0'),(48508,10747,'_event_rsvp','0'),(48509,10748,'_event_rsvp','0'),(48510,10749,'_event_rsvp','0'),(48511,10750,'_event_rsvp','0'),(48512,10751,'_event_rsvp','0'),(48513,10752,'_event_rsvp','0'),(48514,10753,'_event_rsvp','0'),(48515,10754,'_event_rsvp','0'),(48516,10755,'_event_rsvp','0'),(48517,10756,'_event_rsvp','0'),(48518,10757,'_event_rsvp','0'),(48519,10758,'_event_rsvp','0'),(48520,10759,'_event_rsvp','0'),(48521,10760,'_event_rsvp','0'),(48522,10761,'_event_rsvp','0'),(48523,10762,'_event_rsvp','0'),(48524,10763,'_event_rsvp','0'),(48525,10764,'_event_rsvp','0'),(48526,10765,'_event_rsvp','0'),(48527,10766,'_event_rsvp','0'),(48528,10767,'_event_rsvp','0'),(48529,10768,'_event_rsvp','0'),(48530,10769,'_event_rsvp','0'),(48531,10770,'_event_rsvp','0'),(48532,10771,'_event_rsvp','0'),(48533,10772,'_event_rsvp','0'),(48534,10773,'_event_rsvp','0'),(48535,10774,'_event_rsvp','0'),(48536,10775,'_event_rsvp','0'),(48537,10776,'_event_rsvp','0'),(48538,10777,'_event_rsvp','0'),(48539,10778,'_event_rsvp','0'),(48540,10779,'_event_rsvp','0'),(48541,10780,'_event_rsvp','0'),(48542,10781,'_event_rsvp','0'),(48543,10782,'_event_rsvp','0'),(48544,10783,'_event_rsvp','0'),(48545,10784,'_event_rsvp','0'),(48546,10785,'_event_rsvp','0'),(48547,10786,'_event_rsvp','0'),(48548,10787,'_event_rsvp','0'),(48549,10788,'_event_rsvp','0'),(48550,10789,'_event_rsvp','0'),(48551,10790,'_event_rsvp','0'),(48552,10791,'_event_rsvp','0'),(48553,10792,'_event_rsvp','0'),(48554,10793,'_event_rsvp','0'),(48555,10794,'_event_rsvp','0'),(48556,10795,'_event_rsvp','0'),(48557,10796,'_event_rsvp','0'),(48558,10797,'_event_rsvp','0'),(48559,10798,'_event_rsvp','0'),(48560,10799,'_event_rsvp','0'),(48561,10800,'_event_rsvp','0'),(48562,10801,'_event_rsvp','0'),(48563,10802,'_event_rsvp','0'),(48564,10803,'_event_rsvp','0'),(48565,10804,'_event_rsvp','0'),(48566,10805,'_event_rsvp','0'),(48567,10806,'_event_rsvp','0'),(48568,10807,'_event_rsvp','0'),(48569,10808,'_event_rsvp','0'),(48570,10809,'_event_rsvp','0'),(48571,10810,'_event_rsvp','0'),(48572,10811,'_event_rsvp','0'),(48573,10812,'_event_rsvp','0'),(48574,10813,'_event_rsvp','0'),(48575,10814,'_event_rsvp','0'),(48576,10815,'_event_rsvp','0'),(48577,10816,'_event_rsvp','0'),(48578,10817,'_event_rsvp','0'),(48579,10818,'_event_rsvp','0'),(48580,10819,'_event_rsvp','0'),(48581,10820,'_event_rsvp','0'),(48582,10821,'_event_rsvp','0'),(48583,10822,'_event_rsvp','0'),(48584,10823,'_event_rsvp','0'),(48585,10824,'_event_rsvp','0'),(48586,10825,'_event_rsvp','0'),(48587,10826,'_event_rsvp','0'),(48588,10827,'_event_rsvp','0'),(48589,10828,'_event_rsvp','0'),(48590,10829,'_event_rsvp','0'),(48591,10830,'_event_rsvp','0'),(48592,10831,'_event_rsvp','0'),(48593,10832,'_event_rsvp','0'),(48594,10833,'_event_rsvp','0'),(48595,10834,'_event_rsvp','0'),(48596,10835,'_event_rsvp','0'),(48597,10836,'_event_rsvp','0'),(48598,10837,'_event_rsvp','0'),(48599,10838,'_event_rsvp','0'),(48600,10839,'_event_rsvp','0'),(48601,10840,'_event_rsvp','0'),(48602,10841,'_event_rsvp','0'),(48603,10842,'_event_rsvp','0'),(48604,10843,'_event_rsvp','0'),(48605,10844,'_event_rsvp','0'),(48606,10845,'_event_rsvp','0'),(48607,10846,'_event_rsvp','0'),(48608,10847,'_event_rsvp','0'),(48609,10848,'_event_rsvp','0'),(48610,10849,'_event_rsvp','0'),(48611,10850,'_event_rsvp','0'),(48612,10851,'_event_rsvp','0'),(48613,10852,'_event_rsvp','0'),(48614,10853,'_event_rsvp','0'),(48615,10854,'_event_rsvp','0'),(49574,9766,'_event_rsvp_date',''),(49575,9767,'_event_rsvp_date',''),(49576,9768,'_event_rsvp_date',''),(49577,9769,'_event_rsvp_date',''),(49578,9770,'_event_rsvp_date',''),(49579,9771,'_event_rsvp_date',''),(49580,9772,'_event_rsvp_date',''),(49581,9773,'_event_rsvp_date',''),(49582,9774,'_event_rsvp_date',''),(49583,9775,'_event_rsvp_date',''),(49584,9776,'_event_rsvp_date',''),(49585,9777,'_event_rsvp_date',''),(49586,9778,'_event_rsvp_date',''),(49587,9779,'_event_rsvp_date',''),(49588,9780,'_event_rsvp_date',''),(49589,9781,'_event_rsvp_date',''),(49590,9782,'_event_rsvp_date',''),(49591,9783,'_event_rsvp_date',''),(49592,9784,'_event_rsvp_date',''),(49593,9785,'_event_rsvp_date',''),(49594,9786,'_event_rsvp_date',''),(49595,9787,'_event_rsvp_date',''),(49596,9788,'_event_rsvp_date',''),(49597,9789,'_event_rsvp_date',''),(49598,9790,'_event_rsvp_date',''),(49599,9791,'_event_rsvp_date',''),(49600,9792,'_event_rsvp_date',''),(49601,9793,'_event_rsvp_date',''),(49602,9794,'_event_rsvp_date',''),(49603,9795,'_event_rsvp_date',''),(49604,9796,'_event_rsvp_date',''),(49605,9797,'_event_rsvp_date',''),(49606,9798,'_event_rsvp_date',''),(49607,9799,'_event_rsvp_date',''),(49608,9800,'_event_rsvp_date',''),(49609,9801,'_event_rsvp_date',''),(49610,9802,'_event_rsvp_date',''),(49611,9803,'_event_rsvp_date',''),(49612,9804,'_event_rsvp_date',''),(49613,9805,'_event_rsvp_date',''),(49614,9806,'_event_rsvp_date',''),(49615,9807,'_event_rsvp_date',''),(49616,9808,'_event_rsvp_date',''),(49617,9809,'_event_rsvp_date',''),(49618,9810,'_event_rsvp_date',''),(49619,9811,'_event_rsvp_date',''),(49620,9812,'_event_rsvp_date',''),(49621,9813,'_event_rsvp_date',''),(49622,9814,'_event_rsvp_date',''),(49623,9815,'_event_rsvp_date',''),(49624,9816,'_event_rsvp_date',''),(49625,9817,'_event_rsvp_date',''),(49626,9818,'_event_rsvp_date',''),(49627,9819,'_event_rsvp_date',''),(49628,9820,'_event_rsvp_date',''),(49629,9821,'_event_rsvp_date',''),(49630,9822,'_event_rsvp_date',''),(49631,9823,'_event_rsvp_date',''),(49632,9824,'_event_rsvp_date',''),(49633,9825,'_event_rsvp_date',''),(49634,9826,'_event_rsvp_date',''),(49635,9827,'_event_rsvp_date',''),(49636,9828,'_event_rsvp_date',''),(49637,9829,'_event_rsvp_date',''),(49638,9830,'_event_rsvp_date',''),(49640,9832,'_event_rsvp_date',''),(49641,9833,'_event_rsvp_date',''),(49642,9834,'_event_rsvp_date',''),(49643,9835,'_event_rsvp_date',''),(49644,9836,'_event_rsvp_date',''),(49645,9837,'_event_rsvp_date',''),(49646,9838,'_event_rsvp_date',''),(49647,9839,'_event_rsvp_date',''),(49648,9840,'_event_rsvp_date',''),(49649,9841,'_event_rsvp_date',''),(49650,9842,'_event_rsvp_date',''),(49651,9843,'_event_rsvp_date',''),(49652,9844,'_event_rsvp_date',''),(49653,9845,'_event_rsvp_date',''),(49654,9846,'_event_rsvp_date',''),(49655,9847,'_event_rsvp_date',''),(49656,9848,'_event_rsvp_date',''),(49657,9849,'_event_rsvp_date',''),(49658,9850,'_event_rsvp_date',''),(49659,9851,'_event_rsvp_date',''),(49660,9852,'_event_rsvp_date',''),(49661,9853,'_event_rsvp_date',''),(49662,9854,'_event_rsvp_date',''),(49663,9855,'_event_rsvp_date',''),(49664,9856,'_event_rsvp_date',''),(49665,9857,'_event_rsvp_date',''),(49666,9858,'_event_rsvp_date',''),(49667,9859,'_event_rsvp_date',''),(49668,9860,'_event_rsvp_date',''),(49669,9861,'_event_rsvp_date',''),(49670,9862,'_event_rsvp_date',''),(49671,9863,'_event_rsvp_date',''),(49672,9864,'_event_rsvp_date',''),(49673,9865,'_event_rsvp_date',''),(49674,9866,'_event_rsvp_date',''),(49675,9867,'_event_rsvp_date',''),(49676,9868,'_event_rsvp_date',''),(49677,9869,'_event_rsvp_date',''),(49678,9870,'_event_rsvp_date',''),(49679,9871,'_event_rsvp_date',''),(49680,9872,'_event_rsvp_date',''),(49681,9873,'_event_rsvp_date',''),(49682,9874,'_event_rsvp_date',''),(49683,9875,'_event_rsvp_date',''),(49684,9876,'_event_rsvp_date',''),(49685,9877,'_event_rsvp_date',''),(49686,9878,'_event_rsvp_date',''),(49687,9879,'_event_rsvp_date',''),(49688,9880,'_event_rsvp_date',''),(49689,9881,'_event_rsvp_date',''),(49690,9882,'_event_rsvp_date',''),(49691,9883,'_event_rsvp_date',''),(49692,9884,'_event_rsvp_date',''),(49693,9885,'_event_rsvp_date',''),(49694,9886,'_event_rsvp_date',''),(49695,9887,'_event_rsvp_date',''),(49696,9888,'_event_rsvp_date',''),(49697,9889,'_event_rsvp_date',''),(49698,9890,'_event_rsvp_date',''),(49699,9891,'_event_rsvp_date',''),(49700,9892,'_event_rsvp_date',''),(49701,9893,'_event_rsvp_date',''),(49702,9894,'_event_rsvp_date',''),(49703,9895,'_event_rsvp_date',''),(49704,9896,'_event_rsvp_date',''),(49705,9897,'_event_rsvp_date',''),(49706,9898,'_event_rsvp_date',''),(49707,9899,'_event_rsvp_date',''),(49708,9900,'_event_rsvp_date',''),(49709,9901,'_event_rsvp_date',''),(49710,9902,'_event_rsvp_date',''),(49711,9903,'_event_rsvp_date',''),(49712,9904,'_event_rsvp_date',''),(49713,9905,'_event_rsvp_date',''),(49714,9906,'_event_rsvp_date',''),(49715,9907,'_event_rsvp_date',''),(49716,9908,'_event_rsvp_date',''),(49717,9909,'_event_rsvp_date',''),(49718,9910,'_event_rsvp_date',''),(49719,9911,'_event_rsvp_date',''),(49720,9912,'_event_rsvp_date',''),(49721,9913,'_event_rsvp_date',''),(49722,9914,'_event_rsvp_date',''),(49723,9915,'_event_rsvp_date',''),(49724,9916,'_event_rsvp_date',''),(49725,9917,'_event_rsvp_date',''),(49726,9918,'_event_rsvp_date',''),(49727,9919,'_event_rsvp_date',''),(49728,9920,'_event_rsvp_date',''),(49729,9921,'_event_rsvp_date',''),(49730,9922,'_event_rsvp_date',''),(49731,9923,'_event_rsvp_date',''),(49732,9924,'_event_rsvp_date',''),(49733,9925,'_event_rsvp_date',''),(49734,9926,'_event_rsvp_date',''),(49735,9927,'_event_rsvp_date',''),(49736,9928,'_event_rsvp_date',''),(49737,9929,'_event_rsvp_date',''),(49738,9930,'_event_rsvp_date',''),(49739,9931,'_event_rsvp_date',''),(49740,9932,'_event_rsvp_date',''),(49741,9933,'_event_rsvp_date',''),(49742,9934,'_event_rsvp_date',''),(49743,9935,'_event_rsvp_date',''),(49744,9936,'_event_rsvp_date',''),(49745,9937,'_event_rsvp_date',''),(49746,9938,'_event_rsvp_date',''),(49747,9939,'_event_rsvp_date',''),(49748,9940,'_event_rsvp_date',''),(49749,9941,'_event_rsvp_date',''),(49750,9942,'_event_rsvp_date',''),(49751,9943,'_event_rsvp_date',''),(49752,9944,'_event_rsvp_date',''),(49753,9945,'_event_rsvp_date',''),(49754,9946,'_event_rsvp_date',''),(49755,9947,'_event_rsvp_date',''),(49756,9948,'_event_rsvp_date',''),(49757,9949,'_event_rsvp_date',''),(49758,9950,'_event_rsvp_date',''),(49759,9951,'_event_rsvp_date',''),(49760,9952,'_event_rsvp_date',''),(49761,9953,'_event_rsvp_date',''),(49762,9954,'_event_rsvp_date',''),(49763,9955,'_event_rsvp_date',''),(49764,9956,'_event_rsvp_date',''),(49765,9957,'_event_rsvp_date',''),(49766,9958,'_event_rsvp_date',''),(49767,9959,'_event_rsvp_date',''),(49768,9960,'_event_rsvp_date',''),(49769,9961,'_event_rsvp_date',''),(49770,9962,'_event_rsvp_date',''),(49771,9963,'_event_rsvp_date',''),(49772,9964,'_event_rsvp_date',''),(49773,9965,'_event_rsvp_date',''),(49774,9966,'_event_rsvp_date',''),(49775,9967,'_event_rsvp_date',''),(49776,9968,'_event_rsvp_date',''),(49777,9969,'_event_rsvp_date',''),(49778,9970,'_event_rsvp_date',''),(49779,9971,'_event_rsvp_date',''),(49780,9972,'_event_rsvp_date',''),(49781,9973,'_event_rsvp_date',''),(49782,9974,'_event_rsvp_date',''),(49783,9975,'_event_rsvp_date',''),(49784,9976,'_event_rsvp_date',''),(49785,9977,'_event_rsvp_date',''),(49786,9978,'_event_rsvp_date',''),(49787,9979,'_event_rsvp_date',''),(49788,9980,'_event_rsvp_date',''),(49789,9981,'_event_rsvp_date',''),(49790,9982,'_event_rsvp_date',''),(49791,9983,'_event_rsvp_date',''),(49792,9984,'_event_rsvp_date',''),(49793,9985,'_event_rsvp_date',''),(49794,9986,'_event_rsvp_date',''),(49795,9987,'_event_rsvp_date',''),(49796,9988,'_event_rsvp_date',''),(49797,9989,'_event_rsvp_date',''),(49798,9990,'_event_rsvp_date',''),(49799,9991,'_event_rsvp_date',''),(49800,9992,'_event_rsvp_date',''),(49801,9993,'_event_rsvp_date',''),(49802,9994,'_event_rsvp_date',''),(49803,9995,'_event_rsvp_date',''),(49804,9996,'_event_rsvp_date',''),(49805,9997,'_event_rsvp_date',''),(49806,9998,'_event_rsvp_date',''),(49807,9999,'_event_rsvp_date',''),(49808,10000,'_event_rsvp_date',''),(49810,10002,'_event_rsvp_date',''),(49811,10003,'_event_rsvp_date',''),(49812,10004,'_event_rsvp_date',''),(49813,10005,'_event_rsvp_date',''),(49814,10006,'_event_rsvp_date',''),(49815,10007,'_event_rsvp_date',''),(49816,10008,'_event_rsvp_date',''),(49829,10021,'_event_rsvp_date',''),(49869,10061,'_event_rsvp_date',''),(49870,10062,'_event_rsvp_date',''),(49871,10063,'_event_rsvp_date',''),(49872,10064,'_event_rsvp_date',''),(49873,10065,'_event_rsvp_date',''),(49874,10066,'_event_rsvp_date',''),(49875,10067,'_event_rsvp_date',''),(49876,10068,'_event_rsvp_date',''),(49877,10069,'_event_rsvp_date',''),(49878,10070,'_event_rsvp_date',''),(49879,10071,'_event_rsvp_date',''),(49880,10072,'_event_rsvp_date',''),(49881,10073,'_event_rsvp_date',''),(49882,10074,'_event_rsvp_date',''),(49883,10075,'_event_rsvp_date',''),(49884,10076,'_event_rsvp_date',''),(49885,10077,'_event_rsvp_date',''),(49886,10078,'_event_rsvp_date',''),(49887,10079,'_event_rsvp_date',''),(49888,10080,'_event_rsvp_date',''),(49889,10081,'_event_rsvp_date',''),(49890,10082,'_event_rsvp_date',''),(49891,10083,'_event_rsvp_date',''),(49892,10084,'_event_rsvp_date',''),(49893,10085,'_event_rsvp_date',''),(49894,10086,'_event_rsvp_date',''),(49895,10087,'_event_rsvp_date',''),(49896,10088,'_event_rsvp_date',''),(49897,10089,'_event_rsvp_date',''),(49898,10090,'_event_rsvp_date',''),(49899,10091,'_event_rsvp_date',''),(49900,10092,'_event_rsvp_date',''),(49901,10093,'_event_rsvp_date',''),(49902,10094,'_event_rsvp_date',''),(49903,10095,'_event_rsvp_date',''),(49904,10096,'_event_rsvp_date',''),(49905,10097,'_event_rsvp_date',''),(49906,10098,'_event_rsvp_date',''),(49907,10099,'_event_rsvp_date',''),(49908,10100,'_event_rsvp_date',''),(49909,10101,'_event_rsvp_date',''),(49910,10102,'_event_rsvp_date',''),(49911,10103,'_event_rsvp_date',''),(49912,10104,'_event_rsvp_date',''),(49913,10105,'_event_rsvp_date',''),(49914,10106,'_event_rsvp_date',''),(49915,10107,'_event_rsvp_date',''),(49916,10108,'_event_rsvp_date',''),(49917,10109,'_event_rsvp_date',''),(49918,10110,'_event_rsvp_date',''),(49919,10111,'_event_rsvp_date',''),(49920,10112,'_event_rsvp_date',''),(49921,10113,'_event_rsvp_date',''),(49922,10114,'_event_rsvp_date',''),(49923,10115,'_event_rsvp_date',''),(49924,10116,'_event_rsvp_date',''),(49925,10117,'_event_rsvp_date',''),(49926,10118,'_event_rsvp_date',''),(49927,10119,'_event_rsvp_date',''),(49928,10120,'_event_rsvp_date',''),(49929,10121,'_event_rsvp_date',''),(49930,10122,'_event_rsvp_date',''),(49931,10123,'_event_rsvp_date',''),(49932,10124,'_event_rsvp_date',''),(49933,10125,'_event_rsvp_date',''),(49934,10126,'_event_rsvp_date',''),(49935,10127,'_event_rsvp_date',''),(49936,10128,'_event_rsvp_date',''),(49937,10129,'_event_rsvp_date',''),(49938,10130,'_event_rsvp_date',''),(49939,10131,'_event_rsvp_date',''),(49940,10132,'_event_rsvp_date',''),(49941,10133,'_event_rsvp_date',''),(49942,10134,'_event_rsvp_date',''),(49943,10135,'_event_rsvp_date',''),(49944,10136,'_event_rsvp_date',''),(49945,10137,'_event_rsvp_date',''),(49946,10138,'_event_rsvp_date',''),(49947,10139,'_event_rsvp_date',''),(49948,10140,'_event_rsvp_date',''),(49949,10141,'_event_rsvp_date',''),(49950,10142,'_event_rsvp_date',''),(49951,10143,'_event_rsvp_date',''),(49952,10144,'_event_rsvp_date',''),(49953,10145,'_event_rsvp_date',''),(49954,10146,'_event_rsvp_date',''),(49955,10147,'_event_rsvp_date',''),(49956,10148,'_event_rsvp_date',''),(49957,10149,'_event_rsvp_date',''),(49958,10150,'_event_rsvp_date',''),(49959,10151,'_event_rsvp_date',''),(49960,10152,'_event_rsvp_date',''),(49961,10153,'_event_rsvp_date',''),(49962,10154,'_event_rsvp_date',''),(49963,10155,'_event_rsvp_date',''),(49964,10156,'_event_rsvp_date',''),(49965,10157,'_event_rsvp_date',''),(49966,10158,'_event_rsvp_date',''),(49967,10159,'_event_rsvp_date',''),(49968,10160,'_event_rsvp_date',''),(49969,10161,'_event_rsvp_date',''),(49970,10162,'_event_rsvp_date',''),(49971,10163,'_event_rsvp_date',''),(49972,10164,'_event_rsvp_date',''),(49973,10165,'_event_rsvp_date',''),(49974,10166,'_event_rsvp_date',''),(49975,10167,'_event_rsvp_date',''),(49976,10168,'_event_rsvp_date',''),(49977,10169,'_event_rsvp_date',''),(49978,10170,'_event_rsvp_date',''),(49979,10171,'_event_rsvp_date',''),(49980,10172,'_event_rsvp_date',''),(49981,10173,'_event_rsvp_date',''),(49982,10174,'_event_rsvp_date',''),(49983,10175,'_event_rsvp_date',''),(49984,10176,'_event_rsvp_date',''),(49985,10177,'_event_rsvp_date',''),(49986,10178,'_event_rsvp_date',''),(49987,10179,'_event_rsvp_date',''),(49988,10180,'_event_rsvp_date',''),(49989,10181,'_event_rsvp_date',''),(49990,10182,'_event_rsvp_date',''),(49991,10183,'_event_rsvp_date',''),(49992,10184,'_event_rsvp_date',''),(49993,10185,'_event_rsvp_date',''),(49994,10186,'_event_rsvp_date',''),(49995,10187,'_event_rsvp_date',''),(49996,10188,'_event_rsvp_date',''),(49997,10189,'_event_rsvp_date',''),(49998,10190,'_event_rsvp_date',''),(49999,10191,'_event_rsvp_date',''),(50000,10192,'_event_rsvp_date',''),(50001,10193,'_event_rsvp_date',''),(50002,10194,'_event_rsvp_date',''),(50003,10195,'_event_rsvp_date',''),(50004,10196,'_event_rsvp_date',''),(50005,10197,'_event_rsvp_date',''),(50006,10198,'_event_rsvp_date',''),(50007,10199,'_event_rsvp_date',''),(50008,10200,'_event_rsvp_date',''),(50009,10201,'_event_rsvp_date',''),(50010,10202,'_event_rsvp_date',''),(50011,10203,'_event_rsvp_date',''),(50012,10204,'_event_rsvp_date',''),(50013,10205,'_event_rsvp_date',''),(50014,10206,'_event_rsvp_date',''),(50015,10207,'_event_rsvp_date',''),(50016,10208,'_event_rsvp_date',''),(50017,10209,'_event_rsvp_date',''),(50018,10210,'_event_rsvp_date',''),(50019,10211,'_event_rsvp_date',''),(50020,10212,'_event_rsvp_date',''),(50021,10213,'_event_rsvp_date',''),(50022,10214,'_event_rsvp_date',''),(50023,10215,'_event_rsvp_date',''),(50024,10216,'_event_rsvp_date',''),(50025,10217,'_event_rsvp_date',''),(50026,10218,'_event_rsvp_date',''),(50027,10219,'_event_rsvp_date',''),(50028,10220,'_event_rsvp_date',''),(50029,10221,'_event_rsvp_date',''),(50030,10222,'_event_rsvp_date',''),(50031,10223,'_event_rsvp_date',''),(50032,10224,'_event_rsvp_date',''),(50033,10225,'_event_rsvp_date',''),(50034,10226,'_event_rsvp_date',''),(50035,10227,'_event_rsvp_date',''),(50036,10228,'_event_rsvp_date',''),(50037,10229,'_event_rsvp_date',''),(50038,10230,'_event_rsvp_date',''),(50039,10231,'_event_rsvp_date',''),(50040,10232,'_event_rsvp_date',''),(50041,10233,'_event_rsvp_date',''),(50042,10234,'_event_rsvp_date',''),(50043,10235,'_event_rsvp_date',''),(50044,10236,'_event_rsvp_date',''),(50052,10244,'_event_rsvp_date',''),(50055,10247,'_event_rsvp_date',''),(50056,10248,'_event_rsvp_date',''),(50057,10249,'_event_rsvp_date',''),(50058,10250,'_event_rsvp_date',''),(50059,10251,'_event_rsvp_date',''),(50060,10252,'_event_rsvp_date',''),(50061,10253,'_event_rsvp_date',''),(50062,10254,'_event_rsvp_date',''),(50063,10255,'_event_rsvp_date',''),(50064,10256,'_event_rsvp_date',''),(50065,10257,'_event_rsvp_date',''),(50066,10258,'_event_rsvp_date',''),(50067,10259,'_event_rsvp_date',''),(50068,10260,'_event_rsvp_date',''),(50069,10261,'_event_rsvp_date',''),(50070,10262,'_event_rsvp_date',''),(50071,10263,'_event_rsvp_date',''),(50072,10264,'_event_rsvp_date',''),(50073,10265,'_event_rsvp_date',''),(50074,10266,'_event_rsvp_date',''),(50075,10267,'_event_rsvp_date',''),(50076,10268,'_event_rsvp_date',''),(50077,10269,'_event_rsvp_date',''),(50078,10270,'_event_rsvp_date',''),(50079,10271,'_event_rsvp_date',''),(50080,10272,'_event_rsvp_date',''),(50081,10273,'_event_rsvp_date',''),(50082,10274,'_event_rsvp_date',''),(50083,10275,'_event_rsvp_date',''),(50084,10276,'_event_rsvp_date',''),(50085,10277,'_event_rsvp_date',''),(50086,10278,'_event_rsvp_date',''),(50087,10279,'_event_rsvp_date',''),(50088,10280,'_event_rsvp_date',''),(50089,10281,'_event_rsvp_date',''),(50090,10282,'_event_rsvp_date',''),(50091,10283,'_event_rsvp_date',''),(50092,10284,'_event_rsvp_date',''),(50093,10285,'_event_rsvp_date',''),(50094,10286,'_event_rsvp_date',''),(50095,10287,'_event_rsvp_date',''),(50096,10288,'_event_rsvp_date',''),(50097,10289,'_event_rsvp_date',''),(50098,10290,'_event_rsvp_date',''),(50099,10291,'_event_rsvp_date',''),(50100,10292,'_event_rsvp_date',''),(50101,10293,'_event_rsvp_date',''),(50102,10294,'_event_rsvp_date',''),(50103,10295,'_event_rsvp_date',''),(50104,10296,'_event_rsvp_date',''),(50105,10297,'_event_rsvp_date',''),(50106,10298,'_event_rsvp_date',''),(50107,10299,'_event_rsvp_date',''),(50108,10300,'_event_rsvp_date',''),(50109,10301,'_event_rsvp_date',''),(50110,10302,'_event_rsvp_date',''),(50111,10303,'_event_rsvp_date',''),(50112,10304,'_event_rsvp_date',''),(50113,10305,'_event_rsvp_date',''),(50114,10306,'_event_rsvp_date',''),(50115,10307,'_event_rsvp_date',''),(50116,10308,'_event_rsvp_date',''),(50117,10309,'_event_rsvp_date',''),(50118,10310,'_event_rsvp_date',''),(50119,10311,'_event_rsvp_date',''),(50120,10312,'_event_rsvp_date',''),(50121,10313,'_event_rsvp_date',''),(50122,10314,'_event_rsvp_date',''),(50123,10315,'_event_rsvp_date',''),(50124,10316,'_event_rsvp_date',''),(50125,10317,'_event_rsvp_date',''),(50126,10318,'_event_rsvp_date',''),(50127,10319,'_event_rsvp_date',''),(50128,10320,'_event_rsvp_date',''),(50129,10321,'_event_rsvp_date',''),(50130,10322,'_event_rsvp_date',''),(50131,10323,'_event_rsvp_date',''),(50132,10324,'_event_rsvp_date',''),(50133,10325,'_event_rsvp_date',''),(50134,10326,'_event_rsvp_date',''),(50135,10327,'_event_rsvp_date',''),(50136,10328,'_event_rsvp_date',''),(50137,10329,'_event_rsvp_date',''),(50138,10330,'_event_rsvp_date',''),(50139,10331,'_event_rsvp_date',''),(50140,10332,'_event_rsvp_date',''),(50141,10333,'_event_rsvp_date',''),(50142,10334,'_event_rsvp_date',''),(50143,10335,'_event_rsvp_date',''),(50144,10336,'_event_rsvp_date',''),(50145,10337,'_event_rsvp_date',''),(50146,10338,'_event_rsvp_date',''),(50147,10339,'_event_rsvp_date',''),(50148,10340,'_event_rsvp_date',''),(50149,10341,'_event_rsvp_date',''),(50150,10342,'_event_rsvp_date',''),(50151,10343,'_event_rsvp_date',''),(50152,10344,'_event_rsvp_date',''),(50153,10345,'_event_rsvp_date',''),(50154,10346,'_event_rsvp_date',''),(50155,10347,'_event_rsvp_date',''),(50156,10348,'_event_rsvp_date',''),(50157,10349,'_event_rsvp_date',''),(50158,10350,'_event_rsvp_date',''),(50159,10351,'_event_rsvp_date',''),(50160,10352,'_event_rsvp_date',''),(50161,10353,'_event_rsvp_date',''),(50162,10354,'_event_rsvp_date',''),(50163,10355,'_event_rsvp_date',''),(50164,10356,'_event_rsvp_date',''),(50165,10357,'_event_rsvp_date',''),(50166,10358,'_event_rsvp_date',''),(50167,10359,'_event_rsvp_date',''),(50168,10360,'_event_rsvp_date',''),(50169,10361,'_event_rsvp_date',''),(50170,10362,'_event_rsvp_date',''),(50171,10363,'_event_rsvp_date',''),(50172,10364,'_event_rsvp_date',''),(50173,10365,'_event_rsvp_date',''),(50174,10366,'_event_rsvp_date',''),(50175,10367,'_event_rsvp_date',''),(50176,10368,'_event_rsvp_date',''),(50177,10369,'_event_rsvp_date',''),(50178,10370,'_event_rsvp_date',''),(50179,10371,'_event_rsvp_date',''),(50180,10372,'_event_rsvp_date',''),(50181,10373,'_event_rsvp_date',''),(50182,10374,'_event_rsvp_date',''),(50183,10375,'_event_rsvp_date',''),(50184,10376,'_event_rsvp_date',''),(50185,10377,'_event_rsvp_date',''),(50186,10378,'_event_rsvp_date',''),(50187,10379,'_event_rsvp_date',''),(50188,10380,'_event_rsvp_date',''),(50189,10381,'_event_rsvp_date',''),(50190,10382,'_event_rsvp_date',''),(50191,10383,'_event_rsvp_date',''),(50192,10384,'_event_rsvp_date',''),(50193,10385,'_event_rsvp_date',''),(50194,10386,'_event_rsvp_date',''),(50195,10387,'_event_rsvp_date',''),(50196,10388,'_event_rsvp_date',''),(50197,10389,'_event_rsvp_date',''),(50198,10390,'_event_rsvp_date',''),(50199,10391,'_event_rsvp_date',''),(50200,10392,'_event_rsvp_date',''),(50201,10393,'_event_rsvp_date',''),(50202,10394,'_event_rsvp_date',''),(50203,10395,'_event_rsvp_date',''),(50204,10396,'_event_rsvp_date',''),(50205,10397,'_event_rsvp_date',''),(50206,10398,'_event_rsvp_date',''),(50207,10399,'_event_rsvp_date',''),(50208,10400,'_event_rsvp_date',''),(50209,10401,'_event_rsvp_date',''),(50210,10402,'_event_rsvp_date',''),(50211,10403,'_event_rsvp_date',''),(50212,10404,'_event_rsvp_date',''),(50213,10405,'_event_rsvp_date',''),(50214,10406,'_event_rsvp_date',''),(50215,10407,'_event_rsvp_date',''),(50216,10408,'_event_rsvp_date',''),(50217,10409,'_event_rsvp_date',''),(50218,10410,'_event_rsvp_date',''),(50219,10411,'_event_rsvp_date',''),(50220,10412,'_event_rsvp_date',''),(50221,10413,'_event_rsvp_date',''),(50222,10414,'_event_rsvp_date',''),(50223,10415,'_event_rsvp_date',''),(50224,10416,'_event_rsvp_date',''),(50225,10417,'_event_rsvp_date',''),(50226,10418,'_event_rsvp_date',''),(50227,10419,'_event_rsvp_date',''),(50228,10420,'_event_rsvp_date',''),(50229,10421,'_event_rsvp_date',''),(50230,10422,'_event_rsvp_date',''),(50231,10423,'_event_rsvp_date',''),(50232,10424,'_event_rsvp_date',''),(50233,10425,'_event_rsvp_date',''),(50234,10426,'_event_rsvp_date',''),(50235,10427,'_event_rsvp_date',''),(50236,10428,'_event_rsvp_date',''),(50237,10429,'_event_rsvp_date',''),(50238,10430,'_event_rsvp_date',''),(50239,10431,'_event_rsvp_date',''),(50240,10432,'_event_rsvp_date',''),(50241,10433,'_event_rsvp_date',''),(50242,10434,'_event_rsvp_date',''),(50243,10435,'_event_rsvp_date',''),(50244,10436,'_event_rsvp_date',''),(50245,10437,'_event_rsvp_date',''),(50246,10438,'_event_rsvp_date',''),(50247,10439,'_event_rsvp_date',''),(50248,10440,'_event_rsvp_date',''),(50249,10441,'_event_rsvp_date',''),(50250,10442,'_event_rsvp_date',''),(50251,10443,'_event_rsvp_date',''),(50252,10444,'_event_rsvp_date',''),(50253,10445,'_event_rsvp_date',''),(50254,10446,'_event_rsvp_date',''),(50255,10447,'_event_rsvp_date',''),(50256,10448,'_event_rsvp_date',''),(50257,10449,'_event_rsvp_date',''),(50258,10450,'_event_rsvp_date',''),(50259,10451,'_event_rsvp_date',''),(50260,10452,'_event_rsvp_date',''),(50261,10453,'_event_rsvp_date',''),(50262,10454,'_event_rsvp_date',''),(50263,10455,'_event_rsvp_date',''),(50264,10456,'_event_rsvp_date',''),(50265,10457,'_event_rsvp_date',''),(50266,10458,'_event_rsvp_date',''),(50267,10459,'_event_rsvp_date',''),(50268,10460,'_event_rsvp_date',''),(50269,10461,'_event_rsvp_date',''),(50270,10462,'_event_rsvp_date',''),(50271,10463,'_event_rsvp_date',''),(50272,10464,'_event_rsvp_date',''),(50273,10465,'_event_rsvp_date',''),(50274,10466,'_event_rsvp_date',''),(50275,10467,'_event_rsvp_date',''),(50276,10468,'_event_rsvp_date',''),(50277,10469,'_event_rsvp_date',''),(50278,10470,'_event_rsvp_date',''),(50279,10471,'_event_rsvp_date',''),(50280,10472,'_event_rsvp_date',''),(50281,10473,'_event_rsvp_date',''),(50282,10474,'_event_rsvp_date',''),(50283,10475,'_event_rsvp_date',''),(50284,10476,'_event_rsvp_date',''),(50285,10477,'_event_rsvp_date',''),(50286,10478,'_event_rsvp_date',''),(50287,10479,'_event_rsvp_date',''),(50288,10480,'_event_rsvp_date',''),(50289,10481,'_event_rsvp_date',''),(50290,10482,'_event_rsvp_date',''),(50291,10483,'_event_rsvp_date',''),(50292,10484,'_event_rsvp_date',''),(50293,10485,'_event_rsvp_date',''),(50294,10486,'_event_rsvp_date',''),(50295,10487,'_event_rsvp_date',''),(50296,10488,'_event_rsvp_date',''),(50297,10489,'_event_rsvp_date',''),(50298,10490,'_event_rsvp_date',''),(50299,10491,'_event_rsvp_date',''),(50300,10492,'_event_rsvp_date',''),(50301,10493,'_event_rsvp_date',''),(50302,10494,'_event_rsvp_date',''),(50303,10495,'_event_rsvp_date',''),(50304,10496,'_event_rsvp_date',''),(50305,10497,'_event_rsvp_date',''),(50306,10498,'_event_rsvp_date',''),(50307,10499,'_event_rsvp_date',''),(50308,10500,'_event_rsvp_date',''),(50309,10501,'_event_rsvp_date',''),(50310,10502,'_event_rsvp_date',''),(50311,10503,'_event_rsvp_date',''),(50312,10504,'_event_rsvp_date',''),(50313,10505,'_event_rsvp_date',''),(50314,10506,'_event_rsvp_date',''),(50315,10507,'_event_rsvp_date',''),(50316,10508,'_event_rsvp_date',''),(50317,10509,'_event_rsvp_date',''),(50318,10510,'_event_rsvp_date',''),(50319,10511,'_event_rsvp_date',''),(50320,10512,'_event_rsvp_date',''),(50321,10513,'_event_rsvp_date',''),(50322,10514,'_event_rsvp_date',''),(50323,10515,'_event_rsvp_date',''),(50324,10516,'_event_rsvp_date',''),(50325,10517,'_event_rsvp_date',''),(50326,10518,'_event_rsvp_date',''),(50327,10519,'_event_rsvp_date',''),(50328,10520,'_event_rsvp_date',''),(50329,10521,'_event_rsvp_date',''),(50330,10522,'_event_rsvp_date',''),(50331,10523,'_event_rsvp_date',''),(50332,10524,'_event_rsvp_date',''),(50333,10525,'_event_rsvp_date',''),(50334,10526,'_event_rsvp_date',''),(50335,10527,'_event_rsvp_date',''),(50336,10528,'_event_rsvp_date',''),(50337,10529,'_event_rsvp_date',''),(50338,10530,'_event_rsvp_date',''),(50339,10531,'_event_rsvp_date',''),(50340,10532,'_event_rsvp_date',''),(50341,10533,'_event_rsvp_date',''),(50342,10534,'_event_rsvp_date',''),(50343,10535,'_event_rsvp_date',''),(50344,10536,'_event_rsvp_date',''),(50345,10537,'_event_rsvp_date',''),(50346,10538,'_event_rsvp_date',''),(50347,10539,'_event_rsvp_date',''),(50348,10540,'_event_rsvp_date',''),(50349,10541,'_event_rsvp_date',''),(50350,10542,'_event_rsvp_date',''),(50351,10543,'_event_rsvp_date',''),(50352,10544,'_event_rsvp_date',''),(50353,10545,'_event_rsvp_date',''),(50354,10546,'_event_rsvp_date',''),(50355,10547,'_event_rsvp_date',''),(50356,10548,'_event_rsvp_date',''),(50357,10549,'_event_rsvp_date',''),(50358,10550,'_event_rsvp_date',''),(50359,10551,'_event_rsvp_date',''),(50360,10552,'_event_rsvp_date',''),(50361,10553,'_event_rsvp_date',''),(50362,10554,'_event_rsvp_date',''),(50363,10555,'_event_rsvp_date',''),(50364,10556,'_event_rsvp_date',''),(50365,10557,'_event_rsvp_date',''),(50366,10558,'_event_rsvp_date',''),(50367,10559,'_event_rsvp_date',''),(50368,10560,'_event_rsvp_date',''),(50369,10561,'_event_rsvp_date',''),(50370,10562,'_event_rsvp_date',''),(50371,10563,'_event_rsvp_date',''),(50372,10564,'_event_rsvp_date',''),(50373,10565,'_event_rsvp_date',''),(50374,10566,'_event_rsvp_date',''),(50375,10567,'_event_rsvp_date',''),(50376,10568,'_event_rsvp_date',''),(50377,10569,'_event_rsvp_date',''),(50378,10570,'_event_rsvp_date',''),(50379,10571,'_event_rsvp_date',''),(50380,10572,'_event_rsvp_date',''),(50381,10573,'_event_rsvp_date',''),(50382,10574,'_event_rsvp_date',''),(50383,10575,'_event_rsvp_date',''),(50384,10576,'_event_rsvp_date',''),(50385,10577,'_event_rsvp_date',''),(50386,10578,'_event_rsvp_date',''),(50387,10579,'_event_rsvp_date',''),(50388,10580,'_event_rsvp_date',''),(50389,10581,'_event_rsvp_date',''),(50390,10582,'_event_rsvp_date',''),(50391,10583,'_event_rsvp_date',''),(50392,10584,'_event_rsvp_date',''),(50393,10585,'_event_rsvp_date',''),(50394,10586,'_event_rsvp_date',''),(50395,10587,'_event_rsvp_date',''),(50396,10588,'_event_rsvp_date',''),(50397,10589,'_event_rsvp_date',''),(50398,10590,'_event_rsvp_date',''),(50399,10591,'_event_rsvp_date',''),(50400,10592,'_event_rsvp_date',''),(50401,10593,'_event_rsvp_date',''),(50402,10594,'_event_rsvp_date',''),(50403,10595,'_event_rsvp_date',''),(50404,10596,'_event_rsvp_date',''),(50405,10597,'_event_rsvp_date',''),(50406,10598,'_event_rsvp_date',''),(50407,10599,'_event_rsvp_date',''),(50408,10600,'_event_rsvp_date',''),(50409,10601,'_event_rsvp_date',''),(50410,10602,'_event_rsvp_date',''),(50411,10603,'_event_rsvp_date',''),(50412,10604,'_event_rsvp_date',''),(50413,10605,'_event_rsvp_date',''),(50414,10606,'_event_rsvp_date',''),(50415,10607,'_event_rsvp_date',''),(50416,10608,'_event_rsvp_date',''),(50417,10609,'_event_rsvp_date',''),(50418,10610,'_event_rsvp_date',''),(50419,10611,'_event_rsvp_date',''),(50420,10612,'_event_rsvp_date',''),(50421,10613,'_event_rsvp_date',''),(50422,10614,'_event_rsvp_date',''),(50423,10615,'_event_rsvp_date',''),(50424,10616,'_event_rsvp_date',''),(50425,10617,'_event_rsvp_date',''),(50426,10618,'_event_rsvp_date',''),(50427,10619,'_event_rsvp_date',''),(50428,10620,'_event_rsvp_date',''),(50429,10621,'_event_rsvp_date',''),(50430,10622,'_event_rsvp_date',''),(50431,10623,'_event_rsvp_date',''),(50432,10624,'_event_rsvp_date',''),(50433,10625,'_event_rsvp_date',''),(50434,10626,'_event_rsvp_date',''),(50435,10627,'_event_rsvp_date',''),(50436,10628,'_event_rsvp_date',''),(50437,10629,'_event_rsvp_date',''),(50438,10630,'_event_rsvp_date',''),(50439,10631,'_event_rsvp_date',''),(50440,10632,'_event_rsvp_date',''),(50441,10633,'_event_rsvp_date',''),(50442,10634,'_event_rsvp_date',''),(50443,10635,'_event_rsvp_date',''),(50444,10636,'_event_rsvp_date',''),(50445,10637,'_event_rsvp_date',''),(50446,10638,'_event_rsvp_date',''),(50447,10639,'_event_rsvp_date',''),(50448,10640,'_event_rsvp_date',''),(50449,10641,'_event_rsvp_date',''),(50450,10642,'_event_rsvp_date',''),(50451,10643,'_event_rsvp_date',''),(50452,10644,'_event_rsvp_date',''),(50453,10645,'_event_rsvp_date',''),(50454,10646,'_event_rsvp_date',''),(50455,10647,'_event_rsvp_date',''),(50456,10648,'_event_rsvp_date',''),(50457,10649,'_event_rsvp_date',''),(50458,10650,'_event_rsvp_date',''),(50459,10651,'_event_rsvp_date',''),(50460,10652,'_event_rsvp_date',''),(50461,10653,'_event_rsvp_date',''),(50462,10654,'_event_rsvp_date',''),(50463,10655,'_event_rsvp_date',''),(50464,10656,'_event_rsvp_date',''),(50465,10657,'_event_rsvp_date',''),(50466,10658,'_event_rsvp_date',''),(50467,10659,'_event_rsvp_date',''),(50468,10660,'_event_rsvp_date',''),(50469,10661,'_event_rsvp_date',''),(50470,10662,'_event_rsvp_date',''),(50471,10663,'_event_rsvp_date',''),(50472,10664,'_event_rsvp_date',''),(50473,10665,'_event_rsvp_date',''),(50474,10666,'_event_rsvp_date',''),(50475,10667,'_event_rsvp_date',''),(50476,10668,'_event_rsvp_date',''),(50477,10669,'_event_rsvp_date',''),(50478,10670,'_event_rsvp_date',''),(50479,10671,'_event_rsvp_date',''),(50480,10672,'_event_rsvp_date',''),(50481,10673,'_event_rsvp_date',''),(50482,10674,'_event_rsvp_date',''),(50483,10675,'_event_rsvp_date',''),(50484,10676,'_event_rsvp_date',''),(50485,10677,'_event_rsvp_date',''),(50486,10678,'_event_rsvp_date',''),(50487,10679,'_event_rsvp_date',''),(50488,10680,'_event_rsvp_date',''),(50489,10681,'_event_rsvp_date',''),(50490,10682,'_event_rsvp_date',''),(50491,10683,'_event_rsvp_date',''),(50492,10684,'_event_rsvp_date',''),(50493,10685,'_event_rsvp_date',''),(50494,10686,'_event_rsvp_date',''),(50495,10687,'_event_rsvp_date',''),(50496,10688,'_event_rsvp_date',''),(50497,10689,'_event_rsvp_date',''),(50498,10690,'_event_rsvp_date',''),(50499,10691,'_event_rsvp_date',''),(50500,10692,'_event_rsvp_date',''),(50501,10693,'_event_rsvp_date',''),(50502,10694,'_event_rsvp_date',''),(50503,10695,'_event_rsvp_date',''),(50504,10696,'_event_rsvp_date',''),(50505,10697,'_event_rsvp_date',''),(50506,10698,'_event_rsvp_date',''),(50507,10699,'_event_rsvp_date',''),(50508,10700,'_event_rsvp_date',''),(50509,10701,'_event_rsvp_date',''),(50510,10702,'_event_rsvp_date',''),(50511,10703,'_event_rsvp_date',''),(50512,10704,'_event_rsvp_date',''),(50513,10705,'_event_rsvp_date',''),(50514,10706,'_event_rsvp_date',''),(50515,10707,'_event_rsvp_date',''),(50516,10708,'_event_rsvp_date',''),(50517,10709,'_event_rsvp_date',''),(50518,10710,'_event_rsvp_date',''),(50519,10711,'_event_rsvp_date',''),(50520,10712,'_event_rsvp_date',''),(50521,10713,'_event_rsvp_date',''),(50522,10714,'_event_rsvp_date',''),(50523,10715,'_event_rsvp_date',''),(50525,10717,'_event_rsvp_date',''),(50526,10718,'_event_rsvp_date',''),(50528,10720,'_event_rsvp_date',''),(50529,10721,'_event_rsvp_date',''),(50530,10722,'_event_rsvp_date',''),(50531,10723,'_event_rsvp_date',''),(50532,10724,'_event_rsvp_date',''),(50533,10725,'_event_rsvp_date',''),(50534,10726,'_event_rsvp_date',''),(50535,10727,'_event_rsvp_date',''),(50536,10728,'_event_rsvp_date',''),(50537,10729,'_event_rsvp_date',''),(50538,10730,'_event_rsvp_date',''),(50539,10731,'_event_rsvp_date',''),(50540,10732,'_event_rsvp_date',''),(50541,10733,'_event_rsvp_date',''),(50542,10734,'_event_rsvp_date',''),(50543,10735,'_event_rsvp_date',''),(50544,10736,'_event_rsvp_date',''),(50545,10737,'_event_rsvp_date',''),(50546,10738,'_event_rsvp_date',''),(50547,10739,'_event_rsvp_date',''),(50548,10740,'_event_rsvp_date',''),(50549,10741,'_event_rsvp_date',''),(50550,10742,'_event_rsvp_date',''),(50551,10743,'_event_rsvp_date',''),(50552,10744,'_event_rsvp_date',''),(50553,10745,'_event_rsvp_date',''),(50554,10746,'_event_rsvp_date',''),(50555,10747,'_event_rsvp_date',''),(50556,10748,'_event_rsvp_date',''),(50557,10749,'_event_rsvp_date',''),(50558,10750,'_event_rsvp_date',''),(50559,10751,'_event_rsvp_date',''),(50560,10752,'_event_rsvp_date',''),(50561,10753,'_event_rsvp_date',''),(50562,10754,'_event_rsvp_date',''),(50563,10755,'_event_rsvp_date',''),(50564,10756,'_event_rsvp_date',''),(50565,10757,'_event_rsvp_date',''),(50566,10758,'_event_rsvp_date',''),(50567,10759,'_event_rsvp_date',''),(50568,10760,'_event_rsvp_date',''),(50569,10761,'_event_rsvp_date',''),(50570,10762,'_event_rsvp_date',''),(50571,10763,'_event_rsvp_date',''),(50572,10764,'_event_rsvp_date',''),(50573,10765,'_event_rsvp_date',''),(50574,10766,'_event_rsvp_date',''),(50575,10767,'_event_rsvp_date',''),(50576,10768,'_event_rsvp_date',''),(50577,10769,'_event_rsvp_date',''),(50578,10770,'_event_rsvp_date',''),(50579,10771,'_event_rsvp_date',''),(50580,10772,'_event_rsvp_date',''),(50581,10773,'_event_rsvp_date',''),(50582,10774,'_event_rsvp_date',''),(50583,10775,'_event_rsvp_date',''),(50584,10776,'_event_rsvp_date',''),(50585,10777,'_event_rsvp_date',''),(50586,10778,'_event_rsvp_date',''),(50587,10779,'_event_rsvp_date',''),(50588,10780,'_event_rsvp_date',''),(50589,10781,'_event_rsvp_date',''),(50590,10782,'_event_rsvp_date',''),(50591,10783,'_event_rsvp_date',''),(50592,10784,'_event_rsvp_date',''),(50593,10785,'_event_rsvp_date',''),(50594,10786,'_event_rsvp_date',''),(50595,10787,'_event_rsvp_date',''),(50596,10788,'_event_rsvp_date',''),(50597,10789,'_event_rsvp_date',''),(50598,10790,'_event_rsvp_date',''),(50599,10791,'_event_rsvp_date',''),(50600,10792,'_event_rsvp_date',''),(50601,10793,'_event_rsvp_date',''),(50602,10794,'_event_rsvp_date',''),(50603,10795,'_event_rsvp_date',''),(50604,10796,'_event_rsvp_date',''),(50605,10797,'_event_rsvp_date',''),(50606,10798,'_event_rsvp_date',''),(50607,10799,'_event_rsvp_date',''),(50608,10800,'_event_rsvp_date',''),(50609,10801,'_event_rsvp_date',''),(50610,10802,'_event_rsvp_date',''),(50611,10803,'_event_rsvp_date',''),(50612,10804,'_event_rsvp_date',''),(50613,10805,'_event_rsvp_date',''),(50614,10806,'_event_rsvp_date',''),(50615,10807,'_event_rsvp_date',''),(50616,10808,'_event_rsvp_date',''),(50617,10809,'_event_rsvp_date',''),(50618,10810,'_event_rsvp_date',''),(50619,10811,'_event_rsvp_date',''),(50620,10812,'_event_rsvp_date',''),(50621,10813,'_event_rsvp_date',''),(50622,10814,'_event_rsvp_date',''),(50623,10815,'_event_rsvp_date',''),(50624,10816,'_event_rsvp_date',''),(50625,10817,'_event_rsvp_date',''),(50626,10818,'_event_rsvp_date',''),(50627,10819,'_event_rsvp_date',''),(50628,10820,'_event_rsvp_date',''),(50629,10821,'_event_rsvp_date',''),(50630,10822,'_event_rsvp_date',''),(50631,10823,'_event_rsvp_date',''),(50632,10824,'_event_rsvp_date',''),(50633,10825,'_event_rsvp_date',''),(50634,10826,'_event_rsvp_date',''),(50635,10827,'_event_rsvp_date',''),(50636,10828,'_event_rsvp_date',''),(50637,10829,'_event_rsvp_date',''),(50638,10830,'_event_rsvp_date',''),(50639,10831,'_event_rsvp_date',''),(50640,10832,'_event_rsvp_date',''),(50641,10833,'_event_rsvp_date',''),(50642,10834,'_event_rsvp_date',''),(50643,10835,'_event_rsvp_date',''),(50644,10836,'_event_rsvp_date',''),(50645,10837,'_event_rsvp_date',''),(50646,10838,'_event_rsvp_date',''),(50647,10839,'_event_rsvp_date',''),(50648,10840,'_event_rsvp_date',''),(50649,10841,'_event_rsvp_date',''),(50650,10842,'_event_rsvp_date',''),(50651,10843,'_event_rsvp_date',''),(50652,10844,'_event_rsvp_date',''),(50653,10845,'_event_rsvp_date',''),(50654,10846,'_event_rsvp_date',''),(50655,10847,'_event_rsvp_date',''),(50656,10848,'_event_rsvp_date',''),(50657,10849,'_event_rsvp_date',''),(50658,10850,'_event_rsvp_date',''),(50659,10851,'_event_rsvp_date',''),(50660,10852,'_event_rsvp_date',''),(50661,10853,'_event_rsvp_date',''),(50662,10854,'_event_rsvp_date',''),(51621,9766,'_event_rsvp_time','00:00:00'),(51622,9767,'_event_rsvp_time','00:00:00'),(51623,9768,'_event_rsvp_time','00:00:00'),(51624,9769,'_event_rsvp_time','00:00:00'),(51625,9770,'_event_rsvp_time','00:00:00'),(51626,9771,'_event_rsvp_time','00:00:00'),(51627,9772,'_event_rsvp_time','00:00:00'),(51628,9773,'_event_rsvp_time','00:00:00'),(51629,9774,'_event_rsvp_time','00:00:00'),(51630,9775,'_event_rsvp_time','00:00:00'),(51631,9776,'_event_rsvp_time','00:00:00'),(51632,9777,'_event_rsvp_time','00:00:00'),(51633,9778,'_event_rsvp_time','00:00:00'),(51634,9779,'_event_rsvp_time','00:00:00'),(51635,9780,'_event_rsvp_time','00:00:00'),(51636,9781,'_event_rsvp_time','00:00:00'),(51637,9782,'_event_rsvp_time','00:00:00'),(51638,9783,'_event_rsvp_time','00:00:00'),(51639,9784,'_event_rsvp_time','00:00:00'),(51640,9785,'_event_rsvp_time','00:00:00'),(51641,9786,'_event_rsvp_time','00:00:00'),(51642,9787,'_event_rsvp_time','00:00:00'),(51643,9788,'_event_rsvp_time','00:00:00'),(51644,9789,'_event_rsvp_time','00:00:00'),(51645,9790,'_event_rsvp_time','00:00:00'),(51646,9791,'_event_rsvp_time','00:00:00'),(51647,9792,'_event_rsvp_time','00:00:00'),(51648,9793,'_event_rsvp_time','00:00:00'),(51649,9794,'_event_rsvp_time','00:00:00'),(51650,9795,'_event_rsvp_time','00:00:00'),(51651,9796,'_event_rsvp_time','00:00:00'),(51652,9797,'_event_rsvp_time','00:00:00'),(51653,9798,'_event_rsvp_time','00:00:00'),(51654,9799,'_event_rsvp_time','00:00:00'),(51655,9800,'_event_rsvp_time','00:00:00'),(51656,9801,'_event_rsvp_time','00:00:00'),(51657,9802,'_event_rsvp_time','00:00:00'),(51658,9803,'_event_rsvp_time','00:00:00'),(51659,9804,'_event_rsvp_time','00:00:00'),(51660,9805,'_event_rsvp_time','00:00:00'),(51661,9806,'_event_rsvp_time','00:00:00'),(51662,9807,'_event_rsvp_time','00:00:00'),(51663,9808,'_event_rsvp_time','00:00:00'),(51664,9809,'_event_rsvp_time','00:00:00'),(51665,9810,'_event_rsvp_time','00:00:00'),(51666,9811,'_event_rsvp_time','00:00:00'),(51667,9812,'_event_rsvp_time','00:00:00'),(51668,9813,'_event_rsvp_time','00:00:00'),(51669,9814,'_event_rsvp_time','00:00:00'),(51670,9815,'_event_rsvp_time','00:00:00'),(51671,9816,'_event_rsvp_time','00:00:00'),(51672,9817,'_event_rsvp_time','00:00:00'),(51673,9818,'_event_rsvp_time','00:00:00'),(51674,9819,'_event_rsvp_time','00:00:00'),(51675,9820,'_event_rsvp_time','00:00:00'),(51676,9821,'_event_rsvp_time','00:00:00'),(51677,9822,'_event_rsvp_time','00:00:00'),(51678,9823,'_event_rsvp_time','00:00:00'),(51679,9824,'_event_rsvp_time','00:00:00'),(51680,9825,'_event_rsvp_time','00:00:00'),(51681,9826,'_event_rsvp_time','00:00:00'),(51682,9827,'_event_rsvp_time','00:00:00'),(51683,9828,'_event_rsvp_time','00:00:00'),(51684,9829,'_event_rsvp_time','00:00:00'),(51685,9830,'_event_rsvp_time','00:00:00'),(51687,9832,'_event_rsvp_time','00:00:00'),(51688,9833,'_event_rsvp_time','00:00:00'),(51689,9834,'_event_rsvp_time','00:00:00'),(51690,9835,'_event_rsvp_time','00:00:00'),(51691,9836,'_event_rsvp_time','00:00:00'),(51692,9837,'_event_rsvp_time','00:00:00'),(51693,9838,'_event_rsvp_time','00:00:00'),(51694,9839,'_event_rsvp_time','00:00:00'),(51695,9840,'_event_rsvp_time','00:00:00'),(51696,9841,'_event_rsvp_time','00:00:00'),(51697,9842,'_event_rsvp_time','00:00:00'),(51698,9843,'_event_rsvp_time','00:00:00'),(51699,9844,'_event_rsvp_time','00:00:00'),(51700,9845,'_event_rsvp_time','00:00:00'),(51701,9846,'_event_rsvp_time','00:00:00'),(51702,9847,'_event_rsvp_time','00:00:00'),(51703,9848,'_event_rsvp_time','00:00:00'),(51704,9849,'_event_rsvp_time','00:00:00'),(51705,9850,'_event_rsvp_time','00:00:00'),(51706,9851,'_event_rsvp_time','00:00:00'),(51707,9852,'_event_rsvp_time','00:00:00'),(51708,9853,'_event_rsvp_time','00:00:00'),(51709,9854,'_event_rsvp_time','00:00:00'),(51710,9855,'_event_rsvp_time','00:00:00'),(51711,9856,'_event_rsvp_time','00:00:00'),(51712,9857,'_event_rsvp_time','00:00:00'),(51713,9858,'_event_rsvp_time','00:00:00'),(51714,9859,'_event_rsvp_time','00:00:00'),(51715,9860,'_event_rsvp_time','00:00:00'),(51716,9861,'_event_rsvp_time','00:00:00'),(51717,9862,'_event_rsvp_time','00:00:00'),(51718,9863,'_event_rsvp_time','00:00:00'),(51719,9864,'_event_rsvp_time','00:00:00'),(51720,9865,'_event_rsvp_time','00:00:00'),(51721,9866,'_event_rsvp_time','00:00:00'),(51722,9867,'_event_rsvp_time','00:00:00'),(51723,9868,'_event_rsvp_time','00:00:00'),(51724,9869,'_event_rsvp_time','00:00:00'),(51725,9870,'_event_rsvp_time','00:00:00'),(51726,9871,'_event_rsvp_time','00:00:00'),(51727,9872,'_event_rsvp_time','00:00:00'),(51728,9873,'_event_rsvp_time','00:00:00'),(51729,9874,'_event_rsvp_time','00:00:00'),(51730,9875,'_event_rsvp_time','00:00:00'),(51731,9876,'_event_rsvp_time','00:00:00'),(51732,9877,'_event_rsvp_time','00:00:00'),(51733,9878,'_event_rsvp_time','00:00:00'),(51734,9879,'_event_rsvp_time','00:00:00'),(51735,9880,'_event_rsvp_time','00:00:00'),(51736,9881,'_event_rsvp_time','00:00:00'),(51737,9882,'_event_rsvp_time','00:00:00'),(51738,9883,'_event_rsvp_time','00:00:00'),(51739,9884,'_event_rsvp_time','00:00:00'),(51740,9885,'_event_rsvp_time','00:00:00'),(51741,9886,'_event_rsvp_time','00:00:00'),(51742,9887,'_event_rsvp_time','00:00:00'),(51743,9888,'_event_rsvp_time','00:00:00'),(51744,9889,'_event_rsvp_time','00:00:00'),(51745,9890,'_event_rsvp_time','00:00:00'),(51746,9891,'_event_rsvp_time','00:00:00'),(51747,9892,'_event_rsvp_time','00:00:00'),(51748,9893,'_event_rsvp_time','00:00:00'),(51749,9894,'_event_rsvp_time','00:00:00'),(51750,9895,'_event_rsvp_time','00:00:00'),(51751,9896,'_event_rsvp_time','00:00:00'),(51752,9897,'_event_rsvp_time','00:00:00'),(51753,9898,'_event_rsvp_time','00:00:00'),(51754,9899,'_event_rsvp_time','00:00:00'),(51755,9900,'_event_rsvp_time','00:00:00'),(51756,9901,'_event_rsvp_time','00:00:00'),(51757,9902,'_event_rsvp_time','00:00:00'),(51758,9903,'_event_rsvp_time','00:00:00'),(51759,9904,'_event_rsvp_time','00:00:00'),(51760,9905,'_event_rsvp_time','00:00:00'),(51761,9906,'_event_rsvp_time','00:00:00'),(51762,9907,'_event_rsvp_time','00:00:00'),(51763,9908,'_event_rsvp_time','00:00:00'),(51764,9909,'_event_rsvp_time','00:00:00'),(51765,9910,'_event_rsvp_time','00:00:00'),(51766,9911,'_event_rsvp_time','00:00:00'),(51767,9912,'_event_rsvp_time','00:00:00'),(51768,9913,'_event_rsvp_time','00:00:00'),(51769,9914,'_event_rsvp_time','00:00:00'),(51770,9915,'_event_rsvp_time','00:00:00'),(51771,9916,'_event_rsvp_time','00:00:00'),(51772,9917,'_event_rsvp_time','00:00:00'),(51773,9918,'_event_rsvp_time','00:00:00'),(51774,9919,'_event_rsvp_time','00:00:00'),(51775,9920,'_event_rsvp_time','00:00:00'),(51776,9921,'_event_rsvp_time','00:00:00'),(51777,9922,'_event_rsvp_time','00:00:00'),(51778,9923,'_event_rsvp_time','00:00:00'),(51779,9924,'_event_rsvp_time','00:00:00'),(51780,9925,'_event_rsvp_time','00:00:00'),(51781,9926,'_event_rsvp_time','00:00:00'),(51782,9927,'_event_rsvp_time','00:00:00'),(51783,9928,'_event_rsvp_time','00:00:00'),(51784,9929,'_event_rsvp_time','00:00:00'),(51785,9930,'_event_rsvp_time','00:00:00'),(51786,9931,'_event_rsvp_time','00:00:00'),(51787,9932,'_event_rsvp_time','00:00:00'),(51788,9933,'_event_rsvp_time','00:00:00'),(51789,9934,'_event_rsvp_time','00:00:00'),(51790,9935,'_event_rsvp_time','00:00:00'),(51791,9936,'_event_rsvp_time','00:00:00'),(51792,9937,'_event_rsvp_time','00:00:00'),(51793,9938,'_event_rsvp_time','00:00:00'),(51794,9939,'_event_rsvp_time','00:00:00'),(51795,9940,'_event_rsvp_time','00:00:00'),(51796,9941,'_event_rsvp_time','00:00:00'),(51797,9942,'_event_rsvp_time','00:00:00'),(51798,9943,'_event_rsvp_time','00:00:00'),(51799,9944,'_event_rsvp_time','00:00:00'),(51800,9945,'_event_rsvp_time','00:00:00'),(51801,9946,'_event_rsvp_time','00:00:00'),(51802,9947,'_event_rsvp_time','00:00:00'),(51803,9948,'_event_rsvp_time','00:00:00'),(51804,9949,'_event_rsvp_time','00:00:00'),(51805,9950,'_event_rsvp_time','00:00:00'),(51806,9951,'_event_rsvp_time','00:00:00'),(51807,9952,'_event_rsvp_time','00:00:00'),(51808,9953,'_event_rsvp_time','00:00:00'),(51809,9954,'_event_rsvp_time','00:00:00'),(51810,9955,'_event_rsvp_time','00:00:00'),(51811,9956,'_event_rsvp_time','00:00:00'),(51812,9957,'_event_rsvp_time','00:00:00'),(51813,9958,'_event_rsvp_time','00:00:00'),(51814,9959,'_event_rsvp_time','00:00:00'),(51815,9960,'_event_rsvp_time','00:00:00'),(51816,9961,'_event_rsvp_time','00:00:00'),(51817,9962,'_event_rsvp_time','00:00:00'),(51818,9963,'_event_rsvp_time','00:00:00'),(51819,9964,'_event_rsvp_time','00:00:00'),(51820,9965,'_event_rsvp_time','00:00:00'),(51821,9966,'_event_rsvp_time','00:00:00'),(51822,9967,'_event_rsvp_time','00:00:00'),(51823,9968,'_event_rsvp_time','00:00:00'),(51824,9969,'_event_rsvp_time','00:00:00'),(51825,9970,'_event_rsvp_time','00:00:00'),(51826,9971,'_event_rsvp_time','00:00:00'),(51827,9972,'_event_rsvp_time','00:00:00'),(51828,9973,'_event_rsvp_time','00:00:00'),(51829,9974,'_event_rsvp_time','00:00:00'),(51830,9975,'_event_rsvp_time','00:00:00'),(51831,9976,'_event_rsvp_time','00:00:00'),(51832,9977,'_event_rsvp_time','00:00:00'),(51833,9978,'_event_rsvp_time','00:00:00'),(51834,9979,'_event_rsvp_time','00:00:00'),(51835,9980,'_event_rsvp_time','00:00:00'),(51836,9981,'_event_rsvp_time','00:00:00'),(51837,9982,'_event_rsvp_time','00:00:00'),(51838,9983,'_event_rsvp_time','00:00:00'),(51839,9984,'_event_rsvp_time','00:00:00'),(51840,9985,'_event_rsvp_time','00:00:00'),(51841,9986,'_event_rsvp_time','00:00:00'),(51842,9987,'_event_rsvp_time','00:00:00'),(51843,9988,'_event_rsvp_time','00:00:00'),(51844,9989,'_event_rsvp_time','00:00:00'),(51845,9990,'_event_rsvp_time','00:00:00'),(51846,9991,'_event_rsvp_time','00:00:00'),(51847,9992,'_event_rsvp_time','00:00:00'),(51848,9993,'_event_rsvp_time','00:00:00'),(51849,9994,'_event_rsvp_time','00:00:00'),(51850,9995,'_event_rsvp_time','00:00:00'),(51851,9996,'_event_rsvp_time','00:00:00'),(51852,9997,'_event_rsvp_time','00:00:00'),(51853,9998,'_event_rsvp_time','00:00:00'),(51854,9999,'_event_rsvp_time','00:00:00'),(51855,10000,'_event_rsvp_time','00:00:00'),(51857,10002,'_event_rsvp_time','00:00:00'),(51858,10003,'_event_rsvp_time','00:00:00'),(51859,10004,'_event_rsvp_time','00:00:00'),(51860,10005,'_event_rsvp_time','00:00:00'),(51861,10006,'_event_rsvp_time','00:00:00'),(51862,10007,'_event_rsvp_time','00:00:00'),(51863,10008,'_event_rsvp_time','00:00:00'),(51876,10021,'_event_rsvp_time','00:00:00'),(51916,10061,'_event_rsvp_time','00:00:00'),(51917,10062,'_event_rsvp_time','00:00:00'),(51918,10063,'_event_rsvp_time','00:00:00'),(51919,10064,'_event_rsvp_time','00:00:00'),(51920,10065,'_event_rsvp_time','00:00:00'),(51921,10066,'_event_rsvp_time','00:00:00'),(51922,10067,'_event_rsvp_time','00:00:00'),(51923,10068,'_event_rsvp_time','00:00:00'),(51924,10069,'_event_rsvp_time','00:00:00'),(51925,10070,'_event_rsvp_time','00:00:00'),(51926,10071,'_event_rsvp_time','00:00:00'),(51927,10072,'_event_rsvp_time','00:00:00'),(51928,10073,'_event_rsvp_time','00:00:00'),(51929,10074,'_event_rsvp_time','00:00:00'),(51930,10075,'_event_rsvp_time','00:00:00'),(51931,10076,'_event_rsvp_time','00:00:00'),(51932,10077,'_event_rsvp_time','00:00:00'),(51933,10078,'_event_rsvp_time','00:00:00'),(51934,10079,'_event_rsvp_time','00:00:00'),(51935,10080,'_event_rsvp_time','00:00:00'),(51936,10081,'_event_rsvp_time','00:00:00'),(51937,10082,'_event_rsvp_time','00:00:00'),(51938,10083,'_event_rsvp_time','00:00:00'),(51939,10084,'_event_rsvp_time','00:00:00'),(51940,10085,'_event_rsvp_time','00:00:00'),(51941,10086,'_event_rsvp_time','00:00:00'),(51942,10087,'_event_rsvp_time','00:00:00'),(51943,10088,'_event_rsvp_time','00:00:00'),(51944,10089,'_event_rsvp_time','00:00:00'),(51945,10090,'_event_rsvp_time','00:00:00'),(51946,10091,'_event_rsvp_time','00:00:00'),(51947,10092,'_event_rsvp_time','00:00:00'),(51948,10093,'_event_rsvp_time','00:00:00'),(51949,10094,'_event_rsvp_time','00:00:00'),(51950,10095,'_event_rsvp_time','00:00:00'),(51951,10096,'_event_rsvp_time','00:00:00'),(51952,10097,'_event_rsvp_time','00:00:00'),(51953,10098,'_event_rsvp_time','00:00:00'),(51954,10099,'_event_rsvp_time','00:00:00'),(51955,10100,'_event_rsvp_time','00:00:00'),(51956,10101,'_event_rsvp_time','00:00:00'),(51957,10102,'_event_rsvp_time','00:00:00'),(51958,10103,'_event_rsvp_time','00:00:00'),(51959,10104,'_event_rsvp_time','00:00:00'),(51960,10105,'_event_rsvp_time','00:00:00'),(51961,10106,'_event_rsvp_time','00:00:00'),(51962,10107,'_event_rsvp_time','00:00:00'),(51963,10108,'_event_rsvp_time','00:00:00'),(51964,10109,'_event_rsvp_time','00:00:00'),(51965,10110,'_event_rsvp_time','00:00:00'),(51966,10111,'_event_rsvp_time','00:00:00'),(51967,10112,'_event_rsvp_time','00:00:00'),(51968,10113,'_event_rsvp_time','00:00:00'),(51969,10114,'_event_rsvp_time','00:00:00'),(51970,10115,'_event_rsvp_time','00:00:00'),(51971,10116,'_event_rsvp_time','00:00:00'),(51972,10117,'_event_rsvp_time','00:00:00'),(51973,10118,'_event_rsvp_time','00:00:00'),(51974,10119,'_event_rsvp_time','00:00:00'),(51975,10120,'_event_rsvp_time','00:00:00'),(51976,10121,'_event_rsvp_time','00:00:00'),(51977,10122,'_event_rsvp_time','00:00:00'),(51978,10123,'_event_rsvp_time','00:00:00'),(51979,10124,'_event_rsvp_time','00:00:00'),(51980,10125,'_event_rsvp_time','00:00:00'),(51981,10126,'_event_rsvp_time','00:00:00'),(51982,10127,'_event_rsvp_time','00:00:00'),(51983,10128,'_event_rsvp_time','00:00:00'),(51984,10129,'_event_rsvp_time','00:00:00'),(51985,10130,'_event_rsvp_time','00:00:00'),(51986,10131,'_event_rsvp_time','00:00:00'),(51987,10132,'_event_rsvp_time','00:00:00'),(51988,10133,'_event_rsvp_time','00:00:00'),(51989,10134,'_event_rsvp_time','00:00:00'),(51990,10135,'_event_rsvp_time','00:00:00'),(51991,10136,'_event_rsvp_time','00:00:00'),(51992,10137,'_event_rsvp_time','00:00:00'),(51993,10138,'_event_rsvp_time','00:00:00'),(51994,10139,'_event_rsvp_time','00:00:00'),(51995,10140,'_event_rsvp_time','00:00:00'),(51996,10141,'_event_rsvp_time','00:00:00'),(51997,10142,'_event_rsvp_time','00:00:00'),(51998,10143,'_event_rsvp_time','00:00:00'),(51999,10144,'_event_rsvp_time','00:00:00'),(52000,10145,'_event_rsvp_time','00:00:00'),(52001,10146,'_event_rsvp_time','00:00:00'),(52002,10147,'_event_rsvp_time','00:00:00'),(52003,10148,'_event_rsvp_time','00:00:00'),(52004,10149,'_event_rsvp_time','00:00:00'),(52005,10150,'_event_rsvp_time','00:00:00'),(52006,10151,'_event_rsvp_time','00:00:00'),(52007,10152,'_event_rsvp_time','00:00:00'),(52008,10153,'_event_rsvp_time','00:00:00'),(52009,10154,'_event_rsvp_time','00:00:00'),(52010,10155,'_event_rsvp_time','00:00:00'),(52011,10156,'_event_rsvp_time','00:00:00'),(52012,10157,'_event_rsvp_time','00:00:00'),(52013,10158,'_event_rsvp_time','00:00:00'),(52014,10159,'_event_rsvp_time','00:00:00'),(52015,10160,'_event_rsvp_time','00:00:00'),(52016,10161,'_event_rsvp_time','00:00:00'),(52017,10162,'_event_rsvp_time','00:00:00'),(52018,10163,'_event_rsvp_time','00:00:00'),(52019,10164,'_event_rsvp_time','00:00:00'),(52020,10165,'_event_rsvp_time','00:00:00'),(52021,10166,'_event_rsvp_time','00:00:00'),(52022,10167,'_event_rsvp_time','00:00:00'),(52023,10168,'_event_rsvp_time','00:00:00'),(52024,10169,'_event_rsvp_time','00:00:00'),(52025,10170,'_event_rsvp_time','00:00:00'),(52026,10171,'_event_rsvp_time','00:00:00'),(52027,10172,'_event_rsvp_time','00:00:00'),(52028,10173,'_event_rsvp_time','00:00:00'),(52029,10174,'_event_rsvp_time','00:00:00'),(52030,10175,'_event_rsvp_time','00:00:00'),(52031,10176,'_event_rsvp_time','00:00:00'),(52032,10177,'_event_rsvp_time','00:00:00'),(52033,10178,'_event_rsvp_time','00:00:00'),(52034,10179,'_event_rsvp_time','00:00:00'),(52035,10180,'_event_rsvp_time','00:00:00'),(52036,10181,'_event_rsvp_time','00:00:00'),(52037,10182,'_event_rsvp_time','00:00:00'),(52038,10183,'_event_rsvp_time','00:00:00'),(52039,10184,'_event_rsvp_time','00:00:00'),(52040,10185,'_event_rsvp_time','00:00:00'),(52041,10186,'_event_rsvp_time','00:00:00'),(52042,10187,'_event_rsvp_time','00:00:00'),(52043,10188,'_event_rsvp_time','00:00:00'),(52044,10189,'_event_rsvp_time','00:00:00'),(52045,10190,'_event_rsvp_time','00:00:00'),(52046,10191,'_event_rsvp_time','00:00:00'),(52047,10192,'_event_rsvp_time','00:00:00'),(52048,10193,'_event_rsvp_time','00:00:00'),(52049,10194,'_event_rsvp_time','00:00:00'),(52050,10195,'_event_rsvp_time','00:00:00'),(52051,10196,'_event_rsvp_time','00:00:00'),(52052,10197,'_event_rsvp_time','00:00:00'),(52053,10198,'_event_rsvp_time','00:00:00'),(52054,10199,'_event_rsvp_time','00:00:00'),(52055,10200,'_event_rsvp_time','00:00:00'),(52056,10201,'_event_rsvp_time','00:00:00'),(52057,10202,'_event_rsvp_time','00:00:00'),(52058,10203,'_event_rsvp_time','00:00:00'),(52059,10204,'_event_rsvp_time','00:00:00'),(52060,10205,'_event_rsvp_time','00:00:00'),(52061,10206,'_event_rsvp_time','00:00:00'),(52062,10207,'_event_rsvp_time','00:00:00'),(52063,10208,'_event_rsvp_time','00:00:00'),(52064,10209,'_event_rsvp_time','00:00:00'),(52065,10210,'_event_rsvp_time','00:00:00'),(52066,10211,'_event_rsvp_time','00:00:00'),(52067,10212,'_event_rsvp_time','00:00:00'),(52068,10213,'_event_rsvp_time','00:00:00'),(52069,10214,'_event_rsvp_time','00:00:00'),(52070,10215,'_event_rsvp_time','00:00:00'),(52071,10216,'_event_rsvp_time','00:00:00'),(52072,10217,'_event_rsvp_time','00:00:00'),(52073,10218,'_event_rsvp_time','00:00:00'),(52074,10219,'_event_rsvp_time','00:00:00'),(52075,10220,'_event_rsvp_time','00:00:00'),(52076,10221,'_event_rsvp_time','00:00:00'),(52077,10222,'_event_rsvp_time','00:00:00'),(52078,10223,'_event_rsvp_time','00:00:00'),(52079,10224,'_event_rsvp_time','00:00:00'),(52080,10225,'_event_rsvp_time','00:00:00'),(52081,10226,'_event_rsvp_time','00:00:00'),(52082,10227,'_event_rsvp_time','00:00:00'),(52083,10228,'_event_rsvp_time','00:00:00'),(52084,10229,'_event_rsvp_time','00:00:00'),(52085,10230,'_event_rsvp_time','00:00:00'),(52086,10231,'_event_rsvp_time','00:00:00'),(52087,10232,'_event_rsvp_time','00:00:00'),(52088,10233,'_event_rsvp_time','00:00:00'),(52089,10234,'_event_rsvp_time','00:00:00'),(52090,10235,'_event_rsvp_time','00:00:00'),(52091,10236,'_event_rsvp_time','00:00:00'),(52099,10244,'_event_rsvp_time','00:00:00'),(52102,10247,'_event_rsvp_time','00:00:00'),(52103,10248,'_event_rsvp_time','00:00:00'),(52104,10249,'_event_rsvp_time','00:00:00'),(52105,10250,'_event_rsvp_time','00:00:00'),(52106,10251,'_event_rsvp_time','00:00:00'),(52107,10252,'_event_rsvp_time','00:00:00'),(52108,10253,'_event_rsvp_time','00:00:00'),(52109,10254,'_event_rsvp_time','00:00:00'),(52110,10255,'_event_rsvp_time','00:00:00'),(52111,10256,'_event_rsvp_time','00:00:00'),(52112,10257,'_event_rsvp_time','00:00:00'),(52113,10258,'_event_rsvp_time','00:00:00'),(52114,10259,'_event_rsvp_time','00:00:00'),(52115,10260,'_event_rsvp_time','00:00:00'),(52116,10261,'_event_rsvp_time','00:00:00'),(52117,10262,'_event_rsvp_time','00:00:00'),(52118,10263,'_event_rsvp_time','00:00:00'),(52119,10264,'_event_rsvp_time','00:00:00'),(52120,10265,'_event_rsvp_time','00:00:00'),(52121,10266,'_event_rsvp_time','00:00:00'),(52122,10267,'_event_rsvp_time','00:00:00'),(52123,10268,'_event_rsvp_time','00:00:00'),(52124,10269,'_event_rsvp_time','00:00:00'),(52125,10270,'_event_rsvp_time','00:00:00'),(52126,10271,'_event_rsvp_time','00:00:00'),(52127,10272,'_event_rsvp_time','00:00:00'),(52128,10273,'_event_rsvp_time','00:00:00'),(52129,10274,'_event_rsvp_time','00:00:00'),(52130,10275,'_event_rsvp_time','00:00:00'),(52131,10276,'_event_rsvp_time','00:00:00'),(52132,10277,'_event_rsvp_time','00:00:00'),(52133,10278,'_event_rsvp_time','00:00:00'),(52134,10279,'_event_rsvp_time','00:00:00'),(52135,10280,'_event_rsvp_time','00:00:00'),(52136,10281,'_event_rsvp_time','00:00:00'),(52137,10282,'_event_rsvp_time','00:00:00'),(52138,10283,'_event_rsvp_time','00:00:00'),(52139,10284,'_event_rsvp_time','00:00:00'),(52140,10285,'_event_rsvp_time','00:00:00'),(52141,10286,'_event_rsvp_time','00:00:00'),(52142,10287,'_event_rsvp_time','00:00:00'),(52143,10288,'_event_rsvp_time','00:00:00'),(52144,10289,'_event_rsvp_time','00:00:00'),(52145,10290,'_event_rsvp_time','00:00:00'),(52146,10291,'_event_rsvp_time','00:00:00'),(52147,10292,'_event_rsvp_time','00:00:00'),(52148,10293,'_event_rsvp_time','00:00:00'),(52149,10294,'_event_rsvp_time','00:00:00'),(52150,10295,'_event_rsvp_time','00:00:00'),(52151,10296,'_event_rsvp_time','00:00:00'),(52152,10297,'_event_rsvp_time','00:00:00'),(52153,10298,'_event_rsvp_time','00:00:00'),(52154,10299,'_event_rsvp_time','00:00:00'),(52155,10300,'_event_rsvp_time','00:00:00'),(52156,10301,'_event_rsvp_time','00:00:00'),(52157,10302,'_event_rsvp_time','00:00:00'),(52158,10303,'_event_rsvp_time','00:00:00'),(52159,10304,'_event_rsvp_time','00:00:00'),(52160,10305,'_event_rsvp_time','00:00:00'),(52161,10306,'_event_rsvp_time','00:00:00'),(52162,10307,'_event_rsvp_time','00:00:00'),(52163,10308,'_event_rsvp_time','00:00:00'),(52164,10309,'_event_rsvp_time','00:00:00'),(52165,10310,'_event_rsvp_time','00:00:00'),(52166,10311,'_event_rsvp_time','00:00:00'),(52167,10312,'_event_rsvp_time','00:00:00'),(52168,10313,'_event_rsvp_time','00:00:00'),(52169,10314,'_event_rsvp_time','00:00:00'),(52170,10315,'_event_rsvp_time','00:00:00'),(52171,10316,'_event_rsvp_time','00:00:00'),(52172,10317,'_event_rsvp_time','00:00:00'),(52173,10318,'_event_rsvp_time','00:00:00'),(52174,10319,'_event_rsvp_time','00:00:00'),(52175,10320,'_event_rsvp_time','00:00:00'),(52176,10321,'_event_rsvp_time','00:00:00'),(52177,10322,'_event_rsvp_time','00:00:00'),(52178,10323,'_event_rsvp_time','00:00:00'),(52179,10324,'_event_rsvp_time','00:00:00'),(52180,10325,'_event_rsvp_time','00:00:00'),(52181,10326,'_event_rsvp_time','00:00:00'),(52182,10327,'_event_rsvp_time','00:00:00'),(52183,10328,'_event_rsvp_time','00:00:00'),(52184,10329,'_event_rsvp_time','00:00:00'),(52185,10330,'_event_rsvp_time','00:00:00'),(52186,10331,'_event_rsvp_time','00:00:00'),(52187,10332,'_event_rsvp_time','00:00:00'),(52188,10333,'_event_rsvp_time','00:00:00'),(52189,10334,'_event_rsvp_time','00:00:00'),(52190,10335,'_event_rsvp_time','00:00:00'),(52191,10336,'_event_rsvp_time','00:00:00'),(52192,10337,'_event_rsvp_time','00:00:00'),(52193,10338,'_event_rsvp_time','00:00:00'),(52194,10339,'_event_rsvp_time','00:00:00'),(52195,10340,'_event_rsvp_time','00:00:00'),(52196,10341,'_event_rsvp_time','00:00:00'),(52197,10342,'_event_rsvp_time','00:00:00'),(52198,10343,'_event_rsvp_time','00:00:00'),(52199,10344,'_event_rsvp_time','00:00:00'),(52200,10345,'_event_rsvp_time','00:00:00'),(52201,10346,'_event_rsvp_time','00:00:00'),(52202,10347,'_event_rsvp_time','00:00:00'),(52203,10348,'_event_rsvp_time','00:00:00'),(52204,10349,'_event_rsvp_time','00:00:00'),(52205,10350,'_event_rsvp_time','00:00:00'),(52206,10351,'_event_rsvp_time','00:00:00'),(52207,10352,'_event_rsvp_time','00:00:00'),(52208,10353,'_event_rsvp_time','00:00:00'),(52209,10354,'_event_rsvp_time','00:00:00'),(52210,10355,'_event_rsvp_time','00:00:00'),(52211,10356,'_event_rsvp_time','00:00:00'),(52212,10357,'_event_rsvp_time','00:00:00'),(52213,10358,'_event_rsvp_time','00:00:00'),(52214,10359,'_event_rsvp_time','00:00:00'),(52215,10360,'_event_rsvp_time','00:00:00'),(52216,10361,'_event_rsvp_time','00:00:00'),(52217,10362,'_event_rsvp_time','00:00:00'),(52218,10363,'_event_rsvp_time','00:00:00'),(52219,10364,'_event_rsvp_time','00:00:00'),(52220,10365,'_event_rsvp_time','00:00:00'),(52221,10366,'_event_rsvp_time','00:00:00'),(52222,10367,'_event_rsvp_time','00:00:00'),(52223,10368,'_event_rsvp_time','00:00:00'),(52224,10369,'_event_rsvp_time','00:00:00'),(52225,10370,'_event_rsvp_time','00:00:00'),(52226,10371,'_event_rsvp_time','00:00:00'),(52227,10372,'_event_rsvp_time','00:00:00'),(52228,10373,'_event_rsvp_time','00:00:00'),(52229,10374,'_event_rsvp_time','00:00:00'),(52230,10375,'_event_rsvp_time','00:00:00'),(52231,10376,'_event_rsvp_time','00:00:00'),(52232,10377,'_event_rsvp_time','00:00:00'),(52233,10378,'_event_rsvp_time','00:00:00'),(52234,10379,'_event_rsvp_time','00:00:00'),(52235,10380,'_event_rsvp_time','00:00:00'),(52236,10381,'_event_rsvp_time','00:00:00'),(52237,10382,'_event_rsvp_time','00:00:00'),(52238,10383,'_event_rsvp_time','00:00:00'),(52239,10384,'_event_rsvp_time','00:00:00'),(52240,10385,'_event_rsvp_time','00:00:00'),(52241,10386,'_event_rsvp_time','00:00:00'),(52242,10387,'_event_rsvp_time','00:00:00'),(52243,10388,'_event_rsvp_time','00:00:00'),(52244,10389,'_event_rsvp_time','00:00:00'),(52245,10390,'_event_rsvp_time','00:00:00'),(52246,10391,'_event_rsvp_time','00:00:00'),(52247,10392,'_event_rsvp_time','00:00:00'),(52248,10393,'_event_rsvp_time','00:00:00'),(52249,10394,'_event_rsvp_time','00:00:00'),(52250,10395,'_event_rsvp_time','00:00:00'),(52251,10396,'_event_rsvp_time','00:00:00'),(52252,10397,'_event_rsvp_time','00:00:00'),(52253,10398,'_event_rsvp_time','00:00:00'),(52254,10399,'_event_rsvp_time','00:00:00'),(52255,10400,'_event_rsvp_time','00:00:00'),(52256,10401,'_event_rsvp_time','00:00:00'),(52257,10402,'_event_rsvp_time','00:00:00'),(52258,10403,'_event_rsvp_time','00:00:00'),(52259,10404,'_event_rsvp_time','00:00:00'),(52260,10405,'_event_rsvp_time','00:00:00'),(52261,10406,'_event_rsvp_time','00:00:00'),(52262,10407,'_event_rsvp_time','00:00:00'),(52263,10408,'_event_rsvp_time','00:00:00'),(52264,10409,'_event_rsvp_time','00:00:00'),(52265,10410,'_event_rsvp_time','00:00:00'),(52266,10411,'_event_rsvp_time','00:00:00'),(52267,10412,'_event_rsvp_time','00:00:00'),(52268,10413,'_event_rsvp_time','00:00:00'),(52269,10414,'_event_rsvp_time','00:00:00'),(52270,10415,'_event_rsvp_time','00:00:00'),(52271,10416,'_event_rsvp_time','00:00:00'),(52272,10417,'_event_rsvp_time','00:00:00'),(52273,10418,'_event_rsvp_time','00:00:00'),(52274,10419,'_event_rsvp_time','00:00:00'),(52275,10420,'_event_rsvp_time','00:00:00'),(52276,10421,'_event_rsvp_time','00:00:00'),(52277,10422,'_event_rsvp_time','00:00:00'),(52278,10423,'_event_rsvp_time','00:00:00'),(52279,10424,'_event_rsvp_time','00:00:00'),(52280,10425,'_event_rsvp_time','00:00:00'),(52281,10426,'_event_rsvp_time','00:00:00'),(52282,10427,'_event_rsvp_time','00:00:00'),(52283,10428,'_event_rsvp_time','00:00:00'),(52284,10429,'_event_rsvp_time','00:00:00'),(52285,10430,'_event_rsvp_time','00:00:00'),(52286,10431,'_event_rsvp_time','00:00:00'),(52287,10432,'_event_rsvp_time','00:00:00'),(52288,10433,'_event_rsvp_time','00:00:00'),(52289,10434,'_event_rsvp_time','00:00:00'),(52290,10435,'_event_rsvp_time','00:00:00'),(52291,10436,'_event_rsvp_time','00:00:00'),(52292,10437,'_event_rsvp_time','00:00:00'),(52293,10438,'_event_rsvp_time','00:00:00'),(52294,10439,'_event_rsvp_time','00:00:00'),(52295,10440,'_event_rsvp_time','00:00:00'),(52296,10441,'_event_rsvp_time','00:00:00'),(52297,10442,'_event_rsvp_time','00:00:00'),(52298,10443,'_event_rsvp_time','00:00:00'),(52299,10444,'_event_rsvp_time','00:00:00'),(52300,10445,'_event_rsvp_time','00:00:00'),(52301,10446,'_event_rsvp_time','00:00:00'),(52302,10447,'_event_rsvp_time','00:00:00'),(52303,10448,'_event_rsvp_time','00:00:00'),(52304,10449,'_event_rsvp_time','00:00:00'),(52305,10450,'_event_rsvp_time','00:00:00'),(52306,10451,'_event_rsvp_time','00:00:00'),(52307,10452,'_event_rsvp_time','00:00:00'),(52308,10453,'_event_rsvp_time','00:00:00'),(52309,10454,'_event_rsvp_time','00:00:00'),(52310,10455,'_event_rsvp_time','00:00:00'),(52311,10456,'_event_rsvp_time','00:00:00'),(52312,10457,'_event_rsvp_time','00:00:00'),(52313,10458,'_event_rsvp_time','00:00:00'),(52314,10459,'_event_rsvp_time','00:00:00'),(52315,10460,'_event_rsvp_time','00:00:00'),(52316,10461,'_event_rsvp_time','00:00:00'),(52317,10462,'_event_rsvp_time','00:00:00'),(52318,10463,'_event_rsvp_time','00:00:00'),(52319,10464,'_event_rsvp_time','00:00:00'),(52320,10465,'_event_rsvp_time','00:00:00'),(52321,10466,'_event_rsvp_time','00:00:00'),(52322,10467,'_event_rsvp_time','00:00:00'),(52323,10468,'_event_rsvp_time','00:00:00'),(52324,10469,'_event_rsvp_time','00:00:00'),(52325,10470,'_event_rsvp_time','00:00:00'),(52326,10471,'_event_rsvp_time','00:00:00'),(52327,10472,'_event_rsvp_time','00:00:00'),(52328,10473,'_event_rsvp_time','00:00:00'),(52329,10474,'_event_rsvp_time','00:00:00'),(52330,10475,'_event_rsvp_time','00:00:00'),(52331,10476,'_event_rsvp_time','00:00:00'),(52332,10477,'_event_rsvp_time','00:00:00'),(52333,10478,'_event_rsvp_time','00:00:00'),(52334,10479,'_event_rsvp_time','00:00:00'),(52335,10480,'_event_rsvp_time','00:00:00'),(52336,10481,'_event_rsvp_time','00:00:00'),(52337,10482,'_event_rsvp_time','00:00:00'),(52338,10483,'_event_rsvp_time','00:00:00'),(52339,10484,'_event_rsvp_time','00:00:00'),(52340,10485,'_event_rsvp_time','00:00:00'),(52341,10486,'_event_rsvp_time','00:00:00'),(52342,10487,'_event_rsvp_time','00:00:00'),(52343,10488,'_event_rsvp_time','00:00:00'),(52344,10489,'_event_rsvp_time','00:00:00'),(52345,10490,'_event_rsvp_time','00:00:00'),(52346,10491,'_event_rsvp_time','00:00:00'),(52347,10492,'_event_rsvp_time','00:00:00'),(52348,10493,'_event_rsvp_time','00:00:00'),(52349,10494,'_event_rsvp_time','00:00:00'),(52350,10495,'_event_rsvp_time','00:00:00'),(52351,10496,'_event_rsvp_time','00:00:00'),(52352,10497,'_event_rsvp_time','00:00:00'),(52353,10498,'_event_rsvp_time','00:00:00'),(52354,10499,'_event_rsvp_time','00:00:00'),(52355,10500,'_event_rsvp_time','00:00:00'),(52356,10501,'_event_rsvp_time','00:00:00'),(52357,10502,'_event_rsvp_time','00:00:00'),(52358,10503,'_event_rsvp_time','00:00:00'),(52359,10504,'_event_rsvp_time','00:00:00'),(52360,10505,'_event_rsvp_time','00:00:00'),(52361,10506,'_event_rsvp_time','00:00:00'),(52362,10507,'_event_rsvp_time','00:00:00'),(52363,10508,'_event_rsvp_time','00:00:00'),(52364,10509,'_event_rsvp_time','00:00:00'),(52365,10510,'_event_rsvp_time','00:00:00'),(52366,10511,'_event_rsvp_time','00:00:00'),(52367,10512,'_event_rsvp_time','00:00:00'),(52368,10513,'_event_rsvp_time','00:00:00'),(52369,10514,'_event_rsvp_time','00:00:00'),(52370,10515,'_event_rsvp_time','00:00:00'),(52371,10516,'_event_rsvp_time','00:00:00'),(52372,10517,'_event_rsvp_time','00:00:00'),(52373,10518,'_event_rsvp_time','00:00:00'),(52374,10519,'_event_rsvp_time','00:00:00'),(52375,10520,'_event_rsvp_time','00:00:00'),(52376,10521,'_event_rsvp_time','00:00:00'),(52377,10522,'_event_rsvp_time','00:00:00'),(52378,10523,'_event_rsvp_time','00:00:00'),(52379,10524,'_event_rsvp_time','00:00:00'),(52380,10525,'_event_rsvp_time','00:00:00'),(52381,10526,'_event_rsvp_time','00:00:00'),(52382,10527,'_event_rsvp_time','00:00:00'),(52383,10528,'_event_rsvp_time','00:00:00'),(52384,10529,'_event_rsvp_time','00:00:00'),(52385,10530,'_event_rsvp_time','00:00:00'),(52386,10531,'_event_rsvp_time','00:00:00'),(52387,10532,'_event_rsvp_time','00:00:00'),(52388,10533,'_event_rsvp_time','00:00:00'),(52389,10534,'_event_rsvp_time','00:00:00'),(52390,10535,'_event_rsvp_time','00:00:00'),(52391,10536,'_event_rsvp_time','00:00:00'),(52392,10537,'_event_rsvp_time','00:00:00'),(52393,10538,'_event_rsvp_time','00:00:00'),(52394,10539,'_event_rsvp_time','00:00:00'),(52395,10540,'_event_rsvp_time','00:00:00'),(52396,10541,'_event_rsvp_time','00:00:00'),(52397,10542,'_event_rsvp_time','00:00:00'),(52398,10543,'_event_rsvp_time','00:00:00'),(52399,10544,'_event_rsvp_time','00:00:00'),(52400,10545,'_event_rsvp_time','00:00:00'),(52401,10546,'_event_rsvp_time','00:00:00'),(52402,10547,'_event_rsvp_time','00:00:00'),(52403,10548,'_event_rsvp_time','00:00:00'),(52404,10549,'_event_rsvp_time','00:00:00'),(52405,10550,'_event_rsvp_time','00:00:00'),(52406,10551,'_event_rsvp_time','00:00:00'),(52407,10552,'_event_rsvp_time','00:00:00'),(52408,10553,'_event_rsvp_time','00:00:00'),(52409,10554,'_event_rsvp_time','00:00:00'),(52410,10555,'_event_rsvp_time','00:00:00'),(52411,10556,'_event_rsvp_time','00:00:00'),(52412,10557,'_event_rsvp_time','00:00:00'),(52413,10558,'_event_rsvp_time','00:00:00'),(52414,10559,'_event_rsvp_time','00:00:00'),(52415,10560,'_event_rsvp_time','00:00:00'),(52416,10561,'_event_rsvp_time','00:00:00'),(52417,10562,'_event_rsvp_time','00:00:00'),(52418,10563,'_event_rsvp_time','00:00:00'),(52419,10564,'_event_rsvp_time','00:00:00'),(52420,10565,'_event_rsvp_time','00:00:00'),(52421,10566,'_event_rsvp_time','00:00:00'),(52422,10567,'_event_rsvp_time','00:00:00'),(52423,10568,'_event_rsvp_time','00:00:00'),(52424,10569,'_event_rsvp_time','00:00:00'),(52425,10570,'_event_rsvp_time','00:00:00'),(52426,10571,'_event_rsvp_time','00:00:00'),(52427,10572,'_event_rsvp_time','00:00:00'),(52428,10573,'_event_rsvp_time','00:00:00'),(52429,10574,'_event_rsvp_time','00:00:00'),(52430,10575,'_event_rsvp_time','00:00:00'),(52431,10576,'_event_rsvp_time','00:00:00'),(52432,10577,'_event_rsvp_time','00:00:00'),(52433,10578,'_event_rsvp_time','00:00:00'),(52434,10579,'_event_rsvp_time','00:00:00'),(52435,10580,'_event_rsvp_time','00:00:00'),(52436,10581,'_event_rsvp_time','00:00:00'),(52437,10582,'_event_rsvp_time','00:00:00'),(52438,10583,'_event_rsvp_time','00:00:00'),(52439,10584,'_event_rsvp_time','00:00:00'),(52440,10585,'_event_rsvp_time','00:00:00'),(52441,10586,'_event_rsvp_time','00:00:00'),(52442,10587,'_event_rsvp_time','00:00:00'),(52443,10588,'_event_rsvp_time','00:00:00'),(52444,10589,'_event_rsvp_time','00:00:00'),(52445,10590,'_event_rsvp_time','00:00:00'),(52446,10591,'_event_rsvp_time','00:00:00'),(52447,10592,'_event_rsvp_time','00:00:00'),(52448,10593,'_event_rsvp_time','00:00:00'),(52449,10594,'_event_rsvp_time','00:00:00'),(52450,10595,'_event_rsvp_time','00:00:00'),(52451,10596,'_event_rsvp_time','00:00:00'),(52452,10597,'_event_rsvp_time','00:00:00'),(52453,10598,'_event_rsvp_time','00:00:00'),(52454,10599,'_event_rsvp_time','00:00:00'),(52455,10600,'_event_rsvp_time','00:00:00'),(52456,10601,'_event_rsvp_time','00:00:00'),(52457,10602,'_event_rsvp_time','00:00:00'),(52458,10603,'_event_rsvp_time','00:00:00'),(52459,10604,'_event_rsvp_time','00:00:00'),(52460,10605,'_event_rsvp_time','00:00:00'),(52461,10606,'_event_rsvp_time','00:00:00'),(52462,10607,'_event_rsvp_time','00:00:00'),(52463,10608,'_event_rsvp_time','00:00:00'),(52464,10609,'_event_rsvp_time','00:00:00'),(52465,10610,'_event_rsvp_time','00:00:00'),(52466,10611,'_event_rsvp_time','00:00:00'),(52467,10612,'_event_rsvp_time','00:00:00'),(52468,10613,'_event_rsvp_time','00:00:00'),(52469,10614,'_event_rsvp_time','00:00:00'),(52470,10615,'_event_rsvp_time','00:00:00'),(52471,10616,'_event_rsvp_time','00:00:00'),(52472,10617,'_event_rsvp_time','00:00:00'),(52473,10618,'_event_rsvp_time','00:00:00'),(52474,10619,'_event_rsvp_time','00:00:00'),(52475,10620,'_event_rsvp_time','00:00:00'),(52476,10621,'_event_rsvp_time','00:00:00'),(52477,10622,'_event_rsvp_time','00:00:00'),(52478,10623,'_event_rsvp_time','00:00:00'),(52479,10624,'_event_rsvp_time','00:00:00'),(52480,10625,'_event_rsvp_time','00:00:00'),(52481,10626,'_event_rsvp_time','00:00:00'),(52482,10627,'_event_rsvp_time','00:00:00'),(52483,10628,'_event_rsvp_time','00:00:00'),(52484,10629,'_event_rsvp_time','00:00:00'),(52485,10630,'_event_rsvp_time','00:00:00'),(52486,10631,'_event_rsvp_time','00:00:00'),(52487,10632,'_event_rsvp_time','00:00:00'),(52488,10633,'_event_rsvp_time','00:00:00'),(52489,10634,'_event_rsvp_time','00:00:00'),(52490,10635,'_event_rsvp_time','00:00:00'),(52491,10636,'_event_rsvp_time','00:00:00'),(52492,10637,'_event_rsvp_time','00:00:00'),(52493,10638,'_event_rsvp_time','00:00:00'),(52494,10639,'_event_rsvp_time','00:00:00'),(52495,10640,'_event_rsvp_time','00:00:00'),(52496,10641,'_event_rsvp_time','00:00:00'),(52497,10642,'_event_rsvp_time','00:00:00'),(52498,10643,'_event_rsvp_time','00:00:00'),(52499,10644,'_event_rsvp_time','00:00:00'),(52500,10645,'_event_rsvp_time','00:00:00'),(52501,10646,'_event_rsvp_time','00:00:00'),(52502,10647,'_event_rsvp_time','00:00:00'),(52503,10648,'_event_rsvp_time','00:00:00'),(52504,10649,'_event_rsvp_time','00:00:00'),(52505,10650,'_event_rsvp_time','00:00:00'),(52506,10651,'_event_rsvp_time','00:00:00'),(52507,10652,'_event_rsvp_time','00:00:00'),(52508,10653,'_event_rsvp_time','00:00:00'),(52509,10654,'_event_rsvp_time','00:00:00'),(52510,10655,'_event_rsvp_time','00:00:00'),(52511,10656,'_event_rsvp_time','00:00:00'),(52512,10657,'_event_rsvp_time','00:00:00'),(52513,10658,'_event_rsvp_time','00:00:00'),(52514,10659,'_event_rsvp_time','00:00:00'),(52515,10660,'_event_rsvp_time','00:00:00'),(52516,10661,'_event_rsvp_time','00:00:00'),(52517,10662,'_event_rsvp_time','00:00:00'),(52518,10663,'_event_rsvp_time','00:00:00'),(52519,10664,'_event_rsvp_time','00:00:00'),(52520,10665,'_event_rsvp_time','00:00:00'),(52521,10666,'_event_rsvp_time','00:00:00'),(52522,10667,'_event_rsvp_time','00:00:00'),(52523,10668,'_event_rsvp_time','00:00:00'),(52524,10669,'_event_rsvp_time','00:00:00'),(52525,10670,'_event_rsvp_time','00:00:00'),(52526,10671,'_event_rsvp_time','00:00:00'),(52527,10672,'_event_rsvp_time','00:00:00'),(52528,10673,'_event_rsvp_time','00:00:00'),(52529,10674,'_event_rsvp_time','00:00:00'),(52530,10675,'_event_rsvp_time','00:00:00'),(52531,10676,'_event_rsvp_time','00:00:00'),(52532,10677,'_event_rsvp_time','00:00:00'),(52533,10678,'_event_rsvp_time','00:00:00'),(52534,10679,'_event_rsvp_time','00:00:00'),(52535,10680,'_event_rsvp_time','00:00:00'),(52536,10681,'_event_rsvp_time','00:00:00'),(52537,10682,'_event_rsvp_time','00:00:00'),(52538,10683,'_event_rsvp_time','00:00:00'),(52539,10684,'_event_rsvp_time','00:00:00'),(52540,10685,'_event_rsvp_time','00:00:00'),(52541,10686,'_event_rsvp_time','00:00:00'),(52542,10687,'_event_rsvp_time','00:00:00'),(52543,10688,'_event_rsvp_time','00:00:00'),(52544,10689,'_event_rsvp_time','00:00:00'),(52545,10690,'_event_rsvp_time','00:00:00'),(52546,10691,'_event_rsvp_time','00:00:00'),(52547,10692,'_event_rsvp_time','00:00:00'),(52548,10693,'_event_rsvp_time','00:00:00'),(52549,10694,'_event_rsvp_time','00:00:00'),(52550,10695,'_event_rsvp_time','00:00:00'),(52551,10696,'_event_rsvp_time','00:00:00'),(52552,10697,'_event_rsvp_time','00:00:00'),(52553,10698,'_event_rsvp_time','00:00:00'),(52554,10699,'_event_rsvp_time','00:00:00'),(52555,10700,'_event_rsvp_time','00:00:00'),(52556,10701,'_event_rsvp_time','00:00:00'),(52557,10702,'_event_rsvp_time','00:00:00'),(52558,10703,'_event_rsvp_time','00:00:00'),(52559,10704,'_event_rsvp_time','00:00:00'),(52560,10705,'_event_rsvp_time','00:00:00'),(52561,10706,'_event_rsvp_time','00:00:00'),(52562,10707,'_event_rsvp_time','00:00:00'),(52563,10708,'_event_rsvp_time','00:00:00'),(52564,10709,'_event_rsvp_time','00:00:00'),(52565,10710,'_event_rsvp_time','00:00:00'),(52566,10711,'_event_rsvp_time','00:00:00'),(52567,10712,'_event_rsvp_time','00:00:00'),(52568,10713,'_event_rsvp_time','00:00:00'),(52569,10714,'_event_rsvp_time','00:00:00'),(52570,10715,'_event_rsvp_time','00:00:00'),(52572,10717,'_event_rsvp_time','00:00:00'),(52573,10718,'_event_rsvp_time','00:00:00'),(52575,10720,'_event_rsvp_time','00:00:00'),(52576,10721,'_event_rsvp_time','00:00:00'),(52577,10722,'_event_rsvp_time','00:00:00'),(52578,10723,'_event_rsvp_time','00:00:00'),(52579,10724,'_event_rsvp_time','00:00:00'),(52580,10725,'_event_rsvp_time','00:00:00'),(52581,10726,'_event_rsvp_time','00:00:00'),(52582,10727,'_event_rsvp_time','00:00:00'),(52583,10728,'_event_rsvp_time','00:00:00'),(52584,10729,'_event_rsvp_time','00:00:00'),(52585,10730,'_event_rsvp_time','00:00:00'),(52586,10731,'_event_rsvp_time','00:00:00'),(52587,10732,'_event_rsvp_time','00:00:00'),(52588,10733,'_event_rsvp_time','00:00:00'),(52589,10734,'_event_rsvp_time','00:00:00'),(52590,10735,'_event_rsvp_time','00:00:00'),(52591,10736,'_event_rsvp_time','00:00:00'),(52592,10737,'_event_rsvp_time','00:00:00'),(52593,10738,'_event_rsvp_time','00:00:00'),(52594,10739,'_event_rsvp_time','00:00:00'),(52595,10740,'_event_rsvp_time','00:00:00'),(52596,10741,'_event_rsvp_time','00:00:00'),(52597,10742,'_event_rsvp_time','00:00:00'),(52598,10743,'_event_rsvp_time','00:00:00'),(52599,10744,'_event_rsvp_time','00:00:00'),(52600,10745,'_event_rsvp_time','00:00:00'),(52601,10746,'_event_rsvp_time','00:00:00'),(52602,10747,'_event_rsvp_time','00:00:00'),(52603,10748,'_event_rsvp_time','00:00:00'),(52604,10749,'_event_rsvp_time','00:00:00'),(52605,10750,'_event_rsvp_time','00:00:00'),(52606,10751,'_event_rsvp_time','00:00:00'),(52607,10752,'_event_rsvp_time','00:00:00'),(52608,10753,'_event_rsvp_time','00:00:00'),(52609,10754,'_event_rsvp_time','00:00:00'),(52610,10755,'_event_rsvp_time','00:00:00'),(52611,10756,'_event_rsvp_time','00:00:00'),(52612,10757,'_event_rsvp_time','00:00:00'),(52613,10758,'_event_rsvp_time','00:00:00'),(52614,10759,'_event_rsvp_time','00:00:00'),(52615,10760,'_event_rsvp_time','00:00:00'),(52616,10761,'_event_rsvp_time','00:00:00'),(52617,10762,'_event_rsvp_time','00:00:00'),(52618,10763,'_event_rsvp_time','00:00:00'),(52619,10764,'_event_rsvp_time','00:00:00'),(52620,10765,'_event_rsvp_time','00:00:00'),(52621,10766,'_event_rsvp_time','00:00:00'),(52622,10767,'_event_rsvp_time','00:00:00'),(52623,10768,'_event_rsvp_time','00:00:00'),(52624,10769,'_event_rsvp_time','00:00:00'),(52625,10770,'_event_rsvp_time','00:00:00'),(52626,10771,'_event_rsvp_time','00:00:00'),(52627,10772,'_event_rsvp_time','00:00:00'),(52628,10773,'_event_rsvp_time','00:00:00'),(52629,10774,'_event_rsvp_time','00:00:00'),(52630,10775,'_event_rsvp_time','00:00:00'),(52631,10776,'_event_rsvp_time','00:00:00'),(52632,10777,'_event_rsvp_time','00:00:00'),(52633,10778,'_event_rsvp_time','00:00:00'),(52634,10779,'_event_rsvp_time','00:00:00'),(52635,10780,'_event_rsvp_time','00:00:00'),(52636,10781,'_event_rsvp_time','00:00:00'),(52637,10782,'_event_rsvp_time','00:00:00'),(52638,10783,'_event_rsvp_time','00:00:00'),(52639,10784,'_event_rsvp_time','00:00:00'),(52640,10785,'_event_rsvp_time','00:00:00'),(52641,10786,'_event_rsvp_time','00:00:00'),(52642,10787,'_event_rsvp_time','00:00:00'),(52643,10788,'_event_rsvp_time','00:00:00'),(52644,10789,'_event_rsvp_time','00:00:00'),(52645,10790,'_event_rsvp_time','00:00:00'),(52646,10791,'_event_rsvp_time','00:00:00'),(52647,10792,'_event_rsvp_time','00:00:00'),(52648,10793,'_event_rsvp_time','00:00:00'),(52649,10794,'_event_rsvp_time','00:00:00'),(52650,10795,'_event_rsvp_time','00:00:00'),(52651,10796,'_event_rsvp_time','00:00:00'),(52652,10797,'_event_rsvp_time','00:00:00'),(52653,10798,'_event_rsvp_time','00:00:00'),(52654,10799,'_event_rsvp_time','00:00:00'),(52655,10800,'_event_rsvp_time','00:00:00'),(52656,10801,'_event_rsvp_time','00:00:00'),(52657,10802,'_event_rsvp_time','00:00:00'),(52658,10803,'_event_rsvp_time','00:00:00'),(52659,10804,'_event_rsvp_time','00:00:00'),(52660,10805,'_event_rsvp_time','00:00:00'),(52661,10806,'_event_rsvp_time','00:00:00'),(52662,10807,'_event_rsvp_time','00:00:00'),(52663,10808,'_event_rsvp_time','00:00:00'),(52664,10809,'_event_rsvp_time','00:00:00'),(52665,10810,'_event_rsvp_time','00:00:00'),(52666,10811,'_event_rsvp_time','00:00:00'),(52667,10812,'_event_rsvp_time','00:00:00'),(52668,10813,'_event_rsvp_time','00:00:00'),(52669,10814,'_event_rsvp_time','00:00:00'),(52670,10815,'_event_rsvp_time','00:00:00'),(52671,10816,'_event_rsvp_time','00:00:00'),(52672,10817,'_event_rsvp_time','00:00:00'),(52673,10818,'_event_rsvp_time','00:00:00'),(52674,10819,'_event_rsvp_time','00:00:00'),(52675,10820,'_event_rsvp_time','00:00:00'),(52676,10821,'_event_rsvp_time','00:00:00'),(52677,10822,'_event_rsvp_time','00:00:00'),(52678,10823,'_event_rsvp_time','00:00:00'),(52679,10824,'_event_rsvp_time','00:00:00'),(52680,10825,'_event_rsvp_time','00:00:00'),(52681,10826,'_event_rsvp_time','00:00:00'),(52682,10827,'_event_rsvp_time','00:00:00'),(52683,10828,'_event_rsvp_time','00:00:00'),(52684,10829,'_event_rsvp_time','00:00:00'),(52685,10830,'_event_rsvp_time','00:00:00'),(52686,10831,'_event_rsvp_time','00:00:00'),(52687,10832,'_event_rsvp_time','00:00:00'),(52688,10833,'_event_rsvp_time','00:00:00'),(52689,10834,'_event_rsvp_time','00:00:00'),(52690,10835,'_event_rsvp_time','00:00:00'),(52691,10836,'_event_rsvp_time','00:00:00'),(52692,10837,'_event_rsvp_time','00:00:00'),(52693,10838,'_event_rsvp_time','00:00:00'),(52694,10839,'_event_rsvp_time','00:00:00'),(52695,10840,'_event_rsvp_time','00:00:00'),(52696,10841,'_event_rsvp_time','00:00:00'),(52697,10842,'_event_rsvp_time','00:00:00'),(52698,10843,'_event_rsvp_time','00:00:00'),(52699,10844,'_event_rsvp_time','00:00:00'),(52700,10845,'_event_rsvp_time','00:00:00'),(52701,10846,'_event_rsvp_time','00:00:00'),(52702,10847,'_event_rsvp_time','00:00:00'),(52703,10848,'_event_rsvp_time','00:00:00'),(52704,10849,'_event_rsvp_time','00:00:00'),(52705,10850,'_event_rsvp_time','00:00:00'),(52706,10851,'_event_rsvp_time','00:00:00'),(52707,10852,'_event_rsvp_time','00:00:00'),(52708,10853,'_event_rsvp_time','00:00:00'),(52709,10854,'_event_rsvp_time','00:00:00'),(53668,9766,'_event_spaces',''),(53669,9767,'_event_spaces',''),(53670,9768,'_event_spaces',''),(53671,9769,'_event_spaces',''),(53672,9770,'_event_spaces',''),(53673,9771,'_event_spaces',''),(53674,9772,'_event_spaces',''),(53675,9773,'_event_spaces',''),(53676,9774,'_event_spaces',''),(53677,9775,'_event_spaces',''),(53678,9776,'_event_spaces',''),(53679,9777,'_event_spaces',''),(53680,9778,'_event_spaces',''),(53681,9779,'_event_spaces',''),(53682,9780,'_event_spaces',''),(53683,9781,'_event_spaces',''),(53684,9782,'_event_spaces',''),(53685,9783,'_event_spaces',''),(53686,9784,'_event_spaces',''),(53687,9785,'_event_spaces',''),(53688,9786,'_event_spaces',''),(53689,9787,'_event_spaces',''),(53690,9788,'_event_spaces',''),(53691,9789,'_event_spaces',''),(53692,9790,'_event_spaces',''),(53693,9791,'_event_spaces',''),(53694,9792,'_event_spaces',''),(53695,9793,'_event_spaces',''),(53696,9794,'_event_spaces',''),(53697,9795,'_event_spaces',''),(53698,9796,'_event_spaces',''),(53699,9797,'_event_spaces',''),(53700,9798,'_event_spaces',''),(53701,9799,'_event_spaces',''),(53702,9800,'_event_spaces',''),(53703,9801,'_event_spaces',''),(53704,9802,'_event_spaces',''),(53705,9803,'_event_spaces',''),(53706,9804,'_event_spaces',''),(53707,9805,'_event_spaces',''),(53708,9806,'_event_spaces',''),(53709,9807,'_event_spaces',''),(53710,9808,'_event_spaces',''),(53711,9809,'_event_spaces',''),(53712,9810,'_event_spaces',''),(53713,9811,'_event_spaces',''),(53714,9812,'_event_spaces',''),(53715,9813,'_event_spaces',''),(53716,9814,'_event_spaces',''),(53717,9815,'_event_spaces',''),(53718,9816,'_event_spaces',''),(53719,9817,'_event_spaces',''),(53720,9818,'_event_spaces',''),(53721,9819,'_event_spaces',''),(53722,9820,'_event_spaces',''),(53723,9821,'_event_spaces',''),(53724,9822,'_event_spaces',''),(53725,9823,'_event_spaces',''),(53726,9824,'_event_spaces',''),(53727,9825,'_event_spaces',''),(53728,9826,'_event_spaces',''),(53729,9827,'_event_spaces',''),(53730,9828,'_event_spaces',''),(53731,9829,'_event_spaces',''),(53732,9830,'_event_spaces',''),(53734,9832,'_event_spaces',''),(53735,9833,'_event_spaces',''),(53736,9834,'_event_spaces',''),(53737,9835,'_event_spaces',''),(53738,9836,'_event_spaces',''),(53739,9837,'_event_spaces',''),(53740,9838,'_event_spaces',''),(53741,9839,'_event_spaces',''),(53742,9840,'_event_spaces',''),(53743,9841,'_event_spaces',''),(53744,9842,'_event_spaces',''),(53745,9843,'_event_spaces',''),(53746,9844,'_event_spaces',''),(53747,9845,'_event_spaces',''),(53748,9846,'_event_spaces',''),(53749,9847,'_event_spaces',''),(53750,9848,'_event_spaces',''),(53751,9849,'_event_spaces',''),(53752,9850,'_event_spaces',''),(53753,9851,'_event_spaces',''),(53754,9852,'_event_spaces',''),(53755,9853,'_event_spaces',''),(53756,9854,'_event_spaces',''),(53757,9855,'_event_spaces',''),(53758,9856,'_event_spaces',''),(53759,9857,'_event_spaces',''),(53760,9858,'_event_spaces',''),(53761,9859,'_event_spaces',''),(53762,9860,'_event_spaces',''),(53763,9861,'_event_spaces',''),(53764,9862,'_event_spaces',''),(53765,9863,'_event_spaces',''),(53766,9864,'_event_spaces',''),(53767,9865,'_event_spaces',''),(53768,9866,'_event_spaces',''),(53769,9867,'_event_spaces',''),(53770,9868,'_event_spaces',''),(53771,9869,'_event_spaces',''),(53772,9870,'_event_spaces',''),(53773,9871,'_event_spaces',''),(53774,9872,'_event_spaces',''),(53775,9873,'_event_spaces',''),(53776,9874,'_event_spaces',''),(53777,9875,'_event_spaces',''),(53778,9876,'_event_spaces',''),(53779,9877,'_event_spaces',''),(53780,9878,'_event_spaces',''),(53781,9879,'_event_spaces',''),(53782,9880,'_event_spaces',''),(53783,9881,'_event_spaces',''),(53784,9882,'_event_spaces',''),(53785,9883,'_event_spaces',''),(53786,9884,'_event_spaces',''),(53787,9885,'_event_spaces',''),(53788,9886,'_event_spaces',''),(53789,9887,'_event_spaces',''),(53790,9888,'_event_spaces',''),(53791,9889,'_event_spaces',''),(53792,9890,'_event_spaces',''),(53793,9891,'_event_spaces',''),(53794,9892,'_event_spaces',''),(53795,9893,'_event_spaces',''),(53796,9894,'_event_spaces',''),(53797,9895,'_event_spaces',''),(53798,9896,'_event_spaces',''),(53799,9897,'_event_spaces',''),(53800,9898,'_event_spaces',''),(53801,9899,'_event_spaces',''),(53802,9900,'_event_spaces',''),(53803,9901,'_event_spaces',''),(53804,9902,'_event_spaces',''),(53805,9903,'_event_spaces',''),(53806,9904,'_event_spaces',''),(53807,9905,'_event_spaces',''),(53808,9906,'_event_spaces',''),(53809,9907,'_event_spaces',''),(53810,9908,'_event_spaces',''),(53811,9909,'_event_spaces',''),(53812,9910,'_event_spaces',''),(53813,9911,'_event_spaces',''),(53814,9912,'_event_spaces',''),(53815,9913,'_event_spaces',''),(53816,9914,'_event_spaces',''),(53817,9915,'_event_spaces',''),(53818,9916,'_event_spaces',''),(53819,9917,'_event_spaces',''),(53820,9918,'_event_spaces',''),(53821,9919,'_event_spaces',''),(53822,9920,'_event_spaces',''),(53823,9921,'_event_spaces',''),(53824,9922,'_event_spaces',''),(53825,9923,'_event_spaces',''),(53826,9924,'_event_spaces',''),(53827,9925,'_event_spaces',''),(53828,9926,'_event_spaces',''),(53829,9927,'_event_spaces',''),(53830,9928,'_event_spaces',''),(53831,9929,'_event_spaces',''),(53832,9930,'_event_spaces',''),(53833,9931,'_event_spaces',''),(53834,9932,'_event_spaces',''),(53835,9933,'_event_spaces',''),(53836,9934,'_event_spaces',''),(53837,9935,'_event_spaces',''),(53838,9936,'_event_spaces',''),(53839,9937,'_event_spaces',''),(53840,9938,'_event_spaces',''),(53841,9939,'_event_spaces',''),(53842,9940,'_event_spaces',''),(53843,9941,'_event_spaces',''),(53844,9942,'_event_spaces',''),(53845,9943,'_event_spaces',''),(53846,9944,'_event_spaces',''),(53847,9945,'_event_spaces',''),(53848,9946,'_event_spaces',''),(53849,9947,'_event_spaces',''),(53850,9948,'_event_spaces',''),(53851,9949,'_event_spaces',''),(53852,9950,'_event_spaces',''),(53853,9951,'_event_spaces',''),(53854,9952,'_event_spaces',''),(53855,9953,'_event_spaces',''),(53856,9954,'_event_spaces',''),(53857,9955,'_event_spaces',''),(53858,9956,'_event_spaces',''),(53859,9957,'_event_spaces',''),(53860,9958,'_event_spaces',''),(53861,9959,'_event_spaces',''),(53862,9960,'_event_spaces',''),(53863,9961,'_event_spaces',''),(53864,9962,'_event_spaces',''),(53865,9963,'_event_spaces',''),(53866,9964,'_event_spaces',''),(53867,9965,'_event_spaces',''),(53868,9966,'_event_spaces',''),(53869,9967,'_event_spaces',''),(53870,9968,'_event_spaces',''),(53871,9969,'_event_spaces',''),(53872,9970,'_event_spaces',''),(53873,9971,'_event_spaces',''),(53874,9972,'_event_spaces',''),(53875,9973,'_event_spaces',''),(53876,9974,'_event_spaces',''),(53877,9975,'_event_spaces',''),(53878,9976,'_event_spaces',''),(53879,9977,'_event_spaces',''),(53880,9978,'_event_spaces',''),(53881,9979,'_event_spaces',''),(53882,9980,'_event_spaces',''),(53883,9981,'_event_spaces',''),(53884,9982,'_event_spaces',''),(53885,9983,'_event_spaces',''),(53886,9984,'_event_spaces',''),(53887,9985,'_event_spaces',''),(53888,9986,'_event_spaces',''),(53889,9987,'_event_spaces',''),(53890,9988,'_event_spaces',''),(53891,9989,'_event_spaces',''),(53892,9990,'_event_spaces',''),(53893,9991,'_event_spaces',''),(53894,9992,'_event_spaces',''),(53895,9993,'_event_spaces',''),(53896,9994,'_event_spaces',''),(53897,9995,'_event_spaces',''),(53898,9996,'_event_spaces',''),(53899,9997,'_event_spaces',''),(53900,9998,'_event_spaces',''),(53901,9999,'_event_spaces',''),(53902,10000,'_event_spaces',''),(53904,10002,'_event_spaces',''),(53905,10003,'_event_spaces',''),(53906,10004,'_event_spaces',''),(53907,10005,'_event_spaces',''),(53908,10006,'_event_spaces',''),(53909,10007,'_event_spaces',''),(53910,10008,'_event_spaces',''),(53923,10021,'_event_spaces',''),(53963,10061,'_event_spaces',''),(53964,10062,'_event_spaces',''),(53965,10063,'_event_spaces',''),(53966,10064,'_event_spaces',''),(53967,10065,'_event_spaces',''),(53968,10066,'_event_spaces',''),(53969,10067,'_event_spaces',''),(53970,10068,'_event_spaces',''),(53971,10069,'_event_spaces',''),(53972,10070,'_event_spaces',''),(53973,10071,'_event_spaces',''),(53974,10072,'_event_spaces',''),(53975,10073,'_event_spaces',''),(53976,10074,'_event_spaces',''),(53977,10075,'_event_spaces',''),(53978,10076,'_event_spaces',''),(53979,10077,'_event_spaces',''),(53980,10078,'_event_spaces',''),(53981,10079,'_event_spaces',''),(53982,10080,'_event_spaces',''),(53983,10081,'_event_spaces',''),(53984,10082,'_event_spaces',''),(53985,10083,'_event_spaces',''),(53986,10084,'_event_spaces',''),(53987,10085,'_event_spaces',''),(53988,10086,'_event_spaces',''),(53989,10087,'_event_spaces',''),(53990,10088,'_event_spaces',''),(53991,10089,'_event_spaces',''),(53992,10090,'_event_spaces',''),(53993,10091,'_event_spaces',''),(53994,10092,'_event_spaces',''),(53995,10093,'_event_spaces',''),(53996,10094,'_event_spaces',''),(53997,10095,'_event_spaces',''),(53998,10096,'_event_spaces',''),(53999,10097,'_event_spaces',''),(54000,10098,'_event_spaces',''),(54001,10099,'_event_spaces',''),(54002,10100,'_event_spaces',''),(54003,10101,'_event_spaces',''),(54004,10102,'_event_spaces',''),(54005,10103,'_event_spaces',''),(54006,10104,'_event_spaces',''),(54007,10105,'_event_spaces',''),(54008,10106,'_event_spaces',''),(54009,10107,'_event_spaces',''),(54010,10108,'_event_spaces',''),(54011,10109,'_event_spaces',''),(54012,10110,'_event_spaces',''),(54013,10111,'_event_spaces',''),(54014,10112,'_event_spaces',''),(54015,10113,'_event_spaces',''),(54016,10114,'_event_spaces',''),(54017,10115,'_event_spaces',''),(54018,10116,'_event_spaces',''),(54019,10117,'_event_spaces',''),(54020,10118,'_event_spaces',''),(54021,10119,'_event_spaces',''),(54022,10120,'_event_spaces',''),(54023,10121,'_event_spaces',''),(54024,10122,'_event_spaces',''),(54025,10123,'_event_spaces',''),(54026,10124,'_event_spaces',''),(54027,10125,'_event_spaces',''),(54028,10126,'_event_spaces',''),(54029,10127,'_event_spaces',''),(54030,10128,'_event_spaces',''),(54031,10129,'_event_spaces',''),(54032,10130,'_event_spaces',''),(54033,10131,'_event_spaces',''),(54034,10132,'_event_spaces',''),(54035,10133,'_event_spaces',''),(54036,10134,'_event_spaces',''),(54037,10135,'_event_spaces',''),(54038,10136,'_event_spaces',''),(54039,10137,'_event_spaces',''),(54040,10138,'_event_spaces',''),(54041,10139,'_event_spaces',''),(54042,10140,'_event_spaces',''),(54043,10141,'_event_spaces',''),(54044,10142,'_event_spaces',''),(54045,10143,'_event_spaces',''),(54046,10144,'_event_spaces',''),(54047,10145,'_event_spaces',''),(54048,10146,'_event_spaces',''),(54049,10147,'_event_spaces',''),(54050,10148,'_event_spaces',''),(54051,10149,'_event_spaces',''),(54052,10150,'_event_spaces',''),(54053,10151,'_event_spaces',''),(54054,10152,'_event_spaces',''),(54055,10153,'_event_spaces',''),(54056,10154,'_event_spaces',''),(54057,10155,'_event_spaces',''),(54058,10156,'_event_spaces',''),(54059,10157,'_event_spaces',''),(54060,10158,'_event_spaces',''),(54061,10159,'_event_spaces',''),(54062,10160,'_event_spaces',''),(54063,10161,'_event_spaces',''),(54064,10162,'_event_spaces',''),(54065,10163,'_event_spaces',''),(54066,10164,'_event_spaces',''),(54067,10165,'_event_spaces',''),(54068,10166,'_event_spaces',''),(54069,10167,'_event_spaces',''),(54070,10168,'_event_spaces',''),(54071,10169,'_event_spaces',''),(54072,10170,'_event_spaces',''),(54073,10171,'_event_spaces',''),(54074,10172,'_event_spaces',''),(54075,10173,'_event_spaces',''),(54076,10174,'_event_spaces',''),(54077,10175,'_event_spaces',''),(54078,10176,'_event_spaces',''),(54079,10177,'_event_spaces',''),(54080,10178,'_event_spaces',''),(54081,10179,'_event_spaces',''),(54082,10180,'_event_spaces',''),(54083,10181,'_event_spaces',''),(54084,10182,'_event_spaces',''),(54085,10183,'_event_spaces',''),(54086,10184,'_event_spaces',''),(54087,10185,'_event_spaces',''),(54088,10186,'_event_spaces',''),(54089,10187,'_event_spaces',''),(54090,10188,'_event_spaces',''),(54091,10189,'_event_spaces',''),(54092,10190,'_event_spaces',''),(54093,10191,'_event_spaces',''),(54094,10192,'_event_spaces',''),(54095,10193,'_event_spaces',''),(54096,10194,'_event_spaces',''),(54097,10195,'_event_spaces',''),(54098,10196,'_event_spaces',''),(54099,10197,'_event_spaces',''),(54100,10198,'_event_spaces',''),(54101,10199,'_event_spaces',''),(54102,10200,'_event_spaces',''),(54103,10201,'_event_spaces',''),(54104,10202,'_event_spaces',''),(54105,10203,'_event_spaces',''),(54106,10204,'_event_spaces',''),(54107,10205,'_event_spaces',''),(54108,10206,'_event_spaces',''),(54109,10207,'_event_spaces',''),(54110,10208,'_event_spaces',''),(54111,10209,'_event_spaces',''),(54112,10210,'_event_spaces',''),(54113,10211,'_event_spaces',''),(54114,10212,'_event_spaces',''),(54115,10213,'_event_spaces',''),(54116,10214,'_event_spaces',''),(54117,10215,'_event_spaces',''),(54118,10216,'_event_spaces',''),(54119,10217,'_event_spaces',''),(54120,10218,'_event_spaces',''),(54121,10219,'_event_spaces',''),(54122,10220,'_event_spaces',''),(54123,10221,'_event_spaces',''),(54124,10222,'_event_spaces',''),(54125,10223,'_event_spaces',''),(54126,10224,'_event_spaces',''),(54127,10225,'_event_spaces',''),(54128,10226,'_event_spaces',''),(54129,10227,'_event_spaces',''),(54130,10228,'_event_spaces',''),(54131,10229,'_event_spaces',''),(54132,10230,'_event_spaces',''),(54133,10231,'_event_spaces',''),(54134,10232,'_event_spaces',''),(54135,10233,'_event_spaces',''),(54136,10234,'_event_spaces',''),(54137,10235,'_event_spaces',''),(54138,10236,'_event_spaces',''),(54146,10244,'_event_spaces',''),(54149,10247,'_event_spaces',''),(54150,10248,'_event_spaces',''),(54151,10249,'_event_spaces',''),(54152,10250,'_event_spaces',''),(54153,10251,'_event_spaces',''),(54154,10252,'_event_spaces',''),(54155,10253,'_event_spaces',''),(54156,10254,'_event_spaces',''),(54157,10255,'_event_spaces',''),(54158,10256,'_event_spaces',''),(54159,10257,'_event_spaces',''),(54160,10258,'_event_spaces',''),(54161,10259,'_event_spaces',''),(54162,10260,'_event_spaces',''),(54163,10261,'_event_spaces',''),(54164,10262,'_event_spaces',''),(54165,10263,'_event_spaces',''),(54166,10264,'_event_spaces',''),(54167,10265,'_event_spaces',''),(54168,10266,'_event_spaces',''),(54169,10267,'_event_spaces',''),(54170,10268,'_event_spaces',''),(54171,10269,'_event_spaces',''),(54172,10270,'_event_spaces',''),(54173,10271,'_event_spaces',''),(54174,10272,'_event_spaces',''),(54175,10273,'_event_spaces',''),(54176,10274,'_event_spaces',''),(54177,10275,'_event_spaces',''),(54178,10276,'_event_spaces',''),(54179,10277,'_event_spaces',''),(54180,10278,'_event_spaces',''),(54181,10279,'_event_spaces',''),(54182,10280,'_event_spaces',''),(54183,10281,'_event_spaces',''),(54184,10282,'_event_spaces',''),(54185,10283,'_event_spaces',''),(54186,10284,'_event_spaces',''),(54187,10285,'_event_spaces',''),(54188,10286,'_event_spaces',''),(54189,10287,'_event_spaces',''),(54190,10288,'_event_spaces',''),(54191,10289,'_event_spaces',''),(54192,10290,'_event_spaces',''),(54193,10291,'_event_spaces',''),(54194,10292,'_event_spaces',''),(54195,10293,'_event_spaces',''),(54196,10294,'_event_spaces',''),(54197,10295,'_event_spaces',''),(54198,10296,'_event_spaces',''),(54199,10297,'_event_spaces',''),(54200,10298,'_event_spaces',''),(54201,10299,'_event_spaces',''),(54202,10300,'_event_spaces',''),(54203,10301,'_event_spaces',''),(54204,10302,'_event_spaces',''),(54205,10303,'_event_spaces',''),(54206,10304,'_event_spaces',''),(54207,10305,'_event_spaces',''),(54208,10306,'_event_spaces',''),(54209,10307,'_event_spaces',''),(54210,10308,'_event_spaces',''),(54211,10309,'_event_spaces',''),(54212,10310,'_event_spaces',''),(54213,10311,'_event_spaces',''),(54214,10312,'_event_spaces',''),(54215,10313,'_event_spaces',''),(54216,10314,'_event_spaces',''),(54217,10315,'_event_spaces',''),(54218,10316,'_event_spaces',''),(54219,10317,'_event_spaces',''),(54220,10318,'_event_spaces',''),(54221,10319,'_event_spaces',''),(54222,10320,'_event_spaces',''),(54223,10321,'_event_spaces',''),(54224,10322,'_event_spaces',''),(54225,10323,'_event_spaces',''),(54226,10324,'_event_spaces',''),(54227,10325,'_event_spaces',''),(54228,10326,'_event_spaces',''),(54229,10327,'_event_spaces',''),(54230,10328,'_event_spaces',''),(54231,10329,'_event_spaces',''),(54232,10330,'_event_spaces',''),(54233,10331,'_event_spaces',''),(54234,10332,'_event_spaces',''),(54235,10333,'_event_spaces',''),(54236,10334,'_event_spaces',''),(54237,10335,'_event_spaces',''),(54238,10336,'_event_spaces',''),(54239,10337,'_event_spaces',''),(54240,10338,'_event_spaces',''),(54241,10339,'_event_spaces',''),(54242,10340,'_event_spaces',''),(54243,10341,'_event_spaces',''),(54244,10342,'_event_spaces',''),(54245,10343,'_event_spaces',''),(54246,10344,'_event_spaces',''),(54247,10345,'_event_spaces',''),(54248,10346,'_event_spaces',''),(54249,10347,'_event_spaces',''),(54250,10348,'_event_spaces',''),(54251,10349,'_event_spaces',''),(54252,10350,'_event_spaces',''),(54253,10351,'_event_spaces',''),(54254,10352,'_event_spaces',''),(54255,10353,'_event_spaces',''),(54256,10354,'_event_spaces',''),(54257,10355,'_event_spaces',''),(54258,10356,'_event_spaces',''),(54259,10357,'_event_spaces',''),(54260,10358,'_event_spaces',''),(54261,10359,'_event_spaces',''),(54262,10360,'_event_spaces',''),(54263,10361,'_event_spaces',''),(54264,10362,'_event_spaces',''),(54265,10363,'_event_spaces',''),(54266,10364,'_event_spaces',''),(54267,10365,'_event_spaces',''),(54268,10366,'_event_spaces',''),(54269,10367,'_event_spaces',''),(54270,10368,'_event_spaces',''),(54271,10369,'_event_spaces',''),(54272,10370,'_event_spaces',''),(54273,10371,'_event_spaces',''),(54274,10372,'_event_spaces',''),(54275,10373,'_event_spaces',''),(54276,10374,'_event_spaces',''),(54277,10375,'_event_spaces',''),(54278,10376,'_event_spaces',''),(54279,10377,'_event_spaces',''),(54280,10378,'_event_spaces',''),(54281,10379,'_event_spaces',''),(54282,10380,'_event_spaces',''),(54283,10381,'_event_spaces',''),(54284,10382,'_event_spaces',''),(54285,10383,'_event_spaces',''),(54286,10384,'_event_spaces',''),(54287,10385,'_event_spaces',''),(54288,10386,'_event_spaces',''),(54289,10387,'_event_spaces',''),(54290,10388,'_event_spaces',''),(54291,10389,'_event_spaces',''),(54292,10390,'_event_spaces',''),(54293,10391,'_event_spaces',''),(54294,10392,'_event_spaces',''),(54295,10393,'_event_spaces',''),(54296,10394,'_event_spaces',''),(54297,10395,'_event_spaces',''),(54298,10396,'_event_spaces',''),(54299,10397,'_event_spaces',''),(54300,10398,'_event_spaces',''),(54301,10399,'_event_spaces',''),(54302,10400,'_event_spaces',''),(54303,10401,'_event_spaces',''),(54304,10402,'_event_spaces',''),(54305,10403,'_event_spaces',''),(54306,10404,'_event_spaces',''),(54307,10405,'_event_spaces',''),(54308,10406,'_event_spaces',''),(54309,10407,'_event_spaces',''),(54310,10408,'_event_spaces',''),(54311,10409,'_event_spaces',''),(54312,10410,'_event_spaces',''),(54313,10411,'_event_spaces',''),(54314,10412,'_event_spaces',''),(54315,10413,'_event_spaces',''),(54316,10414,'_event_spaces',''),(54317,10415,'_event_spaces',''),(54318,10416,'_event_spaces',''),(54319,10417,'_event_spaces',''),(54320,10418,'_event_spaces',''),(54321,10419,'_event_spaces',''),(54322,10420,'_event_spaces',''),(54323,10421,'_event_spaces',''),(54324,10422,'_event_spaces',''),(54325,10423,'_event_spaces',''),(54326,10424,'_event_spaces',''),(54327,10425,'_event_spaces',''),(54328,10426,'_event_spaces',''),(54329,10427,'_event_spaces',''),(54330,10428,'_event_spaces',''),(54331,10429,'_event_spaces',''),(54332,10430,'_event_spaces',''),(54333,10431,'_event_spaces',''),(54334,10432,'_event_spaces',''),(54335,10433,'_event_spaces',''),(54336,10434,'_event_spaces',''),(54337,10435,'_event_spaces',''),(54338,10436,'_event_spaces',''),(54339,10437,'_event_spaces',''),(54340,10438,'_event_spaces',''),(54341,10439,'_event_spaces',''),(54342,10440,'_event_spaces',''),(54343,10441,'_event_spaces',''),(54344,10442,'_event_spaces',''),(54345,10443,'_event_spaces',''),(54346,10444,'_event_spaces',''),(54347,10445,'_event_spaces',''),(54348,10446,'_event_spaces',''),(54349,10447,'_event_spaces',''),(54350,10448,'_event_spaces',''),(54351,10449,'_event_spaces',''),(54352,10450,'_event_spaces',''),(54353,10451,'_event_spaces',''),(54354,10452,'_event_spaces',''),(54355,10453,'_event_spaces',''),(54356,10454,'_event_spaces',''),(54357,10455,'_event_spaces',''),(54358,10456,'_event_spaces',''),(54359,10457,'_event_spaces',''),(54360,10458,'_event_spaces',''),(54361,10459,'_event_spaces',''),(54362,10460,'_event_spaces',''),(54363,10461,'_event_spaces',''),(54364,10462,'_event_spaces',''),(54365,10463,'_event_spaces',''),(54366,10464,'_event_spaces',''),(54367,10465,'_event_spaces',''),(54368,10466,'_event_spaces',''),(54369,10467,'_event_spaces',''),(54370,10468,'_event_spaces',''),(54371,10469,'_event_spaces',''),(54372,10470,'_event_spaces',''),(54373,10471,'_event_spaces',''),(54374,10472,'_event_spaces',''),(54375,10473,'_event_spaces',''),(54376,10474,'_event_spaces',''),(54377,10475,'_event_spaces',''),(54378,10476,'_event_spaces',''),(54379,10477,'_event_spaces',''),(54380,10478,'_event_spaces',''),(54381,10479,'_event_spaces',''),(54382,10480,'_event_spaces',''),(54383,10481,'_event_spaces',''),(54384,10482,'_event_spaces',''),(54385,10483,'_event_spaces',''),(54386,10484,'_event_spaces',''),(54387,10485,'_event_spaces',''),(54388,10486,'_event_spaces',''),(54389,10487,'_event_spaces',''),(54390,10488,'_event_spaces',''),(54391,10489,'_event_spaces',''),(54392,10490,'_event_spaces',''),(54393,10491,'_event_spaces',''),(54394,10492,'_event_spaces',''),(54395,10493,'_event_spaces',''),(54396,10494,'_event_spaces',''),(54397,10495,'_event_spaces',''),(54398,10496,'_event_spaces',''),(54399,10497,'_event_spaces',''),(54400,10498,'_event_spaces',''),(54401,10499,'_event_spaces',''),(54402,10500,'_event_spaces',''),(54403,10501,'_event_spaces',''),(54404,10502,'_event_spaces',''),(54405,10503,'_event_spaces',''),(54406,10504,'_event_spaces',''),(54407,10505,'_event_spaces',''),(54408,10506,'_event_spaces',''),(54409,10507,'_event_spaces',''),(54410,10508,'_event_spaces',''),(54411,10509,'_event_spaces',''),(54412,10510,'_event_spaces',''),(54413,10511,'_event_spaces',''),(54414,10512,'_event_spaces',''),(54415,10513,'_event_spaces',''),(54416,10514,'_event_spaces',''),(54417,10515,'_event_spaces',''),(54418,10516,'_event_spaces',''),(54419,10517,'_event_spaces',''),(54420,10518,'_event_spaces',''),(54421,10519,'_event_spaces',''),(54422,10520,'_event_spaces',''),(54423,10521,'_event_spaces',''),(54424,10522,'_event_spaces',''),(54425,10523,'_event_spaces',''),(54426,10524,'_event_spaces',''),(54427,10525,'_event_spaces',''),(54428,10526,'_event_spaces',''),(54429,10527,'_event_spaces',''),(54430,10528,'_event_spaces',''),(54431,10529,'_event_spaces',''),(54432,10530,'_event_spaces',''),(54433,10531,'_event_spaces',''),(54434,10532,'_event_spaces',''),(54435,10533,'_event_spaces',''),(54436,10534,'_event_spaces',''),(54437,10535,'_event_spaces',''),(54438,10536,'_event_spaces',''),(54439,10537,'_event_spaces',''),(54440,10538,'_event_spaces',''),(54441,10539,'_event_spaces',''),(54442,10540,'_event_spaces',''),(54443,10541,'_event_spaces',''),(54444,10542,'_event_spaces',''),(54445,10543,'_event_spaces',''),(54446,10544,'_event_spaces',''),(54447,10545,'_event_spaces',''),(54448,10546,'_event_spaces',''),(54449,10547,'_event_spaces',''),(54450,10548,'_event_spaces',''),(54451,10549,'_event_spaces',''),(54452,10550,'_event_spaces',''),(54453,10551,'_event_spaces',''),(54454,10552,'_event_spaces',''),(54455,10553,'_event_spaces',''),(54456,10554,'_event_spaces',''),(54457,10555,'_event_spaces',''),(54458,10556,'_event_spaces',''),(54459,10557,'_event_spaces',''),(54460,10558,'_event_spaces',''),(54461,10559,'_event_spaces',''),(54462,10560,'_event_spaces',''),(54463,10561,'_event_spaces',''),(54464,10562,'_event_spaces',''),(54465,10563,'_event_spaces',''),(54466,10564,'_event_spaces',''),(54467,10565,'_event_spaces',''),(54468,10566,'_event_spaces',''),(54469,10567,'_event_spaces',''),(54470,10568,'_event_spaces',''),(54471,10569,'_event_spaces',''),(54472,10570,'_event_spaces',''),(54473,10571,'_event_spaces',''),(54474,10572,'_event_spaces',''),(54475,10573,'_event_spaces',''),(54476,10574,'_event_spaces',''),(54477,10575,'_event_spaces',''),(54478,10576,'_event_spaces',''),(54479,10577,'_event_spaces',''),(54480,10578,'_event_spaces',''),(54481,10579,'_event_spaces',''),(54482,10580,'_event_spaces',''),(54483,10581,'_event_spaces',''),(54484,10582,'_event_spaces',''),(54485,10583,'_event_spaces',''),(54486,10584,'_event_spaces',''),(54487,10585,'_event_spaces',''),(54488,10586,'_event_spaces',''),(54489,10587,'_event_spaces',''),(54490,10588,'_event_spaces',''),(54491,10589,'_event_spaces',''),(54492,10590,'_event_spaces',''),(54493,10591,'_event_spaces',''),(54494,10592,'_event_spaces',''),(54495,10593,'_event_spaces',''),(54496,10594,'_event_spaces',''),(54497,10595,'_event_spaces',''),(54498,10596,'_event_spaces',''),(54499,10597,'_event_spaces',''),(54500,10598,'_event_spaces',''),(54501,10599,'_event_spaces',''),(54502,10600,'_event_spaces',''),(54503,10601,'_event_spaces',''),(54504,10602,'_event_spaces',''),(54505,10603,'_event_spaces',''),(54506,10604,'_event_spaces',''),(54507,10605,'_event_spaces',''),(54508,10606,'_event_spaces',''),(54509,10607,'_event_spaces',''),(54510,10608,'_event_spaces',''),(54511,10609,'_event_spaces',''),(54512,10610,'_event_spaces',''),(54513,10611,'_event_spaces',''),(54514,10612,'_event_spaces',''),(54515,10613,'_event_spaces',''),(54516,10614,'_event_spaces',''),(54517,10615,'_event_spaces',''),(54518,10616,'_event_spaces',''),(54519,10617,'_event_spaces',''),(54520,10618,'_event_spaces',''),(54521,10619,'_event_spaces',''),(54522,10620,'_event_spaces',''),(54523,10621,'_event_spaces',''),(54524,10622,'_event_spaces',''),(54525,10623,'_event_spaces',''),(54526,10624,'_event_spaces',''),(54527,10625,'_event_spaces',''),(54528,10626,'_event_spaces',''),(54529,10627,'_event_spaces',''),(54530,10628,'_event_spaces',''),(54531,10629,'_event_spaces',''),(54532,10630,'_event_spaces',''),(54533,10631,'_event_spaces',''),(54534,10632,'_event_spaces',''),(54535,10633,'_event_spaces',''),(54536,10634,'_event_spaces',''),(54537,10635,'_event_spaces',''),(54538,10636,'_event_spaces',''),(54539,10637,'_event_spaces',''),(54540,10638,'_event_spaces',''),(54541,10639,'_event_spaces',''),(54542,10640,'_event_spaces',''),(54543,10641,'_event_spaces',''),(54544,10642,'_event_spaces',''),(54545,10643,'_event_spaces',''),(54546,10644,'_event_spaces',''),(54547,10645,'_event_spaces',''),(54548,10646,'_event_spaces',''),(54549,10647,'_event_spaces',''),(54550,10648,'_event_spaces',''),(54551,10649,'_event_spaces',''),(54552,10650,'_event_spaces',''),(54553,10651,'_event_spaces',''),(54554,10652,'_event_spaces',''),(54555,10653,'_event_spaces',''),(54556,10654,'_event_spaces',''),(54557,10655,'_event_spaces',''),(54558,10656,'_event_spaces',''),(54559,10657,'_event_spaces',''),(54560,10658,'_event_spaces',''),(54561,10659,'_event_spaces',''),(54562,10660,'_event_spaces',''),(54563,10661,'_event_spaces',''),(54564,10662,'_event_spaces',''),(54565,10663,'_event_spaces',''),(54566,10664,'_event_spaces',''),(54567,10665,'_event_spaces',''),(54568,10666,'_event_spaces',''),(54569,10667,'_event_spaces',''),(54570,10668,'_event_spaces',''),(54571,10669,'_event_spaces',''),(54572,10670,'_event_spaces',''),(54573,10671,'_event_spaces',''),(54574,10672,'_event_spaces',''),(54575,10673,'_event_spaces',''),(54576,10674,'_event_spaces',''),(54577,10675,'_event_spaces',''),(54578,10676,'_event_spaces',''),(54579,10677,'_event_spaces',''),(54580,10678,'_event_spaces',''),(54581,10679,'_event_spaces',''),(54582,10680,'_event_spaces',''),(54583,10681,'_event_spaces',''),(54584,10682,'_event_spaces',''),(54585,10683,'_event_spaces',''),(54586,10684,'_event_spaces',''),(54587,10685,'_event_spaces',''),(54588,10686,'_event_spaces',''),(54589,10687,'_event_spaces',''),(54590,10688,'_event_spaces',''),(54591,10689,'_event_spaces',''),(54592,10690,'_event_spaces',''),(54593,10691,'_event_spaces',''),(54594,10692,'_event_spaces',''),(54595,10693,'_event_spaces',''),(54596,10694,'_event_spaces',''),(54597,10695,'_event_spaces',''),(54598,10696,'_event_spaces',''),(54599,10697,'_event_spaces',''),(54600,10698,'_event_spaces',''),(54601,10699,'_event_spaces',''),(54602,10700,'_event_spaces',''),(54603,10701,'_event_spaces',''),(54604,10702,'_event_spaces',''),(54605,10703,'_event_spaces',''),(54606,10704,'_event_spaces',''),(54607,10705,'_event_spaces',''),(54608,10706,'_event_spaces',''),(54609,10707,'_event_spaces',''),(54610,10708,'_event_spaces',''),(54611,10709,'_event_spaces',''),(54612,10710,'_event_spaces',''),(54613,10711,'_event_spaces',''),(54614,10712,'_event_spaces',''),(54615,10713,'_event_spaces',''),(54616,10714,'_event_spaces',''),(54617,10715,'_event_spaces',''),(54619,10717,'_event_spaces',''),(54620,10718,'_event_spaces',''),(54622,10720,'_event_spaces',''),(54623,10721,'_event_spaces',''),(54624,10722,'_event_spaces',''),(54625,10723,'_event_spaces',''),(54626,10724,'_event_spaces',''),(54627,10725,'_event_spaces',''),(54628,10726,'_event_spaces',''),(54629,10727,'_event_spaces',''),(54630,10728,'_event_spaces',''),(54631,10729,'_event_spaces',''),(54632,10730,'_event_spaces',''),(54633,10731,'_event_spaces',''),(54634,10732,'_event_spaces',''),(54635,10733,'_event_spaces',''),(54636,10734,'_event_spaces',''),(54637,10735,'_event_spaces',''),(54638,10736,'_event_spaces',''),(54639,10737,'_event_spaces',''),(54640,10738,'_event_spaces',''),(54641,10739,'_event_spaces',''),(54642,10740,'_event_spaces',''),(54643,10741,'_event_spaces',''),(54644,10742,'_event_spaces',''),(54645,10743,'_event_spaces',''),(54646,10744,'_event_spaces',''),(54647,10745,'_event_spaces',''),(54648,10746,'_event_spaces',''),(54649,10747,'_event_spaces',''),(54650,10748,'_event_spaces',''),(54651,10749,'_event_spaces',''),(54652,10750,'_event_spaces',''),(54653,10751,'_event_spaces',''),(54654,10752,'_event_spaces',''),(54655,10753,'_event_spaces',''),(54656,10754,'_event_spaces',''),(54657,10755,'_event_spaces',''),(54658,10756,'_event_spaces',''),(54659,10757,'_event_spaces',''),(54660,10758,'_event_spaces',''),(54661,10759,'_event_spaces',''),(54662,10760,'_event_spaces',''),(54663,10761,'_event_spaces',''),(54664,10762,'_event_spaces',''),(54665,10763,'_event_spaces',''),(54666,10764,'_event_spaces',''),(54667,10765,'_event_spaces',''),(54668,10766,'_event_spaces',''),(54669,10767,'_event_spaces',''),(54670,10768,'_event_spaces',''),(54671,10769,'_event_spaces',''),(54672,10770,'_event_spaces',''),(54673,10771,'_event_spaces',''),(54674,10772,'_event_spaces',''),(54675,10773,'_event_spaces',''),(54676,10774,'_event_spaces',''),(54677,10775,'_event_spaces',''),(54678,10776,'_event_spaces',''),(54679,10777,'_event_spaces',''),(54680,10778,'_event_spaces',''),(54681,10779,'_event_spaces',''),(54682,10780,'_event_spaces',''),(54683,10781,'_event_spaces',''),(54684,10782,'_event_spaces',''),(54685,10783,'_event_spaces',''),(54686,10784,'_event_spaces',''),(54687,10785,'_event_spaces',''),(54688,10786,'_event_spaces',''),(54689,10787,'_event_spaces',''),(54690,10788,'_event_spaces',''),(54691,10789,'_event_spaces',''),(54692,10790,'_event_spaces',''),(54693,10791,'_event_spaces',''),(54694,10792,'_event_spaces',''),(54695,10793,'_event_spaces',''),(54696,10794,'_event_spaces',''),(54697,10795,'_event_spaces',''),(54698,10796,'_event_spaces',''),(54699,10797,'_event_spaces',''),(54700,10798,'_event_spaces',''),(54701,10799,'_event_spaces',''),(54702,10800,'_event_spaces',''),(54703,10801,'_event_spaces',''),(54704,10802,'_event_spaces',''),(54705,10803,'_event_spaces',''),(54706,10804,'_event_spaces',''),(54707,10805,'_event_spaces',''),(54708,10806,'_event_spaces',''),(54709,10807,'_event_spaces',''),(54710,10808,'_event_spaces',''),(54711,10809,'_event_spaces',''),(54712,10810,'_event_spaces',''),(54713,10811,'_event_spaces',''),(54714,10812,'_event_spaces',''),(54715,10813,'_event_spaces',''),(54716,10814,'_event_spaces',''),(54717,10815,'_event_spaces',''),(54718,10816,'_event_spaces',''),(54719,10817,'_event_spaces',''),(54720,10818,'_event_spaces',''),(54721,10819,'_event_spaces',''),(54722,10820,'_event_spaces',''),(54723,10821,'_event_spaces',''),(54724,10822,'_event_spaces',''),(54725,10823,'_event_spaces',''),(54726,10824,'_event_spaces',''),(54727,10825,'_event_spaces',''),(54728,10826,'_event_spaces',''),(54729,10827,'_event_spaces',''),(54730,10828,'_event_spaces',''),(54731,10829,'_event_spaces',''),(54732,10830,'_event_spaces',''),(54733,10831,'_event_spaces',''),(54734,10832,'_event_spaces',''),(54735,10833,'_event_spaces',''),(54736,10834,'_event_spaces',''),(54737,10835,'_event_spaces',''),(54738,10836,'_event_spaces',''),(54739,10837,'_event_spaces',''),(54740,10838,'_event_spaces',''),(54741,10839,'_event_spaces',''),(54742,10840,'_event_spaces',''),(54743,10841,'_event_spaces',''),(54744,10842,'_event_spaces',''),(54745,10843,'_event_spaces',''),(54746,10844,'_event_spaces',''),(54747,10845,'_event_spaces',''),(54748,10846,'_event_spaces',''),(54749,10847,'_event_spaces',''),(54750,10848,'_event_spaces',''),(54751,10849,'_event_spaces',''),(54752,10850,'_event_spaces',''),(54753,10851,'_event_spaces',''),(54754,10852,'_event_spaces',''),(54755,10853,'_event_spaces',''),(54756,10854,'_event_spaces',''),(55715,9766,'_location_id','14'),(55716,9767,'_location_id','14'),(55717,9768,'_location_id','14'),(55718,9769,'_location_id','14'),(55719,9770,'_location_id','14'),(55720,9771,'_location_id','14'),(55721,9772,'_location_id','14'),(55722,9773,'_location_id','14'),(55723,9774,'_location_id','14'),(55724,9775,'_location_id','14'),(55725,9776,'_location_id','14'),(55726,9777,'_location_id','14'),(55727,9778,'_location_id','14'),(55728,9779,'_location_id','14'),(55729,9780,'_location_id','14'),(55730,9781,'_location_id','14'),(55731,9782,'_location_id','14'),(55732,9783,'_location_id','14'),(55733,9784,'_location_id','14'),(55734,9785,'_location_id','14'),(55735,9786,'_location_id','14'),(55736,9787,'_location_id','14'),(55737,9788,'_location_id','27'),(55738,9789,'_location_id','27'),(55739,9790,'_location_id','27'),(55740,9791,'_location_id','26'),(55741,9792,'_location_id','26'),(55742,9793,'_location_id','26'),(55743,9794,'_location_id','26'),(55744,9795,'_location_id','26'),(55745,9796,'_location_id','26'),(55746,9797,'_location_id','26'),(55747,9798,'_location_id','26'),(55748,9799,'_location_id','26'),(55749,9800,'_location_id','26'),(55750,9801,'_location_id','21'),(55751,9802,'_location_id','24'),(55752,9803,'_location_id','22'),(55753,9804,'_location_id','76'),(55754,9805,'_location_id','76'),(55755,9806,'_location_id','76'),(55756,9807,'_location_id','76'),(55757,9808,'_location_id','30'),(55758,9809,'_location_id','30'),(55759,9810,'_location_id','30'),(55760,9811,'_location_id','30'),(55761,9812,'_location_id','30'),(55762,9813,'_location_id','30'),(55763,9814,'_location_id','30'),(55764,9815,'_location_id','30'),(55765,9816,'_location_id','30'),(55766,9817,'_location_id','30'),(55767,9818,'_location_id','30'),(55768,9819,'_location_id','30'),(55769,9820,'_location_id','30'),(55770,9821,'_location_id','30'),(55771,9822,'_location_id','30'),(55772,9823,'_location_id','30'),(55773,9824,'_location_id','30'),(55774,9825,'_location_id','30'),(55775,9826,'_location_id','30'),(55776,9827,'_location_id','29'),(55777,9828,'_location_id','17'),(55778,9829,'_location_id','4'),(55779,9830,'_location_id','81'),(55781,9832,'_location_id','50'),(55782,9833,'_location_id','22'),(55783,9834,'_location_id','27'),(55784,9835,'_location_id','2'),(55785,9836,'_location_id','2'),(55786,9837,'_location_id','2'),(55787,9838,'_location_id','2'),(55788,9839,'_location_id','2'),(55789,9840,'_location_id','2'),(55790,9841,'_location_id','2'),(55791,9842,'_location_id','2'),(55792,9843,'_location_id','0'),(55793,9844,'_location_id','0'),(55794,9845,'_location_id','0'),(55795,9846,'_location_id','0'),(55796,9847,'_location_id','2'),(55797,9848,'_location_id','2'),(55798,9849,'_location_id','2'),(55799,9850,'_location_id','2'),(55800,9851,'_location_id','2'),(55801,9852,'_location_id','2'),(55802,9853,'_location_id','2'),(55803,9854,'_location_id','2'),(55804,9855,'_location_id','2'),(55805,9856,'_location_id','2'),(55806,9857,'_location_id','2'),(55807,9858,'_location_id','2'),(55808,9859,'_location_id','2'),(55809,9860,'_location_id','2'),(55810,9861,'_location_id','2'),(55811,9862,'_location_id','3'),(55812,9863,'_location_id','3'),(55813,9864,'_location_id','3'),(55814,9865,'_location_id','3'),(55815,9866,'_location_id','3'),(55816,9867,'_location_id','3'),(55817,9868,'_location_id','3'),(55818,9869,'_location_id','3'),(55819,9870,'_location_id','3'),(55820,9871,'_location_id','3'),(55821,9872,'_location_id','3'),(55822,9873,'_location_id','3'),(55823,9874,'_location_id','3'),(55824,9875,'_location_id','3'),(55825,9876,'_location_id','3'),(55826,9877,'_location_id','3'),(55827,9878,'_location_id','3'),(55828,9879,'_location_id','3'),(55829,9880,'_location_id','3'),(55830,9881,'_location_id','4'),(55831,9882,'_location_id','4'),(55832,9883,'_location_id','4'),(55833,9884,'_location_id','4'),(55834,9885,'_location_id','4'),(55835,9886,'_location_id','4'),(55836,9887,'_location_id','4'),(55837,9888,'_location_id','4'),(55838,9889,'_location_id','4'),(55839,9890,'_location_id','4'),(55840,9891,'_location_id','3'),(55841,9892,'_location_id','4'),(55842,9893,'_location_id','4'),(55843,9894,'_location_id','4'),(55844,9895,'_location_id','4'),(55845,9896,'_location_id','4'),(55846,9897,'_location_id','4'),(55847,9898,'_location_id','4'),(55848,9899,'_location_id','4'),(55849,9900,'_location_id','0'),(55850,9901,'_location_id','4'),(55851,9902,'_location_id','4'),(55852,9903,'_location_id','4'),(55853,9904,'_location_id','4'),(55854,9905,'_location_id','4'),(55855,9906,'_location_id','4'),(55856,9907,'_location_id','4'),(55857,9908,'_location_id','4'),(55858,9909,'_location_id','4'),(55859,9910,'_location_id','4'),(55860,9911,'_location_id','4'),(55861,9912,'_location_id','4'),(55862,9913,'_location_id','4'),(55863,9914,'_location_id','4'),(55864,9915,'_location_id','4'),(55865,9916,'_location_id','4'),(55866,9917,'_location_id','4'),(55867,9918,'_location_id','4'),(55868,9919,'_location_id','4'),(55869,9920,'_location_id','4'),(55870,9921,'_location_id','4'),(55871,9922,'_location_id','4'),(55872,9923,'_location_id','4'),(55873,9924,'_location_id','4'),(55874,9925,'_location_id','4'),(55875,9926,'_location_id','4'),(55876,9927,'_location_id','4'),(55877,9928,'_location_id','4'),(55878,9929,'_location_id','4'),(55879,9930,'_location_id','4'),(55880,9931,'_location_id','4'),(55881,9932,'_location_id','4'),(55882,9933,'_location_id','4'),(55883,9934,'_location_id','4'),(55884,9935,'_location_id','4'),(55885,9936,'_location_id','4'),(55886,9937,'_location_id','4'),(55887,9938,'_location_id','4'),(55888,9939,'_location_id','4'),(55889,9940,'_location_id','4'),(55890,9941,'_location_id','4'),(55891,9942,'_location_id','4'),(55892,9943,'_location_id','4'),(55893,9944,'_location_id','4'),(55894,9945,'_location_id','4'),(55895,9946,'_location_id','4'),(55896,9947,'_location_id','4'),(55897,9948,'_location_id','4'),(55898,9949,'_location_id','4'),(55899,9950,'_location_id','4'),(55900,9951,'_location_id','4'),(55901,9952,'_location_id','4'),(55902,9953,'_location_id','4'),(55903,9954,'_location_id','4'),(55904,9955,'_location_id','4'),(55905,9956,'_location_id','4'),(55906,9957,'_location_id','4'),(55907,9958,'_location_id','4'),(55908,9959,'_location_id','4'),(55909,9960,'_location_id','4'),(55910,9961,'_location_id','4'),(55911,9962,'_location_id','4'),(55912,9963,'_location_id','4'),(55913,9964,'_location_id','4'),(55914,9965,'_location_id','4'),(55915,9966,'_location_id','4'),(55916,9967,'_location_id','4'),(55917,9968,'_location_id','4'),(55918,9969,'_location_id','4'),(55919,9970,'_location_id','4'),(55920,9971,'_location_id','4'),(55921,9972,'_location_id','4'),(55922,9973,'_location_id','4'),(55923,9974,'_location_id','5'),(55924,9975,'_location_id','21'),(55925,9976,'_location_id','21'),(55926,9977,'_location_id','21'),(55927,9978,'_location_id','21'),(55928,9979,'_location_id','21'),(55929,9980,'_location_id','21'),(55930,9981,'_location_id','21'),(55931,9982,'_location_id','21'),(55932,9983,'_location_id','21'),(55933,9984,'_location_id','21'),(55934,9985,'_location_id','21'),(55935,9986,'_location_id','21'),(55936,9987,'_location_id','21'),(55937,9988,'_location_id','21'),(55938,9989,'_location_id','21'),(55939,9990,'_location_id','21'),(55940,9991,'_location_id','21'),(55941,9992,'_location_id','21'),(55942,9993,'_location_id','21'),(55943,9994,'_location_id','21'),(55944,9995,'_location_id','21'),(55945,9996,'_location_id','21'),(55946,9997,'_location_id','21'),(55947,9998,'_location_id','5'),(55948,9999,'_location_id','5'),(55949,10000,'_location_id','5'),(55951,10002,'_location_id','5'),(55952,10003,'_location_id','5'),(55953,10004,'_location_id','5'),(55954,10005,'_location_id','5'),(55955,10006,'_location_id','5'),(55956,10007,'_location_id','5'),(55957,10008,'_location_id','5'),(55970,10021,'_location_id','4'),(56010,10061,'_location_id','5'),(56011,10062,'_location_id','5'),(56012,10063,'_location_id','5'),(56013,10064,'_location_id','5'),(56014,10065,'_location_id','4'),(56015,10066,'_location_id','5'),(56016,10067,'_location_id','5'),(56017,10068,'_location_id','5'),(56018,10069,'_location_id','5'),(56019,10070,'_location_id','5'),(56020,10071,'_location_id','5'),(56021,10072,'_location_id','5'),(56022,10073,'_location_id','5'),(56023,10074,'_location_id','5'),(56024,10075,'_location_id','5'),(56025,10076,'_location_id','5'),(56026,10077,'_location_id','5'),(56027,10078,'_location_id','5'),(56028,10079,'_location_id','5'),(56029,10080,'_location_id','5'),(56030,10081,'_location_id','5'),(56031,10082,'_location_id','5'),(56032,10083,'_location_id','5'),(56033,10084,'_location_id','5'),(56034,10085,'_location_id','5'),(56035,10086,'_location_id','5'),(56036,10087,'_location_id','5'),(56037,10088,'_location_id','5'),(56038,10089,'_location_id','5'),(56039,10090,'_location_id','5'),(56040,10091,'_location_id','5'),(56041,10092,'_location_id','5'),(56042,10093,'_location_id','5'),(56043,10094,'_location_id','5'),(56044,10095,'_location_id','5'),(56045,10096,'_location_id','5'),(56046,10097,'_location_id','5'),(56047,10098,'_location_id','5'),(56048,10099,'_location_id','5'),(56049,10100,'_location_id','5'),(56050,10101,'_location_id','5'),(56051,10102,'_location_id','5'),(56052,10103,'_location_id','5'),(56053,10104,'_location_id','5'),(56054,10105,'_location_id','5'),(56055,10106,'_location_id','5'),(56056,10107,'_location_id','5'),(56057,10108,'_location_id','5'),(56058,10109,'_location_id','5'),(56059,10110,'_location_id','5'),(56060,10111,'_location_id','5'),(56061,10112,'_location_id','5'),(56062,10113,'_location_id','5'),(56063,10114,'_location_id','5'),(56064,10115,'_location_id','5'),(56065,10116,'_location_id','5'),(56066,10117,'_location_id','5'),(56067,10118,'_location_id','5'),(56068,10119,'_location_id','5'),(56069,10120,'_location_id','5'),(56070,10121,'_location_id','5'),(56071,10122,'_location_id','5'),(56072,10123,'_location_id','5'),(56073,10124,'_location_id','5'),(56074,10125,'_location_id','5'),(56075,10126,'_location_id','5'),(56076,10127,'_location_id','5'),(56077,10128,'_location_id','5'),(56078,10129,'_location_id','0'),(56079,10130,'_location_id','5'),(56080,10131,'_location_id','5'),(56081,10132,'_location_id','5'),(56082,10133,'_location_id','5'),(56083,10134,'_location_id','5'),(56084,10135,'_location_id','5'),(56085,10136,'_location_id','5'),(56086,10137,'_location_id','5'),(56087,10138,'_location_id','5'),(56088,10139,'_location_id','5'),(56089,10140,'_location_id','5'),(56090,10141,'_location_id','5'),(56091,10142,'_location_id','5'),(56092,10143,'_location_id','5'),(56093,10144,'_location_id','5'),(56094,10145,'_location_id','5'),(56095,10146,'_location_id','5'),(56096,10147,'_location_id','5'),(56097,10148,'_location_id','5'),(56098,10149,'_location_id','5'),(56099,10150,'_location_id','5'),(56100,10151,'_location_id','5'),(56101,10152,'_location_id','5'),(56102,10153,'_location_id','5'),(56103,10154,'_location_id','5'),(56104,10155,'_location_id','5'),(56105,10156,'_location_id','5'),(56106,10157,'_location_id','5'),(56107,10158,'_location_id','5'),(56108,10159,'_location_id','5'),(56109,10160,'_location_id','5'),(56110,10161,'_location_id','5'),(56111,10162,'_location_id','5'),(56112,10163,'_location_id','5'),(56113,10164,'_location_id','5'),(56114,10165,'_location_id','5'),(56115,10166,'_location_id','5'),(56116,10167,'_location_id','5'),(56117,10168,'_location_id','5'),(56118,10169,'_location_id','5'),(56119,10170,'_location_id','5'),(56120,10171,'_location_id','5'),(56121,10172,'_location_id','5'),(56122,10173,'_location_id','5'),(56123,10174,'_location_id','5'),(56124,10175,'_location_id','5'),(56125,10176,'_location_id','5'),(56126,10177,'_location_id','5'),(56127,10178,'_location_id','5'),(56128,10179,'_location_id','3'),(56129,10180,'_location_id','6'),(56130,10181,'_location_id','6'),(56131,10182,'_location_id','6'),(56132,10183,'_location_id','6'),(56133,10184,'_location_id','6'),(56134,10185,'_location_id','6'),(56135,10186,'_location_id','6'),(56136,10187,'_location_id','6'),(56137,10188,'_location_id','7'),(56138,10189,'_location_id','7'),(56139,10190,'_location_id','7'),(56140,10191,'_location_id','7'),(56141,10192,'_location_id','7'),(56142,10193,'_location_id','7'),(56143,10194,'_location_id','7'),(56144,10195,'_location_id','7'),(56145,10196,'_location_id','7'),(56146,10197,'_location_id','7'),(56147,10198,'_location_id','7'),(56148,10199,'_location_id','7'),(56149,10200,'_location_id','6'),(56150,10201,'_location_id','7'),(56151,10202,'_location_id','6'),(56152,10203,'_location_id','7'),(56153,10204,'_location_id','7'),(56154,10205,'_location_id','6'),(56155,10206,'_location_id','7'),(56156,10207,'_location_id','7'),(56157,10208,'_location_id','7'),(56158,10209,'_location_id','7'),(56159,10210,'_location_id','7'),(56160,10211,'_location_id','7'),(56161,10212,'_location_id','7'),(56162,10213,'_location_id','7'),(56163,10214,'_location_id','7'),(56164,10215,'_location_id','7'),(56165,10216,'_location_id','7'),(56166,10217,'_location_id','7'),(56167,10218,'_location_id','7'),(56168,10219,'_location_id','7'),(56169,10220,'_location_id','7'),(56170,10221,'_location_id','7'),(56171,10222,'_location_id','7'),(56172,10223,'_location_id','7'),(56173,10224,'_location_id','7'),(56174,10225,'_location_id','7'),(56175,10226,'_location_id','7'),(56176,10227,'_location_id','7'),(56177,10228,'_location_id','8'),(56178,10229,'_location_id','8'),(56179,10230,'_location_id','8'),(56180,10231,'_location_id','8'),(56181,10232,'_location_id','8'),(56182,10233,'_location_id','8'),(56183,10234,'_location_id','8'),(56184,10235,'_location_id','8'),(56185,10236,'_location_id','8'),(56193,10244,'_location_id','7'),(56196,10247,'_location_id','8'),(56197,10248,'_location_id','8'),(56198,10249,'_location_id','28'),(56199,10250,'_location_id','28'),(56200,10251,'_location_id','28'),(56201,10252,'_location_id','28'),(56202,10253,'_location_id','28'),(56203,10254,'_location_id','28'),(56204,10255,'_location_id','28'),(56205,10256,'_location_id','28'),(56206,10257,'_location_id','28'),(56207,10258,'_location_id','28'),(56208,10259,'_location_id','28'),(56209,10260,'_location_id','28'),(56210,10261,'_location_id','28'),(56211,10262,'_location_id','28'),(56212,10263,'_location_id','9'),(56213,10264,'_location_id','9'),(56214,10265,'_location_id','9'),(56215,10266,'_location_id','9'),(56216,10267,'_location_id','9'),(56217,10268,'_location_id','9'),(56218,10269,'_location_id','9'),(56219,10270,'_location_id','9'),(56220,10271,'_location_id','9'),(56221,10272,'_location_id','9'),(56222,10273,'_location_id','9'),(56223,10274,'_location_id','9'),(56224,10275,'_location_id','9'),(56225,10276,'_location_id','9'),(56226,10277,'_location_id','9'),(56227,10278,'_location_id','9'),(56228,10279,'_location_id','9'),(56229,10280,'_location_id','9'),(56230,10281,'_location_id','9'),(56231,10282,'_location_id','9'),(56232,10283,'_location_id','9'),(56233,10284,'_location_id','9'),(56234,10285,'_location_id','9'),(56235,10286,'_location_id','9'),(56236,10287,'_location_id','9'),(56237,10288,'_location_id','9'),(56238,10289,'_location_id','9'),(56239,10290,'_location_id','9'),(56240,10291,'_location_id','9'),(56241,10292,'_location_id','38'),(56242,10293,'_location_id','9'),(56243,10294,'_location_id','9'),(56244,10295,'_location_id','9'),(56245,10296,'_location_id','9'),(56246,10297,'_location_id','1'),(56247,10298,'_location_id','9'),(56248,10299,'_location_id','9'),(56249,10300,'_location_id','28'),(56250,10301,'_location_id','21'),(56251,10302,'_location_id','21'),(56252,10303,'_location_id','21'),(56253,10304,'_location_id','21'),(56254,10305,'_location_id','21'),(56255,10306,'_location_id','21'),(56256,10307,'_location_id','28'),(56257,10308,'_location_id','28'),(56258,10309,'_location_id','28'),(56259,10310,'_location_id','28'),(56260,10311,'_location_id','9'),(56261,10312,'_location_id','9'),(56262,10313,'_location_id','9'),(56263,10314,'_location_id','3'),(56264,10315,'_location_id','3'),(56265,10316,'_location_id','3'),(56266,10317,'_location_id','3'),(56267,10318,'_location_id','3'),(56268,10319,'_location_id','3'),(56269,10320,'_location_id','3'),(56270,10321,'_location_id','3'),(56271,10322,'_location_id','3'),(56272,10323,'_location_id','3'),(56273,10324,'_location_id','3'),(56274,10325,'_location_id','3'),(56275,10326,'_location_id','3'),(56276,10327,'_location_id','3'),(56277,10328,'_location_id','1'),(56278,10329,'_location_id','1'),(56279,10330,'_location_id','1'),(56280,10331,'_location_id','1'),(56281,10332,'_location_id','1'),(56282,10333,'_location_id','1'),(56283,10334,'_location_id','1'),(56284,10335,'_location_id','1'),(56285,10336,'_location_id','1'),(56286,10337,'_location_id','5'),(56287,10338,'_location_id','1'),(56288,10339,'_location_id','1'),(56289,10340,'_location_id','1'),(56290,10341,'_location_id','1'),(56291,10342,'_location_id','1'),(56292,10343,'_location_id','1'),(56293,10344,'_location_id','1'),(56294,10345,'_location_id','0'),(56295,10346,'_location_id','1'),(56296,10347,'_location_id','11'),(56297,10348,'_location_id','11'),(56298,10349,'_location_id','11'),(56299,10350,'_location_id','11'),(56300,10351,'_location_id','11'),(56301,10352,'_location_id','11'),(56302,10353,'_location_id','11'),(56303,10354,'_location_id','11'),(56304,10355,'_location_id','11'),(56305,10356,'_location_id','11'),(56306,10357,'_location_id','11'),(56307,10358,'_location_id','11'),(56308,10359,'_location_id','11'),(56309,10360,'_location_id','11'),(56310,10361,'_location_id','11'),(56311,10362,'_location_id','11'),(56312,10363,'_location_id','11'),(56313,10364,'_location_id','11'),(56314,10365,'_location_id','11'),(56315,10366,'_location_id','12'),(56316,10367,'_location_id','12'),(56317,10368,'_location_id','12'),(56318,10369,'_location_id','12'),(56319,10370,'_location_id','12'),(56320,10371,'_location_id','12'),(56321,10372,'_location_id','12'),(56322,10373,'_location_id','12'),(56323,10374,'_location_id','12'),(56324,10375,'_location_id','12'),(56325,10376,'_location_id','12'),(56326,10377,'_location_id','12'),(56327,10378,'_location_id','12'),(56328,10379,'_location_id','12'),(56329,10380,'_location_id','12'),(56330,10381,'_location_id','12'),(56331,10382,'_location_id','13'),(56332,10383,'_location_id','13'),(56333,10384,'_location_id','15'),(56334,10385,'_location_id','13'),(56335,10386,'_location_id','13'),(56336,10387,'_location_id','13'),(56337,10388,'_location_id','13'),(56338,10389,'_location_id','14'),(56339,10390,'_location_id','14'),(56340,10391,'_location_id','14'),(56341,10392,'_location_id','14'),(56342,10393,'_location_id','14'),(56343,10394,'_location_id','14'),(56344,10395,'_location_id','14'),(56345,10396,'_location_id','14'),(56346,10397,'_location_id','14'),(56347,10398,'_location_id','14'),(56348,10399,'_location_id','14'),(56349,10400,'_location_id','14'),(56350,10401,'_location_id','14'),(56351,10402,'_location_id','14'),(56352,10403,'_location_id','14'),(56353,10404,'_location_id','14'),(56354,10405,'_location_id','14'),(56355,10406,'_location_id','14'),(56356,10407,'_location_id','14'),(56357,10408,'_location_id','15'),(56358,10409,'_location_id','15'),(56359,10410,'_location_id','15'),(56360,10411,'_location_id','15'),(56361,10412,'_location_id','15'),(56362,10413,'_location_id','15'),(56363,10414,'_location_id','15'),(56364,10415,'_location_id','15'),(56365,10416,'_location_id','45'),(56366,10417,'_location_id','17'),(56367,10418,'_location_id','17'),(56368,10419,'_location_id','17'),(56369,10420,'_location_id','17'),(56370,10421,'_location_id','17'),(56371,10422,'_location_id','17'),(56372,10423,'_location_id','17'),(56373,10424,'_location_id','17'),(56374,10425,'_location_id','17'),(56375,10426,'_location_id','17'),(56376,10427,'_location_id','17'),(56377,10428,'_location_id','17'),(56378,10429,'_location_id','17'),(56379,10430,'_location_id','17'),(56380,10431,'_location_id','17'),(56381,10432,'_location_id','17'),(56382,10433,'_location_id','17'),(56383,10434,'_location_id','17'),(56384,10435,'_location_id','17'),(56385,10436,'_location_id','17'),(56386,10437,'_location_id','17'),(56387,10438,'_location_id','17'),(56388,10439,'_location_id','17'),(56389,10440,'_location_id','17'),(56390,10441,'_location_id','17'),(56391,10442,'_location_id','17'),(56392,10443,'_location_id','17'),(56393,10444,'_location_id','17'),(56394,10445,'_location_id','17'),(56395,10446,'_location_id','17'),(56396,10447,'_location_id','17'),(56397,10448,'_location_id','17'),(56398,10449,'_location_id','17'),(56399,10450,'_location_id','17'),(56400,10451,'_location_id','17'),(56401,10452,'_location_id','17'),(56402,10453,'_location_id','17'),(56403,10454,'_location_id','17'),(56404,10455,'_location_id','17'),(56405,10456,'_location_id','17'),(56406,10457,'_location_id','17'),(56407,10458,'_location_id','17'),(56408,10459,'_location_id','17'),(56409,10460,'_location_id','17'),(56410,10461,'_location_id','17'),(56411,10462,'_location_id','17'),(56412,10463,'_location_id','17'),(56413,10464,'_location_id','17'),(56414,10465,'_location_id','17'),(56415,10466,'_location_id','17'),(56416,10467,'_location_id','17'),(56417,10468,'_location_id','17'),(56418,10469,'_location_id','17'),(56419,10470,'_location_id','17'),(56420,10471,'_location_id','17'),(56421,10472,'_location_id','17'),(56422,10473,'_location_id','17'),(56423,10474,'_location_id','17'),(56424,10475,'_location_id','17'),(56425,10476,'_location_id','17'),(56426,10477,'_location_id','17'),(56427,10478,'_location_id','17'),(56428,10479,'_location_id','17'),(56429,10480,'_location_id','17'),(56430,10481,'_location_id','17'),(56431,10482,'_location_id','17'),(56432,10483,'_location_id','17'),(56433,10484,'_location_id','17'),(56434,10485,'_location_id','17'),(56435,10486,'_location_id','17'),(56436,10487,'_location_id','17'),(56437,10488,'_location_id','17'),(56438,10489,'_location_id','17'),(56439,10490,'_location_id','17'),(56440,10491,'_location_id','17'),(56441,10492,'_location_id','17'),(56442,10493,'_location_id','17'),(56443,10494,'_location_id','17'),(56444,10495,'_location_id','17'),(56445,10496,'_location_id','17'),(56446,10497,'_location_id','17'),(56447,10498,'_location_id','17'),(56448,10499,'_location_id','17'),(56449,10500,'_location_id','17'),(56450,10501,'_location_id','17'),(56451,10502,'_location_id','17'),(56452,10503,'_location_id','17'),(56453,10504,'_location_id','17'),(56454,10505,'_location_id','17'),(56455,10506,'_location_id','17'),(56456,10507,'_location_id','17'),(56457,10508,'_location_id','17'),(56458,10509,'_location_id','17'),(56459,10510,'_location_id','17'),(56460,10511,'_location_id','17'),(56461,10512,'_location_id','17'),(56462,10513,'_location_id','17'),(56463,10514,'_location_id','17'),(56464,10515,'_location_id','17'),(56465,10516,'_location_id','17'),(56466,10517,'_location_id','17'),(56467,10518,'_location_id','17'),(56468,10519,'_location_id','17'),(56469,10520,'_location_id','17'),(56470,10521,'_location_id','17'),(56471,10522,'_location_id','17'),(56472,10523,'_location_id','17'),(56473,10524,'_location_id','17'),(56474,10525,'_location_id','17'),(56475,10526,'_location_id','17'),(56476,10527,'_location_id','17'),(56477,10528,'_location_id','17'),(56478,10529,'_location_id','17'),(56479,10530,'_location_id','17'),(56480,10531,'_location_id','17'),(56481,10532,'_location_id','17'),(56482,10533,'_location_id','17'),(56483,10534,'_location_id','18'),(56484,10535,'_location_id','18'),(56485,10536,'_location_id','18'),(56486,10537,'_location_id','18'),(56487,10538,'_location_id','18'),(56488,10539,'_location_id','18'),(56489,10540,'_location_id','19'),(56490,10541,'_location_id','19'),(56491,10542,'_location_id','19'),(56492,10543,'_location_id','19'),(56493,10544,'_location_id','19'),(56494,10545,'_location_id','19'),(56495,10546,'_location_id','19'),(56496,10547,'_location_id','19'),(56497,10548,'_location_id','22'),(56498,10549,'_location_id','14'),(56499,10550,'_location_id','22'),(56500,10551,'_location_id','22'),(56501,10552,'_location_id','22'),(56502,10553,'_location_id','22'),(56503,10554,'_location_id','22'),(56504,10555,'_location_id','22'),(56505,10556,'_location_id','22'),(56506,10557,'_location_id','22'),(56507,10558,'_location_id','22'),(56508,10559,'_location_id','22'),(56509,10560,'_location_id','22'),(56510,10561,'_location_id','22'),(56511,10562,'_location_id','22'),(56512,10563,'_location_id','22'),(56513,10564,'_location_id','22'),(56514,10565,'_location_id','22'),(56515,10566,'_location_id','22'),(56516,10567,'_location_id','22'),(56517,10568,'_location_id','22'),(56518,10569,'_location_id','22'),(56519,10570,'_location_id','22'),(56520,10571,'_location_id','22'),(56521,10572,'_location_id','22'),(56522,10573,'_location_id','22'),(56523,10574,'_location_id','22'),(56524,10575,'_location_id','22'),(56525,10576,'_location_id','22'),(56526,10577,'_location_id','22'),(56527,10578,'_location_id','22'),(56528,10579,'_location_id','22'),(56529,10580,'_location_id','22'),(56530,10581,'_location_id','22'),(56531,10582,'_location_id','22'),(56532,10583,'_location_id','22'),(56533,10584,'_location_id','22'),(56534,10585,'_location_id','22'),(56535,10586,'_location_id','22'),(56536,10587,'_location_id','22'),(56537,10588,'_location_id','22'),(56538,10589,'_location_id','22'),(56539,10590,'_location_id','22'),(56540,10591,'_location_id','22'),(56541,10592,'_location_id','22'),(56542,10593,'_location_id','22'),(56543,10594,'_location_id','22'),(56544,10595,'_location_id','22'),(56545,10596,'_location_id','22'),(56546,10597,'_location_id','22'),(56547,10598,'_location_id','22'),(56548,10599,'_location_id','22'),(56549,10600,'_location_id','22'),(56550,10601,'_location_id','22'),(56551,10602,'_location_id','22'),(56552,10603,'_location_id','22'),(56553,10604,'_location_id','22'),(56554,10605,'_location_id','22'),(56555,10606,'_location_id','22'),(56556,10607,'_location_id','22'),(56557,10608,'_location_id','22'),(56558,10609,'_location_id','22'),(56559,10610,'_location_id','22'),(56560,10611,'_location_id','22'),(56561,10612,'_location_id','22'),(56562,10613,'_location_id','22'),(56563,10614,'_location_id','22'),(56564,10615,'_location_id','22'),(56565,10616,'_location_id','22'),(56566,10617,'_location_id','22'),(56567,10618,'_location_id','22'),(56568,10619,'_location_id','22'),(56569,10620,'_location_id','22'),(56570,10621,'_location_id','22'),(56571,10622,'_location_id','22'),(56572,10623,'_location_id','22'),(56573,10624,'_location_id','22'),(56574,10625,'_location_id','22'),(56575,10626,'_location_id','22'),(56576,10627,'_location_id','22'),(56577,10628,'_location_id','22'),(56578,10629,'_location_id','22'),(56579,10630,'_location_id','22'),(56580,10631,'_location_id','22'),(56581,10632,'_location_id','22'),(56582,10633,'_location_id','22'),(56583,10634,'_location_id','22'),(56584,10635,'_location_id','22'),(56585,10636,'_location_id','22'),(56586,10637,'_location_id','22'),(56587,10638,'_location_id','22'),(56588,10639,'_location_id','22'),(56589,10640,'_location_id','22'),(56590,10641,'_location_id','22'),(56591,10642,'_location_id','22'),(56592,10643,'_location_id','22'),(56593,10644,'_location_id','22'),(56594,10645,'_location_id','22'),(56595,10646,'_location_id','22'),(56596,10647,'_location_id','22'),(56597,10648,'_location_id','22'),(56598,10649,'_location_id','22'),(56599,10650,'_location_id','22'),(56600,10651,'_location_id','22'),(56601,10652,'_location_id','22'),(56602,10653,'_location_id','22'),(56603,10654,'_location_id','22'),(56604,10655,'_location_id','22'),(56605,10656,'_location_id','22'),(56606,10657,'_location_id','22'),(56607,10658,'_location_id','22'),(56608,10659,'_location_id','22'),(56609,10660,'_location_id','22'),(56610,10661,'_location_id','22'),(56611,10662,'_location_id','22'),(56612,10663,'_location_id','22'),(56613,10664,'_location_id','22'),(56614,10665,'_location_id','22'),(56615,10666,'_location_id','22'),(56616,10667,'_location_id','22'),(56617,10668,'_location_id','22'),(56618,10669,'_location_id','22'),(56619,10670,'_location_id','22'),(56620,10671,'_location_id','22'),(56621,10672,'_location_id','22'),(56622,10673,'_location_id','22'),(56623,10674,'_location_id','22'),(56624,10675,'_location_id','22'),(56625,10676,'_location_id','22'),(56626,10677,'_location_id','22'),(56627,10678,'_location_id','22'),(56628,10679,'_location_id','22'),(56629,10680,'_location_id','22'),(56630,10681,'_location_id','22'),(56631,10682,'_location_id','22'),(56632,10683,'_location_id','22'),(56633,10684,'_location_id','22'),(56634,10685,'_location_id','22'),(56635,10686,'_location_id','22'),(56636,10687,'_location_id','22'),(56637,10688,'_location_id','22'),(56638,10689,'_location_id','22'),(56639,10690,'_location_id','22'),(56640,10691,'_location_id','22'),(56641,10692,'_location_id','22'),(56642,10693,'_location_id','22'),(56643,10694,'_location_id','22'),(56644,10695,'_location_id','22'),(56645,10696,'_location_id','22'),(56646,10697,'_location_id','22'),(56647,10698,'_location_id','22'),(56648,10699,'_location_id','22'),(56649,10700,'_location_id','22'),(56650,10701,'_location_id','22'),(56651,10702,'_location_id','22'),(56652,10703,'_location_id','22'),(56653,10704,'_location_id','22'),(56654,10705,'_location_id','22'),(56655,10706,'_location_id','22'),(56656,10707,'_location_id','22'),(56657,10708,'_location_id','22'),(56658,10709,'_location_id','22'),(56659,10710,'_location_id','22'),(56660,10711,'_location_id','22'),(56661,10712,'_location_id','20'),(56662,10713,'_location_id','22'),(56663,10714,'_location_id','22'),(56664,10715,'_location_id','22'),(56666,10717,'_location_id','17'),(56667,10718,'_location_id','17'),(56669,10720,'_location_id','17'),(56670,10721,'_location_id','17'),(56671,10722,'_location_id','24'),(56672,10723,'_location_id','17'),(56673,10724,'_location_id','17'),(56674,10725,'_location_id','24'),(56675,10726,'_location_id','17'),(56676,10727,'_location_id','17'),(56677,10728,'_location_id','17'),(56678,10729,'_location_id','24'),(56679,10730,'_location_id','17'),(56680,10731,'_location_id','24'),(56681,10732,'_location_id','17'),(56682,10733,'_location_id','17'),(56683,10734,'_location_id','17'),(56684,10735,'_location_id','17'),(56685,10736,'_location_id','17'),(56686,10737,'_location_id','17'),(56687,10738,'_location_id','17'),(56688,10739,'_location_id','25'),(56689,10740,'_location_id','17'),(56690,10741,'_location_id','25'),(56691,10742,'_location_id','17'),(56692,10743,'_location_id','25'),(56693,10744,'_location_id','17'),(56694,10745,'_location_id','17'),(56695,10746,'_location_id','17'),(56696,10747,'_location_id','17'),(56697,10748,'_location_id','17'),(56698,10749,'_location_id','25'),(56699,10750,'_location_id','17'),(56700,10751,'_location_id','25'),(56701,10752,'_location_id','17'),(56702,10753,'_location_id','17'),(56703,10754,'_location_id','17'),(56704,10755,'_location_id','25'),(56705,10756,'_location_id','25'),(56706,10757,'_location_id','17'),(56707,10758,'_location_id','25'),(56708,10759,'_location_id','17'),(56709,10760,'_location_id','25'),(56710,10761,'_location_id','25'),(56711,10762,'_location_id','25'),(56712,10763,'_location_id','17'),(56713,10764,'_location_id','17'),(56714,10765,'_location_id','25'),(56715,10766,'_location_id','25'),(56716,10767,'_location_id','17'),(56717,10768,'_location_id','25'),(56718,10769,'_location_id','17'),(56719,10770,'_location_id','25'),(56720,10771,'_location_id','17'),(56721,10772,'_location_id','17'),(56722,10773,'_location_id','25'),(56723,10774,'_location_id','17'),(56724,10775,'_location_id','25'),(56725,10776,'_location_id','26'),(56726,10777,'_location_id','26'),(56727,10778,'_location_id','26'),(56728,10779,'_location_id','26'),(56729,10780,'_location_id','26'),(56730,10781,'_location_id','26'),(56731,10782,'_location_id','26'),(56732,10783,'_location_id','26'),(56733,10784,'_location_id','0'),(56734,10785,'_location_id','26'),(56735,10786,'_location_id','26'),(56736,10787,'_location_id','26'),(56737,10788,'_location_id','26'),(56738,10789,'_location_id','23'),(56739,10790,'_location_id','23'),(56740,10791,'_location_id','23'),(56741,10792,'_location_id','23'),(56742,10793,'_location_id','23'),(56743,10794,'_location_id','23'),(56744,10795,'_location_id','11'),(56745,10796,'_location_id','14'),(56746,10797,'_location_id','25'),(56747,10798,'_location_id','26'),(56748,10799,'_location_id','27'),(56749,10800,'_location_id','27'),(56750,10801,'_location_id','27'),(56751,10802,'_location_id','27'),(56752,10803,'_location_id','27'),(56753,10804,'_location_id','27'),(56754,10805,'_location_id','27'),(56755,10806,'_location_id','27'),(56756,10807,'_location_id','27'),(56757,10808,'_location_id','27'),(56758,10809,'_location_id','27'),(56759,10810,'_location_id','27'),(56760,10811,'_location_id','27'),(56761,10812,'_location_id','27'),(56762,10813,'_location_id','27'),(56763,10814,'_location_id','27'),(56764,10815,'_location_id','27'),(56765,10816,'_location_id','27'),(56766,10817,'_location_id','27'),(56767,10818,'_location_id','27'),(56768,10819,'_location_id','27'),(56769,10820,'_location_id','27'),(56770,10821,'_location_id','27'),(56771,10822,'_location_id','27'),(56772,10823,'_location_id','28'),(56773,10824,'_location_id','27'),(56774,10825,'_location_id','27'),(56775,10826,'_location_id','27'),(56776,10827,'_location_id','27'),(56777,10828,'_location_id','27'),(56778,10829,'_location_id','27'),(56779,10830,'_location_id','14'),(56780,10831,'_location_id','3'),(56781,10832,'_location_id','15'),(56782,10833,'_location_id','25'),(56783,10834,'_location_id','22'),(56784,10835,'_location_id','7'),(56785,10836,'_location_id','7'),(56786,10837,'_location_id','2'),(56787,10838,'_location_id','2'),(56788,10839,'_location_id','6'),(56789,10840,'_location_id','2'),(56790,10841,'_location_id','12'),(56791,10842,'_location_id','12'),(56792,10843,'_location_id','12'),(56793,10844,'_location_id','12'),(56794,10845,'_location_id','12'),(56795,10846,'_location_id','12'),(56796,10847,'_location_id','12'),(56797,10848,'_location_id','12'),(56798,10849,'_location_id','12'),(56799,10850,'_location_id','12'),(56800,10851,'_location_id','12'),(56801,10852,'_location_id','12'),(56802,10853,'_location_id','17'),(56803,10854,'_location_id','15'),(57762,9766,'_recurrence_id',''),(57763,9767,'_recurrence_id',''),(57764,9768,'_recurrence_id',''),(57765,9769,'_recurrence_id',''),(57766,9770,'_recurrence_id',''),(57767,9771,'_recurrence_id',''),(57768,9772,'_recurrence_id',''),(57769,9773,'_recurrence_id',''),(57770,9774,'_recurrence_id',''),(57771,9775,'_recurrence_id',''),(57772,9776,'_recurrence_id',''),(57773,9777,'_recurrence_id',''),(57774,9778,'_recurrence_id',''),(57775,9779,'_recurrence_id',''),(57776,9780,'_recurrence_id',''),(57777,9781,'_recurrence_id',''),(57778,9782,'_recurrence_id',''),(57779,9783,'_recurrence_id',''),(57780,9784,'_recurrence_id',''),(57781,9785,'_recurrence_id',''),(57782,9786,'_recurrence_id',''),(57783,9787,'_recurrence_id',''),(57784,9788,'_recurrence_id',''),(57785,9789,'_recurrence_id',''),(57786,9790,'_recurrence_id',''),(57787,9791,'_recurrence_id',''),(57788,9792,'_recurrence_id',''),(57789,9793,'_recurrence_id',''),(57790,9794,'_recurrence_id',''),(57791,9795,'_recurrence_id',''),(57792,9796,'_recurrence_id',''),(57793,9797,'_recurrence_id',''),(57794,9798,'_recurrence_id',''),(57795,9799,'_recurrence_id',''),(57796,9800,'_recurrence_id',''),(57797,9801,'_recurrence_id',''),(57798,9802,'_recurrence_id',''),(57799,9803,'_recurrence_id',''),(57800,9804,'_recurrence_id',''),(57801,9805,'_recurrence_id',''),(57802,9806,'_recurrence_id',''),(57803,9807,'_recurrence_id',''),(57804,9808,'_recurrence_id',''),(57805,9809,'_recurrence_id',''),(57806,9810,'_recurrence_id',''),(57807,9811,'_recurrence_id',''),(57808,9812,'_recurrence_id',''),(57809,9813,'_recurrence_id',''),(57810,9814,'_recurrence_id',''),(57811,9815,'_recurrence_id',''),(57812,9816,'_recurrence_id',''),(57813,9817,'_recurrence_id',''),(57814,9818,'_recurrence_id',''),(57815,9819,'_recurrence_id',''),(57816,9820,'_recurrence_id',''),(57817,9821,'_recurrence_id',''),(57818,9822,'_recurrence_id',''),(57819,9823,'_recurrence_id',''),(57820,9824,'_recurrence_id',''),(57821,9825,'_recurrence_id',''),(57822,9826,'_recurrence_id',''),(57823,9827,'_recurrence_id',''),(57824,9828,'_recurrence_id',''),(57825,9829,'_recurrence_id',''),(57826,9830,'_recurrence_id',''),(57828,9832,'_recurrence_id',''),(57829,9833,'_recurrence_id',''),(57830,9834,'_recurrence_id',''),(57831,9835,'_recurrence_id',''),(57832,9836,'_recurrence_id',''),(57833,9837,'_recurrence_id',''),(57834,9838,'_recurrence_id',''),(57835,9839,'_recurrence_id',''),(57836,9840,'_recurrence_id',''),(57837,9841,'_recurrence_id',''),(57838,9842,'_recurrence_id',''),(57839,9843,'_recurrence_id',''),(57840,9844,'_recurrence_id',''),(57841,9845,'_recurrence_id',''),(57842,9846,'_recurrence_id',''),(57843,9847,'_recurrence_id',''),(57844,9848,'_recurrence_id',''),(57845,9849,'_recurrence_id',''),(57846,9850,'_recurrence_id',''),(57847,9851,'_recurrence_id',''),(57848,9852,'_recurrence_id',''),(57849,9853,'_recurrence_id',''),(57850,9854,'_recurrence_id',''),(57851,9855,'_recurrence_id',''),(57852,9856,'_recurrence_id',''),(57853,9857,'_recurrence_id',''),(57854,9858,'_recurrence_id',''),(57855,9859,'_recurrence_id',''),(57856,9860,'_recurrence_id',''),(57857,9861,'_recurrence_id',''),(57858,9862,'_recurrence_id',''),(57859,9863,'_recurrence_id',''),(57860,9864,'_recurrence_id',''),(57861,9865,'_recurrence_id',''),(57862,9866,'_recurrence_id',''),(57863,9867,'_recurrence_id',''),(57864,9868,'_recurrence_id',''),(57865,9869,'_recurrence_id',''),(57866,9870,'_recurrence_id',''),(57867,9871,'_recurrence_id',''),(57868,9872,'_recurrence_id',''),(57869,9873,'_recurrence_id',''),(57870,9874,'_recurrence_id',''),(57871,9875,'_recurrence_id',''),(57872,9876,'_recurrence_id',''),(57873,9877,'_recurrence_id',''),(57874,9878,'_recurrence_id',''),(57875,9879,'_recurrence_id',''),(57876,9880,'_recurrence_id',''),(57877,9881,'_recurrence_id',''),(57878,9882,'_recurrence_id',''),(57879,9883,'_recurrence_id',''),(57880,9884,'_recurrence_id',''),(57881,9885,'_recurrence_id',''),(57882,9886,'_recurrence_id',''),(57883,9887,'_recurrence_id',''),(57884,9888,'_recurrence_id',''),(57885,9889,'_recurrence_id',''),(57886,9890,'_recurrence_id',''),(57887,9891,'_recurrence_id',''),(57888,9892,'_recurrence_id',''),(57889,9893,'_recurrence_id',''),(57890,9894,'_recurrence_id',''),(57891,9895,'_recurrence_id',''),(57892,9896,'_recurrence_id',''),(57893,9897,'_recurrence_id',''),(57894,9898,'_recurrence_id',''),(57895,9899,'_recurrence_id',''),(57896,9900,'_recurrence_id',''),(57897,9901,'_recurrence_id',''),(57898,9902,'_recurrence_id',''),(57899,9903,'_recurrence_id',''),(57900,9904,'_recurrence_id',''),(57901,9905,'_recurrence_id',''),(57902,9906,'_recurrence_id',''),(57903,9907,'_recurrence_id',''),(57904,9908,'_recurrence_id',''),(57905,9909,'_recurrence_id',''),(57906,9910,'_recurrence_id',''),(57907,9911,'_recurrence_id',''),(57908,9912,'_recurrence_id',''),(57909,9913,'_recurrence_id',''),(57910,9914,'_recurrence_id',''),(57911,9915,'_recurrence_id',''),(57912,9916,'_recurrence_id',''),(57913,9917,'_recurrence_id',''),(57914,9918,'_recurrence_id',''),(57915,9919,'_recurrence_id',''),(57916,9920,'_recurrence_id',''),(57917,9921,'_recurrence_id',''),(57918,9922,'_recurrence_id',''),(57919,9923,'_recurrence_id',''),(57920,9924,'_recurrence_id',''),(57921,9925,'_recurrence_id',''),(57922,9926,'_recurrence_id',''),(57923,9927,'_recurrence_id',''),(57924,9928,'_recurrence_id',''),(57925,9929,'_recurrence_id',''),(57926,9930,'_recurrence_id',''),(57927,9931,'_recurrence_id',''),(57928,9932,'_recurrence_id',''),(57929,9933,'_recurrence_id',''),(57930,9934,'_recurrence_id',''),(57931,9935,'_recurrence_id',''),(57932,9936,'_recurrence_id',''),(57933,9937,'_recurrence_id',''),(57934,9938,'_recurrence_id',''),(57935,9939,'_recurrence_id',''),(57936,9940,'_recurrence_id',''),(57937,9941,'_recurrence_id',''),(57938,9942,'_recurrence_id',''),(57939,9943,'_recurrence_id',''),(57940,9944,'_recurrence_id',''),(57941,9945,'_recurrence_id',''),(57942,9946,'_recurrence_id',''),(57943,9947,'_recurrence_id',''),(57944,9948,'_recurrence_id',''),(57945,9949,'_recurrence_id',''),(57946,9950,'_recurrence_id',''),(57947,9951,'_recurrence_id',''),(57948,9952,'_recurrence_id',''),(57949,9953,'_recurrence_id',''),(57950,9954,'_recurrence_id',''),(57951,9955,'_recurrence_id',''),(57952,9956,'_recurrence_id',''),(57953,9957,'_recurrence_id',''),(57954,9958,'_recurrence_id',''),(57955,9959,'_recurrence_id',''),(57956,9960,'_recurrence_id',''),(57957,9961,'_recurrence_id',''),(57958,9962,'_recurrence_id',''),(57959,9963,'_recurrence_id',''),(57960,9964,'_recurrence_id',''),(57961,9965,'_recurrence_id',''),(57962,9966,'_recurrence_id',''),(57963,9967,'_recurrence_id',''),(57964,9968,'_recurrence_id',''),(57965,9969,'_recurrence_id',''),(57966,9970,'_recurrence_id',''),(57967,9971,'_recurrence_id',''),(57968,9972,'_recurrence_id',''),(57969,9973,'_recurrence_id',''),(57970,9974,'_recurrence_id',''),(57971,9975,'_recurrence_id',''),(57972,9976,'_recurrence_id',''),(57973,9977,'_recurrence_id',''),(57974,9978,'_recurrence_id',''),(57975,9979,'_recurrence_id',''),(57976,9980,'_recurrence_id',''),(57977,9981,'_recurrence_id',''),(57978,9982,'_recurrence_id',''),(57979,9983,'_recurrence_id',''),(57980,9984,'_recurrence_id',''),(57981,9985,'_recurrence_id',''),(57982,9986,'_recurrence_id',''),(57983,9987,'_recurrence_id',''),(57984,9988,'_recurrence_id',''),(57985,9989,'_recurrence_id',''),(57986,9990,'_recurrence_id',''),(57987,9991,'_recurrence_id',''),(57988,9992,'_recurrence_id',''),(57989,9993,'_recurrence_id',''),(57990,9994,'_recurrence_id',''),(57991,9995,'_recurrence_id',''),(57992,9996,'_recurrence_id',''),(57993,9997,'_recurrence_id',''),(57994,9998,'_recurrence_id',''),(57995,9999,'_recurrence_id',''),(57996,10000,'_recurrence_id',''),(57998,10002,'_recurrence_id',''),(57999,10003,'_recurrence_id',''),(58000,10004,'_recurrence_id',''),(58001,10005,'_recurrence_id',''),(58002,10006,'_recurrence_id',''),(58003,10007,'_recurrence_id',''),(58004,10008,'_recurrence_id',''),(58017,10021,'_recurrence_id',''),(58057,10061,'_recurrence_id',''),(58058,10062,'_recurrence_id',''),(58059,10063,'_recurrence_id',''),(58060,10064,'_recurrence_id',''),(58061,10065,'_recurrence_id',''),(58062,10066,'_recurrence_id',''),(58063,10067,'_recurrence_id',''),(58064,10068,'_recurrence_id',''),(58065,10069,'_recurrence_id',''),(58066,10070,'_recurrence_id',''),(58067,10071,'_recurrence_id',''),(58068,10072,'_recurrence_id',''),(58069,10073,'_recurrence_id',''),(58070,10074,'_recurrence_id',''),(58071,10075,'_recurrence_id',''),(58072,10076,'_recurrence_id',''),(58073,10077,'_recurrence_id',''),(58074,10078,'_recurrence_id',''),(58075,10079,'_recurrence_id',''),(58076,10080,'_recurrence_id',''),(58077,10081,'_recurrence_id',''),(58078,10082,'_recurrence_id',''),(58079,10083,'_recurrence_id',''),(58080,10084,'_recurrence_id',''),(58081,10085,'_recurrence_id',''),(58082,10086,'_recurrence_id',''),(58083,10087,'_recurrence_id',''),(58084,10088,'_recurrence_id',''),(58085,10089,'_recurrence_id',''),(58086,10090,'_recurrence_id',''),(58087,10091,'_recurrence_id',''),(58088,10092,'_recurrence_id',''),(58089,10093,'_recurrence_id',''),(58090,10094,'_recurrence_id',''),(58091,10095,'_recurrence_id',''),(58092,10096,'_recurrence_id',''),(58093,10097,'_recurrence_id',''),(58094,10098,'_recurrence_id',''),(58095,10099,'_recurrence_id',''),(58096,10100,'_recurrence_id',''),(58097,10101,'_recurrence_id',''),(58098,10102,'_recurrence_id',''),(58099,10103,'_recurrence_id',''),(58100,10104,'_recurrence_id',''),(58101,10105,'_recurrence_id',''),(58102,10106,'_recurrence_id',''),(58103,10107,'_recurrence_id',''),(58104,10108,'_recurrence_id',''),(58105,10109,'_recurrence_id',''),(58106,10110,'_recurrence_id',''),(58107,10111,'_recurrence_id',''),(58108,10112,'_recurrence_id',''),(58109,10113,'_recurrence_id',''),(58110,10114,'_recurrence_id',''),(58111,10115,'_recurrence_id',''),(58112,10116,'_recurrence_id',''),(58113,10117,'_recurrence_id',''),(58114,10118,'_recurrence_id',''),(58115,10119,'_recurrence_id',''),(58116,10120,'_recurrence_id',''),(58117,10121,'_recurrence_id',''),(58118,10122,'_recurrence_id',''),(58119,10123,'_recurrence_id',''),(58120,10124,'_recurrence_id',''),(58121,10125,'_recurrence_id',''),(58122,10126,'_recurrence_id',''),(58123,10127,'_recurrence_id',''),(58124,10128,'_recurrence_id',''),(58125,10129,'_recurrence_id',''),(58126,10130,'_recurrence_id',''),(58127,10131,'_recurrence_id',''),(58128,10132,'_recurrence_id',''),(58129,10133,'_recurrence_id',''),(58130,10134,'_recurrence_id',''),(58131,10135,'_recurrence_id',''),(58132,10136,'_recurrence_id',''),(58133,10137,'_recurrence_id',''),(58134,10138,'_recurrence_id',''),(58135,10139,'_recurrence_id',''),(58136,10140,'_recurrence_id',''),(58137,10141,'_recurrence_id',''),(58138,10142,'_recurrence_id',''),(58139,10143,'_recurrence_id',''),(58140,10144,'_recurrence_id',''),(58141,10145,'_recurrence_id',''),(58142,10146,'_recurrence_id',''),(58143,10147,'_recurrence_id',''),(58144,10148,'_recurrence_id',''),(58145,10149,'_recurrence_id',''),(58146,10150,'_recurrence_id',''),(58147,10151,'_recurrence_id',''),(58148,10152,'_recurrence_id',''),(58149,10153,'_recurrence_id',''),(58150,10154,'_recurrence_id',''),(58151,10155,'_recurrence_id',''),(58152,10156,'_recurrence_id',''),(58153,10157,'_recurrence_id',''),(58154,10158,'_recurrence_id',''),(58155,10159,'_recurrence_id',''),(58156,10160,'_recurrence_id',''),(58157,10161,'_recurrence_id',''),(58158,10162,'_recurrence_id',''),(58159,10163,'_recurrence_id',''),(58160,10164,'_recurrence_id',''),(58161,10165,'_recurrence_id',''),(58162,10166,'_recurrence_id',''),(58163,10167,'_recurrence_id',''),(58164,10168,'_recurrence_id',''),(58165,10169,'_recurrence_id',''),(58166,10170,'_recurrence_id',''),(58167,10171,'_recurrence_id',''),(58168,10172,'_recurrence_id',''),(58169,10173,'_recurrence_id',''),(58170,10174,'_recurrence_id',''),(58171,10175,'_recurrence_id',''),(58172,10176,'_recurrence_id',''),(58173,10177,'_recurrence_id',''),(58174,10178,'_recurrence_id',''),(58175,10179,'_recurrence_id',''),(58176,10180,'_recurrence_id',''),(58177,10181,'_recurrence_id',''),(58178,10182,'_recurrence_id',''),(58179,10183,'_recurrence_id',''),(58180,10184,'_recurrence_id',''),(58181,10185,'_recurrence_id',''),(58182,10186,'_recurrence_id',''),(58183,10187,'_recurrence_id',''),(58184,10188,'_recurrence_id',''),(58185,10189,'_recurrence_id',''),(58186,10190,'_recurrence_id',''),(58187,10191,'_recurrence_id',''),(58188,10192,'_recurrence_id',''),(58189,10193,'_recurrence_id',''),(58190,10194,'_recurrence_id',''),(58191,10195,'_recurrence_id',''),(58192,10196,'_recurrence_id',''),(58193,10197,'_recurrence_id',''),(58194,10198,'_recurrence_id',''),(58195,10199,'_recurrence_id',''),(58196,10200,'_recurrence_id',''),(58197,10201,'_recurrence_id',''),(58198,10202,'_recurrence_id',''),(58199,10203,'_recurrence_id',''),(58200,10204,'_recurrence_id',''),(58201,10205,'_recurrence_id',''),(58202,10206,'_recurrence_id',''),(58203,10207,'_recurrence_id',''),(58204,10208,'_recurrence_id',''),(58205,10209,'_recurrence_id',''),(58206,10210,'_recurrence_id',''),(58207,10211,'_recurrence_id',''),(58208,10212,'_recurrence_id',''),(58209,10213,'_recurrence_id',''),(58210,10214,'_recurrence_id',''),(58211,10215,'_recurrence_id',''),(58212,10216,'_recurrence_id',''),(58213,10217,'_recurrence_id',''),(58214,10218,'_recurrence_id',''),(58215,10219,'_recurrence_id',''),(58216,10220,'_recurrence_id',''),(58217,10221,'_recurrence_id',''),(58218,10222,'_recurrence_id',''),(58219,10223,'_recurrence_id',''),(58220,10224,'_recurrence_id',''),(58221,10225,'_recurrence_id',''),(58222,10226,'_recurrence_id',''),(58223,10227,'_recurrence_id',''),(58224,10228,'_recurrence_id',''),(58225,10229,'_recurrence_id',''),(58226,10230,'_recurrence_id',''),(58227,10231,'_recurrence_id',''),(58228,10232,'_recurrence_id',''),(58229,10233,'_recurrence_id',''),(58230,10234,'_recurrence_id',''),(58231,10235,'_recurrence_id',''),(58232,10236,'_recurrence_id',''),(58240,10244,'_recurrence_id',''),(58243,10247,'_recurrence_id',''),(58244,10248,'_recurrence_id',''),(58245,10249,'_recurrence_id',''),(58246,10250,'_recurrence_id',''),(58247,10251,'_recurrence_id',''),(58248,10252,'_recurrence_id',''),(58249,10253,'_recurrence_id',''),(58250,10254,'_recurrence_id',''),(58251,10255,'_recurrence_id',''),(58252,10256,'_recurrence_id',''),(58253,10257,'_recurrence_id',''),(58254,10258,'_recurrence_id',''),(58255,10259,'_recurrence_id',''),(58256,10260,'_recurrence_id',''),(58257,10261,'_recurrence_id',''),(58258,10262,'_recurrence_id',''),(58259,10263,'_recurrence_id',''),(58260,10264,'_recurrence_id',''),(58261,10265,'_recurrence_id',''),(58262,10266,'_recurrence_id',''),(58263,10267,'_recurrence_id',''),(58264,10268,'_recurrence_id',''),(58265,10269,'_recurrence_id',''),(58266,10270,'_recurrence_id',''),(58267,10271,'_recurrence_id',''),(58268,10272,'_recurrence_id',''),(58269,10273,'_recurrence_id',''),(58270,10274,'_recurrence_id',''),(58271,10275,'_recurrence_id',''),(58272,10276,'_recurrence_id',''),(58273,10277,'_recurrence_id',''),(58274,10278,'_recurrence_id',''),(58275,10279,'_recurrence_id',''),(58276,10280,'_recurrence_id',''),(58277,10281,'_recurrence_id',''),(58278,10282,'_recurrence_id',''),(58279,10283,'_recurrence_id',''),(58280,10284,'_recurrence_id',''),(58281,10285,'_recurrence_id',''),(58282,10286,'_recurrence_id',''),(58283,10287,'_recurrence_id',''),(58284,10288,'_recurrence_id',''),(58285,10289,'_recurrence_id',''),(58286,10290,'_recurrence_id',''),(58287,10291,'_recurrence_id',''),(58288,10292,'_recurrence_id',''),(58289,10293,'_recurrence_id',''),(58290,10294,'_recurrence_id',''),(58291,10295,'_recurrence_id',''),(58292,10296,'_recurrence_id',''),(58293,10297,'_recurrence_id',''),(58294,10298,'_recurrence_id',''),(58295,10299,'_recurrence_id',''),(58296,10300,'_recurrence_id',''),(58297,10301,'_recurrence_id',''),(58298,10302,'_recurrence_id',''),(58299,10303,'_recurrence_id',''),(58300,10304,'_recurrence_id',''),(58301,10305,'_recurrence_id',''),(58302,10306,'_recurrence_id',''),(58303,10307,'_recurrence_id',''),(58304,10308,'_recurrence_id',''),(58305,10309,'_recurrence_id',''),(58306,10310,'_recurrence_id',''),(58307,10311,'_recurrence_id',''),(58308,10312,'_recurrence_id',''),(58309,10313,'_recurrence_id',''),(58310,10314,'_recurrence_id',''),(58311,10315,'_recurrence_id',''),(58312,10316,'_recurrence_id',''),(58313,10317,'_recurrence_id',''),(58314,10318,'_recurrence_id',''),(58315,10319,'_recurrence_id',''),(58316,10320,'_recurrence_id',''),(58317,10321,'_recurrence_id',''),(58318,10322,'_recurrence_id',''),(58319,10323,'_recurrence_id',''),(58320,10324,'_recurrence_id',''),(58321,10325,'_recurrence_id',''),(58322,10326,'_recurrence_id',''),(58323,10327,'_recurrence_id',''),(58324,10328,'_recurrence_id',''),(58325,10329,'_recurrence_id',''),(58326,10330,'_recurrence_id',''),(58327,10331,'_recurrence_id',''),(58328,10332,'_recurrence_id',''),(58329,10333,'_recurrence_id',''),(58330,10334,'_recurrence_id',''),(58331,10335,'_recurrence_id',''),(58332,10336,'_recurrence_id',''),(58333,10337,'_recurrence_id',''),(58334,10338,'_recurrence_id',''),(58335,10339,'_recurrence_id',''),(58336,10340,'_recurrence_id',''),(58337,10341,'_recurrence_id',''),(58338,10342,'_recurrence_id',''),(58339,10343,'_recurrence_id',''),(58340,10344,'_recurrence_id',''),(58341,10345,'_recurrence_id',''),(58342,10346,'_recurrence_id',''),(58343,10347,'_recurrence_id',''),(58344,10348,'_recurrence_id',''),(58345,10349,'_recurrence_id',''),(58346,10350,'_recurrence_id',''),(58347,10351,'_recurrence_id',''),(58348,10352,'_recurrence_id',''),(58349,10353,'_recurrence_id',''),(58350,10354,'_recurrence_id',''),(58351,10355,'_recurrence_id',''),(58352,10356,'_recurrence_id',''),(58353,10357,'_recurrence_id',''),(58354,10358,'_recurrence_id',''),(58355,10359,'_recurrence_id',''),(58356,10360,'_recurrence_id',''),(58357,10361,'_recurrence_id',''),(58358,10362,'_recurrence_id',''),(58359,10363,'_recurrence_id',''),(58360,10364,'_recurrence_id',''),(58361,10365,'_recurrence_id',''),(58362,10366,'_recurrence_id',''),(58363,10367,'_recurrence_id',''),(58364,10368,'_recurrence_id',''),(58365,10369,'_recurrence_id',''),(58366,10370,'_recurrence_id',''),(58367,10371,'_recurrence_id',''),(58368,10372,'_recurrence_id',''),(58369,10373,'_recurrence_id',''),(58370,10374,'_recurrence_id',''),(58371,10375,'_recurrence_id',''),(58372,10376,'_recurrence_id',''),(58373,10377,'_recurrence_id',''),(58374,10378,'_recurrence_id',''),(58375,10379,'_recurrence_id',''),(58376,10380,'_recurrence_id',''),(58377,10381,'_recurrence_id',''),(58378,10382,'_recurrence_id',''),(58379,10383,'_recurrence_id',''),(58380,10384,'_recurrence_id',''),(58381,10385,'_recurrence_id',''),(58382,10386,'_recurrence_id',''),(58383,10387,'_recurrence_id',''),(58384,10388,'_recurrence_id',''),(58385,10389,'_recurrence_id',''),(58386,10390,'_recurrence_id',''),(58387,10391,'_recurrence_id',''),(58388,10392,'_recurrence_id',''),(58389,10393,'_recurrence_id',''),(58390,10394,'_recurrence_id',''),(58391,10395,'_recurrence_id',''),(58392,10396,'_recurrence_id',''),(58393,10397,'_recurrence_id',''),(58394,10398,'_recurrence_id',''),(58395,10399,'_recurrence_id',''),(58396,10400,'_recurrence_id',''),(58397,10401,'_recurrence_id',''),(58398,10402,'_recurrence_id',''),(58399,10403,'_recurrence_id',''),(58400,10404,'_recurrence_id',''),(58401,10405,'_recurrence_id',''),(58402,10406,'_recurrence_id',''),(58403,10407,'_recurrence_id',''),(58404,10408,'_recurrence_id',''),(58405,10409,'_recurrence_id',''),(58406,10410,'_recurrence_id',''),(58407,10411,'_recurrence_id',''),(58408,10412,'_recurrence_id',''),(58409,10413,'_recurrence_id',''),(58410,10414,'_recurrence_id',''),(58411,10415,'_recurrence_id',''),(58412,10416,'_recurrence_id',''),(58413,10417,'_recurrence_id',''),(58414,10418,'_recurrence_id',''),(58415,10419,'_recurrence_id',''),(58416,10420,'_recurrence_id',''),(58417,10421,'_recurrence_id',''),(58418,10422,'_recurrence_id',''),(58419,10423,'_recurrence_id',''),(58420,10424,'_recurrence_id',''),(58421,10425,'_recurrence_id',''),(58422,10426,'_recurrence_id',''),(58423,10427,'_recurrence_id',''),(58424,10428,'_recurrence_id',''),(58425,10429,'_recurrence_id',''),(58426,10430,'_recurrence_id',''),(58427,10431,'_recurrence_id',''),(58428,10432,'_recurrence_id',''),(58429,10433,'_recurrence_id',''),(58430,10434,'_recurrence_id',''),(58431,10435,'_recurrence_id',''),(58432,10436,'_recurrence_id',''),(58433,10437,'_recurrence_id',''),(58434,10438,'_recurrence_id',''),(58435,10439,'_recurrence_id',''),(58436,10440,'_recurrence_id',''),(58437,10441,'_recurrence_id',''),(58438,10442,'_recurrence_id',''),(58439,10443,'_recurrence_id',''),(58440,10444,'_recurrence_id',''),(58441,10445,'_recurrence_id',''),(58442,10446,'_recurrence_id',''),(58443,10447,'_recurrence_id',''),(58444,10448,'_recurrence_id',''),(58445,10449,'_recurrence_id',''),(58446,10450,'_recurrence_id',''),(58447,10451,'_recurrence_id',''),(58448,10452,'_recurrence_id',''),(58449,10453,'_recurrence_id',''),(58450,10454,'_recurrence_id',''),(58451,10455,'_recurrence_id',''),(58452,10456,'_recurrence_id',''),(58453,10457,'_recurrence_id',''),(58454,10458,'_recurrence_id',''),(58455,10459,'_recurrence_id',''),(58456,10460,'_recurrence_id',''),(58457,10461,'_recurrence_id',''),(58458,10462,'_recurrence_id',''),(58459,10463,'_recurrence_id',''),(58460,10464,'_recurrence_id',''),(58461,10465,'_recurrence_id',''),(58462,10466,'_recurrence_id',''),(58463,10467,'_recurrence_id',''),(58464,10468,'_recurrence_id',''),(58465,10469,'_recurrence_id',''),(58466,10470,'_recurrence_id',''),(58467,10471,'_recurrence_id',''),(58468,10472,'_recurrence_id',''),(58469,10473,'_recurrence_id',''),(58470,10474,'_recurrence_id',''),(58471,10475,'_recurrence_id',''),(58472,10476,'_recurrence_id',''),(58473,10477,'_recurrence_id',''),(58474,10478,'_recurrence_id',''),(58475,10479,'_recurrence_id',''),(58476,10480,'_recurrence_id',''),(58477,10481,'_recurrence_id',''),(58478,10482,'_recurrence_id',''),(58479,10483,'_recurrence_id',''),(58480,10484,'_recurrence_id',''),(58481,10485,'_recurrence_id',''),(58482,10486,'_recurrence_id',''),(58483,10487,'_recurrence_id',''),(58484,10488,'_recurrence_id',''),(58485,10489,'_recurrence_id',''),(58486,10490,'_recurrence_id',''),(58487,10491,'_recurrence_id',''),(58488,10492,'_recurrence_id',''),(58489,10493,'_recurrence_id',''),(58490,10494,'_recurrence_id',''),(58491,10495,'_recurrence_id',''),(58492,10496,'_recurrence_id',''),(58493,10497,'_recurrence_id',''),(58494,10498,'_recurrence_id',''),(58495,10499,'_recurrence_id',''),(58496,10500,'_recurrence_id',''),(58497,10501,'_recurrence_id',''),(58498,10502,'_recurrence_id',''),(58499,10503,'_recurrence_id',''),(58500,10504,'_recurrence_id',''),(58501,10505,'_recurrence_id',''),(58502,10506,'_recurrence_id',''),(58503,10507,'_recurrence_id',''),(58504,10508,'_recurrence_id',''),(58505,10509,'_recurrence_id',''),(58506,10510,'_recurrence_id',''),(58507,10511,'_recurrence_id',''),(58508,10512,'_recurrence_id',''),(58509,10513,'_recurrence_id',''),(58510,10514,'_recurrence_id',''),(58511,10515,'_recurrence_id',''),(58512,10516,'_recurrence_id',''),(58513,10517,'_recurrence_id',''),(58514,10518,'_recurrence_id',''),(58515,10519,'_recurrence_id',''),(58516,10520,'_recurrence_id',''),(58517,10521,'_recurrence_id',''),(58518,10522,'_recurrence_id',''),(58519,10523,'_recurrence_id',''),(58520,10524,'_recurrence_id',''),(58521,10525,'_recurrence_id',''),(58522,10526,'_recurrence_id',''),(58523,10527,'_recurrence_id',''),(58524,10528,'_recurrence_id',''),(58525,10529,'_recurrence_id',''),(58526,10530,'_recurrence_id',''),(58527,10531,'_recurrence_id',''),(58528,10532,'_recurrence_id',''),(58529,10533,'_recurrence_id',''),(58530,10534,'_recurrence_id',''),(58531,10535,'_recurrence_id',''),(58532,10536,'_recurrence_id',''),(58533,10537,'_recurrence_id',''),(58534,10538,'_recurrence_id',''),(58535,10539,'_recurrence_id',''),(58536,10540,'_recurrence_id',''),(58537,10541,'_recurrence_id',''),(58538,10542,'_recurrence_id',''),(58539,10543,'_recurrence_id',''),(58540,10544,'_recurrence_id',''),(58541,10545,'_recurrence_id',''),(58542,10546,'_recurrence_id',''),(58543,10547,'_recurrence_id',''),(58544,10548,'_recurrence_id',''),(58545,10549,'_recurrence_id',''),(58546,10550,'_recurrence_id',''),(58547,10551,'_recurrence_id',''),(58548,10552,'_recurrence_id',''),(58549,10553,'_recurrence_id',''),(58550,10554,'_recurrence_id',''),(58551,10555,'_recurrence_id',''),(58552,10556,'_recurrence_id',''),(58553,10557,'_recurrence_id',''),(58554,10558,'_recurrence_id',''),(58555,10559,'_recurrence_id',''),(58556,10560,'_recurrence_id',''),(58557,10561,'_recurrence_id',''),(58558,10562,'_recurrence_id',''),(58559,10563,'_recurrence_id',''),(58560,10564,'_recurrence_id',''),(58561,10565,'_recurrence_id',''),(58562,10566,'_recurrence_id',''),(58563,10567,'_recurrence_id',''),(58564,10568,'_recurrence_id',''),(58565,10569,'_recurrence_id',''),(58566,10570,'_recurrence_id',''),(58567,10571,'_recurrence_id',''),(58568,10572,'_recurrence_id',''),(58569,10573,'_recurrence_id',''),(58570,10574,'_recurrence_id',''),(58571,10575,'_recurrence_id',''),(58572,10576,'_recurrence_id',''),(58573,10577,'_recurrence_id',''),(58574,10578,'_recurrence_id',''),(58575,10579,'_recurrence_id',''),(58576,10580,'_recurrence_id',''),(58577,10581,'_recurrence_id',''),(58578,10582,'_recurrence_id',''),(58579,10583,'_recurrence_id',''),(58580,10584,'_recurrence_id',''),(58581,10585,'_recurrence_id',''),(58582,10586,'_recurrence_id',''),(58583,10587,'_recurrence_id',''),(58584,10588,'_recurrence_id',''),(58585,10589,'_recurrence_id',''),(58586,10590,'_recurrence_id',''),(58587,10591,'_recurrence_id',''),(58588,10592,'_recurrence_id',''),(58589,10593,'_recurrence_id',''),(58590,10594,'_recurrence_id',''),(58591,10595,'_recurrence_id',''),(58592,10596,'_recurrence_id',''),(58593,10597,'_recurrence_id',''),(58594,10598,'_recurrence_id',''),(58595,10599,'_recurrence_id',''),(58596,10600,'_recurrence_id',''),(58597,10601,'_recurrence_id',''),(58598,10602,'_recurrence_id',''),(58599,10603,'_recurrence_id',''),(58600,10604,'_recurrence_id',''),(58601,10605,'_recurrence_id',''),(58602,10606,'_recurrence_id',''),(58603,10607,'_recurrence_id',''),(58604,10608,'_recurrence_id',''),(58605,10609,'_recurrence_id',''),(58606,10610,'_recurrence_id',''),(58607,10611,'_recurrence_id',''),(58608,10612,'_recurrence_id',''),(58609,10613,'_recurrence_id',''),(58610,10614,'_recurrence_id',''),(58611,10615,'_recurrence_id',''),(58612,10616,'_recurrence_id',''),(58613,10617,'_recurrence_id',''),(58614,10618,'_recurrence_id',''),(58615,10619,'_recurrence_id',''),(58616,10620,'_recurrence_id',''),(58617,10621,'_recurrence_id',''),(58618,10622,'_recurrence_id',''),(58619,10623,'_recurrence_id',''),(58620,10624,'_recurrence_id',''),(58621,10625,'_recurrence_id',''),(58622,10626,'_recurrence_id',''),(58623,10627,'_recurrence_id',''),(58624,10628,'_recurrence_id',''),(58625,10629,'_recurrence_id',''),(58626,10630,'_recurrence_id',''),(58627,10631,'_recurrence_id',''),(58628,10632,'_recurrence_id',''),(58629,10633,'_recurrence_id',''),(58630,10634,'_recurrence_id',''),(58631,10635,'_recurrence_id',''),(58632,10636,'_recurrence_id',''),(58633,10637,'_recurrence_id',''),(58634,10638,'_recurrence_id',''),(58635,10639,'_recurrence_id',''),(58636,10640,'_recurrence_id',''),(58637,10641,'_recurrence_id',''),(58638,10642,'_recurrence_id',''),(58639,10643,'_recurrence_id',''),(58640,10644,'_recurrence_id',''),(58641,10645,'_recurrence_id',''),(58642,10646,'_recurrence_id',''),(58643,10647,'_recurrence_id',''),(58644,10648,'_recurrence_id',''),(58645,10649,'_recurrence_id',''),(58646,10650,'_recurrence_id',''),(58647,10651,'_recurrence_id',''),(58648,10652,'_recurrence_id',''),(58649,10653,'_recurrence_id',''),(58650,10654,'_recurrence_id',''),(58651,10655,'_recurrence_id',''),(58652,10656,'_recurrence_id',''),(58653,10657,'_recurrence_id',''),(58654,10658,'_recurrence_id',''),(58655,10659,'_recurrence_id',''),(58656,10660,'_recurrence_id',''),(58657,10661,'_recurrence_id',''),(58658,10662,'_recurrence_id',''),(58659,10663,'_recurrence_id',''),(58660,10664,'_recurrence_id',''),(58661,10665,'_recurrence_id',''),(58662,10666,'_recurrence_id',''),(58663,10667,'_recurrence_id',''),(58664,10668,'_recurrence_id',''),(58665,10669,'_recurrence_id',''),(58666,10670,'_recurrence_id',''),(58667,10671,'_recurrence_id',''),(58668,10672,'_recurrence_id',''),(58669,10673,'_recurrence_id',''),(58670,10674,'_recurrence_id',''),(58671,10675,'_recurrence_id',''),(58672,10676,'_recurrence_id',''),(58673,10677,'_recurrence_id',''),(58674,10678,'_recurrence_id',''),(58675,10679,'_recurrence_id',''),(58676,10680,'_recurrence_id',''),(58677,10681,'_recurrence_id',''),(58678,10682,'_recurrence_id',''),(58679,10683,'_recurrence_id',''),(58680,10684,'_recurrence_id',''),(58681,10685,'_recurrence_id',''),(58682,10686,'_recurrence_id',''),(58683,10687,'_recurrence_id',''),(58684,10688,'_recurrence_id',''),(58685,10689,'_recurrence_id',''),(58686,10690,'_recurrence_id',''),(58687,10691,'_recurrence_id',''),(58688,10692,'_recurrence_id',''),(58689,10693,'_recurrence_id',''),(58690,10694,'_recurrence_id',''),(58691,10695,'_recurrence_id',''),(58692,10696,'_recurrence_id',''),(58693,10697,'_recurrence_id',''),(58694,10698,'_recurrence_id',''),(58695,10699,'_recurrence_id',''),(58696,10700,'_recurrence_id',''),(58697,10701,'_recurrence_id',''),(58698,10702,'_recurrence_id',''),(58699,10703,'_recurrence_id',''),(58700,10704,'_recurrence_id',''),(58701,10705,'_recurrence_id',''),(58702,10706,'_recurrence_id',''),(58703,10707,'_recurrence_id',''),(58704,10708,'_recurrence_id',''),(58705,10709,'_recurrence_id',''),(58706,10710,'_recurrence_id',''),(58707,10711,'_recurrence_id',''),(58708,10712,'_recurrence_id',''),(58709,10713,'_recurrence_id',''),(58710,10714,'_recurrence_id',''),(58711,10715,'_recurrence_id',''),(58713,10717,'_recurrence_id',''),(58714,10718,'_recurrence_id',''),(58716,10720,'_recurrence_id',''),(58717,10721,'_recurrence_id',''),(58718,10722,'_recurrence_id',''),(58719,10723,'_recurrence_id',''),(58720,10724,'_recurrence_id',''),(58721,10725,'_recurrence_id',''),(58722,10726,'_recurrence_id',''),(58723,10727,'_recurrence_id',''),(58724,10728,'_recurrence_id',''),(58725,10729,'_recurrence_id',''),(58726,10730,'_recurrence_id',''),(58727,10731,'_recurrence_id',''),(58728,10732,'_recurrence_id',''),(58729,10733,'_recurrence_id',''),(58730,10734,'_recurrence_id',''),(58731,10735,'_recurrence_id',''),(58732,10736,'_recurrence_id',''),(58733,10737,'_recurrence_id',''),(58734,10738,'_recurrence_id',''),(58735,10739,'_recurrence_id',''),(58736,10740,'_recurrence_id',''),(58737,10741,'_recurrence_id',''),(58738,10742,'_recurrence_id',''),(58739,10743,'_recurrence_id',''),(58740,10744,'_recurrence_id',''),(58741,10745,'_recurrence_id',''),(58742,10746,'_recurrence_id',''),(58743,10747,'_recurrence_id',''),(58744,10748,'_recurrence_id',''),(58745,10749,'_recurrence_id',''),(58746,10750,'_recurrence_id',''),(58747,10751,'_recurrence_id',''),(58748,10752,'_recurrence_id',''),(58749,10753,'_recurrence_id',''),(58750,10754,'_recurrence_id',''),(58751,10755,'_recurrence_id',''),(58752,10756,'_recurrence_id',''),(58753,10757,'_recurrence_id',''),(58754,10758,'_recurrence_id',''),(58755,10759,'_recurrence_id',''),(58756,10760,'_recurrence_id',''),(58757,10761,'_recurrence_id',''),(58758,10762,'_recurrence_id',''),(58759,10763,'_recurrence_id',''),(58760,10764,'_recurrence_id',''),(58761,10765,'_recurrence_id',''),(58762,10766,'_recurrence_id',''),(58763,10767,'_recurrence_id',''),(58764,10768,'_recurrence_id',''),(58765,10769,'_recurrence_id',''),(58766,10770,'_recurrence_id',''),(58767,10771,'_recurrence_id',''),(58768,10772,'_recurrence_id',''),(58769,10773,'_recurrence_id',''),(58770,10774,'_recurrence_id',''),(58771,10775,'_recurrence_id',''),(58772,10776,'_recurrence_id',''),(58773,10777,'_recurrence_id',''),(58774,10778,'_recurrence_id',''),(58775,10779,'_recurrence_id',''),(58776,10780,'_recurrence_id',''),(58777,10781,'_recurrence_id',''),(58778,10782,'_recurrence_id',''),(58779,10783,'_recurrence_id',''),(58780,10784,'_recurrence_id',''),(58781,10785,'_recurrence_id',''),(58782,10786,'_recurrence_id',''),(58783,10787,'_recurrence_id',''),(58784,10788,'_recurrence_id',''),(58785,10789,'_recurrence_id',''),(58786,10790,'_recurrence_id',''),(58787,10791,'_recurrence_id',''),(58788,10792,'_recurrence_id',''),(58789,10793,'_recurrence_id',''),(58790,10794,'_recurrence_id',''),(58791,10795,'_recurrence_id',''),(58792,10796,'_recurrence_id',''),(58793,10797,'_recurrence_id',''),(58794,10798,'_recurrence_id',''),(58795,10799,'_recurrence_id',''),(58796,10800,'_recurrence_id',''),(58797,10801,'_recurrence_id',''),(58798,10802,'_recurrence_id',''),(58799,10803,'_recurrence_id',''),(58800,10804,'_recurrence_id',''),(58801,10805,'_recurrence_id',''),(58802,10806,'_recurrence_id',''),(58803,10807,'_recurrence_id',''),(58804,10808,'_recurrence_id',''),(58805,10809,'_recurrence_id',''),(58806,10810,'_recurrence_id',''),(58807,10811,'_recurrence_id',''),(58808,10812,'_recurrence_id',''),(58809,10813,'_recurrence_id',''),(58810,10814,'_recurrence_id',''),(58811,10815,'_recurrence_id',''),(58812,10816,'_recurrence_id',''),(58813,10817,'_recurrence_id',''),(58814,10818,'_recurrence_id',''),(58815,10819,'_recurrence_id',''),(58816,10820,'_recurrence_id',''),(58817,10821,'_recurrence_id',''),(58818,10822,'_recurrence_id',''),(58819,10823,'_recurrence_id',''),(58820,10824,'_recurrence_id',''),(58821,10825,'_recurrence_id',''),(58822,10826,'_recurrence_id',''),(58823,10827,'_recurrence_id',''),(58824,10828,'_recurrence_id',''),(58825,10829,'_recurrence_id',''),(58826,10830,'_recurrence_id',''),(58827,10831,'_recurrence_id',''),(58828,10832,'_recurrence_id',''),(58829,10833,'_recurrence_id',''),(58830,10834,'_recurrence_id',''),(58831,10835,'_recurrence_id',''),(58832,10836,'_recurrence_id',''),(58833,10837,'_recurrence_id',''),(58834,10838,'_recurrence_id',''),(58835,10839,'_recurrence_id',''),(58836,10840,'_recurrence_id',''),(58837,10841,'_recurrence_id',''),(58838,10842,'_recurrence_id',''),(58839,10843,'_recurrence_id',''),(58840,10844,'_recurrence_id',''),(58841,10845,'_recurrence_id',''),(58842,10846,'_recurrence_id',''),(58843,10847,'_recurrence_id',''),(58844,10848,'_recurrence_id',''),(58845,10849,'_recurrence_id',''),(58846,10850,'_recurrence_id',''),(58847,10851,'_recurrence_id',''),(58848,10852,'_recurrence_id',''),(58849,10853,'_recurrence_id',''),(58850,10854,'_recurrence_id',''),(59809,9766,'_event_status','1'),(59810,9767,'_event_status','1'),(59811,9768,'_event_status','1'),(59812,9769,'_event_status','1'),(59813,9770,'_event_status','1'),(59814,9771,'_event_status','1'),(59815,9772,'_event_status','1'),(59816,9773,'_event_status','1'),(59817,9774,'_event_status','1'),(59818,9775,'_event_status','1'),(59819,9776,'_event_status','1'),(59820,9777,'_event_status','1'),(59821,9778,'_event_status','1'),(59822,9779,'_event_status','1'),(59823,9780,'_event_status','1'),(59824,9781,'_event_status','1'),(59825,9782,'_event_status','1'),(59826,9783,'_event_status','1'),(59827,9784,'_event_status','1'),(59828,9785,'_event_status','1'),(59829,9786,'_event_status','1'),(59830,9787,'_event_status','1'),(59831,9788,'_event_status','1'),(59832,9789,'_event_status','1'),(59833,9790,'_event_status','1'),(59834,9791,'_event_status','1'),(59835,9792,'_event_status','1'),(59836,9793,'_event_status','1'),(59837,9794,'_event_status','1'),(59838,9795,'_event_status','1'),(59839,9796,'_event_status','1'),(59840,9797,'_event_status','1'),(59841,9798,'_event_status','1'),(59842,9799,'_event_status','1'),(59843,9800,'_event_status','1'),(59844,9801,'_event_status','1'),(59845,9802,'_event_status','1'),(59846,9803,'_event_status','1'),(59847,9804,'_event_status','1'),(59848,9805,'_event_status','1'),(59849,9806,'_event_status','1'),(59850,9807,'_event_status','1'),(59851,9808,'_event_status','1'),(59852,9809,'_event_status','1'),(59853,9810,'_event_status','1'),(59854,9811,'_event_status','1'),(59855,9812,'_event_status','1'),(59856,9813,'_event_status','1'),(59857,9814,'_event_status','1'),(59858,9815,'_event_status','1'),(59859,9816,'_event_status','1'),(59860,9817,'_event_status','1'),(59861,9818,'_event_status','1'),(59862,9819,'_event_status','1'),(59863,9820,'_event_status','1'),(59864,9821,'_event_status','1'),(59865,9822,'_event_status','1'),(59866,9823,'_event_status','1'),(59867,9824,'_event_status','1'),(59868,9825,'_event_status','1'),(59869,9826,'_event_status','1'),(59870,9827,'_event_status','1'),(59871,9828,'_event_status','1'),(59872,9829,'_event_status','1'),(59873,9830,'_event_status','1'),(59875,9832,'_event_status','1'),(59876,9833,'_event_status','1'),(59877,9834,'_event_status','1'),(59878,9835,'_event_status','1'),(59879,9836,'_event_status','1'),(59880,9837,'_event_status','1'),(59881,9838,'_event_status','1'),(59882,9839,'_event_status','1'),(59883,9840,'_event_status','1'),(59884,9841,'_event_status','1'),(59885,9842,'_event_status','1'),(59886,9843,'_event_status','1'),(59887,9844,'_event_status','1'),(59888,9845,'_event_status','1'),(59889,9846,'_event_status','1'),(59890,9847,'_event_status','1'),(59891,9848,'_event_status','1'),(59892,9849,'_event_status','1'),(59893,9850,'_event_status','1'),(59894,9851,'_event_status','1'),(59895,9852,'_event_status','1'),(59896,9853,'_event_status','1'),(59897,9854,'_event_status','1'),(59898,9855,'_event_status','1'),(59899,9856,'_event_status','1'),(59900,9857,'_event_status','1'),(59901,9858,'_event_status','1'),(59902,9859,'_event_status','1'),(59903,9860,'_event_status','1'),(59904,9861,'_event_status','1'),(59905,9862,'_event_status','1'),(59906,9863,'_event_status','1'),(59907,9864,'_event_status','1'),(59908,9865,'_event_status','1'),(59909,9866,'_event_status','1'),(59910,9867,'_event_status','1'),(59911,9868,'_event_status','1'),(59912,9869,'_event_status','1'),(59913,9870,'_event_status','1'),(59914,9871,'_event_status','1'),(59915,9872,'_event_status','1'),(59916,9873,'_event_status','1'),(59917,9874,'_event_status','1'),(59918,9875,'_event_status','1'),(59919,9876,'_event_status','1'),(59920,9877,'_event_status','1'),(59921,9878,'_event_status','1'),(59922,9879,'_event_status','1'),(59923,9880,'_event_status','1'),(59924,9881,'_event_status','1'),(59925,9882,'_event_status','1'),(59926,9883,'_event_status','1'),(59927,9884,'_event_status','1'),(59928,9885,'_event_status','1'),(59929,9886,'_event_status','1'),(59930,9887,'_event_status','1'),(59931,9888,'_event_status','1'),(59932,9889,'_event_status','1'),(59933,9890,'_event_status','1'),(59934,9891,'_event_status','1'),(59935,9892,'_event_status','1'),(59936,9893,'_event_status','1'),(59937,9894,'_event_status','1'),(59938,9895,'_event_status','1'),(59939,9896,'_event_status','1'),(59940,9897,'_event_status','1'),(59941,9898,'_event_status','1'),(59942,9899,'_event_status','1'),(59943,9900,'_event_status','1'),(59944,9901,'_event_status','1'),(59945,9902,'_event_status','1'),(59946,9903,'_event_status','1'),(59947,9904,'_event_status','1'),(59948,9905,'_event_status','1'),(59949,9906,'_event_status','1'),(59950,9907,'_event_status','1'),(59951,9908,'_event_status','1'),(59952,9909,'_event_status','1'),(59953,9910,'_event_status','1'),(59954,9911,'_event_status','1'),(59955,9912,'_event_status','1'),(59956,9913,'_event_status','1'),(59957,9914,'_event_status','1'),(59958,9915,'_event_status','1'),(59959,9916,'_event_status','1'),(59960,9917,'_event_status','1'),(59961,9918,'_event_status','1'),(59962,9919,'_event_status','1'),(59963,9920,'_event_status','1'),(59964,9921,'_event_status','1'),(59965,9922,'_event_status','1'),(59966,9923,'_event_status','1'),(59967,9924,'_event_status','1'),(59968,9925,'_event_status','1'),(59969,9926,'_event_status','1'),(59970,9927,'_event_status','1'),(59971,9928,'_event_status','1'),(59972,9929,'_event_status','1'),(59973,9930,'_event_status','1'),(59974,9931,'_event_status','1'),(59975,9932,'_event_status','1'),(59976,9933,'_event_status','1'),(59977,9934,'_event_status','1'),(59978,9935,'_event_status','1'),(59979,9936,'_event_status','1'),(59980,9937,'_event_status','1'),(59981,9938,'_event_status','1'),(59982,9939,'_event_status','1'),(59983,9940,'_event_status','1'),(59984,9941,'_event_status','1'),(59985,9942,'_event_status','1'),(59986,9943,'_event_status','1'),(59987,9944,'_event_status','1'),(59988,9945,'_event_status','1'),(59989,9946,'_event_status','1'),(59990,9947,'_event_status','1'),(59991,9948,'_event_status','1'),(59992,9949,'_event_status','1'),(59993,9950,'_event_status','1'),(59994,9951,'_event_status','1'),(59995,9952,'_event_status','1'),(59996,9953,'_event_status','1'),(59997,9954,'_event_status','1'),(59998,9955,'_event_status','1'),(59999,9956,'_event_status','1'),(60000,9957,'_event_status','1'),(60001,9958,'_event_status','1'),(60002,9959,'_event_status','1'),(60003,9960,'_event_status','1'),(60004,9961,'_event_status','1'),(60005,9962,'_event_status','1'),(60006,9963,'_event_status','1'),(60007,9964,'_event_status','1'),(60008,9965,'_event_status','1'),(60009,9966,'_event_status','1'),(60010,9967,'_event_status','1'),(60011,9968,'_event_status','1'),(60012,9969,'_event_status','1'),(60013,9970,'_event_status','1'),(60014,9971,'_event_status','1'),(60015,9972,'_event_status','1'),(60016,9973,'_event_status','1'),(60017,9974,'_event_status','1'),(60018,9975,'_event_status','1'),(60019,9976,'_event_status','1'),(60020,9977,'_event_status','1'),(60021,9978,'_event_status','1'),(60022,9979,'_event_status','1'),(60023,9980,'_event_status','1'),(60024,9981,'_event_status','1'),(60025,9982,'_event_status','1'),(60026,9983,'_event_status','1'),(60027,9984,'_event_status','1'),(60028,9985,'_event_status','1'),(60029,9986,'_event_status','1'),(60030,9987,'_event_status','1'),(60031,9988,'_event_status','1'),(60032,9989,'_event_status','1'),(60033,9990,'_event_status','1'),(60034,9991,'_event_status','1'),(60035,9992,'_event_status','1'),(60036,9993,'_event_status','1'),(60037,9994,'_event_status','1'),(60038,9995,'_event_status','1'),(60039,9996,'_event_status','1'),(60040,9997,'_event_status','1'),(60041,9998,'_event_status','1'),(60042,9999,'_event_status','1'),(60043,10000,'_event_status','1'),(60045,10002,'_event_status','1'),(60046,10003,'_event_status','1'),(60047,10004,'_event_status','1'),(60048,10005,'_event_status','1'),(60049,10006,'_event_status','1'),(60050,10007,'_event_status','1'),(60051,10008,'_event_status','1'),(60064,10021,'_event_status','1'),(60104,10061,'_event_status','1'),(60105,10062,'_event_status','1'),(60106,10063,'_event_status','1'),(60107,10064,'_event_status','1'),(60108,10065,'_event_status','1'),(60109,10066,'_event_status','1'),(60110,10067,'_event_status','1'),(60111,10068,'_event_status','1'),(60112,10069,'_event_status','1'),(60113,10070,'_event_status','1'),(60114,10071,'_event_status','1'),(60115,10072,'_event_status','1'),(60116,10073,'_event_status','1'),(60117,10074,'_event_status','1'),(60118,10075,'_event_status','1'),(60119,10076,'_event_status','1'),(60120,10077,'_event_status','1'),(60121,10078,'_event_status','1'),(60122,10079,'_event_status','1'),(60123,10080,'_event_status','1'),(60124,10081,'_event_status','1'),(60125,10082,'_event_status','1'),(60126,10083,'_event_status','1'),(60127,10084,'_event_status','1'),(60128,10085,'_event_status','1'),(60129,10086,'_event_status','1'),(60130,10087,'_event_status','1'),(60131,10088,'_event_status','1'),(60132,10089,'_event_status','1'),(60133,10090,'_event_status','1'),(60134,10091,'_event_status','1'),(60135,10092,'_event_status','1'),(60136,10093,'_event_status','1'),(60137,10094,'_event_status','1'),(60138,10095,'_event_status','1'),(60139,10096,'_event_status','1'),(60140,10097,'_event_status','1'),(60141,10098,'_event_status','1'),(60142,10099,'_event_status','1'),(60143,10100,'_event_status','1'),(60144,10101,'_event_status','1'),(60145,10102,'_event_status','1'),(60146,10103,'_event_status','1'),(60147,10104,'_event_status','1'),(60148,10105,'_event_status','1'),(60149,10106,'_event_status','1'),(60150,10107,'_event_status','1'),(60151,10108,'_event_status','1'),(60152,10109,'_event_status','1'),(60153,10110,'_event_status','1'),(60154,10111,'_event_status','1'),(60155,10112,'_event_status','1'),(60156,10113,'_event_status','1'),(60157,10114,'_event_status','1'),(60158,10115,'_event_status','1'),(60159,10116,'_event_status','1'),(60160,10117,'_event_status','1'),(60161,10118,'_event_status','1'),(60162,10119,'_event_status','1'),(60163,10120,'_event_status','1'),(60164,10121,'_event_status','1'),(60165,10122,'_event_status','1'),(60166,10123,'_event_status','1'),(60167,10124,'_event_status','1'),(60168,10125,'_event_status','1'),(60169,10126,'_event_status','1'),(60170,10127,'_event_status','1'),(60171,10128,'_event_status','1'),(60172,10129,'_event_status','1'),(60173,10130,'_event_status','1'),(60174,10131,'_event_status','1'),(60175,10132,'_event_status','1'),(60176,10133,'_event_status','1'),(60177,10134,'_event_status','1'),(60178,10135,'_event_status','1'),(60179,10136,'_event_status','1'),(60180,10137,'_event_status','1'),(60181,10138,'_event_status','1'),(60182,10139,'_event_status','1'),(60183,10140,'_event_status','1'),(60184,10141,'_event_status','1'),(60185,10142,'_event_status','1'),(60186,10143,'_event_status','1'),(60187,10144,'_event_status','1'),(60188,10145,'_event_status','1'),(60189,10146,'_event_status','1'),(60190,10147,'_event_status','1'),(60191,10148,'_event_status','1'),(60192,10149,'_event_status','1'),(60193,10150,'_event_status','1'),(60194,10151,'_event_status','1'),(60195,10152,'_event_status','1'),(60196,10153,'_event_status','1'),(60197,10154,'_event_status','1'),(60198,10155,'_event_status','1'),(60199,10156,'_event_status','1'),(60200,10157,'_event_status','1'),(60201,10158,'_event_status','1'),(60202,10159,'_event_status','1'),(60203,10160,'_event_status','1'),(60204,10161,'_event_status','1'),(60205,10162,'_event_status','1'),(60206,10163,'_event_status','1'),(60207,10164,'_event_status','1'),(60208,10165,'_event_status','1'),(60209,10166,'_event_status','1'),(60210,10167,'_event_status','1'),(60211,10168,'_event_status','1'),(60212,10169,'_event_status','1'),(60213,10170,'_event_status','1'),(60214,10171,'_event_status','1'),(60215,10172,'_event_status','1'),(60216,10173,'_event_status','1'),(60217,10174,'_event_status','1'),(60218,10175,'_event_status','1'),(60219,10176,'_event_status','1'),(60220,10177,'_event_status','1'),(60221,10178,'_event_status','1'),(60222,10179,'_event_status','1'),(60223,10180,'_event_status','1'),(60224,10181,'_event_status','1'),(60225,10182,'_event_status','1'),(60226,10183,'_event_status','1'),(60227,10184,'_event_status','1'),(60228,10185,'_event_status','1'),(60229,10186,'_event_status','1'),(60230,10187,'_event_status','1'),(60231,10188,'_event_status','1'),(60232,10189,'_event_status','1'),(60233,10190,'_event_status','1'),(60234,10191,'_event_status','1'),(60235,10192,'_event_status','1'),(60236,10193,'_event_status','1'),(60237,10194,'_event_status','1'),(60238,10195,'_event_status','1'),(60239,10196,'_event_status','1'),(60240,10197,'_event_status','1'),(60241,10198,'_event_status','1'),(60242,10199,'_event_status','1'),(60243,10200,'_event_status','1'),(60244,10201,'_event_status','1'),(60245,10202,'_event_status','1'),(60246,10203,'_event_status','1'),(60247,10204,'_event_status','1'),(60248,10205,'_event_status','1'),(60249,10206,'_event_status','1'),(60250,10207,'_event_status','1'),(60251,10208,'_event_status','1'),(60252,10209,'_event_status','1'),(60253,10210,'_event_status','1'),(60254,10211,'_event_status','1'),(60255,10212,'_event_status','1'),(60256,10213,'_event_status','1'),(60257,10214,'_event_status','1'),(60258,10215,'_event_status','1'),(60259,10216,'_event_status','1'),(60260,10217,'_event_status','1'),(60261,10218,'_event_status','1'),(60262,10219,'_event_status','1'),(60263,10220,'_event_status','1'),(60264,10221,'_event_status','1'),(60265,10222,'_event_status','1'),(60266,10223,'_event_status','1'),(60267,10224,'_event_status','1'),(60268,10225,'_event_status','1'),(60269,10226,'_event_status','1'),(60270,10227,'_event_status','1'),(60271,10228,'_event_status','1'),(60272,10229,'_event_status','1'),(60273,10230,'_event_status','1'),(60274,10231,'_event_status','1'),(60275,10232,'_event_status','1'),(60276,10233,'_event_status','1'),(60277,10234,'_event_status','1'),(60278,10235,'_event_status','1'),(60279,10236,'_event_status','1'),(60287,10244,'_event_status','1'),(60290,10247,'_event_status','1'),(60291,10248,'_event_status','1'),(60292,10249,'_event_status','1'),(60293,10250,'_event_status','1'),(60294,10251,'_event_status','1'),(60295,10252,'_event_status','1'),(60296,10253,'_event_status','1'),(60297,10254,'_event_status','1'),(60298,10255,'_event_status','1'),(60299,10256,'_event_status','1'),(60300,10257,'_event_status','1'),(60301,10258,'_event_status','1'),(60302,10259,'_event_status','1'),(60303,10260,'_event_status','1'),(60304,10261,'_event_status','1'),(60305,10262,'_event_status','1'),(60306,10263,'_event_status','1'),(60307,10264,'_event_status','1'),(60308,10265,'_event_status','1'),(60309,10266,'_event_status','1'),(60310,10267,'_event_status','1'),(60311,10268,'_event_status','1'),(60312,10269,'_event_status','1'),(60313,10270,'_event_status','1'),(60314,10271,'_event_status','1'),(60315,10272,'_event_status','1'),(60316,10273,'_event_status','1'),(60317,10274,'_event_status','1'),(60318,10275,'_event_status','1'),(60319,10276,'_event_status','1'),(60320,10277,'_event_status','1'),(60321,10278,'_event_status','1'),(60322,10279,'_event_status','1'),(60323,10280,'_event_status','1'),(60324,10281,'_event_status','1'),(60325,10282,'_event_status','1'),(60326,10283,'_event_status','1'),(60327,10284,'_event_status','1'),(60328,10285,'_event_status','1'),(60329,10286,'_event_status','1'),(60330,10287,'_event_status','1'),(60331,10288,'_event_status','1'),(60332,10289,'_event_status','1'),(60333,10290,'_event_status','1'),(60334,10291,'_event_status','1'),(60335,10292,'_event_status','1'),(60336,10293,'_event_status','1'),(60337,10294,'_event_status','1'),(60338,10295,'_event_status','1'),(60339,10296,'_event_status','1'),(60340,10297,'_event_status','1'),(60341,10298,'_event_status','1'),(60342,10299,'_event_status','1'),(60343,10300,'_event_status','1'),(60344,10301,'_event_status','1'),(60345,10302,'_event_status','1'),(60346,10303,'_event_status','1'),(60347,10304,'_event_status','1'),(60348,10305,'_event_status','1'),(60349,10306,'_event_status','1'),(60350,10307,'_event_status','1'),(60351,10308,'_event_status','1'),(60352,10309,'_event_status','1'),(60353,10310,'_event_status','1'),(60354,10311,'_event_status','1'),(60355,10312,'_event_status','1'),(60356,10313,'_event_status','1'),(60357,10314,'_event_status','1'),(60358,10315,'_event_status','1'),(60359,10316,'_event_status','1'),(60360,10317,'_event_status','1'),(60361,10318,'_event_status','1'),(60362,10319,'_event_status','1'),(60363,10320,'_event_status','1'),(60364,10321,'_event_status','1'),(60365,10322,'_event_status','1'),(60366,10323,'_event_status','1'),(60367,10324,'_event_status','1'),(60368,10325,'_event_status','1'),(60369,10326,'_event_status','1'),(60370,10327,'_event_status','1'),(60371,10328,'_event_status','1'),(60372,10329,'_event_status','1'),(60373,10330,'_event_status','1'),(60374,10331,'_event_status','1'),(60375,10332,'_event_status','1'),(60376,10333,'_event_status','1'),(60377,10334,'_event_status','1'),(60378,10335,'_event_status','1'),(60379,10336,'_event_status','1'),(60380,10337,'_event_status','1'),(60381,10338,'_event_status','1'),(60382,10339,'_event_status','1'),(60383,10340,'_event_status','1'),(60384,10341,'_event_status','1'),(60385,10342,'_event_status','1'),(60386,10343,'_event_status','1'),(60387,10344,'_event_status','1'),(60388,10345,'_event_status','1'),(60389,10346,'_event_status','1'),(60390,10347,'_event_status','1'),(60391,10348,'_event_status','1'),(60392,10349,'_event_status','1'),(60393,10350,'_event_status','1'),(60394,10351,'_event_status','1'),(60395,10352,'_event_status','1'),(60396,10353,'_event_status','1'),(60397,10354,'_event_status','1'),(60398,10355,'_event_status','1'),(60399,10356,'_event_status','1'),(60400,10357,'_event_status','1'),(60401,10358,'_event_status','1'),(60402,10359,'_event_status','1'),(60403,10360,'_event_status','1'),(60404,10361,'_event_status','1'),(60405,10362,'_event_status','1'),(60406,10363,'_event_status','1'),(60407,10364,'_event_status','1'),(60408,10365,'_event_status','1'),(60409,10366,'_event_status','1'),(60410,10367,'_event_status','1'),(60411,10368,'_event_status','1'),(60412,10369,'_event_status','1'),(60413,10370,'_event_status','1'),(60414,10371,'_event_status','1'),(60415,10372,'_event_status','1'),(60416,10373,'_event_status','1'),(60417,10374,'_event_status','1'),(60418,10375,'_event_status','1'),(60419,10376,'_event_status','1'),(60420,10377,'_event_status','1'),(60421,10378,'_event_status','1'),(60422,10379,'_event_status','1'),(60423,10380,'_event_status','1'),(60424,10381,'_event_status','1'),(60425,10382,'_event_status','1'),(60426,10383,'_event_status','1'),(60427,10384,'_event_status','1'),(60428,10385,'_event_status','1'),(60429,10386,'_event_status','1'),(60430,10387,'_event_status','1'),(60431,10388,'_event_status','1'),(60432,10389,'_event_status','1'),(60433,10390,'_event_status','1'),(60434,10391,'_event_status','1'),(60435,10392,'_event_status','1'),(60436,10393,'_event_status','1'),(60437,10394,'_event_status','1'),(60438,10395,'_event_status','1'),(60439,10396,'_event_status','1'),(60440,10397,'_event_status','1'),(60441,10398,'_event_status','1'),(60442,10399,'_event_status','1'),(60443,10400,'_event_status','1'),(60444,10401,'_event_status','1'),(60445,10402,'_event_status','1'),(60446,10403,'_event_status','1'),(60447,10404,'_event_status','1'),(60448,10405,'_event_status','1'),(60449,10406,'_event_status','1'),(60450,10407,'_event_status','1'),(60451,10408,'_event_status','1'),(60452,10409,'_event_status','1'),(60453,10410,'_event_status','1'),(60454,10411,'_event_status','1'),(60455,10412,'_event_status','1'),(60456,10413,'_event_status','1'),(60457,10414,'_event_status','1'),(60458,10415,'_event_status','1'),(60459,10416,'_event_status','1'),(60460,10417,'_event_status','1'),(60461,10418,'_event_status','1'),(60462,10419,'_event_status','1'),(60463,10420,'_event_status','1'),(60464,10421,'_event_status','1'),(60465,10422,'_event_status','1'),(60466,10423,'_event_status','1'),(60467,10424,'_event_status','1'),(60468,10425,'_event_status','1'),(60469,10426,'_event_status','1'),(60470,10427,'_event_status','1'),(60471,10428,'_event_status','1'),(60472,10429,'_event_status','1'),(60473,10430,'_event_status','1'),(60474,10431,'_event_status','1'),(60475,10432,'_event_status','1'),(60476,10433,'_event_status','1'),(60477,10434,'_event_status','1'),(60478,10435,'_event_status','1'),(60479,10436,'_event_status','1'),(60480,10437,'_event_status','1'),(60481,10438,'_event_status','1'),(60482,10439,'_event_status','1'),(60483,10440,'_event_status','1'),(60484,10441,'_event_status','1'),(60485,10442,'_event_status','1'),(60486,10443,'_event_status','1'),(60487,10444,'_event_status','1'),(60488,10445,'_event_status','1'),(60489,10446,'_event_status','1'),(60490,10447,'_event_status','1'),(60491,10448,'_event_status','1'),(60492,10449,'_event_status','1'),(60493,10450,'_event_status','1'),(60494,10451,'_event_status','1'),(60495,10452,'_event_status','1'),(60496,10453,'_event_status','1'),(60497,10454,'_event_status','1'),(60498,10455,'_event_status','1'),(60499,10456,'_event_status','1'),(60500,10457,'_event_status','1'),(60501,10458,'_event_status','1'),(60502,10459,'_event_status','1'),(60503,10460,'_event_status','1'),(60504,10461,'_event_status','1'),(60505,10462,'_event_status','1'),(60506,10463,'_event_status','1'),(60507,10464,'_event_status','1'),(60508,10465,'_event_status','1'),(60509,10466,'_event_status','1'),(60510,10467,'_event_status','1'),(60511,10468,'_event_status','1'),(60512,10469,'_event_status','1'),(60513,10470,'_event_status','1'),(60514,10471,'_event_status','1'),(60515,10472,'_event_status','1'),(60516,10473,'_event_status','1'),(60517,10474,'_event_status','1'),(60518,10475,'_event_status','1'),(60519,10476,'_event_status','1'),(60520,10477,'_event_status','1'),(60521,10478,'_event_status','1'),(60522,10479,'_event_status','1'),(60523,10480,'_event_status','1'),(60524,10481,'_event_status','1'),(60525,10482,'_event_status','1'),(60526,10483,'_event_status','1'),(60527,10484,'_event_status','1'),(60528,10485,'_event_status','1'),(60529,10486,'_event_status','1'),(60530,10487,'_event_status','1'),(60531,10488,'_event_status','1'),(60532,10489,'_event_status','1'),(60533,10490,'_event_status','1'),(60534,10491,'_event_status','1'),(60535,10492,'_event_status','1'),(60536,10493,'_event_status','1'),(60537,10494,'_event_status','1'),(60538,10495,'_event_status','1'),(60539,10496,'_event_status','1'),(60540,10497,'_event_status','1'),(60541,10498,'_event_status','1'),(60542,10499,'_event_status','1'),(60543,10500,'_event_status','1'),(60544,10501,'_event_status','1'),(60545,10502,'_event_status','1'),(60546,10503,'_event_status','1'),(60547,10504,'_event_status','1'),(60548,10505,'_event_status','1'),(60549,10506,'_event_status','1'),(60550,10507,'_event_status','1'),(60551,10508,'_event_status','1'),(60552,10509,'_event_status','1'),(60553,10510,'_event_status','1'),(60554,10511,'_event_status','1'),(60555,10512,'_event_status','1'),(60556,10513,'_event_status','1'),(60557,10514,'_event_status','1'),(60558,10515,'_event_status','1'),(60559,10516,'_event_status','1'),(60560,10517,'_event_status','1'),(60561,10518,'_event_status','1'),(60562,10519,'_event_status','1'),(60563,10520,'_event_status','1'),(60564,10521,'_event_status','1'),(60565,10522,'_event_status','1'),(60566,10523,'_event_status','1'),(60567,10524,'_event_status','1'),(60568,10525,'_event_status','1'),(60569,10526,'_event_status','1'),(60570,10527,'_event_status','1'),(60571,10528,'_event_status','1'),(60572,10529,'_event_status','1'),(60573,10530,'_event_status','1'),(60574,10531,'_event_status','1'),(60575,10532,'_event_status','1'),(60576,10533,'_event_status','1'),(60577,10534,'_event_status','1'),(60578,10535,'_event_status','1'),(60579,10536,'_event_status','1'),(60580,10537,'_event_status','1'),(60581,10538,'_event_status','1'),(60582,10539,'_event_status','1'),(60583,10540,'_event_status','1'),(60584,10541,'_event_status','1'),(60585,10542,'_event_status','1'),(60586,10543,'_event_status','1'),(60587,10544,'_event_status','1'),(60588,10545,'_event_status','1'),(60589,10546,'_event_status','1'),(60590,10547,'_event_status','1'),(60591,10548,'_event_status','1'),(60592,10549,'_event_status','1'),(60593,10550,'_event_status','1'),(60594,10551,'_event_status','1'),(60595,10552,'_event_status','1'),(60596,10553,'_event_status','1'),(60597,10554,'_event_status','1'),(60598,10555,'_event_status','1'),(60599,10556,'_event_status','1'),(60600,10557,'_event_status','1'),(60601,10558,'_event_status','1'),(60602,10559,'_event_status','1'),(60603,10560,'_event_status','1'),(60604,10561,'_event_status','1'),(60605,10562,'_event_status','1'),(60606,10563,'_event_status','1'),(60607,10564,'_event_status','1'),(60608,10565,'_event_status','1'),(60609,10566,'_event_status','1'),(60610,10567,'_event_status','1'),(60611,10568,'_event_status','1'),(60612,10569,'_event_status','1'),(60613,10570,'_event_status','1'),(60614,10571,'_event_status','1'),(60615,10572,'_event_status','1'),(60616,10573,'_event_status','1'),(60617,10574,'_event_status','1'),(60618,10575,'_event_status','1'),(60619,10576,'_event_status','1'),(60620,10577,'_event_status','1'),(60621,10578,'_event_status','1'),(60622,10579,'_event_status','1'),(60623,10580,'_event_status','1'),(60624,10581,'_event_status','1'),(60625,10582,'_event_status','1'),(60626,10583,'_event_status','1'),(60627,10584,'_event_status','1'),(60628,10585,'_event_status','1'),(60629,10586,'_event_status','1'),(60630,10587,'_event_status','1'),(60631,10588,'_event_status','1'),(60632,10589,'_event_status','1'),(60633,10590,'_event_status','1'),(60634,10591,'_event_status','1'),(60635,10592,'_event_status','1'),(60636,10593,'_event_status','1'),(60637,10594,'_event_status','1'),(60638,10595,'_event_status','1'),(60639,10596,'_event_status','1'),(60640,10597,'_event_status','1'),(60641,10598,'_event_status','1'),(60642,10599,'_event_status','1'),(60643,10600,'_event_status','1'),(60644,10601,'_event_status','1'),(60645,10602,'_event_status','1'),(60646,10603,'_event_status','1'),(60647,10604,'_event_status','1'),(60648,10605,'_event_status','1'),(60649,10606,'_event_status','1'),(60650,10607,'_event_status','1'),(60651,10608,'_event_status','1'),(60652,10609,'_event_status','1'),(60653,10610,'_event_status','1'),(60654,10611,'_event_status','1'),(60655,10612,'_event_status','1'),(60656,10613,'_event_status','1'),(60657,10614,'_event_status','1'),(60658,10615,'_event_status','1'),(60659,10616,'_event_status','1'),(60660,10617,'_event_status','1'),(60661,10618,'_event_status','1'),(60662,10619,'_event_status','1'),(60663,10620,'_event_status','1'),(60664,10621,'_event_status','1'),(60665,10622,'_event_status','1'),(60666,10623,'_event_status','1'),(60667,10624,'_event_status','1'),(60668,10625,'_event_status','1'),(60669,10626,'_event_status','1'),(60670,10627,'_event_status','1'),(60671,10628,'_event_status','1'),(60672,10629,'_event_status','1'),(60673,10630,'_event_status','1'),(60674,10631,'_event_status','1'),(60675,10632,'_event_status','1'),(60676,10633,'_event_status','1'),(60677,10634,'_event_status','1'),(60678,10635,'_event_status','1'),(60679,10636,'_event_status','1'),(60680,10637,'_event_status','1'),(60681,10638,'_event_status','1'),(60682,10639,'_event_status','1'),(60683,10640,'_event_status','1'),(60684,10641,'_event_status','1'),(60685,10642,'_event_status','1'),(60686,10643,'_event_status','1'),(60687,10644,'_event_status','1'),(60688,10645,'_event_status','1'),(60689,10646,'_event_status','1'),(60690,10647,'_event_status','1'),(60691,10648,'_event_status','1'),(60692,10649,'_event_status','1'),(60693,10650,'_event_status','1'),(60694,10651,'_event_status','1'),(60695,10652,'_event_status','1'),(60696,10653,'_event_status','1'),(60697,10654,'_event_status','1'),(60698,10655,'_event_status','1'),(60699,10656,'_event_status','1'),(60700,10657,'_event_status','1'),(60701,10658,'_event_status','1'),(60702,10659,'_event_status','1'),(60703,10660,'_event_status','1'),(60704,10661,'_event_status','1'),(60705,10662,'_event_status','1'),(60706,10663,'_event_status','1'),(60707,10664,'_event_status','1'),(60708,10665,'_event_status','1'),(60709,10666,'_event_status','1'),(60710,10667,'_event_status','1'),(60711,10668,'_event_status','1'),(60712,10669,'_event_status','1'),(60713,10670,'_event_status','1'),(60714,10671,'_event_status','1'),(60715,10672,'_event_status','1'),(60716,10673,'_event_status','1'),(60717,10674,'_event_status','1'),(60718,10675,'_event_status','1'),(60719,10676,'_event_status','1'),(60720,10677,'_event_status','1'),(60721,10678,'_event_status','1'),(60722,10679,'_event_status','1'),(60723,10680,'_event_status','1'),(60724,10681,'_event_status','1'),(60725,10682,'_event_status','1'),(60726,10683,'_event_status','1'),(60727,10684,'_event_status','1'),(60728,10685,'_event_status','1'),(60729,10686,'_event_status','1'),(60730,10687,'_event_status','1'),(60731,10688,'_event_status','1'),(60732,10689,'_event_status','1'),(60733,10690,'_event_status','1'),(60734,10691,'_event_status','1'),(60735,10692,'_event_status','1'),(60736,10693,'_event_status','1'),(60737,10694,'_event_status','1'),(60738,10695,'_event_status','1'),(60739,10696,'_event_status','1'),(60740,10697,'_event_status','1'),(60741,10698,'_event_status','1'),(60742,10699,'_event_status','1'),(60743,10700,'_event_status','1'),(60744,10701,'_event_status','1'),(60745,10702,'_event_status','1'),(60746,10703,'_event_status','1'),(60747,10704,'_event_status','1'),(60748,10705,'_event_status','1'),(60749,10706,'_event_status','1'),(60750,10707,'_event_status','1'),(60751,10708,'_event_status','1'),(60752,10709,'_event_status','1'),(60753,10710,'_event_status','1'),(60754,10711,'_event_status','1'),(60755,10712,'_event_status','1'),(60756,10713,'_event_status','1'),(60757,10714,'_event_status','1'),(60758,10715,'_event_status','1'),(60760,10717,'_event_status','1'),(60761,10718,'_event_status','1'),(60763,10720,'_event_status','1'),(60764,10721,'_event_status','1'),(60765,10722,'_event_status','1'),(60766,10723,'_event_status','1'),(60767,10724,'_event_status','1'),(60768,10725,'_event_status','1'),(60769,10726,'_event_status','1'),(60770,10727,'_event_status','1'),(60771,10728,'_event_status','1'),(60772,10729,'_event_status','1'),(60773,10730,'_event_status','1'),(60774,10731,'_event_status','1'),(60775,10732,'_event_status','1'),(60776,10733,'_event_status','1'),(60777,10734,'_event_status','1'),(60778,10735,'_event_status','1'),(60779,10736,'_event_status','1'),(60780,10737,'_event_status','1'),(60781,10738,'_event_status','1'),(60782,10739,'_event_status','1'),(60783,10740,'_event_status','1'),(60784,10741,'_event_status','1'),(60785,10742,'_event_status','1'),(60786,10743,'_event_status','1'),(60787,10744,'_event_status','1'),(60788,10745,'_event_status','1'),(60789,10746,'_event_status','1'),(60790,10747,'_event_status','1'),(60791,10748,'_event_status','1'),(60792,10749,'_event_status','1'),(60793,10750,'_event_status','1'),(60794,10751,'_event_status','1'),(60795,10752,'_event_status','1'),(60796,10753,'_event_status','1'),(60797,10754,'_event_status','1'),(60798,10755,'_event_status','1'),(60799,10756,'_event_status','1'),(60800,10757,'_event_status','1'),(60801,10758,'_event_status','1'),(60802,10759,'_event_status','1'),(60803,10760,'_event_status','1'),(60804,10761,'_event_status','1'),(60805,10762,'_event_status','1'),(60806,10763,'_event_status','1'),(60807,10764,'_event_status','1'),(60808,10765,'_event_status','1'),(60809,10766,'_event_status','1'),(60810,10767,'_event_status','1'),(60811,10768,'_event_status','1'),(60812,10769,'_event_status','1'),(60813,10770,'_event_status','1'),(60814,10771,'_event_status','1'),(60815,10772,'_event_status','1'),(60816,10773,'_event_status','1'),(60817,10774,'_event_status','1'),(60818,10775,'_event_status','1'),(60819,10776,'_event_status','1'),(60820,10777,'_event_status','1'),(60821,10778,'_event_status','1'),(60822,10779,'_event_status','1'),(60823,10780,'_event_status','1'),(60824,10781,'_event_status','1'),(60825,10782,'_event_status','1'),(60826,10783,'_event_status','1'),(60827,10784,'_event_status','1'),(60828,10785,'_event_status','1'),(60829,10786,'_event_status','1'),(60830,10787,'_event_status','1'),(60831,10788,'_event_status','1'),(60832,10789,'_event_status','1'),(60833,10790,'_event_status','1'),(60834,10791,'_event_status','1'),(60835,10792,'_event_status','1'),(60836,10793,'_event_status','1'),(60837,10794,'_event_status','1'),(60838,10795,'_event_status','1'),(60839,10796,'_event_status','1'),(60840,10797,'_event_status','1'),(60841,10798,'_event_status','1'),(60842,10799,'_event_status','1'),(60843,10800,'_event_status','1'),(60844,10801,'_event_status','1'),(60845,10802,'_event_status','1'),(60846,10803,'_event_status','1'),(60847,10804,'_event_status','1'),(60848,10805,'_event_status','1'),(60849,10806,'_event_status','1'),(60850,10807,'_event_status','1'),(60851,10808,'_event_status','1'),(60852,10809,'_event_status','1'),(60853,10810,'_event_status','1'),(60854,10811,'_event_status','1'),(60855,10812,'_event_status','1'),(60856,10813,'_event_status','1'),(60857,10814,'_event_status','1'),(60858,10815,'_event_status','1'),(60859,10816,'_event_status','1'),(60860,10817,'_event_status','1'),(60861,10818,'_event_status','1'),(60862,10819,'_event_status','1'),(60863,10820,'_event_status','1'),(60864,10821,'_event_status','1'),(60865,10822,'_event_status','1'),(60866,10823,'_event_status','1'),(60867,10824,'_event_status','1'),(60868,10825,'_event_status','1'),(60869,10826,'_event_status','1'),(60870,10827,'_event_status','1'),(60871,10828,'_event_status','1'),(60872,10829,'_event_status','1'),(60873,10830,'_event_status','1'),(60874,10831,'_event_status','1'),(60875,10832,'_event_status','1'),(60876,10833,'_event_status','1'),(60877,10834,'_event_status','1'),(60878,10835,'_event_status','1'),(60879,10836,'_event_status','1'),(60880,10837,'_event_status','1'),(60881,10838,'_event_status','1'),(60882,10839,'_event_status','1'),(60883,10840,'_event_status','1'),(60884,10841,'_event_status','1'),(60885,10842,'_event_status','1'),(60886,10843,'_event_status','1'),(60887,10844,'_event_status','1'),(60888,10845,'_event_status','1'),(60889,10846,'_event_status','1'),(60890,10847,'_event_status','1'),(60891,10848,'_event_status','1'),(60892,10849,'_event_status','1'),(60893,10850,'_event_status','1'),(60894,10851,'_event_status','1'),(60895,10852,'_event_status','1'),(60896,10853,'_event_status','1'),(60897,10854,'_event_status','1'),(61856,9766,'_event_private','0'),(61857,9767,'_event_private','0'),(61858,9768,'_event_private','0'),(61859,9769,'_event_private','0'),(61860,9770,'_event_private','0'),(61861,9771,'_event_private','0'),(61862,9772,'_event_private','0'),(61863,9773,'_event_private','0'),(61864,9774,'_event_private','0'),(61865,9775,'_event_private','0'),(61866,9776,'_event_private','0'),(61867,9777,'_event_private','0'),(61868,9778,'_event_private','0'),(61869,9779,'_event_private','0'),(61870,9780,'_event_private','0'),(61871,9781,'_event_private','0'),(61872,9782,'_event_private','0'),(61873,9783,'_event_private','0'),(61874,9784,'_event_private','0'),(61875,9785,'_event_private','0'),(61876,9786,'_event_private','0'),(61877,9787,'_event_private','0'),(61878,9788,'_event_private','0'),(61879,9789,'_event_private','0'),(61880,9790,'_event_private','0'),(61881,9791,'_event_private','0'),(61882,9792,'_event_private','0'),(61883,9793,'_event_private','0'),(61884,9794,'_event_private','0'),(61885,9795,'_event_private','0'),(61886,9796,'_event_private','0'),(61887,9797,'_event_private','0'),(61888,9798,'_event_private','0'),(61889,9799,'_event_private','0'),(61890,9800,'_event_private','0'),(61891,9801,'_event_private','0'),(61892,9802,'_event_private','0'),(61893,9803,'_event_private','0'),(61894,9804,'_event_private','0'),(61895,9805,'_event_private','0'),(61896,9806,'_event_private','0'),(61897,9807,'_event_private','0'),(61898,9808,'_event_private','0'),(61899,9809,'_event_private','0'),(61900,9810,'_event_private','0'),(61901,9811,'_event_private','0'),(61902,9812,'_event_private','0'),(61903,9813,'_event_private','0'),(61904,9814,'_event_private','0'),(61905,9815,'_event_private','0'),(61906,9816,'_event_private','0'),(61907,9817,'_event_private','0'),(61908,9818,'_event_private','0'),(61909,9819,'_event_private','0'),(61910,9820,'_event_private','0'),(61911,9821,'_event_private','0'),(61912,9822,'_event_private','0'),(61913,9823,'_event_private','0'),(61914,9824,'_event_private','0'),(61915,9825,'_event_private','0'),(61916,9826,'_event_private','0'),(61917,9827,'_event_private','0'),(61918,9828,'_event_private','0'),(61919,9829,'_event_private','0'),(61920,9830,'_event_private','0'),(61922,9832,'_event_private','0'),(61923,9833,'_event_private','0'),(61924,9834,'_event_private','0'),(61925,9835,'_event_private','0'),(61926,9836,'_event_private','0'),(61927,9837,'_event_private','0'),(61928,9838,'_event_private','0'),(61929,9839,'_event_private','0'),(61930,9840,'_event_private','0'),(61931,9841,'_event_private','0'),(61932,9842,'_event_private','0'),(61933,9843,'_event_private','0'),(61934,9844,'_event_private','0'),(61935,9845,'_event_private','0'),(61936,9846,'_event_private','0'),(61937,9847,'_event_private','0'),(61938,9848,'_event_private','0'),(61939,9849,'_event_private','0'),(61940,9850,'_event_private','0'),(61941,9851,'_event_private','0'),(61942,9852,'_event_private','0'),(61943,9853,'_event_private','0'),(61944,9854,'_event_private','0'),(61945,9855,'_event_private','0'),(61946,9856,'_event_private','0'),(61947,9857,'_event_private','0'),(61948,9858,'_event_private','0'),(61949,9859,'_event_private','0'),(61950,9860,'_event_private','0'),(61951,9861,'_event_private','0'),(61952,9862,'_event_private','0'),(61953,9863,'_event_private','0'),(61954,9864,'_event_private','0'),(61955,9865,'_event_private','0'),(61956,9866,'_event_private','0'),(61957,9867,'_event_private','0'),(61958,9868,'_event_private','0'),(61959,9869,'_event_private','0'),(61960,9870,'_event_private','0'),(61961,9871,'_event_private','0'),(61962,9872,'_event_private','0'),(61963,9873,'_event_private','0'),(61964,9874,'_event_private','0'),(61965,9875,'_event_private','0'),(61966,9876,'_event_private','0'),(61967,9877,'_event_private','0'),(61968,9878,'_event_private','0'),(61969,9879,'_event_private','0'),(61970,9880,'_event_private','0'),(61971,9881,'_event_private','0'),(61972,9882,'_event_private','0'),(61973,9883,'_event_private','0'),(61974,9884,'_event_private','0'),(61975,9885,'_event_private','0'),(61976,9886,'_event_private','0'),(61977,9887,'_event_private','0'),(61978,9888,'_event_private','0'),(61979,9889,'_event_private','0'),(61980,9890,'_event_private','0'),(61981,9891,'_event_private','0'),(61982,9892,'_event_private','0'),(61983,9893,'_event_private','0'),(61984,9894,'_event_private','0'),(61985,9895,'_event_private','0'),(61986,9896,'_event_private','0'),(61987,9897,'_event_private','0'),(61988,9898,'_event_private','0'),(61989,9899,'_event_private','0'),(61990,9900,'_event_private','0'),(61991,9901,'_event_private','0'),(61992,9902,'_event_private','0'),(61993,9903,'_event_private','0'),(61994,9904,'_event_private','0'),(61995,9905,'_event_private','0'),(61996,9906,'_event_private','0'),(61997,9907,'_event_private','0'),(61998,9908,'_event_private','0'),(61999,9909,'_event_private','0'),(62000,9910,'_event_private','0'),(62001,9911,'_event_private','0'),(62002,9912,'_event_private','0'),(62003,9913,'_event_private','0'),(62004,9914,'_event_private','0'),(62005,9915,'_event_private','0'),(62006,9916,'_event_private','0'),(62007,9917,'_event_private','0'),(62008,9918,'_event_private','0'),(62009,9919,'_event_private','0'),(62010,9920,'_event_private','0'),(62011,9921,'_event_private','0'),(62012,9922,'_event_private','0'),(62013,9923,'_event_private','0'),(62014,9924,'_event_private','0'),(62015,9925,'_event_private','0'),(62016,9926,'_event_private','0'),(62017,9927,'_event_private','0'),(62018,9928,'_event_private','0'),(62019,9929,'_event_private','0'),(62020,9930,'_event_private','0'),(62021,9931,'_event_private','0'),(62022,9932,'_event_private','0'),(62023,9933,'_event_private','0'),(62024,9934,'_event_private','0'),(62025,9935,'_event_private','0'),(62026,9936,'_event_private','0'),(62027,9937,'_event_private','0'),(62028,9938,'_event_private','0'),(62029,9939,'_event_private','0'),(62030,9940,'_event_private','0'),(62031,9941,'_event_private','0'),(62032,9942,'_event_private','0'),(62033,9943,'_event_private','0'),(62034,9944,'_event_private','0'),(62035,9945,'_event_private','0'),(62036,9946,'_event_private','0'),(62037,9947,'_event_private','0'),(62038,9948,'_event_private','0'),(62039,9949,'_event_private','0'),(62040,9950,'_event_private','0'),(62041,9951,'_event_private','0'),(62042,9952,'_event_private','0'),(62043,9953,'_event_private','0'),(62044,9954,'_event_private','0'),(62045,9955,'_event_private','0'),(62046,9956,'_event_private','0'),(62047,9957,'_event_private','0'),(62048,9958,'_event_private','0'),(62049,9959,'_event_private','0'),(62050,9960,'_event_private','0'),(62051,9961,'_event_private','0'),(62052,9962,'_event_private','0'),(62053,9963,'_event_private','0'),(62054,9964,'_event_private','0'),(62055,9965,'_event_private','0'),(62056,9966,'_event_private','0'),(62057,9967,'_event_private','0'),(62058,9968,'_event_private','0'),(62059,9969,'_event_private','0'),(62060,9970,'_event_private','0'),(62061,9971,'_event_private','0'),(62062,9972,'_event_private','0'),(62063,9973,'_event_private','0'),(62064,9974,'_event_private','0'),(62065,9975,'_event_private','0'),(62066,9976,'_event_private','0'),(62067,9977,'_event_private','0'),(62068,9978,'_event_private','0'),(62069,9979,'_event_private','0'),(62070,9980,'_event_private','0'),(62071,9981,'_event_private','0'),(62072,9982,'_event_private','0'),(62073,9983,'_event_private','0'),(62074,9984,'_event_private','0'),(62075,9985,'_event_private','0'),(62076,9986,'_event_private','0'),(62077,9987,'_event_private','0'),(62078,9988,'_event_private','0'),(62079,9989,'_event_private','0'),(62080,9990,'_event_private','0'),(62081,9991,'_event_private','0'),(62082,9992,'_event_private','0'),(62083,9993,'_event_private','0'),(62084,9994,'_event_private','0'),(62085,9995,'_event_private','0'),(62086,9996,'_event_private','0'),(62087,9997,'_event_private','0'),(62088,9998,'_event_private','0'),(62089,9999,'_event_private','0'),(62090,10000,'_event_private','0'),(62092,10002,'_event_private','0'),(62093,10003,'_event_private','0'),(62094,10004,'_event_private','0'),(62095,10005,'_event_private','0'),(62096,10006,'_event_private','0'),(62097,10007,'_event_private','0'),(62098,10008,'_event_private','0'),(62111,10021,'_event_private','0'),(62151,10061,'_event_private','0'),(62152,10062,'_event_private','0'),(62153,10063,'_event_private','0'),(62154,10064,'_event_private','0'),(62155,10065,'_event_private','0'),(62156,10066,'_event_private','0'),(62157,10067,'_event_private','0'),(62158,10068,'_event_private','0'),(62159,10069,'_event_private','0'),(62160,10070,'_event_private','0'),(62161,10071,'_event_private','0'),(62162,10072,'_event_private','0'),(62163,10073,'_event_private','0'),(62164,10074,'_event_private','0'),(62165,10075,'_event_private','0'),(62166,10076,'_event_private','0'),(62167,10077,'_event_private','0'),(62168,10078,'_event_private','0'),(62169,10079,'_event_private','0'),(62170,10080,'_event_private','0'),(62171,10081,'_event_private','0'),(62172,10082,'_event_private','0'),(62173,10083,'_event_private','0'),(62174,10084,'_event_private','0'),(62175,10085,'_event_private','0'),(62176,10086,'_event_private','0'),(62177,10087,'_event_private','0'),(62178,10088,'_event_private','0'),(62179,10089,'_event_private','0'),(62180,10090,'_event_private','0'),(62181,10091,'_event_private','0'),(62182,10092,'_event_private','0'),(62183,10093,'_event_private','0'),(62184,10094,'_event_private','0'),(62185,10095,'_event_private','0'),(62186,10096,'_event_private','0'),(62187,10097,'_event_private','0'),(62188,10098,'_event_private','0'),(62189,10099,'_event_private','0'),(62190,10100,'_event_private','0'),(62191,10101,'_event_private','0'),(62192,10102,'_event_private','0'),(62193,10103,'_event_private','0'),(62194,10104,'_event_private','0'),(62195,10105,'_event_private','0'),(62196,10106,'_event_private','0'),(62197,10107,'_event_private','0'),(62198,10108,'_event_private','0'),(62199,10109,'_event_private','0'),(62200,10110,'_event_private','0'),(62201,10111,'_event_private','0'),(62202,10112,'_event_private','0'),(62203,10113,'_event_private','0'),(62204,10114,'_event_private','0'),(62205,10115,'_event_private','0'),(62206,10116,'_event_private','0'),(62207,10117,'_event_private','0'),(62208,10118,'_event_private','0'),(62209,10119,'_event_private','0'),(62210,10120,'_event_private','0'),(62211,10121,'_event_private','0'),(62212,10122,'_event_private','0'),(62213,10123,'_event_private','0'),(62214,10124,'_event_private','0'),(62215,10125,'_event_private','0'),(62216,10126,'_event_private','0'),(62217,10127,'_event_private','0'),(62218,10128,'_event_private','0'),(62219,10129,'_event_private','0'),(62220,10130,'_event_private','0'),(62221,10131,'_event_private','0'),(62222,10132,'_event_private','0'),(62223,10133,'_event_private','0'),(62224,10134,'_event_private','0'),(62225,10135,'_event_private','0'),(62226,10136,'_event_private','0'),(62227,10137,'_event_private','0'),(62228,10138,'_event_private','0'),(62229,10139,'_event_private','0'),(62230,10140,'_event_private','0'),(62231,10141,'_event_private','0'),(62232,10142,'_event_private','0'),(62233,10143,'_event_private','0'),(62234,10144,'_event_private','0'),(62235,10145,'_event_private','0'),(62236,10146,'_event_private','0'),(62237,10147,'_event_private','0'),(62238,10148,'_event_private','0'),(62239,10149,'_event_private','0'),(62240,10150,'_event_private','0'),(62241,10151,'_event_private','0'),(62242,10152,'_event_private','0'),(62243,10153,'_event_private','0'),(62244,10154,'_event_private','0'),(62245,10155,'_event_private','0'),(62246,10156,'_event_private','0'),(62247,10157,'_event_private','0'),(62248,10158,'_event_private','0'),(62249,10159,'_event_private','0'),(62250,10160,'_event_private','0'),(62251,10161,'_event_private','0'),(62252,10162,'_event_private','0'),(62253,10163,'_event_private','0'),(62254,10164,'_event_private','0'),(62255,10165,'_event_private','0'),(62256,10166,'_event_private','0'),(62257,10167,'_event_private','0'),(62258,10168,'_event_private','0'),(62259,10169,'_event_private','0'),(62260,10170,'_event_private','0'),(62261,10171,'_event_private','0'),(62262,10172,'_event_private','0'),(62263,10173,'_event_private','0'),(62264,10174,'_event_private','0'),(62265,10175,'_event_private','0'),(62266,10176,'_event_private','0'),(62267,10177,'_event_private','0'),(62268,10178,'_event_private','0'),(62269,10179,'_event_private','0'),(62270,10180,'_event_private','0'),(62271,10181,'_event_private','0'),(62272,10182,'_event_private','0'),(62273,10183,'_event_private','0'),(62274,10184,'_event_private','0'),(62275,10185,'_event_private','0'),(62276,10186,'_event_private','0'),(62277,10187,'_event_private','0'),(62278,10188,'_event_private','0'),(62279,10189,'_event_private','0'),(62280,10190,'_event_private','0'),(62281,10191,'_event_private','0'),(62282,10192,'_event_private','0'),(62283,10193,'_event_private','0'),(62284,10194,'_event_private','0'),(62285,10195,'_event_private','0'),(62286,10196,'_event_private','0'),(62287,10197,'_event_private','0'),(62288,10198,'_event_private','0'),(62289,10199,'_event_private','0'),(62290,10200,'_event_private','0'),(62291,10201,'_event_private','0'),(62292,10202,'_event_private','0'),(62293,10203,'_event_private','0'),(62294,10204,'_event_private','0'),(62295,10205,'_event_private','0'),(62296,10206,'_event_private','0'),(62297,10207,'_event_private','0'),(62298,10208,'_event_private','0'),(62299,10209,'_event_private','0'),(62300,10210,'_event_private','0'),(62301,10211,'_event_private','0'),(62302,10212,'_event_private','0'),(62303,10213,'_event_private','0'),(62304,10214,'_event_private','0'),(62305,10215,'_event_private','0'),(62306,10216,'_event_private','0'),(62307,10217,'_event_private','0'),(62308,10218,'_event_private','0'),(62309,10219,'_event_private','0'),(62310,10220,'_event_private','0'),(62311,10221,'_event_private','0'),(62312,10222,'_event_private','0'),(62313,10223,'_event_private','0'),(62314,10224,'_event_private','0'),(62315,10225,'_event_private','0'),(62316,10226,'_event_private','0'),(62317,10227,'_event_private','0'),(62318,10228,'_event_private','0'),(62319,10229,'_event_private','0'),(62320,10230,'_event_private','0'),(62321,10231,'_event_private','0'),(62322,10232,'_event_private','0'),(62323,10233,'_event_private','0'),(62324,10234,'_event_private','0'),(62325,10235,'_event_private','0'),(62326,10236,'_event_private','0'),(62334,10244,'_event_private','0'),(62337,10247,'_event_private','0'),(62338,10248,'_event_private','0'),(62339,10249,'_event_private','0'),(62340,10250,'_event_private','0'),(62341,10251,'_event_private','0'),(62342,10252,'_event_private','0'),(62343,10253,'_event_private','0'),(62344,10254,'_event_private','0'),(62345,10255,'_event_private','0'),(62346,10256,'_event_private','0'),(62347,10257,'_event_private','0'),(62348,10258,'_event_private','0'),(62349,10259,'_event_private','0'),(62350,10260,'_event_private','0'),(62351,10261,'_event_private','0'),(62352,10262,'_event_private','0'),(62353,10263,'_event_private','0'),(62354,10264,'_event_private','0'),(62355,10265,'_event_private','0'),(62356,10266,'_event_private','0'),(62357,10267,'_event_private','0'),(62358,10268,'_event_private','0'),(62359,10269,'_event_private','0'),(62360,10270,'_event_private','0'),(62361,10271,'_event_private','0'),(62362,10272,'_event_private','0'),(62363,10273,'_event_private','0'),(62364,10274,'_event_private','0'),(62365,10275,'_event_private','0'),(62366,10276,'_event_private','0'),(62367,10277,'_event_private','0'),(62368,10278,'_event_private','0'),(62369,10279,'_event_private','0'),(62370,10280,'_event_private','0'),(62371,10281,'_event_private','0'),(62372,10282,'_event_private','0'),(62373,10283,'_event_private','0'),(62374,10284,'_event_private','0'),(62375,10285,'_event_private','0'),(62376,10286,'_event_private','0'),(62377,10287,'_event_private','0'),(62378,10288,'_event_private','0'),(62379,10289,'_event_private','0'),(62380,10290,'_event_private','0'),(62381,10291,'_event_private','0'),(62382,10292,'_event_private','0'),(62383,10293,'_event_private','0'),(62384,10294,'_event_private','0'),(62385,10295,'_event_private','0'),(62386,10296,'_event_private','0'),(62387,10297,'_event_private','0'),(62388,10298,'_event_private','0'),(62389,10299,'_event_private','0'),(62390,10300,'_event_private','0'),(62391,10301,'_event_private','0'),(62392,10302,'_event_private','0'),(62393,10303,'_event_private','0'),(62394,10304,'_event_private','0'),(62395,10305,'_event_private','0'),(62396,10306,'_event_private','0'),(62397,10307,'_event_private','0'),(62398,10308,'_event_private','0'),(62399,10309,'_event_private','0'),(62400,10310,'_event_private','0'),(62401,10311,'_event_private','0'),(62402,10312,'_event_private','0'),(62403,10313,'_event_private','0'),(62404,10314,'_event_private','0'),(62405,10315,'_event_private','0'),(62406,10316,'_event_private','0'),(62407,10317,'_event_private','0'),(62408,10318,'_event_private','0'),(62409,10319,'_event_private','0'),(62410,10320,'_event_private','0'),(62411,10321,'_event_private','0'),(62412,10322,'_event_private','0'),(62413,10323,'_event_private','0'),(62414,10324,'_event_private','0'),(62415,10325,'_event_private','0'),(62416,10326,'_event_private','0'),(62417,10327,'_event_private','0'),(62418,10328,'_event_private','0'),(62419,10329,'_event_private','0'),(62420,10330,'_event_private','0'),(62421,10331,'_event_private','0'),(62422,10332,'_event_private','0'),(62423,10333,'_event_private','0'),(62424,10334,'_event_private','0'),(62425,10335,'_event_private','0'),(62426,10336,'_event_private','0'),(62427,10337,'_event_private','0'),(62428,10338,'_event_private','0'),(62429,10339,'_event_private','0'),(62430,10340,'_event_private','0'),(62431,10341,'_event_private','0'),(62432,10342,'_event_private','0'),(62433,10343,'_event_private','0'),(62434,10344,'_event_private','0'),(62435,10345,'_event_private','0'),(62436,10346,'_event_private','0'),(62437,10347,'_event_private','0'),(62438,10348,'_event_private','0'),(62439,10349,'_event_private','0'),(62440,10350,'_event_private','0'),(62441,10351,'_event_private','0'),(62442,10352,'_event_private','0'),(62443,10353,'_event_private','0'),(62444,10354,'_event_private','0'),(62445,10355,'_event_private','0'),(62446,10356,'_event_private','0'),(62447,10357,'_event_private','0'),(62448,10358,'_event_private','0'),(62449,10359,'_event_private','0'),(62450,10360,'_event_private','0'),(62451,10361,'_event_private','0'),(62452,10362,'_event_private','0'),(62453,10363,'_event_private','0'),(62454,10364,'_event_private','0'),(62455,10365,'_event_private','0'),(62456,10366,'_event_private','0'),(62457,10367,'_event_private','0'),(62458,10368,'_event_private','0'),(62459,10369,'_event_private','0'),(62460,10370,'_event_private','0'),(62461,10371,'_event_private','0'),(62462,10372,'_event_private','0'),(62463,10373,'_event_private','0'),(62464,10374,'_event_private','0'),(62465,10375,'_event_private','0'),(62466,10376,'_event_private','0'),(62467,10377,'_event_private','0'),(62468,10378,'_event_private','0'),(62469,10379,'_event_private','0'),(62470,10380,'_event_private','0'),(62471,10381,'_event_private','0'),(62472,10382,'_event_private','0'),(62473,10383,'_event_private','0'),(62474,10384,'_event_private','0'),(62475,10385,'_event_private','0'),(62476,10386,'_event_private','0'),(62477,10387,'_event_private','0'),(62478,10388,'_event_private','0'),(62479,10389,'_event_private','0'),(62480,10390,'_event_private','0'),(62481,10391,'_event_private','0'),(62482,10392,'_event_private','0'),(62483,10393,'_event_private','0'),(62484,10394,'_event_private','0'),(62485,10395,'_event_private','0'),(62486,10396,'_event_private','0'),(62487,10397,'_event_private','0'),(62488,10398,'_event_private','0'),(62489,10399,'_event_private','0'),(62490,10400,'_event_private','0'),(62491,10401,'_event_private','0'),(62492,10402,'_event_private','0'),(62493,10403,'_event_private','0'),(62494,10404,'_event_private','0'),(62495,10405,'_event_private','0'),(62496,10406,'_event_private','0'),(62497,10407,'_event_private','0'),(62498,10408,'_event_private','0'),(62499,10409,'_event_private','0'),(62500,10410,'_event_private','0'),(62501,10411,'_event_private','0'),(62502,10412,'_event_private','0'),(62503,10413,'_event_private','0'),(62504,10414,'_event_private','0'),(62505,10415,'_event_private','0'),(62506,10416,'_event_private','0'),(62507,10417,'_event_private','0'),(62508,10418,'_event_private','0'),(62509,10419,'_event_private','0'),(62510,10420,'_event_private','0'),(62511,10421,'_event_private','0'),(62512,10422,'_event_private','0'),(62513,10423,'_event_private','0'),(62514,10424,'_event_private','0'),(62515,10425,'_event_private','0'),(62516,10426,'_event_private','0'),(62517,10427,'_event_private','0'),(62518,10428,'_event_private','0'),(62519,10429,'_event_private','0'),(62520,10430,'_event_private','0'),(62521,10431,'_event_private','0'),(62522,10432,'_event_private','0'),(62523,10433,'_event_private','0'),(62524,10434,'_event_private','0'),(62525,10435,'_event_private','0'),(62526,10436,'_event_private','0'),(62527,10437,'_event_private','0'),(62528,10438,'_event_private','0'),(62529,10439,'_event_private','0'),(62530,10440,'_event_private','0'),(62531,10441,'_event_private','0'),(62532,10442,'_event_private','0'),(62533,10443,'_event_private','0'),(62534,10444,'_event_private','0'),(62535,10445,'_event_private','0'),(62536,10446,'_event_private','0'),(62537,10447,'_event_private','0'),(62538,10448,'_event_private','0'),(62539,10449,'_event_private','0'),(62540,10450,'_event_private','0'),(62541,10451,'_event_private','0'),(62542,10452,'_event_private','0'),(62543,10453,'_event_private','0'),(62544,10454,'_event_private','0'),(62545,10455,'_event_private','0'),(62546,10456,'_event_private','0'),(62547,10457,'_event_private','0'),(62548,10458,'_event_private','0'),(62549,10459,'_event_private','0'),(62550,10460,'_event_private','0'),(62551,10461,'_event_private','0'),(62552,10462,'_event_private','0'),(62553,10463,'_event_private','0'),(62554,10464,'_event_private','0'),(62555,10465,'_event_private','0'),(62556,10466,'_event_private','0'),(62557,10467,'_event_private','0'),(62558,10468,'_event_private','0'),(62559,10469,'_event_private','0'),(62560,10470,'_event_private','0'),(62561,10471,'_event_private','0'),(62562,10472,'_event_private','0'),(62563,10473,'_event_private','0'),(62564,10474,'_event_private','0'),(62565,10475,'_event_private','0'),(62566,10476,'_event_private','0'),(62567,10477,'_event_private','0'),(62568,10478,'_event_private','0'),(62569,10479,'_event_private','0'),(62570,10480,'_event_private','0'),(62571,10481,'_event_private','0'),(62572,10482,'_event_private','0'),(62573,10483,'_event_private','0'),(62574,10484,'_event_private','0'),(62575,10485,'_event_private','0'),(62576,10486,'_event_private','0'),(62577,10487,'_event_private','0'),(62578,10488,'_event_private','0'),(62579,10489,'_event_private','0'),(62580,10490,'_event_private','0'),(62581,10491,'_event_private','0'),(62582,10492,'_event_private','0'),(62583,10493,'_event_private','0'),(62584,10494,'_event_private','0'),(62585,10495,'_event_private','0'),(62586,10496,'_event_private','0'),(62587,10497,'_event_private','0'),(62588,10498,'_event_private','0'),(62589,10499,'_event_private','0'),(62590,10500,'_event_private','0'),(62591,10501,'_event_private','0'),(62592,10502,'_event_private','0'),(62593,10503,'_event_private','0'),(62594,10504,'_event_private','0'),(62595,10505,'_event_private','0'),(62596,10506,'_event_private','0'),(62597,10507,'_event_private','0'),(62598,10508,'_event_private','0'),(62599,10509,'_event_private','0'),(62600,10510,'_event_private','0'),(62601,10511,'_event_private','0'),(62602,10512,'_event_private','0'),(62603,10513,'_event_private','0'),(62604,10514,'_event_private','0'),(62605,10515,'_event_private','0'),(62606,10516,'_event_private','0'),(62607,10517,'_event_private','0'),(62608,10518,'_event_private','0'),(62609,10519,'_event_private','0'),(62610,10520,'_event_private','0'),(62611,10521,'_event_private','0'),(62612,10522,'_event_private','0'),(62613,10523,'_event_private','0'),(62614,10524,'_event_private','0'),(62615,10525,'_event_private','0'),(62616,10526,'_event_private','0'),(62617,10527,'_event_private','0'),(62618,10528,'_event_private','0'),(62619,10529,'_event_private','0'),(62620,10530,'_event_private','0'),(62621,10531,'_event_private','0'),(62622,10532,'_event_private','0'),(62623,10533,'_event_private','0'),(62624,10534,'_event_private','0'),(62625,10535,'_event_private','0'),(62626,10536,'_event_private','0'),(62627,10537,'_event_private','0'),(62628,10538,'_event_private','0'),(62629,10539,'_event_private','0'),(62630,10540,'_event_private','0'),(62631,10541,'_event_private','0'),(62632,10542,'_event_private','0'),(62633,10543,'_event_private','0'),(62634,10544,'_event_private','0'),(62635,10545,'_event_private','0'),(62636,10546,'_event_private','0'),(62637,10547,'_event_private','0'),(62638,10548,'_event_private','0'),(62639,10549,'_event_private','0'),(62640,10550,'_event_private','0'),(62641,10551,'_event_private','0'),(62642,10552,'_event_private','0'),(62643,10553,'_event_private','0'),(62644,10554,'_event_private','0'),(62645,10555,'_event_private','0'),(62646,10556,'_event_private','0'),(62647,10557,'_event_private','0'),(62648,10558,'_event_private','0'),(62649,10559,'_event_private','0'),(62650,10560,'_event_private','0'),(62651,10561,'_event_private','0'),(62652,10562,'_event_private','0'),(62653,10563,'_event_private','0'),(62654,10564,'_event_private','0'),(62655,10565,'_event_private','0'),(62656,10566,'_event_private','0'),(62657,10567,'_event_private','0'),(62658,10568,'_event_private','0'),(62659,10569,'_event_private','0'),(62660,10570,'_event_private','0'),(62661,10571,'_event_private','0'),(62662,10572,'_event_private','0'),(62663,10573,'_event_private','0'),(62664,10574,'_event_private','0'),(62665,10575,'_event_private','0'),(62666,10576,'_event_private','0'),(62667,10577,'_event_private','0'),(62668,10578,'_event_private','0'),(62669,10579,'_event_private','0'),(62670,10580,'_event_private','0'),(62671,10581,'_event_private','0'),(62672,10582,'_event_private','0'),(62673,10583,'_event_private','0'),(62674,10584,'_event_private','0'),(62675,10585,'_event_private','0'),(62676,10586,'_event_private','0'),(62677,10587,'_event_private','0'),(62678,10588,'_event_private','0'),(62679,10589,'_event_private','0'),(62680,10590,'_event_private','0'),(62681,10591,'_event_private','0'),(62682,10592,'_event_private','0'),(62683,10593,'_event_private','0'),(62684,10594,'_event_private','0'),(62685,10595,'_event_private','0'),(62686,10596,'_event_private','0'),(62687,10597,'_event_private','0'),(62688,10598,'_event_private','0'),(62689,10599,'_event_private','0'),(62690,10600,'_event_private','0'),(62691,10601,'_event_private','0'),(62692,10602,'_event_private','0'),(62693,10603,'_event_private','0'),(62694,10604,'_event_private','0'),(62695,10605,'_event_private','0'),(62696,10606,'_event_private','0'),(62697,10607,'_event_private','0'),(62698,10608,'_event_private','0'),(62699,10609,'_event_private','0'),(62700,10610,'_event_private','0'),(62701,10611,'_event_private','0'),(62702,10612,'_event_private','0'),(62703,10613,'_event_private','0'),(62704,10614,'_event_private','0'),(62705,10615,'_event_private','0'),(62706,10616,'_event_private','0'),(62707,10617,'_event_private','0'),(62708,10618,'_event_private','0'),(62709,10619,'_event_private','0'),(62710,10620,'_event_private','0'),(62711,10621,'_event_private','0'),(62712,10622,'_event_private','0'),(62713,10623,'_event_private','0'),(62714,10624,'_event_private','0'),(62715,10625,'_event_private','0'),(62716,10626,'_event_private','0'),(62717,10627,'_event_private','0'),(62718,10628,'_event_private','0'),(62719,10629,'_event_private','0'),(62720,10630,'_event_private','0'),(62721,10631,'_event_private','0'),(62722,10632,'_event_private','0'),(62723,10633,'_event_private','0'),(62724,10634,'_event_private','0'),(62725,10635,'_event_private','0'),(62726,10636,'_event_private','0'),(62727,10637,'_event_private','0'),(62728,10638,'_event_private','0'),(62729,10639,'_event_private','0'),(62730,10640,'_event_private','0'),(62731,10641,'_event_private','0'),(62732,10642,'_event_private','0'),(62733,10643,'_event_private','0'),(62734,10644,'_event_private','0'),(62735,10645,'_event_private','0'),(62736,10646,'_event_private','0'),(62737,10647,'_event_private','0'),(62738,10648,'_event_private','0'),(62739,10649,'_event_private','0'),(62740,10650,'_event_private','0'),(62741,10651,'_event_private','0'),(62742,10652,'_event_private','0'),(62743,10653,'_event_private','0'),(62744,10654,'_event_private','0'),(62745,10655,'_event_private','0'),(62746,10656,'_event_private','0'),(62747,10657,'_event_private','0'),(62748,10658,'_event_private','0'),(62749,10659,'_event_private','0'),(62750,10660,'_event_private','0'),(62751,10661,'_event_private','0'),(62752,10662,'_event_private','0'),(62753,10663,'_event_private','0'),(62754,10664,'_event_private','0'),(62755,10665,'_event_private','0'),(62756,10666,'_event_private','0'),(62757,10667,'_event_private','0'),(62758,10668,'_event_private','0'),(62759,10669,'_event_private','0'),(62760,10670,'_event_private','0'),(62761,10671,'_event_private','0'),(62762,10672,'_event_private','0'),(62763,10673,'_event_private','0'),(62764,10674,'_event_private','0'),(62765,10675,'_event_private','0'),(62766,10676,'_event_private','0'),(62767,10677,'_event_private','0'),(62768,10678,'_event_private','0'),(62769,10679,'_event_private','0'),(62770,10680,'_event_private','0'),(62771,10681,'_event_private','0'),(62772,10682,'_event_private','0'),(62773,10683,'_event_private','0'),(62774,10684,'_event_private','0'),(62775,10685,'_event_private','0'),(62776,10686,'_event_private','0'),(62777,10687,'_event_private','0'),(62778,10688,'_event_private','0'),(62779,10689,'_event_private','0'),(62780,10690,'_event_private','0'),(62781,10691,'_event_private','0'),(62782,10692,'_event_private','0'),(62783,10693,'_event_private','0'),(62784,10694,'_event_private','0'),(62785,10695,'_event_private','0'),(62786,10696,'_event_private','0'),(62787,10697,'_event_private','0'),(62788,10698,'_event_private','0'),(62789,10699,'_event_private','0'),(62790,10700,'_event_private','0'),(62791,10701,'_event_private','0'),(62792,10702,'_event_private','0'),(62793,10703,'_event_private','0'),(62794,10704,'_event_private','0'),(62795,10705,'_event_private','0'),(62796,10706,'_event_private','0'),(62797,10707,'_event_private','0'),(62798,10708,'_event_private','0'),(62799,10709,'_event_private','0'),(62800,10710,'_event_private','0'),(62801,10711,'_event_private','0'),(62802,10712,'_event_private','0'),(62803,10713,'_event_private','0'),(62804,10714,'_event_private','0'),(62805,10715,'_event_private','0'),(62807,10717,'_event_private','0'),(62808,10718,'_event_private','0'),(62810,10720,'_event_private','0'),(62811,10721,'_event_private','0'),(62812,10722,'_event_private','0'),(62813,10723,'_event_private','0'),(62814,10724,'_event_private','0'),(62815,10725,'_event_private','0'),(62816,10726,'_event_private','0'),(62817,10727,'_event_private','0'),(62818,10728,'_event_private','0'),(62819,10729,'_event_private','0'),(62820,10730,'_event_private','0'),(62821,10731,'_event_private','0'),(62822,10732,'_event_private','0'),(62823,10733,'_event_private','0'),(62824,10734,'_event_private','0'),(62825,10735,'_event_private','0'),(62826,10736,'_event_private','0'),(62827,10737,'_event_private','0'),(62828,10738,'_event_private','0'),(62829,10739,'_event_private','0'),(62830,10740,'_event_private','0'),(62831,10741,'_event_private','0'),(62832,10742,'_event_private','0'),(62833,10743,'_event_private','0'),(62834,10744,'_event_private','0'),(62835,10745,'_event_private','0'),(62836,10746,'_event_private','0'),(62837,10747,'_event_private','0'),(62838,10748,'_event_private','0'),(62839,10749,'_event_private','0'),(62840,10750,'_event_private','0'),(62841,10751,'_event_private','0'),(62842,10752,'_event_private','0'),(62843,10753,'_event_private','0'),(62844,10754,'_event_private','0'),(62845,10755,'_event_private','0'),(62846,10756,'_event_private','0'),(62847,10757,'_event_private','0'),(62848,10758,'_event_private','0'),(62849,10759,'_event_private','0'),(62850,10760,'_event_private','0'),(62851,10761,'_event_private','0'),(62852,10762,'_event_private','0'),(62853,10763,'_event_private','0'),(62854,10764,'_event_private','0'),(62855,10765,'_event_private','0'),(62856,10766,'_event_private','0'),(62857,10767,'_event_private','0'),(62858,10768,'_event_private','0'),(62859,10769,'_event_private','0'),(62860,10770,'_event_private','0'),(62861,10771,'_event_private','0'),(62862,10772,'_event_private','0'),(62863,10773,'_event_private','0'),(62864,10774,'_event_private','0'),(62865,10775,'_event_private','0'),(62866,10776,'_event_private','0'),(62867,10777,'_event_private','0'),(62868,10778,'_event_private','0'),(62869,10779,'_event_private','0'),(62870,10780,'_event_private','0'),(62871,10781,'_event_private','0'),(62872,10782,'_event_private','0'),(62873,10783,'_event_private','0'),(62874,10784,'_event_private','0'),(62875,10785,'_event_private','0'),(62876,10786,'_event_private','0'),(62877,10787,'_event_private','0'),(62878,10788,'_event_private','0'),(62879,10789,'_event_private','0'),(62880,10790,'_event_private','0'),(62881,10791,'_event_private','0'),(62882,10792,'_event_private','0'),(62883,10793,'_event_private','0'),(62884,10794,'_event_private','0'),(62885,10795,'_event_private','0'),(62886,10796,'_event_private','0'),(62887,10797,'_event_private','0'),(62888,10798,'_event_private','0'),(62889,10799,'_event_private','0'),(62890,10800,'_event_private','0'),(62891,10801,'_event_private','0'),(62892,10802,'_event_private','0'),(62893,10803,'_event_private','0'),(62894,10804,'_event_private','0'),(62895,10805,'_event_private','0'),(62896,10806,'_event_private','0'),(62897,10807,'_event_private','0'),(62898,10808,'_event_private','0'),(62899,10809,'_event_private','0'),(62900,10810,'_event_private','0'),(62901,10811,'_event_private','0'),(62902,10812,'_event_private','0'),(62903,10813,'_event_private','0'),(62904,10814,'_event_private','0'),(62905,10815,'_event_private','0'),(62906,10816,'_event_private','0'),(62907,10817,'_event_private','0'),(62908,10818,'_event_private','0'),(62909,10819,'_event_private','0'),(62910,10820,'_event_private','0'),(62911,10821,'_event_private','0'),(62912,10822,'_event_private','0'),(62913,10823,'_event_private','0'),(62914,10824,'_event_private','0'),(62915,10825,'_event_private','0'),(62916,10826,'_event_private','0'),(62917,10827,'_event_private','0'),(62918,10828,'_event_private','0'),(62919,10829,'_event_private','0'),(62920,10830,'_event_private','0'),(62921,10831,'_event_private','0'),(62922,10832,'_event_private','0'),(62923,10833,'_event_private','0'),(62924,10834,'_event_private','0'),(62925,10835,'_event_private','0'),(62926,10836,'_event_private','0'),(62927,10837,'_event_private','0'),(62928,10838,'_event_private','0'),(62929,10839,'_event_private','0'),(62930,10840,'_event_private','0'),(62931,10841,'_event_private','0'),(62932,10842,'_event_private','0'),(62933,10843,'_event_private','0'),(62934,10844,'_event_private','0'),(62935,10845,'_event_private','0'),(62936,10846,'_event_private','0'),(62937,10847,'_event_private','0'),(62938,10848,'_event_private','0'),(62939,10849,'_event_private','0'),(62940,10850,'_event_private','0'),(62941,10851,'_event_private','0'),(62942,10852,'_event_private','0'),(62943,10853,'_event_private','0'),(62944,10854,'_event_private','0'),(63903,9766,'_event_date_created',''),(63904,9767,'_event_date_created',''),(63905,9768,'_event_date_created',''),(63906,9769,'_event_date_created',''),(63907,9770,'_event_date_created',''),(63908,9771,'_event_date_created',''),(63909,9772,'_event_date_created',''),(63910,9773,'_event_date_created',''),(63911,9774,'_event_date_created',''),(63912,9775,'_event_date_created',''),(63913,9776,'_event_date_created',''),(63914,9777,'_event_date_created',''),(63915,9778,'_event_date_created',''),(63916,9779,'_event_date_created',''),(63917,9780,'_event_date_created',''),(63918,9781,'_event_date_created',''),(63919,9782,'_event_date_created',''),(63920,9783,'_event_date_created',''),(63921,9784,'_event_date_created',''),(63922,9785,'_event_date_created',''),(63923,9786,'_event_date_created',''),(63924,9787,'_event_date_created',''),(63925,9788,'_event_date_created',''),(63926,9789,'_event_date_created',''),(63927,9790,'_event_date_created',''),(63928,9791,'_event_date_created',''),(63929,9792,'_event_date_created',''),(63930,9793,'_event_date_created',''),(63931,9794,'_event_date_created',''),(63932,9795,'_event_date_created',''),(63933,9796,'_event_date_created',''),(63934,9797,'_event_date_created',''),(63935,9798,'_event_date_created',''),(63936,9799,'_event_date_created',''),(63937,9800,'_event_date_created',''),(63938,9801,'_event_date_created',''),(63939,9802,'_event_date_created',''),(63940,9803,'_event_date_created',''),(63941,9804,'_event_date_created',''),(63942,9805,'_event_date_created',''),(63943,9806,'_event_date_created',''),(63944,9807,'_event_date_created',''),(63945,9808,'_event_date_created',''),(63946,9809,'_event_date_created',''),(63947,9810,'_event_date_created',''),(63948,9811,'_event_date_created',''),(63949,9812,'_event_date_created',''),(63950,9813,'_event_date_created',''),(63951,9814,'_event_date_created',''),(63952,9815,'_event_date_created',''),(63953,9816,'_event_date_created',''),(63954,9817,'_event_date_created',''),(63955,9818,'_event_date_created',''),(63956,9819,'_event_date_created',''),(63957,9820,'_event_date_created',''),(63958,9821,'_event_date_created',''),(63959,9822,'_event_date_created',''),(63960,9823,'_event_date_created',''),(63961,9824,'_event_date_created',''),(63962,9825,'_event_date_created',''),(63963,9826,'_event_date_created',''),(63964,9827,'_event_date_created',''),(63965,9828,'_event_date_created',''),(63966,9829,'_event_date_created',''),(63967,9830,'_event_date_created',''),(63969,9832,'_event_date_created',''),(63970,9833,'_event_date_created',''),(63971,9834,'_event_date_created',''),(63972,9835,'_event_date_created',''),(63973,9836,'_event_date_created',''),(63974,9837,'_event_date_created',''),(63975,9838,'_event_date_created',''),(63976,9839,'_event_date_created',''),(63977,9840,'_event_date_created',''),(63978,9841,'_event_date_created',''),(63979,9842,'_event_date_created',''),(63980,9843,'_event_date_created',''),(63981,9844,'_event_date_created',''),(63982,9845,'_event_date_created',''),(63983,9846,'_event_date_created',''),(63984,9847,'_event_date_created',''),(63985,9848,'_event_date_created',''),(63986,9849,'_event_date_created',''),(63987,9850,'_event_date_created',''),(63988,9851,'_event_date_created',''),(63989,9852,'_event_date_created',''),(63990,9853,'_event_date_created',''),(63991,9854,'_event_date_created',''),(63992,9855,'_event_date_created',''),(63993,9856,'_event_date_created',''),(63994,9857,'_event_date_created',''),(63995,9858,'_event_date_created',''),(63996,9859,'_event_date_created',''),(63997,9860,'_event_date_created',''),(63998,9861,'_event_date_created',''),(63999,9862,'_event_date_created',''),(64000,9863,'_event_date_created',''),(64001,9864,'_event_date_created',''),(64002,9865,'_event_date_created',''),(64003,9866,'_event_date_created',''),(64004,9867,'_event_date_created',''),(64005,9868,'_event_date_created',''),(64006,9869,'_event_date_created',''),(64007,9870,'_event_date_created',''),(64008,9871,'_event_date_created',''),(64009,9872,'_event_date_created',''),(64010,9873,'_event_date_created',''),(64011,9874,'_event_date_created',''),(64012,9875,'_event_date_created',''),(64013,9876,'_event_date_created',''),(64014,9877,'_event_date_created',''),(64015,9878,'_event_date_created',''),(64016,9879,'_event_date_created',''),(64017,9880,'_event_date_created',''),(64018,9881,'_event_date_created',''),(64019,9882,'_event_date_created',''),(64020,9883,'_event_date_created',''),(64021,9884,'_event_date_created',''),(64022,9885,'_event_date_created',''),(64023,9886,'_event_date_created',''),(64024,9887,'_event_date_created',''),(64025,9888,'_event_date_created',''),(64026,9889,'_event_date_created',''),(64027,9890,'_event_date_created',''),(64028,9891,'_event_date_created',''),(64029,9892,'_event_date_created',''),(64030,9893,'_event_date_created',''),(64031,9894,'_event_date_created',''),(64032,9895,'_event_date_created',''),(64033,9896,'_event_date_created',''),(64034,9897,'_event_date_created',''),(64035,9898,'_event_date_created',''),(64036,9899,'_event_date_created',''),(64037,9900,'_event_date_created',''),(64038,9901,'_event_date_created',''),(64039,9902,'_event_date_created',''),(64040,9903,'_event_date_created',''),(64041,9904,'_event_date_created',''),(64042,9905,'_event_date_created',''),(64043,9906,'_event_date_created',''),(64044,9907,'_event_date_created',''),(64045,9908,'_event_date_created',''),(64046,9909,'_event_date_created',''),(64047,9910,'_event_date_created',''),(64048,9911,'_event_date_created',''),(64049,9912,'_event_date_created',''),(64050,9913,'_event_date_created',''),(64051,9914,'_event_date_created',''),(64052,9915,'_event_date_created',''),(64053,9916,'_event_date_created',''),(64054,9917,'_event_date_created',''),(64055,9918,'_event_date_created',''),(64056,9919,'_event_date_created',''),(64057,9920,'_event_date_created',''),(64058,9921,'_event_date_created',''),(64059,9922,'_event_date_created',''),(64060,9923,'_event_date_created',''),(64061,9924,'_event_date_created',''),(64062,9925,'_event_date_created',''),(64063,9926,'_event_date_created',''),(64064,9927,'_event_date_created',''),(64065,9928,'_event_date_created',''),(64066,9929,'_event_date_created',''),(64067,9930,'_event_date_created',''),(64068,9931,'_event_date_created',''),(64069,9932,'_event_date_created',''),(64070,9933,'_event_date_created',''),(64071,9934,'_event_date_created',''),(64072,9935,'_event_date_created',''),(64073,9936,'_event_date_created',''),(64074,9937,'_event_date_created',''),(64075,9938,'_event_date_created',''),(64076,9939,'_event_date_created',''),(64077,9940,'_event_date_created',''),(64078,9941,'_event_date_created',''),(64079,9942,'_event_date_created',''),(64080,9943,'_event_date_created',''),(64081,9944,'_event_date_created',''),(64082,9945,'_event_date_created',''),(64083,9946,'_event_date_created',''),(64084,9947,'_event_date_created',''),(64085,9948,'_event_date_created',''),(64086,9949,'_event_date_created',''),(64087,9950,'_event_date_created',''),(64088,9951,'_event_date_created',''),(64089,9952,'_event_date_created',''),(64090,9953,'_event_date_created',''),(64091,9954,'_event_date_created',''),(64092,9955,'_event_date_created',''),(64093,9956,'_event_date_created',''),(64094,9957,'_event_date_created',''),(64095,9958,'_event_date_created',''),(64096,9959,'_event_date_created',''),(64097,9960,'_event_date_created',''),(64098,9961,'_event_date_created',''),(64099,9962,'_event_date_created',''),(64100,9963,'_event_date_created',''),(64101,9964,'_event_date_created',''),(64102,9965,'_event_date_created',''),(64103,9966,'_event_date_created',''),(64104,9967,'_event_date_created',''),(64105,9968,'_event_date_created',''),(64106,9969,'_event_date_created',''),(64107,9970,'_event_date_created',''),(64108,9971,'_event_date_created',''),(64109,9972,'_event_date_created',''),(64110,9973,'_event_date_created',''),(64111,9974,'_event_date_created',''),(64112,9975,'_event_date_created',''),(64113,9976,'_event_date_created',''),(64114,9977,'_event_date_created',''),(64115,9978,'_event_date_created',''),(64116,9979,'_event_date_created',''),(64117,9980,'_event_date_created',''),(64118,9981,'_event_date_created',''),(64119,9982,'_event_date_created',''),(64120,9983,'_event_date_created',''),(64121,9984,'_event_date_created',''),(64122,9985,'_event_date_created',''),(64123,9986,'_event_date_created',''),(64124,9987,'_event_date_created',''),(64125,9988,'_event_date_created',''),(64126,9989,'_event_date_created',''),(64127,9990,'_event_date_created',''),(64128,9991,'_event_date_created',''),(64129,9992,'_event_date_created',''),(64130,9993,'_event_date_created',''),(64131,9994,'_event_date_created',''),(64132,9995,'_event_date_created',''),(64133,9996,'_event_date_created',''),(64134,9997,'_event_date_created',''),(64135,9998,'_event_date_created',''),(64136,9999,'_event_date_created',''),(64137,10000,'_event_date_created',''),(64139,10002,'_event_date_created',''),(64140,10003,'_event_date_created',''),(64141,10004,'_event_date_created',''),(64142,10005,'_event_date_created',''),(64143,10006,'_event_date_created',''),(64144,10007,'_event_date_created',''),(64145,10008,'_event_date_created',''),(64158,10021,'_event_date_created',''),(64198,10061,'_event_date_created',''),(64199,10062,'_event_date_created',''),(64200,10063,'_event_date_created',''),(64201,10064,'_event_date_created',''),(64202,10065,'_event_date_created',''),(64203,10066,'_event_date_created',''),(64204,10067,'_event_date_created',''),(64205,10068,'_event_date_created',''),(64206,10069,'_event_date_created',''),(64207,10070,'_event_date_created',''),(64208,10071,'_event_date_created',''),(64209,10072,'_event_date_created',''),(64210,10073,'_event_date_created',''),(64211,10074,'_event_date_created',''),(64212,10075,'_event_date_created',''),(64213,10076,'_event_date_created',''),(64214,10077,'_event_date_created',''),(64215,10078,'_event_date_created',''),(64216,10079,'_event_date_created',''),(64217,10080,'_event_date_created',''),(64218,10081,'_event_date_created',''),(64219,10082,'_event_date_created',''),(64220,10083,'_event_date_created',''),(64221,10084,'_event_date_created',''),(64222,10085,'_event_date_created',''),(64223,10086,'_event_date_created',''),(64224,10087,'_event_date_created',''),(64225,10088,'_event_date_created',''),(64226,10089,'_event_date_created',''),(64227,10090,'_event_date_created',''),(64228,10091,'_event_date_created',''),(64229,10092,'_event_date_created',''),(64230,10093,'_event_date_created',''),(64231,10094,'_event_date_created',''),(64232,10095,'_event_date_created',''),(64233,10096,'_event_date_created',''),(64234,10097,'_event_date_created',''),(64235,10098,'_event_date_created',''),(64236,10099,'_event_date_created',''),(64237,10100,'_event_date_created',''),(64238,10101,'_event_date_created',''),(64239,10102,'_event_date_created',''),(64240,10103,'_event_date_created',''),(64241,10104,'_event_date_created',''),(64242,10105,'_event_date_created',''),(64243,10106,'_event_date_created',''),(64244,10107,'_event_date_created',''),(64245,10108,'_event_date_created',''),(64246,10109,'_event_date_created',''),(64247,10110,'_event_date_created',''),(64248,10111,'_event_date_created',''),(64249,10112,'_event_date_created',''),(64250,10113,'_event_date_created',''),(64251,10114,'_event_date_created',''),(64252,10115,'_event_date_created',''),(64253,10116,'_event_date_created',''),(64254,10117,'_event_date_created',''),(64255,10118,'_event_date_created',''),(64256,10119,'_event_date_created',''),(64257,10120,'_event_date_created',''),(64258,10121,'_event_date_created',''),(64259,10122,'_event_date_created',''),(64260,10123,'_event_date_created',''),(64261,10124,'_event_date_created',''),(64262,10125,'_event_date_created',''),(64263,10126,'_event_date_created',''),(64264,10127,'_event_date_created',''),(64265,10128,'_event_date_created',''),(64266,10129,'_event_date_created',''),(64267,10130,'_event_date_created',''),(64268,10131,'_event_date_created',''),(64269,10132,'_event_date_created',''),(64270,10133,'_event_date_created',''),(64271,10134,'_event_date_created',''),(64272,10135,'_event_date_created',''),(64273,10136,'_event_date_created',''),(64274,10137,'_event_date_created',''),(64275,10138,'_event_date_created',''),(64276,10139,'_event_date_created',''),(64277,10140,'_event_date_created',''),(64278,10141,'_event_date_created',''),(64279,10142,'_event_date_created',''),(64280,10143,'_event_date_created',''),(64281,10144,'_event_date_created',''),(64282,10145,'_event_date_created',''),(64283,10146,'_event_date_created',''),(64284,10147,'_event_date_created',''),(64285,10148,'_event_date_created',''),(64286,10149,'_event_date_created',''),(64287,10150,'_event_date_created',''),(64288,10151,'_event_date_created',''),(64289,10152,'_event_date_created',''),(64290,10153,'_event_date_created',''),(64291,10154,'_event_date_created',''),(64292,10155,'_event_date_created',''),(64293,10156,'_event_date_created',''),(64294,10157,'_event_date_created',''),(64295,10158,'_event_date_created',''),(64296,10159,'_event_date_created',''),(64297,10160,'_event_date_created',''),(64298,10161,'_event_date_created',''),(64299,10162,'_event_date_created',''),(64300,10163,'_event_date_created',''),(64301,10164,'_event_date_created',''),(64302,10165,'_event_date_created',''),(64303,10166,'_event_date_created',''),(64304,10167,'_event_date_created',''),(64305,10168,'_event_date_created',''),(64306,10169,'_event_date_created',''),(64307,10170,'_event_date_created',''),(64308,10171,'_event_date_created',''),(64309,10172,'_event_date_created',''),(64310,10173,'_event_date_created',''),(64311,10174,'_event_date_created',''),(64312,10175,'_event_date_created',''),(64313,10176,'_event_date_created',''),(64314,10177,'_event_date_created',''),(64315,10178,'_event_date_created',''),(64316,10179,'_event_date_created',''),(64317,10180,'_event_date_created',''),(64318,10181,'_event_date_created',''),(64319,10182,'_event_date_created',''),(64320,10183,'_event_date_created',''),(64321,10184,'_event_date_created',''),(64322,10185,'_event_date_created',''),(64323,10186,'_event_date_created',''),(64324,10187,'_event_date_created',''),(64325,10188,'_event_date_created',''),(64326,10189,'_event_date_created',''),(64327,10190,'_event_date_created',''),(64328,10191,'_event_date_created',''),(64329,10192,'_event_date_created',''),(64330,10193,'_event_date_created',''),(64331,10194,'_event_date_created',''),(64332,10195,'_event_date_created',''),(64333,10196,'_event_date_created',''),(64334,10197,'_event_date_created',''),(64335,10198,'_event_date_created',''),(64336,10199,'_event_date_created',''),(64337,10200,'_event_date_created',''),(64338,10201,'_event_date_created',''),(64339,10202,'_event_date_created',''),(64340,10203,'_event_date_created',''),(64341,10204,'_event_date_created',''),(64342,10205,'_event_date_created',''),(64343,10206,'_event_date_created',''),(64344,10207,'_event_date_created',''),(64345,10208,'_event_date_created',''),(64346,10209,'_event_date_created',''),(64347,10210,'_event_date_created',''),(64348,10211,'_event_date_created',''),(64349,10212,'_event_date_created',''),(64350,10213,'_event_date_created',''),(64351,10214,'_event_date_created',''),(64352,10215,'_event_date_created',''),(64353,10216,'_event_date_created',''),(64354,10217,'_event_date_created',''),(64355,10218,'_event_date_created',''),(64356,10219,'_event_date_created',''),(64357,10220,'_event_date_created',''),(64358,10221,'_event_date_created',''),(64359,10222,'_event_date_created',''),(64360,10223,'_event_date_created',''),(64361,10224,'_event_date_created',''),(64362,10225,'_event_date_created',''),(64363,10226,'_event_date_created',''),(64364,10227,'_event_date_created',''),(64365,10228,'_event_date_created',''),(64366,10229,'_event_date_created',''),(64367,10230,'_event_date_created',''),(64368,10231,'_event_date_created',''),(64369,10232,'_event_date_created',''),(64370,10233,'_event_date_created',''),(64371,10234,'_event_date_created',''),(64372,10235,'_event_date_created',''),(64373,10236,'_event_date_created',''),(64381,10244,'_event_date_created',''),(64384,10247,'_event_date_created',''),(64385,10248,'_event_date_created',''),(64386,10249,'_event_date_created',''),(64387,10250,'_event_date_created',''),(64388,10251,'_event_date_created',''),(64389,10252,'_event_date_created',''),(64390,10253,'_event_date_created',''),(64391,10254,'_event_date_created',''),(64392,10255,'_event_date_created',''),(64393,10256,'_event_date_created',''),(64394,10257,'_event_date_created',''),(64395,10258,'_event_date_created',''),(64396,10259,'_event_date_created',''),(64397,10260,'_event_date_created',''),(64398,10261,'_event_date_created',''),(64399,10262,'_event_date_created',''),(64400,10263,'_event_date_created',''),(64401,10264,'_event_date_created',''),(64402,10265,'_event_date_created',''),(64403,10266,'_event_date_created',''),(64404,10267,'_event_date_created',''),(64405,10268,'_event_date_created',''),(64406,10269,'_event_date_created',''),(64407,10270,'_event_date_created',''),(64408,10271,'_event_date_created',''),(64409,10272,'_event_date_created',''),(64410,10273,'_event_date_created',''),(64411,10274,'_event_date_created',''),(64412,10275,'_event_date_created',''),(64413,10276,'_event_date_created',''),(64414,10277,'_event_date_created',''),(64415,10278,'_event_date_created',''),(64416,10279,'_event_date_created',''),(64417,10280,'_event_date_created',''),(64418,10281,'_event_date_created',''),(64419,10282,'_event_date_created',''),(64420,10283,'_event_date_created',''),(64421,10284,'_event_date_created',''),(64422,10285,'_event_date_created',''),(64423,10286,'_event_date_created',''),(64424,10287,'_event_date_created',''),(64425,10288,'_event_date_created',''),(64426,10289,'_event_date_created',''),(64427,10290,'_event_date_created',''),(64428,10291,'_event_date_created',''),(64429,10292,'_event_date_created',''),(64430,10293,'_event_date_created',''),(64431,10294,'_event_date_created',''),(64432,10295,'_event_date_created',''),(64433,10296,'_event_date_created',''),(64434,10297,'_event_date_created',''),(64435,10298,'_event_date_created',''),(64436,10299,'_event_date_created',''),(64437,10300,'_event_date_created',''),(64438,10301,'_event_date_created',''),(64439,10302,'_event_date_created',''),(64440,10303,'_event_date_created',''),(64441,10304,'_event_date_created',''),(64442,10305,'_event_date_created',''),(64443,10306,'_event_date_created',''),(64444,10307,'_event_date_created',''),(64445,10308,'_event_date_created',''),(64446,10309,'_event_date_created',''),(64447,10310,'_event_date_created',''),(64448,10311,'_event_date_created',''),(64449,10312,'_event_date_created',''),(64450,10313,'_event_date_created',''),(64451,10314,'_event_date_created',''),(64452,10315,'_event_date_created',''),(64453,10316,'_event_date_created',''),(64454,10317,'_event_date_created',''),(64455,10318,'_event_date_created',''),(64456,10319,'_event_date_created',''),(64457,10320,'_event_date_created',''),(64458,10321,'_event_date_created',''),(64459,10322,'_event_date_created',''),(64460,10323,'_event_date_created',''),(64461,10324,'_event_date_created',''),(64462,10325,'_event_date_created',''),(64463,10326,'_event_date_created',''),(64464,10327,'_event_date_created',''),(64465,10328,'_event_date_created',''),(64466,10329,'_event_date_created',''),(64467,10330,'_event_date_created',''),(64468,10331,'_event_date_created',''),(64469,10332,'_event_date_created',''),(64470,10333,'_event_date_created',''),(64471,10334,'_event_date_created',''),(64472,10335,'_event_date_created',''),(64473,10336,'_event_date_created',''),(64474,10337,'_event_date_created',''),(64475,10338,'_event_date_created',''),(64476,10339,'_event_date_created',''),(64477,10340,'_event_date_created',''),(64478,10341,'_event_date_created',''),(64479,10342,'_event_date_created',''),(64480,10343,'_event_date_created',''),(64481,10344,'_event_date_created',''),(64482,10345,'_event_date_created',''),(64483,10346,'_event_date_created',''),(64484,10347,'_event_date_created',''),(64485,10348,'_event_date_created',''),(64486,10349,'_event_date_created',''),(64487,10350,'_event_date_created',''),(64488,10351,'_event_date_created',''),(64489,10352,'_event_date_created',''),(64490,10353,'_event_date_created',''),(64491,10354,'_event_date_created',''),(64492,10355,'_event_date_created',''),(64493,10356,'_event_date_created',''),(64494,10357,'_event_date_created',''),(64495,10358,'_event_date_created',''),(64496,10359,'_event_date_created',''),(64497,10360,'_event_date_created',''),(64498,10361,'_event_date_created',''),(64499,10362,'_event_date_created',''),(64500,10363,'_event_date_created',''),(64501,10364,'_event_date_created',''),(64502,10365,'_event_date_created',''),(64503,10366,'_event_date_created',''),(64504,10367,'_event_date_created',''),(64505,10368,'_event_date_created',''),(64506,10369,'_event_date_created',''),(64507,10370,'_event_date_created',''),(64508,10371,'_event_date_created',''),(64509,10372,'_event_date_created',''),(64510,10373,'_event_date_created',''),(64511,10374,'_event_date_created',''),(64512,10375,'_event_date_created',''),(64513,10376,'_event_date_created',''),(64514,10377,'_event_date_created',''),(64515,10378,'_event_date_created',''),(64516,10379,'_event_date_created',''),(64517,10380,'_event_date_created',''),(64518,10381,'_event_date_created',''),(64519,10382,'_event_date_created',''),(64520,10383,'_event_date_created',''),(64521,10384,'_event_date_created',''),(64522,10385,'_event_date_created',''),(64523,10386,'_event_date_created',''),(64524,10387,'_event_date_created',''),(64525,10388,'_event_date_created',''),(64526,10389,'_event_date_created',''),(64527,10390,'_event_date_created',''),(64528,10391,'_event_date_created',''),(64529,10392,'_event_date_created',''),(64530,10393,'_event_date_created',''),(64531,10394,'_event_date_created',''),(64532,10395,'_event_date_created',''),(64533,10396,'_event_date_created',''),(64534,10397,'_event_date_created',''),(64535,10398,'_event_date_created',''),(64536,10399,'_event_date_created',''),(64537,10400,'_event_date_created',''),(64538,10401,'_event_date_created',''),(64539,10402,'_event_date_created',''),(64540,10403,'_event_date_created',''),(64541,10404,'_event_date_created',''),(64542,10405,'_event_date_created',''),(64543,10406,'_event_date_created',''),(64544,10407,'_event_date_created',''),(64545,10408,'_event_date_created',''),(64546,10409,'_event_date_created',''),(64547,10410,'_event_date_created',''),(64548,10411,'_event_date_created',''),(64549,10412,'_event_date_created',''),(64550,10413,'_event_date_created',''),(64551,10414,'_event_date_created',''),(64552,10415,'_event_date_created',''),(64553,10416,'_event_date_created',''),(64554,10417,'_event_date_created',''),(64555,10418,'_event_date_created',''),(64556,10419,'_event_date_created',''),(64557,10420,'_event_date_created',''),(64558,10421,'_event_date_created',''),(64559,10422,'_event_date_created',''),(64560,10423,'_event_date_created',''),(64561,10424,'_event_date_created',''),(64562,10425,'_event_date_created',''),(64563,10426,'_event_date_created',''),(64564,10427,'_event_date_created',''),(64565,10428,'_event_date_created',''),(64566,10429,'_event_date_created',''),(64567,10430,'_event_date_created',''),(64568,10431,'_event_date_created',''),(64569,10432,'_event_date_created',''),(64570,10433,'_event_date_created',''),(64571,10434,'_event_date_created',''),(64572,10435,'_event_date_created',''),(64573,10436,'_event_date_created',''),(64574,10437,'_event_date_created',''),(64575,10438,'_event_date_created',''),(64576,10439,'_event_date_created',''),(64577,10440,'_event_date_created',''),(64578,10441,'_event_date_created',''),(64579,10442,'_event_date_created',''),(64580,10443,'_event_date_created',''),(64581,10444,'_event_date_created',''),(64582,10445,'_event_date_created',''),(64583,10446,'_event_date_created',''),(64584,10447,'_event_date_created',''),(64585,10448,'_event_date_created',''),(64586,10449,'_event_date_created',''),(64587,10450,'_event_date_created',''),(64588,10451,'_event_date_created',''),(64589,10452,'_event_date_created',''),(64590,10453,'_event_date_created',''),(64591,10454,'_event_date_created',''),(64592,10455,'_event_date_created',''),(64593,10456,'_event_date_created',''),(64594,10457,'_event_date_created',''),(64595,10458,'_event_date_created',''),(64596,10459,'_event_date_created',''),(64597,10460,'_event_date_created',''),(64598,10461,'_event_date_created',''),(64599,10462,'_event_date_created',''),(64600,10463,'_event_date_created',''),(64601,10464,'_event_date_created',''),(64602,10465,'_event_date_created',''),(64603,10466,'_event_date_created',''),(64604,10467,'_event_date_created',''),(64605,10468,'_event_date_created',''),(64606,10469,'_event_date_created',''),(64607,10470,'_event_date_created',''),(64608,10471,'_event_date_created',''),(64609,10472,'_event_date_created',''),(64610,10473,'_event_date_created',''),(64611,10474,'_event_date_created',''),(64612,10475,'_event_date_created',''),(64613,10476,'_event_date_created',''),(64614,10477,'_event_date_created',''),(64615,10478,'_event_date_created',''),(64616,10479,'_event_date_created',''),(64617,10480,'_event_date_created',''),(64618,10481,'_event_date_created',''),(64619,10482,'_event_date_created',''),(64620,10483,'_event_date_created',''),(64621,10484,'_event_date_created',''),(64622,10485,'_event_date_created',''),(64623,10486,'_event_date_created',''),(64624,10487,'_event_date_created',''),(64625,10488,'_event_date_created',''),(64626,10489,'_event_date_created',''),(64627,10490,'_event_date_created',''),(64628,10491,'_event_date_created',''),(64629,10492,'_event_date_created',''),(64630,10493,'_event_date_created',''),(64631,10494,'_event_date_created',''),(64632,10495,'_event_date_created',''),(64633,10496,'_event_date_created',''),(64634,10497,'_event_date_created',''),(64635,10498,'_event_date_created',''),(64636,10499,'_event_date_created',''),(64637,10500,'_event_date_created',''),(64638,10501,'_event_date_created',''),(64639,10502,'_event_date_created',''),(64640,10503,'_event_date_created',''),(64641,10504,'_event_date_created',''),(64642,10505,'_event_date_created',''),(64643,10506,'_event_date_created',''),(64644,10507,'_event_date_created',''),(64645,10508,'_event_date_created',''),(64646,10509,'_event_date_created',''),(64647,10510,'_event_date_created',''),(64648,10511,'_event_date_created',''),(64649,10512,'_event_date_created',''),(64650,10513,'_event_date_created',''),(64651,10514,'_event_date_created',''),(64652,10515,'_event_date_created',''),(64653,10516,'_event_date_created',''),(64654,10517,'_event_date_created',''),(64655,10518,'_event_date_created',''),(64656,10519,'_event_date_created',''),(64657,10520,'_event_date_created',''),(64658,10521,'_event_date_created',''),(64659,10522,'_event_date_created',''),(64660,10523,'_event_date_created',''),(64661,10524,'_event_date_created',''),(64662,10525,'_event_date_created',''),(64663,10526,'_event_date_created',''),(64664,10527,'_event_date_created',''),(64665,10528,'_event_date_created',''),(64666,10529,'_event_date_created',''),(64667,10530,'_event_date_created',''),(64668,10531,'_event_date_created',''),(64669,10532,'_event_date_created',''),(64670,10533,'_event_date_created',''),(64671,10534,'_event_date_created',''),(64672,10535,'_event_date_created',''),(64673,10536,'_event_date_created',''),(64674,10537,'_event_date_created',''),(64675,10538,'_event_date_created',''),(64676,10539,'_event_date_created',''),(64677,10540,'_event_date_created',''),(64678,10541,'_event_date_created',''),(64679,10542,'_event_date_created',''),(64680,10543,'_event_date_created',''),(64681,10544,'_event_date_created',''),(64682,10545,'_event_date_created',''),(64683,10546,'_event_date_created',''),(64684,10547,'_event_date_created',''),(64685,10548,'_event_date_created',''),(64686,10549,'_event_date_created',''),(64687,10550,'_event_date_created',''),(64688,10551,'_event_date_created',''),(64689,10552,'_event_date_created',''),(64690,10553,'_event_date_created',''),(64691,10554,'_event_date_created',''),(64692,10555,'_event_date_created',''),(64693,10556,'_event_date_created',''),(64694,10557,'_event_date_created',''),(64695,10558,'_event_date_created',''),(64696,10559,'_event_date_created',''),(64697,10560,'_event_date_created',''),(64698,10561,'_event_date_created',''),(64699,10562,'_event_date_created',''),(64700,10563,'_event_date_created',''),(64701,10564,'_event_date_created',''),(64702,10565,'_event_date_created',''),(64703,10566,'_event_date_created',''),(64704,10567,'_event_date_created',''),(64705,10568,'_event_date_created',''),(64706,10569,'_event_date_created',''),(64707,10570,'_event_date_created',''),(64708,10571,'_event_date_created',''),(64709,10572,'_event_date_created',''),(64710,10573,'_event_date_created',''),(64711,10574,'_event_date_created',''),(64712,10575,'_event_date_created',''),(64713,10576,'_event_date_created',''),(64714,10577,'_event_date_created',''),(64715,10578,'_event_date_created',''),(64716,10579,'_event_date_created',''),(64717,10580,'_event_date_created',''),(64718,10581,'_event_date_created',''),(64719,10582,'_event_date_created',''),(64720,10583,'_event_date_created',''),(64721,10584,'_event_date_created',''),(64722,10585,'_event_date_created',''),(64723,10586,'_event_date_created',''),(64724,10587,'_event_date_created',''),(64725,10588,'_event_date_created',''),(64726,10589,'_event_date_created',''),(64727,10590,'_event_date_created',''),(64728,10591,'_event_date_created',''),(64729,10592,'_event_date_created',''),(64730,10593,'_event_date_created',''),(64731,10594,'_event_date_created',''),(64732,10595,'_event_date_created',''),(64733,10596,'_event_date_created',''),(64734,10597,'_event_date_created',''),(64735,10598,'_event_date_created',''),(64736,10599,'_event_date_created',''),(64737,10600,'_event_date_created',''),(64738,10601,'_event_date_created',''),(64739,10602,'_event_date_created',''),(64740,10603,'_event_date_created',''),(64741,10604,'_event_date_created',''),(64742,10605,'_event_date_created',''),(64743,10606,'_event_date_created',''),(64744,10607,'_event_date_created',''),(64745,10608,'_event_date_created',''),(64746,10609,'_event_date_created',''),(64747,10610,'_event_date_created',''),(64748,10611,'_event_date_created',''),(64749,10612,'_event_date_created',''),(64750,10613,'_event_date_created',''),(64751,10614,'_event_date_created',''),(64752,10615,'_event_date_created',''),(64753,10616,'_event_date_created',''),(64754,10617,'_event_date_created',''),(64755,10618,'_event_date_created',''),(64756,10619,'_event_date_created',''),(64757,10620,'_event_date_created',''),(64758,10621,'_event_date_created',''),(64759,10622,'_event_date_created',''),(64760,10623,'_event_date_created',''),(64761,10624,'_event_date_created',''),(64762,10625,'_event_date_created',''),(64763,10626,'_event_date_created',''),(64764,10627,'_event_date_created',''),(64765,10628,'_event_date_created',''),(64766,10629,'_event_date_created',''),(64767,10630,'_event_date_created',''),(64768,10631,'_event_date_created',''),(64769,10632,'_event_date_created',''),(64770,10633,'_event_date_created',''),(64771,10634,'_event_date_created',''),(64772,10635,'_event_date_created',''),(64773,10636,'_event_date_created',''),(64774,10637,'_event_date_created',''),(64775,10638,'_event_date_created',''),(64776,10639,'_event_date_created',''),(64777,10640,'_event_date_created',''),(64778,10641,'_event_date_created',''),(64779,10642,'_event_date_created',''),(64780,10643,'_event_date_created',''),(64781,10644,'_event_date_created',''),(64782,10645,'_event_date_created',''),(64783,10646,'_event_date_created',''),(64784,10647,'_event_date_created',''),(64785,10648,'_event_date_created',''),(64786,10649,'_event_date_created',''),(64787,10650,'_event_date_created',''),(64788,10651,'_event_date_created',''),(64789,10652,'_event_date_created',''),(64790,10653,'_event_date_created',''),(64791,10654,'_event_date_created',''),(64792,10655,'_event_date_created',''),(64793,10656,'_event_date_created',''),(64794,10657,'_event_date_created',''),(64795,10658,'_event_date_created',''),(64796,10659,'_event_date_created',''),(64797,10660,'_event_date_created',''),(64798,10661,'_event_date_created',''),(64799,10662,'_event_date_created',''),(64800,10663,'_event_date_created',''),(64801,10664,'_event_date_created',''),(64802,10665,'_event_date_created',''),(64803,10666,'_event_date_created',''),(64804,10667,'_event_date_created',''),(64805,10668,'_event_date_created',''),(64806,10669,'_event_date_created',''),(64807,10670,'_event_date_created',''),(64808,10671,'_event_date_created',''),(64809,10672,'_event_date_created',''),(64810,10673,'_event_date_created',''),(64811,10674,'_event_date_created',''),(64812,10675,'_event_date_created',''),(64813,10676,'_event_date_created',''),(64814,10677,'_event_date_created',''),(64815,10678,'_event_date_created',''),(64816,10679,'_event_date_created',''),(64817,10680,'_event_date_created',''),(64818,10681,'_event_date_created',''),(64819,10682,'_event_date_created',''),(64820,10683,'_event_date_created',''),(64821,10684,'_event_date_created',''),(64822,10685,'_event_date_created',''),(64823,10686,'_event_date_created',''),(64824,10687,'_event_date_created',''),(64825,10688,'_event_date_created',''),(64826,10689,'_event_date_created',''),(64827,10690,'_event_date_created',''),(64828,10691,'_event_date_created',''),(64829,10692,'_event_date_created',''),(64830,10693,'_event_date_created',''),(64831,10694,'_event_date_created',''),(64832,10695,'_event_date_created',''),(64833,10696,'_event_date_created',''),(64834,10697,'_event_date_created',''),(64835,10698,'_event_date_created',''),(64836,10699,'_event_date_created',''),(64837,10700,'_event_date_created',''),(64838,10701,'_event_date_created',''),(64839,10702,'_event_date_created',''),(64840,10703,'_event_date_created',''),(64841,10704,'_event_date_created',''),(64842,10705,'_event_date_created',''),(64843,10706,'_event_date_created',''),(64844,10707,'_event_date_created',''),(64845,10708,'_event_date_created',''),(64846,10709,'_event_date_created',''),(64847,10710,'_event_date_created',''),(64848,10711,'_event_date_created',''),(64849,10712,'_event_date_created',''),(64850,10713,'_event_date_created',''),(64851,10714,'_event_date_created',''),(64852,10715,'_event_date_created',''),(64854,10717,'_event_date_created',''),(64855,10718,'_event_date_created',''),(64857,10720,'_event_date_created',''),(64858,10721,'_event_date_created',''),(64859,10722,'_event_date_created',''),(64860,10723,'_event_date_created',''),(64861,10724,'_event_date_created',''),(64862,10725,'_event_date_created',''),(64863,10726,'_event_date_created',''),(64864,10727,'_event_date_created',''),(64865,10728,'_event_date_created',''),(64866,10729,'_event_date_created',''),(64867,10730,'_event_date_created',''),(64868,10731,'_event_date_created',''),(64869,10732,'_event_date_created',''),(64870,10733,'_event_date_created',''),(64871,10734,'_event_date_created',''),(64872,10735,'_event_date_created',''),(64873,10736,'_event_date_created',''),(64874,10737,'_event_date_created',''),(64875,10738,'_event_date_created',''),(64876,10739,'_event_date_created',''),(64877,10740,'_event_date_created',''),(64878,10741,'_event_date_created',''),(64879,10742,'_event_date_created',''),(64880,10743,'_event_date_created',''),(64881,10744,'_event_date_created',''),(64882,10745,'_event_date_created',''),(64883,10746,'_event_date_created',''),(64884,10747,'_event_date_created',''),(64885,10748,'_event_date_created',''),(64886,10749,'_event_date_created',''),(64887,10750,'_event_date_created',''),(64888,10751,'_event_date_created',''),(64889,10752,'_event_date_created',''),(64890,10753,'_event_date_created',''),(64891,10754,'_event_date_created',''),(64892,10755,'_event_date_created',''),(64893,10756,'_event_date_created',''),(64894,10757,'_event_date_created',''),(64895,10758,'_event_date_created',''),(64896,10759,'_event_date_created',''),(64897,10760,'_event_date_created',''),(64898,10761,'_event_date_created',''),(64899,10762,'_event_date_created',''),(64900,10763,'_event_date_created',''),(64901,10764,'_event_date_created',''),(64902,10765,'_event_date_created',''),(64903,10766,'_event_date_created',''),(64904,10767,'_event_date_created',''),(64905,10768,'_event_date_created',''),(64906,10769,'_event_date_created',''),(64907,10770,'_event_date_created',''),(64908,10771,'_event_date_created',''),(64909,10772,'_event_date_created',''),(64910,10773,'_event_date_created',''),(64911,10774,'_event_date_created',''),(64912,10775,'_event_date_created',''),(64913,10776,'_event_date_created',''),(64914,10777,'_event_date_created',''),(64915,10778,'_event_date_created',''),(64916,10779,'_event_date_created',''),(64917,10780,'_event_date_created',''),(64918,10781,'_event_date_created',''),(64919,10782,'_event_date_created',''),(64920,10783,'_event_date_created',''),(64921,10784,'_event_date_created',''),(64922,10785,'_event_date_created',''),(64923,10786,'_event_date_created',''),(64924,10787,'_event_date_created',''),(64925,10788,'_event_date_created',''),(64926,10789,'_event_date_created',''),(64927,10790,'_event_date_created',''),(64928,10791,'_event_date_created',''),(64929,10792,'_event_date_created',''),(64930,10793,'_event_date_created',''),(64931,10794,'_event_date_created',''),(64932,10795,'_event_date_created',''),(64933,10796,'_event_date_created',''),(64934,10797,'_event_date_created',''),(64935,10798,'_event_date_created',''),(64936,10799,'_event_date_created',''),(64937,10800,'_event_date_created',''),(64938,10801,'_event_date_created',''),(64939,10802,'_event_date_created',''),(64940,10803,'_event_date_created',''),(64941,10804,'_event_date_created',''),(64942,10805,'_event_date_created',''),(64943,10806,'_event_date_created',''),(64944,10807,'_event_date_created',''),(64945,10808,'_event_date_created',''),(64946,10809,'_event_date_created',''),(64947,10810,'_event_date_created',''),(64948,10811,'_event_date_created',''),(64949,10812,'_event_date_created',''),(64950,10813,'_event_date_created',''),(64951,10814,'_event_date_created',''),(64952,10815,'_event_date_created',''),(64953,10816,'_event_date_created',''),(64954,10817,'_event_date_created',''),(64955,10818,'_event_date_created',''),(64956,10819,'_event_date_created',''),(64957,10820,'_event_date_created',''),(64958,10821,'_event_date_created',''),(64959,10822,'_event_date_created',''),(64960,10823,'_event_date_created',''),(64961,10824,'_event_date_created',''),(64962,10825,'_event_date_created',''),(64963,10826,'_event_date_created',''),(64964,10827,'_event_date_created',''),(64965,10828,'_event_date_created',''),(64966,10829,'_event_date_created',''),(64967,10830,'_event_date_created',''),(64968,10831,'_event_date_created',''),(64969,10832,'_event_date_created',''),(64970,10833,'_event_date_created',''),(64971,10834,'_event_date_created',''),(64972,10835,'_event_date_created',''),(64973,10836,'_event_date_created',''),(64974,10837,'_event_date_created',''),(64975,10838,'_event_date_created',''),(64976,10839,'_event_date_created',''),(64977,10840,'_event_date_created',''),(64978,10841,'_event_date_created',''),(64979,10842,'_event_date_created',''),(64980,10843,'_event_date_created',''),(64981,10844,'_event_date_created',''),(64982,10845,'_event_date_created',''),(64983,10846,'_event_date_created',''),(64984,10847,'_event_date_created',''),(64985,10848,'_event_date_created',''),(64986,10849,'_event_date_created',''),(64987,10850,'_event_date_created',''),(64988,10851,'_event_date_created',''),(64989,10852,'_event_date_created',''),(64990,10853,'_event_date_created',''),(64991,10854,'_event_date_created',''),(65950,9766,'_event_date_modified',''),(65951,9767,'_event_date_modified',''),(65952,9768,'_event_date_modified',''),(65953,9769,'_event_date_modified',''),(65954,9770,'_event_date_modified',''),(65955,9771,'_event_date_modified',''),(65956,9772,'_event_date_modified',''),(65957,9773,'_event_date_modified',''),(65958,9774,'_event_date_modified',''),(65959,9775,'_event_date_modified',''),(65960,9776,'_event_date_modified',''),(65961,9777,'_event_date_modified',''),(65962,9778,'_event_date_modified',''),(65963,9779,'_event_date_modified',''),(65964,9780,'_event_date_modified',''),(65965,9781,'_event_date_modified',''),(65966,9782,'_event_date_modified',''),(65967,9783,'_event_date_modified',''),(65968,9784,'_event_date_modified',''),(65969,9785,'_event_date_modified',''),(65970,9786,'_event_date_modified',''),(65971,9787,'_event_date_modified',''),(65972,9788,'_event_date_modified',''),(65973,9789,'_event_date_modified',''),(65974,9790,'_event_date_modified',''),(65975,9791,'_event_date_modified',''),(65976,9792,'_event_date_modified',''),(65977,9793,'_event_date_modified',''),(65978,9794,'_event_date_modified',''),(65979,9795,'_event_date_modified',''),(65980,9796,'_event_date_modified',''),(65981,9797,'_event_date_modified',''),(65982,9798,'_event_date_modified',''),(65983,9799,'_event_date_modified',''),(65984,9800,'_event_date_modified',''),(65985,9801,'_event_date_modified',''),(65986,9802,'_event_date_modified',''),(65987,9803,'_event_date_modified',''),(65988,9804,'_event_date_modified',''),(65989,9805,'_event_date_modified',''),(65990,9806,'_event_date_modified',''),(65991,9807,'_event_date_modified',''),(65992,9808,'_event_date_modified',''),(65993,9809,'_event_date_modified',''),(65994,9810,'_event_date_modified',''),(65995,9811,'_event_date_modified',''),(65996,9812,'_event_date_modified',''),(65997,9813,'_event_date_modified',''),(65998,9814,'_event_date_modified',''),(65999,9815,'_event_date_modified',''),(66000,9816,'_event_date_modified',''),(66001,9817,'_event_date_modified',''),(66002,9818,'_event_date_modified',''),(66003,9819,'_event_date_modified',''),(66004,9820,'_event_date_modified',''),(66005,9821,'_event_date_modified',''),(66006,9822,'_event_date_modified',''),(66007,9823,'_event_date_modified',''),(66008,9824,'_event_date_modified',''),(66009,9825,'_event_date_modified',''),(66010,9826,'_event_date_modified',''),(66011,9827,'_event_date_modified',''),(66012,9828,'_event_date_modified',''),(66013,9829,'_event_date_modified',''),(66014,9830,'_event_date_modified',''),(66016,9832,'_event_date_modified',''),(66017,9833,'_event_date_modified',''),(66018,9834,'_event_date_modified',''),(66019,9835,'_event_date_modified',''),(66020,9836,'_event_date_modified',''),(66021,9837,'_event_date_modified',''),(66022,9838,'_event_date_modified',''),(66023,9839,'_event_date_modified',''),(66024,9840,'_event_date_modified',''),(66025,9841,'_event_date_modified',''),(66026,9842,'_event_date_modified',''),(66027,9843,'_event_date_modified',''),(66028,9844,'_event_date_modified',''),(66029,9845,'_event_date_modified',''),(66030,9846,'_event_date_modified',''),(66031,9847,'_event_date_modified',''),(66032,9848,'_event_date_modified',''),(66033,9849,'_event_date_modified',''),(66034,9850,'_event_date_modified',''),(66035,9851,'_event_date_modified',''),(66036,9852,'_event_date_modified',''),(66037,9853,'_event_date_modified',''),(66038,9854,'_event_date_modified',''),(66039,9855,'_event_date_modified',''),(66040,9856,'_event_date_modified',''),(66041,9857,'_event_date_modified',''),(66042,9858,'_event_date_modified',''),(66043,9859,'_event_date_modified',''),(66044,9860,'_event_date_modified',''),(66045,9861,'_event_date_modified',''),(66046,9862,'_event_date_modified',''),(66047,9863,'_event_date_modified',''),(66048,9864,'_event_date_modified',''),(66049,9865,'_event_date_modified',''),(66050,9866,'_event_date_modified',''),(66051,9867,'_event_date_modified',''),(66052,9868,'_event_date_modified',''),(66053,9869,'_event_date_modified',''),(66054,9870,'_event_date_modified',''),(66055,9871,'_event_date_modified',''),(66056,9872,'_event_date_modified',''),(66057,9873,'_event_date_modified',''),(66058,9874,'_event_date_modified',''),(66059,9875,'_event_date_modified',''),(66060,9876,'_event_date_modified',''),(66061,9877,'_event_date_modified',''),(66062,9878,'_event_date_modified',''),(66063,9879,'_event_date_modified',''),(66064,9880,'_event_date_modified',''),(66065,9881,'_event_date_modified',''),(66066,9882,'_event_date_modified',''),(66067,9883,'_event_date_modified',''),(66068,9884,'_event_date_modified',''),(66069,9885,'_event_date_modified',''),(66070,9886,'_event_date_modified',''),(66071,9887,'_event_date_modified',''),(66072,9888,'_event_date_modified',''),(66073,9889,'_event_date_modified',''),(66074,9890,'_event_date_modified',''),(66075,9891,'_event_date_modified',''),(66076,9892,'_event_date_modified',''),(66077,9893,'_event_date_modified',''),(66078,9894,'_event_date_modified',''),(66079,9895,'_event_date_modified',''),(66080,9896,'_event_date_modified',''),(66081,9897,'_event_date_modified',''),(66082,9898,'_event_date_modified',''),(66083,9899,'_event_date_modified',''),(66084,9900,'_event_date_modified',''),(66085,9901,'_event_date_modified',''),(66086,9902,'_event_date_modified',''),(66087,9903,'_event_date_modified',''),(66088,9904,'_event_date_modified',''),(66089,9905,'_event_date_modified',''),(66090,9906,'_event_date_modified',''),(66091,9907,'_event_date_modified',''),(66092,9908,'_event_date_modified',''),(66093,9909,'_event_date_modified',''),(66094,9910,'_event_date_modified',''),(66095,9911,'_event_date_modified',''),(66096,9912,'_event_date_modified',''),(66097,9913,'_event_date_modified',''),(66098,9914,'_event_date_modified',''),(66099,9915,'_event_date_modified',''),(66100,9916,'_event_date_modified',''),(66101,9917,'_event_date_modified',''),(66102,9918,'_event_date_modified',''),(66103,9919,'_event_date_modified',''),(66104,9920,'_event_date_modified',''),(66105,9921,'_event_date_modified',''),(66106,9922,'_event_date_modified',''),(66107,9923,'_event_date_modified',''),(66108,9924,'_event_date_modified',''),(66109,9925,'_event_date_modified',''),(66110,9926,'_event_date_modified',''),(66111,9927,'_event_date_modified',''),(66112,9928,'_event_date_modified',''),(66113,9929,'_event_date_modified',''),(66114,9930,'_event_date_modified',''),(66115,9931,'_event_date_modified',''),(66116,9932,'_event_date_modified',''),(66117,9933,'_event_date_modified',''),(66118,9934,'_event_date_modified',''),(66119,9935,'_event_date_modified',''),(66120,9936,'_event_date_modified',''),(66121,9937,'_event_date_modified',''),(66122,9938,'_event_date_modified',''),(66123,9939,'_event_date_modified',''),(66124,9940,'_event_date_modified',''),(66125,9941,'_event_date_modified',''),(66126,9942,'_event_date_modified',''),(66127,9943,'_event_date_modified',''),(66128,9944,'_event_date_modified',''),(66129,9945,'_event_date_modified',''),(66130,9946,'_event_date_modified',''),(66131,9947,'_event_date_modified',''),(66132,9948,'_event_date_modified',''),(66133,9949,'_event_date_modified',''),(66134,9950,'_event_date_modified',''),(66135,9951,'_event_date_modified',''),(66136,9952,'_event_date_modified',''),(66137,9953,'_event_date_modified',''),(66138,9954,'_event_date_modified',''),(66139,9955,'_event_date_modified',''),(66140,9956,'_event_date_modified',''),(66141,9957,'_event_date_modified',''),(66142,9958,'_event_date_modified',''),(66143,9959,'_event_date_modified',''),(66144,9960,'_event_date_modified',''),(66145,9961,'_event_date_modified',''),(66146,9962,'_event_date_modified',''),(66147,9963,'_event_date_modified',''),(66148,9964,'_event_date_modified',''),(66149,9965,'_event_date_modified',''),(66150,9966,'_event_date_modified',''),(66151,9967,'_event_date_modified',''),(66152,9968,'_event_date_modified',''),(66153,9969,'_event_date_modified',''),(66154,9970,'_event_date_modified',''),(66155,9971,'_event_date_modified',''),(66156,9972,'_event_date_modified',''),(66157,9973,'_event_date_modified',''),(66158,9974,'_event_date_modified',''),(66159,9975,'_event_date_modified',''),(66160,9976,'_event_date_modified',''),(66161,9977,'_event_date_modified',''),(66162,9978,'_event_date_modified',''),(66163,9979,'_event_date_modified',''),(66164,9980,'_event_date_modified',''),(66165,9981,'_event_date_modified',''),(66166,9982,'_event_date_modified',''),(66167,9983,'_event_date_modified',''),(66168,9984,'_event_date_modified',''),(66169,9985,'_event_date_modified',''),(66170,9986,'_event_date_modified',''),(66171,9987,'_event_date_modified',''),(66172,9988,'_event_date_modified',''),(66173,9989,'_event_date_modified',''),(66174,9990,'_event_date_modified',''),(66175,9991,'_event_date_modified',''),(66176,9992,'_event_date_modified',''),(66177,9993,'_event_date_modified',''),(66178,9994,'_event_date_modified',''),(66179,9995,'_event_date_modified',''),(66180,9996,'_event_date_modified',''),(66181,9997,'_event_date_modified',''),(66182,9998,'_event_date_modified',''),(66183,9999,'_event_date_modified',''),(66184,10000,'_event_date_modified',''),(66186,10002,'_event_date_modified',''),(66187,10003,'_event_date_modified',''),(66188,10004,'_event_date_modified',''),(66189,10005,'_event_date_modified',''),(66190,10006,'_event_date_modified',''),(66191,10007,'_event_date_modified',''),(66192,10008,'_event_date_modified',''),(66205,10021,'_event_date_modified',''),(66245,10061,'_event_date_modified',''),(66246,10062,'_event_date_modified',''),(66247,10063,'_event_date_modified',''),(66248,10064,'_event_date_modified',''),(66249,10065,'_event_date_modified',''),(66250,10066,'_event_date_modified',''),(66251,10067,'_event_date_modified',''),(66252,10068,'_event_date_modified',''),(66253,10069,'_event_date_modified',''),(66254,10070,'_event_date_modified',''),(66255,10071,'_event_date_modified',''),(66256,10072,'_event_date_modified',''),(66257,10073,'_event_date_modified',''),(66258,10074,'_event_date_modified',''),(66259,10075,'_event_date_modified',''),(66260,10076,'_event_date_modified',''),(66261,10077,'_event_date_modified',''),(66262,10078,'_event_date_modified',''),(66263,10079,'_event_date_modified',''),(66264,10080,'_event_date_modified',''),(66265,10081,'_event_date_modified',''),(66266,10082,'_event_date_modified',''),(66267,10083,'_event_date_modified',''),(66268,10084,'_event_date_modified',''),(66269,10085,'_event_date_modified',''),(66270,10086,'_event_date_modified',''),(66271,10087,'_event_date_modified',''),(66272,10088,'_event_date_modified',''),(66273,10089,'_event_date_modified',''),(66274,10090,'_event_date_modified',''),(66275,10091,'_event_date_modified',''),(66276,10092,'_event_date_modified',''),(66277,10093,'_event_date_modified',''),(66278,10094,'_event_date_modified',''),(66279,10095,'_event_date_modified',''),(66280,10096,'_event_date_modified',''),(66281,10097,'_event_date_modified',''),(66282,10098,'_event_date_modified',''),(66283,10099,'_event_date_modified',''),(66284,10100,'_event_date_modified',''),(66285,10101,'_event_date_modified',''),(66286,10102,'_event_date_modified',''),(66287,10103,'_event_date_modified',''),(66288,10104,'_event_date_modified',''),(66289,10105,'_event_date_modified',''),(66290,10106,'_event_date_modified',''),(66291,10107,'_event_date_modified',''),(66292,10108,'_event_date_modified',''),(66293,10109,'_event_date_modified',''),(66294,10110,'_event_date_modified',''),(66295,10111,'_event_date_modified',''),(66296,10112,'_event_date_modified',''),(66297,10113,'_event_date_modified',''),(66298,10114,'_event_date_modified',''),(66299,10115,'_event_date_modified',''),(66300,10116,'_event_date_modified',''),(66301,10117,'_event_date_modified',''),(66302,10118,'_event_date_modified',''),(66303,10119,'_event_date_modified',''),(66304,10120,'_event_date_modified',''),(66305,10121,'_event_date_modified',''),(66306,10122,'_event_date_modified',''),(66307,10123,'_event_date_modified',''),(66308,10124,'_event_date_modified',''),(66309,10125,'_event_date_modified',''),(66310,10126,'_event_date_modified',''),(66311,10127,'_event_date_modified',''),(66312,10128,'_event_date_modified',''),(66313,10129,'_event_date_modified',''),(66314,10130,'_event_date_modified',''),(66315,10131,'_event_date_modified',''),(66316,10132,'_event_date_modified',''),(66317,10133,'_event_date_modified',''),(66318,10134,'_event_date_modified',''),(66319,10135,'_event_date_modified',''),(66320,10136,'_event_date_modified',''),(66321,10137,'_event_date_modified',''),(66322,10138,'_event_date_modified',''),(66323,10139,'_event_date_modified',''),(66324,10140,'_event_date_modified',''),(66325,10141,'_event_date_modified',''),(66326,10142,'_event_date_modified',''),(66327,10143,'_event_date_modified',''),(66328,10144,'_event_date_modified',''),(66329,10145,'_event_date_modified',''),(66330,10146,'_event_date_modified',''),(66331,10147,'_event_date_modified',''),(66332,10148,'_event_date_modified',''),(66333,10149,'_event_date_modified',''),(66334,10150,'_event_date_modified',''),(66335,10151,'_event_date_modified',''),(66336,10152,'_event_date_modified',''),(66337,10153,'_event_date_modified',''),(66338,10154,'_event_date_modified',''),(66339,10155,'_event_date_modified',''),(66340,10156,'_event_date_modified',''),(66341,10157,'_event_date_modified',''),(66342,10158,'_event_date_modified',''),(66343,10159,'_event_date_modified',''),(66344,10160,'_event_date_modified',''),(66345,10161,'_event_date_modified',''),(66346,10162,'_event_date_modified',''),(66347,10163,'_event_date_modified',''),(66348,10164,'_event_date_modified',''),(66349,10165,'_event_date_modified',''),(66350,10166,'_event_date_modified',''),(66351,10167,'_event_date_modified',''),(66352,10168,'_event_date_modified',''),(66353,10169,'_event_date_modified',''),(66354,10170,'_event_date_modified',''),(66355,10171,'_event_date_modified',''),(66356,10172,'_event_date_modified',''),(66357,10173,'_event_date_modified',''),(66358,10174,'_event_date_modified',''),(66359,10175,'_event_date_modified',''),(66360,10176,'_event_date_modified',''),(66361,10177,'_event_date_modified',''),(66362,10178,'_event_date_modified',''),(66363,10179,'_event_date_modified',''),(66364,10180,'_event_date_modified',''),(66365,10181,'_event_date_modified',''),(66366,10182,'_event_date_modified',''),(66367,10183,'_event_date_modified',''),(66368,10184,'_event_date_modified',''),(66369,10185,'_event_date_modified',''),(66370,10186,'_event_date_modified',''),(66371,10187,'_event_date_modified',''),(66372,10188,'_event_date_modified',''),(66373,10189,'_event_date_modified',''),(66374,10190,'_event_date_modified',''),(66375,10191,'_event_date_modified',''),(66376,10192,'_event_date_modified',''),(66377,10193,'_event_date_modified',''),(66378,10194,'_event_date_modified',''),(66379,10195,'_event_date_modified',''),(66380,10196,'_event_date_modified',''),(66381,10197,'_event_date_modified',''),(66382,10198,'_event_date_modified',''),(66383,10199,'_event_date_modified',''),(66384,10200,'_event_date_modified',''),(66385,10201,'_event_date_modified',''),(66386,10202,'_event_date_modified',''),(66387,10203,'_event_date_modified',''),(66388,10204,'_event_date_modified',''),(66389,10205,'_event_date_modified',''),(66390,10206,'_event_date_modified',''),(66391,10207,'_event_date_modified',''),(66392,10208,'_event_date_modified',''),(66393,10209,'_event_date_modified',''),(66394,10210,'_event_date_modified',''),(66395,10211,'_event_date_modified',''),(66396,10212,'_event_date_modified',''),(66397,10213,'_event_date_modified',''),(66398,10214,'_event_date_modified',''),(66399,10215,'_event_date_modified',''),(66400,10216,'_event_date_modified',''),(66401,10217,'_event_date_modified',''),(66402,10218,'_event_date_modified',''),(66403,10219,'_event_date_modified',''),(66404,10220,'_event_date_modified',''),(66405,10221,'_event_date_modified',''),(66406,10222,'_event_date_modified',''),(66407,10223,'_event_date_modified',''),(66408,10224,'_event_date_modified',''),(66409,10225,'_event_date_modified',''),(66410,10226,'_event_date_modified',''),(66411,10227,'_event_date_modified',''),(66412,10228,'_event_date_modified',''),(66413,10229,'_event_date_modified',''),(66414,10230,'_event_date_modified',''),(66415,10231,'_event_date_modified',''),(66416,10232,'_event_date_modified',''),(66417,10233,'_event_date_modified',''),(66418,10234,'_event_date_modified',''),(66419,10235,'_event_date_modified',''),(66420,10236,'_event_date_modified',''),(66428,10244,'_event_date_modified',''),(66431,10247,'_event_date_modified',''),(66432,10248,'_event_date_modified',''),(66433,10249,'_event_date_modified',''),(66434,10250,'_event_date_modified',''),(66435,10251,'_event_date_modified',''),(66436,10252,'_event_date_modified',''),(66437,10253,'_event_date_modified',''),(66438,10254,'_event_date_modified',''),(66439,10255,'_event_date_modified',''),(66440,10256,'_event_date_modified',''),(66441,10257,'_event_date_modified',''),(66442,10258,'_event_date_modified',''),(66443,10259,'_event_date_modified',''),(66444,10260,'_event_date_modified',''),(66445,10261,'_event_date_modified',''),(66446,10262,'_event_date_modified',''),(66447,10263,'_event_date_modified',''),(66448,10264,'_event_date_modified',''),(66449,10265,'_event_date_modified',''),(66450,10266,'_event_date_modified',''),(66451,10267,'_event_date_modified',''),(66452,10268,'_event_date_modified',''),(66453,10269,'_event_date_modified',''),(66454,10270,'_event_date_modified',''),(66455,10271,'_event_date_modified',''),(66456,10272,'_event_date_modified',''),(66457,10273,'_event_date_modified',''),(66458,10274,'_event_date_modified',''),(66459,10275,'_event_date_modified',''),(66460,10276,'_event_date_modified',''),(66461,10277,'_event_date_modified',''),(66462,10278,'_event_date_modified',''),(66463,10279,'_event_date_modified',''),(66464,10280,'_event_date_modified',''),(66465,10281,'_event_date_modified',''),(66466,10282,'_event_date_modified',''),(66467,10283,'_event_date_modified',''),(66468,10284,'_event_date_modified',''),(66469,10285,'_event_date_modified',''),(66470,10286,'_event_date_modified',''),(66471,10287,'_event_date_modified',''),(66472,10288,'_event_date_modified',''),(66473,10289,'_event_date_modified',''),(66474,10290,'_event_date_modified',''),(66475,10291,'_event_date_modified',''),(66476,10292,'_event_date_modified',''),(66477,10293,'_event_date_modified',''),(66478,10294,'_event_date_modified',''),(66479,10295,'_event_date_modified',''),(66480,10296,'_event_date_modified',''),(66481,10297,'_event_date_modified',''),(66482,10298,'_event_date_modified',''),(66483,10299,'_event_date_modified',''),(66484,10300,'_event_date_modified',''),(66485,10301,'_event_date_modified',''),(66486,10302,'_event_date_modified',''),(66487,10303,'_event_date_modified',''),(66488,10304,'_event_date_modified',''),(66489,10305,'_event_date_modified',''),(66490,10306,'_event_date_modified',''),(66491,10307,'_event_date_modified',''),(66492,10308,'_event_date_modified',''),(66493,10309,'_event_date_modified',''),(66494,10310,'_event_date_modified',''),(66495,10311,'_event_date_modified',''),(66496,10312,'_event_date_modified',''),(66497,10313,'_event_date_modified',''),(66498,10314,'_event_date_modified',''),(66499,10315,'_event_date_modified',''),(66500,10316,'_event_date_modified',''),(66501,10317,'_event_date_modified',''),(66502,10318,'_event_date_modified',''),(66503,10319,'_event_date_modified',''),(66504,10320,'_event_date_modified',''),(66505,10321,'_event_date_modified',''),(66506,10322,'_event_date_modified',''),(66507,10323,'_event_date_modified',''),(66508,10324,'_event_date_modified',''),(66509,10325,'_event_date_modified',''),(66510,10326,'_event_date_modified',''),(66511,10327,'_event_date_modified',''),(66512,10328,'_event_date_modified',''),(66513,10329,'_event_date_modified',''),(66514,10330,'_event_date_modified',''),(66515,10331,'_event_date_modified',''),(66516,10332,'_event_date_modified',''),(66517,10333,'_event_date_modified',''),(66518,10334,'_event_date_modified',''),(66519,10335,'_event_date_modified',''),(66520,10336,'_event_date_modified',''),(66521,10337,'_event_date_modified',''),(66522,10338,'_event_date_modified',''),(66523,10339,'_event_date_modified',''),(66524,10340,'_event_date_modified',''),(66525,10341,'_event_date_modified',''),(66526,10342,'_event_date_modified',''),(66527,10343,'_event_date_modified',''),(66528,10344,'_event_date_modified',''),(66529,10345,'_event_date_modified',''),(66530,10346,'_event_date_modified',''),(66531,10347,'_event_date_modified',''),(66532,10348,'_event_date_modified',''),(66533,10349,'_event_date_modified',''),(66534,10350,'_event_date_modified',''),(66535,10351,'_event_date_modified',''),(66536,10352,'_event_date_modified',''),(66537,10353,'_event_date_modified',''),(66538,10354,'_event_date_modified',''),(66539,10355,'_event_date_modified',''),(66540,10356,'_event_date_modified',''),(66541,10357,'_event_date_modified',''),(66542,10358,'_event_date_modified',''),(66543,10359,'_event_date_modified',''),(66544,10360,'_event_date_modified',''),(66545,10361,'_event_date_modified',''),(66546,10362,'_event_date_modified',''),(66547,10363,'_event_date_modified',''),(66548,10364,'_event_date_modified',''),(66549,10365,'_event_date_modified',''),(66550,10366,'_event_date_modified',''),(66551,10367,'_event_date_modified',''),(66552,10368,'_event_date_modified',''),(66553,10369,'_event_date_modified',''),(66554,10370,'_event_date_modified',''),(66555,10371,'_event_date_modified',''),(66556,10372,'_event_date_modified',''),(66557,10373,'_event_date_modified',''),(66558,10374,'_event_date_modified',''),(66559,10375,'_event_date_modified',''),(66560,10376,'_event_date_modified',''),(66561,10377,'_event_date_modified',''),(66562,10378,'_event_date_modified',''),(66563,10379,'_event_date_modified',''),(66564,10380,'_event_date_modified',''),(66565,10381,'_event_date_modified',''),(66566,10382,'_event_date_modified',''),(66567,10383,'_event_date_modified',''),(66568,10384,'_event_date_modified',''),(66569,10385,'_event_date_modified',''),(66570,10386,'_event_date_modified',''),(66571,10387,'_event_date_modified',''),(66572,10388,'_event_date_modified',''),(66573,10389,'_event_date_modified',''),(66574,10390,'_event_date_modified',''),(66575,10391,'_event_date_modified',''),(66576,10392,'_event_date_modified',''),(66577,10393,'_event_date_modified',''),(66578,10394,'_event_date_modified',''),(66579,10395,'_event_date_modified',''),(66580,10396,'_event_date_modified',''),(66581,10397,'_event_date_modified',''),(66582,10398,'_event_date_modified',''),(66583,10399,'_event_date_modified',''),(66584,10400,'_event_date_modified',''),(66585,10401,'_event_date_modified',''),(66586,10402,'_event_date_modified',''),(66587,10403,'_event_date_modified',''),(66588,10404,'_event_date_modified',''),(66589,10405,'_event_date_modified',''),(66590,10406,'_event_date_modified',''),(66591,10407,'_event_date_modified',''),(66592,10408,'_event_date_modified',''),(66593,10409,'_event_date_modified',''),(66594,10410,'_event_date_modified',''),(66595,10411,'_event_date_modified',''),(66596,10412,'_event_date_modified',''),(66597,10413,'_event_date_modified',''),(66598,10414,'_event_date_modified',''),(66599,10415,'_event_date_modified',''),(66600,10416,'_event_date_modified',''),(66601,10417,'_event_date_modified',''),(66602,10418,'_event_date_modified',''),(66603,10419,'_event_date_modified',''),(66604,10420,'_event_date_modified',''),(66605,10421,'_event_date_modified',''),(66606,10422,'_event_date_modified',''),(66607,10423,'_event_date_modified',''),(66608,10424,'_event_date_modified',''),(66609,10425,'_event_date_modified',''),(66610,10426,'_event_date_modified',''),(66611,10427,'_event_date_modified',''),(66612,10428,'_event_date_modified',''),(66613,10429,'_event_date_modified',''),(66614,10430,'_event_date_modified',''),(66615,10431,'_event_date_modified',''),(66616,10432,'_event_date_modified',''),(66617,10433,'_event_date_modified',''),(66618,10434,'_event_date_modified',''),(66619,10435,'_event_date_modified',''),(66620,10436,'_event_date_modified',''),(66621,10437,'_event_date_modified',''),(66622,10438,'_event_date_modified',''),(66623,10439,'_event_date_modified',''),(66624,10440,'_event_date_modified',''),(66625,10441,'_event_date_modified',''),(66626,10442,'_event_date_modified',''),(66627,10443,'_event_date_modified',''),(66628,10444,'_event_date_modified',''),(66629,10445,'_event_date_modified',''),(66630,10446,'_event_date_modified',''),(66631,10447,'_event_date_modified',''),(66632,10448,'_event_date_modified',''),(66633,10449,'_event_date_modified',''),(66634,10450,'_event_date_modified',''),(66635,10451,'_event_date_modified',''),(66636,10452,'_event_date_modified',''),(66637,10453,'_event_date_modified',''),(66638,10454,'_event_date_modified',''),(66639,10455,'_event_date_modified',''),(66640,10456,'_event_date_modified',''),(66641,10457,'_event_date_modified',''),(66642,10458,'_event_date_modified',''),(66643,10459,'_event_date_modified',''),(66644,10460,'_event_date_modified',''),(66645,10461,'_event_date_modified',''),(66646,10462,'_event_date_modified',''),(66647,10463,'_event_date_modified',''),(66648,10464,'_event_date_modified',''),(66649,10465,'_event_date_modified',''),(66650,10466,'_event_date_modified',''),(66651,10467,'_event_date_modified',''),(66652,10468,'_event_date_modified',''),(66653,10469,'_event_date_modified',''),(66654,10470,'_event_date_modified',''),(66655,10471,'_event_date_modified',''),(66656,10472,'_event_date_modified',''),(66657,10473,'_event_date_modified',''),(66658,10474,'_event_date_modified',''),(66659,10475,'_event_date_modified',''),(66660,10476,'_event_date_modified',''),(66661,10477,'_event_date_modified',''),(66662,10478,'_event_date_modified',''),(66663,10479,'_event_date_modified',''),(66664,10480,'_event_date_modified',''),(66665,10481,'_event_date_modified',''),(66666,10482,'_event_date_modified',''),(66667,10483,'_event_date_modified',''),(66668,10484,'_event_date_modified',''),(66669,10485,'_event_date_modified',''),(66670,10486,'_event_date_modified',''),(66671,10487,'_event_date_modified',''),(66672,10488,'_event_date_modified',''),(66673,10489,'_event_date_modified',''),(66674,10490,'_event_date_modified',''),(66675,10491,'_event_date_modified',''),(66676,10492,'_event_date_modified',''),(66677,10493,'_event_date_modified',''),(66678,10494,'_event_date_modified',''),(66679,10495,'_event_date_modified',''),(66680,10496,'_event_date_modified',''),(66681,10497,'_event_date_modified',''),(66682,10498,'_event_date_modified',''),(66683,10499,'_event_date_modified',''),(66684,10500,'_event_date_modified',''),(66685,10501,'_event_date_modified',''),(66686,10502,'_event_date_modified',''),(66687,10503,'_event_date_modified',''),(66688,10504,'_event_date_modified',''),(66689,10505,'_event_date_modified',''),(66690,10506,'_event_date_modified',''),(66691,10507,'_event_date_modified',''),(66692,10508,'_event_date_modified',''),(66693,10509,'_event_date_modified',''),(66694,10510,'_event_date_modified',''),(66695,10511,'_event_date_modified',''),(66696,10512,'_event_date_modified',''),(66697,10513,'_event_date_modified',''),(66698,10514,'_event_date_modified',''),(66699,10515,'_event_date_modified',''),(66700,10516,'_event_date_modified',''),(66701,10517,'_event_date_modified',''),(66702,10518,'_event_date_modified',''),(66703,10519,'_event_date_modified',''),(66704,10520,'_event_date_modified',''),(66705,10521,'_event_date_modified',''),(66706,10522,'_event_date_modified',''),(66707,10523,'_event_date_modified',''),(66708,10524,'_event_date_modified',''),(66709,10525,'_event_date_modified',''),(66710,10526,'_event_date_modified',''),(66711,10527,'_event_date_modified',''),(66712,10528,'_event_date_modified',''),(66713,10529,'_event_date_modified',''),(66714,10530,'_event_date_modified',''),(66715,10531,'_event_date_modified',''),(66716,10532,'_event_date_modified',''),(66717,10533,'_event_date_modified',''),(66718,10534,'_event_date_modified',''),(66719,10535,'_event_date_modified',''),(66720,10536,'_event_date_modified',''),(66721,10537,'_event_date_modified',''),(66722,10538,'_event_date_modified',''),(66723,10539,'_event_date_modified',''),(66724,10540,'_event_date_modified',''),(66725,10541,'_event_date_modified',''),(66726,10542,'_event_date_modified',''),(66727,10543,'_event_date_modified',''),(66728,10544,'_event_date_modified',''),(66729,10545,'_event_date_modified',''),(66730,10546,'_event_date_modified',''),(66731,10547,'_event_date_modified',''),(66732,10548,'_event_date_modified',''),(66733,10549,'_event_date_modified',''),(66734,10550,'_event_date_modified',''),(66735,10551,'_event_date_modified',''),(66736,10552,'_event_date_modified',''),(66737,10553,'_event_date_modified',''),(66738,10554,'_event_date_modified',''),(66739,10555,'_event_date_modified',''),(66740,10556,'_event_date_modified',''),(66741,10557,'_event_date_modified',''),(66742,10558,'_event_date_modified',''),(66743,10559,'_event_date_modified',''),(66744,10560,'_event_date_modified',''),(66745,10561,'_event_date_modified',''),(66746,10562,'_event_date_modified',''),(66747,10563,'_event_date_modified',''),(66748,10564,'_event_date_modified',''),(66749,10565,'_event_date_modified',''),(66750,10566,'_event_date_modified',''),(66751,10567,'_event_date_modified',''),(66752,10568,'_event_date_modified',''),(66753,10569,'_event_date_modified',''),(66754,10570,'_event_date_modified',''),(66755,10571,'_event_date_modified',''),(66756,10572,'_event_date_modified',''),(66757,10573,'_event_date_modified',''),(66758,10574,'_event_date_modified',''),(66759,10575,'_event_date_modified',''),(66760,10576,'_event_date_modified',''),(66761,10577,'_event_date_modified',''),(66762,10578,'_event_date_modified',''),(66763,10579,'_event_date_modified',''),(66764,10580,'_event_date_modified',''),(66765,10581,'_event_date_modified',''),(66766,10582,'_event_date_modified',''),(66767,10583,'_event_date_modified',''),(66768,10584,'_event_date_modified',''),(66769,10585,'_event_date_modified',''),(66770,10586,'_event_date_modified',''),(66771,10587,'_event_date_modified',''),(66772,10588,'_event_date_modified',''),(66773,10589,'_event_date_modified',''),(66774,10590,'_event_date_modified',''),(66775,10591,'_event_date_modified',''),(66776,10592,'_event_date_modified',''),(66777,10593,'_event_date_modified',''),(66778,10594,'_event_date_modified',''),(66779,10595,'_event_date_modified',''),(66780,10596,'_event_date_modified',''),(66781,10597,'_event_date_modified',''),(66782,10598,'_event_date_modified',''),(66783,10599,'_event_date_modified',''),(66784,10600,'_event_date_modified',''),(66785,10601,'_event_date_modified',''),(66786,10602,'_event_date_modified',''),(66787,10603,'_event_date_modified',''),(66788,10604,'_event_date_modified',''),(66789,10605,'_event_date_modified',''),(66790,10606,'_event_date_modified',''),(66791,10607,'_event_date_modified',''),(66792,10608,'_event_date_modified',''),(66793,10609,'_event_date_modified',''),(66794,10610,'_event_date_modified',''),(66795,10611,'_event_date_modified',''),(66796,10612,'_event_date_modified',''),(66797,10613,'_event_date_modified',''),(66798,10614,'_event_date_modified',''),(66799,10615,'_event_date_modified',''),(66800,10616,'_event_date_modified',''),(66801,10617,'_event_date_modified',''),(66802,10618,'_event_date_modified',''),(66803,10619,'_event_date_modified',''),(66804,10620,'_event_date_modified',''),(66805,10621,'_event_date_modified',''),(66806,10622,'_event_date_modified',''),(66807,10623,'_event_date_modified',''),(66808,10624,'_event_date_modified',''),(66809,10625,'_event_date_modified',''),(66810,10626,'_event_date_modified',''),(66811,10627,'_event_date_modified',''),(66812,10628,'_event_date_modified',''),(66813,10629,'_event_date_modified',''),(66814,10630,'_event_date_modified',''),(66815,10631,'_event_date_modified',''),(66816,10632,'_event_date_modified',''),(66817,10633,'_event_date_modified',''),(66818,10634,'_event_date_modified',''),(66819,10635,'_event_date_modified',''),(66820,10636,'_event_date_modified',''),(66821,10637,'_event_date_modified',''),(66822,10638,'_event_date_modified',''),(66823,10639,'_event_date_modified',''),(66824,10640,'_event_date_modified',''),(66825,10641,'_event_date_modified',''),(66826,10642,'_event_date_modified',''),(66827,10643,'_event_date_modified',''),(66828,10644,'_event_date_modified',''),(66829,10645,'_event_date_modified',''),(66830,10646,'_event_date_modified',''),(66831,10647,'_event_date_modified',''),(66832,10648,'_event_date_modified',''),(66833,10649,'_event_date_modified',''),(66834,10650,'_event_date_modified',''),(66835,10651,'_event_date_modified',''),(66836,10652,'_event_date_modified',''),(66837,10653,'_event_date_modified',''),(66838,10654,'_event_date_modified',''),(66839,10655,'_event_date_modified',''),(66840,10656,'_event_date_modified',''),(66841,10657,'_event_date_modified',''),(66842,10658,'_event_date_modified',''),(66843,10659,'_event_date_modified',''),(66844,10660,'_event_date_modified',''),(66845,10661,'_event_date_modified',''),(66846,10662,'_event_date_modified',''),(66847,10663,'_event_date_modified',''),(66848,10664,'_event_date_modified',''),(66849,10665,'_event_date_modified',''),(66850,10666,'_event_date_modified',''),(66851,10667,'_event_date_modified',''),(66852,10668,'_event_date_modified',''),(66853,10669,'_event_date_modified',''),(66854,10670,'_event_date_modified',''),(66855,10671,'_event_date_modified',''),(66856,10672,'_event_date_modified',''),(66857,10673,'_event_date_modified',''),(66858,10674,'_event_date_modified',''),(66859,10675,'_event_date_modified',''),(66860,10676,'_event_date_modified',''),(66861,10677,'_event_date_modified',''),(66862,10678,'_event_date_modified',''),(66863,10679,'_event_date_modified',''),(66864,10680,'_event_date_modified',''),(66865,10681,'_event_date_modified',''),(66866,10682,'_event_date_modified',''),(66867,10683,'_event_date_modified',''),(66868,10684,'_event_date_modified',''),(66869,10685,'_event_date_modified',''),(66870,10686,'_event_date_modified',''),(66871,10687,'_event_date_modified',''),(66872,10688,'_event_date_modified',''),(66873,10689,'_event_date_modified',''),(66874,10690,'_event_date_modified',''),(66875,10691,'_event_date_modified',''),(66876,10692,'_event_date_modified',''),(66877,10693,'_event_date_modified',''),(66878,10694,'_event_date_modified',''),(66879,10695,'_event_date_modified',''),(66880,10696,'_event_date_modified',''),(66881,10697,'_event_date_modified',''),(66882,10698,'_event_date_modified',''),(66883,10699,'_event_date_modified',''),(66884,10700,'_event_date_modified',''),(66885,10701,'_event_date_modified',''),(66886,10702,'_event_date_modified',''),(66887,10703,'_event_date_modified',''),(66888,10704,'_event_date_modified',''),(66889,10705,'_event_date_modified',''),(66890,10706,'_event_date_modified',''),(66891,10707,'_event_date_modified',''),(66892,10708,'_event_date_modified',''),(66893,10709,'_event_date_modified',''),(66894,10710,'_event_date_modified',''),(66895,10711,'_event_date_modified',''),(66896,10712,'_event_date_modified',''),(66897,10713,'_event_date_modified',''),(66898,10714,'_event_date_modified',''),(66899,10715,'_event_date_modified',''),(66901,10717,'_event_date_modified',''),(66902,10718,'_event_date_modified',''),(66904,10720,'_event_date_modified',''),(66905,10721,'_event_date_modified',''),(66906,10722,'_event_date_modified',''),(66907,10723,'_event_date_modified',''),(66908,10724,'_event_date_modified',''),(66909,10725,'_event_date_modified',''),(66910,10726,'_event_date_modified',''),(66911,10727,'_event_date_modified',''),(66912,10728,'_event_date_modified',''),(66913,10729,'_event_date_modified',''),(66914,10730,'_event_date_modified',''),(66915,10731,'_event_date_modified',''),(66916,10732,'_event_date_modified',''),(66917,10733,'_event_date_modified',''),(66918,10734,'_event_date_modified',''),(66919,10735,'_event_date_modified',''),(66920,10736,'_event_date_modified',''),(66921,10737,'_event_date_modified',''),(66922,10738,'_event_date_modified',''),(66923,10739,'_event_date_modified',''),(66924,10740,'_event_date_modified',''),(66925,10741,'_event_date_modified',''),(66926,10742,'_event_date_modified',''),(66927,10743,'_event_date_modified',''),(66928,10744,'_event_date_modified',''),(66929,10745,'_event_date_modified',''),(66930,10746,'_event_date_modified',''),(66931,10747,'_event_date_modified',''),(66932,10748,'_event_date_modified',''),(66933,10749,'_event_date_modified',''),(66934,10750,'_event_date_modified',''),(66935,10751,'_event_date_modified',''),(66936,10752,'_event_date_modified',''),(66937,10753,'_event_date_modified',''),(66938,10754,'_event_date_modified',''),(66939,10755,'_event_date_modified',''),(66940,10756,'_event_date_modified',''),(66941,10757,'_event_date_modified',''),(66942,10758,'_event_date_modified',''),(66943,10759,'_event_date_modified',''),(66944,10760,'_event_date_modified',''),(66945,10761,'_event_date_modified',''),(66946,10762,'_event_date_modified',''),(66947,10763,'_event_date_modified',''),(66948,10764,'_event_date_modified',''),(66949,10765,'_event_date_modified',''),(66950,10766,'_event_date_modified',''),(66951,10767,'_event_date_modified',''),(66952,10768,'_event_date_modified',''),(66953,10769,'_event_date_modified',''),(66954,10770,'_event_date_modified',''),(66955,10771,'_event_date_modified',''),(66956,10772,'_event_date_modified',''),(66957,10773,'_event_date_modified',''),(66958,10774,'_event_date_modified',''),(66959,10775,'_event_date_modified',''),(66960,10776,'_event_date_modified',''),(66961,10777,'_event_date_modified',''),(66962,10778,'_event_date_modified',''),(66963,10779,'_event_date_modified',''),(66964,10780,'_event_date_modified',''),(66965,10781,'_event_date_modified',''),(66966,10782,'_event_date_modified',''),(66967,10783,'_event_date_modified',''),(66968,10784,'_event_date_modified',''),(66969,10785,'_event_date_modified',''),(66970,10786,'_event_date_modified',''),(66971,10787,'_event_date_modified',''),(66972,10788,'_event_date_modified',''),(66973,10789,'_event_date_modified',''),(66974,10790,'_event_date_modified',''),(66975,10791,'_event_date_modified',''),(66976,10792,'_event_date_modified',''),(66977,10793,'_event_date_modified',''),(66978,10794,'_event_date_modified',''),(66979,10795,'_event_date_modified',''),(66980,10796,'_event_date_modified',''),(66981,10797,'_event_date_modified',''),(66982,10798,'_event_date_modified',''),(66983,10799,'_event_date_modified',''),(66984,10800,'_event_date_modified',''),(66985,10801,'_event_date_modified',''),(66986,10802,'_event_date_modified',''),(66987,10803,'_event_date_modified',''),(66988,10804,'_event_date_modified',''),(66989,10805,'_event_date_modified',''),(66990,10806,'_event_date_modified',''),(66991,10807,'_event_date_modified',''),(66992,10808,'_event_date_modified',''),(66993,10809,'_event_date_modified',''),(66994,10810,'_event_date_modified',''),(66995,10811,'_event_date_modified',''),(66996,10812,'_event_date_modified',''),(66997,10813,'_event_date_modified',''),(66998,10814,'_event_date_modified',''),(66999,10815,'_event_date_modified',''),(67000,10816,'_event_date_modified',''),(67001,10817,'_event_date_modified',''),(67002,10818,'_event_date_modified',''),(67003,10819,'_event_date_modified',''),(67004,10820,'_event_date_modified',''),(67005,10821,'_event_date_modified',''),(67006,10822,'_event_date_modified',''),(67007,10823,'_event_date_modified',''),(67008,10824,'_event_date_modified',''),(67009,10825,'_event_date_modified',''),(67010,10826,'_event_date_modified',''),(67011,10827,'_event_date_modified',''),(67012,10828,'_event_date_modified',''),(67013,10829,'_event_date_modified',''),(67014,10830,'_event_date_modified',''),(67015,10831,'_event_date_modified',''),(67016,10832,'_event_date_modified',''),(67017,10833,'_event_date_modified',''),(67018,10834,'_event_date_modified',''),(67019,10835,'_event_date_modified',''),(67020,10836,'_event_date_modified',''),(67021,10837,'_event_date_modified',''),(67022,10838,'_event_date_modified',''),(67023,10839,'_event_date_modified',''),(67024,10840,'_event_date_modified',''),(67025,10841,'_event_date_modified',''),(67026,10842,'_event_date_modified',''),(67027,10843,'_event_date_modified',''),(67028,10844,'_event_date_modified',''),(67029,10845,'_event_date_modified',''),(67030,10846,'_event_date_modified',''),(67031,10847,'_event_date_modified',''),(67032,10848,'_event_date_modified',''),(67033,10849,'_event_date_modified',''),(67034,10850,'_event_date_modified',''),(67035,10851,'_event_date_modified',''),(67036,10852,'_event_date_modified',''),(67037,10853,'_event_date_modified',''),(67038,10854,'_event_date_modified',''),(67997,9766,'_blog_id',''),(67998,9767,'_blog_id',''),(67999,9768,'_blog_id',''),(68000,9769,'_blog_id',''),(68001,9770,'_blog_id',''),(68002,9771,'_blog_id',''),(68003,9772,'_blog_id',''),(68004,9773,'_blog_id',''),(68005,9774,'_blog_id',''),(68006,9775,'_blog_id',''),(68007,9776,'_blog_id',''),(68008,9777,'_blog_id',''),(68009,9778,'_blog_id',''),(68010,9779,'_blog_id',''),(68011,9780,'_blog_id',''),(68012,9781,'_blog_id',''),(68013,9782,'_blog_id',''),(68014,9783,'_blog_id',''),(68015,9784,'_blog_id',''),(68016,9785,'_blog_id',''),(68017,9786,'_blog_id',''),(68018,9787,'_blog_id',''),(68019,9788,'_blog_id',''),(68020,9789,'_blog_id',''),(68021,9790,'_blog_id',''),(68022,9791,'_blog_id',''),(68023,9792,'_blog_id',''),(68024,9793,'_blog_id',''),(68025,9794,'_blog_id',''),(68026,9795,'_blog_id',''),(68027,9796,'_blog_id',''),(68028,9797,'_blog_id',''),(68029,9798,'_blog_id',''),(68030,9799,'_blog_id',''),(68031,9800,'_blog_id',''),(68032,9801,'_blog_id',''),(68033,9802,'_blog_id',''),(68034,9803,'_blog_id',''),(68035,9804,'_blog_id',''),(68036,9805,'_blog_id',''),(68037,9806,'_blog_id',''),(68038,9807,'_blog_id',''),(68039,9808,'_blog_id',''),(68040,9809,'_blog_id',''),(68041,9810,'_blog_id',''),(68042,9811,'_blog_id',''),(68043,9812,'_blog_id',''),(68044,9813,'_blog_id',''),(68045,9814,'_blog_id',''),(68046,9815,'_blog_id',''),(68047,9816,'_blog_id',''),(68048,9817,'_blog_id',''),(68049,9818,'_blog_id',''),(68050,9819,'_blog_id',''),(68051,9820,'_blog_id',''),(68052,9821,'_blog_id',''),(68053,9822,'_blog_id',''),(68054,9823,'_blog_id',''),(68055,9824,'_blog_id',''),(68056,9825,'_blog_id',''),(68057,9826,'_blog_id',''),(68058,9827,'_blog_id',''),(68059,9828,'_blog_id',''),(68060,9829,'_blog_id',''),(68061,9830,'_blog_id',''),(68063,9832,'_blog_id',''),(68064,9833,'_blog_id',''),(68065,9834,'_blog_id',''),(68066,9835,'_blog_id',''),(68067,9836,'_blog_id',''),(68068,9837,'_blog_id',''),(68069,9838,'_blog_id',''),(68070,9839,'_blog_id',''),(68071,9840,'_blog_id',''),(68072,9841,'_blog_id',''),(68073,9842,'_blog_id',''),(68074,9843,'_blog_id',''),(68075,9844,'_blog_id',''),(68076,9845,'_blog_id',''),(68077,9846,'_blog_id',''),(68078,9847,'_blog_id',''),(68079,9848,'_blog_id',''),(68080,9849,'_blog_id',''),(68081,9850,'_blog_id',''),(68082,9851,'_blog_id',''),(68083,9852,'_blog_id',''),(68084,9853,'_blog_id',''),(68085,9854,'_blog_id',''),(68086,9855,'_blog_id',''),(68087,9856,'_blog_id',''),(68088,9857,'_blog_id',''),(68089,9858,'_blog_id',''),(68090,9859,'_blog_id',''); INSERT INTO `cto_postmeta` VALUES (68091,9860,'_blog_id',''),(68092,9861,'_blog_id',''),(68093,9862,'_blog_id',''),(68094,9863,'_blog_id',''),(68095,9864,'_blog_id',''),(68096,9865,'_blog_id',''),(68097,9866,'_blog_id',''),(68098,9867,'_blog_id',''),(68099,9868,'_blog_id',''),(68100,9869,'_blog_id',''),(68101,9870,'_blog_id',''),(68102,9871,'_blog_id',''),(68103,9872,'_blog_id',''),(68104,9873,'_blog_id',''),(68105,9874,'_blog_id',''),(68106,9875,'_blog_id',''),(68107,9876,'_blog_id',''),(68108,9877,'_blog_id',''),(68109,9878,'_blog_id',''),(68110,9879,'_blog_id',''),(68111,9880,'_blog_id',''),(68112,9881,'_blog_id',''),(68113,9882,'_blog_id',''),(68114,9883,'_blog_id',''),(68115,9884,'_blog_id',''),(68116,9885,'_blog_id',''),(68117,9886,'_blog_id',''),(68118,9887,'_blog_id',''),(68119,9888,'_blog_id',''),(68120,9889,'_blog_id',''),(68121,9890,'_blog_id',''),(68122,9891,'_blog_id',''),(68123,9892,'_blog_id',''),(68124,9893,'_blog_id',''),(68125,9894,'_blog_id',''),(68126,9895,'_blog_id',''),(68127,9896,'_blog_id',''),(68128,9897,'_blog_id',''),(68129,9898,'_blog_id',''),(68130,9899,'_blog_id',''),(68131,9900,'_blog_id',''),(68132,9901,'_blog_id',''),(68133,9902,'_blog_id',''),(68134,9903,'_blog_id',''),(68135,9904,'_blog_id',''),(68136,9905,'_blog_id',''),(68137,9906,'_blog_id',''),(68138,9907,'_blog_id',''),(68139,9908,'_blog_id',''),(68140,9909,'_blog_id',''),(68141,9910,'_blog_id',''),(68142,9911,'_blog_id',''),(68143,9912,'_blog_id',''),(68144,9913,'_blog_id',''),(68145,9914,'_blog_id',''),(68146,9915,'_blog_id',''),(68147,9916,'_blog_id',''),(68148,9917,'_blog_id',''),(68149,9918,'_blog_id',''),(68150,9919,'_blog_id',''),(68151,9920,'_blog_id',''),(68152,9921,'_blog_id',''),(68153,9922,'_blog_id',''),(68154,9923,'_blog_id',''),(68155,9924,'_blog_id',''),(68156,9925,'_blog_id',''),(68157,9926,'_blog_id',''),(68158,9927,'_blog_id',''),(68159,9928,'_blog_id',''),(68160,9929,'_blog_id',''),(68161,9930,'_blog_id',''),(68162,9931,'_blog_id',''),(68163,9932,'_blog_id',''),(68164,9933,'_blog_id',''),(68165,9934,'_blog_id',''),(68166,9935,'_blog_id',''),(68167,9936,'_blog_id',''),(68168,9937,'_blog_id',''),(68169,9938,'_blog_id',''),(68170,9939,'_blog_id',''),(68171,9940,'_blog_id',''),(68172,9941,'_blog_id',''),(68173,9942,'_blog_id',''),(68174,9943,'_blog_id',''),(68175,9944,'_blog_id',''),(68176,9945,'_blog_id',''),(68177,9946,'_blog_id',''),(68178,9947,'_blog_id',''),(68179,9948,'_blog_id',''),(68180,9949,'_blog_id',''),(68181,9950,'_blog_id',''),(68182,9951,'_blog_id',''),(68183,9952,'_blog_id',''),(68184,9953,'_blog_id',''),(68185,9954,'_blog_id',''),(68186,9955,'_blog_id',''),(68187,9956,'_blog_id',''),(68188,9957,'_blog_id',''),(68189,9958,'_blog_id',''),(68190,9959,'_blog_id',''),(68191,9960,'_blog_id',''),(68192,9961,'_blog_id',''),(68193,9962,'_blog_id',''),(68194,9963,'_blog_id',''),(68195,9964,'_blog_id',''),(68196,9965,'_blog_id',''),(68197,9966,'_blog_id',''),(68198,9967,'_blog_id',''),(68199,9968,'_blog_id',''),(68200,9969,'_blog_id',''),(68201,9970,'_blog_id',''),(68202,9971,'_blog_id',''),(68203,9972,'_blog_id',''),(68204,9973,'_blog_id',''),(68205,9974,'_blog_id',''),(68206,9975,'_blog_id',''),(68207,9976,'_blog_id',''),(68208,9977,'_blog_id',''),(68209,9978,'_blog_id',''),(68210,9979,'_blog_id',''),(68211,9980,'_blog_id',''),(68212,9981,'_blog_id',''),(68213,9982,'_blog_id',''),(68214,9983,'_blog_id',''),(68215,9984,'_blog_id',''),(68216,9985,'_blog_id',''),(68217,9986,'_blog_id',''),(68218,9987,'_blog_id',''),(68219,9988,'_blog_id',''),(68220,9989,'_blog_id',''),(68221,9990,'_blog_id',''),(68222,9991,'_blog_id',''),(68223,9992,'_blog_id',''),(68224,9993,'_blog_id',''),(68225,9994,'_blog_id',''),(68226,9995,'_blog_id',''),(68227,9996,'_blog_id',''),(68228,9997,'_blog_id',''),(68229,9998,'_blog_id',''),(68230,9999,'_blog_id',''),(68231,10000,'_blog_id',''),(68233,10002,'_blog_id',''),(68234,10003,'_blog_id',''),(68235,10004,'_blog_id',''),(68236,10005,'_blog_id',''),(68237,10006,'_blog_id',''),(68238,10007,'_blog_id',''),(68239,10008,'_blog_id',''),(68252,10021,'_blog_id',''),(68292,10061,'_blog_id',''),(68293,10062,'_blog_id',''),(68294,10063,'_blog_id',''),(68295,10064,'_blog_id',''),(68296,10065,'_blog_id',''),(68297,10066,'_blog_id',''),(68298,10067,'_blog_id',''),(68299,10068,'_blog_id',''),(68300,10069,'_blog_id',''),(68301,10070,'_blog_id',''),(68302,10071,'_blog_id',''),(68303,10072,'_blog_id',''),(68304,10073,'_blog_id',''),(68305,10074,'_blog_id',''),(68306,10075,'_blog_id',''),(68307,10076,'_blog_id',''),(68308,10077,'_blog_id',''),(68309,10078,'_blog_id',''),(68310,10079,'_blog_id',''),(68311,10080,'_blog_id',''),(68312,10081,'_blog_id',''),(68313,10082,'_blog_id',''),(68314,10083,'_blog_id',''),(68315,10084,'_blog_id',''),(68316,10085,'_blog_id',''),(68317,10086,'_blog_id',''),(68318,10087,'_blog_id',''),(68319,10088,'_blog_id',''),(68320,10089,'_blog_id',''),(68321,10090,'_blog_id',''),(68322,10091,'_blog_id',''),(68323,10092,'_blog_id',''),(68324,10093,'_blog_id',''),(68325,10094,'_blog_id',''),(68326,10095,'_blog_id',''),(68327,10096,'_blog_id',''),(68328,10097,'_blog_id',''),(68329,10098,'_blog_id',''),(68330,10099,'_blog_id',''),(68331,10100,'_blog_id',''),(68332,10101,'_blog_id',''),(68333,10102,'_blog_id',''),(68334,10103,'_blog_id',''),(68335,10104,'_blog_id',''),(68336,10105,'_blog_id',''),(68337,10106,'_blog_id',''),(68338,10107,'_blog_id',''),(68339,10108,'_blog_id',''),(68340,10109,'_blog_id',''),(68341,10110,'_blog_id',''),(68342,10111,'_blog_id',''),(68343,10112,'_blog_id',''),(68344,10113,'_blog_id',''),(68345,10114,'_blog_id',''),(68346,10115,'_blog_id',''),(68347,10116,'_blog_id',''),(68348,10117,'_blog_id',''),(68349,10118,'_blog_id',''),(68350,10119,'_blog_id',''),(68351,10120,'_blog_id',''),(68352,10121,'_blog_id',''),(68353,10122,'_blog_id',''),(68354,10123,'_blog_id',''),(68355,10124,'_blog_id',''),(68356,10125,'_blog_id',''),(68357,10126,'_blog_id',''),(68358,10127,'_blog_id',''),(68359,10128,'_blog_id',''),(68360,10129,'_blog_id',''),(68361,10130,'_blog_id',''),(68362,10131,'_blog_id',''),(68363,10132,'_blog_id',''),(68364,10133,'_blog_id',''),(68365,10134,'_blog_id',''),(68366,10135,'_blog_id',''),(68367,10136,'_blog_id',''),(68368,10137,'_blog_id',''),(68369,10138,'_blog_id',''),(68370,10139,'_blog_id',''),(68371,10140,'_blog_id',''),(68372,10141,'_blog_id',''),(68373,10142,'_blog_id',''),(68374,10143,'_blog_id',''),(68375,10144,'_blog_id',''),(68376,10145,'_blog_id',''),(68377,10146,'_blog_id',''),(68378,10147,'_blog_id',''),(68379,10148,'_blog_id',''),(68380,10149,'_blog_id',''),(68381,10150,'_blog_id',''),(68382,10151,'_blog_id',''),(68383,10152,'_blog_id',''),(68384,10153,'_blog_id',''),(68385,10154,'_blog_id',''),(68386,10155,'_blog_id',''),(68387,10156,'_blog_id',''),(68388,10157,'_blog_id',''),(68389,10158,'_blog_id',''),(68390,10159,'_blog_id',''),(68391,10160,'_blog_id',''),(68392,10161,'_blog_id',''),(68393,10162,'_blog_id',''),(68394,10163,'_blog_id',''),(68395,10164,'_blog_id',''),(68396,10165,'_blog_id',''),(68397,10166,'_blog_id',''),(68398,10167,'_blog_id',''),(68399,10168,'_blog_id',''),(68400,10169,'_blog_id',''),(68401,10170,'_blog_id',''),(68402,10171,'_blog_id',''),(68403,10172,'_blog_id',''),(68404,10173,'_blog_id',''),(68405,10174,'_blog_id',''),(68406,10175,'_blog_id',''),(68407,10176,'_blog_id',''),(68408,10177,'_blog_id',''),(68409,10178,'_blog_id',''),(68410,10179,'_blog_id',''),(68411,10180,'_blog_id',''),(68412,10181,'_blog_id',''),(68413,10182,'_blog_id',''),(68414,10183,'_blog_id',''),(68415,10184,'_blog_id',''),(68416,10185,'_blog_id',''),(68417,10186,'_blog_id',''),(68418,10187,'_blog_id',''),(68419,10188,'_blog_id',''),(68420,10189,'_blog_id',''),(68421,10190,'_blog_id',''),(68422,10191,'_blog_id',''),(68423,10192,'_blog_id',''),(68424,10193,'_blog_id',''),(68425,10194,'_blog_id',''),(68426,10195,'_blog_id',''),(68427,10196,'_blog_id',''),(68428,10197,'_blog_id',''),(68429,10198,'_blog_id',''),(68430,10199,'_blog_id',''),(68431,10200,'_blog_id',''),(68432,10201,'_blog_id',''),(68433,10202,'_blog_id',''),(68434,10203,'_blog_id',''),(68435,10204,'_blog_id',''),(68436,10205,'_blog_id',''),(68437,10206,'_blog_id',''),(68438,10207,'_blog_id',''),(68439,10208,'_blog_id',''),(68440,10209,'_blog_id',''),(68441,10210,'_blog_id',''),(68442,10211,'_blog_id',''),(68443,10212,'_blog_id',''),(68444,10213,'_blog_id',''),(68445,10214,'_blog_id',''),(68446,10215,'_blog_id',''),(68447,10216,'_blog_id',''),(68448,10217,'_blog_id',''),(68449,10218,'_blog_id',''),(68450,10219,'_blog_id',''),(68451,10220,'_blog_id',''),(68452,10221,'_blog_id',''),(68453,10222,'_blog_id',''),(68454,10223,'_blog_id',''),(68455,10224,'_blog_id',''),(68456,10225,'_blog_id',''),(68457,10226,'_blog_id',''),(68458,10227,'_blog_id',''),(68459,10228,'_blog_id',''),(68460,10229,'_blog_id',''),(68461,10230,'_blog_id',''),(68462,10231,'_blog_id',''),(68463,10232,'_blog_id',''),(68464,10233,'_blog_id',''),(68465,10234,'_blog_id',''),(68466,10235,'_blog_id',''),(68467,10236,'_blog_id',''),(68475,10244,'_blog_id',''),(68478,10247,'_blog_id',''),(68479,10248,'_blog_id',''),(68480,10249,'_blog_id',''),(68481,10250,'_blog_id',''),(68482,10251,'_blog_id',''),(68483,10252,'_blog_id',''),(68484,10253,'_blog_id',''),(68485,10254,'_blog_id',''),(68486,10255,'_blog_id',''),(68487,10256,'_blog_id',''),(68488,10257,'_blog_id',''),(68489,10258,'_blog_id',''),(68490,10259,'_blog_id',''),(68491,10260,'_blog_id',''),(68492,10261,'_blog_id',''),(68493,10262,'_blog_id',''),(68494,10263,'_blog_id',''),(68495,10264,'_blog_id',''),(68496,10265,'_blog_id',''),(68497,10266,'_blog_id',''),(68498,10267,'_blog_id',''),(68499,10268,'_blog_id',''),(68500,10269,'_blog_id',''),(68501,10270,'_blog_id',''),(68502,10271,'_blog_id',''),(68503,10272,'_blog_id',''),(68504,10273,'_blog_id',''),(68505,10274,'_blog_id',''),(68506,10275,'_blog_id',''),(68507,10276,'_blog_id',''),(68508,10277,'_blog_id',''),(68509,10278,'_blog_id',''),(68510,10279,'_blog_id',''),(68511,10280,'_blog_id',''),(68512,10281,'_blog_id',''),(68513,10282,'_blog_id',''),(68514,10283,'_blog_id',''),(68515,10284,'_blog_id',''),(68516,10285,'_blog_id',''),(68517,10286,'_blog_id',''),(68518,10287,'_blog_id',''),(68519,10288,'_blog_id',''),(68520,10289,'_blog_id',''),(68521,10290,'_blog_id',''),(68522,10291,'_blog_id',''),(68523,10292,'_blog_id',''),(68524,10293,'_blog_id',''),(68525,10294,'_blog_id',''),(68526,10295,'_blog_id',''),(68527,10296,'_blog_id',''),(68528,10297,'_blog_id',''),(68529,10298,'_blog_id',''),(68530,10299,'_blog_id',''),(68531,10300,'_blog_id',''),(68532,10301,'_blog_id',''),(68533,10302,'_blog_id',''),(68534,10303,'_blog_id',''),(68535,10304,'_blog_id',''),(68536,10305,'_blog_id',''),(68537,10306,'_blog_id',''),(68538,10307,'_blog_id',''),(68539,10308,'_blog_id',''),(68540,10309,'_blog_id',''),(68541,10310,'_blog_id',''),(68542,10311,'_blog_id',''),(68543,10312,'_blog_id',''),(68544,10313,'_blog_id',''),(68545,10314,'_blog_id',''),(68546,10315,'_blog_id',''),(68547,10316,'_blog_id',''),(68548,10317,'_blog_id',''),(68549,10318,'_blog_id',''),(68550,10319,'_blog_id',''),(68551,10320,'_blog_id',''),(68552,10321,'_blog_id',''),(68553,10322,'_blog_id',''),(68554,10323,'_blog_id',''),(68555,10324,'_blog_id',''),(68556,10325,'_blog_id',''),(68557,10326,'_blog_id',''),(68558,10327,'_blog_id',''),(68559,10328,'_blog_id',''),(68560,10329,'_blog_id',''),(68561,10330,'_blog_id',''),(68562,10331,'_blog_id',''),(68563,10332,'_blog_id',''),(68564,10333,'_blog_id',''),(68565,10334,'_blog_id',''),(68566,10335,'_blog_id',''),(68567,10336,'_blog_id',''),(68568,10337,'_blog_id',''),(68569,10338,'_blog_id',''),(68570,10339,'_blog_id',''),(68571,10340,'_blog_id',''),(68572,10341,'_blog_id',''),(68573,10342,'_blog_id',''),(68574,10343,'_blog_id',''),(68575,10344,'_blog_id',''),(68576,10345,'_blog_id',''),(68577,10346,'_blog_id',''),(68578,10347,'_blog_id',''),(68579,10348,'_blog_id',''),(68580,10349,'_blog_id',''),(68581,10350,'_blog_id',''),(68582,10351,'_blog_id',''),(68583,10352,'_blog_id',''),(68584,10353,'_blog_id',''),(68585,10354,'_blog_id',''),(68586,10355,'_blog_id',''),(68587,10356,'_blog_id',''),(68588,10357,'_blog_id',''),(68589,10358,'_blog_id',''),(68590,10359,'_blog_id',''),(68591,10360,'_blog_id',''),(68592,10361,'_blog_id',''),(68593,10362,'_blog_id',''),(68594,10363,'_blog_id',''),(68595,10364,'_blog_id',''),(68596,10365,'_blog_id',''),(68597,10366,'_blog_id',''),(68598,10367,'_blog_id',''),(68599,10368,'_blog_id',''),(68600,10369,'_blog_id',''),(68601,10370,'_blog_id',''),(68602,10371,'_blog_id',''),(68603,10372,'_blog_id',''),(68604,10373,'_blog_id',''),(68605,10374,'_blog_id',''),(68606,10375,'_blog_id',''),(68607,10376,'_blog_id',''),(68608,10377,'_blog_id',''),(68609,10378,'_blog_id',''),(68610,10379,'_blog_id',''),(68611,10380,'_blog_id',''),(68612,10381,'_blog_id',''),(68613,10382,'_blog_id',''),(68614,10383,'_blog_id',''),(68615,10384,'_blog_id',''),(68616,10385,'_blog_id',''),(68617,10386,'_blog_id',''),(68618,10387,'_blog_id',''),(68619,10388,'_blog_id',''),(68620,10389,'_blog_id',''),(68621,10390,'_blog_id',''),(68622,10391,'_blog_id',''),(68623,10392,'_blog_id',''),(68624,10393,'_blog_id',''),(68625,10394,'_blog_id',''),(68626,10395,'_blog_id',''),(68627,10396,'_blog_id',''),(68628,10397,'_blog_id',''),(68629,10398,'_blog_id',''),(68630,10399,'_blog_id',''),(68631,10400,'_blog_id',''),(68632,10401,'_blog_id',''),(68633,10402,'_blog_id',''),(68634,10403,'_blog_id',''),(68635,10404,'_blog_id',''),(68636,10405,'_blog_id',''),(68637,10406,'_blog_id',''),(68638,10407,'_blog_id',''),(68639,10408,'_blog_id',''),(68640,10409,'_blog_id',''),(68641,10410,'_blog_id',''),(68642,10411,'_blog_id',''),(68643,10412,'_blog_id',''),(68644,10413,'_blog_id',''),(68645,10414,'_blog_id',''),(68646,10415,'_blog_id',''),(68647,10416,'_blog_id',''),(68648,10417,'_blog_id',''),(68649,10418,'_blog_id',''),(68650,10419,'_blog_id',''),(68651,10420,'_blog_id',''),(68652,10421,'_blog_id',''),(68653,10422,'_blog_id',''),(68654,10423,'_blog_id',''),(68655,10424,'_blog_id',''),(68656,10425,'_blog_id',''),(68657,10426,'_blog_id',''),(68658,10427,'_blog_id',''),(68659,10428,'_blog_id',''),(68660,10429,'_blog_id',''),(68661,10430,'_blog_id',''),(68662,10431,'_blog_id',''),(68663,10432,'_blog_id',''),(68664,10433,'_blog_id',''),(68665,10434,'_blog_id',''),(68666,10435,'_blog_id',''),(68667,10436,'_blog_id',''),(68668,10437,'_blog_id',''),(68669,10438,'_blog_id',''),(68670,10439,'_blog_id',''),(68671,10440,'_blog_id',''),(68672,10441,'_blog_id',''),(68673,10442,'_blog_id',''),(68674,10443,'_blog_id',''),(68675,10444,'_blog_id',''),(68676,10445,'_blog_id',''),(68677,10446,'_blog_id',''),(68678,10447,'_blog_id',''),(68679,10448,'_blog_id',''),(68680,10449,'_blog_id',''),(68681,10450,'_blog_id',''),(68682,10451,'_blog_id',''),(68683,10452,'_blog_id',''),(68684,10453,'_blog_id',''),(68685,10454,'_blog_id',''),(68686,10455,'_blog_id',''),(68687,10456,'_blog_id',''),(68688,10457,'_blog_id',''),(68689,10458,'_blog_id',''),(68690,10459,'_blog_id',''),(68691,10460,'_blog_id',''),(68692,10461,'_blog_id',''),(68693,10462,'_blog_id',''),(68694,10463,'_blog_id',''),(68695,10464,'_blog_id',''),(68696,10465,'_blog_id',''),(68697,10466,'_blog_id',''),(68698,10467,'_blog_id',''),(68699,10468,'_blog_id',''),(68700,10469,'_blog_id',''),(68701,10470,'_blog_id',''),(68702,10471,'_blog_id',''),(68703,10472,'_blog_id',''),(68704,10473,'_blog_id',''),(68705,10474,'_blog_id',''),(68706,10475,'_blog_id',''),(68707,10476,'_blog_id',''),(68708,10477,'_blog_id',''),(68709,10478,'_blog_id',''),(68710,10479,'_blog_id',''),(68711,10480,'_blog_id',''),(68712,10481,'_blog_id',''),(68713,10482,'_blog_id',''),(68714,10483,'_blog_id',''),(68715,10484,'_blog_id',''),(68716,10485,'_blog_id',''),(68717,10486,'_blog_id',''),(68718,10487,'_blog_id',''),(68719,10488,'_blog_id',''),(68720,10489,'_blog_id',''),(68721,10490,'_blog_id',''),(68722,10491,'_blog_id',''),(68723,10492,'_blog_id',''),(68724,10493,'_blog_id',''),(68725,10494,'_blog_id',''),(68726,10495,'_blog_id',''),(68727,10496,'_blog_id',''),(68728,10497,'_blog_id',''),(68729,10498,'_blog_id',''),(68730,10499,'_blog_id',''),(68731,10500,'_blog_id',''),(68732,10501,'_blog_id',''),(68733,10502,'_blog_id',''),(68734,10503,'_blog_id',''),(68735,10504,'_blog_id',''),(68736,10505,'_blog_id',''),(68737,10506,'_blog_id',''),(68738,10507,'_blog_id',''),(68739,10508,'_blog_id',''),(68740,10509,'_blog_id',''),(68741,10510,'_blog_id',''),(68742,10511,'_blog_id',''),(68743,10512,'_blog_id',''),(68744,10513,'_blog_id',''),(68745,10514,'_blog_id',''),(68746,10515,'_blog_id',''),(68747,10516,'_blog_id',''),(68748,10517,'_blog_id',''),(68749,10518,'_blog_id',''),(68750,10519,'_blog_id',''),(68751,10520,'_blog_id',''),(68752,10521,'_blog_id',''),(68753,10522,'_blog_id',''),(68754,10523,'_blog_id',''),(68755,10524,'_blog_id',''),(68756,10525,'_blog_id',''),(68757,10526,'_blog_id',''),(68758,10527,'_blog_id',''),(68759,10528,'_blog_id',''),(68760,10529,'_blog_id',''),(68761,10530,'_blog_id',''),(68762,10531,'_blog_id',''),(68763,10532,'_blog_id',''),(68764,10533,'_blog_id',''),(68765,10534,'_blog_id',''),(68766,10535,'_blog_id',''),(68767,10536,'_blog_id',''),(68768,10537,'_blog_id',''),(68769,10538,'_blog_id',''),(68770,10539,'_blog_id',''),(68771,10540,'_blog_id',''),(68772,10541,'_blog_id',''),(68773,10542,'_blog_id',''),(68774,10543,'_blog_id',''),(68775,10544,'_blog_id',''),(68776,10545,'_blog_id',''),(68777,10546,'_blog_id',''),(68778,10547,'_blog_id',''),(68779,10548,'_blog_id',''),(68780,10549,'_blog_id',''),(68781,10550,'_blog_id',''),(68782,10551,'_blog_id',''),(68783,10552,'_blog_id',''),(68784,10553,'_blog_id',''),(68785,10554,'_blog_id',''),(68786,10555,'_blog_id',''),(68787,10556,'_blog_id',''),(68788,10557,'_blog_id',''),(68789,10558,'_blog_id',''),(68790,10559,'_blog_id',''),(68791,10560,'_blog_id',''),(68792,10561,'_blog_id',''),(68793,10562,'_blog_id',''),(68794,10563,'_blog_id',''),(68795,10564,'_blog_id',''),(68796,10565,'_blog_id',''),(68797,10566,'_blog_id',''),(68798,10567,'_blog_id',''),(68799,10568,'_blog_id',''),(68800,10569,'_blog_id',''),(68801,10570,'_blog_id',''),(68802,10571,'_blog_id',''),(68803,10572,'_blog_id',''),(68804,10573,'_blog_id',''),(68805,10574,'_blog_id',''),(68806,10575,'_blog_id',''),(68807,10576,'_blog_id',''),(68808,10577,'_blog_id',''),(68809,10578,'_blog_id',''),(68810,10579,'_blog_id',''),(68811,10580,'_blog_id',''),(68812,10581,'_blog_id',''),(68813,10582,'_blog_id',''),(68814,10583,'_blog_id',''),(68815,10584,'_blog_id',''),(68816,10585,'_blog_id',''),(68817,10586,'_blog_id',''),(68818,10587,'_blog_id',''),(68819,10588,'_blog_id',''),(68820,10589,'_blog_id',''),(68821,10590,'_blog_id',''),(68822,10591,'_blog_id',''),(68823,10592,'_blog_id',''),(68824,10593,'_blog_id',''),(68825,10594,'_blog_id',''),(68826,10595,'_blog_id',''),(68827,10596,'_blog_id',''),(68828,10597,'_blog_id',''),(68829,10598,'_blog_id',''),(68830,10599,'_blog_id',''),(68831,10600,'_blog_id',''),(68832,10601,'_blog_id',''),(68833,10602,'_blog_id',''),(68834,10603,'_blog_id',''),(68835,10604,'_blog_id',''),(68836,10605,'_blog_id',''),(68837,10606,'_blog_id',''),(68838,10607,'_blog_id',''),(68839,10608,'_blog_id',''),(68840,10609,'_blog_id',''),(68841,10610,'_blog_id',''),(68842,10611,'_blog_id',''),(68843,10612,'_blog_id',''),(68844,10613,'_blog_id',''),(68845,10614,'_blog_id',''),(68846,10615,'_blog_id',''),(68847,10616,'_blog_id',''),(68848,10617,'_blog_id',''),(68849,10618,'_blog_id',''),(68850,10619,'_blog_id',''),(68851,10620,'_blog_id',''),(68852,10621,'_blog_id',''),(68853,10622,'_blog_id',''),(68854,10623,'_blog_id',''),(68855,10624,'_blog_id',''),(68856,10625,'_blog_id',''),(68857,10626,'_blog_id',''),(68858,10627,'_blog_id',''),(68859,10628,'_blog_id',''),(68860,10629,'_blog_id',''),(68861,10630,'_blog_id',''),(68862,10631,'_blog_id',''),(68863,10632,'_blog_id',''),(68864,10633,'_blog_id',''),(68865,10634,'_blog_id',''),(68866,10635,'_blog_id',''),(68867,10636,'_blog_id',''),(68868,10637,'_blog_id',''),(68869,10638,'_blog_id',''),(68870,10639,'_blog_id',''),(68871,10640,'_blog_id',''),(68872,10641,'_blog_id',''),(68873,10642,'_blog_id',''),(68874,10643,'_blog_id',''),(68875,10644,'_blog_id',''),(68876,10645,'_blog_id',''),(68877,10646,'_blog_id',''),(68878,10647,'_blog_id',''),(68879,10648,'_blog_id',''),(68880,10649,'_blog_id',''),(68881,10650,'_blog_id',''),(68882,10651,'_blog_id',''),(68883,10652,'_blog_id',''),(68884,10653,'_blog_id',''),(68885,10654,'_blog_id',''),(68886,10655,'_blog_id',''),(68887,10656,'_blog_id',''),(68888,10657,'_blog_id',''),(68889,10658,'_blog_id',''),(68890,10659,'_blog_id',''),(68891,10660,'_blog_id',''),(68892,10661,'_blog_id',''),(68893,10662,'_blog_id',''),(68894,10663,'_blog_id',''),(68895,10664,'_blog_id',''),(68896,10665,'_blog_id',''),(68897,10666,'_blog_id',''),(68898,10667,'_blog_id',''),(68899,10668,'_blog_id',''),(68900,10669,'_blog_id',''),(68901,10670,'_blog_id',''),(68902,10671,'_blog_id',''),(68903,10672,'_blog_id',''),(68904,10673,'_blog_id',''),(68905,10674,'_blog_id',''),(68906,10675,'_blog_id',''),(68907,10676,'_blog_id',''),(68908,10677,'_blog_id',''),(68909,10678,'_blog_id',''),(68910,10679,'_blog_id',''),(68911,10680,'_blog_id',''),(68912,10681,'_blog_id',''),(68913,10682,'_blog_id',''),(68914,10683,'_blog_id',''),(68915,10684,'_blog_id',''),(68916,10685,'_blog_id',''),(68917,10686,'_blog_id',''),(68918,10687,'_blog_id',''),(68919,10688,'_blog_id',''),(68920,10689,'_blog_id',''),(68921,10690,'_blog_id',''),(68922,10691,'_blog_id',''),(68923,10692,'_blog_id',''),(68924,10693,'_blog_id',''),(68925,10694,'_blog_id',''),(68926,10695,'_blog_id',''),(68927,10696,'_blog_id',''),(68928,10697,'_blog_id',''),(68929,10698,'_blog_id',''),(68930,10699,'_blog_id',''),(68931,10700,'_blog_id',''),(68932,10701,'_blog_id',''),(68933,10702,'_blog_id',''),(68934,10703,'_blog_id',''),(68935,10704,'_blog_id',''),(68936,10705,'_blog_id',''),(68937,10706,'_blog_id',''),(68938,10707,'_blog_id',''),(68939,10708,'_blog_id',''),(68940,10709,'_blog_id',''),(68941,10710,'_blog_id',''),(68942,10711,'_blog_id',''),(68943,10712,'_blog_id',''),(68944,10713,'_blog_id',''),(68945,10714,'_blog_id',''),(68946,10715,'_blog_id',''),(68948,10717,'_blog_id',''),(68949,10718,'_blog_id',''),(68951,10720,'_blog_id',''),(68952,10721,'_blog_id',''),(68953,10722,'_blog_id',''),(68954,10723,'_blog_id',''),(68955,10724,'_blog_id',''),(68956,10725,'_blog_id',''),(68957,10726,'_blog_id',''),(68958,10727,'_blog_id',''),(68959,10728,'_blog_id',''),(68960,10729,'_blog_id',''),(68961,10730,'_blog_id',''),(68962,10731,'_blog_id',''),(68963,10732,'_blog_id',''),(68964,10733,'_blog_id',''),(68965,10734,'_blog_id',''),(68966,10735,'_blog_id',''),(68967,10736,'_blog_id',''),(68968,10737,'_blog_id',''),(68969,10738,'_blog_id',''),(68970,10739,'_blog_id',''),(68971,10740,'_blog_id',''),(68972,10741,'_blog_id',''),(68973,10742,'_blog_id',''),(68974,10743,'_blog_id',''),(68975,10744,'_blog_id',''),(68976,10745,'_blog_id',''),(68977,10746,'_blog_id',''),(68978,10747,'_blog_id',''),(68979,10748,'_blog_id',''),(68980,10749,'_blog_id',''),(68981,10750,'_blog_id',''),(68982,10751,'_blog_id',''),(68983,10752,'_blog_id',''),(68984,10753,'_blog_id',''),(68985,10754,'_blog_id',''),(68986,10755,'_blog_id',''),(68987,10756,'_blog_id',''),(68988,10757,'_blog_id',''),(68989,10758,'_blog_id',''),(68990,10759,'_blog_id',''),(68991,10760,'_blog_id',''),(68992,10761,'_blog_id',''),(68993,10762,'_blog_id',''),(68994,10763,'_blog_id',''),(68995,10764,'_blog_id',''),(68996,10765,'_blog_id',''),(68997,10766,'_blog_id',''),(68998,10767,'_blog_id',''),(68999,10768,'_blog_id',''),(69000,10769,'_blog_id',''),(69001,10770,'_blog_id',''),(69002,10771,'_blog_id',''),(69003,10772,'_blog_id',''),(69004,10773,'_blog_id',''),(69005,10774,'_blog_id',''),(69006,10775,'_blog_id',''),(69007,10776,'_blog_id',''),(69008,10777,'_blog_id',''),(69009,10778,'_blog_id',''),(69010,10779,'_blog_id',''),(69011,10780,'_blog_id',''),(69012,10781,'_blog_id',''),(69013,10782,'_blog_id',''),(69014,10783,'_blog_id',''),(69015,10784,'_blog_id',''),(69016,10785,'_blog_id',''),(69017,10786,'_blog_id',''),(69018,10787,'_blog_id',''),(69019,10788,'_blog_id',''),(69020,10789,'_blog_id',''),(69021,10790,'_blog_id',''),(69022,10791,'_blog_id',''),(69023,10792,'_blog_id',''),(69024,10793,'_blog_id',''),(69025,10794,'_blog_id',''),(69026,10795,'_blog_id',''),(69027,10796,'_blog_id',''),(69028,10797,'_blog_id',''),(69029,10798,'_blog_id',''),(69030,10799,'_blog_id',''),(69031,10800,'_blog_id',''),(69032,10801,'_blog_id',''),(69033,10802,'_blog_id',''),(69034,10803,'_blog_id',''),(69035,10804,'_blog_id',''),(69036,10805,'_blog_id',''),(69037,10806,'_blog_id',''),(69038,10807,'_blog_id',''),(69039,10808,'_blog_id',''),(69040,10809,'_blog_id',''),(69041,10810,'_blog_id',''),(69042,10811,'_blog_id',''),(69043,10812,'_blog_id',''),(69044,10813,'_blog_id',''),(69045,10814,'_blog_id',''),(69046,10815,'_blog_id',''),(69047,10816,'_blog_id',''),(69048,10817,'_blog_id',''),(69049,10818,'_blog_id',''),(69050,10819,'_blog_id',''),(69051,10820,'_blog_id',''),(69052,10821,'_blog_id',''),(69053,10822,'_blog_id',''),(69054,10823,'_blog_id',''),(69055,10824,'_blog_id',''),(69056,10825,'_blog_id',''),(69057,10826,'_blog_id',''),(69058,10827,'_blog_id',''),(69059,10828,'_blog_id',''),(69060,10829,'_blog_id',''),(69061,10830,'_blog_id',''),(69062,10831,'_blog_id',''),(69063,10832,'_blog_id',''),(69064,10833,'_blog_id',''),(69065,10834,'_blog_id',''),(69066,10835,'_blog_id',''),(69067,10836,'_blog_id',''),(69068,10837,'_blog_id',''),(69069,10838,'_blog_id',''),(69070,10839,'_blog_id',''),(69071,10840,'_blog_id',''),(69072,10841,'_blog_id',''),(69073,10842,'_blog_id',''),(69074,10843,'_blog_id',''),(69075,10844,'_blog_id',''),(69076,10845,'_blog_id',''),(69077,10846,'_blog_id',''),(69078,10847,'_blog_id',''),(69079,10848,'_blog_id',''),(69080,10849,'_blog_id',''),(69081,10850,'_blog_id',''),(69082,10851,'_blog_id',''),(69083,10852,'_blog_id',''),(69084,10853,'_blog_id',''),(69085,10854,'_blog_id',''),(70044,9766,'_group_id','0'),(70045,9767,'_group_id','0'),(70046,9768,'_group_id','0'),(70047,9769,'_group_id','0'),(70048,9770,'_group_id','0'),(70049,9771,'_group_id','0'),(70050,9772,'_group_id','0'),(70051,9773,'_group_id','0'),(70052,9774,'_group_id','0'),(70053,9775,'_group_id','0'),(70054,9776,'_group_id','0'),(70055,9777,'_group_id','0'),(70056,9778,'_group_id','0'),(70057,9779,'_group_id','0'),(70058,9780,'_group_id','0'),(70059,9781,'_group_id','0'),(70060,9782,'_group_id','0'),(70061,9783,'_group_id','0'),(70062,9784,'_group_id','0'),(70063,9785,'_group_id','0'),(70064,9786,'_group_id','0'),(70065,9787,'_group_id','0'),(70066,9788,'_group_id','0'),(70067,9789,'_group_id','0'),(70068,9790,'_group_id','0'),(70069,9791,'_group_id','0'),(70070,9792,'_group_id','0'),(70071,9793,'_group_id','0'),(70072,9794,'_group_id','0'),(70073,9795,'_group_id','0'),(70074,9796,'_group_id','0'),(70075,9797,'_group_id','0'),(70076,9798,'_group_id','0'),(70077,9799,'_group_id','0'),(70078,9800,'_group_id','0'),(70079,9801,'_group_id','0'),(70080,9802,'_group_id','0'),(70081,9803,'_group_id','0'),(70082,9804,'_group_id','0'),(70083,9805,'_group_id','0'),(70084,9806,'_group_id','0'),(70085,9807,'_group_id','0'),(70086,9808,'_group_id','0'),(70087,9809,'_group_id','0'),(70088,9810,'_group_id','0'),(70089,9811,'_group_id','0'),(70090,9812,'_group_id','0'),(70091,9813,'_group_id','0'),(70092,9814,'_group_id','0'),(70093,9815,'_group_id','0'),(70094,9816,'_group_id','0'),(70095,9817,'_group_id','0'),(70096,9818,'_group_id','0'),(70097,9819,'_group_id','0'),(70098,9820,'_group_id','0'),(70099,9821,'_group_id','0'),(70100,9822,'_group_id','0'),(70101,9823,'_group_id','0'),(70102,9824,'_group_id','0'),(70103,9825,'_group_id','0'),(70104,9826,'_group_id','0'),(70105,9827,'_group_id','0'),(70106,9828,'_group_id','0'),(70107,9829,'_group_id','0'),(70108,9830,'_group_id','0'),(70110,9832,'_group_id','0'),(70111,9833,'_group_id','0'),(70112,9834,'_group_id','0'),(70113,9835,'_group_id','0'),(70114,9836,'_group_id','0'),(70115,9837,'_group_id','0'),(70116,9838,'_group_id','0'),(70117,9839,'_group_id','0'),(70118,9840,'_group_id','0'),(70119,9841,'_group_id','0'),(70120,9842,'_group_id','0'),(70121,9843,'_group_id','0'),(70122,9844,'_group_id','0'),(70123,9845,'_group_id','0'),(70124,9846,'_group_id','0'),(70125,9847,'_group_id','0'),(70126,9848,'_group_id','0'),(70127,9849,'_group_id','0'),(70128,9850,'_group_id','0'),(70129,9851,'_group_id','0'),(70130,9852,'_group_id','0'),(70131,9853,'_group_id','0'),(70132,9854,'_group_id','0'),(70133,9855,'_group_id','0'),(70134,9856,'_group_id','0'),(70135,9857,'_group_id','0'),(70136,9858,'_group_id','0'),(70137,9859,'_group_id','0'),(70138,9860,'_group_id','0'),(70139,9861,'_group_id','0'),(70140,9862,'_group_id','0'),(70141,9863,'_group_id','0'),(70142,9864,'_group_id','0'),(70143,9865,'_group_id','0'),(70144,9866,'_group_id','0'),(70145,9867,'_group_id','0'),(70146,9868,'_group_id','0'),(70147,9869,'_group_id','0'),(70148,9870,'_group_id','0'),(70149,9871,'_group_id','0'),(70150,9872,'_group_id','0'),(70151,9873,'_group_id','0'),(70152,9874,'_group_id','0'),(70153,9875,'_group_id','0'),(70154,9876,'_group_id','0'),(70155,9877,'_group_id','0'),(70156,9878,'_group_id','0'),(70157,9879,'_group_id','0'),(70158,9880,'_group_id','0'),(70159,9881,'_group_id','0'),(70160,9882,'_group_id','0'),(70161,9883,'_group_id','0'),(70162,9884,'_group_id','0'),(70163,9885,'_group_id','0'),(70164,9886,'_group_id','0'),(70165,9887,'_group_id','0'),(70166,9888,'_group_id','0'),(70167,9889,'_group_id','0'),(70168,9890,'_group_id','0'),(70169,9891,'_group_id','0'),(70170,9892,'_group_id','0'),(70171,9893,'_group_id','0'),(70172,9894,'_group_id','0'),(70173,9895,'_group_id','0'),(70174,9896,'_group_id','0'),(70175,9897,'_group_id','0'),(70176,9898,'_group_id','0'),(70177,9899,'_group_id','0'),(70178,9900,'_group_id','0'),(70179,9901,'_group_id','0'),(70180,9902,'_group_id','0'),(70181,9903,'_group_id','0'),(70182,9904,'_group_id','0'),(70183,9905,'_group_id','0'),(70184,9906,'_group_id','0'),(70185,9907,'_group_id','0'),(70186,9908,'_group_id','0'),(70187,9909,'_group_id','0'),(70188,9910,'_group_id','0'),(70189,9911,'_group_id','0'),(70190,9912,'_group_id','0'),(70191,9913,'_group_id','0'),(70192,9914,'_group_id','0'),(70193,9915,'_group_id','0'),(70194,9916,'_group_id','0'),(70195,9917,'_group_id','0'),(70196,9918,'_group_id','0'),(70197,9919,'_group_id','0'),(70198,9920,'_group_id','0'),(70199,9921,'_group_id','0'),(70200,9922,'_group_id','0'),(70201,9923,'_group_id','0'),(70202,9924,'_group_id','0'),(70203,9925,'_group_id','0'),(70204,9926,'_group_id','0'),(70205,9927,'_group_id','0'),(70206,9928,'_group_id','0'),(70207,9929,'_group_id','0'),(70208,9930,'_group_id','0'),(70209,9931,'_group_id','0'),(70210,9932,'_group_id','0'),(70211,9933,'_group_id','0'),(70212,9934,'_group_id','0'),(70213,9935,'_group_id','0'),(70214,9936,'_group_id','0'),(70215,9937,'_group_id','0'),(70216,9938,'_group_id','0'),(70217,9939,'_group_id','0'),(70218,9940,'_group_id','0'),(70219,9941,'_group_id','0'),(70220,9942,'_group_id','0'),(70221,9943,'_group_id','0'),(70222,9944,'_group_id','0'),(70223,9945,'_group_id','0'),(70224,9946,'_group_id','0'),(70225,9947,'_group_id','0'),(70226,9948,'_group_id','0'),(70227,9949,'_group_id','0'),(70228,9950,'_group_id','0'),(70229,9951,'_group_id','0'),(70230,9952,'_group_id','0'),(70231,9953,'_group_id','0'),(70232,9954,'_group_id','0'),(70233,9955,'_group_id','0'),(70234,9956,'_group_id','0'),(70235,9957,'_group_id','0'),(70236,9958,'_group_id','0'),(70237,9959,'_group_id','0'),(70238,9960,'_group_id','0'),(70239,9961,'_group_id','0'),(70240,9962,'_group_id','0'),(70241,9963,'_group_id','0'),(70242,9964,'_group_id','0'),(70243,9965,'_group_id','0'),(70244,9966,'_group_id','0'),(70245,9967,'_group_id','0'),(70246,9968,'_group_id','0'),(70247,9969,'_group_id','0'),(70248,9970,'_group_id','0'),(70249,9971,'_group_id','0'),(70250,9972,'_group_id','0'),(70251,9973,'_group_id','0'),(70252,9974,'_group_id','0'),(70253,9975,'_group_id','0'),(70254,9976,'_group_id','0'),(70255,9977,'_group_id','0'),(70256,9978,'_group_id','0'),(70257,9979,'_group_id','0'),(70258,9980,'_group_id','0'),(70259,9981,'_group_id','0'),(70260,9982,'_group_id','0'),(70261,9983,'_group_id','0'),(70262,9984,'_group_id','0'),(70263,9985,'_group_id','0'),(70264,9986,'_group_id','0'),(70265,9987,'_group_id','0'),(70266,9988,'_group_id','0'),(70267,9989,'_group_id','0'),(70268,9990,'_group_id','0'),(70269,9991,'_group_id','0'),(70270,9992,'_group_id','0'),(70271,9993,'_group_id','0'),(70272,9994,'_group_id','0'),(70273,9995,'_group_id','0'),(70274,9996,'_group_id','0'),(70275,9997,'_group_id','0'),(70276,9998,'_group_id','0'),(70277,9999,'_group_id','0'),(70278,10000,'_group_id','0'),(70280,10002,'_group_id','0'),(70281,10003,'_group_id','0'),(70282,10004,'_group_id','0'),(70283,10005,'_group_id','0'),(70284,10006,'_group_id','0'),(70285,10007,'_group_id','0'),(70286,10008,'_group_id','0'),(70299,10021,'_group_id','0'),(70339,10061,'_group_id','0'),(70340,10062,'_group_id','0'),(70341,10063,'_group_id','0'),(70342,10064,'_group_id','0'),(70343,10065,'_group_id','0'),(70344,10066,'_group_id','0'),(70345,10067,'_group_id','0'),(70346,10068,'_group_id','0'),(70347,10069,'_group_id','0'),(70348,10070,'_group_id','0'),(70349,10071,'_group_id','0'),(70350,10072,'_group_id','0'),(70351,10073,'_group_id','0'),(70352,10074,'_group_id','0'),(70353,10075,'_group_id','0'),(70354,10076,'_group_id','0'),(70355,10077,'_group_id','0'),(70356,10078,'_group_id','0'),(70357,10079,'_group_id','0'),(70358,10080,'_group_id','0'),(70359,10081,'_group_id','0'),(70360,10082,'_group_id','0'),(70361,10083,'_group_id','0'),(70362,10084,'_group_id','0'),(70363,10085,'_group_id','0'),(70364,10086,'_group_id','0'),(70365,10087,'_group_id','0'),(70366,10088,'_group_id','0'),(70367,10089,'_group_id','0'),(70368,10090,'_group_id','0'),(70369,10091,'_group_id','0'),(70370,10092,'_group_id','0'),(70371,10093,'_group_id','0'),(70372,10094,'_group_id','0'),(70373,10095,'_group_id','0'),(70374,10096,'_group_id','0'),(70375,10097,'_group_id','0'),(70376,10098,'_group_id','0'),(70377,10099,'_group_id','0'),(70378,10100,'_group_id','0'),(70379,10101,'_group_id','0'),(70380,10102,'_group_id','0'),(70381,10103,'_group_id','0'),(70382,10104,'_group_id','0'),(70383,10105,'_group_id','0'),(70384,10106,'_group_id','0'),(70385,10107,'_group_id','0'),(70386,10108,'_group_id','0'),(70387,10109,'_group_id','0'),(70388,10110,'_group_id','0'),(70389,10111,'_group_id','0'),(70390,10112,'_group_id','0'),(70391,10113,'_group_id','0'),(70392,10114,'_group_id','0'),(70393,10115,'_group_id','0'),(70394,10116,'_group_id','0'),(70395,10117,'_group_id','0'),(70396,10118,'_group_id','0'),(70397,10119,'_group_id','0'),(70398,10120,'_group_id','0'),(70399,10121,'_group_id','0'),(70400,10122,'_group_id','0'),(70401,10123,'_group_id','0'),(70402,10124,'_group_id','0'),(70403,10125,'_group_id','0'),(70404,10126,'_group_id','0'),(70405,10127,'_group_id','0'),(70406,10128,'_group_id','0'),(70407,10129,'_group_id','0'),(70408,10130,'_group_id','0'),(70409,10131,'_group_id','0'),(70410,10132,'_group_id','0'),(70411,10133,'_group_id','0'),(70412,10134,'_group_id','0'),(70413,10135,'_group_id','0'),(70414,10136,'_group_id','0'),(70415,10137,'_group_id','0'),(70416,10138,'_group_id','0'),(70417,10139,'_group_id','0'),(70418,10140,'_group_id','0'),(70419,10141,'_group_id','0'),(70420,10142,'_group_id','0'),(70421,10143,'_group_id','0'),(70422,10144,'_group_id','0'),(70423,10145,'_group_id','0'),(70424,10146,'_group_id','0'),(70425,10147,'_group_id','0'),(70426,10148,'_group_id','0'),(70427,10149,'_group_id','0'),(70428,10150,'_group_id','0'),(70429,10151,'_group_id','0'),(70430,10152,'_group_id','0'),(70431,10153,'_group_id','0'),(70432,10154,'_group_id','0'),(70433,10155,'_group_id','0'),(70434,10156,'_group_id','0'),(70435,10157,'_group_id','0'),(70436,10158,'_group_id','0'),(70437,10159,'_group_id','0'),(70438,10160,'_group_id','0'),(70439,10161,'_group_id','0'),(70440,10162,'_group_id','0'),(70441,10163,'_group_id','0'),(70442,10164,'_group_id','0'),(70443,10165,'_group_id','0'),(70444,10166,'_group_id','0'),(70445,10167,'_group_id','0'),(70446,10168,'_group_id','0'),(70447,10169,'_group_id','0'),(70448,10170,'_group_id','0'),(70449,10171,'_group_id','0'),(70450,10172,'_group_id','0'),(70451,10173,'_group_id','0'),(70452,10174,'_group_id','0'),(70453,10175,'_group_id','0'),(70454,10176,'_group_id','0'),(70455,10177,'_group_id','0'),(70456,10178,'_group_id','0'),(70457,10179,'_group_id','0'),(70458,10180,'_group_id','0'),(70459,10181,'_group_id','0'),(70460,10182,'_group_id','0'),(70461,10183,'_group_id','0'),(70462,10184,'_group_id','0'),(70463,10185,'_group_id','0'),(70464,10186,'_group_id','0'),(70465,10187,'_group_id','0'),(70466,10188,'_group_id','0'),(70467,10189,'_group_id','0'),(70468,10190,'_group_id','0'),(70469,10191,'_group_id','0'),(70470,10192,'_group_id','0'),(70471,10193,'_group_id','0'),(70472,10194,'_group_id','0'),(70473,10195,'_group_id','0'),(70474,10196,'_group_id','0'),(70475,10197,'_group_id','0'),(70476,10198,'_group_id','0'),(70477,10199,'_group_id','0'),(70478,10200,'_group_id','0'),(70479,10201,'_group_id','0'),(70480,10202,'_group_id','0'),(70481,10203,'_group_id','0'),(70482,10204,'_group_id','0'),(70483,10205,'_group_id','0'),(70484,10206,'_group_id','0'),(70485,10207,'_group_id','0'),(70486,10208,'_group_id','0'),(70487,10209,'_group_id','0'),(70488,10210,'_group_id','0'),(70489,10211,'_group_id','0'),(70490,10212,'_group_id','0'),(70491,10213,'_group_id','0'),(70492,10214,'_group_id','0'),(70493,10215,'_group_id','0'),(70494,10216,'_group_id','0'),(70495,10217,'_group_id','0'),(70496,10218,'_group_id','0'),(70497,10219,'_group_id','0'),(70498,10220,'_group_id','0'),(70499,10221,'_group_id','0'),(70500,10222,'_group_id','0'),(70501,10223,'_group_id','0'),(70502,10224,'_group_id','0'),(70503,10225,'_group_id','0'),(70504,10226,'_group_id','0'),(70505,10227,'_group_id','0'),(70506,10228,'_group_id','0'),(70507,10229,'_group_id','0'),(70508,10230,'_group_id','0'),(70509,10231,'_group_id','0'),(70510,10232,'_group_id','0'),(70511,10233,'_group_id','0'),(70512,10234,'_group_id','0'),(70513,10235,'_group_id','0'),(70514,10236,'_group_id','0'),(70522,10244,'_group_id','0'),(70525,10247,'_group_id','0'),(70526,10248,'_group_id','0'),(70527,10249,'_group_id','0'),(70528,10250,'_group_id','0'),(70529,10251,'_group_id','0'),(70530,10252,'_group_id','0'),(70531,10253,'_group_id','0'),(70532,10254,'_group_id','0'),(70533,10255,'_group_id','0'),(70534,10256,'_group_id','0'),(70535,10257,'_group_id','0'),(70536,10258,'_group_id','0'),(70537,10259,'_group_id','0'),(70538,10260,'_group_id','0'),(70539,10261,'_group_id','0'),(70540,10262,'_group_id','0'),(70541,10263,'_group_id','0'),(70542,10264,'_group_id','0'),(70543,10265,'_group_id','0'),(70544,10266,'_group_id','0'),(70545,10267,'_group_id','0'),(70546,10268,'_group_id','0'),(70547,10269,'_group_id','0'),(70548,10270,'_group_id','0'),(70549,10271,'_group_id','0'),(70550,10272,'_group_id','0'),(70551,10273,'_group_id','0'),(70552,10274,'_group_id','0'),(70553,10275,'_group_id','0'),(70554,10276,'_group_id','0'),(70555,10277,'_group_id','0'),(70556,10278,'_group_id','0'),(70557,10279,'_group_id','0'),(70558,10280,'_group_id','0'),(70559,10281,'_group_id','0'),(70560,10282,'_group_id','0'),(70561,10283,'_group_id','0'),(70562,10284,'_group_id','0'),(70563,10285,'_group_id','0'),(70564,10286,'_group_id','0'),(70565,10287,'_group_id','0'),(70566,10288,'_group_id','0'),(70567,10289,'_group_id','0'),(70568,10290,'_group_id','0'),(70569,10291,'_group_id','0'),(70570,10292,'_group_id','0'),(70571,10293,'_group_id','0'),(70572,10294,'_group_id','0'),(70573,10295,'_group_id','0'),(70574,10296,'_group_id','0'),(70575,10297,'_group_id','0'),(70576,10298,'_group_id','0'),(70577,10299,'_group_id','0'),(70578,10300,'_group_id','0'),(70579,10301,'_group_id','0'),(70580,10302,'_group_id','0'),(70581,10303,'_group_id','0'),(70582,10304,'_group_id','0'),(70583,10305,'_group_id','0'),(70584,10306,'_group_id','0'),(70585,10307,'_group_id','0'),(70586,10308,'_group_id','0'),(70587,10309,'_group_id','0'),(70588,10310,'_group_id','0'),(70589,10311,'_group_id','0'),(70590,10312,'_group_id','0'),(70591,10313,'_group_id','0'),(70592,10314,'_group_id','0'),(70593,10315,'_group_id','0'),(70594,10316,'_group_id','0'),(70595,10317,'_group_id','0'),(70596,10318,'_group_id','0'),(70597,10319,'_group_id','0'),(70598,10320,'_group_id','0'),(70599,10321,'_group_id','0'),(70600,10322,'_group_id','0'),(70601,10323,'_group_id','0'),(70602,10324,'_group_id','0'),(70603,10325,'_group_id','0'),(70604,10326,'_group_id','0'),(70605,10327,'_group_id','0'),(70606,10328,'_group_id','0'),(70607,10329,'_group_id','0'),(70608,10330,'_group_id','0'),(70609,10331,'_group_id','0'),(70610,10332,'_group_id','0'),(70611,10333,'_group_id','0'),(70612,10334,'_group_id','0'),(70613,10335,'_group_id','0'),(70614,10336,'_group_id','0'),(70615,10337,'_group_id','0'),(70616,10338,'_group_id','0'),(70617,10339,'_group_id','0'),(70618,10340,'_group_id','0'),(70619,10341,'_group_id','0'),(70620,10342,'_group_id','0'),(70621,10343,'_group_id','0'),(70622,10344,'_group_id','0'),(70623,10345,'_group_id','0'),(70624,10346,'_group_id','0'),(70625,10347,'_group_id','0'),(70626,10348,'_group_id','0'),(70627,10349,'_group_id','0'),(70628,10350,'_group_id','0'),(70629,10351,'_group_id','0'),(70630,10352,'_group_id','0'),(70631,10353,'_group_id','0'),(70632,10354,'_group_id','0'),(70633,10355,'_group_id','0'),(70634,10356,'_group_id','0'),(70635,10357,'_group_id','0'),(70636,10358,'_group_id','0'),(70637,10359,'_group_id','0'),(70638,10360,'_group_id','0'),(70639,10361,'_group_id','0'),(70640,10362,'_group_id','0'),(70641,10363,'_group_id','0'),(70642,10364,'_group_id','0'),(70643,10365,'_group_id','0'),(70644,10366,'_group_id','0'),(70645,10367,'_group_id','0'),(70646,10368,'_group_id','0'),(70647,10369,'_group_id','0'),(70648,10370,'_group_id','0'),(70649,10371,'_group_id','0'),(70650,10372,'_group_id','0'),(70651,10373,'_group_id','0'),(70652,10374,'_group_id','0'),(70653,10375,'_group_id','0'),(70654,10376,'_group_id','0'),(70655,10377,'_group_id','0'),(70656,10378,'_group_id','0'),(70657,10379,'_group_id','0'),(70658,10380,'_group_id','0'),(70659,10381,'_group_id','0'),(70660,10382,'_group_id','0'),(70661,10383,'_group_id','0'),(70662,10384,'_group_id','0'),(70663,10385,'_group_id','0'),(70664,10386,'_group_id','0'),(70665,10387,'_group_id','0'),(70666,10388,'_group_id','0'),(70667,10389,'_group_id','0'),(70668,10390,'_group_id','0'),(70669,10391,'_group_id','0'),(70670,10392,'_group_id','0'),(70671,10393,'_group_id','0'),(70672,10394,'_group_id','0'),(70673,10395,'_group_id','0'),(70674,10396,'_group_id','0'),(70675,10397,'_group_id','0'),(70676,10398,'_group_id','0'),(70677,10399,'_group_id','0'),(70678,10400,'_group_id','0'),(70679,10401,'_group_id','0'),(70680,10402,'_group_id','0'),(70681,10403,'_group_id','0'),(70682,10404,'_group_id','0'),(70683,10405,'_group_id','0'),(70684,10406,'_group_id','0'),(70685,10407,'_group_id','0'),(70686,10408,'_group_id','0'),(70687,10409,'_group_id','0'),(70688,10410,'_group_id','0'),(70689,10411,'_group_id','0'),(70690,10412,'_group_id','0'),(70691,10413,'_group_id','0'),(70692,10414,'_group_id','0'),(70693,10415,'_group_id','0'),(70694,10416,'_group_id','0'),(70695,10417,'_group_id','0'),(70696,10418,'_group_id','0'),(70697,10419,'_group_id','0'),(70698,10420,'_group_id','0'),(70699,10421,'_group_id','0'),(70700,10422,'_group_id','0'),(70701,10423,'_group_id','0'),(70702,10424,'_group_id','0'),(70703,10425,'_group_id','0'),(70704,10426,'_group_id','0'),(70705,10427,'_group_id','0'),(70706,10428,'_group_id','0'),(70707,10429,'_group_id','0'),(70708,10430,'_group_id','0'),(70709,10431,'_group_id','0'),(70710,10432,'_group_id','0'),(70711,10433,'_group_id','0'),(70712,10434,'_group_id','0'),(70713,10435,'_group_id','0'),(70714,10436,'_group_id','0'),(70715,10437,'_group_id','0'),(70716,10438,'_group_id','0'),(70717,10439,'_group_id','0'),(70718,10440,'_group_id','0'),(70719,10441,'_group_id','0'),(70720,10442,'_group_id','0'),(70721,10443,'_group_id','0'),(70722,10444,'_group_id','0'),(70723,10445,'_group_id','0'),(70724,10446,'_group_id','0'),(70725,10447,'_group_id','0'),(70726,10448,'_group_id','0'),(70727,10449,'_group_id','0'),(70728,10450,'_group_id','0'),(70729,10451,'_group_id','0'),(70730,10452,'_group_id','0'),(70731,10453,'_group_id','0'),(70732,10454,'_group_id','0'),(70733,10455,'_group_id','0'),(70734,10456,'_group_id','0'),(70735,10457,'_group_id','0'),(70736,10458,'_group_id','0'),(70737,10459,'_group_id','0'),(70738,10460,'_group_id','0'),(70739,10461,'_group_id','0'),(70740,10462,'_group_id','0'),(70741,10463,'_group_id','0'),(70742,10464,'_group_id','0'),(70743,10465,'_group_id','0'),(70744,10466,'_group_id','0'),(70745,10467,'_group_id','0'),(70746,10468,'_group_id','0'),(70747,10469,'_group_id','0'),(70748,10470,'_group_id','0'),(70749,10471,'_group_id','0'),(70750,10472,'_group_id','0'),(70751,10473,'_group_id','0'),(70752,10474,'_group_id','0'),(70753,10475,'_group_id','0'),(70754,10476,'_group_id','0'),(70755,10477,'_group_id','0'),(70756,10478,'_group_id','0'),(70757,10479,'_group_id','0'),(70758,10480,'_group_id','0'),(70759,10481,'_group_id','0'),(70760,10482,'_group_id','0'),(70761,10483,'_group_id','0'),(70762,10484,'_group_id','0'),(70763,10485,'_group_id','0'),(70764,10486,'_group_id','0'),(70765,10487,'_group_id','0'),(70766,10488,'_group_id','0'),(70767,10489,'_group_id','0'),(70768,10490,'_group_id','0'),(70769,10491,'_group_id','0'),(70770,10492,'_group_id','0'),(70771,10493,'_group_id','0'),(70772,10494,'_group_id','0'),(70773,10495,'_group_id','0'),(70774,10496,'_group_id','0'),(70775,10497,'_group_id','0'),(70776,10498,'_group_id','0'),(70777,10499,'_group_id','0'),(70778,10500,'_group_id','0'),(70779,10501,'_group_id','0'),(70780,10502,'_group_id','0'),(70781,10503,'_group_id','0'),(70782,10504,'_group_id','0'),(70783,10505,'_group_id','0'),(70784,10506,'_group_id','0'),(70785,10507,'_group_id','0'),(70786,10508,'_group_id','0'),(70787,10509,'_group_id','0'),(70788,10510,'_group_id','0'),(70789,10511,'_group_id','0'),(70790,10512,'_group_id','0'),(70791,10513,'_group_id','0'),(70792,10514,'_group_id','0'),(70793,10515,'_group_id','0'),(70794,10516,'_group_id','0'),(70795,10517,'_group_id','0'),(70796,10518,'_group_id','0'),(70797,10519,'_group_id','0'),(70798,10520,'_group_id','0'),(70799,10521,'_group_id','0'),(70800,10522,'_group_id','0'),(70801,10523,'_group_id','0'),(70802,10524,'_group_id','0'),(70803,10525,'_group_id','0'),(70804,10526,'_group_id','0'),(70805,10527,'_group_id','0'),(70806,10528,'_group_id','0'),(70807,10529,'_group_id','0'),(70808,10530,'_group_id','0'),(70809,10531,'_group_id','0'),(70810,10532,'_group_id','0'),(70811,10533,'_group_id','0'),(70812,10534,'_group_id','0'),(70813,10535,'_group_id','0'),(70814,10536,'_group_id','0'),(70815,10537,'_group_id','0'),(70816,10538,'_group_id','0'),(70817,10539,'_group_id','0'),(70818,10540,'_group_id','0'),(70819,10541,'_group_id','0'),(70820,10542,'_group_id','0'),(70821,10543,'_group_id','0'),(70822,10544,'_group_id','0'),(70823,10545,'_group_id','0'),(70824,10546,'_group_id','0'),(70825,10547,'_group_id','0'),(70826,10548,'_group_id','0'),(70827,10549,'_group_id','0'),(70828,10550,'_group_id','0'),(70829,10551,'_group_id','0'),(70830,10552,'_group_id','0'),(70831,10553,'_group_id','0'),(70832,10554,'_group_id','0'),(70833,10555,'_group_id','0'),(70834,10556,'_group_id','0'),(70835,10557,'_group_id','0'),(70836,10558,'_group_id','0'),(70837,10559,'_group_id','0'),(70838,10560,'_group_id','0'),(70839,10561,'_group_id','0'),(70840,10562,'_group_id','0'),(70841,10563,'_group_id','0'),(70842,10564,'_group_id','0'),(70843,10565,'_group_id','0'),(70844,10566,'_group_id','0'),(70845,10567,'_group_id','0'),(70846,10568,'_group_id','0'),(70847,10569,'_group_id','0'),(70848,10570,'_group_id','0'),(70849,10571,'_group_id','0'),(70850,10572,'_group_id','0'),(70851,10573,'_group_id','0'),(70852,10574,'_group_id','0'),(70853,10575,'_group_id','0'),(70854,10576,'_group_id','0'),(70855,10577,'_group_id','0'),(70856,10578,'_group_id','0'),(70857,10579,'_group_id','0'),(70858,10580,'_group_id','0'),(70859,10581,'_group_id','0'),(70860,10582,'_group_id','0'),(70861,10583,'_group_id','0'),(70862,10584,'_group_id','0'),(70863,10585,'_group_id','0'),(70864,10586,'_group_id','0'),(70865,10587,'_group_id','0'),(70866,10588,'_group_id','0'),(70867,10589,'_group_id','0'),(70868,10590,'_group_id','0'),(70869,10591,'_group_id','0'),(70870,10592,'_group_id','0'),(70871,10593,'_group_id','0'),(70872,10594,'_group_id','0'),(70873,10595,'_group_id','0'),(70874,10596,'_group_id','0'),(70875,10597,'_group_id','0'),(70876,10598,'_group_id','0'),(70877,10599,'_group_id','0'),(70878,10600,'_group_id','0'),(70879,10601,'_group_id','0'),(70880,10602,'_group_id','0'),(70881,10603,'_group_id','0'),(70882,10604,'_group_id','0'),(70883,10605,'_group_id','0'),(70884,10606,'_group_id','0'),(70885,10607,'_group_id','0'),(70886,10608,'_group_id','0'),(70887,10609,'_group_id','0'),(70888,10610,'_group_id','0'),(70889,10611,'_group_id','0'),(70890,10612,'_group_id','0'),(70891,10613,'_group_id','0'),(70892,10614,'_group_id','0'),(70893,10615,'_group_id','0'),(70894,10616,'_group_id','0'),(70895,10617,'_group_id','0'),(70896,10618,'_group_id','0'),(70897,10619,'_group_id','0'),(70898,10620,'_group_id','0'),(70899,10621,'_group_id','0'),(70900,10622,'_group_id','0'),(70901,10623,'_group_id','0'),(70902,10624,'_group_id','0'),(70903,10625,'_group_id','0'),(70904,10626,'_group_id','0'),(70905,10627,'_group_id','0'),(70906,10628,'_group_id','0'),(70907,10629,'_group_id','0'),(70908,10630,'_group_id','0'),(70909,10631,'_group_id','0'),(70910,10632,'_group_id','0'),(70911,10633,'_group_id','0'),(70912,10634,'_group_id','0'),(70913,10635,'_group_id','0'),(70914,10636,'_group_id','0'),(70915,10637,'_group_id','0'),(70916,10638,'_group_id','0'),(70917,10639,'_group_id','0'),(70918,10640,'_group_id','0'),(70919,10641,'_group_id','0'),(70920,10642,'_group_id','0'),(70921,10643,'_group_id','0'),(70922,10644,'_group_id','0'),(70923,10645,'_group_id','0'),(70924,10646,'_group_id','0'),(70925,10647,'_group_id','0'),(70926,10648,'_group_id','0'),(70927,10649,'_group_id','0'),(70928,10650,'_group_id','0'),(70929,10651,'_group_id','0'),(70930,10652,'_group_id','0'),(70931,10653,'_group_id','0'),(70932,10654,'_group_id','0'),(70933,10655,'_group_id','0'),(70934,10656,'_group_id','0'),(70935,10657,'_group_id','0'),(70936,10658,'_group_id','0'),(70937,10659,'_group_id','0'),(70938,10660,'_group_id','0'),(70939,10661,'_group_id','0'),(70940,10662,'_group_id','0'),(70941,10663,'_group_id','0'),(70942,10664,'_group_id','0'),(70943,10665,'_group_id','0'),(70944,10666,'_group_id','0'),(70945,10667,'_group_id','0'),(70946,10668,'_group_id','0'),(70947,10669,'_group_id','0'),(70948,10670,'_group_id','0'),(70949,10671,'_group_id','0'),(70950,10672,'_group_id','0'),(70951,10673,'_group_id','0'),(70952,10674,'_group_id','0'),(70953,10675,'_group_id','0'),(70954,10676,'_group_id','0'),(70955,10677,'_group_id','0'),(70956,10678,'_group_id','0'),(70957,10679,'_group_id','0'),(70958,10680,'_group_id','0'),(70959,10681,'_group_id','0'),(70960,10682,'_group_id','0'),(70961,10683,'_group_id','0'),(70962,10684,'_group_id','0'),(70963,10685,'_group_id','0'),(70964,10686,'_group_id','0'),(70965,10687,'_group_id','0'),(70966,10688,'_group_id','0'),(70967,10689,'_group_id','0'),(70968,10690,'_group_id','0'),(70969,10691,'_group_id','0'),(70970,10692,'_group_id','0'),(70971,10693,'_group_id','0'),(70972,10694,'_group_id','0'),(70973,10695,'_group_id','0'),(70974,10696,'_group_id','0'),(70975,10697,'_group_id','0'),(70976,10698,'_group_id','0'),(70977,10699,'_group_id','0'),(70978,10700,'_group_id','0'),(70979,10701,'_group_id','0'),(70980,10702,'_group_id','0'),(70981,10703,'_group_id','0'),(70982,10704,'_group_id','0'),(70983,10705,'_group_id','0'),(70984,10706,'_group_id','0'),(70985,10707,'_group_id','0'),(70986,10708,'_group_id','0'),(70987,10709,'_group_id','0'),(70988,10710,'_group_id','0'),(70989,10711,'_group_id','0'),(70990,10712,'_group_id','0'),(70991,10713,'_group_id','0'),(70992,10714,'_group_id','0'),(70993,10715,'_group_id','0'),(70995,10717,'_group_id','0'),(70996,10718,'_group_id','0'),(70998,10720,'_group_id','0'),(70999,10721,'_group_id','0'),(71000,10722,'_group_id','0'),(71001,10723,'_group_id','0'),(71002,10724,'_group_id','0'),(71003,10725,'_group_id','0'),(71004,10726,'_group_id','0'),(71005,10727,'_group_id','0'),(71006,10728,'_group_id','0'),(71007,10729,'_group_id','0'),(71008,10730,'_group_id','0'),(71009,10731,'_group_id','0'),(71010,10732,'_group_id','0'),(71011,10733,'_group_id','0'),(71012,10734,'_group_id','0'),(71013,10735,'_group_id','0'),(71014,10736,'_group_id','0'),(71015,10737,'_group_id','0'),(71016,10738,'_group_id','0'),(71017,10739,'_group_id','0'),(71018,10740,'_group_id','0'),(71019,10741,'_group_id','0'),(71020,10742,'_group_id','0'),(71021,10743,'_group_id','0'),(71022,10744,'_group_id','0'),(71023,10745,'_group_id','0'),(71024,10746,'_group_id','0'),(71025,10747,'_group_id','0'),(71026,10748,'_group_id','0'),(71027,10749,'_group_id','0'),(71028,10750,'_group_id','0'),(71029,10751,'_group_id','0'),(71030,10752,'_group_id','0'),(71031,10753,'_group_id','0'),(71032,10754,'_group_id','0'),(71033,10755,'_group_id','0'),(71034,10756,'_group_id','0'),(71035,10757,'_group_id','0'),(71036,10758,'_group_id','0'),(71037,10759,'_group_id','0'),(71038,10760,'_group_id','0'),(71039,10761,'_group_id','0'),(71040,10762,'_group_id','0'),(71041,10763,'_group_id','0'),(71042,10764,'_group_id','0'),(71043,10765,'_group_id','0'),(71044,10766,'_group_id','0'),(71045,10767,'_group_id','0'),(71046,10768,'_group_id','0'),(71047,10769,'_group_id','0'),(71048,10770,'_group_id','0'),(71049,10771,'_group_id','0'),(71050,10772,'_group_id','0'),(71051,10773,'_group_id','0'),(71052,10774,'_group_id','0'),(71053,10775,'_group_id','0'),(71054,10776,'_group_id','0'),(71055,10777,'_group_id','0'),(71056,10778,'_group_id','0'),(71057,10779,'_group_id','0'),(71058,10780,'_group_id','0'),(71059,10781,'_group_id','0'),(71060,10782,'_group_id','0'),(71061,10783,'_group_id','0'),(71062,10784,'_group_id','0'),(71063,10785,'_group_id','0'),(71064,10786,'_group_id','0'),(71065,10787,'_group_id','0'),(71066,10788,'_group_id','0'),(71067,10789,'_group_id','0'),(71068,10790,'_group_id','0'),(71069,10791,'_group_id','0'),(71070,10792,'_group_id','0'),(71071,10793,'_group_id','0'),(71072,10794,'_group_id','0'),(71073,10795,'_group_id','0'),(71074,10796,'_group_id','0'),(71075,10797,'_group_id','0'),(71076,10798,'_group_id','0'),(71077,10799,'_group_id','0'),(71078,10800,'_group_id','0'),(71079,10801,'_group_id','0'),(71080,10802,'_group_id','0'),(71081,10803,'_group_id','0'),(71082,10804,'_group_id','0'),(71083,10805,'_group_id','0'),(71084,10806,'_group_id','0'),(71085,10807,'_group_id','0'),(71086,10808,'_group_id','0'),(71087,10809,'_group_id','0'),(71088,10810,'_group_id','0'),(71089,10811,'_group_id','0'),(71090,10812,'_group_id','0'),(71091,10813,'_group_id','0'),(71092,10814,'_group_id','0'),(71093,10815,'_group_id','0'),(71094,10816,'_group_id','0'),(71095,10817,'_group_id','0'),(71096,10818,'_group_id','0'),(71097,10819,'_group_id','0'),(71098,10820,'_group_id','0'),(71099,10821,'_group_id','0'),(71100,10822,'_group_id','0'),(71101,10823,'_group_id','0'),(71102,10824,'_group_id','0'),(71103,10825,'_group_id','0'),(71104,10826,'_group_id','0'),(71105,10827,'_group_id','0'),(71106,10828,'_group_id','0'),(71107,10829,'_group_id','0'),(71108,10830,'_group_id','0'),(71109,10831,'_group_id','0'),(71110,10832,'_group_id','0'),(71111,10833,'_group_id','0'),(71112,10834,'_group_id','0'),(71113,10835,'_group_id','0'),(71114,10836,'_group_id','0'),(71115,10837,'_group_id','0'),(71116,10838,'_group_id','0'),(71117,10839,'_group_id','0'),(71118,10840,'_group_id','0'),(71119,10841,'_group_id','0'),(71120,10842,'_group_id','0'),(71121,10843,'_group_id','0'),(71122,10844,'_group_id','0'),(71123,10845,'_group_id','0'),(71124,10846,'_group_id','0'),(71125,10847,'_group_id','0'),(71126,10848,'_group_id','0'),(71127,10849,'_group_id','0'),(71128,10850,'_group_id','0'),(71129,10851,'_group_id','0'),(71130,10852,'_group_id','0'),(71131,10853,'_group_id','0'),(71132,10854,'_group_id','0'),(72091,9766,'_recurrence','0'),(72092,9767,'_recurrence','0'),(72093,9768,'_recurrence','0'),(72094,9769,'_recurrence','0'),(72095,9770,'_recurrence','0'),(72096,9771,'_recurrence','0'),(72097,9772,'_recurrence','0'),(72098,9773,'_recurrence','0'),(72099,9774,'_recurrence','0'),(72100,9775,'_recurrence','0'),(72101,9776,'_recurrence','0'),(72102,9777,'_recurrence','0'),(72103,9778,'_recurrence','0'),(72104,9779,'_recurrence','0'),(72105,9780,'_recurrence','0'),(72106,9781,'_recurrence','0'),(72107,9782,'_recurrence','0'),(72108,9783,'_recurrence','0'),(72109,9784,'_recurrence','0'),(72110,9785,'_recurrence','0'),(72111,9786,'_recurrence','0'),(72112,9787,'_recurrence','0'),(72113,9788,'_recurrence','0'),(72114,9789,'_recurrence','0'),(72115,9790,'_recurrence','0'),(72116,9791,'_recurrence','0'),(72117,9792,'_recurrence','0'),(72118,9793,'_recurrence','0'),(72119,9794,'_recurrence','0'),(72120,9795,'_recurrence','0'),(72121,9796,'_recurrence','0'),(72122,9797,'_recurrence','0'),(72123,9798,'_recurrence','0'),(72124,9799,'_recurrence','0'),(72125,9800,'_recurrence','0'),(72126,9801,'_recurrence','0'),(72127,9802,'_recurrence','0'),(72128,9803,'_recurrence','0'),(72129,9804,'_recurrence','0'),(72130,9805,'_recurrence','0'),(72131,9806,'_recurrence','0'),(72132,9807,'_recurrence','0'),(72133,9808,'_recurrence','0'),(72134,9809,'_recurrence','0'),(72135,9810,'_recurrence','0'),(72136,9811,'_recurrence','0'),(72137,9812,'_recurrence','0'),(72138,9813,'_recurrence','0'),(72139,9814,'_recurrence','0'),(72140,9815,'_recurrence','0'),(72141,9816,'_recurrence','0'),(72142,9817,'_recurrence','0'),(72143,9818,'_recurrence','0'),(72144,9819,'_recurrence','0'),(72145,9820,'_recurrence','0'),(72146,9821,'_recurrence','0'),(72147,9822,'_recurrence','0'),(72148,9823,'_recurrence','0'),(72149,9824,'_recurrence','0'),(72150,9825,'_recurrence','0'),(72151,9826,'_recurrence','0'),(72152,9827,'_recurrence','0'),(72153,9828,'_recurrence','0'),(72154,9829,'_recurrence','0'),(72155,9830,'_recurrence','0'),(72157,9832,'_recurrence','0'),(72158,9833,'_recurrence','0'),(72159,9834,'_recurrence','0'),(72160,9835,'_recurrence','0'),(72161,9836,'_recurrence','0'),(72162,9837,'_recurrence','0'),(72163,9838,'_recurrence','0'),(72164,9839,'_recurrence','0'),(72165,9840,'_recurrence','0'),(72166,9841,'_recurrence','0'),(72167,9842,'_recurrence','0'),(72168,9843,'_recurrence','0'),(72169,9844,'_recurrence','0'),(72170,9845,'_recurrence','0'),(72171,9846,'_recurrence','0'),(72172,9847,'_recurrence','0'),(72173,9848,'_recurrence','0'),(72174,9849,'_recurrence','0'),(72175,9850,'_recurrence','0'),(72176,9851,'_recurrence','0'),(72177,9852,'_recurrence','0'),(72178,9853,'_recurrence','0'),(72179,9854,'_recurrence','0'),(72180,9855,'_recurrence','0'),(72181,9856,'_recurrence','0'),(72182,9857,'_recurrence','0'),(72183,9858,'_recurrence','0'),(72184,9859,'_recurrence','0'),(72185,9860,'_recurrence','0'),(72186,9861,'_recurrence','0'),(72187,9862,'_recurrence','0'),(72188,9863,'_recurrence','0'),(72189,9864,'_recurrence','0'),(72190,9865,'_recurrence','0'),(72191,9866,'_recurrence','0'),(72192,9867,'_recurrence','0'),(72193,9868,'_recurrence','0'),(72194,9869,'_recurrence','0'),(72195,9870,'_recurrence','0'),(72196,9871,'_recurrence','0'),(72197,9872,'_recurrence','0'),(72198,9873,'_recurrence','0'),(72199,9874,'_recurrence','0'),(72200,9875,'_recurrence','0'),(72201,9876,'_recurrence','0'),(72202,9877,'_recurrence','0'),(72203,9878,'_recurrence','0'),(72204,9879,'_recurrence','0'),(72205,9880,'_recurrence','0'),(72206,9881,'_recurrence','0'),(72207,9882,'_recurrence','0'),(72208,9883,'_recurrence','0'),(72209,9884,'_recurrence','0'),(72210,9885,'_recurrence','0'),(72211,9886,'_recurrence','0'),(72212,9887,'_recurrence','0'),(72213,9888,'_recurrence','0'),(72214,9889,'_recurrence','0'),(72215,9890,'_recurrence','0'),(72216,9891,'_recurrence','0'),(72217,9892,'_recurrence','0'),(72218,9893,'_recurrence','0'),(72219,9894,'_recurrence','0'),(72220,9895,'_recurrence','0'),(72221,9896,'_recurrence','0'),(72222,9897,'_recurrence','0'),(72223,9898,'_recurrence','0'),(72224,9899,'_recurrence','0'),(72225,9900,'_recurrence','0'),(72226,9901,'_recurrence','0'),(72227,9902,'_recurrence','0'),(72228,9903,'_recurrence','0'),(72229,9904,'_recurrence','0'),(72230,9905,'_recurrence','0'),(72231,9906,'_recurrence','0'),(72232,9907,'_recurrence','0'),(72233,9908,'_recurrence','0'),(72234,9909,'_recurrence','0'),(72235,9910,'_recurrence','0'),(72236,9911,'_recurrence','0'),(72237,9912,'_recurrence','0'),(72238,9913,'_recurrence','0'),(72239,9914,'_recurrence','0'),(72240,9915,'_recurrence','0'),(72241,9916,'_recurrence','0'),(72242,9917,'_recurrence','0'),(72243,9918,'_recurrence','0'),(72244,9919,'_recurrence','0'),(72245,9920,'_recurrence','0'),(72246,9921,'_recurrence','0'),(72247,9922,'_recurrence','0'),(72248,9923,'_recurrence','0'),(72249,9924,'_recurrence','0'),(72250,9925,'_recurrence','0'),(72251,9926,'_recurrence','0'),(72252,9927,'_recurrence','0'),(72253,9928,'_recurrence','0'),(72254,9929,'_recurrence','0'),(72255,9930,'_recurrence','0'),(72256,9931,'_recurrence','0'),(72257,9932,'_recurrence','0'),(72258,9933,'_recurrence','0'),(72259,9934,'_recurrence','0'),(72260,9935,'_recurrence','0'),(72261,9936,'_recurrence','0'),(72262,9937,'_recurrence','0'),(72263,9938,'_recurrence','0'),(72264,9939,'_recurrence','0'),(72265,9940,'_recurrence','0'),(72266,9941,'_recurrence','0'),(72267,9942,'_recurrence','0'),(72268,9943,'_recurrence','0'),(72269,9944,'_recurrence','0'),(72270,9945,'_recurrence','0'),(72271,9946,'_recurrence','0'),(72272,9947,'_recurrence','0'),(72273,9948,'_recurrence','0'),(72274,9949,'_recurrence','0'),(72275,9950,'_recurrence','0'),(72276,9951,'_recurrence','0'),(72277,9952,'_recurrence','0'),(72278,9953,'_recurrence','0'),(72279,9954,'_recurrence','0'),(72280,9955,'_recurrence','0'),(72281,9956,'_recurrence','0'),(72282,9957,'_recurrence','0'),(72283,9958,'_recurrence','0'),(72284,9959,'_recurrence','0'),(72285,9960,'_recurrence','0'),(72286,9961,'_recurrence','0'),(72287,9962,'_recurrence','0'),(72288,9963,'_recurrence','0'),(72289,9964,'_recurrence','0'),(72290,9965,'_recurrence','0'),(72291,9966,'_recurrence','0'),(72292,9967,'_recurrence','0'),(72293,9968,'_recurrence','0'),(72294,9969,'_recurrence','0'),(72295,9970,'_recurrence','0'),(72296,9971,'_recurrence','0'),(72297,9972,'_recurrence','0'),(72298,9973,'_recurrence','0'),(72299,9974,'_recurrence','0'),(72300,9975,'_recurrence','0'),(72301,9976,'_recurrence','0'),(72302,9977,'_recurrence','0'),(72303,9978,'_recurrence','0'),(72304,9979,'_recurrence','0'),(72305,9980,'_recurrence','0'),(72306,9981,'_recurrence','0'),(72307,9982,'_recurrence','0'),(72308,9983,'_recurrence','0'),(72309,9984,'_recurrence','0'),(72310,9985,'_recurrence','0'),(72311,9986,'_recurrence','0'),(72312,9987,'_recurrence','0'),(72313,9988,'_recurrence','0'),(72314,9989,'_recurrence','0'),(72315,9990,'_recurrence','0'),(72316,9991,'_recurrence','0'),(72317,9992,'_recurrence','0'),(72318,9993,'_recurrence','0'),(72319,9994,'_recurrence','0'),(72320,9995,'_recurrence','0'),(72321,9996,'_recurrence','0'),(72322,9997,'_recurrence','0'),(72323,9998,'_recurrence','0'),(72324,9999,'_recurrence','0'),(72325,10000,'_recurrence','0'),(72327,10002,'_recurrence','0'),(72328,10003,'_recurrence','0'),(72329,10004,'_recurrence','0'),(72330,10005,'_recurrence','0'),(72331,10006,'_recurrence','0'),(72332,10007,'_recurrence','0'),(72333,10008,'_recurrence','0'),(72346,10021,'_recurrence','0'),(72386,10061,'_recurrence','0'),(72387,10062,'_recurrence','0'),(72388,10063,'_recurrence','0'),(72389,10064,'_recurrence','0'),(72390,10065,'_recurrence','0'),(72391,10066,'_recurrence','0'),(72392,10067,'_recurrence','0'),(72393,10068,'_recurrence','0'),(72394,10069,'_recurrence','0'),(72395,10070,'_recurrence','0'),(72396,10071,'_recurrence','0'),(72397,10072,'_recurrence','0'),(72398,10073,'_recurrence','0'),(72399,10074,'_recurrence','0'),(72400,10075,'_recurrence','0'),(72401,10076,'_recurrence','0'),(72402,10077,'_recurrence','0'),(72403,10078,'_recurrence','0'),(72404,10079,'_recurrence','0'),(72405,10080,'_recurrence','0'),(72406,10081,'_recurrence','0'),(72407,10082,'_recurrence','0'),(72408,10083,'_recurrence','0'),(72409,10084,'_recurrence','0'),(72410,10085,'_recurrence','0'),(72411,10086,'_recurrence','0'),(72412,10087,'_recurrence','0'),(72413,10088,'_recurrence','0'),(72414,10089,'_recurrence','0'),(72415,10090,'_recurrence','0'),(72416,10091,'_recurrence','0'),(72417,10092,'_recurrence','0'),(72418,10093,'_recurrence','0'),(72419,10094,'_recurrence','0'),(72420,10095,'_recurrence','0'),(72421,10096,'_recurrence','0'),(72422,10097,'_recurrence','0'),(72423,10098,'_recurrence','0'),(72424,10099,'_recurrence','0'),(72425,10100,'_recurrence','0'),(72426,10101,'_recurrence','0'),(72427,10102,'_recurrence','0'),(72428,10103,'_recurrence','0'),(72429,10104,'_recurrence','0'),(72430,10105,'_recurrence','0'),(72431,10106,'_recurrence','0'),(72432,10107,'_recurrence','0'),(72433,10108,'_recurrence','0'),(72434,10109,'_recurrence','0'),(72435,10110,'_recurrence','0'),(72436,10111,'_recurrence','0'),(72437,10112,'_recurrence','0'),(72438,10113,'_recurrence','0'),(72439,10114,'_recurrence','0'),(72440,10115,'_recurrence','0'),(72441,10116,'_recurrence','0'),(72442,10117,'_recurrence','0'),(72443,10118,'_recurrence','0'),(72444,10119,'_recurrence','0'),(72445,10120,'_recurrence','0'),(72446,10121,'_recurrence','0'),(72447,10122,'_recurrence','0'),(72448,10123,'_recurrence','0'),(72449,10124,'_recurrence','0'),(72450,10125,'_recurrence','0'),(72451,10126,'_recurrence','0'),(72452,10127,'_recurrence','0'),(72453,10128,'_recurrence','0'),(72454,10129,'_recurrence','0'),(72455,10130,'_recurrence','0'),(72456,10131,'_recurrence','0'),(72457,10132,'_recurrence','0'),(72458,10133,'_recurrence','0'),(72459,10134,'_recurrence','0'),(72460,10135,'_recurrence','0'),(72461,10136,'_recurrence','0'),(72462,10137,'_recurrence','0'),(72463,10138,'_recurrence','0'),(72464,10139,'_recurrence','0'),(72465,10140,'_recurrence','0'),(72466,10141,'_recurrence','0'),(72467,10142,'_recurrence','0'),(72468,10143,'_recurrence','0'),(72469,10144,'_recurrence','0'),(72470,10145,'_recurrence','0'),(72471,10146,'_recurrence','0'),(72472,10147,'_recurrence','0'),(72473,10148,'_recurrence','0'),(72474,10149,'_recurrence','0'),(72475,10150,'_recurrence','0'),(72476,10151,'_recurrence','0'),(72477,10152,'_recurrence','0'),(72478,10153,'_recurrence','0'),(72479,10154,'_recurrence','0'),(72480,10155,'_recurrence','0'),(72481,10156,'_recurrence','0'),(72482,10157,'_recurrence','0'),(72483,10158,'_recurrence','0'),(72484,10159,'_recurrence','0'),(72485,10160,'_recurrence','0'),(72486,10161,'_recurrence','0'),(72487,10162,'_recurrence','0'),(72488,10163,'_recurrence','0'),(72489,10164,'_recurrence','0'),(72490,10165,'_recurrence','0'),(72491,10166,'_recurrence','0'),(72492,10167,'_recurrence','0'),(72493,10168,'_recurrence','0'),(72494,10169,'_recurrence','0'),(72495,10170,'_recurrence','0'),(72496,10171,'_recurrence','0'),(72497,10172,'_recurrence','0'),(72498,10173,'_recurrence','0'),(72499,10174,'_recurrence','0'),(72500,10175,'_recurrence','0'),(72501,10176,'_recurrence','0'),(72502,10177,'_recurrence','0'),(72503,10178,'_recurrence','0'),(72504,10179,'_recurrence','0'),(72505,10180,'_recurrence','0'),(72506,10181,'_recurrence','0'),(72507,10182,'_recurrence','0'),(72508,10183,'_recurrence','0'),(72509,10184,'_recurrence','0'),(72510,10185,'_recurrence','0'),(72511,10186,'_recurrence','0'),(72512,10187,'_recurrence','0'),(72513,10188,'_recurrence','0'),(72514,10189,'_recurrence','0'),(72515,10190,'_recurrence','0'),(72516,10191,'_recurrence','0'),(72517,10192,'_recurrence','0'),(72518,10193,'_recurrence','0'),(72519,10194,'_recurrence','0'),(72520,10195,'_recurrence','0'),(72521,10196,'_recurrence','0'),(72522,10197,'_recurrence','0'),(72523,10198,'_recurrence','0'),(72524,10199,'_recurrence','0'),(72525,10200,'_recurrence','0'),(72526,10201,'_recurrence','0'),(72527,10202,'_recurrence','0'),(72528,10203,'_recurrence','0'),(72529,10204,'_recurrence','0'),(72530,10205,'_recurrence','0'),(72531,10206,'_recurrence','0'),(72532,10207,'_recurrence','0'),(72533,10208,'_recurrence','0'),(72534,10209,'_recurrence','0'),(72535,10210,'_recurrence','0'),(72536,10211,'_recurrence','0'),(72537,10212,'_recurrence','0'),(72538,10213,'_recurrence','0'),(72539,10214,'_recurrence','0'),(72540,10215,'_recurrence','0'),(72541,10216,'_recurrence','0'),(72542,10217,'_recurrence','0'),(72543,10218,'_recurrence','0'),(72544,10219,'_recurrence','0'),(72545,10220,'_recurrence','0'),(72546,10221,'_recurrence','0'),(72547,10222,'_recurrence','0'),(72548,10223,'_recurrence','0'),(72549,10224,'_recurrence','0'),(72550,10225,'_recurrence','0'),(72551,10226,'_recurrence','0'),(72552,10227,'_recurrence','0'),(72553,10228,'_recurrence','0'),(72554,10229,'_recurrence','0'),(72555,10230,'_recurrence','0'),(72556,10231,'_recurrence','0'),(72557,10232,'_recurrence','0'),(72558,10233,'_recurrence','0'),(72559,10234,'_recurrence','0'),(72560,10235,'_recurrence','0'),(72561,10236,'_recurrence','0'),(72569,10244,'_recurrence','0'),(72572,10247,'_recurrence','0'),(72573,10248,'_recurrence','0'),(72574,10249,'_recurrence','0'),(72575,10250,'_recurrence','0'),(72576,10251,'_recurrence','0'),(72577,10252,'_recurrence','0'),(72578,10253,'_recurrence','0'),(72579,10254,'_recurrence','0'),(72580,10255,'_recurrence','0'),(72581,10256,'_recurrence','0'),(72582,10257,'_recurrence','0'),(72583,10258,'_recurrence','0'),(72584,10259,'_recurrence','0'),(72585,10260,'_recurrence','0'),(72586,10261,'_recurrence','0'),(72587,10262,'_recurrence','0'),(72588,10263,'_recurrence','0'),(72589,10264,'_recurrence','0'),(72590,10265,'_recurrence','0'),(72591,10266,'_recurrence','0'),(72592,10267,'_recurrence','0'),(72593,10268,'_recurrence','0'),(72594,10269,'_recurrence','0'),(72595,10270,'_recurrence','0'),(72596,10271,'_recurrence','0'),(72597,10272,'_recurrence','0'),(72598,10273,'_recurrence','0'),(72599,10274,'_recurrence','0'),(72600,10275,'_recurrence','0'),(72601,10276,'_recurrence','0'),(72602,10277,'_recurrence','0'),(72603,10278,'_recurrence','0'),(72604,10279,'_recurrence','0'),(72605,10280,'_recurrence','0'),(72606,10281,'_recurrence','0'),(72607,10282,'_recurrence','0'),(72608,10283,'_recurrence','0'),(72609,10284,'_recurrence','0'),(72610,10285,'_recurrence','0'),(72611,10286,'_recurrence','0'),(72612,10287,'_recurrence','0'),(72613,10288,'_recurrence','0'),(72614,10289,'_recurrence','0'),(72615,10290,'_recurrence','0'),(72616,10291,'_recurrence','0'),(72617,10292,'_recurrence','0'),(72618,10293,'_recurrence','0'),(72619,10294,'_recurrence','0'),(72620,10295,'_recurrence','0'),(72621,10296,'_recurrence','0'),(72622,10297,'_recurrence','0'),(72623,10298,'_recurrence','0'),(72624,10299,'_recurrence','0'),(72625,10300,'_recurrence','0'),(72626,10301,'_recurrence','0'),(72627,10302,'_recurrence','0'),(72628,10303,'_recurrence','0'),(72629,10304,'_recurrence','0'),(72630,10305,'_recurrence','0'),(72631,10306,'_recurrence','0'),(72632,10307,'_recurrence','0'),(72633,10308,'_recurrence','0'),(72634,10309,'_recurrence','0'),(72635,10310,'_recurrence','0'),(72636,10311,'_recurrence','0'),(72637,10312,'_recurrence','0'),(72638,10313,'_recurrence','0'),(72639,10314,'_recurrence','0'),(72640,10315,'_recurrence','0'),(72641,10316,'_recurrence','0'),(72642,10317,'_recurrence','0'),(72643,10318,'_recurrence','0'),(72644,10319,'_recurrence','0'),(72645,10320,'_recurrence','0'),(72646,10321,'_recurrence','0'),(72647,10322,'_recurrence','0'),(72648,10323,'_recurrence','0'),(72649,10324,'_recurrence','0'),(72650,10325,'_recurrence','0'),(72651,10326,'_recurrence','0'),(72652,10327,'_recurrence','0'),(72653,10328,'_recurrence','0'),(72654,10329,'_recurrence','0'),(72655,10330,'_recurrence','0'),(72656,10331,'_recurrence','0'),(72657,10332,'_recurrence','0'),(72658,10333,'_recurrence','0'),(72659,10334,'_recurrence','0'),(72660,10335,'_recurrence','0'),(72661,10336,'_recurrence','0'),(72662,10337,'_recurrence','0'),(72663,10338,'_recurrence','0'),(72664,10339,'_recurrence','0'),(72665,10340,'_recurrence','0'),(72666,10341,'_recurrence','0'),(72667,10342,'_recurrence','0'),(72668,10343,'_recurrence','0'),(72669,10344,'_recurrence','0'),(72670,10345,'_recurrence','0'),(72671,10346,'_recurrence','0'),(72672,10347,'_recurrence','0'),(72673,10348,'_recurrence','0'),(72674,10349,'_recurrence','0'),(72675,10350,'_recurrence','0'),(72676,10351,'_recurrence','0'),(72677,10352,'_recurrence','0'),(72678,10353,'_recurrence','0'),(72679,10354,'_recurrence','0'),(72680,10355,'_recurrence','0'),(72681,10356,'_recurrence','0'),(72682,10357,'_recurrence','0'),(72683,10358,'_recurrence','0'),(72684,10359,'_recurrence','0'),(72685,10360,'_recurrence','0'),(72686,10361,'_recurrence','0'),(72687,10362,'_recurrence','0'),(72688,10363,'_recurrence','0'),(72689,10364,'_recurrence','0'),(72690,10365,'_recurrence','0'),(72691,10366,'_recurrence','0'),(72692,10367,'_recurrence','0'),(72693,10368,'_recurrence','0'),(72694,10369,'_recurrence','0'),(72695,10370,'_recurrence','0'),(72696,10371,'_recurrence','0'),(72697,10372,'_recurrence','0'),(72698,10373,'_recurrence','0'),(72699,10374,'_recurrence','0'),(72700,10375,'_recurrence','0'),(72701,10376,'_recurrence','0'),(72702,10377,'_recurrence','0'),(72703,10378,'_recurrence','0'),(72704,10379,'_recurrence','0'),(72705,10380,'_recurrence','0'),(72706,10381,'_recurrence','0'),(72707,10382,'_recurrence','0'),(72708,10383,'_recurrence','0'),(72709,10384,'_recurrence','0'),(72710,10385,'_recurrence','0'),(72711,10386,'_recurrence','0'),(72712,10387,'_recurrence','0'),(72713,10388,'_recurrence','0'),(72714,10389,'_recurrence','0'),(72715,10390,'_recurrence','0'),(72716,10391,'_recurrence','0'),(72717,10392,'_recurrence','0'),(72718,10393,'_recurrence','0'),(72719,10394,'_recurrence','0'),(72720,10395,'_recurrence','0'),(72721,10396,'_recurrence','0'),(72722,10397,'_recurrence','0'),(72723,10398,'_recurrence','0'),(72724,10399,'_recurrence','0'),(72725,10400,'_recurrence','0'),(72726,10401,'_recurrence','0'),(72727,10402,'_recurrence','0'),(72728,10403,'_recurrence','0'),(72729,10404,'_recurrence','0'),(72730,10405,'_recurrence','0'),(72731,10406,'_recurrence','0'),(72732,10407,'_recurrence','0'),(72733,10408,'_recurrence','0'),(72734,10409,'_recurrence','0'),(72735,10410,'_recurrence','0'),(72736,10411,'_recurrence','0'),(72737,10412,'_recurrence','0'),(72738,10413,'_recurrence','0'),(72739,10414,'_recurrence','0'),(72740,10415,'_recurrence','0'),(72741,10416,'_recurrence','0'),(72742,10417,'_recurrence','0'),(72743,10418,'_recurrence','0'),(72744,10419,'_recurrence','0'),(72745,10420,'_recurrence','0'),(72746,10421,'_recurrence','0'),(72747,10422,'_recurrence','0'),(72748,10423,'_recurrence','0'),(72749,10424,'_recurrence','0'),(72750,10425,'_recurrence','0'),(72751,10426,'_recurrence','0'),(72752,10427,'_recurrence','0'),(72753,10428,'_recurrence','0'),(72754,10429,'_recurrence','0'),(72755,10430,'_recurrence','0'),(72756,10431,'_recurrence','0'),(72757,10432,'_recurrence','0'),(72758,10433,'_recurrence','0'),(72759,10434,'_recurrence','0'),(72760,10435,'_recurrence','0'),(72761,10436,'_recurrence','0'),(72762,10437,'_recurrence','0'),(72763,10438,'_recurrence','0'),(72764,10439,'_recurrence','0'),(72765,10440,'_recurrence','0'),(72766,10441,'_recurrence','0'),(72767,10442,'_recurrence','0'),(72768,10443,'_recurrence','0'),(72769,10444,'_recurrence','0'),(72770,10445,'_recurrence','0'),(72771,10446,'_recurrence','0'),(72772,10447,'_recurrence','0'),(72773,10448,'_recurrence','0'),(72774,10449,'_recurrence','0'),(72775,10450,'_recurrence','0'),(72776,10451,'_recurrence','0'),(72777,10452,'_recurrence','0'),(72778,10453,'_recurrence','0'),(72779,10454,'_recurrence','0'),(72780,10455,'_recurrence','0'),(72781,10456,'_recurrence','0'),(72782,10457,'_recurrence','0'),(72783,10458,'_recurrence','0'),(72784,10459,'_recurrence','0'),(72785,10460,'_recurrence','0'),(72786,10461,'_recurrence','0'),(72787,10462,'_recurrence','0'),(72788,10463,'_recurrence','0'),(72789,10464,'_recurrence','0'),(72790,10465,'_recurrence','0'),(72791,10466,'_recurrence','0'),(72792,10467,'_recurrence','0'),(72793,10468,'_recurrence','0'),(72794,10469,'_recurrence','0'),(72795,10470,'_recurrence','0'),(72796,10471,'_recurrence','0'),(72797,10472,'_recurrence','0'),(72798,10473,'_recurrence','0'),(72799,10474,'_recurrence','0'),(72800,10475,'_recurrence','0'),(72801,10476,'_recurrence','0'),(72802,10477,'_recurrence','0'),(72803,10478,'_recurrence','0'),(72804,10479,'_recurrence','0'),(72805,10480,'_recurrence','0'),(72806,10481,'_recurrence','0'),(72807,10482,'_recurrence','0'),(72808,10483,'_recurrence','0'),(72809,10484,'_recurrence','0'),(72810,10485,'_recurrence','0'),(72811,10486,'_recurrence','0'),(72812,10487,'_recurrence','0'),(72813,10488,'_recurrence','0'),(72814,10489,'_recurrence','0'),(72815,10490,'_recurrence','0'),(72816,10491,'_recurrence','0'),(72817,10492,'_recurrence','0'),(72818,10493,'_recurrence','0'),(72819,10494,'_recurrence','0'),(72820,10495,'_recurrence','0'),(72821,10496,'_recurrence','0'),(72822,10497,'_recurrence','0'),(72823,10498,'_recurrence','0'),(72824,10499,'_recurrence','0'),(72825,10500,'_recurrence','0'),(72826,10501,'_recurrence','0'),(72827,10502,'_recurrence','0'),(72828,10503,'_recurrence','0'),(72829,10504,'_recurrence','0'),(72830,10505,'_recurrence','0'),(72831,10506,'_recurrence','0'),(72832,10507,'_recurrence','0'),(72833,10508,'_recurrence','0'),(72834,10509,'_recurrence','0'),(72835,10510,'_recurrence','0'),(72836,10511,'_recurrence','0'),(72837,10512,'_recurrence','0'),(72838,10513,'_recurrence','0'),(72839,10514,'_recurrence','0'),(72840,10515,'_recurrence','0'),(72841,10516,'_recurrence','0'),(72842,10517,'_recurrence','0'),(72843,10518,'_recurrence','0'),(72844,10519,'_recurrence','0'),(72845,10520,'_recurrence','0'),(72846,10521,'_recurrence','0'),(72847,10522,'_recurrence','0'),(72848,10523,'_recurrence','0'),(72849,10524,'_recurrence','0'),(72850,10525,'_recurrence','0'),(72851,10526,'_recurrence','0'),(72852,10527,'_recurrence','0'),(72853,10528,'_recurrence','0'),(72854,10529,'_recurrence','0'),(72855,10530,'_recurrence','0'),(72856,10531,'_recurrence','0'),(72857,10532,'_recurrence','0'),(72858,10533,'_recurrence','0'),(72859,10534,'_recurrence','0'),(72860,10535,'_recurrence','0'),(72861,10536,'_recurrence','0'),(72862,10537,'_recurrence','0'),(72863,10538,'_recurrence','0'),(72864,10539,'_recurrence','0'),(72865,10540,'_recurrence','0'),(72866,10541,'_recurrence','0'),(72867,10542,'_recurrence','0'),(72868,10543,'_recurrence','0'),(72869,10544,'_recurrence','0'),(72870,10545,'_recurrence','0'),(72871,10546,'_recurrence','0'),(72872,10547,'_recurrence','0'),(72873,10548,'_recurrence','0'),(72874,10549,'_recurrence','0'),(72875,10550,'_recurrence','0'),(72876,10551,'_recurrence','0'),(72877,10552,'_recurrence','0'),(72878,10553,'_recurrence','0'),(72879,10554,'_recurrence','0'),(72880,10555,'_recurrence','0'),(72881,10556,'_recurrence','0'),(72882,10557,'_recurrence','0'),(72883,10558,'_recurrence','0'),(72884,10559,'_recurrence','0'),(72885,10560,'_recurrence','0'),(72886,10561,'_recurrence','0'),(72887,10562,'_recurrence','0'),(72888,10563,'_recurrence','0'),(72889,10564,'_recurrence','0'),(72890,10565,'_recurrence','0'),(72891,10566,'_recurrence','0'),(72892,10567,'_recurrence','0'),(72893,10568,'_recurrence','0'),(72894,10569,'_recurrence','0'),(72895,10570,'_recurrence','0'),(72896,10571,'_recurrence','0'),(72897,10572,'_recurrence','0'),(72898,10573,'_recurrence','0'),(72899,10574,'_recurrence','0'),(72900,10575,'_recurrence','0'),(72901,10576,'_recurrence','0'),(72902,10577,'_recurrence','0'),(72903,10578,'_recurrence','0'),(72904,10579,'_recurrence','0'),(72905,10580,'_recurrence','0'),(72906,10581,'_recurrence','0'),(72907,10582,'_recurrence','0'),(72908,10583,'_recurrence','0'),(72909,10584,'_recurrence','0'),(72910,10585,'_recurrence','0'),(72911,10586,'_recurrence','0'),(72912,10587,'_recurrence','0'),(72913,10588,'_recurrence','0'),(72914,10589,'_recurrence','0'),(72915,10590,'_recurrence','0'),(72916,10591,'_recurrence','0'),(72917,10592,'_recurrence','0'),(72918,10593,'_recurrence','0'),(72919,10594,'_recurrence','0'),(72920,10595,'_recurrence','0'),(72921,10596,'_recurrence','0'),(72922,10597,'_recurrence','0'),(72923,10598,'_recurrence','0'),(72924,10599,'_recurrence','0'),(72925,10600,'_recurrence','0'),(72926,10601,'_recurrence','0'),(72927,10602,'_recurrence','0'),(72928,10603,'_recurrence','0'),(72929,10604,'_recurrence','0'),(72930,10605,'_recurrence','0'),(72931,10606,'_recurrence','0'),(72932,10607,'_recurrence','0'),(72933,10608,'_recurrence','0'),(72934,10609,'_recurrence','0'),(72935,10610,'_recurrence','0'),(72936,10611,'_recurrence','0'),(72937,10612,'_recurrence','0'),(72938,10613,'_recurrence','0'),(72939,10614,'_recurrence','0'),(72940,10615,'_recurrence','0'),(72941,10616,'_recurrence','0'),(72942,10617,'_recurrence','0'),(72943,10618,'_recurrence','0'),(72944,10619,'_recurrence','0'),(72945,10620,'_recurrence','0'),(72946,10621,'_recurrence','0'),(72947,10622,'_recurrence','0'),(72948,10623,'_recurrence','0'),(72949,10624,'_recurrence','0'),(72950,10625,'_recurrence','0'),(72951,10626,'_recurrence','0'),(72952,10627,'_recurrence','0'),(72953,10628,'_recurrence','0'),(72954,10629,'_recurrence','0'),(72955,10630,'_recurrence','0'),(72956,10631,'_recurrence','0'),(72957,10632,'_recurrence','0'),(72958,10633,'_recurrence','0'),(72959,10634,'_recurrence','0'),(72960,10635,'_recurrence','0'),(72961,10636,'_recurrence','0'),(72962,10637,'_recurrence','0'),(72963,10638,'_recurrence','0'),(72964,10639,'_recurrence','0'),(72965,10640,'_recurrence','0'),(72966,10641,'_recurrence','0'),(72967,10642,'_recurrence','0'),(72968,10643,'_recurrence','0'),(72969,10644,'_recurrence','0'),(72970,10645,'_recurrence','0'),(72971,10646,'_recurrence','0'),(72972,10647,'_recurrence','0'),(72973,10648,'_recurrence','0'),(72974,10649,'_recurrence','0'),(72975,10650,'_recurrence','0'),(72976,10651,'_recurrence','0'),(72977,10652,'_recurrence','0'),(72978,10653,'_recurrence','0'),(72979,10654,'_recurrence','0'),(72980,10655,'_recurrence','0'),(72981,10656,'_recurrence','0'),(72982,10657,'_recurrence','0'),(72983,10658,'_recurrence','0'),(72984,10659,'_recurrence','0'),(72985,10660,'_recurrence','0'),(72986,10661,'_recurrence','0'),(72987,10662,'_recurrence','0'),(72988,10663,'_recurrence','0'),(72989,10664,'_recurrence','0'),(72990,10665,'_recurrence','0'),(72991,10666,'_recurrence','0'),(72992,10667,'_recurrence','0'),(72993,10668,'_recurrence','0'),(72994,10669,'_recurrence','0'),(72995,10670,'_recurrence','0'),(72996,10671,'_recurrence','0'),(72997,10672,'_recurrence','0'),(72998,10673,'_recurrence','0'),(72999,10674,'_recurrence','0'),(73000,10675,'_recurrence','0'),(73001,10676,'_recurrence','0'),(73002,10677,'_recurrence','0'),(73003,10678,'_recurrence','0'),(73004,10679,'_recurrence','0'),(73005,10680,'_recurrence','0'),(73006,10681,'_recurrence','0'),(73007,10682,'_recurrence','0'),(73008,10683,'_recurrence','0'),(73009,10684,'_recurrence','0'),(73010,10685,'_recurrence','0'),(73011,10686,'_recurrence','0'),(73012,10687,'_recurrence','0'),(73013,10688,'_recurrence','0'),(73014,10689,'_recurrence','0'),(73015,10690,'_recurrence','0'),(73016,10691,'_recurrence','0'),(73017,10692,'_recurrence','0'),(73018,10693,'_recurrence','0'),(73019,10694,'_recurrence','0'),(73020,10695,'_recurrence','0'),(73021,10696,'_recurrence','0'),(73022,10697,'_recurrence','0'),(73023,10698,'_recurrence','0'),(73024,10699,'_recurrence','0'),(73025,10700,'_recurrence','0'),(73026,10701,'_recurrence','0'),(73027,10702,'_recurrence','0'),(73028,10703,'_recurrence','0'),(73029,10704,'_recurrence','0'),(73030,10705,'_recurrence','0'),(73031,10706,'_recurrence','0'),(73032,10707,'_recurrence','0'),(73033,10708,'_recurrence','0'),(73034,10709,'_recurrence','0'),(73035,10710,'_recurrence','0'),(73036,10711,'_recurrence','0'),(73037,10712,'_recurrence','0'),(73038,10713,'_recurrence','0'),(73039,10714,'_recurrence','0'),(73040,10715,'_recurrence','0'),(73042,10717,'_recurrence','0'),(73043,10718,'_recurrence','0'),(73045,10720,'_recurrence','0'),(73046,10721,'_recurrence','0'),(73047,10722,'_recurrence','0'),(73048,10723,'_recurrence','0'),(73049,10724,'_recurrence','0'),(73050,10725,'_recurrence','0'),(73051,10726,'_recurrence','0'),(73052,10727,'_recurrence','0'),(73053,10728,'_recurrence','0'),(73054,10729,'_recurrence','0'),(73055,10730,'_recurrence','0'),(73056,10731,'_recurrence','0'),(73057,10732,'_recurrence','0'),(73058,10733,'_recurrence','0'),(73059,10734,'_recurrence','0'),(73060,10735,'_recurrence','0'),(73061,10736,'_recurrence','0'),(73062,10737,'_recurrence','0'),(73063,10738,'_recurrence','0'),(73064,10739,'_recurrence','0'),(73065,10740,'_recurrence','0'),(73066,10741,'_recurrence','0'),(73067,10742,'_recurrence','0'),(73068,10743,'_recurrence','0'),(73069,10744,'_recurrence','0'),(73070,10745,'_recurrence','0'),(73071,10746,'_recurrence','0'),(73072,10747,'_recurrence','0'),(73073,10748,'_recurrence','0'),(73074,10749,'_recurrence','0'),(73075,10750,'_recurrence','0'),(73076,10751,'_recurrence','0'),(73077,10752,'_recurrence','0'),(73078,10753,'_recurrence','0'),(73079,10754,'_recurrence','0'),(73080,10755,'_recurrence','0'),(73081,10756,'_recurrence','0'),(73082,10757,'_recurrence','0'),(73083,10758,'_recurrence','0'),(73084,10759,'_recurrence','0'),(73085,10760,'_recurrence','0'),(73086,10761,'_recurrence','0'),(73087,10762,'_recurrence','0'),(73088,10763,'_recurrence','0'),(73089,10764,'_recurrence','0'),(73090,10765,'_recurrence','0'),(73091,10766,'_recurrence','0'),(73092,10767,'_recurrence','0'),(73093,10768,'_recurrence','0'),(73094,10769,'_recurrence','0'),(73095,10770,'_recurrence','0'),(73096,10771,'_recurrence','0'),(73097,10772,'_recurrence','0'),(73098,10773,'_recurrence','0'),(73099,10774,'_recurrence','0'),(73100,10775,'_recurrence','0'),(73101,10776,'_recurrence','0'),(73102,10777,'_recurrence','0'),(73103,10778,'_recurrence','0'),(73104,10779,'_recurrence','0'),(73105,10780,'_recurrence','0'),(73106,10781,'_recurrence','0'),(73107,10782,'_recurrence','0'),(73108,10783,'_recurrence','0'),(73109,10784,'_recurrence','0'),(73110,10785,'_recurrence','0'),(73111,10786,'_recurrence','0'),(73112,10787,'_recurrence','0'),(73113,10788,'_recurrence','0'),(73114,10789,'_recurrence','0'),(73115,10790,'_recurrence','0'),(73116,10791,'_recurrence','0'),(73117,10792,'_recurrence','0'),(73118,10793,'_recurrence','0'),(73119,10794,'_recurrence','0'),(73120,10795,'_recurrence','0'),(73121,10796,'_recurrence','0'),(73122,10797,'_recurrence','0'),(73123,10798,'_recurrence','0'),(73124,10799,'_recurrence','0'),(73125,10800,'_recurrence','0'),(73126,10801,'_recurrence','0'),(73127,10802,'_recurrence','0'),(73128,10803,'_recurrence','0'),(73129,10804,'_recurrence','0'),(73130,10805,'_recurrence','0'),(73131,10806,'_recurrence','0'),(73132,10807,'_recurrence','0'),(73133,10808,'_recurrence','0'),(73134,10809,'_recurrence','0'),(73135,10810,'_recurrence','0'),(73136,10811,'_recurrence','0'),(73137,10812,'_recurrence','0'),(73138,10813,'_recurrence','0'),(73139,10814,'_recurrence','0'),(73140,10815,'_recurrence','0'),(73141,10816,'_recurrence','0'),(73142,10817,'_recurrence','0'),(73143,10818,'_recurrence','0'),(73144,10819,'_recurrence','0'),(73145,10820,'_recurrence','0'),(73146,10821,'_recurrence','0'),(73147,10822,'_recurrence','0'),(73148,10823,'_recurrence','0'),(73149,10824,'_recurrence','0'),(73150,10825,'_recurrence','0'),(73151,10826,'_recurrence','0'),(73152,10827,'_recurrence','0'),(73153,10828,'_recurrence','0'),(73154,10829,'_recurrence','0'),(73155,10830,'_recurrence','0'),(73156,10831,'_recurrence','0'),(73157,10832,'_recurrence','0'),(73158,10833,'_recurrence','0'),(73159,10834,'_recurrence','0'),(73160,10835,'_recurrence','0'),(73161,10836,'_recurrence','0'),(73162,10837,'_recurrence','0'),(73163,10838,'_recurrence','0'),(73164,10839,'_recurrence','0'),(73165,10840,'_recurrence','0'),(73166,10841,'_recurrence','0'),(73167,10842,'_recurrence','0'),(73168,10843,'_recurrence','0'),(73169,10844,'_recurrence','0'),(73170,10845,'_recurrence','0'),(73171,10846,'_recurrence','0'),(73172,10847,'_recurrence','0'),(73173,10848,'_recurrence','0'),(73174,10849,'_recurrence','0'),(73175,10850,'_recurrence','0'),(73176,10851,'_recurrence','0'),(73177,10852,'_recurrence','0'),(73178,10853,'_recurrence','0'),(73179,10854,'_recurrence','0'),(74138,9766,'_recurrence_interval',''),(74139,9767,'_recurrence_interval',''),(74140,9768,'_recurrence_interval',''),(74141,9769,'_recurrence_interval',''),(74142,9770,'_recurrence_interval',''),(74143,9771,'_recurrence_interval',''),(74144,9772,'_recurrence_interval',''),(74145,9773,'_recurrence_interval',''),(74146,9774,'_recurrence_interval',''),(74147,9775,'_recurrence_interval',''),(74148,9776,'_recurrence_interval',''),(74149,9777,'_recurrence_interval',''),(74150,9778,'_recurrence_interval',''),(74151,9779,'_recurrence_interval',''),(74152,9780,'_recurrence_interval',''),(74153,9781,'_recurrence_interval',''),(74154,9782,'_recurrence_interval',''),(74155,9783,'_recurrence_interval',''),(74156,9784,'_recurrence_interval',''),(74157,9785,'_recurrence_interval',''),(74158,9786,'_recurrence_interval',''),(74159,9787,'_recurrence_interval',''),(74160,9788,'_recurrence_interval',''),(74161,9789,'_recurrence_interval',''),(74162,9790,'_recurrence_interval',''),(74163,9791,'_recurrence_interval',''),(74164,9792,'_recurrence_interval',''),(74165,9793,'_recurrence_interval',''),(74166,9794,'_recurrence_interval',''),(74167,9795,'_recurrence_interval',''),(74168,9796,'_recurrence_interval',''),(74169,9797,'_recurrence_interval',''),(74170,9798,'_recurrence_interval',''),(74171,9799,'_recurrence_interval',''),(74172,9800,'_recurrence_interval',''),(74173,9801,'_recurrence_interval',''),(74174,9802,'_recurrence_interval',''),(74175,9803,'_recurrence_interval',''),(74176,9804,'_recurrence_interval',''),(74177,9805,'_recurrence_interval',''),(74178,9806,'_recurrence_interval',''),(74179,9807,'_recurrence_interval',''),(74180,9808,'_recurrence_interval',''),(74181,9809,'_recurrence_interval',''),(74182,9810,'_recurrence_interval',''),(74183,9811,'_recurrence_interval',''),(74184,9812,'_recurrence_interval',''),(74185,9813,'_recurrence_interval',''),(74186,9814,'_recurrence_interval',''),(74187,9815,'_recurrence_interval',''),(74188,9816,'_recurrence_interval',''),(74189,9817,'_recurrence_interval',''),(74190,9818,'_recurrence_interval',''),(74191,9819,'_recurrence_interval',''),(74192,9820,'_recurrence_interval',''),(74193,9821,'_recurrence_interval',''),(74194,9822,'_recurrence_interval',''),(74195,9823,'_recurrence_interval',''),(74196,9824,'_recurrence_interval',''),(74197,9825,'_recurrence_interval',''),(74198,9826,'_recurrence_interval',''),(74199,9827,'_recurrence_interval',''),(74200,9828,'_recurrence_interval',''),(74201,9829,'_recurrence_interval',''),(74202,9830,'_recurrence_interval',''),(74204,9832,'_recurrence_interval',''),(74205,9833,'_recurrence_interval',''),(74206,9834,'_recurrence_interval',''),(74207,9835,'_recurrence_interval',''),(74208,9836,'_recurrence_interval',''),(74209,9837,'_recurrence_interval',''),(74210,9838,'_recurrence_interval',''),(74211,9839,'_recurrence_interval',''),(74212,9840,'_recurrence_interval',''),(74213,9841,'_recurrence_interval',''),(74214,9842,'_recurrence_interval',''),(74215,9843,'_recurrence_interval',''),(74216,9844,'_recurrence_interval',''),(74217,9845,'_recurrence_interval',''),(74218,9846,'_recurrence_interval',''),(74219,9847,'_recurrence_interval',''),(74220,9848,'_recurrence_interval',''),(74221,9849,'_recurrence_interval',''),(74222,9850,'_recurrence_interval',''),(74223,9851,'_recurrence_interval',''),(74224,9852,'_recurrence_interval',''),(74225,9853,'_recurrence_interval',''),(74226,9854,'_recurrence_interval',''),(74227,9855,'_recurrence_interval',''),(74228,9856,'_recurrence_interval',''),(74229,9857,'_recurrence_interval',''),(74230,9858,'_recurrence_interval',''),(74231,9859,'_recurrence_interval',''),(74232,9860,'_recurrence_interval',''),(74233,9861,'_recurrence_interval',''),(74234,9862,'_recurrence_interval',''),(74235,9863,'_recurrence_interval',''),(74236,9864,'_recurrence_interval',''),(74237,9865,'_recurrence_interval',''),(74238,9866,'_recurrence_interval',''),(74239,9867,'_recurrence_interval',''),(74240,9868,'_recurrence_interval',''),(74241,9869,'_recurrence_interval',''),(74242,9870,'_recurrence_interval',''),(74243,9871,'_recurrence_interval',''),(74244,9872,'_recurrence_interval',''),(74245,9873,'_recurrence_interval',''),(74246,9874,'_recurrence_interval',''),(74247,9875,'_recurrence_interval',''),(74248,9876,'_recurrence_interval',''),(74249,9877,'_recurrence_interval',''),(74250,9878,'_recurrence_interval',''),(74251,9879,'_recurrence_interval',''),(74252,9880,'_recurrence_interval',''),(74253,9881,'_recurrence_interval',''),(74254,9882,'_recurrence_interval',''),(74255,9883,'_recurrence_interval',''),(74256,9884,'_recurrence_interval',''),(74257,9885,'_recurrence_interval',''),(74258,9886,'_recurrence_interval',''),(74259,9887,'_recurrence_interval',''),(74260,9888,'_recurrence_interval',''),(74261,9889,'_recurrence_interval',''),(74262,9890,'_recurrence_interval',''),(74263,9891,'_recurrence_interval',''),(74264,9892,'_recurrence_interval',''),(74265,9893,'_recurrence_interval',''),(74266,9894,'_recurrence_interval',''),(74267,9895,'_recurrence_interval',''),(74268,9896,'_recurrence_interval',''),(74269,9897,'_recurrence_interval',''),(74270,9898,'_recurrence_interval',''),(74271,9899,'_recurrence_interval',''),(74272,9900,'_recurrence_interval',''),(74273,9901,'_recurrence_interval',''),(74274,9902,'_recurrence_interval',''),(74275,9903,'_recurrence_interval',''),(74276,9904,'_recurrence_interval',''),(74277,9905,'_recurrence_interval',''),(74278,9906,'_recurrence_interval',''),(74279,9907,'_recurrence_interval',''),(74280,9908,'_recurrence_interval',''),(74281,9909,'_recurrence_interval',''),(74282,9910,'_recurrence_interval',''),(74283,9911,'_recurrence_interval',''),(74284,9912,'_recurrence_interval',''),(74285,9913,'_recurrence_interval',''),(74286,9914,'_recurrence_interval',''),(74287,9915,'_recurrence_interval',''),(74288,9916,'_recurrence_interval',''),(74289,9917,'_recurrence_interval',''),(74290,9918,'_recurrence_interval',''),(74291,9919,'_recurrence_interval',''),(74292,9920,'_recurrence_interval',''),(74293,9921,'_recurrence_interval',''),(74294,9922,'_recurrence_interval',''),(74295,9923,'_recurrence_interval',''),(74296,9924,'_recurrence_interval',''),(74297,9925,'_recurrence_interval',''),(74298,9926,'_recurrence_interval',''),(74299,9927,'_recurrence_interval',''),(74300,9928,'_recurrence_interval',''),(74301,9929,'_recurrence_interval',''),(74302,9930,'_recurrence_interval',''),(74303,9931,'_recurrence_interval',''),(74304,9932,'_recurrence_interval',''),(74305,9933,'_recurrence_interval',''),(74306,9934,'_recurrence_interval',''),(74307,9935,'_recurrence_interval',''),(74308,9936,'_recurrence_interval',''),(74309,9937,'_recurrence_interval',''),(74310,9938,'_recurrence_interval',''),(74311,9939,'_recurrence_interval',''),(74312,9940,'_recurrence_interval',''),(74313,9941,'_recurrence_interval',''),(74314,9942,'_recurrence_interval',''),(74315,9943,'_recurrence_interval',''),(74316,9944,'_recurrence_interval',''),(74317,9945,'_recurrence_interval',''),(74318,9946,'_recurrence_interval',''),(74319,9947,'_recurrence_interval',''),(74320,9948,'_recurrence_interval',''),(74321,9949,'_recurrence_interval',''),(74322,9950,'_recurrence_interval',''),(74323,9951,'_recurrence_interval',''),(74324,9952,'_recurrence_interval',''),(74325,9953,'_recurrence_interval',''),(74326,9954,'_recurrence_interval',''),(74327,9955,'_recurrence_interval',''),(74328,9956,'_recurrence_interval',''),(74329,9957,'_recurrence_interval',''),(74330,9958,'_recurrence_interval',''),(74331,9959,'_recurrence_interval',''),(74332,9960,'_recurrence_interval',''),(74333,9961,'_recurrence_interval',''),(74334,9962,'_recurrence_interval',''),(74335,9963,'_recurrence_interval',''),(74336,9964,'_recurrence_interval',''),(74337,9965,'_recurrence_interval',''),(74338,9966,'_recurrence_interval',''),(74339,9967,'_recurrence_interval',''),(74340,9968,'_recurrence_interval',''),(74341,9969,'_recurrence_interval',''),(74342,9970,'_recurrence_interval',''),(74343,9971,'_recurrence_interval',''),(74344,9972,'_recurrence_interval',''),(74345,9973,'_recurrence_interval',''),(74346,9974,'_recurrence_interval',''),(74347,9975,'_recurrence_interval',''),(74348,9976,'_recurrence_interval',''),(74349,9977,'_recurrence_interval',''),(74350,9978,'_recurrence_interval',''),(74351,9979,'_recurrence_interval',''),(74352,9980,'_recurrence_interval',''),(74353,9981,'_recurrence_interval',''),(74354,9982,'_recurrence_interval',''),(74355,9983,'_recurrence_interval',''),(74356,9984,'_recurrence_interval',''),(74357,9985,'_recurrence_interval',''),(74358,9986,'_recurrence_interval',''),(74359,9987,'_recurrence_interval',''),(74360,9988,'_recurrence_interval',''),(74361,9989,'_recurrence_interval',''),(74362,9990,'_recurrence_interval',''),(74363,9991,'_recurrence_interval',''),(74364,9992,'_recurrence_interval',''),(74365,9993,'_recurrence_interval',''),(74366,9994,'_recurrence_interval',''),(74367,9995,'_recurrence_interval',''),(74368,9996,'_recurrence_interval',''),(74369,9997,'_recurrence_interval',''),(74370,9998,'_recurrence_interval',''),(74371,9999,'_recurrence_interval',''),(74372,10000,'_recurrence_interval',''),(74374,10002,'_recurrence_interval',''),(74375,10003,'_recurrence_interval',''),(74376,10004,'_recurrence_interval',''),(74377,10005,'_recurrence_interval',''),(74378,10006,'_recurrence_interval',''),(74379,10007,'_recurrence_interval',''),(74380,10008,'_recurrence_interval',''),(74393,10021,'_recurrence_interval',''),(74433,10061,'_recurrence_interval',''),(74434,10062,'_recurrence_interval',''),(74435,10063,'_recurrence_interval',''),(74436,10064,'_recurrence_interval',''),(74437,10065,'_recurrence_interval',''),(74438,10066,'_recurrence_interval',''),(74439,10067,'_recurrence_interval',''),(74440,10068,'_recurrence_interval',''),(74441,10069,'_recurrence_interval',''),(74442,10070,'_recurrence_interval',''),(74443,10071,'_recurrence_interval',''),(74444,10072,'_recurrence_interval',''),(74445,10073,'_recurrence_interval',''),(74446,10074,'_recurrence_interval',''),(74447,10075,'_recurrence_interval',''),(74448,10076,'_recurrence_interval',''),(74449,10077,'_recurrence_interval',''),(74450,10078,'_recurrence_interval',''),(74451,10079,'_recurrence_interval',''),(74452,10080,'_recurrence_interval',''),(74453,10081,'_recurrence_interval',''),(74454,10082,'_recurrence_interval',''),(74455,10083,'_recurrence_interval',''),(74456,10084,'_recurrence_interval',''),(74457,10085,'_recurrence_interval',''),(74458,10086,'_recurrence_interval',''),(74459,10087,'_recurrence_interval',''),(74460,10088,'_recurrence_interval',''),(74461,10089,'_recurrence_interval',''),(74462,10090,'_recurrence_interval',''),(74463,10091,'_recurrence_interval',''),(74464,10092,'_recurrence_interval',''),(74465,10093,'_recurrence_interval',''),(74466,10094,'_recurrence_interval',''),(74467,10095,'_recurrence_interval',''),(74468,10096,'_recurrence_interval',''),(74469,10097,'_recurrence_interval',''),(74470,10098,'_recurrence_interval',''),(74471,10099,'_recurrence_interval',''),(74472,10100,'_recurrence_interval',''),(74473,10101,'_recurrence_interval',''),(74474,10102,'_recurrence_interval',''),(74475,10103,'_recurrence_interval',''),(74476,10104,'_recurrence_interval',''),(74477,10105,'_recurrence_interval',''),(74478,10106,'_recurrence_interval',''),(74479,10107,'_recurrence_interval',''),(74480,10108,'_recurrence_interval',''),(74481,10109,'_recurrence_interval',''),(74482,10110,'_recurrence_interval',''),(74483,10111,'_recurrence_interval',''),(74484,10112,'_recurrence_interval',''),(74485,10113,'_recurrence_interval',''),(74486,10114,'_recurrence_interval',''),(74487,10115,'_recurrence_interval',''),(74488,10116,'_recurrence_interval',''),(74489,10117,'_recurrence_interval',''),(74490,10118,'_recurrence_interval',''),(74491,10119,'_recurrence_interval',''),(74492,10120,'_recurrence_interval',''),(74493,10121,'_recurrence_interval',''),(74494,10122,'_recurrence_interval',''),(74495,10123,'_recurrence_interval',''),(74496,10124,'_recurrence_interval',''),(74497,10125,'_recurrence_interval',''),(74498,10126,'_recurrence_interval',''),(74499,10127,'_recurrence_interval',''),(74500,10128,'_recurrence_interval',''),(74501,10129,'_recurrence_interval',''),(74502,10130,'_recurrence_interval',''),(74503,10131,'_recurrence_interval',''),(74504,10132,'_recurrence_interval',''),(74505,10133,'_recurrence_interval',''),(74506,10134,'_recurrence_interval',''),(74507,10135,'_recurrence_interval',''),(74508,10136,'_recurrence_interval',''),(74509,10137,'_recurrence_interval',''),(74510,10138,'_recurrence_interval',''),(74511,10139,'_recurrence_interval',''),(74512,10140,'_recurrence_interval',''),(74513,10141,'_recurrence_interval',''),(74514,10142,'_recurrence_interval',''),(74515,10143,'_recurrence_interval',''),(74516,10144,'_recurrence_interval',''),(74517,10145,'_recurrence_interval',''),(74518,10146,'_recurrence_interval',''),(74519,10147,'_recurrence_interval',''),(74520,10148,'_recurrence_interval',''),(74521,10149,'_recurrence_interval',''),(74522,10150,'_recurrence_interval',''),(74523,10151,'_recurrence_interval',''),(74524,10152,'_recurrence_interval',''),(74525,10153,'_recurrence_interval',''),(74526,10154,'_recurrence_interval',''),(74527,10155,'_recurrence_interval',''),(74528,10156,'_recurrence_interval',''),(74529,10157,'_recurrence_interval',''),(74530,10158,'_recurrence_interval',''),(74531,10159,'_recurrence_interval',''),(74532,10160,'_recurrence_interval',''),(74533,10161,'_recurrence_interval',''),(74534,10162,'_recurrence_interval',''),(74535,10163,'_recurrence_interval',''),(74536,10164,'_recurrence_interval',''),(74537,10165,'_recurrence_interval',''),(74538,10166,'_recurrence_interval',''),(74539,10167,'_recurrence_interval',''),(74540,10168,'_recurrence_interval',''),(74541,10169,'_recurrence_interval',''),(74542,10170,'_recurrence_interval',''),(74543,10171,'_recurrence_interval',''),(74544,10172,'_recurrence_interval',''),(74545,10173,'_recurrence_interval',''),(74546,10174,'_recurrence_interval',''),(74547,10175,'_recurrence_interval',''),(74548,10176,'_recurrence_interval',''),(74549,10177,'_recurrence_interval',''),(74550,10178,'_recurrence_interval',''),(74551,10179,'_recurrence_interval',''),(74552,10180,'_recurrence_interval',''),(74553,10181,'_recurrence_interval',''),(74554,10182,'_recurrence_interval',''),(74555,10183,'_recurrence_interval',''),(74556,10184,'_recurrence_interval',''),(74557,10185,'_recurrence_interval',''),(74558,10186,'_recurrence_interval',''),(74559,10187,'_recurrence_interval',''),(74560,10188,'_recurrence_interval',''),(74561,10189,'_recurrence_interval',''),(74562,10190,'_recurrence_interval',''),(74563,10191,'_recurrence_interval',''),(74564,10192,'_recurrence_interval',''),(74565,10193,'_recurrence_interval',''),(74566,10194,'_recurrence_interval',''),(74567,10195,'_recurrence_interval',''),(74568,10196,'_recurrence_interval',''),(74569,10197,'_recurrence_interval',''),(74570,10198,'_recurrence_interval',''),(74571,10199,'_recurrence_interval',''),(74572,10200,'_recurrence_interval',''),(74573,10201,'_recurrence_interval',''),(74574,10202,'_recurrence_interval',''),(74575,10203,'_recurrence_interval',''),(74576,10204,'_recurrence_interval',''),(74577,10205,'_recurrence_interval',''),(74578,10206,'_recurrence_interval',''),(74579,10207,'_recurrence_interval',''),(74580,10208,'_recurrence_interval',''),(74581,10209,'_recurrence_interval',''),(74582,10210,'_recurrence_interval',''),(74583,10211,'_recurrence_interval',''),(74584,10212,'_recurrence_interval',''),(74585,10213,'_recurrence_interval',''),(74586,10214,'_recurrence_interval',''),(74587,10215,'_recurrence_interval',''),(74588,10216,'_recurrence_interval',''),(74589,10217,'_recurrence_interval',''),(74590,10218,'_recurrence_interval',''),(74591,10219,'_recurrence_interval',''),(74592,10220,'_recurrence_interval',''),(74593,10221,'_recurrence_interval',''),(74594,10222,'_recurrence_interval',''),(74595,10223,'_recurrence_interval',''),(74596,10224,'_recurrence_interval',''),(74597,10225,'_recurrence_interval',''),(74598,10226,'_recurrence_interval',''),(74599,10227,'_recurrence_interval',''),(74600,10228,'_recurrence_interval',''),(74601,10229,'_recurrence_interval',''),(74602,10230,'_recurrence_interval',''),(74603,10231,'_recurrence_interval',''),(74604,10232,'_recurrence_interval',''),(74605,10233,'_recurrence_interval',''),(74606,10234,'_recurrence_interval',''),(74607,10235,'_recurrence_interval',''),(74608,10236,'_recurrence_interval',''),(74616,10244,'_recurrence_interval',''),(74619,10247,'_recurrence_interval',''),(74620,10248,'_recurrence_interval',''),(74621,10249,'_recurrence_interval',''),(74622,10250,'_recurrence_interval',''),(74623,10251,'_recurrence_interval',''),(74624,10252,'_recurrence_interval',''),(74625,10253,'_recurrence_interval',''),(74626,10254,'_recurrence_interval',''),(74627,10255,'_recurrence_interval',''),(74628,10256,'_recurrence_interval',''),(74629,10257,'_recurrence_interval',''),(74630,10258,'_recurrence_interval',''),(74631,10259,'_recurrence_interval',''),(74632,10260,'_recurrence_interval',''),(74633,10261,'_recurrence_interval',''),(74634,10262,'_recurrence_interval',''),(74635,10263,'_recurrence_interval',''),(74636,10264,'_recurrence_interval',''),(74637,10265,'_recurrence_interval',''),(74638,10266,'_recurrence_interval',''),(74639,10267,'_recurrence_interval',''),(74640,10268,'_recurrence_interval',''),(74641,10269,'_recurrence_interval',''),(74642,10270,'_recurrence_interval',''),(74643,10271,'_recurrence_interval',''),(74644,10272,'_recurrence_interval',''),(74645,10273,'_recurrence_interval',''),(74646,10274,'_recurrence_interval',''),(74647,10275,'_recurrence_interval',''),(74648,10276,'_recurrence_interval',''),(74649,10277,'_recurrence_interval',''),(74650,10278,'_recurrence_interval',''),(74651,10279,'_recurrence_interval',''),(74652,10280,'_recurrence_interval',''),(74653,10281,'_recurrence_interval',''),(74654,10282,'_recurrence_interval',''),(74655,10283,'_recurrence_interval',''),(74656,10284,'_recurrence_interval',''),(74657,10285,'_recurrence_interval',''),(74658,10286,'_recurrence_interval',''),(74659,10287,'_recurrence_interval',''),(74660,10288,'_recurrence_interval',''),(74661,10289,'_recurrence_interval',''),(74662,10290,'_recurrence_interval',''),(74663,10291,'_recurrence_interval',''),(74664,10292,'_recurrence_interval',''),(74665,10293,'_recurrence_interval',''),(74666,10294,'_recurrence_interval',''),(74667,10295,'_recurrence_interval',''),(74668,10296,'_recurrence_interval',''),(74669,10297,'_recurrence_interval',''),(74670,10298,'_recurrence_interval',''),(74671,10299,'_recurrence_interval',''),(74672,10300,'_recurrence_interval',''),(74673,10301,'_recurrence_interval',''),(74674,10302,'_recurrence_interval',''),(74675,10303,'_recurrence_interval',''),(74676,10304,'_recurrence_interval',''),(74677,10305,'_recurrence_interval',''),(74678,10306,'_recurrence_interval',''),(74679,10307,'_recurrence_interval',''),(74680,10308,'_recurrence_interval',''),(74681,10309,'_recurrence_interval',''),(74682,10310,'_recurrence_interval',''),(74683,10311,'_recurrence_interval',''),(74684,10312,'_recurrence_interval',''),(74685,10313,'_recurrence_interval',''),(74686,10314,'_recurrence_interval',''),(74687,10315,'_recurrence_interval',''),(74688,10316,'_recurrence_interval',''),(74689,10317,'_recurrence_interval',''),(74690,10318,'_recurrence_interval',''),(74691,10319,'_recurrence_interval',''),(74692,10320,'_recurrence_interval',''),(74693,10321,'_recurrence_interval',''),(74694,10322,'_recurrence_interval',''),(74695,10323,'_recurrence_interval',''),(74696,10324,'_recurrence_interval',''),(74697,10325,'_recurrence_interval',''),(74698,10326,'_recurrence_interval',''),(74699,10327,'_recurrence_interval',''),(74700,10328,'_recurrence_interval',''),(74701,10329,'_recurrence_interval',''),(74702,10330,'_recurrence_interval',''),(74703,10331,'_recurrence_interval',''),(74704,10332,'_recurrence_interval',''),(74705,10333,'_recurrence_interval',''),(74706,10334,'_recurrence_interval',''),(74707,10335,'_recurrence_interval',''),(74708,10336,'_recurrence_interval',''),(74709,10337,'_recurrence_interval',''),(74710,10338,'_recurrence_interval',''),(74711,10339,'_recurrence_interval',''),(74712,10340,'_recurrence_interval',''),(74713,10341,'_recurrence_interval',''),(74714,10342,'_recurrence_interval',''),(74715,10343,'_recurrence_interval',''),(74716,10344,'_recurrence_interval',''),(74717,10345,'_recurrence_interval',''),(74718,10346,'_recurrence_interval',''),(74719,10347,'_recurrence_interval',''),(74720,10348,'_recurrence_interval',''),(74721,10349,'_recurrence_interval',''),(74722,10350,'_recurrence_interval',''),(74723,10351,'_recurrence_interval',''),(74724,10352,'_recurrence_interval',''),(74725,10353,'_recurrence_interval',''),(74726,10354,'_recurrence_interval',''),(74727,10355,'_recurrence_interval',''),(74728,10356,'_recurrence_interval',''),(74729,10357,'_recurrence_interval',''),(74730,10358,'_recurrence_interval',''),(74731,10359,'_recurrence_interval',''),(74732,10360,'_recurrence_interval',''),(74733,10361,'_recurrence_interval',''),(74734,10362,'_recurrence_interval',''),(74735,10363,'_recurrence_interval',''),(74736,10364,'_recurrence_interval',''),(74737,10365,'_recurrence_interval',''),(74738,10366,'_recurrence_interval',''),(74739,10367,'_recurrence_interval',''),(74740,10368,'_recurrence_interval',''),(74741,10369,'_recurrence_interval',''),(74742,10370,'_recurrence_interval',''),(74743,10371,'_recurrence_interval',''),(74744,10372,'_recurrence_interval',''),(74745,10373,'_recurrence_interval',''),(74746,10374,'_recurrence_interval',''),(74747,10375,'_recurrence_interval',''),(74748,10376,'_recurrence_interval',''),(74749,10377,'_recurrence_interval',''),(74750,10378,'_recurrence_interval',''),(74751,10379,'_recurrence_interval',''),(74752,10380,'_recurrence_interval',''),(74753,10381,'_recurrence_interval',''),(74754,10382,'_recurrence_interval',''),(74755,10383,'_recurrence_interval',''),(74756,10384,'_recurrence_interval',''),(74757,10385,'_recurrence_interval',''),(74758,10386,'_recurrence_interval',''),(74759,10387,'_recurrence_interval',''),(74760,10388,'_recurrence_interval',''),(74761,10389,'_recurrence_interval',''),(74762,10390,'_recurrence_interval',''),(74763,10391,'_recurrence_interval',''),(74764,10392,'_recurrence_interval',''),(74765,10393,'_recurrence_interval',''),(74766,10394,'_recurrence_interval',''),(74767,10395,'_recurrence_interval',''),(74768,10396,'_recurrence_interval',''),(74769,10397,'_recurrence_interval',''),(74770,10398,'_recurrence_interval',''),(74771,10399,'_recurrence_interval',''),(74772,10400,'_recurrence_interval',''),(74773,10401,'_recurrence_interval',''),(74774,10402,'_recurrence_interval',''),(74775,10403,'_recurrence_interval',''),(74776,10404,'_recurrence_interval',''),(74777,10405,'_recurrence_interval',''),(74778,10406,'_recurrence_interval',''),(74779,10407,'_recurrence_interval',''),(74780,10408,'_recurrence_interval',''),(74781,10409,'_recurrence_interval',''),(74782,10410,'_recurrence_interval',''),(74783,10411,'_recurrence_interval',''),(74784,10412,'_recurrence_interval',''),(74785,10413,'_recurrence_interval',''),(74786,10414,'_recurrence_interval',''),(74787,10415,'_recurrence_interval',''),(74788,10416,'_recurrence_interval',''),(74789,10417,'_recurrence_interval',''),(74790,10418,'_recurrence_interval',''),(74791,10419,'_recurrence_interval',''),(74792,10420,'_recurrence_interval',''),(74793,10421,'_recurrence_interval',''),(74794,10422,'_recurrence_interval',''),(74795,10423,'_recurrence_interval',''),(74796,10424,'_recurrence_interval',''),(74797,10425,'_recurrence_interval',''),(74798,10426,'_recurrence_interval',''),(74799,10427,'_recurrence_interval',''),(74800,10428,'_recurrence_interval',''),(74801,10429,'_recurrence_interval',''),(74802,10430,'_recurrence_interval',''),(74803,10431,'_recurrence_interval',''),(74804,10432,'_recurrence_interval',''),(74805,10433,'_recurrence_interval',''),(74806,10434,'_recurrence_interval',''),(74807,10435,'_recurrence_interval',''),(74808,10436,'_recurrence_interval',''),(74809,10437,'_recurrence_interval',''),(74810,10438,'_recurrence_interval',''),(74811,10439,'_recurrence_interval',''),(74812,10440,'_recurrence_interval',''),(74813,10441,'_recurrence_interval',''),(74814,10442,'_recurrence_interval',''),(74815,10443,'_recurrence_interval',''),(74816,10444,'_recurrence_interval',''),(74817,10445,'_recurrence_interval',''),(74818,10446,'_recurrence_interval',''),(74819,10447,'_recurrence_interval',''),(74820,10448,'_recurrence_interval',''),(74821,10449,'_recurrence_interval',''),(74822,10450,'_recurrence_interval',''),(74823,10451,'_recurrence_interval',''),(74824,10452,'_recurrence_interval',''),(74825,10453,'_recurrence_interval',''),(74826,10454,'_recurrence_interval',''),(74827,10455,'_recurrence_interval',''),(74828,10456,'_recurrence_interval',''),(74829,10457,'_recurrence_interval',''),(74830,10458,'_recurrence_interval',''),(74831,10459,'_recurrence_interval',''),(74832,10460,'_recurrence_interval',''),(74833,10461,'_recurrence_interval',''),(74834,10462,'_recurrence_interval',''),(74835,10463,'_recurrence_interval',''),(74836,10464,'_recurrence_interval',''),(74837,10465,'_recurrence_interval',''),(74838,10466,'_recurrence_interval',''),(74839,10467,'_recurrence_interval',''),(74840,10468,'_recurrence_interval',''),(74841,10469,'_recurrence_interval',''),(74842,10470,'_recurrence_interval',''),(74843,10471,'_recurrence_interval',''),(74844,10472,'_recurrence_interval',''),(74845,10473,'_recurrence_interval',''),(74846,10474,'_recurrence_interval',''),(74847,10475,'_recurrence_interval',''),(74848,10476,'_recurrence_interval',''),(74849,10477,'_recurrence_interval',''),(74850,10478,'_recurrence_interval',''),(74851,10479,'_recurrence_interval',''),(74852,10480,'_recurrence_interval',''),(74853,10481,'_recurrence_interval',''),(74854,10482,'_recurrence_interval',''),(74855,10483,'_recurrence_interval',''),(74856,10484,'_recurrence_interval',''),(74857,10485,'_recurrence_interval',''),(74858,10486,'_recurrence_interval',''),(74859,10487,'_recurrence_interval',''),(74860,10488,'_recurrence_interval',''),(74861,10489,'_recurrence_interval',''),(74862,10490,'_recurrence_interval',''),(74863,10491,'_recurrence_interval',''),(74864,10492,'_recurrence_interval',''),(74865,10493,'_recurrence_interval',''),(74866,10494,'_recurrence_interval',''),(74867,10495,'_recurrence_interval',''),(74868,10496,'_recurrence_interval',''),(74869,10497,'_recurrence_interval',''),(74870,10498,'_recurrence_interval',''),(74871,10499,'_recurrence_interval',''),(74872,10500,'_recurrence_interval',''),(74873,10501,'_recurrence_interval',''),(74874,10502,'_recurrence_interval',''),(74875,10503,'_recurrence_interval',''),(74876,10504,'_recurrence_interval',''),(74877,10505,'_recurrence_interval',''),(74878,10506,'_recurrence_interval',''),(74879,10507,'_recurrence_interval',''),(74880,10508,'_recurrence_interval',''),(74881,10509,'_recurrence_interval',''),(74882,10510,'_recurrence_interval',''),(74883,10511,'_recurrence_interval',''),(74884,10512,'_recurrence_interval',''),(74885,10513,'_recurrence_interval',''),(74886,10514,'_recurrence_interval',''),(74887,10515,'_recurrence_interval',''),(74888,10516,'_recurrence_interval',''),(74889,10517,'_recurrence_interval',''),(74890,10518,'_recurrence_interval',''),(74891,10519,'_recurrence_interval',''),(74892,10520,'_recurrence_interval',''),(74893,10521,'_recurrence_interval',''),(74894,10522,'_recurrence_interval',''),(74895,10523,'_recurrence_interval',''),(74896,10524,'_recurrence_interval',''),(74897,10525,'_recurrence_interval',''),(74898,10526,'_recurrence_interval',''),(74899,10527,'_recurrence_interval',''),(74900,10528,'_recurrence_interval',''),(74901,10529,'_recurrence_interval',''),(74902,10530,'_recurrence_interval',''),(74903,10531,'_recurrence_interval',''),(74904,10532,'_recurrence_interval',''),(74905,10533,'_recurrence_interval',''),(74906,10534,'_recurrence_interval',''),(74907,10535,'_recurrence_interval',''),(74908,10536,'_recurrence_interval',''),(74909,10537,'_recurrence_interval',''),(74910,10538,'_recurrence_interval',''),(74911,10539,'_recurrence_interval',''),(74912,10540,'_recurrence_interval',''),(74913,10541,'_recurrence_interval',''),(74914,10542,'_recurrence_interval',''),(74915,10543,'_recurrence_interval',''),(74916,10544,'_recurrence_interval',''),(74917,10545,'_recurrence_interval',''),(74918,10546,'_recurrence_interval',''),(74919,10547,'_recurrence_interval',''),(74920,10548,'_recurrence_interval',''),(74921,10549,'_recurrence_interval',''),(74922,10550,'_recurrence_interval',''),(74923,10551,'_recurrence_interval',''),(74924,10552,'_recurrence_interval',''),(74925,10553,'_recurrence_interval',''),(74926,10554,'_recurrence_interval',''),(74927,10555,'_recurrence_interval',''),(74928,10556,'_recurrence_interval',''),(74929,10557,'_recurrence_interval',''),(74930,10558,'_recurrence_interval',''),(74931,10559,'_recurrence_interval',''),(74932,10560,'_recurrence_interval',''),(74933,10561,'_recurrence_interval',''),(74934,10562,'_recurrence_interval',''),(74935,10563,'_recurrence_interval',''),(74936,10564,'_recurrence_interval',''),(74937,10565,'_recurrence_interval',''),(74938,10566,'_recurrence_interval',''),(74939,10567,'_recurrence_interval',''),(74940,10568,'_recurrence_interval',''),(74941,10569,'_recurrence_interval',''),(74942,10570,'_recurrence_interval',''),(74943,10571,'_recurrence_interval',''),(74944,10572,'_recurrence_interval',''),(74945,10573,'_recurrence_interval',''),(74946,10574,'_recurrence_interval',''),(74947,10575,'_recurrence_interval',''),(74948,10576,'_recurrence_interval',''),(74949,10577,'_recurrence_interval',''),(74950,10578,'_recurrence_interval',''),(74951,10579,'_recurrence_interval',''),(74952,10580,'_recurrence_interval',''),(74953,10581,'_recurrence_interval',''),(74954,10582,'_recurrence_interval',''),(74955,10583,'_recurrence_interval',''),(74956,10584,'_recurrence_interval',''),(74957,10585,'_recurrence_interval',''),(74958,10586,'_recurrence_interval',''),(74959,10587,'_recurrence_interval',''),(74960,10588,'_recurrence_interval',''),(74961,10589,'_recurrence_interval',''),(74962,10590,'_recurrence_interval',''),(74963,10591,'_recurrence_interval',''),(74964,10592,'_recurrence_interval',''),(74965,10593,'_recurrence_interval',''),(74966,10594,'_recurrence_interval',''),(74967,10595,'_recurrence_interval',''),(74968,10596,'_recurrence_interval',''),(74969,10597,'_recurrence_interval',''),(74970,10598,'_recurrence_interval',''),(74971,10599,'_recurrence_interval',''),(74972,10600,'_recurrence_interval',''),(74973,10601,'_recurrence_interval',''),(74974,10602,'_recurrence_interval',''),(74975,10603,'_recurrence_interval',''),(74976,10604,'_recurrence_interval',''),(74977,10605,'_recurrence_interval',''),(74978,10606,'_recurrence_interval',''),(74979,10607,'_recurrence_interval',''),(74980,10608,'_recurrence_interval',''),(74981,10609,'_recurrence_interval',''),(74982,10610,'_recurrence_interval',''),(74983,10611,'_recurrence_interval',''),(74984,10612,'_recurrence_interval',''),(74985,10613,'_recurrence_interval',''),(74986,10614,'_recurrence_interval',''),(74987,10615,'_recurrence_interval',''),(74988,10616,'_recurrence_interval',''),(74989,10617,'_recurrence_interval',''),(74990,10618,'_recurrence_interval',''),(74991,10619,'_recurrence_interval',''),(74992,10620,'_recurrence_interval',''),(74993,10621,'_recurrence_interval',''),(74994,10622,'_recurrence_interval',''),(74995,10623,'_recurrence_interval',''),(74996,10624,'_recurrence_interval',''),(74997,10625,'_recurrence_interval',''),(74998,10626,'_recurrence_interval',''),(74999,10627,'_recurrence_interval',''),(75000,10628,'_recurrence_interval',''),(75001,10629,'_recurrence_interval',''),(75002,10630,'_recurrence_interval',''),(75003,10631,'_recurrence_interval',''),(75004,10632,'_recurrence_interval',''),(75005,10633,'_recurrence_interval',''),(75006,10634,'_recurrence_interval',''),(75007,10635,'_recurrence_interval',''),(75008,10636,'_recurrence_interval',''),(75009,10637,'_recurrence_interval',''),(75010,10638,'_recurrence_interval',''),(75011,10639,'_recurrence_interval',''),(75012,10640,'_recurrence_interval',''),(75013,10641,'_recurrence_interval',''),(75014,10642,'_recurrence_interval',''),(75015,10643,'_recurrence_interval',''),(75016,10644,'_recurrence_interval',''),(75017,10645,'_recurrence_interval',''),(75018,10646,'_recurrence_interval',''),(75019,10647,'_recurrence_interval',''),(75020,10648,'_recurrence_interval',''),(75021,10649,'_recurrence_interval',''),(75022,10650,'_recurrence_interval',''),(75023,10651,'_recurrence_interval',''),(75024,10652,'_recurrence_interval',''),(75025,10653,'_recurrence_interval',''),(75026,10654,'_recurrence_interval',''),(75027,10655,'_recurrence_interval',''),(75028,10656,'_recurrence_interval',''),(75029,10657,'_recurrence_interval',''),(75030,10658,'_recurrence_interval',''),(75031,10659,'_recurrence_interval',''),(75032,10660,'_recurrence_interval',''),(75033,10661,'_recurrence_interval',''),(75034,10662,'_recurrence_interval',''),(75035,10663,'_recurrence_interval',''),(75036,10664,'_recurrence_interval',''),(75037,10665,'_recurrence_interval',''),(75038,10666,'_recurrence_interval',''),(75039,10667,'_recurrence_interval',''),(75040,10668,'_recurrence_interval',''),(75041,10669,'_recurrence_interval',''),(75042,10670,'_recurrence_interval',''),(75043,10671,'_recurrence_interval',''),(75044,10672,'_recurrence_interval',''),(75045,10673,'_recurrence_interval',''),(75046,10674,'_recurrence_interval',''),(75047,10675,'_recurrence_interval',''),(75048,10676,'_recurrence_interval',''),(75049,10677,'_recurrence_interval',''),(75050,10678,'_recurrence_interval',''),(75051,10679,'_recurrence_interval',''),(75052,10680,'_recurrence_interval',''),(75053,10681,'_recurrence_interval',''),(75054,10682,'_recurrence_interval',''),(75055,10683,'_recurrence_interval',''),(75056,10684,'_recurrence_interval',''),(75057,10685,'_recurrence_interval',''),(75058,10686,'_recurrence_interval',''),(75059,10687,'_recurrence_interval',''),(75060,10688,'_recurrence_interval',''),(75061,10689,'_recurrence_interval',''),(75062,10690,'_recurrence_interval',''),(75063,10691,'_recurrence_interval',''),(75064,10692,'_recurrence_interval',''),(75065,10693,'_recurrence_interval',''),(75066,10694,'_recurrence_interval',''),(75067,10695,'_recurrence_interval',''),(75068,10696,'_recurrence_interval',''),(75069,10697,'_recurrence_interval',''),(75070,10698,'_recurrence_interval',''),(75071,10699,'_recurrence_interval',''),(75072,10700,'_recurrence_interval',''),(75073,10701,'_recurrence_interval',''),(75074,10702,'_recurrence_interval',''),(75075,10703,'_recurrence_interval',''),(75076,10704,'_recurrence_interval',''),(75077,10705,'_recurrence_interval',''),(75078,10706,'_recurrence_interval',''),(75079,10707,'_recurrence_interval',''),(75080,10708,'_recurrence_interval',''),(75081,10709,'_recurrence_interval',''),(75082,10710,'_recurrence_interval',''),(75083,10711,'_recurrence_interval',''),(75084,10712,'_recurrence_interval',''),(75085,10713,'_recurrence_interval',''),(75086,10714,'_recurrence_interval',''),(75087,10715,'_recurrence_interval',''),(75089,10717,'_recurrence_interval',''),(75090,10718,'_recurrence_interval',''),(75092,10720,'_recurrence_interval',''),(75093,10721,'_recurrence_interval',''),(75094,10722,'_recurrence_interval',''),(75095,10723,'_recurrence_interval',''),(75096,10724,'_recurrence_interval',''),(75097,10725,'_recurrence_interval',''),(75098,10726,'_recurrence_interval',''),(75099,10727,'_recurrence_interval',''),(75100,10728,'_recurrence_interval',''),(75101,10729,'_recurrence_interval',''),(75102,10730,'_recurrence_interval',''),(75103,10731,'_recurrence_interval',''),(75104,10732,'_recurrence_interval',''),(75105,10733,'_recurrence_interval',''),(75106,10734,'_recurrence_interval',''),(75107,10735,'_recurrence_interval',''),(75108,10736,'_recurrence_interval',''),(75109,10737,'_recurrence_interval',''),(75110,10738,'_recurrence_interval',''),(75111,10739,'_recurrence_interval',''),(75112,10740,'_recurrence_interval',''),(75113,10741,'_recurrence_interval',''),(75114,10742,'_recurrence_interval',''),(75115,10743,'_recurrence_interval',''),(75116,10744,'_recurrence_interval',''),(75117,10745,'_recurrence_interval',''),(75118,10746,'_recurrence_interval',''),(75119,10747,'_recurrence_interval',''),(75120,10748,'_recurrence_interval',''),(75121,10749,'_recurrence_interval',''),(75122,10750,'_recurrence_interval',''),(75123,10751,'_recurrence_interval',''),(75124,10752,'_recurrence_interval',''),(75125,10753,'_recurrence_interval',''),(75126,10754,'_recurrence_interval',''),(75127,10755,'_recurrence_interval',''),(75128,10756,'_recurrence_interval',''),(75129,10757,'_recurrence_interval',''),(75130,10758,'_recurrence_interval',''),(75131,10759,'_recurrence_interval',''),(75132,10760,'_recurrence_interval',''),(75133,10761,'_recurrence_interval',''),(75134,10762,'_recurrence_interval',''),(75135,10763,'_recurrence_interval',''),(75136,10764,'_recurrence_interval',''),(75137,10765,'_recurrence_interval',''),(75138,10766,'_recurrence_interval',''),(75139,10767,'_recurrence_interval',''),(75140,10768,'_recurrence_interval',''),(75141,10769,'_recurrence_interval',''),(75142,10770,'_recurrence_interval',''),(75143,10771,'_recurrence_interval',''),(75144,10772,'_recurrence_interval',''),(75145,10773,'_recurrence_interval',''),(75146,10774,'_recurrence_interval',''),(75147,10775,'_recurrence_interval',''),(75148,10776,'_recurrence_interval',''),(75149,10777,'_recurrence_interval',''),(75150,10778,'_recurrence_interval',''),(75151,10779,'_recurrence_interval',''),(75152,10780,'_recurrence_interval',''),(75153,10781,'_recurrence_interval',''),(75154,10782,'_recurrence_interval',''),(75155,10783,'_recurrence_interval',''),(75156,10784,'_recurrence_interval',''),(75157,10785,'_recurrence_interval',''),(75158,10786,'_recurrence_interval',''),(75159,10787,'_recurrence_interval',''),(75160,10788,'_recurrence_interval',''),(75161,10789,'_recurrence_interval',''),(75162,10790,'_recurrence_interval',''),(75163,10791,'_recurrence_interval',''),(75164,10792,'_recurrence_interval',''),(75165,10793,'_recurrence_interval',''),(75166,10794,'_recurrence_interval',''),(75167,10795,'_recurrence_interval',''),(75168,10796,'_recurrence_interval',''),(75169,10797,'_recurrence_interval',''),(75170,10798,'_recurrence_interval',''),(75171,10799,'_recurrence_interval',''),(75172,10800,'_recurrence_interval',''),(75173,10801,'_recurrence_interval',''),(75174,10802,'_recurrence_interval',''),(75175,10803,'_recurrence_interval',''),(75176,10804,'_recurrence_interval',''),(75177,10805,'_recurrence_interval',''),(75178,10806,'_recurrence_interval',''),(75179,10807,'_recurrence_interval',''),(75180,10808,'_recurrence_interval',''),(75181,10809,'_recurrence_interval',''),(75182,10810,'_recurrence_interval',''),(75183,10811,'_recurrence_interval',''),(75184,10812,'_recurrence_interval',''),(75185,10813,'_recurrence_interval',''),(75186,10814,'_recurrence_interval',''),(75187,10815,'_recurrence_interval',''),(75188,10816,'_recurrence_interval',''),(75189,10817,'_recurrence_interval',''),(75190,10818,'_recurrence_interval',''),(75191,10819,'_recurrence_interval',''),(75192,10820,'_recurrence_interval',''),(75193,10821,'_recurrence_interval',''),(75194,10822,'_recurrence_interval',''),(75195,10823,'_recurrence_interval',''),(75196,10824,'_recurrence_interval',''),(75197,10825,'_recurrence_interval',''),(75198,10826,'_recurrence_interval',''),(75199,10827,'_recurrence_interval',''),(75200,10828,'_recurrence_interval',''),(75201,10829,'_recurrence_interval',''),(75202,10830,'_recurrence_interval',''),(75203,10831,'_recurrence_interval',''),(75204,10832,'_recurrence_interval',''),(75205,10833,'_recurrence_interval',''),(75206,10834,'_recurrence_interval',''),(75207,10835,'_recurrence_interval',''),(75208,10836,'_recurrence_interval',''),(75209,10837,'_recurrence_interval',''),(75210,10838,'_recurrence_interval',''),(75211,10839,'_recurrence_interval',''),(75212,10840,'_recurrence_interval',''),(75213,10841,'_recurrence_interval',''),(75214,10842,'_recurrence_interval',''),(75215,10843,'_recurrence_interval',''),(75216,10844,'_recurrence_interval',''),(75217,10845,'_recurrence_interval',''),(75218,10846,'_recurrence_interval',''),(75219,10847,'_recurrence_interval',''),(75220,10848,'_recurrence_interval',''),(75221,10849,'_recurrence_interval',''),(75222,10850,'_recurrence_interval',''),(75223,10851,'_recurrence_interval',''),(75224,10852,'_recurrence_interval',''),(75225,10853,'_recurrence_interval',''),(75226,10854,'_recurrence_interval',''),(76185,9766,'_recurrence_freq',''),(76186,9767,'_recurrence_freq',''),(76187,9768,'_recurrence_freq',''),(76188,9769,'_recurrence_freq',''),(76189,9770,'_recurrence_freq',''),(76190,9771,'_recurrence_freq',''),(76191,9772,'_recurrence_freq',''),(76192,9773,'_recurrence_freq',''),(76193,9774,'_recurrence_freq',''),(76194,9775,'_recurrence_freq',''),(76195,9776,'_recurrence_freq',''),(76196,9777,'_recurrence_freq',''),(76197,9778,'_recurrence_freq',''),(76198,9779,'_recurrence_freq',''),(76199,9780,'_recurrence_freq',''),(76200,9781,'_recurrence_freq',''),(76201,9782,'_recurrence_freq',''),(76202,9783,'_recurrence_freq',''),(76203,9784,'_recurrence_freq',''),(76204,9785,'_recurrence_freq',''),(76205,9786,'_recurrence_freq',''),(76206,9787,'_recurrence_freq',''),(76207,9788,'_recurrence_freq',''),(76208,9789,'_recurrence_freq',''),(76209,9790,'_recurrence_freq',''),(76210,9791,'_recurrence_freq',''),(76211,9792,'_recurrence_freq',''),(76212,9793,'_recurrence_freq',''),(76213,9794,'_recurrence_freq',''),(76214,9795,'_recurrence_freq',''),(76215,9796,'_recurrence_freq',''),(76216,9797,'_recurrence_freq',''),(76217,9798,'_recurrence_freq',''),(76218,9799,'_recurrence_freq',''),(76219,9800,'_recurrence_freq',''),(76220,9801,'_recurrence_freq',''),(76221,9802,'_recurrence_freq',''),(76222,9803,'_recurrence_freq',''),(76223,9804,'_recurrence_freq',''),(76224,9805,'_recurrence_freq',''),(76225,9806,'_recurrence_freq',''),(76226,9807,'_recurrence_freq',''),(76227,9808,'_recurrence_freq',''),(76228,9809,'_recurrence_freq',''),(76229,9810,'_recurrence_freq',''),(76230,9811,'_recurrence_freq',''),(76231,9812,'_recurrence_freq',''),(76232,9813,'_recurrence_freq',''),(76233,9814,'_recurrence_freq',''),(76234,9815,'_recurrence_freq',''),(76235,9816,'_recurrence_freq',''),(76236,9817,'_recurrence_freq',''),(76237,9818,'_recurrence_freq',''),(76238,9819,'_recurrence_freq',''),(76239,9820,'_recurrence_freq',''),(76240,9821,'_recurrence_freq',''),(76241,9822,'_recurrence_freq',''),(76242,9823,'_recurrence_freq',''),(76243,9824,'_recurrence_freq',''),(76244,9825,'_recurrence_freq',''),(76245,9826,'_recurrence_freq',''),(76246,9827,'_recurrence_freq',''),(76247,9828,'_recurrence_freq',''),(76248,9829,'_recurrence_freq',''),(76249,9830,'_recurrence_freq',''),(76251,9832,'_recurrence_freq',''),(76252,9833,'_recurrence_freq',''),(76253,9834,'_recurrence_freq',''),(76254,9835,'_recurrence_freq',''),(76255,9836,'_recurrence_freq',''),(76256,9837,'_recurrence_freq',''),(76257,9838,'_recurrence_freq',''),(76258,9839,'_recurrence_freq',''),(76259,9840,'_recurrence_freq',''),(76260,9841,'_recurrence_freq',''),(76261,9842,'_recurrence_freq',''),(76262,9843,'_recurrence_freq',''),(76263,9844,'_recurrence_freq',''),(76264,9845,'_recurrence_freq',''),(76265,9846,'_recurrence_freq',''),(76266,9847,'_recurrence_freq',''),(76267,9848,'_recurrence_freq',''),(76268,9849,'_recurrence_freq',''),(76269,9850,'_recurrence_freq',''),(76270,9851,'_recurrence_freq',''),(76271,9852,'_recurrence_freq',''),(76272,9853,'_recurrence_freq',''),(76273,9854,'_recurrence_freq',''),(76274,9855,'_recurrence_freq',''),(76275,9856,'_recurrence_freq',''),(76276,9857,'_recurrence_freq',''),(76277,9858,'_recurrence_freq',''),(76278,9859,'_recurrence_freq',''),(76279,9860,'_recurrence_freq',''),(76280,9861,'_recurrence_freq',''),(76281,9862,'_recurrence_freq',''),(76282,9863,'_recurrence_freq',''),(76283,9864,'_recurrence_freq',''),(76284,9865,'_recurrence_freq',''),(76285,9866,'_recurrence_freq',''),(76286,9867,'_recurrence_freq',''),(76287,9868,'_recurrence_freq',''),(76288,9869,'_recurrence_freq',''),(76289,9870,'_recurrence_freq',''),(76290,9871,'_recurrence_freq',''),(76291,9872,'_recurrence_freq',''),(76292,9873,'_recurrence_freq',''),(76293,9874,'_recurrence_freq',''),(76294,9875,'_recurrence_freq',''),(76295,9876,'_recurrence_freq',''),(76296,9877,'_recurrence_freq',''),(76297,9878,'_recurrence_freq',''),(76298,9879,'_recurrence_freq',''),(76299,9880,'_recurrence_freq',''),(76300,9881,'_recurrence_freq',''),(76301,9882,'_recurrence_freq',''),(76302,9883,'_recurrence_freq',''),(76303,9884,'_recurrence_freq',''),(76304,9885,'_recurrence_freq',''),(76305,9886,'_recurrence_freq',''),(76306,9887,'_recurrence_freq',''),(76307,9888,'_recurrence_freq',''),(76308,9889,'_recurrence_freq',''),(76309,9890,'_recurrence_freq',''),(76310,9891,'_recurrence_freq',''),(76311,9892,'_recurrence_freq',''),(76312,9893,'_recurrence_freq',''),(76313,9894,'_recurrence_freq',''),(76314,9895,'_recurrence_freq',''),(76315,9896,'_recurrence_freq',''),(76316,9897,'_recurrence_freq',''),(76317,9898,'_recurrence_freq',''),(76318,9899,'_recurrence_freq',''),(76319,9900,'_recurrence_freq',''),(76320,9901,'_recurrence_freq',''),(76321,9902,'_recurrence_freq',''),(76322,9903,'_recurrence_freq',''),(76323,9904,'_recurrence_freq',''),(76324,9905,'_recurrence_freq',''),(76325,9906,'_recurrence_freq',''),(76326,9907,'_recurrence_freq',''),(76327,9908,'_recurrence_freq',''),(76328,9909,'_recurrence_freq',''),(76329,9910,'_recurrence_freq',''),(76330,9911,'_recurrence_freq',''),(76331,9912,'_recurrence_freq',''),(76332,9913,'_recurrence_freq',''),(76333,9914,'_recurrence_freq',''),(76334,9915,'_recurrence_freq',''),(76335,9916,'_recurrence_freq',''),(76336,9917,'_recurrence_freq',''),(76337,9918,'_recurrence_freq',''),(76338,9919,'_recurrence_freq',''),(76339,9920,'_recurrence_freq',''),(76340,9921,'_recurrence_freq',''),(76341,9922,'_recurrence_freq',''),(76342,9923,'_recurrence_freq',''),(76343,9924,'_recurrence_freq',''),(76344,9925,'_recurrence_freq',''),(76345,9926,'_recurrence_freq',''),(76346,9927,'_recurrence_freq',''),(76347,9928,'_recurrence_freq',''),(76348,9929,'_recurrence_freq',''),(76349,9930,'_recurrence_freq',''),(76350,9931,'_recurrence_freq',''),(76351,9932,'_recurrence_freq',''),(76352,9933,'_recurrence_freq',''),(76353,9934,'_recurrence_freq',''),(76354,9935,'_recurrence_freq',''),(76355,9936,'_recurrence_freq',''),(76356,9937,'_recurrence_freq',''),(76357,9938,'_recurrence_freq',''),(76358,9939,'_recurrence_freq',''),(76359,9940,'_recurrence_freq',''),(76360,9941,'_recurrence_freq',''),(76361,9942,'_recurrence_freq',''),(76362,9943,'_recurrence_freq',''),(76363,9944,'_recurrence_freq',''),(76364,9945,'_recurrence_freq',''),(76365,9946,'_recurrence_freq',''),(76366,9947,'_recurrence_freq',''),(76367,9948,'_recurrence_freq',''),(76368,9949,'_recurrence_freq',''),(76369,9950,'_recurrence_freq',''),(76370,9951,'_recurrence_freq',''),(76371,9952,'_recurrence_freq',''),(76372,9953,'_recurrence_freq',''),(76373,9954,'_recurrence_freq',''),(76374,9955,'_recurrence_freq',''),(76375,9956,'_recurrence_freq',''),(76376,9957,'_recurrence_freq',''),(76377,9958,'_recurrence_freq',''),(76378,9959,'_recurrence_freq',''),(76379,9960,'_recurrence_freq',''),(76380,9961,'_recurrence_freq',''),(76381,9962,'_recurrence_freq',''),(76382,9963,'_recurrence_freq',''),(76383,9964,'_recurrence_freq',''),(76384,9965,'_recurrence_freq',''),(76385,9966,'_recurrence_freq',''),(76386,9967,'_recurrence_freq',''),(76387,9968,'_recurrence_freq',''),(76388,9969,'_recurrence_freq',''),(76389,9970,'_recurrence_freq',''),(76390,9971,'_recurrence_freq',''),(76391,9972,'_recurrence_freq',''),(76392,9973,'_recurrence_freq',''),(76393,9974,'_recurrence_freq',''),(76394,9975,'_recurrence_freq',''),(76395,9976,'_recurrence_freq',''),(76396,9977,'_recurrence_freq',''),(76397,9978,'_recurrence_freq',''),(76398,9979,'_recurrence_freq',''),(76399,9980,'_recurrence_freq',''),(76400,9981,'_recurrence_freq',''),(76401,9982,'_recurrence_freq',''),(76402,9983,'_recurrence_freq',''),(76403,9984,'_recurrence_freq',''),(76404,9985,'_recurrence_freq',''),(76405,9986,'_recurrence_freq',''),(76406,9987,'_recurrence_freq',''),(76407,9988,'_recurrence_freq',''),(76408,9989,'_recurrence_freq',''),(76409,9990,'_recurrence_freq',''),(76410,9991,'_recurrence_freq',''),(76411,9992,'_recurrence_freq',''),(76412,9993,'_recurrence_freq',''),(76413,9994,'_recurrence_freq',''),(76414,9995,'_recurrence_freq',''),(76415,9996,'_recurrence_freq',''),(76416,9997,'_recurrence_freq',''),(76417,9998,'_recurrence_freq',''),(76418,9999,'_recurrence_freq',''),(76419,10000,'_recurrence_freq',''),(76421,10002,'_recurrence_freq',''),(76422,10003,'_recurrence_freq',''),(76423,10004,'_recurrence_freq',''),(76424,10005,'_recurrence_freq',''),(76425,10006,'_recurrence_freq',''),(76426,10007,'_recurrence_freq',''),(76427,10008,'_recurrence_freq',''),(76440,10021,'_recurrence_freq',''),(76480,10061,'_recurrence_freq',''),(76481,10062,'_recurrence_freq',''),(76482,10063,'_recurrence_freq',''),(76483,10064,'_recurrence_freq',''),(76484,10065,'_recurrence_freq',''),(76485,10066,'_recurrence_freq',''),(76486,10067,'_recurrence_freq',''),(76487,10068,'_recurrence_freq',''),(76488,10069,'_recurrence_freq',''),(76489,10070,'_recurrence_freq',''),(76490,10071,'_recurrence_freq',''),(76491,10072,'_recurrence_freq',''),(76492,10073,'_recurrence_freq',''),(76493,10074,'_recurrence_freq',''),(76494,10075,'_recurrence_freq',''),(76495,10076,'_recurrence_freq',''),(76496,10077,'_recurrence_freq',''),(76497,10078,'_recurrence_freq',''),(76498,10079,'_recurrence_freq',''),(76499,10080,'_recurrence_freq',''),(76500,10081,'_recurrence_freq',''),(76501,10082,'_recurrence_freq',''),(76502,10083,'_recurrence_freq',''),(76503,10084,'_recurrence_freq',''),(76504,10085,'_recurrence_freq',''),(76505,10086,'_recurrence_freq',''),(76506,10087,'_recurrence_freq',''),(76507,10088,'_recurrence_freq',''),(76508,10089,'_recurrence_freq',''),(76509,10090,'_recurrence_freq',''),(76510,10091,'_recurrence_freq',''),(76511,10092,'_recurrence_freq',''),(76512,10093,'_recurrence_freq',''),(76513,10094,'_recurrence_freq',''),(76514,10095,'_recurrence_freq',''),(76515,10096,'_recurrence_freq',''),(76516,10097,'_recurrence_freq',''),(76517,10098,'_recurrence_freq',''),(76518,10099,'_recurrence_freq',''),(76519,10100,'_recurrence_freq',''),(76520,10101,'_recurrence_freq',''),(76521,10102,'_recurrence_freq',''),(76522,10103,'_recurrence_freq',''),(76523,10104,'_recurrence_freq',''),(76524,10105,'_recurrence_freq',''),(76525,10106,'_recurrence_freq',''),(76526,10107,'_recurrence_freq',''),(76527,10108,'_recurrence_freq',''),(76528,10109,'_recurrence_freq',''),(76529,10110,'_recurrence_freq',''),(76530,10111,'_recurrence_freq',''),(76531,10112,'_recurrence_freq',''),(76532,10113,'_recurrence_freq',''),(76533,10114,'_recurrence_freq',''),(76534,10115,'_recurrence_freq',''),(76535,10116,'_recurrence_freq',''),(76536,10117,'_recurrence_freq',''),(76537,10118,'_recurrence_freq',''),(76538,10119,'_recurrence_freq',''),(76539,10120,'_recurrence_freq',''),(76540,10121,'_recurrence_freq',''),(76541,10122,'_recurrence_freq',''),(76542,10123,'_recurrence_freq',''),(76543,10124,'_recurrence_freq',''),(76544,10125,'_recurrence_freq',''),(76545,10126,'_recurrence_freq',''),(76546,10127,'_recurrence_freq',''),(76547,10128,'_recurrence_freq',''),(76548,10129,'_recurrence_freq',''),(76549,10130,'_recurrence_freq',''),(76550,10131,'_recurrence_freq',''),(76551,10132,'_recurrence_freq',''),(76552,10133,'_recurrence_freq',''),(76553,10134,'_recurrence_freq',''),(76554,10135,'_recurrence_freq',''),(76555,10136,'_recurrence_freq',''),(76556,10137,'_recurrence_freq',''),(76557,10138,'_recurrence_freq',''),(76558,10139,'_recurrence_freq',''),(76559,10140,'_recurrence_freq',''),(76560,10141,'_recurrence_freq',''),(76561,10142,'_recurrence_freq',''),(76562,10143,'_recurrence_freq',''),(76563,10144,'_recurrence_freq',''),(76564,10145,'_recurrence_freq',''),(76565,10146,'_recurrence_freq',''),(76566,10147,'_recurrence_freq',''),(76567,10148,'_recurrence_freq',''),(76568,10149,'_recurrence_freq',''),(76569,10150,'_recurrence_freq',''),(76570,10151,'_recurrence_freq',''),(76571,10152,'_recurrence_freq',''),(76572,10153,'_recurrence_freq',''),(76573,10154,'_recurrence_freq',''),(76574,10155,'_recurrence_freq',''),(76575,10156,'_recurrence_freq',''),(76576,10157,'_recurrence_freq',''),(76577,10158,'_recurrence_freq',''),(76578,10159,'_recurrence_freq',''),(76579,10160,'_recurrence_freq',''),(76580,10161,'_recurrence_freq',''),(76581,10162,'_recurrence_freq',''),(76582,10163,'_recurrence_freq',''),(76583,10164,'_recurrence_freq',''),(76584,10165,'_recurrence_freq',''),(76585,10166,'_recurrence_freq',''),(76586,10167,'_recurrence_freq',''),(76587,10168,'_recurrence_freq',''),(76588,10169,'_recurrence_freq',''),(76589,10170,'_recurrence_freq',''),(76590,10171,'_recurrence_freq',''),(76591,10172,'_recurrence_freq',''),(76592,10173,'_recurrence_freq',''),(76593,10174,'_recurrence_freq',''),(76594,10175,'_recurrence_freq',''),(76595,10176,'_recurrence_freq',''),(76596,10177,'_recurrence_freq',''),(76597,10178,'_recurrence_freq',''),(76598,10179,'_recurrence_freq',''),(76599,10180,'_recurrence_freq',''),(76600,10181,'_recurrence_freq',''),(76601,10182,'_recurrence_freq',''),(76602,10183,'_recurrence_freq',''),(76603,10184,'_recurrence_freq',''),(76604,10185,'_recurrence_freq',''),(76605,10186,'_recurrence_freq',''),(76606,10187,'_recurrence_freq',''),(76607,10188,'_recurrence_freq',''),(76608,10189,'_recurrence_freq',''),(76609,10190,'_recurrence_freq',''),(76610,10191,'_recurrence_freq',''),(76611,10192,'_recurrence_freq',''),(76612,10193,'_recurrence_freq',''),(76613,10194,'_recurrence_freq',''),(76614,10195,'_recurrence_freq',''),(76615,10196,'_recurrence_freq',''),(76616,10197,'_recurrence_freq',''),(76617,10198,'_recurrence_freq',''),(76618,10199,'_recurrence_freq',''),(76619,10200,'_recurrence_freq',''),(76620,10201,'_recurrence_freq',''),(76621,10202,'_recurrence_freq',''),(76622,10203,'_recurrence_freq',''),(76623,10204,'_recurrence_freq',''),(76624,10205,'_recurrence_freq',''),(76625,10206,'_recurrence_freq',''),(76626,10207,'_recurrence_freq',''),(76627,10208,'_recurrence_freq',''),(76628,10209,'_recurrence_freq',''),(76629,10210,'_recurrence_freq',''),(76630,10211,'_recurrence_freq',''),(76631,10212,'_recurrence_freq',''),(76632,10213,'_recurrence_freq',''),(76633,10214,'_recurrence_freq',''),(76634,10215,'_recurrence_freq',''),(76635,10216,'_recurrence_freq',''),(76636,10217,'_recurrence_freq',''),(76637,10218,'_recurrence_freq',''),(76638,10219,'_recurrence_freq',''),(76639,10220,'_recurrence_freq',''),(76640,10221,'_recurrence_freq',''),(76641,10222,'_recurrence_freq',''),(76642,10223,'_recurrence_freq',''),(76643,10224,'_recurrence_freq',''),(76644,10225,'_recurrence_freq',''),(76645,10226,'_recurrence_freq',''),(76646,10227,'_recurrence_freq',''),(76647,10228,'_recurrence_freq',''),(76648,10229,'_recurrence_freq',''),(76649,10230,'_recurrence_freq',''),(76650,10231,'_recurrence_freq',''),(76651,10232,'_recurrence_freq',''),(76652,10233,'_recurrence_freq',''),(76653,10234,'_recurrence_freq',''),(76654,10235,'_recurrence_freq',''),(76655,10236,'_recurrence_freq',''),(76663,10244,'_recurrence_freq',''),(76666,10247,'_recurrence_freq',''),(76667,10248,'_recurrence_freq',''),(76668,10249,'_recurrence_freq',''),(76669,10250,'_recurrence_freq',''),(76670,10251,'_recurrence_freq',''),(76671,10252,'_recurrence_freq',''),(76672,10253,'_recurrence_freq',''),(76673,10254,'_recurrence_freq',''),(76674,10255,'_recurrence_freq',''),(76675,10256,'_recurrence_freq',''),(76676,10257,'_recurrence_freq',''),(76677,10258,'_recurrence_freq',''),(76678,10259,'_recurrence_freq',''),(76679,10260,'_recurrence_freq',''),(76680,10261,'_recurrence_freq',''),(76681,10262,'_recurrence_freq',''),(76682,10263,'_recurrence_freq',''),(76683,10264,'_recurrence_freq',''),(76684,10265,'_recurrence_freq',''),(76685,10266,'_recurrence_freq',''),(76686,10267,'_recurrence_freq',''),(76687,10268,'_recurrence_freq',''),(76688,10269,'_recurrence_freq',''),(76689,10270,'_recurrence_freq',''),(76690,10271,'_recurrence_freq',''),(76691,10272,'_recurrence_freq',''),(76692,10273,'_recurrence_freq',''),(76693,10274,'_recurrence_freq',''),(76694,10275,'_recurrence_freq',''),(76695,10276,'_recurrence_freq',''),(76696,10277,'_recurrence_freq',''),(76697,10278,'_recurrence_freq',''),(76698,10279,'_recurrence_freq',''),(76699,10280,'_recurrence_freq',''),(76700,10281,'_recurrence_freq',''),(76701,10282,'_recurrence_freq',''),(76702,10283,'_recurrence_freq',''),(76703,10284,'_recurrence_freq',''),(76704,10285,'_recurrence_freq',''),(76705,10286,'_recurrence_freq',''),(76706,10287,'_recurrence_freq',''),(76707,10288,'_recurrence_freq',''),(76708,10289,'_recurrence_freq',''),(76709,10290,'_recurrence_freq',''),(76710,10291,'_recurrence_freq',''),(76711,10292,'_recurrence_freq',''),(76712,10293,'_recurrence_freq',''),(76713,10294,'_recurrence_freq',''),(76714,10295,'_recurrence_freq',''),(76715,10296,'_recurrence_freq',''),(76716,10297,'_recurrence_freq',''),(76717,10298,'_recurrence_freq',''),(76718,10299,'_recurrence_freq',''),(76719,10300,'_recurrence_freq',''),(76720,10301,'_recurrence_freq',''),(76721,10302,'_recurrence_freq',''),(76722,10303,'_recurrence_freq',''),(76723,10304,'_recurrence_freq',''),(76724,10305,'_recurrence_freq',''),(76725,10306,'_recurrence_freq',''),(76726,10307,'_recurrence_freq',''),(76727,10308,'_recurrence_freq',''),(76728,10309,'_recurrence_freq',''),(76729,10310,'_recurrence_freq',''),(76730,10311,'_recurrence_freq',''),(76731,10312,'_recurrence_freq',''),(76732,10313,'_recurrence_freq',''),(76733,10314,'_recurrence_freq',''),(76734,10315,'_recurrence_freq',''),(76735,10316,'_recurrence_freq',''),(76736,10317,'_recurrence_freq',''),(76737,10318,'_recurrence_freq',''),(76738,10319,'_recurrence_freq',''),(76739,10320,'_recurrence_freq',''),(76740,10321,'_recurrence_freq',''),(76741,10322,'_recurrence_freq',''),(76742,10323,'_recurrence_freq',''),(76743,10324,'_recurrence_freq',''),(76744,10325,'_recurrence_freq',''),(76745,10326,'_recurrence_freq',''),(76746,10327,'_recurrence_freq',''),(76747,10328,'_recurrence_freq',''),(76748,10329,'_recurrence_freq',''),(76749,10330,'_recurrence_freq',''),(76750,10331,'_recurrence_freq',''),(76751,10332,'_recurrence_freq',''),(76752,10333,'_recurrence_freq',''),(76753,10334,'_recurrence_freq',''),(76754,10335,'_recurrence_freq',''),(76755,10336,'_recurrence_freq',''),(76756,10337,'_recurrence_freq',''),(76757,10338,'_recurrence_freq',''),(76758,10339,'_recurrence_freq',''),(76759,10340,'_recurrence_freq',''),(76760,10341,'_recurrence_freq',''),(76761,10342,'_recurrence_freq',''),(76762,10343,'_recurrence_freq',''),(76763,10344,'_recurrence_freq',''),(76764,10345,'_recurrence_freq',''),(76765,10346,'_recurrence_freq',''),(76766,10347,'_recurrence_freq',''),(76767,10348,'_recurrence_freq',''),(76768,10349,'_recurrence_freq',''),(76769,10350,'_recurrence_freq',''),(76770,10351,'_recurrence_freq',''),(76771,10352,'_recurrence_freq',''),(76772,10353,'_recurrence_freq',''),(76773,10354,'_recurrence_freq',''),(76774,10355,'_recurrence_freq',''),(76775,10356,'_recurrence_freq',''),(76776,10357,'_recurrence_freq',''),(76777,10358,'_recurrence_freq',''),(76778,10359,'_recurrence_freq',''),(76779,10360,'_recurrence_freq',''),(76780,10361,'_recurrence_freq',''),(76781,10362,'_recurrence_freq',''),(76782,10363,'_recurrence_freq',''),(76783,10364,'_recurrence_freq',''),(76784,10365,'_recurrence_freq',''),(76785,10366,'_recurrence_freq',''),(76786,10367,'_recurrence_freq',''),(76787,10368,'_recurrence_freq',''),(76788,10369,'_recurrence_freq',''),(76789,10370,'_recurrence_freq',''),(76790,10371,'_recurrence_freq',''),(76791,10372,'_recurrence_freq',''),(76792,10373,'_recurrence_freq',''),(76793,10374,'_recurrence_freq',''),(76794,10375,'_recurrence_freq',''),(76795,10376,'_recurrence_freq',''),(76796,10377,'_recurrence_freq',''),(76797,10378,'_recurrence_freq',''),(76798,10379,'_recurrence_freq',''),(76799,10380,'_recurrence_freq',''),(76800,10381,'_recurrence_freq',''),(76801,10382,'_recurrence_freq',''),(76802,10383,'_recurrence_freq',''),(76803,10384,'_recurrence_freq',''),(76804,10385,'_recurrence_freq',''),(76805,10386,'_recurrence_freq',''),(76806,10387,'_recurrence_freq',''),(76807,10388,'_recurrence_freq',''),(76808,10389,'_recurrence_freq',''),(76809,10390,'_recurrence_freq',''),(76810,10391,'_recurrence_freq',''),(76811,10392,'_recurrence_freq',''),(76812,10393,'_recurrence_freq',''),(76813,10394,'_recurrence_freq',''),(76814,10395,'_recurrence_freq',''),(76815,10396,'_recurrence_freq',''),(76816,10397,'_recurrence_freq',''),(76817,10398,'_recurrence_freq',''),(76818,10399,'_recurrence_freq',''),(76819,10400,'_recurrence_freq',''),(76820,10401,'_recurrence_freq',''),(76821,10402,'_recurrence_freq',''),(76822,10403,'_recurrence_freq',''),(76823,10404,'_recurrence_freq',''),(76824,10405,'_recurrence_freq',''),(76825,10406,'_recurrence_freq',''),(76826,10407,'_recurrence_freq',''),(76827,10408,'_recurrence_freq',''),(76828,10409,'_recurrence_freq',''),(76829,10410,'_recurrence_freq',''),(76830,10411,'_recurrence_freq',''),(76831,10412,'_recurrence_freq',''),(76832,10413,'_recurrence_freq',''),(76833,10414,'_recurrence_freq',''),(76834,10415,'_recurrence_freq',''),(76835,10416,'_recurrence_freq',''),(76836,10417,'_recurrence_freq',''),(76837,10418,'_recurrence_freq',''),(76838,10419,'_recurrence_freq',''),(76839,10420,'_recurrence_freq',''),(76840,10421,'_recurrence_freq',''),(76841,10422,'_recurrence_freq',''),(76842,10423,'_recurrence_freq',''),(76843,10424,'_recurrence_freq',''),(76844,10425,'_recurrence_freq',''),(76845,10426,'_recurrence_freq',''),(76846,10427,'_recurrence_freq',''),(76847,10428,'_recurrence_freq',''),(76848,10429,'_recurrence_freq',''),(76849,10430,'_recurrence_freq',''),(76850,10431,'_recurrence_freq',''),(76851,10432,'_recurrence_freq',''),(76852,10433,'_recurrence_freq',''),(76853,10434,'_recurrence_freq',''),(76854,10435,'_recurrence_freq',''),(76855,10436,'_recurrence_freq',''),(76856,10437,'_recurrence_freq',''),(76857,10438,'_recurrence_freq',''),(76858,10439,'_recurrence_freq',''),(76859,10440,'_recurrence_freq',''),(76860,10441,'_recurrence_freq',''),(76861,10442,'_recurrence_freq',''),(76862,10443,'_recurrence_freq',''),(76863,10444,'_recurrence_freq',''),(76864,10445,'_recurrence_freq',''),(76865,10446,'_recurrence_freq',''),(76866,10447,'_recurrence_freq',''),(76867,10448,'_recurrence_freq',''),(76868,10449,'_recurrence_freq',''),(76869,10450,'_recurrence_freq',''),(76870,10451,'_recurrence_freq',''),(76871,10452,'_recurrence_freq',''),(76872,10453,'_recurrence_freq',''),(76873,10454,'_recurrence_freq',''),(76874,10455,'_recurrence_freq',''),(76875,10456,'_recurrence_freq',''),(76876,10457,'_recurrence_freq',''),(76877,10458,'_recurrence_freq',''),(76878,10459,'_recurrence_freq',''),(76879,10460,'_recurrence_freq',''),(76880,10461,'_recurrence_freq',''),(76881,10462,'_recurrence_freq',''),(76882,10463,'_recurrence_freq',''),(76883,10464,'_recurrence_freq',''),(76884,10465,'_recurrence_freq',''),(76885,10466,'_recurrence_freq',''),(76886,10467,'_recurrence_freq',''),(76887,10468,'_recurrence_freq',''),(76888,10469,'_recurrence_freq',''),(76889,10470,'_recurrence_freq',''),(76890,10471,'_recurrence_freq',''),(76891,10472,'_recurrence_freq',''),(76892,10473,'_recurrence_freq',''),(76893,10474,'_recurrence_freq',''),(76894,10475,'_recurrence_freq',''),(76895,10476,'_recurrence_freq',''),(76896,10477,'_recurrence_freq',''),(76897,10478,'_recurrence_freq',''),(76898,10479,'_recurrence_freq',''),(76899,10480,'_recurrence_freq',''),(76900,10481,'_recurrence_freq',''),(76901,10482,'_recurrence_freq',''),(76902,10483,'_recurrence_freq',''),(76903,10484,'_recurrence_freq',''),(76904,10485,'_recurrence_freq',''),(76905,10486,'_recurrence_freq',''),(76906,10487,'_recurrence_freq',''),(76907,10488,'_recurrence_freq',''),(76908,10489,'_recurrence_freq',''),(76909,10490,'_recurrence_freq',''),(76910,10491,'_recurrence_freq',''),(76911,10492,'_recurrence_freq',''),(76912,10493,'_recurrence_freq',''),(76913,10494,'_recurrence_freq',''),(76914,10495,'_recurrence_freq',''),(76915,10496,'_recurrence_freq',''),(76916,10497,'_recurrence_freq',''),(76917,10498,'_recurrence_freq',''),(76918,10499,'_recurrence_freq',''),(76919,10500,'_recurrence_freq',''),(76920,10501,'_recurrence_freq',''),(76921,10502,'_recurrence_freq',''),(76922,10503,'_recurrence_freq',''),(76923,10504,'_recurrence_freq',''),(76924,10505,'_recurrence_freq',''),(76925,10506,'_recurrence_freq',''),(76926,10507,'_recurrence_freq',''),(76927,10508,'_recurrence_freq',''),(76928,10509,'_recurrence_freq',''),(76929,10510,'_recurrence_freq',''),(76930,10511,'_recurrence_freq',''),(76931,10512,'_recurrence_freq',''),(76932,10513,'_recurrence_freq',''),(76933,10514,'_recurrence_freq',''),(76934,10515,'_recurrence_freq',''),(76935,10516,'_recurrence_freq',''),(76936,10517,'_recurrence_freq',''),(76937,10518,'_recurrence_freq',''),(76938,10519,'_recurrence_freq',''),(76939,10520,'_recurrence_freq',''),(76940,10521,'_recurrence_freq',''),(76941,10522,'_recurrence_freq',''),(76942,10523,'_recurrence_freq',''),(76943,10524,'_recurrence_freq',''),(76944,10525,'_recurrence_freq',''),(76945,10526,'_recurrence_freq',''),(76946,10527,'_recurrence_freq',''),(76947,10528,'_recurrence_freq',''),(76948,10529,'_recurrence_freq',''),(76949,10530,'_recurrence_freq',''),(76950,10531,'_recurrence_freq',''),(76951,10532,'_recurrence_freq',''),(76952,10533,'_recurrence_freq',''),(76953,10534,'_recurrence_freq',''),(76954,10535,'_recurrence_freq',''),(76955,10536,'_recurrence_freq',''),(76956,10537,'_recurrence_freq',''),(76957,10538,'_recurrence_freq',''),(76958,10539,'_recurrence_freq',''),(76959,10540,'_recurrence_freq',''),(76960,10541,'_recurrence_freq',''),(76961,10542,'_recurrence_freq',''),(76962,10543,'_recurrence_freq',''),(76963,10544,'_recurrence_freq',''),(76964,10545,'_recurrence_freq',''),(76965,10546,'_recurrence_freq',''),(76966,10547,'_recurrence_freq',''),(76967,10548,'_recurrence_freq',''),(76968,10549,'_recurrence_freq',''),(76969,10550,'_recurrence_freq',''),(76970,10551,'_recurrence_freq',''),(76971,10552,'_recurrence_freq',''),(76972,10553,'_recurrence_freq',''),(76973,10554,'_recurrence_freq',''),(76974,10555,'_recurrence_freq',''),(76975,10556,'_recurrence_freq',''),(76976,10557,'_recurrence_freq',''),(76977,10558,'_recurrence_freq',''),(76978,10559,'_recurrence_freq',''),(76979,10560,'_recurrence_freq',''),(76980,10561,'_recurrence_freq',''),(76981,10562,'_recurrence_freq',''),(76982,10563,'_recurrence_freq',''),(76983,10564,'_recurrence_freq',''),(76984,10565,'_recurrence_freq',''),(76985,10566,'_recurrence_freq',''),(76986,10567,'_recurrence_freq',''),(76987,10568,'_recurrence_freq',''),(76988,10569,'_recurrence_freq',''),(76989,10570,'_recurrence_freq',''),(76990,10571,'_recurrence_freq',''),(76991,10572,'_recurrence_freq',''),(76992,10573,'_recurrence_freq',''),(76993,10574,'_recurrence_freq',''),(76994,10575,'_recurrence_freq',''),(76995,10576,'_recurrence_freq',''),(76996,10577,'_recurrence_freq',''),(76997,10578,'_recurrence_freq',''),(76998,10579,'_recurrence_freq',''),(76999,10580,'_recurrence_freq',''),(77000,10581,'_recurrence_freq',''),(77001,10582,'_recurrence_freq',''),(77002,10583,'_recurrence_freq',''),(77003,10584,'_recurrence_freq',''),(77004,10585,'_recurrence_freq',''),(77005,10586,'_recurrence_freq',''),(77006,10587,'_recurrence_freq',''),(77007,10588,'_recurrence_freq',''),(77008,10589,'_recurrence_freq',''),(77009,10590,'_recurrence_freq',''),(77010,10591,'_recurrence_freq',''),(77011,10592,'_recurrence_freq',''),(77012,10593,'_recurrence_freq',''),(77013,10594,'_recurrence_freq',''),(77014,10595,'_recurrence_freq',''),(77015,10596,'_recurrence_freq',''),(77016,10597,'_recurrence_freq',''),(77017,10598,'_recurrence_freq',''),(77018,10599,'_recurrence_freq',''),(77019,10600,'_recurrence_freq',''),(77020,10601,'_recurrence_freq',''),(77021,10602,'_recurrence_freq',''),(77022,10603,'_recurrence_freq',''),(77023,10604,'_recurrence_freq',''),(77024,10605,'_recurrence_freq',''),(77025,10606,'_recurrence_freq',''),(77026,10607,'_recurrence_freq',''),(77027,10608,'_recurrence_freq',''),(77028,10609,'_recurrence_freq',''),(77029,10610,'_recurrence_freq',''),(77030,10611,'_recurrence_freq',''),(77031,10612,'_recurrence_freq',''),(77032,10613,'_recurrence_freq',''),(77033,10614,'_recurrence_freq',''),(77034,10615,'_recurrence_freq',''),(77035,10616,'_recurrence_freq',''),(77036,10617,'_recurrence_freq',''),(77037,10618,'_recurrence_freq',''),(77038,10619,'_recurrence_freq',''),(77039,10620,'_recurrence_freq',''),(77040,10621,'_recurrence_freq',''),(77041,10622,'_recurrence_freq',''),(77042,10623,'_recurrence_freq',''),(77043,10624,'_recurrence_freq',''),(77044,10625,'_recurrence_freq',''),(77045,10626,'_recurrence_freq',''),(77046,10627,'_recurrence_freq',''),(77047,10628,'_recurrence_freq',''),(77048,10629,'_recurrence_freq',''),(77049,10630,'_recurrence_freq',''),(77050,10631,'_recurrence_freq',''),(77051,10632,'_recurrence_freq',''),(77052,10633,'_recurrence_freq',''),(77053,10634,'_recurrence_freq',''),(77054,10635,'_recurrence_freq',''),(77055,10636,'_recurrence_freq',''),(77056,10637,'_recurrence_freq',''),(77057,10638,'_recurrence_freq',''),(77058,10639,'_recurrence_freq',''),(77059,10640,'_recurrence_freq',''),(77060,10641,'_recurrence_freq',''),(77061,10642,'_recurrence_freq',''),(77062,10643,'_recurrence_freq',''),(77063,10644,'_recurrence_freq',''),(77064,10645,'_recurrence_freq',''),(77065,10646,'_recurrence_freq',''),(77066,10647,'_recurrence_freq',''),(77067,10648,'_recurrence_freq',''),(77068,10649,'_recurrence_freq',''),(77069,10650,'_recurrence_freq',''),(77070,10651,'_recurrence_freq',''),(77071,10652,'_recurrence_freq',''),(77072,10653,'_recurrence_freq',''),(77073,10654,'_recurrence_freq',''),(77074,10655,'_recurrence_freq',''),(77075,10656,'_recurrence_freq',''),(77076,10657,'_recurrence_freq',''),(77077,10658,'_recurrence_freq',''),(77078,10659,'_recurrence_freq',''),(77079,10660,'_recurrence_freq',''),(77080,10661,'_recurrence_freq',''),(77081,10662,'_recurrence_freq',''),(77082,10663,'_recurrence_freq',''),(77083,10664,'_recurrence_freq',''),(77084,10665,'_recurrence_freq',''),(77085,10666,'_recurrence_freq',''),(77086,10667,'_recurrence_freq',''),(77087,10668,'_recurrence_freq',''),(77088,10669,'_recurrence_freq',''),(77089,10670,'_recurrence_freq',''),(77090,10671,'_recurrence_freq',''),(77091,10672,'_recurrence_freq',''),(77092,10673,'_recurrence_freq',''),(77093,10674,'_recurrence_freq',''),(77094,10675,'_recurrence_freq',''),(77095,10676,'_recurrence_freq',''),(77096,10677,'_recurrence_freq',''),(77097,10678,'_recurrence_freq',''),(77098,10679,'_recurrence_freq',''),(77099,10680,'_recurrence_freq',''),(77100,10681,'_recurrence_freq',''),(77101,10682,'_recurrence_freq',''),(77102,10683,'_recurrence_freq',''),(77103,10684,'_recurrence_freq',''),(77104,10685,'_recurrence_freq',''),(77105,10686,'_recurrence_freq',''),(77106,10687,'_recurrence_freq',''),(77107,10688,'_recurrence_freq',''),(77108,10689,'_recurrence_freq',''),(77109,10690,'_recurrence_freq',''),(77110,10691,'_recurrence_freq',''),(77111,10692,'_recurrence_freq',''),(77112,10693,'_recurrence_freq',''),(77113,10694,'_recurrence_freq',''),(77114,10695,'_recurrence_freq',''),(77115,10696,'_recurrence_freq',''),(77116,10697,'_recurrence_freq',''),(77117,10698,'_recurrence_freq',''),(77118,10699,'_recurrence_freq',''),(77119,10700,'_recurrence_freq',''),(77120,10701,'_recurrence_freq',''),(77121,10702,'_recurrence_freq',''),(77122,10703,'_recurrence_freq',''),(77123,10704,'_recurrence_freq',''),(77124,10705,'_recurrence_freq',''),(77125,10706,'_recurrence_freq',''),(77126,10707,'_recurrence_freq',''),(77127,10708,'_recurrence_freq',''),(77128,10709,'_recurrence_freq',''),(77129,10710,'_recurrence_freq',''),(77130,10711,'_recurrence_freq',''),(77131,10712,'_recurrence_freq',''),(77132,10713,'_recurrence_freq',''),(77133,10714,'_recurrence_freq',''),(77134,10715,'_recurrence_freq',''),(77136,10717,'_recurrence_freq',''),(77137,10718,'_recurrence_freq',''),(77139,10720,'_recurrence_freq',''),(77140,10721,'_recurrence_freq',''),(77141,10722,'_recurrence_freq',''),(77142,10723,'_recurrence_freq',''),(77143,10724,'_recurrence_freq',''),(77144,10725,'_recurrence_freq',''),(77145,10726,'_recurrence_freq',''),(77146,10727,'_recurrence_freq',''),(77147,10728,'_recurrence_freq',''),(77148,10729,'_recurrence_freq',''),(77149,10730,'_recurrence_freq',''),(77150,10731,'_recurrence_freq',''),(77151,10732,'_recurrence_freq',''),(77152,10733,'_recurrence_freq',''),(77153,10734,'_recurrence_freq',''),(77154,10735,'_recurrence_freq',''),(77155,10736,'_recurrence_freq',''),(77156,10737,'_recurrence_freq',''),(77157,10738,'_recurrence_freq',''),(77158,10739,'_recurrence_freq',''),(77159,10740,'_recurrence_freq',''),(77160,10741,'_recurrence_freq',''),(77161,10742,'_recurrence_freq',''),(77162,10743,'_recurrence_freq',''),(77163,10744,'_recurrence_freq',''),(77164,10745,'_recurrence_freq',''),(77165,10746,'_recurrence_freq',''),(77166,10747,'_recurrence_freq',''),(77167,10748,'_recurrence_freq',''),(77168,10749,'_recurrence_freq',''),(77169,10750,'_recurrence_freq',''),(77170,10751,'_recurrence_freq',''),(77171,10752,'_recurrence_freq',''),(77172,10753,'_recurrence_freq',''),(77173,10754,'_recurrence_freq',''),(77174,10755,'_recurrence_freq',''),(77175,10756,'_recurrence_freq',''),(77176,10757,'_recurrence_freq',''),(77177,10758,'_recurrence_freq',''),(77178,10759,'_recurrence_freq',''),(77179,10760,'_recurrence_freq',''),(77180,10761,'_recurrence_freq',''),(77181,10762,'_recurrence_freq',''),(77182,10763,'_recurrence_freq',''),(77183,10764,'_recurrence_freq',''),(77184,10765,'_recurrence_freq',''),(77185,10766,'_recurrence_freq',''),(77186,10767,'_recurrence_freq',''),(77187,10768,'_recurrence_freq',''),(77188,10769,'_recurrence_freq',''),(77189,10770,'_recurrence_freq',''),(77190,10771,'_recurrence_freq',''),(77191,10772,'_recurrence_freq',''),(77192,10773,'_recurrence_freq',''),(77193,10774,'_recurrence_freq',''),(77194,10775,'_recurrence_freq',''),(77195,10776,'_recurrence_freq',''),(77196,10777,'_recurrence_freq',''),(77197,10778,'_recurrence_freq',''),(77198,10779,'_recurrence_freq',''),(77199,10780,'_recurrence_freq',''),(77200,10781,'_recurrence_freq',''),(77201,10782,'_recurrence_freq',''),(77202,10783,'_recurrence_freq',''),(77203,10784,'_recurrence_freq',''),(77204,10785,'_recurrence_freq',''),(77205,10786,'_recurrence_freq',''),(77206,10787,'_recurrence_freq',''),(77207,10788,'_recurrence_freq',''),(77208,10789,'_recurrence_freq',''),(77209,10790,'_recurrence_freq',''),(77210,10791,'_recurrence_freq',''),(77211,10792,'_recurrence_freq',''),(77212,10793,'_recurrence_freq',''),(77213,10794,'_recurrence_freq',''),(77214,10795,'_recurrence_freq',''),(77215,10796,'_recurrence_freq',''),(77216,10797,'_recurrence_freq',''),(77217,10798,'_recurrence_freq',''),(77218,10799,'_recurrence_freq',''),(77219,10800,'_recurrence_freq',''),(77220,10801,'_recurrence_freq',''),(77221,10802,'_recurrence_freq',''),(77222,10803,'_recurrence_freq',''),(77223,10804,'_recurrence_freq',''),(77224,10805,'_recurrence_freq',''),(77225,10806,'_recurrence_freq',''),(77226,10807,'_recurrence_freq',''),(77227,10808,'_recurrence_freq',''),(77228,10809,'_recurrence_freq',''),(77229,10810,'_recurrence_freq',''),(77230,10811,'_recurrence_freq',''),(77231,10812,'_recurrence_freq',''),(77232,10813,'_recurrence_freq',''),(77233,10814,'_recurrence_freq',''),(77234,10815,'_recurrence_freq',''),(77235,10816,'_recurrence_freq',''),(77236,10817,'_recurrence_freq',''),(77237,10818,'_recurrence_freq',''),(77238,10819,'_recurrence_freq',''),(77239,10820,'_recurrence_freq',''),(77240,10821,'_recurrence_freq',''),(77241,10822,'_recurrence_freq',''),(77242,10823,'_recurrence_freq',''),(77243,10824,'_recurrence_freq',''),(77244,10825,'_recurrence_freq',''),(77245,10826,'_recurrence_freq',''),(77246,10827,'_recurrence_freq',''),(77247,10828,'_recurrence_freq',''),(77248,10829,'_recurrence_freq',''),(77249,10830,'_recurrence_freq',''),(77250,10831,'_recurrence_freq',''),(77251,10832,'_recurrence_freq',''),(77252,10833,'_recurrence_freq',''),(77253,10834,'_recurrence_freq',''),(77254,10835,'_recurrence_freq',''),(77255,10836,'_recurrence_freq',''),(77256,10837,'_recurrence_freq',''),(77257,10838,'_recurrence_freq',''),(77258,10839,'_recurrence_freq',''),(77259,10840,'_recurrence_freq',''),(77260,10841,'_recurrence_freq',''),(77261,10842,'_recurrence_freq',''),(77262,10843,'_recurrence_freq',''),(77263,10844,'_recurrence_freq',''),(77264,10845,'_recurrence_freq',''),(77265,10846,'_recurrence_freq',''),(77266,10847,'_recurrence_freq',''),(77267,10848,'_recurrence_freq',''),(77268,10849,'_recurrence_freq',''),(77269,10850,'_recurrence_freq',''),(77270,10851,'_recurrence_freq',''),(77271,10852,'_recurrence_freq',''),(77272,10853,'_recurrence_freq',''),(77273,10854,'_recurrence_freq',''),(78232,9766,'_recurrence_days','0'),(78233,9767,'_recurrence_days','0'),(78234,9768,'_recurrence_days','0'),(78235,9769,'_recurrence_days','0'),(78236,9770,'_recurrence_days','0'),(78237,9771,'_recurrence_days','0'),(78238,9772,'_recurrence_days','0'),(78239,9773,'_recurrence_days','0'),(78240,9774,'_recurrence_days','0'),(78241,9775,'_recurrence_days','0'),(78242,9776,'_recurrence_days','0'),(78243,9777,'_recurrence_days','0'),(78244,9778,'_recurrence_days','0'),(78245,9779,'_recurrence_days','0'),(78246,9780,'_recurrence_days','0'),(78247,9781,'_recurrence_days','0'),(78248,9782,'_recurrence_days','0'),(78249,9783,'_recurrence_days','0'),(78250,9784,'_recurrence_days','0'),(78251,9785,'_recurrence_days','0'),(78252,9786,'_recurrence_days','0'),(78253,9787,'_recurrence_days','0'),(78254,9788,'_recurrence_days','0'),(78255,9789,'_recurrence_days','0'),(78256,9790,'_recurrence_days','0'),(78257,9791,'_recurrence_days','0'),(78258,9792,'_recurrence_days','0'),(78259,9793,'_recurrence_days','0'),(78260,9794,'_recurrence_days','0'),(78261,9795,'_recurrence_days','0'),(78262,9796,'_recurrence_days','0'),(78263,9797,'_recurrence_days','0'),(78264,9798,'_recurrence_days','0'),(78265,9799,'_recurrence_days','0'),(78266,9800,'_recurrence_days','0'),(78267,9801,'_recurrence_days','0'),(78268,9802,'_recurrence_days','0'),(78269,9803,'_recurrence_days','0'),(78270,9804,'_recurrence_days','0'),(78271,9805,'_recurrence_days','0'),(78272,9806,'_recurrence_days','0'),(78273,9807,'_recurrence_days','0'),(78274,9808,'_recurrence_days','0'),(78275,9809,'_recurrence_days','0'),(78276,9810,'_recurrence_days','0'),(78277,9811,'_recurrence_days','0'),(78278,9812,'_recurrence_days','0'),(78279,9813,'_recurrence_days','0'),(78280,9814,'_recurrence_days','0'),(78281,9815,'_recurrence_days','0'),(78282,9816,'_recurrence_days','0'),(78283,9817,'_recurrence_days','0'),(78284,9818,'_recurrence_days','0'),(78285,9819,'_recurrence_days','0'),(78286,9820,'_recurrence_days','0'),(78287,9821,'_recurrence_days','0'),(78288,9822,'_recurrence_days','0'),(78289,9823,'_recurrence_days','0'),(78290,9824,'_recurrence_days','0'),(78291,9825,'_recurrence_days','0'),(78292,9826,'_recurrence_days','0'),(78293,9827,'_recurrence_days','0'),(78294,9828,'_recurrence_days','0'),(78295,9829,'_recurrence_days','0'),(78296,9830,'_recurrence_days','0'),(78298,9832,'_recurrence_days','0'),(78299,9833,'_recurrence_days','0'),(78300,9834,'_recurrence_days','0'),(78301,9835,'_recurrence_days','0'),(78302,9836,'_recurrence_days','0'),(78303,9837,'_recurrence_days','0'),(78304,9838,'_recurrence_days','0'),(78305,9839,'_recurrence_days','0'),(78306,9840,'_recurrence_days','0'),(78307,9841,'_recurrence_days','0'),(78308,9842,'_recurrence_days','0'),(78309,9843,'_recurrence_days','0'),(78310,9844,'_recurrence_days','0'),(78311,9845,'_recurrence_days','0'),(78312,9846,'_recurrence_days','0'),(78313,9847,'_recurrence_days','0'),(78314,9848,'_recurrence_days','0'),(78315,9849,'_recurrence_days','0'),(78316,9850,'_recurrence_days','0'),(78317,9851,'_recurrence_days','0'),(78318,9852,'_recurrence_days','0'),(78319,9853,'_recurrence_days','0'),(78320,9854,'_recurrence_days','0'),(78321,9855,'_recurrence_days','0'),(78322,9856,'_recurrence_days','0'),(78323,9857,'_recurrence_days','0'),(78324,9858,'_recurrence_days','0'),(78325,9859,'_recurrence_days','0'),(78326,9860,'_recurrence_days','0'),(78327,9861,'_recurrence_days','0'),(78328,9862,'_recurrence_days','0'),(78329,9863,'_recurrence_days','0'),(78330,9864,'_recurrence_days','0'),(78331,9865,'_recurrence_days','0'),(78332,9866,'_recurrence_days','0'),(78333,9867,'_recurrence_days','0'),(78334,9868,'_recurrence_days','0'),(78335,9869,'_recurrence_days','0'),(78336,9870,'_recurrence_days','0'),(78337,9871,'_recurrence_days','0'),(78338,9872,'_recurrence_days','0'),(78339,9873,'_recurrence_days','0'),(78340,9874,'_recurrence_days','0'),(78341,9875,'_recurrence_days','0'),(78342,9876,'_recurrence_days','0'),(78343,9877,'_recurrence_days','0'),(78344,9878,'_recurrence_days','0'),(78345,9879,'_recurrence_days','0'),(78346,9880,'_recurrence_days','0'),(78347,9881,'_recurrence_days','0'),(78348,9882,'_recurrence_days','0'),(78349,9883,'_recurrence_days','0'),(78350,9884,'_recurrence_days','0'),(78351,9885,'_recurrence_days','0'),(78352,9886,'_recurrence_days','0'),(78353,9887,'_recurrence_days','0'),(78354,9888,'_recurrence_days','0'),(78355,9889,'_recurrence_days','0'),(78356,9890,'_recurrence_days','0'),(78357,9891,'_recurrence_days','0'),(78358,9892,'_recurrence_days','0'),(78359,9893,'_recurrence_days','0'),(78360,9894,'_recurrence_days','0'),(78361,9895,'_recurrence_days','0'),(78362,9896,'_recurrence_days','0'),(78363,9897,'_recurrence_days','0'),(78364,9898,'_recurrence_days','0'),(78365,9899,'_recurrence_days','0'),(78366,9900,'_recurrence_days','0'),(78367,9901,'_recurrence_days','0'),(78368,9902,'_recurrence_days','0'),(78369,9903,'_recurrence_days','0'),(78370,9904,'_recurrence_days','0'),(78371,9905,'_recurrence_days','0'),(78372,9906,'_recurrence_days','0'),(78373,9907,'_recurrence_days','0'),(78374,9908,'_recurrence_days','0'),(78375,9909,'_recurrence_days','0'),(78376,9910,'_recurrence_days','0'),(78377,9911,'_recurrence_days','0'),(78378,9912,'_recurrence_days','0'),(78379,9913,'_recurrence_days','0'),(78380,9914,'_recurrence_days','0'),(78381,9915,'_recurrence_days','0'),(78382,9916,'_recurrence_days','0'),(78383,9917,'_recurrence_days','0'),(78384,9918,'_recurrence_days','0'),(78385,9919,'_recurrence_days','0'),(78386,9920,'_recurrence_days','0'),(78387,9921,'_recurrence_days','0'),(78388,9922,'_recurrence_days','0'),(78389,9923,'_recurrence_days','0'),(78390,9924,'_recurrence_days','0'),(78391,9925,'_recurrence_days','0'),(78392,9926,'_recurrence_days','0'),(78393,9927,'_recurrence_days','0'),(78394,9928,'_recurrence_days','0'),(78395,9929,'_recurrence_days','0'),(78396,9930,'_recurrence_days','0'),(78397,9931,'_recurrence_days','0'),(78398,9932,'_recurrence_days','0'),(78399,9933,'_recurrence_days','0'),(78400,9934,'_recurrence_days','0'),(78401,9935,'_recurrence_days','0'),(78402,9936,'_recurrence_days','0'),(78403,9937,'_recurrence_days','0'),(78404,9938,'_recurrence_days','0'),(78405,9939,'_recurrence_days','0'),(78406,9940,'_recurrence_days','0'),(78407,9941,'_recurrence_days','0'),(78408,9942,'_recurrence_days','0'),(78409,9943,'_recurrence_days','0'),(78410,9944,'_recurrence_days','0'),(78411,9945,'_recurrence_days','0'),(78412,9946,'_recurrence_days','0'),(78413,9947,'_recurrence_days','0'),(78414,9948,'_recurrence_days','0'),(78415,9949,'_recurrence_days','0'),(78416,9950,'_recurrence_days','0'),(78417,9951,'_recurrence_days','0'),(78418,9952,'_recurrence_days','0'),(78419,9953,'_recurrence_days','0'),(78420,9954,'_recurrence_days','0'),(78421,9955,'_recurrence_days','0'),(78422,9956,'_recurrence_days','0'),(78423,9957,'_recurrence_days','0'),(78424,9958,'_recurrence_days','0'),(78425,9959,'_recurrence_days','0'),(78426,9960,'_recurrence_days','0'),(78427,9961,'_recurrence_days','0'),(78428,9962,'_recurrence_days','0'),(78429,9963,'_recurrence_days','0'),(78430,9964,'_recurrence_days','0'),(78431,9965,'_recurrence_days','0'),(78432,9966,'_recurrence_days','0'),(78433,9967,'_recurrence_days','0'),(78434,9968,'_recurrence_days','0'),(78435,9969,'_recurrence_days','0'),(78436,9970,'_recurrence_days','0'),(78437,9971,'_recurrence_days','0'),(78438,9972,'_recurrence_days','0'),(78439,9973,'_recurrence_days','0'),(78440,9974,'_recurrence_days','0'),(78441,9975,'_recurrence_days','0'),(78442,9976,'_recurrence_days','0'),(78443,9977,'_recurrence_days','0'),(78444,9978,'_recurrence_days','0'),(78445,9979,'_recurrence_days','0'),(78446,9980,'_recurrence_days','0'),(78447,9981,'_recurrence_days','0'),(78448,9982,'_recurrence_days','0'),(78449,9983,'_recurrence_days','0'),(78450,9984,'_recurrence_days','0'),(78451,9985,'_recurrence_days','0'),(78452,9986,'_recurrence_days','0'),(78453,9987,'_recurrence_days','0'),(78454,9988,'_recurrence_days','0'),(78455,9989,'_recurrence_days','0'),(78456,9990,'_recurrence_days','0'),(78457,9991,'_recurrence_days','0'),(78458,9992,'_recurrence_days','0'),(78459,9993,'_recurrence_days','0'),(78460,9994,'_recurrence_days','0'),(78461,9995,'_recurrence_days','0'),(78462,9996,'_recurrence_days','0'),(78463,9997,'_recurrence_days','0'),(78464,9998,'_recurrence_days','0'),(78465,9999,'_recurrence_days','0'),(78466,10000,'_recurrence_days','0'),(78468,10002,'_recurrence_days','0'),(78469,10003,'_recurrence_days','0'),(78470,10004,'_recurrence_days','0'),(78471,10005,'_recurrence_days','0'),(78472,10006,'_recurrence_days','0'),(78473,10007,'_recurrence_days','0'),(78474,10008,'_recurrence_days','0'),(78487,10021,'_recurrence_days','0'),(78527,10061,'_recurrence_days','0'),(78528,10062,'_recurrence_days','0'),(78529,10063,'_recurrence_days','0'),(78530,10064,'_recurrence_days','0'),(78531,10065,'_recurrence_days','0'),(78532,10066,'_recurrence_days','0'),(78533,10067,'_recurrence_days','0'),(78534,10068,'_recurrence_days','0'),(78535,10069,'_recurrence_days','0'),(78536,10070,'_recurrence_days','0'),(78537,10071,'_recurrence_days','0'),(78538,10072,'_recurrence_days','0'),(78539,10073,'_recurrence_days','0'),(78540,10074,'_recurrence_days','0'),(78541,10075,'_recurrence_days','0'),(78542,10076,'_recurrence_days','0'),(78543,10077,'_recurrence_days','0'),(78544,10078,'_recurrence_days','0'),(78545,10079,'_recurrence_days','0'),(78546,10080,'_recurrence_days','0'),(78547,10081,'_recurrence_days','0'),(78548,10082,'_recurrence_days','0'),(78549,10083,'_recurrence_days','0'),(78550,10084,'_recurrence_days','0'),(78551,10085,'_recurrence_days','0'),(78552,10086,'_recurrence_days','0'),(78553,10087,'_recurrence_days','0'),(78554,10088,'_recurrence_days','0'),(78555,10089,'_recurrence_days','0'),(78556,10090,'_recurrence_days','0'),(78557,10091,'_recurrence_days','0'),(78558,10092,'_recurrence_days','0'),(78559,10093,'_recurrence_days','0'),(78560,10094,'_recurrence_days','0'),(78561,10095,'_recurrence_days','0'),(78562,10096,'_recurrence_days','0'),(78563,10097,'_recurrence_days','0'),(78564,10098,'_recurrence_days','0'),(78565,10099,'_recurrence_days','0'),(78566,10100,'_recurrence_days','0'),(78567,10101,'_recurrence_days','0'),(78568,10102,'_recurrence_days','0'),(78569,10103,'_recurrence_days','0'),(78570,10104,'_recurrence_days','0'),(78571,10105,'_recurrence_days','0'),(78572,10106,'_recurrence_days','0'),(78573,10107,'_recurrence_days','0'),(78574,10108,'_recurrence_days','0'),(78575,10109,'_recurrence_days','0'),(78576,10110,'_recurrence_days','0'),(78577,10111,'_recurrence_days','0'),(78578,10112,'_recurrence_days','0'),(78579,10113,'_recurrence_days','0'),(78580,10114,'_recurrence_days','0'),(78581,10115,'_recurrence_days','0'),(78582,10116,'_recurrence_days','0'),(78583,10117,'_recurrence_days','0'),(78584,10118,'_recurrence_days','0'),(78585,10119,'_recurrence_days','0'),(78586,10120,'_recurrence_days','0'),(78587,10121,'_recurrence_days','0'),(78588,10122,'_recurrence_days','0'),(78589,10123,'_recurrence_days','0'),(78590,10124,'_recurrence_days','0'),(78591,10125,'_recurrence_days','0'),(78592,10126,'_recurrence_days','0'),(78593,10127,'_recurrence_days','0'),(78594,10128,'_recurrence_days','0'),(78595,10129,'_recurrence_days','0'),(78596,10130,'_recurrence_days','0'),(78597,10131,'_recurrence_days','0'),(78598,10132,'_recurrence_days','0'),(78599,10133,'_recurrence_days','0'),(78600,10134,'_recurrence_days','0'),(78601,10135,'_recurrence_days','0'),(78602,10136,'_recurrence_days','0'),(78603,10137,'_recurrence_days','0'),(78604,10138,'_recurrence_days','0'),(78605,10139,'_recurrence_days','0'),(78606,10140,'_recurrence_days','0'),(78607,10141,'_recurrence_days','0'),(78608,10142,'_recurrence_days','0'),(78609,10143,'_recurrence_days','0'),(78610,10144,'_recurrence_days','0'),(78611,10145,'_recurrence_days','0'),(78612,10146,'_recurrence_days','0'),(78613,10147,'_recurrence_days','0'),(78614,10148,'_recurrence_days','0'),(78615,10149,'_recurrence_days','0'),(78616,10150,'_recurrence_days','0'),(78617,10151,'_recurrence_days','0'),(78618,10152,'_recurrence_days','0'),(78619,10153,'_recurrence_days','0'),(78620,10154,'_recurrence_days','0'),(78621,10155,'_recurrence_days','0'),(78622,10156,'_recurrence_days','0'),(78623,10157,'_recurrence_days','0'),(78624,10158,'_recurrence_days','0'),(78625,10159,'_recurrence_days','0'),(78626,10160,'_recurrence_days','0'),(78627,10161,'_recurrence_days','0'),(78628,10162,'_recurrence_days','0'),(78629,10163,'_recurrence_days','0'),(78630,10164,'_recurrence_days','0'),(78631,10165,'_recurrence_days','0'),(78632,10166,'_recurrence_days','0'),(78633,10167,'_recurrence_days','0'),(78634,10168,'_recurrence_days','0'),(78635,10169,'_recurrence_days','0'),(78636,10170,'_recurrence_days','0'),(78637,10171,'_recurrence_days','0'),(78638,10172,'_recurrence_days','0'),(78639,10173,'_recurrence_days','0'),(78640,10174,'_recurrence_days','0'),(78641,10175,'_recurrence_days','0'),(78642,10176,'_recurrence_days','0'),(78643,10177,'_recurrence_days','0'),(78644,10178,'_recurrence_days','0'),(78645,10179,'_recurrence_days','0'),(78646,10180,'_recurrence_days','0'),(78647,10181,'_recurrence_days','0'),(78648,10182,'_recurrence_days','0'),(78649,10183,'_recurrence_days','0'),(78650,10184,'_recurrence_days','0'),(78651,10185,'_recurrence_days','0'),(78652,10186,'_recurrence_days','0'),(78653,10187,'_recurrence_days','0'),(78654,10188,'_recurrence_days','0'),(78655,10189,'_recurrence_days','0'),(78656,10190,'_recurrence_days','0'),(78657,10191,'_recurrence_days','0'),(78658,10192,'_recurrence_days','0'),(78659,10193,'_recurrence_days','0'),(78660,10194,'_recurrence_days','0'),(78661,10195,'_recurrence_days','0'),(78662,10196,'_recurrence_days','0'),(78663,10197,'_recurrence_days','0'),(78664,10198,'_recurrence_days','0'),(78665,10199,'_recurrence_days','0'),(78666,10200,'_recurrence_days','0'),(78667,10201,'_recurrence_days','0'),(78668,10202,'_recurrence_days','0'),(78669,10203,'_recurrence_days','0'),(78670,10204,'_recurrence_days','0'),(78671,10205,'_recurrence_days','0'),(78672,10206,'_recurrence_days','0'),(78673,10207,'_recurrence_days','0'),(78674,10208,'_recurrence_days','0'),(78675,10209,'_recurrence_days','0'),(78676,10210,'_recurrence_days','0'),(78677,10211,'_recurrence_days','0'),(78678,10212,'_recurrence_days','0'),(78679,10213,'_recurrence_days','0'),(78680,10214,'_recurrence_days','0'),(78681,10215,'_recurrence_days','0'),(78682,10216,'_recurrence_days','0'),(78683,10217,'_recurrence_days','0'),(78684,10218,'_recurrence_days','0'),(78685,10219,'_recurrence_days','0'),(78686,10220,'_recurrence_days','0'),(78687,10221,'_recurrence_days','0'),(78688,10222,'_recurrence_days','0'),(78689,10223,'_recurrence_days','0'),(78690,10224,'_recurrence_days','0'),(78691,10225,'_recurrence_days','0'),(78692,10226,'_recurrence_days','0'),(78693,10227,'_recurrence_days','0'),(78694,10228,'_recurrence_days','0'),(78695,10229,'_recurrence_days','0'),(78696,10230,'_recurrence_days','0'),(78697,10231,'_recurrence_days','0'),(78698,10232,'_recurrence_days','0'),(78699,10233,'_recurrence_days','0'),(78700,10234,'_recurrence_days','0'),(78701,10235,'_recurrence_days','0'),(78702,10236,'_recurrence_days','0'),(78710,10244,'_recurrence_days','0'),(78713,10247,'_recurrence_days','0'),(78714,10248,'_recurrence_days','0'),(78715,10249,'_recurrence_days','0'),(78716,10250,'_recurrence_days','0'),(78717,10251,'_recurrence_days','0'),(78718,10252,'_recurrence_days','0'),(78719,10253,'_recurrence_days','0'),(78720,10254,'_recurrence_days','0'),(78721,10255,'_recurrence_days','0'),(78722,10256,'_recurrence_days','0'),(78723,10257,'_recurrence_days','0'),(78724,10258,'_recurrence_days','0'),(78725,10259,'_recurrence_days','0'),(78726,10260,'_recurrence_days','0'),(78727,10261,'_recurrence_days','0'),(78728,10262,'_recurrence_days','0'),(78729,10263,'_recurrence_days','0'),(78730,10264,'_recurrence_days','0'),(78731,10265,'_recurrence_days','0'),(78732,10266,'_recurrence_days','0'),(78733,10267,'_recurrence_days','0'),(78734,10268,'_recurrence_days','0'),(78735,10269,'_recurrence_days','0'),(78736,10270,'_recurrence_days','0'),(78737,10271,'_recurrence_days','0'),(78738,10272,'_recurrence_days','0'),(78739,10273,'_recurrence_days','0'),(78740,10274,'_recurrence_days','0'),(78741,10275,'_recurrence_days','0'),(78742,10276,'_recurrence_days','0'),(78743,10277,'_recurrence_days','0'),(78744,10278,'_recurrence_days','0'),(78745,10279,'_recurrence_days','0'),(78746,10280,'_recurrence_days','0'),(78747,10281,'_recurrence_days','0'),(78748,10282,'_recurrence_days','0'),(78749,10283,'_recurrence_days','0'),(78750,10284,'_recurrence_days','0'),(78751,10285,'_recurrence_days','0'),(78752,10286,'_recurrence_days','0'),(78753,10287,'_recurrence_days','0'),(78754,10288,'_recurrence_days','0'),(78755,10289,'_recurrence_days','0'),(78756,10290,'_recurrence_days','0'),(78757,10291,'_recurrence_days','0'),(78758,10292,'_recurrence_days','0'),(78759,10293,'_recurrence_days','0'),(78760,10294,'_recurrence_days','0'),(78761,10295,'_recurrence_days','0'),(78762,10296,'_recurrence_days','0'),(78763,10297,'_recurrence_days','0'),(78764,10298,'_recurrence_days','0'),(78765,10299,'_recurrence_days','0'),(78766,10300,'_recurrence_days','0'),(78767,10301,'_recurrence_days','0'),(78768,10302,'_recurrence_days','0'),(78769,10303,'_recurrence_days','0'),(78770,10304,'_recurrence_days','0'),(78771,10305,'_recurrence_days','0'),(78772,10306,'_recurrence_days','0'),(78773,10307,'_recurrence_days','0'),(78774,10308,'_recurrence_days','0'),(78775,10309,'_recurrence_days','0'),(78776,10310,'_recurrence_days','0'),(78777,10311,'_recurrence_days','0'),(78778,10312,'_recurrence_days','0'),(78779,10313,'_recurrence_days','0'),(78780,10314,'_recurrence_days','0'),(78781,10315,'_recurrence_days','0'),(78782,10316,'_recurrence_days','0'),(78783,10317,'_recurrence_days','0'),(78784,10318,'_recurrence_days','0'),(78785,10319,'_recurrence_days','0'),(78786,10320,'_recurrence_days','0'),(78787,10321,'_recurrence_days','0'),(78788,10322,'_recurrence_days','0'),(78789,10323,'_recurrence_days','0'),(78790,10324,'_recurrence_days','0'),(78791,10325,'_recurrence_days','0'),(78792,10326,'_recurrence_days','0'),(78793,10327,'_recurrence_days','0'),(78794,10328,'_recurrence_days','0'),(78795,10329,'_recurrence_days','0'),(78796,10330,'_recurrence_days','0'),(78797,10331,'_recurrence_days','0'),(78798,10332,'_recurrence_days','0'),(78799,10333,'_recurrence_days','0'),(78800,10334,'_recurrence_days','0'),(78801,10335,'_recurrence_days','0'),(78802,10336,'_recurrence_days','0'),(78803,10337,'_recurrence_days','0'),(78804,10338,'_recurrence_days','0'),(78805,10339,'_recurrence_days','0'),(78806,10340,'_recurrence_days','0'),(78807,10341,'_recurrence_days','0'),(78808,10342,'_recurrence_days','0'),(78809,10343,'_recurrence_days','0'),(78810,10344,'_recurrence_days','0'),(78811,10345,'_recurrence_days','0'),(78812,10346,'_recurrence_days','0'),(78813,10347,'_recurrence_days','0'),(78814,10348,'_recurrence_days','0'),(78815,10349,'_recurrence_days','0'),(78816,10350,'_recurrence_days','0'),(78817,10351,'_recurrence_days','0'),(78818,10352,'_recurrence_days','0'),(78819,10353,'_recurrence_days','0'),(78820,10354,'_recurrence_days','0'),(78821,10355,'_recurrence_days','0'),(78822,10356,'_recurrence_days','0'),(78823,10357,'_recurrence_days','0'),(78824,10358,'_recurrence_days','0'),(78825,10359,'_recurrence_days','0'),(78826,10360,'_recurrence_days','0'),(78827,10361,'_recurrence_days','0'),(78828,10362,'_recurrence_days','0'),(78829,10363,'_recurrence_days','0'),(78830,10364,'_recurrence_days','0'),(78831,10365,'_recurrence_days','0'),(78832,10366,'_recurrence_days','0'),(78833,10367,'_recurrence_days','0'),(78834,10368,'_recurrence_days','0'),(78835,10369,'_recurrence_days','0'),(78836,10370,'_recurrence_days','0'),(78837,10371,'_recurrence_days','0'),(78838,10372,'_recurrence_days','0'),(78839,10373,'_recurrence_days','0'),(78840,10374,'_recurrence_days','0'),(78841,10375,'_recurrence_days','0'),(78842,10376,'_recurrence_days','0'),(78843,10377,'_recurrence_days','0'),(78844,10378,'_recurrence_days','0'),(78845,10379,'_recurrence_days','0'),(78846,10380,'_recurrence_days','0'),(78847,10381,'_recurrence_days','0'),(78848,10382,'_recurrence_days','0'),(78849,10383,'_recurrence_days','0'),(78850,10384,'_recurrence_days','0'),(78851,10385,'_recurrence_days','0'),(78852,10386,'_recurrence_days','0'),(78853,10387,'_recurrence_days','0'),(78854,10388,'_recurrence_days','0'),(78855,10389,'_recurrence_days','0'),(78856,10390,'_recurrence_days','0'),(78857,10391,'_recurrence_days','0'),(78858,10392,'_recurrence_days','0'),(78859,10393,'_recurrence_days','0'),(78860,10394,'_recurrence_days','0'),(78861,10395,'_recurrence_days','0'),(78862,10396,'_recurrence_days','0'),(78863,10397,'_recurrence_days','0'),(78864,10398,'_recurrence_days','0'),(78865,10399,'_recurrence_days','0'),(78866,10400,'_recurrence_days','0'),(78867,10401,'_recurrence_days','0'),(78868,10402,'_recurrence_days','0'),(78869,10403,'_recurrence_days','0'),(78870,10404,'_recurrence_days','0'),(78871,10405,'_recurrence_days','0'),(78872,10406,'_recurrence_days','0'),(78873,10407,'_recurrence_days','0'),(78874,10408,'_recurrence_days','0'),(78875,10409,'_recurrence_days','0'),(78876,10410,'_recurrence_days','0'),(78877,10411,'_recurrence_days','0'),(78878,10412,'_recurrence_days','0'),(78879,10413,'_recurrence_days','0'),(78880,10414,'_recurrence_days','0'),(78881,10415,'_recurrence_days','0'),(78882,10416,'_recurrence_days','0'),(78883,10417,'_recurrence_days','0'),(78884,10418,'_recurrence_days','0'),(78885,10419,'_recurrence_days','0'),(78886,10420,'_recurrence_days','0'),(78887,10421,'_recurrence_days','0'),(78888,10422,'_recurrence_days','0'),(78889,10423,'_recurrence_days','0'),(78890,10424,'_recurrence_days','0'),(78891,10425,'_recurrence_days','0'),(78892,10426,'_recurrence_days','0'),(78893,10427,'_recurrence_days','0'),(78894,10428,'_recurrence_days','0'),(78895,10429,'_recurrence_days','0'),(78896,10430,'_recurrence_days','0'),(78897,10431,'_recurrence_days','0'),(78898,10432,'_recurrence_days','0'),(78899,10433,'_recurrence_days','0'),(78900,10434,'_recurrence_days','0'),(78901,10435,'_recurrence_days','0'),(78902,10436,'_recurrence_days','0'),(78903,10437,'_recurrence_days','0'),(78904,10438,'_recurrence_days','0'),(78905,10439,'_recurrence_days','0'),(78906,10440,'_recurrence_days','0'),(78907,10441,'_recurrence_days','0'),(78908,10442,'_recurrence_days','0'),(78909,10443,'_recurrence_days','0'),(78910,10444,'_recurrence_days','0'),(78911,10445,'_recurrence_days','0'),(78912,10446,'_recurrence_days','0'),(78913,10447,'_recurrence_days','0'),(78914,10448,'_recurrence_days','0'),(78915,10449,'_recurrence_days','0'),(78916,10450,'_recurrence_days','0'),(78917,10451,'_recurrence_days','0'),(78918,10452,'_recurrence_days','0'),(78919,10453,'_recurrence_days','0'),(78920,10454,'_recurrence_days','0'),(78921,10455,'_recurrence_days','0'),(78922,10456,'_recurrence_days','0'),(78923,10457,'_recurrence_days','0'),(78924,10458,'_recurrence_days','0'),(78925,10459,'_recurrence_days','0'),(78926,10460,'_recurrence_days','0'),(78927,10461,'_recurrence_days','0'),(78928,10462,'_recurrence_days','0'),(78929,10463,'_recurrence_days','0'),(78930,10464,'_recurrence_days','0'),(78931,10465,'_recurrence_days','0'),(78932,10466,'_recurrence_days','0'),(78933,10467,'_recurrence_days','0'),(78934,10468,'_recurrence_days','0'),(78935,10469,'_recurrence_days','0'),(78936,10470,'_recurrence_days','0'),(78937,10471,'_recurrence_days','0'),(78938,10472,'_recurrence_days','0'),(78939,10473,'_recurrence_days','0'),(78940,10474,'_recurrence_days','0'),(78941,10475,'_recurrence_days','0'),(78942,10476,'_recurrence_days','0'),(78943,10477,'_recurrence_days','0'),(78944,10478,'_recurrence_days','0'),(78945,10479,'_recurrence_days','0'),(78946,10480,'_recurrence_days','0'),(78947,10481,'_recurrence_days','0'),(78948,10482,'_recurrence_days','0'),(78949,10483,'_recurrence_days','0'),(78950,10484,'_recurrence_days','0'),(78951,10485,'_recurrence_days','0'),(78952,10486,'_recurrence_days','0'),(78953,10487,'_recurrence_days','0'),(78954,10488,'_recurrence_days','0'),(78955,10489,'_recurrence_days','0'),(78956,10490,'_recurrence_days','0'),(78957,10491,'_recurrence_days','0'),(78958,10492,'_recurrence_days','0'),(78959,10493,'_recurrence_days','0'),(78960,10494,'_recurrence_days','0'),(78961,10495,'_recurrence_days','0'),(78962,10496,'_recurrence_days','0'),(78963,10497,'_recurrence_days','0'),(78964,10498,'_recurrence_days','0'),(78965,10499,'_recurrence_days','0'),(78966,10500,'_recurrence_days','0'),(78967,10501,'_recurrence_days','0'),(78968,10502,'_recurrence_days','0'),(78969,10503,'_recurrence_days','0'),(78970,10504,'_recurrence_days','0'),(78971,10505,'_recurrence_days','0'),(78972,10506,'_recurrence_days','0'),(78973,10507,'_recurrence_days','0'),(78974,10508,'_recurrence_days','0'),(78975,10509,'_recurrence_days','0'),(78976,10510,'_recurrence_days','0'),(78977,10511,'_recurrence_days','0'),(78978,10512,'_recurrence_days','0'),(78979,10513,'_recurrence_days','0'),(78980,10514,'_recurrence_days','0'),(78981,10515,'_recurrence_days','0'),(78982,10516,'_recurrence_days','0'),(78983,10517,'_recurrence_days','0'),(78984,10518,'_recurrence_days','0'),(78985,10519,'_recurrence_days','0'),(78986,10520,'_recurrence_days','0'),(78987,10521,'_recurrence_days','0'),(78988,10522,'_recurrence_days','0'),(78989,10523,'_recurrence_days','0'),(78990,10524,'_recurrence_days','0'),(78991,10525,'_recurrence_days','0'),(78992,10526,'_recurrence_days','0'),(78993,10527,'_recurrence_days','0'),(78994,10528,'_recurrence_days','0'),(78995,10529,'_recurrence_days','0'),(78996,10530,'_recurrence_days','0'),(78997,10531,'_recurrence_days','0'),(78998,10532,'_recurrence_days','0'),(78999,10533,'_recurrence_days','0'),(79000,10534,'_recurrence_days','0'),(79001,10535,'_recurrence_days','0'),(79002,10536,'_recurrence_days','0'),(79003,10537,'_recurrence_days','0'),(79004,10538,'_recurrence_days','0'),(79005,10539,'_recurrence_days','0'),(79006,10540,'_recurrence_days','0'),(79007,10541,'_recurrence_days','0'),(79008,10542,'_recurrence_days','0'),(79009,10543,'_recurrence_days','0'),(79010,10544,'_recurrence_days','0'),(79011,10545,'_recurrence_days','0'),(79012,10546,'_recurrence_days','0'),(79013,10547,'_recurrence_days','0'),(79014,10548,'_recurrence_days','0'),(79015,10549,'_recurrence_days','0'),(79016,10550,'_recurrence_days','0'),(79017,10551,'_recurrence_days','0'),(79018,10552,'_recurrence_days','0'),(79019,10553,'_recurrence_days','0'),(79020,10554,'_recurrence_days','0'),(79021,10555,'_recurrence_days','0'),(79022,10556,'_recurrence_days','0'),(79023,10557,'_recurrence_days','0'),(79024,10558,'_recurrence_days','0'),(79025,10559,'_recurrence_days','0'),(79026,10560,'_recurrence_days','0'),(79027,10561,'_recurrence_days','0'),(79028,10562,'_recurrence_days','0'),(79029,10563,'_recurrence_days','0'),(79030,10564,'_recurrence_days','0'),(79031,10565,'_recurrence_days','0'),(79032,10566,'_recurrence_days','0'),(79033,10567,'_recurrence_days','0'),(79034,10568,'_recurrence_days','0'),(79035,10569,'_recurrence_days','0'),(79036,10570,'_recurrence_days','0'),(79037,10571,'_recurrence_days','0'),(79038,10572,'_recurrence_days','0'),(79039,10573,'_recurrence_days','0'),(79040,10574,'_recurrence_days','0'),(79041,10575,'_recurrence_days','0'),(79042,10576,'_recurrence_days','0'),(79043,10577,'_recurrence_days','0'),(79044,10578,'_recurrence_days','0'),(79045,10579,'_recurrence_days','0'),(79046,10580,'_recurrence_days','0'),(79047,10581,'_recurrence_days','0'),(79048,10582,'_recurrence_days','0'),(79049,10583,'_recurrence_days','0'),(79050,10584,'_recurrence_days','0'),(79051,10585,'_recurrence_days','0'),(79052,10586,'_recurrence_days','0'),(79053,10587,'_recurrence_days','0'),(79054,10588,'_recurrence_days','0'),(79055,10589,'_recurrence_days','0'),(79056,10590,'_recurrence_days','0'),(79057,10591,'_recurrence_days','0'),(79058,10592,'_recurrence_days','0'),(79059,10593,'_recurrence_days','0'),(79060,10594,'_recurrence_days','0'),(79061,10595,'_recurrence_days','0'),(79062,10596,'_recurrence_days','0'),(79063,10597,'_recurrence_days','0'),(79064,10598,'_recurrence_days','0'),(79065,10599,'_recurrence_days','0'),(79066,10600,'_recurrence_days','0'),(79067,10601,'_recurrence_days','0'),(79068,10602,'_recurrence_days','0'),(79069,10603,'_recurrence_days','0'),(79070,10604,'_recurrence_days','0'),(79071,10605,'_recurrence_days','0'),(79072,10606,'_recurrence_days','0'),(79073,10607,'_recurrence_days','0'),(79074,10608,'_recurrence_days','0'),(79075,10609,'_recurrence_days','0'),(79076,10610,'_recurrence_days','0'),(79077,10611,'_recurrence_days','0'),(79078,10612,'_recurrence_days','0'),(79079,10613,'_recurrence_days','0'),(79080,10614,'_recurrence_days','0'),(79081,10615,'_recurrence_days','0'),(79082,10616,'_recurrence_days','0'),(79083,10617,'_recurrence_days','0'),(79084,10618,'_recurrence_days','0'),(79085,10619,'_recurrence_days','0'),(79086,10620,'_recurrence_days','0'),(79087,10621,'_recurrence_days','0'),(79088,10622,'_recurrence_days','0'),(79089,10623,'_recurrence_days','0'),(79090,10624,'_recurrence_days','0'),(79091,10625,'_recurrence_days','0'),(79092,10626,'_recurrence_days','0'),(79093,10627,'_recurrence_days','0'),(79094,10628,'_recurrence_days','0'),(79095,10629,'_recurrence_days','0'),(79096,10630,'_recurrence_days','0'),(79097,10631,'_recurrence_days','0'),(79098,10632,'_recurrence_days','0'),(79099,10633,'_recurrence_days','0'),(79100,10634,'_recurrence_days','0'),(79101,10635,'_recurrence_days','0'),(79102,10636,'_recurrence_days','0'),(79103,10637,'_recurrence_days','0'),(79104,10638,'_recurrence_days','0'),(79105,10639,'_recurrence_days','0'),(79106,10640,'_recurrence_days','0'),(79107,10641,'_recurrence_days','0'),(79108,10642,'_recurrence_days','0'),(79109,10643,'_recurrence_days','0'),(79110,10644,'_recurrence_days','0'),(79111,10645,'_recurrence_days','0'),(79112,10646,'_recurrence_days','0'),(79113,10647,'_recurrence_days','0'),(79114,10648,'_recurrence_days','0'),(79115,10649,'_recurrence_days','0'),(79116,10650,'_recurrence_days','0'),(79117,10651,'_recurrence_days','0'),(79118,10652,'_recurrence_days','0'),(79119,10653,'_recurrence_days','0'),(79120,10654,'_recurrence_days','0'),(79121,10655,'_recurrence_days','0'),(79122,10656,'_recurrence_days','0'),(79123,10657,'_recurrence_days','0'),(79124,10658,'_recurrence_days','0'),(79125,10659,'_recurrence_days','0'),(79126,10660,'_recurrence_days','0'),(79127,10661,'_recurrence_days','0'),(79128,10662,'_recurrence_days','0'),(79129,10663,'_recurrence_days','0'),(79130,10664,'_recurrence_days','0'),(79131,10665,'_recurrence_days','0'),(79132,10666,'_recurrence_days','0'),(79133,10667,'_recurrence_days','0'),(79134,10668,'_recurrence_days','0'),(79135,10669,'_recurrence_days','0'),(79136,10670,'_recurrence_days','0'),(79137,10671,'_recurrence_days','0'),(79138,10672,'_recurrence_days','0'),(79139,10673,'_recurrence_days','0'),(79140,10674,'_recurrence_days','0'),(79141,10675,'_recurrence_days','0'),(79142,10676,'_recurrence_days','0'),(79143,10677,'_recurrence_days','0'),(79144,10678,'_recurrence_days','0'),(79145,10679,'_recurrence_days','0'),(79146,10680,'_recurrence_days','0'),(79147,10681,'_recurrence_days','0'),(79148,10682,'_recurrence_days','0'),(79149,10683,'_recurrence_days','0'),(79150,10684,'_recurrence_days','0'),(79151,10685,'_recurrence_days','0'),(79152,10686,'_recurrence_days','0'),(79153,10687,'_recurrence_days','0'),(79154,10688,'_recurrence_days','0'),(79155,10689,'_recurrence_days','0'),(79156,10690,'_recurrence_days','0'),(79157,10691,'_recurrence_days','0'),(79158,10692,'_recurrence_days','0'),(79159,10693,'_recurrence_days','0'),(79160,10694,'_recurrence_days','0'),(79161,10695,'_recurrence_days','0'),(79162,10696,'_recurrence_days','0'),(79163,10697,'_recurrence_days','0'),(79164,10698,'_recurrence_days','0'),(79165,10699,'_recurrence_days','0'),(79166,10700,'_recurrence_days','0'),(79167,10701,'_recurrence_days','0'),(79168,10702,'_recurrence_days','0'),(79169,10703,'_recurrence_days','0'),(79170,10704,'_recurrence_days','0'),(79171,10705,'_recurrence_days','0'),(79172,10706,'_recurrence_days','0'),(79173,10707,'_recurrence_days','0'),(79174,10708,'_recurrence_days','0'),(79175,10709,'_recurrence_days','0'),(79176,10710,'_recurrence_days','0'),(79177,10711,'_recurrence_days','0'),(79178,10712,'_recurrence_days','0'),(79179,10713,'_recurrence_days','0'),(79180,10714,'_recurrence_days','0'),(79181,10715,'_recurrence_days','0'),(79183,10717,'_recurrence_days','0'),(79184,10718,'_recurrence_days','0'),(79186,10720,'_recurrence_days','0'),(79187,10721,'_recurrence_days','0'),(79188,10722,'_recurrence_days','0'),(79189,10723,'_recurrence_days','0'),(79190,10724,'_recurrence_days','0'),(79191,10725,'_recurrence_days','0'),(79192,10726,'_recurrence_days','0'),(79193,10727,'_recurrence_days','0'),(79194,10728,'_recurrence_days','0'),(79195,10729,'_recurrence_days','0'),(79196,10730,'_recurrence_days','0'),(79197,10731,'_recurrence_days','0'),(79198,10732,'_recurrence_days','0'),(79199,10733,'_recurrence_days','0'),(79200,10734,'_recurrence_days','0'),(79201,10735,'_recurrence_days','0'),(79202,10736,'_recurrence_days','0'),(79203,10737,'_recurrence_days','0'),(79204,10738,'_recurrence_days','0'),(79205,10739,'_recurrence_days','0'),(79206,10740,'_recurrence_days','0'),(79207,10741,'_recurrence_days','0'),(79208,10742,'_recurrence_days','0'),(79209,10743,'_recurrence_days','0'),(79210,10744,'_recurrence_days','0'),(79211,10745,'_recurrence_days','0'),(79212,10746,'_recurrence_days','0'),(79213,10747,'_recurrence_days','0'),(79214,10748,'_recurrence_days','0'),(79215,10749,'_recurrence_days','0'),(79216,10750,'_recurrence_days','0'),(79217,10751,'_recurrence_days','0'),(79218,10752,'_recurrence_days','0'),(79219,10753,'_recurrence_days','0'),(79220,10754,'_recurrence_days','0'),(79221,10755,'_recurrence_days','0'),(79222,10756,'_recurrence_days','0'),(79223,10757,'_recurrence_days','0'),(79224,10758,'_recurrence_days','0'),(79225,10759,'_recurrence_days','0'),(79226,10760,'_recurrence_days','0'),(79227,10761,'_recurrence_days','0'),(79228,10762,'_recurrence_days','0'),(79229,10763,'_recurrence_days','0'),(79230,10764,'_recurrence_days','0'),(79231,10765,'_recurrence_days','0'),(79232,10766,'_recurrence_days','0'),(79233,10767,'_recurrence_days','0'),(79234,10768,'_recurrence_days','0'),(79235,10769,'_recurrence_days','0'),(79236,10770,'_recurrence_days','0'),(79237,10771,'_recurrence_days','0'),(79238,10772,'_recurrence_days','0'),(79239,10773,'_recurrence_days','0'),(79240,10774,'_recurrence_days','0'),(79241,10775,'_recurrence_days','0'),(79242,10776,'_recurrence_days','0'),(79243,10777,'_recurrence_days','0'),(79244,10778,'_recurrence_days','0'),(79245,10779,'_recurrence_days','0'),(79246,10780,'_recurrence_days','0'),(79247,10781,'_recurrence_days','0'),(79248,10782,'_recurrence_days','0'),(79249,10783,'_recurrence_days','0'),(79250,10784,'_recurrence_days','0'),(79251,10785,'_recurrence_days','0'),(79252,10786,'_recurrence_days','0'),(79253,10787,'_recurrence_days','0'),(79254,10788,'_recurrence_days','0'),(79255,10789,'_recurrence_days','0'),(79256,10790,'_recurrence_days','0'),(79257,10791,'_recurrence_days','0'),(79258,10792,'_recurrence_days','0'),(79259,10793,'_recurrence_days','0'),(79260,10794,'_recurrence_days','0'),(79261,10795,'_recurrence_days','0'),(79262,10796,'_recurrence_days','0'),(79263,10797,'_recurrence_days','0'),(79264,10798,'_recurrence_days','0'),(79265,10799,'_recurrence_days','0'),(79266,10800,'_recurrence_days','0'),(79267,10801,'_recurrence_days','0'),(79268,10802,'_recurrence_days','0'),(79269,10803,'_recurrence_days','0'),(79270,10804,'_recurrence_days','0'),(79271,10805,'_recurrence_days','0'),(79272,10806,'_recurrence_days','0'),(79273,10807,'_recurrence_days','0'),(79274,10808,'_recurrence_days','0'),(79275,10809,'_recurrence_days','0'),(79276,10810,'_recurrence_days','0'),(79277,10811,'_recurrence_days','0'),(79278,10812,'_recurrence_days','0'),(79279,10813,'_recurrence_days','0'),(79280,10814,'_recurrence_days','0'),(79281,10815,'_recurrence_days','0'),(79282,10816,'_recurrence_days','0'),(79283,10817,'_recurrence_days','0'),(79284,10818,'_recurrence_days','0'),(79285,10819,'_recurrence_days','0'),(79286,10820,'_recurrence_days','0'),(79287,10821,'_recurrence_days','0'),(79288,10822,'_recurrence_days','0'),(79289,10823,'_recurrence_days','0'),(79290,10824,'_recurrence_days','0'),(79291,10825,'_recurrence_days','0'),(79292,10826,'_recurrence_days','0'),(79293,10827,'_recurrence_days','0'),(79294,10828,'_recurrence_days','0'),(79295,10829,'_recurrence_days','0'),(79296,10830,'_recurrence_days','0'),(79297,10831,'_recurrence_days','0'),(79298,10832,'_recurrence_days','0'),(79299,10833,'_recurrence_days','0'),(79300,10834,'_recurrence_days','0'),(79301,10835,'_recurrence_days','0'),(79302,10836,'_recurrence_days','0'),(79303,10837,'_recurrence_days','0'),(79304,10838,'_recurrence_days','0'),(79305,10839,'_recurrence_days','0'),(79306,10840,'_recurrence_days','0'),(79307,10841,'_recurrence_days','0'),(79308,10842,'_recurrence_days','0'),(79309,10843,'_recurrence_days','0'),(79310,10844,'_recurrence_days','0'),(79311,10845,'_recurrence_days','0'),(79312,10846,'_recurrence_days','0'),(79313,10847,'_recurrence_days','0'),(79314,10848,'_recurrence_days','0'),(79315,10849,'_recurrence_days','0'),(79316,10850,'_recurrence_days','0'),(79317,10851,'_recurrence_days','0'),(79318,10852,'_recurrence_days','0'),(79319,10853,'_recurrence_days','0'),(79320,10854,'_recurrence_days','0'),(80279,9766,'_recurrence_byday',''),(80280,9767,'_recurrence_byday',''),(80281,9768,'_recurrence_byday',''),(80282,9769,'_recurrence_byday',''),(80283,9770,'_recurrence_byday',''),(80284,9771,'_recurrence_byday',''),(80285,9772,'_recurrence_byday',''),(80286,9773,'_recurrence_byday',''),(80287,9774,'_recurrence_byday',''),(80288,9775,'_recurrence_byday',''),(80289,9776,'_recurrence_byday',''),(80290,9777,'_recurrence_byday',''),(80291,9778,'_recurrence_byday',''),(80292,9779,'_recurrence_byday',''),(80293,9780,'_recurrence_byday',''),(80294,9781,'_recurrence_byday',''),(80295,9782,'_recurrence_byday',''),(80296,9783,'_recurrence_byday',''),(80297,9784,'_recurrence_byday',''),(80298,9785,'_recurrence_byday',''),(80299,9786,'_recurrence_byday',''),(80300,9787,'_recurrence_byday',''),(80301,9788,'_recurrence_byday',''),(80302,9789,'_recurrence_byday',''),(80303,9790,'_recurrence_byday',''),(80304,9791,'_recurrence_byday',''),(80305,9792,'_recurrence_byday',''),(80306,9793,'_recurrence_byday',''),(80307,9794,'_recurrence_byday',''),(80308,9795,'_recurrence_byday',''),(80309,9796,'_recurrence_byday',''),(80310,9797,'_recurrence_byday',''),(80311,9798,'_recurrence_byday',''),(80312,9799,'_recurrence_byday',''),(80313,9800,'_recurrence_byday',''),(80314,9801,'_recurrence_byday',''),(80315,9802,'_recurrence_byday',''),(80316,9803,'_recurrence_byday',''),(80317,9804,'_recurrence_byday',''),(80318,9805,'_recurrence_byday',''),(80319,9806,'_recurrence_byday',''),(80320,9807,'_recurrence_byday',''),(80321,9808,'_recurrence_byday',''),(80322,9809,'_recurrence_byday',''),(80323,9810,'_recurrence_byday',''),(80324,9811,'_recurrence_byday',''),(80325,9812,'_recurrence_byday',''),(80326,9813,'_recurrence_byday',''),(80327,9814,'_recurrence_byday',''),(80328,9815,'_recurrence_byday',''),(80329,9816,'_recurrence_byday',''),(80330,9817,'_recurrence_byday',''),(80331,9818,'_recurrence_byday',''),(80332,9819,'_recurrence_byday',''),(80333,9820,'_recurrence_byday',''),(80334,9821,'_recurrence_byday',''),(80335,9822,'_recurrence_byday',''),(80336,9823,'_recurrence_byday',''),(80337,9824,'_recurrence_byday',''),(80338,9825,'_recurrence_byday',''),(80339,9826,'_recurrence_byday',''),(80340,9827,'_recurrence_byday',''),(80341,9828,'_recurrence_byday',''),(80342,9829,'_recurrence_byday',''),(80343,9830,'_recurrence_byday',''),(80345,9832,'_recurrence_byday',''),(80346,9833,'_recurrence_byday',''),(80347,9834,'_recurrence_byday',''),(80348,9835,'_recurrence_byday',''),(80349,9836,'_recurrence_byday',''),(80350,9837,'_recurrence_byday',''),(80351,9838,'_recurrence_byday',''),(80352,9839,'_recurrence_byday',''),(80353,9840,'_recurrence_byday',''),(80354,9841,'_recurrence_byday',''),(80355,9842,'_recurrence_byday',''),(80356,9843,'_recurrence_byday',''),(80357,9844,'_recurrence_byday',''),(80358,9845,'_recurrence_byday',''),(80359,9846,'_recurrence_byday',''),(80360,9847,'_recurrence_byday',''),(80361,9848,'_recurrence_byday',''),(80362,9849,'_recurrence_byday',''),(80363,9850,'_recurrence_byday',''),(80364,9851,'_recurrence_byday',''),(80365,9852,'_recurrence_byday',''),(80366,9853,'_recurrence_byday',''),(80367,9854,'_recurrence_byday',''),(80368,9855,'_recurrence_byday',''),(80369,9856,'_recurrence_byday',''),(80370,9857,'_recurrence_byday',''),(80371,9858,'_recurrence_byday',''),(80372,9859,'_recurrence_byday',''),(80373,9860,'_recurrence_byday',''),(80374,9861,'_recurrence_byday',''),(80375,9862,'_recurrence_byday',''),(80376,9863,'_recurrence_byday',''),(80377,9864,'_recurrence_byday',''),(80378,9865,'_recurrence_byday',''),(80379,9866,'_recurrence_byday',''),(80380,9867,'_recurrence_byday',''),(80381,9868,'_recurrence_byday',''),(80382,9869,'_recurrence_byday',''),(80383,9870,'_recurrence_byday',''),(80384,9871,'_recurrence_byday',''),(80385,9872,'_recurrence_byday',''),(80386,9873,'_recurrence_byday',''),(80387,9874,'_recurrence_byday',''),(80388,9875,'_recurrence_byday',''),(80389,9876,'_recurrence_byday',''),(80390,9877,'_recurrence_byday',''),(80391,9878,'_recurrence_byday',''),(80392,9879,'_recurrence_byday',''),(80393,9880,'_recurrence_byday',''),(80394,9881,'_recurrence_byday',''),(80395,9882,'_recurrence_byday',''),(80396,9883,'_recurrence_byday',''),(80397,9884,'_recurrence_byday',''),(80398,9885,'_recurrence_byday',''),(80399,9886,'_recurrence_byday',''),(80400,9887,'_recurrence_byday',''),(80401,9888,'_recurrence_byday',''),(80402,9889,'_recurrence_byday',''),(80403,9890,'_recurrence_byday',''),(80404,9891,'_recurrence_byday',''),(80405,9892,'_recurrence_byday',''),(80406,9893,'_recurrence_byday',''),(80407,9894,'_recurrence_byday',''),(80408,9895,'_recurrence_byday',''),(80409,9896,'_recurrence_byday',''),(80410,9897,'_recurrence_byday',''),(80411,9898,'_recurrence_byday',''),(80412,9899,'_recurrence_byday',''),(80413,9900,'_recurrence_byday',''),(80414,9901,'_recurrence_byday',''),(80415,9902,'_recurrence_byday',''),(80416,9903,'_recurrence_byday',''),(80417,9904,'_recurrence_byday',''),(80418,9905,'_recurrence_byday',''),(80419,9906,'_recurrence_byday',''),(80420,9907,'_recurrence_byday',''),(80421,9908,'_recurrence_byday',''),(80422,9909,'_recurrence_byday',''),(80423,9910,'_recurrence_byday',''),(80424,9911,'_recurrence_byday',''),(80425,9912,'_recurrence_byday',''),(80426,9913,'_recurrence_byday',''),(80427,9914,'_recurrence_byday',''),(80428,9915,'_recurrence_byday',''),(80429,9916,'_recurrence_byday',''),(80430,9917,'_recurrence_byday',''),(80431,9918,'_recurrence_byday',''),(80432,9919,'_recurrence_byday',''),(80433,9920,'_recurrence_byday',''),(80434,9921,'_recurrence_byday',''),(80435,9922,'_recurrence_byday',''),(80436,9923,'_recurrence_byday',''),(80437,9924,'_recurrence_byday',''),(80438,9925,'_recurrence_byday',''),(80439,9926,'_recurrence_byday',''),(80440,9927,'_recurrence_byday',''),(80441,9928,'_recurrence_byday',''),(80442,9929,'_recurrence_byday',''),(80443,9930,'_recurrence_byday',''),(80444,9931,'_recurrence_byday',''),(80445,9932,'_recurrence_byday',''),(80446,9933,'_recurrence_byday',''),(80447,9934,'_recurrence_byday',''),(80448,9935,'_recurrence_byday',''),(80449,9936,'_recurrence_byday',''),(80450,9937,'_recurrence_byday',''),(80451,9938,'_recurrence_byday',''),(80452,9939,'_recurrence_byday',''),(80453,9940,'_recurrence_byday',''),(80454,9941,'_recurrence_byday',''),(80455,9942,'_recurrence_byday',''),(80456,9943,'_recurrence_byday',''),(80457,9944,'_recurrence_byday',''),(80458,9945,'_recurrence_byday',''),(80459,9946,'_recurrence_byday',''),(80460,9947,'_recurrence_byday',''),(80461,9948,'_recurrence_byday',''),(80462,9949,'_recurrence_byday',''),(80463,9950,'_recurrence_byday',''),(80464,9951,'_recurrence_byday',''),(80465,9952,'_recurrence_byday',''),(80466,9953,'_recurrence_byday',''),(80467,9954,'_recurrence_byday',''),(80468,9955,'_recurrence_byday',''),(80469,9956,'_recurrence_byday',''),(80470,9957,'_recurrence_byday',''),(80471,9958,'_recurrence_byday',''),(80472,9959,'_recurrence_byday',''),(80473,9960,'_recurrence_byday',''),(80474,9961,'_recurrence_byday',''),(80475,9962,'_recurrence_byday',''),(80476,9963,'_recurrence_byday',''),(80477,9964,'_recurrence_byday',''),(80478,9965,'_recurrence_byday',''),(80479,9966,'_recurrence_byday',''),(80480,9967,'_recurrence_byday',''),(80481,9968,'_recurrence_byday',''),(80482,9969,'_recurrence_byday',''),(80483,9970,'_recurrence_byday',''),(80484,9971,'_recurrence_byday',''),(80485,9972,'_recurrence_byday',''),(80486,9973,'_recurrence_byday',''),(80487,9974,'_recurrence_byday',''),(80488,9975,'_recurrence_byday',''),(80489,9976,'_recurrence_byday',''),(80490,9977,'_recurrence_byday',''),(80491,9978,'_recurrence_byday',''),(80492,9979,'_recurrence_byday',''),(80493,9980,'_recurrence_byday',''),(80494,9981,'_recurrence_byday',''),(80495,9982,'_recurrence_byday',''),(80496,9983,'_recurrence_byday',''),(80497,9984,'_recurrence_byday',''),(80498,9985,'_recurrence_byday',''),(80499,9986,'_recurrence_byday',''),(80500,9987,'_recurrence_byday',''),(80501,9988,'_recurrence_byday',''),(80502,9989,'_recurrence_byday',''),(80503,9990,'_recurrence_byday',''),(80504,9991,'_recurrence_byday',''),(80505,9992,'_recurrence_byday',''),(80506,9993,'_recurrence_byday',''),(80507,9994,'_recurrence_byday',''),(80508,9995,'_recurrence_byday',''),(80509,9996,'_recurrence_byday',''),(80510,9997,'_recurrence_byday',''),(80511,9998,'_recurrence_byday',''),(80512,9999,'_recurrence_byday',''),(80513,10000,'_recurrence_byday',''),(80515,10002,'_recurrence_byday',''),(80516,10003,'_recurrence_byday',''),(80517,10004,'_recurrence_byday',''),(80518,10005,'_recurrence_byday',''),(80519,10006,'_recurrence_byday',''),(80520,10007,'_recurrence_byday',''),(80521,10008,'_recurrence_byday',''),(80534,10021,'_recurrence_byday',''),(80574,10061,'_recurrence_byday',''),(80575,10062,'_recurrence_byday',''),(80576,10063,'_recurrence_byday',''),(80577,10064,'_recurrence_byday',''),(80578,10065,'_recurrence_byday',''),(80579,10066,'_recurrence_byday',''),(80580,10067,'_recurrence_byday',''),(80581,10068,'_recurrence_byday',''),(80582,10069,'_recurrence_byday',''),(80583,10070,'_recurrence_byday',''),(80584,10071,'_recurrence_byday',''),(80585,10072,'_recurrence_byday',''),(80586,10073,'_recurrence_byday',''),(80587,10074,'_recurrence_byday',''),(80588,10075,'_recurrence_byday',''),(80589,10076,'_recurrence_byday',''),(80590,10077,'_recurrence_byday',''),(80591,10078,'_recurrence_byday',''),(80592,10079,'_recurrence_byday',''),(80593,10080,'_recurrence_byday',''),(80594,10081,'_recurrence_byday',''),(80595,10082,'_recurrence_byday',''),(80596,10083,'_recurrence_byday',''),(80597,10084,'_recurrence_byday',''),(80598,10085,'_recurrence_byday',''),(80599,10086,'_recurrence_byday',''),(80600,10087,'_recurrence_byday',''),(80601,10088,'_recurrence_byday',''),(80602,10089,'_recurrence_byday',''),(80603,10090,'_recurrence_byday',''),(80604,10091,'_recurrence_byday',''),(80605,10092,'_recurrence_byday',''),(80606,10093,'_recurrence_byday',''),(80607,10094,'_recurrence_byday',''),(80608,10095,'_recurrence_byday',''),(80609,10096,'_recurrence_byday',''),(80610,10097,'_recurrence_byday',''),(80611,10098,'_recurrence_byday',''),(80612,10099,'_recurrence_byday',''),(80613,10100,'_recurrence_byday',''),(80614,10101,'_recurrence_byday',''),(80615,10102,'_recurrence_byday',''),(80616,10103,'_recurrence_byday',''),(80617,10104,'_recurrence_byday',''),(80618,10105,'_recurrence_byday',''),(80619,10106,'_recurrence_byday',''),(80620,10107,'_recurrence_byday',''),(80621,10108,'_recurrence_byday',''),(80622,10109,'_recurrence_byday',''),(80623,10110,'_recurrence_byday',''),(80624,10111,'_recurrence_byday',''),(80625,10112,'_recurrence_byday',''),(80626,10113,'_recurrence_byday',''),(80627,10114,'_recurrence_byday',''),(80628,10115,'_recurrence_byday',''),(80629,10116,'_recurrence_byday',''),(80630,10117,'_recurrence_byday',''),(80631,10118,'_recurrence_byday',''),(80632,10119,'_recurrence_byday',''),(80633,10120,'_recurrence_byday',''),(80634,10121,'_recurrence_byday',''),(80635,10122,'_recurrence_byday',''),(80636,10123,'_recurrence_byday',''),(80637,10124,'_recurrence_byday',''),(80638,10125,'_recurrence_byday',''),(80639,10126,'_recurrence_byday',''),(80640,10127,'_recurrence_byday',''),(80641,10128,'_recurrence_byday',''),(80642,10129,'_recurrence_byday',''),(80643,10130,'_recurrence_byday',''),(80644,10131,'_recurrence_byday',''),(80645,10132,'_recurrence_byday',''),(80646,10133,'_recurrence_byday',''),(80647,10134,'_recurrence_byday',''),(80648,10135,'_recurrence_byday',''),(80649,10136,'_recurrence_byday',''),(80650,10137,'_recurrence_byday',''),(80651,10138,'_recurrence_byday',''),(80652,10139,'_recurrence_byday',''),(80653,10140,'_recurrence_byday',''),(80654,10141,'_recurrence_byday',''),(80655,10142,'_recurrence_byday',''),(80656,10143,'_recurrence_byday',''),(80657,10144,'_recurrence_byday',''),(80658,10145,'_recurrence_byday',''),(80659,10146,'_recurrence_byday',''),(80660,10147,'_recurrence_byday',''),(80661,10148,'_recurrence_byday',''),(80662,10149,'_recurrence_byday',''),(80663,10150,'_recurrence_byday',''),(80664,10151,'_recurrence_byday',''),(80665,10152,'_recurrence_byday',''),(80666,10153,'_recurrence_byday',''),(80667,10154,'_recurrence_byday',''),(80668,10155,'_recurrence_byday',''),(80669,10156,'_recurrence_byday',''),(80670,10157,'_recurrence_byday',''),(80671,10158,'_recurrence_byday',''),(80672,10159,'_recurrence_byday',''),(80673,10160,'_recurrence_byday',''),(80674,10161,'_recurrence_byday',''),(80675,10162,'_recurrence_byday',''),(80676,10163,'_recurrence_byday',''),(80677,10164,'_recurrence_byday',''),(80678,10165,'_recurrence_byday',''),(80679,10166,'_recurrence_byday',''),(80680,10167,'_recurrence_byday',''),(80681,10168,'_recurrence_byday',''),(80682,10169,'_recurrence_byday',''),(80683,10170,'_recurrence_byday',''),(80684,10171,'_recurrence_byday',''),(80685,10172,'_recurrence_byday',''),(80686,10173,'_recurrence_byday',''),(80687,10174,'_recurrence_byday',''),(80688,10175,'_recurrence_byday',''),(80689,10176,'_recurrence_byday',''),(80690,10177,'_recurrence_byday',''),(80691,10178,'_recurrence_byday',''),(80692,10179,'_recurrence_byday',''),(80693,10180,'_recurrence_byday',''),(80694,10181,'_recurrence_byday',''),(80695,10182,'_recurrence_byday',''),(80696,10183,'_recurrence_byday',''),(80697,10184,'_recurrence_byday',''),(80698,10185,'_recurrence_byday',''),(80699,10186,'_recurrence_byday',''),(80700,10187,'_recurrence_byday',''),(80701,10188,'_recurrence_byday',''),(80702,10189,'_recurrence_byday',''),(80703,10190,'_recurrence_byday',''),(80704,10191,'_recurrence_byday',''),(80705,10192,'_recurrence_byday',''),(80706,10193,'_recurrence_byday',''),(80707,10194,'_recurrence_byday',''),(80708,10195,'_recurrence_byday',''),(80709,10196,'_recurrence_byday',''),(80710,10197,'_recurrence_byday',''),(80711,10198,'_recurrence_byday',''),(80712,10199,'_recurrence_byday',''),(80713,10200,'_recurrence_byday',''),(80714,10201,'_recurrence_byday',''),(80715,10202,'_recurrence_byday',''),(80716,10203,'_recurrence_byday',''),(80717,10204,'_recurrence_byday',''),(80718,10205,'_recurrence_byday',''),(80719,10206,'_recurrence_byday',''),(80720,10207,'_recurrence_byday',''),(80721,10208,'_recurrence_byday',''),(80722,10209,'_recurrence_byday',''),(80723,10210,'_recurrence_byday',''),(80724,10211,'_recurrence_byday',''),(80725,10212,'_recurrence_byday',''),(80726,10213,'_recurrence_byday',''),(80727,10214,'_recurrence_byday',''),(80728,10215,'_recurrence_byday',''),(80729,10216,'_recurrence_byday',''),(80730,10217,'_recurrence_byday',''),(80731,10218,'_recurrence_byday',''),(80732,10219,'_recurrence_byday',''),(80733,10220,'_recurrence_byday',''),(80734,10221,'_recurrence_byday',''),(80735,10222,'_recurrence_byday',''),(80736,10223,'_recurrence_byday',''),(80737,10224,'_recurrence_byday',''),(80738,10225,'_recurrence_byday',''),(80739,10226,'_recurrence_byday',''),(80740,10227,'_recurrence_byday',''),(80741,10228,'_recurrence_byday',''),(80742,10229,'_recurrence_byday',''),(80743,10230,'_recurrence_byday',''),(80744,10231,'_recurrence_byday',''),(80745,10232,'_recurrence_byday',''),(80746,10233,'_recurrence_byday',''),(80747,10234,'_recurrence_byday',''),(80748,10235,'_recurrence_byday',''),(80749,10236,'_recurrence_byday',''),(80757,10244,'_recurrence_byday',''),(80760,10247,'_recurrence_byday',''),(80761,10248,'_recurrence_byday',''),(80762,10249,'_recurrence_byday',''),(80763,10250,'_recurrence_byday',''),(80764,10251,'_recurrence_byday',''),(80765,10252,'_recurrence_byday',''),(80766,10253,'_recurrence_byday',''),(80767,10254,'_recurrence_byday',''),(80768,10255,'_recurrence_byday',''),(80769,10256,'_recurrence_byday',''),(80770,10257,'_recurrence_byday',''),(80771,10258,'_recurrence_byday',''),(80772,10259,'_recurrence_byday',''),(80773,10260,'_recurrence_byday',''),(80774,10261,'_recurrence_byday',''),(80775,10262,'_recurrence_byday',''),(80776,10263,'_recurrence_byday',''),(80777,10264,'_recurrence_byday',''),(80778,10265,'_recurrence_byday',''),(80779,10266,'_recurrence_byday',''),(80780,10267,'_recurrence_byday',''),(80781,10268,'_recurrence_byday',''),(80782,10269,'_recurrence_byday',''),(80783,10270,'_recurrence_byday',''),(80784,10271,'_recurrence_byday',''),(80785,10272,'_recurrence_byday',''),(80786,10273,'_recurrence_byday',''),(80787,10274,'_recurrence_byday',''),(80788,10275,'_recurrence_byday',''),(80789,10276,'_recurrence_byday',''),(80790,10277,'_recurrence_byday',''),(80791,10278,'_recurrence_byday',''),(80792,10279,'_recurrence_byday',''),(80793,10280,'_recurrence_byday',''),(80794,10281,'_recurrence_byday',''),(80795,10282,'_recurrence_byday',''),(80796,10283,'_recurrence_byday',''),(80797,10284,'_recurrence_byday',''),(80798,10285,'_recurrence_byday',''),(80799,10286,'_recurrence_byday',''),(80800,10287,'_recurrence_byday',''),(80801,10288,'_recurrence_byday',''),(80802,10289,'_recurrence_byday',''),(80803,10290,'_recurrence_byday',''),(80804,10291,'_recurrence_byday',''),(80805,10292,'_recurrence_byday',''),(80806,10293,'_recurrence_byday',''),(80807,10294,'_recurrence_byday',''),(80808,10295,'_recurrence_byday',''),(80809,10296,'_recurrence_byday',''),(80810,10297,'_recurrence_byday',''),(80811,10298,'_recurrence_byday',''),(80812,10299,'_recurrence_byday',''),(80813,10300,'_recurrence_byday',''),(80814,10301,'_recurrence_byday',''),(80815,10302,'_recurrence_byday',''),(80816,10303,'_recurrence_byday',''),(80817,10304,'_recurrence_byday',''),(80818,10305,'_recurrence_byday',''),(80819,10306,'_recurrence_byday',''),(80820,10307,'_recurrence_byday',''),(80821,10308,'_recurrence_byday',''),(80822,10309,'_recurrence_byday',''),(80823,10310,'_recurrence_byday',''),(80824,10311,'_recurrence_byday',''),(80825,10312,'_recurrence_byday',''),(80826,10313,'_recurrence_byday',''),(80827,10314,'_recurrence_byday',''),(80828,10315,'_recurrence_byday',''),(80829,10316,'_recurrence_byday',''),(80830,10317,'_recurrence_byday',''),(80831,10318,'_recurrence_byday',''),(80832,10319,'_recurrence_byday',''),(80833,10320,'_recurrence_byday',''),(80834,10321,'_recurrence_byday',''),(80835,10322,'_recurrence_byday',''),(80836,10323,'_recurrence_byday',''),(80837,10324,'_recurrence_byday',''),(80838,10325,'_recurrence_byday',''),(80839,10326,'_recurrence_byday',''),(80840,10327,'_recurrence_byday',''),(80841,10328,'_recurrence_byday',''),(80842,10329,'_recurrence_byday',''),(80843,10330,'_recurrence_byday',''),(80844,10331,'_recurrence_byday',''),(80845,10332,'_recurrence_byday',''),(80846,10333,'_recurrence_byday',''),(80847,10334,'_recurrence_byday',''),(80848,10335,'_recurrence_byday',''),(80849,10336,'_recurrence_byday',''),(80850,10337,'_recurrence_byday',''),(80851,10338,'_recurrence_byday',''),(80852,10339,'_recurrence_byday',''),(80853,10340,'_recurrence_byday',''),(80854,10341,'_recurrence_byday',''),(80855,10342,'_recurrence_byday',''),(80856,10343,'_recurrence_byday',''),(80857,10344,'_recurrence_byday',''),(80858,10345,'_recurrence_byday',''),(80859,10346,'_recurrence_byday',''),(80860,10347,'_recurrence_byday',''),(80861,10348,'_recurrence_byday',''),(80862,10349,'_recurrence_byday',''),(80863,10350,'_recurrence_byday',''),(80864,10351,'_recurrence_byday',''),(80865,10352,'_recurrence_byday',''),(80866,10353,'_recurrence_byday',''),(80867,10354,'_recurrence_byday',''),(80868,10355,'_recurrence_byday',''),(80869,10356,'_recurrence_byday',''),(80870,10357,'_recurrence_byday',''),(80871,10358,'_recurrence_byday',''),(80872,10359,'_recurrence_byday',''),(80873,10360,'_recurrence_byday',''),(80874,10361,'_recurrence_byday',''),(80875,10362,'_recurrence_byday',''),(80876,10363,'_recurrence_byday',''),(80877,10364,'_recurrence_byday',''),(80878,10365,'_recurrence_byday',''),(80879,10366,'_recurrence_byday',''),(80880,10367,'_recurrence_byday',''),(80881,10368,'_recurrence_byday',''),(80882,10369,'_recurrence_byday',''),(80883,10370,'_recurrence_byday',''),(80884,10371,'_recurrence_byday',''),(80885,10372,'_recurrence_byday',''),(80886,10373,'_recurrence_byday',''),(80887,10374,'_recurrence_byday',''),(80888,10375,'_recurrence_byday',''),(80889,10376,'_recurrence_byday',''),(80890,10377,'_recurrence_byday',''),(80891,10378,'_recurrence_byday',''),(80892,10379,'_recurrence_byday',''),(80893,10380,'_recurrence_byday',''),(80894,10381,'_recurrence_byday',''),(80895,10382,'_recurrence_byday',''),(80896,10383,'_recurrence_byday',''),(80897,10384,'_recurrence_byday',''),(80898,10385,'_recurrence_byday',''),(80899,10386,'_recurrence_byday',''),(80900,10387,'_recurrence_byday',''),(80901,10388,'_recurrence_byday',''),(80902,10389,'_recurrence_byday',''),(80903,10390,'_recurrence_byday',''),(80904,10391,'_recurrence_byday',''),(80905,10392,'_recurrence_byday',''),(80906,10393,'_recurrence_byday',''),(80907,10394,'_recurrence_byday',''),(80908,10395,'_recurrence_byday',''),(80909,10396,'_recurrence_byday',''),(80910,10397,'_recurrence_byday',''),(80911,10398,'_recurrence_byday',''),(80912,10399,'_recurrence_byday',''),(80913,10400,'_recurrence_byday',''),(80914,10401,'_recurrence_byday',''),(80915,10402,'_recurrence_byday',''),(80916,10403,'_recurrence_byday',''),(80917,10404,'_recurrence_byday',''),(80918,10405,'_recurrence_byday',''),(80919,10406,'_recurrence_byday',''),(80920,10407,'_recurrence_byday',''),(80921,10408,'_recurrence_byday',''),(80922,10409,'_recurrence_byday',''),(80923,10410,'_recurrence_byday',''),(80924,10411,'_recurrence_byday',''),(80925,10412,'_recurrence_byday',''),(80926,10413,'_recurrence_byday',''),(80927,10414,'_recurrence_byday',''),(80928,10415,'_recurrence_byday',''),(80929,10416,'_recurrence_byday',''),(80930,10417,'_recurrence_byday',''),(80931,10418,'_recurrence_byday',''),(80932,10419,'_recurrence_byday',''),(80933,10420,'_recurrence_byday',''),(80934,10421,'_recurrence_byday',''),(80935,10422,'_recurrence_byday',''),(80936,10423,'_recurrence_byday',''),(80937,10424,'_recurrence_byday',''),(80938,10425,'_recurrence_byday',''),(80939,10426,'_recurrence_byday',''),(80940,10427,'_recurrence_byday',''),(80941,10428,'_recurrence_byday',''),(80942,10429,'_recurrence_byday',''),(80943,10430,'_recurrence_byday',''),(80944,10431,'_recurrence_byday',''),(80945,10432,'_recurrence_byday',''),(80946,10433,'_recurrence_byday',''),(80947,10434,'_recurrence_byday',''),(80948,10435,'_recurrence_byday',''),(80949,10436,'_recurrence_byday',''),(80950,10437,'_recurrence_byday',''),(80951,10438,'_recurrence_byday',''),(80952,10439,'_recurrence_byday',''),(80953,10440,'_recurrence_byday',''),(80954,10441,'_recurrence_byday',''),(80955,10442,'_recurrence_byday',''),(80956,10443,'_recurrence_byday',''),(80957,10444,'_recurrence_byday',''),(80958,10445,'_recurrence_byday',''),(80959,10446,'_recurrence_byday',''),(80960,10447,'_recurrence_byday',''),(80961,10448,'_recurrence_byday',''),(80962,10449,'_recurrence_byday',''),(80963,10450,'_recurrence_byday',''),(80964,10451,'_recurrence_byday',''),(80965,10452,'_recurrence_byday',''),(80966,10453,'_recurrence_byday',''),(80967,10454,'_recurrence_byday',''),(80968,10455,'_recurrence_byday',''),(80969,10456,'_recurrence_byday',''),(80970,10457,'_recurrence_byday',''),(80971,10458,'_recurrence_byday',''),(80972,10459,'_recurrence_byday',''),(80973,10460,'_recurrence_byday',''),(80974,10461,'_recurrence_byday',''),(80975,10462,'_recurrence_byday',''),(80976,10463,'_recurrence_byday',''),(80977,10464,'_recurrence_byday',''),(80978,10465,'_recurrence_byday',''),(80979,10466,'_recurrence_byday',''),(80980,10467,'_recurrence_byday',''),(80981,10468,'_recurrence_byday',''),(80982,10469,'_recurrence_byday',''),(80983,10470,'_recurrence_byday',''),(80984,10471,'_recurrence_byday',''),(80985,10472,'_recurrence_byday',''),(80986,10473,'_recurrence_byday',''),(80987,10474,'_recurrence_byday',''),(80988,10475,'_recurrence_byday',''),(80989,10476,'_recurrence_byday',''),(80990,10477,'_recurrence_byday',''),(80991,10478,'_recurrence_byday',''),(80992,10479,'_recurrence_byday',''),(80993,10480,'_recurrence_byday',''),(80994,10481,'_recurrence_byday',''),(80995,10482,'_recurrence_byday',''),(80996,10483,'_recurrence_byday',''),(80997,10484,'_recurrence_byday',''),(80998,10485,'_recurrence_byday',''),(80999,10486,'_recurrence_byday',''),(81000,10487,'_recurrence_byday',''),(81001,10488,'_recurrence_byday',''),(81002,10489,'_recurrence_byday',''),(81003,10490,'_recurrence_byday',''),(81004,10491,'_recurrence_byday',''),(81005,10492,'_recurrence_byday',''),(81006,10493,'_recurrence_byday',''),(81007,10494,'_recurrence_byday',''),(81008,10495,'_recurrence_byday',''),(81009,10496,'_recurrence_byday',''),(81010,10497,'_recurrence_byday',''),(81011,10498,'_recurrence_byday',''),(81012,10499,'_recurrence_byday',''),(81013,10500,'_recurrence_byday',''),(81014,10501,'_recurrence_byday',''),(81015,10502,'_recurrence_byday',''),(81016,10503,'_recurrence_byday',''),(81017,10504,'_recurrence_byday',''),(81018,10505,'_recurrence_byday',''),(81019,10506,'_recurrence_byday',''),(81020,10507,'_recurrence_byday',''),(81021,10508,'_recurrence_byday',''),(81022,10509,'_recurrence_byday',''),(81023,10510,'_recurrence_byday',''),(81024,10511,'_recurrence_byday',''),(81025,10512,'_recurrence_byday',''),(81026,10513,'_recurrence_byday',''),(81027,10514,'_recurrence_byday',''),(81028,10515,'_recurrence_byday',''),(81029,10516,'_recurrence_byday',''),(81030,10517,'_recurrence_byday',''),(81031,10518,'_recurrence_byday',''),(81032,10519,'_recurrence_byday',''),(81033,10520,'_recurrence_byday',''),(81034,10521,'_recurrence_byday',''),(81035,10522,'_recurrence_byday',''),(81036,10523,'_recurrence_byday',''),(81037,10524,'_recurrence_byday',''),(81038,10525,'_recurrence_byday',''),(81039,10526,'_recurrence_byday',''),(81040,10527,'_recurrence_byday',''),(81041,10528,'_recurrence_byday',''),(81042,10529,'_recurrence_byday',''),(81043,10530,'_recurrence_byday',''),(81044,10531,'_recurrence_byday',''),(81045,10532,'_recurrence_byday',''),(81046,10533,'_recurrence_byday',''),(81047,10534,'_recurrence_byday',''),(81048,10535,'_recurrence_byday',''),(81049,10536,'_recurrence_byday',''),(81050,10537,'_recurrence_byday',''),(81051,10538,'_recurrence_byday',''),(81052,10539,'_recurrence_byday',''),(81053,10540,'_recurrence_byday',''),(81054,10541,'_recurrence_byday',''),(81055,10542,'_recurrence_byday',''),(81056,10543,'_recurrence_byday',''),(81057,10544,'_recurrence_byday',''),(81058,10545,'_recurrence_byday',''),(81059,10546,'_recurrence_byday',''),(81060,10547,'_recurrence_byday',''),(81061,10548,'_recurrence_byday',''),(81062,10549,'_recurrence_byday',''),(81063,10550,'_recurrence_byday',''),(81064,10551,'_recurrence_byday',''),(81065,10552,'_recurrence_byday',''),(81066,10553,'_recurrence_byday',''),(81067,10554,'_recurrence_byday',''),(81068,10555,'_recurrence_byday',''),(81069,10556,'_recurrence_byday',''),(81070,10557,'_recurrence_byday',''),(81071,10558,'_recurrence_byday',''),(81072,10559,'_recurrence_byday',''),(81073,10560,'_recurrence_byday',''),(81074,10561,'_recurrence_byday',''),(81075,10562,'_recurrence_byday',''),(81076,10563,'_recurrence_byday',''),(81077,10564,'_recurrence_byday',''),(81078,10565,'_recurrence_byday',''),(81079,10566,'_recurrence_byday',''),(81080,10567,'_recurrence_byday',''),(81081,10568,'_recurrence_byday',''),(81082,10569,'_recurrence_byday',''),(81083,10570,'_recurrence_byday',''),(81084,10571,'_recurrence_byday',''),(81085,10572,'_recurrence_byday',''),(81086,10573,'_recurrence_byday',''),(81087,10574,'_recurrence_byday',''),(81088,10575,'_recurrence_byday',''),(81089,10576,'_recurrence_byday',''),(81090,10577,'_recurrence_byday',''),(81091,10578,'_recurrence_byday',''),(81092,10579,'_recurrence_byday',''),(81093,10580,'_recurrence_byday',''),(81094,10581,'_recurrence_byday',''),(81095,10582,'_recurrence_byday',''),(81096,10583,'_recurrence_byday',''),(81097,10584,'_recurrence_byday',''),(81098,10585,'_recurrence_byday',''),(81099,10586,'_recurrence_byday',''),(81100,10587,'_recurrence_byday',''),(81101,10588,'_recurrence_byday',''),(81102,10589,'_recurrence_byday',''),(81103,10590,'_recurrence_byday',''),(81104,10591,'_recurrence_byday',''),(81105,10592,'_recurrence_byday',''),(81106,10593,'_recurrence_byday',''),(81107,10594,'_recurrence_byday',''),(81108,10595,'_recurrence_byday',''),(81109,10596,'_recurrence_byday',''),(81110,10597,'_recurrence_byday',''),(81111,10598,'_recurrence_byday',''),(81112,10599,'_recurrence_byday',''),(81113,10600,'_recurrence_byday',''),(81114,10601,'_recurrence_byday',''),(81115,10602,'_recurrence_byday',''),(81116,10603,'_recurrence_byday',''),(81117,10604,'_recurrence_byday',''),(81118,10605,'_recurrence_byday',''),(81119,10606,'_recurrence_byday',''),(81120,10607,'_recurrence_byday',''),(81121,10608,'_recurrence_byday',''),(81122,10609,'_recurrence_byday',''),(81123,10610,'_recurrence_byday',''),(81124,10611,'_recurrence_byday',''),(81125,10612,'_recurrence_byday',''),(81126,10613,'_recurrence_byday',''),(81127,10614,'_recurrence_byday',''),(81128,10615,'_recurrence_byday',''),(81129,10616,'_recurrence_byday',''),(81130,10617,'_recurrence_byday',''),(81131,10618,'_recurrence_byday',''),(81132,10619,'_recurrence_byday',''),(81133,10620,'_recurrence_byday',''),(81134,10621,'_recurrence_byday',''),(81135,10622,'_recurrence_byday',''),(81136,10623,'_recurrence_byday',''),(81137,10624,'_recurrence_byday',''),(81138,10625,'_recurrence_byday',''),(81139,10626,'_recurrence_byday',''),(81140,10627,'_recurrence_byday',''),(81141,10628,'_recurrence_byday',''),(81142,10629,'_recurrence_byday',''),(81143,10630,'_recurrence_byday',''),(81144,10631,'_recurrence_byday',''),(81145,10632,'_recurrence_byday',''),(81146,10633,'_recurrence_byday',''),(81147,10634,'_recurrence_byday',''),(81148,10635,'_recurrence_byday',''),(81149,10636,'_recurrence_byday',''),(81150,10637,'_recurrence_byday',''),(81151,10638,'_recurrence_byday',''),(81152,10639,'_recurrence_byday',''),(81153,10640,'_recurrence_byday',''),(81154,10641,'_recurrence_byday',''),(81155,10642,'_recurrence_byday',''),(81156,10643,'_recurrence_byday',''),(81157,10644,'_recurrence_byday',''),(81158,10645,'_recurrence_byday',''),(81159,10646,'_recurrence_byday',''),(81160,10647,'_recurrence_byday',''),(81161,10648,'_recurrence_byday',''),(81162,10649,'_recurrence_byday',''),(81163,10650,'_recurrence_byday',''),(81164,10651,'_recurrence_byday',''),(81165,10652,'_recurrence_byday',''),(81166,10653,'_recurrence_byday',''),(81167,10654,'_recurrence_byday',''),(81168,10655,'_recurrence_byday',''),(81169,10656,'_recurrence_byday',''),(81170,10657,'_recurrence_byday',''),(81171,10658,'_recurrence_byday',''),(81172,10659,'_recurrence_byday',''),(81173,10660,'_recurrence_byday',''),(81174,10661,'_recurrence_byday',''),(81175,10662,'_recurrence_byday',''),(81176,10663,'_recurrence_byday',''),(81177,10664,'_recurrence_byday',''),(81178,10665,'_recurrence_byday',''),(81179,10666,'_recurrence_byday',''),(81180,10667,'_recurrence_byday',''),(81181,10668,'_recurrence_byday',''),(81182,10669,'_recurrence_byday',''),(81183,10670,'_recurrence_byday',''),(81184,10671,'_recurrence_byday',''),(81185,10672,'_recurrence_byday',''),(81186,10673,'_recurrence_byday',''),(81187,10674,'_recurrence_byday',''),(81188,10675,'_recurrence_byday',''),(81189,10676,'_recurrence_byday',''),(81190,10677,'_recurrence_byday',''),(81191,10678,'_recurrence_byday',''),(81192,10679,'_recurrence_byday',''),(81193,10680,'_recurrence_byday',''),(81194,10681,'_recurrence_byday',''),(81195,10682,'_recurrence_byday',''),(81196,10683,'_recurrence_byday',''),(81197,10684,'_recurrence_byday',''),(81198,10685,'_recurrence_byday',''),(81199,10686,'_recurrence_byday',''),(81200,10687,'_recurrence_byday',''),(81201,10688,'_recurrence_byday',''),(81202,10689,'_recurrence_byday',''),(81203,10690,'_recurrence_byday',''),(81204,10691,'_recurrence_byday',''),(81205,10692,'_recurrence_byday',''),(81206,10693,'_recurrence_byday',''),(81207,10694,'_recurrence_byday',''),(81208,10695,'_recurrence_byday',''),(81209,10696,'_recurrence_byday',''),(81210,10697,'_recurrence_byday',''),(81211,10698,'_recurrence_byday',''),(81212,10699,'_recurrence_byday',''),(81213,10700,'_recurrence_byday',''),(81214,10701,'_recurrence_byday',''),(81215,10702,'_recurrence_byday',''),(81216,10703,'_recurrence_byday',''),(81217,10704,'_recurrence_byday',''),(81218,10705,'_recurrence_byday',''),(81219,10706,'_recurrence_byday',''),(81220,10707,'_recurrence_byday',''),(81221,10708,'_recurrence_byday',''),(81222,10709,'_recurrence_byday',''),(81223,10710,'_recurrence_byday',''),(81224,10711,'_recurrence_byday',''),(81225,10712,'_recurrence_byday',''),(81226,10713,'_recurrence_byday',''),(81227,10714,'_recurrence_byday',''),(81228,10715,'_recurrence_byday',''),(81230,10717,'_recurrence_byday',''),(81231,10718,'_recurrence_byday',''),(81233,10720,'_recurrence_byday',''),(81234,10721,'_recurrence_byday',''),(81235,10722,'_recurrence_byday',''),(81236,10723,'_recurrence_byday',''),(81237,10724,'_recurrence_byday',''),(81238,10725,'_recurrence_byday',''),(81239,10726,'_recurrence_byday',''),(81240,10727,'_recurrence_byday',''),(81241,10728,'_recurrence_byday',''),(81242,10729,'_recurrence_byday',''),(81243,10730,'_recurrence_byday',''),(81244,10731,'_recurrence_byday',''),(81245,10732,'_recurrence_byday',''),(81246,10733,'_recurrence_byday',''),(81247,10734,'_recurrence_byday',''),(81248,10735,'_recurrence_byday',''),(81249,10736,'_recurrence_byday',''),(81250,10737,'_recurrence_byday',''),(81251,10738,'_recurrence_byday',''),(81252,10739,'_recurrence_byday',''),(81253,10740,'_recurrence_byday',''),(81254,10741,'_recurrence_byday',''),(81255,10742,'_recurrence_byday',''),(81256,10743,'_recurrence_byday',''),(81257,10744,'_recurrence_byday',''),(81258,10745,'_recurrence_byday',''),(81259,10746,'_recurrence_byday',''),(81260,10747,'_recurrence_byday',''),(81261,10748,'_recurrence_byday',''),(81262,10749,'_recurrence_byday',''),(81263,10750,'_recurrence_byday',''),(81264,10751,'_recurrence_byday',''),(81265,10752,'_recurrence_byday',''),(81266,10753,'_recurrence_byday',''),(81267,10754,'_recurrence_byday',''),(81268,10755,'_recurrence_byday',''),(81269,10756,'_recurrence_byday',''),(81270,10757,'_recurrence_byday',''),(81271,10758,'_recurrence_byday',''),(81272,10759,'_recurrence_byday',''),(81273,10760,'_recurrence_byday',''),(81274,10761,'_recurrence_byday',''),(81275,10762,'_recurrence_byday',''),(81276,10763,'_recurrence_byday',''),(81277,10764,'_recurrence_byday',''),(81278,10765,'_recurrence_byday',''),(81279,10766,'_recurrence_byday',''),(81280,10767,'_recurrence_byday',''),(81281,10768,'_recurrence_byday',''),(81282,10769,'_recurrence_byday',''),(81283,10770,'_recurrence_byday',''),(81284,10771,'_recurrence_byday',''),(81285,10772,'_recurrence_byday',''),(81286,10773,'_recurrence_byday',''),(81287,10774,'_recurrence_byday',''),(81288,10775,'_recurrence_byday',''),(81289,10776,'_recurrence_byday',''),(81290,10777,'_recurrence_byday',''),(81291,10778,'_recurrence_byday',''),(81292,10779,'_recurrence_byday',''),(81293,10780,'_recurrence_byday',''),(81294,10781,'_recurrence_byday',''),(81295,10782,'_recurrence_byday',''),(81296,10783,'_recurrence_byday',''),(81297,10784,'_recurrence_byday',''),(81298,10785,'_recurrence_byday',''),(81299,10786,'_recurrence_byday',''),(81300,10787,'_recurrence_byday',''),(81301,10788,'_recurrence_byday',''),(81302,10789,'_recurrence_byday',''),(81303,10790,'_recurrence_byday',''),(81304,10791,'_recurrence_byday',''),(81305,10792,'_recurrence_byday',''),(81306,10793,'_recurrence_byday',''),(81307,10794,'_recurrence_byday',''),(81308,10795,'_recurrence_byday',''),(81309,10796,'_recurrence_byday',''),(81310,10797,'_recurrence_byday',''),(81311,10798,'_recurrence_byday',''),(81312,10799,'_recurrence_byday',''),(81313,10800,'_recurrence_byday',''),(81314,10801,'_recurrence_byday',''),(81315,10802,'_recurrence_byday',''),(81316,10803,'_recurrence_byday',''),(81317,10804,'_recurrence_byday',''),(81318,10805,'_recurrence_byday',''),(81319,10806,'_recurrence_byday',''),(81320,10807,'_recurrence_byday',''),(81321,10808,'_recurrence_byday',''),(81322,10809,'_recurrence_byday',''),(81323,10810,'_recurrence_byday',''),(81324,10811,'_recurrence_byday',''),(81325,10812,'_recurrence_byday',''),(81326,10813,'_recurrence_byday',''),(81327,10814,'_recurrence_byday',''),(81328,10815,'_recurrence_byday',''),(81329,10816,'_recurrence_byday',''),(81330,10817,'_recurrence_byday',''),(81331,10818,'_recurrence_byday',''),(81332,10819,'_recurrence_byday',''),(81333,10820,'_recurrence_byday',''),(81334,10821,'_recurrence_byday',''),(81335,10822,'_recurrence_byday',''),(81336,10823,'_recurrence_byday',''),(81337,10824,'_recurrence_byday',''),(81338,10825,'_recurrence_byday',''),(81339,10826,'_recurrence_byday',''),(81340,10827,'_recurrence_byday',''),(81341,10828,'_recurrence_byday',''),(81342,10829,'_recurrence_byday',''),(81343,10830,'_recurrence_byday',''),(81344,10831,'_recurrence_byday',''),(81345,10832,'_recurrence_byday',''),(81346,10833,'_recurrence_byday',''),(81347,10834,'_recurrence_byday',''),(81348,10835,'_recurrence_byday',''),(81349,10836,'_recurrence_byday',''),(81350,10837,'_recurrence_byday',''),(81351,10838,'_recurrence_byday',''),(81352,10839,'_recurrence_byday',''),(81353,10840,'_recurrence_byday',''),(81354,10841,'_recurrence_byday',''),(81355,10842,'_recurrence_byday',''),(81356,10843,'_recurrence_byday',''),(81357,10844,'_recurrence_byday',''),(81358,10845,'_recurrence_byday',''),(81359,10846,'_recurrence_byday',''),(81360,10847,'_recurrence_byday',''),(81361,10848,'_recurrence_byday',''),(81362,10849,'_recurrence_byday',''),(81363,10850,'_recurrence_byday',''),(81364,10851,'_recurrence_byday',''),(81365,10852,'_recurrence_byday',''),(81366,10853,'_recurrence_byday',''),(81367,10854,'_recurrence_byday',''),(82326,9766,'_recurrence_byweekno',''),(82327,9767,'_recurrence_byweekno',''),(82328,9768,'_recurrence_byweekno',''),(82329,9769,'_recurrence_byweekno',''),(82330,9770,'_recurrence_byweekno',''),(82331,9771,'_recurrence_byweekno',''),(82332,9772,'_recurrence_byweekno',''),(82333,9773,'_recurrence_byweekno',''),(82334,9774,'_recurrence_byweekno',''),(82335,9775,'_recurrence_byweekno',''),(82336,9776,'_recurrence_byweekno',''),(82337,9777,'_recurrence_byweekno',''),(82338,9778,'_recurrence_byweekno',''),(82339,9779,'_recurrence_byweekno',''),(82340,9780,'_recurrence_byweekno',''),(82341,9781,'_recurrence_byweekno',''),(82342,9782,'_recurrence_byweekno',''),(82343,9783,'_recurrence_byweekno',''),(82344,9784,'_recurrence_byweekno',''),(82345,9785,'_recurrence_byweekno',''),(82346,9786,'_recurrence_byweekno',''),(82347,9787,'_recurrence_byweekno',''),(82348,9788,'_recurrence_byweekno',''),(82349,9789,'_recurrence_byweekno',''),(82350,9790,'_recurrence_byweekno',''),(82351,9791,'_recurrence_byweekno',''),(82352,9792,'_recurrence_byweekno',''),(82353,9793,'_recurrence_byweekno',''),(82354,9794,'_recurrence_byweekno',''),(82355,9795,'_recurrence_byweekno',''),(82356,9796,'_recurrence_byweekno',''),(82357,9797,'_recurrence_byweekno',''),(82358,9798,'_recurrence_byweekno',''),(82359,9799,'_recurrence_byweekno',''),(82360,9800,'_recurrence_byweekno',''),(82361,9801,'_recurrence_byweekno',''),(82362,9802,'_recurrence_byweekno',''),(82363,9803,'_recurrence_byweekno',''),(82364,9804,'_recurrence_byweekno',''),(82365,9805,'_recurrence_byweekno',''),(82366,9806,'_recurrence_byweekno',''),(82367,9807,'_recurrence_byweekno',''),(82368,9808,'_recurrence_byweekno',''),(82369,9809,'_recurrence_byweekno',''),(82370,9810,'_recurrence_byweekno',''),(82371,9811,'_recurrence_byweekno',''),(82372,9812,'_recurrence_byweekno',''),(82373,9813,'_recurrence_byweekno',''),(82374,9814,'_recurrence_byweekno',''),(82375,9815,'_recurrence_byweekno',''),(82376,9816,'_recurrence_byweekno',''),(82377,9817,'_recurrence_byweekno',''),(82378,9818,'_recurrence_byweekno',''),(82379,9819,'_recurrence_byweekno',''),(82380,9820,'_recurrence_byweekno',''),(82381,9821,'_recurrence_byweekno',''),(82382,9822,'_recurrence_byweekno',''),(82383,9823,'_recurrence_byweekno',''),(82384,9824,'_recurrence_byweekno',''),(82385,9825,'_recurrence_byweekno',''),(82386,9826,'_recurrence_byweekno',''),(82387,9827,'_recurrence_byweekno',''),(82388,9828,'_recurrence_byweekno',''),(82389,9829,'_recurrence_byweekno',''),(82390,9830,'_recurrence_byweekno',''),(82392,9832,'_recurrence_byweekno',''),(82393,9833,'_recurrence_byweekno',''),(82394,9834,'_recurrence_byweekno',''),(82395,9835,'_recurrence_byweekno',''),(82396,9836,'_recurrence_byweekno',''),(82397,9837,'_recurrence_byweekno',''),(82398,9838,'_recurrence_byweekno',''),(82399,9839,'_recurrence_byweekno',''),(82400,9840,'_recurrence_byweekno',''),(82401,9841,'_recurrence_byweekno',''),(82402,9842,'_recurrence_byweekno',''),(82403,9843,'_recurrence_byweekno',''),(82404,9844,'_recurrence_byweekno',''),(82405,9845,'_recurrence_byweekno',''),(82406,9846,'_recurrence_byweekno',''),(82407,9847,'_recurrence_byweekno',''),(82408,9848,'_recurrence_byweekno',''),(82409,9849,'_recurrence_byweekno',''),(82410,9850,'_recurrence_byweekno',''),(82411,9851,'_recurrence_byweekno',''),(82412,9852,'_recurrence_byweekno',''),(82413,9853,'_recurrence_byweekno',''),(82414,9854,'_recurrence_byweekno',''),(82415,9855,'_recurrence_byweekno',''),(82416,9856,'_recurrence_byweekno',''),(82417,9857,'_recurrence_byweekno',''),(82418,9858,'_recurrence_byweekno',''),(82419,9859,'_recurrence_byweekno',''),(82420,9860,'_recurrence_byweekno',''),(82421,9861,'_recurrence_byweekno',''),(82422,9862,'_recurrence_byweekno',''),(82423,9863,'_recurrence_byweekno',''),(82424,9864,'_recurrence_byweekno',''),(82425,9865,'_recurrence_byweekno',''),(82426,9866,'_recurrence_byweekno',''),(82427,9867,'_recurrence_byweekno',''),(82428,9868,'_recurrence_byweekno',''),(82429,9869,'_recurrence_byweekno',''),(82430,9870,'_recurrence_byweekno',''),(82431,9871,'_recurrence_byweekno',''),(82432,9872,'_recurrence_byweekno',''),(82433,9873,'_recurrence_byweekno',''),(82434,9874,'_recurrence_byweekno',''),(82435,9875,'_recurrence_byweekno',''),(82436,9876,'_recurrence_byweekno',''),(82437,9877,'_recurrence_byweekno',''),(82438,9878,'_recurrence_byweekno',''),(82439,9879,'_recurrence_byweekno',''),(82440,9880,'_recurrence_byweekno',''),(82441,9881,'_recurrence_byweekno',''),(82442,9882,'_recurrence_byweekno',''),(82443,9883,'_recurrence_byweekno',''),(82444,9884,'_recurrence_byweekno',''),(82445,9885,'_recurrence_byweekno',''),(82446,9886,'_recurrence_byweekno',''),(82447,9887,'_recurrence_byweekno',''),(82448,9888,'_recurrence_byweekno',''),(82449,9889,'_recurrence_byweekno',''),(82450,9890,'_recurrence_byweekno',''),(82451,9891,'_recurrence_byweekno',''),(82452,9892,'_recurrence_byweekno',''),(82453,9893,'_recurrence_byweekno',''),(82454,9894,'_recurrence_byweekno',''),(82455,9895,'_recurrence_byweekno',''),(82456,9896,'_recurrence_byweekno',''),(82457,9897,'_recurrence_byweekno',''),(82458,9898,'_recurrence_byweekno',''),(82459,9899,'_recurrence_byweekno',''),(82460,9900,'_recurrence_byweekno',''),(82461,9901,'_recurrence_byweekno',''),(82462,9902,'_recurrence_byweekno',''),(82463,9903,'_recurrence_byweekno',''),(82464,9904,'_recurrence_byweekno',''),(82465,9905,'_recurrence_byweekno',''),(82466,9906,'_recurrence_byweekno',''),(82467,9907,'_recurrence_byweekno',''),(82468,9908,'_recurrence_byweekno',''),(82469,9909,'_recurrence_byweekno',''),(82470,9910,'_recurrence_byweekno',''),(82471,9911,'_recurrence_byweekno',''),(82472,9912,'_recurrence_byweekno',''),(82473,9913,'_recurrence_byweekno',''),(82474,9914,'_recurrence_byweekno',''),(82475,9915,'_recurrence_byweekno',''),(82476,9916,'_recurrence_byweekno',''),(82477,9917,'_recurrence_byweekno',''),(82478,9918,'_recurrence_byweekno',''),(82479,9919,'_recurrence_byweekno',''),(82480,9920,'_recurrence_byweekno',''),(82481,9921,'_recurrence_byweekno',''),(82482,9922,'_recurrence_byweekno',''),(82483,9923,'_recurrence_byweekno',''),(82484,9924,'_recurrence_byweekno',''),(82485,9925,'_recurrence_byweekno',''),(82486,9926,'_recurrence_byweekno',''),(82487,9927,'_recurrence_byweekno',''),(82488,9928,'_recurrence_byweekno',''),(82489,9929,'_recurrence_byweekno',''),(82490,9930,'_recurrence_byweekno',''),(82491,9931,'_recurrence_byweekno',''),(82492,9932,'_recurrence_byweekno',''),(82493,9933,'_recurrence_byweekno',''),(82494,9934,'_recurrence_byweekno',''),(82495,9935,'_recurrence_byweekno',''),(82496,9936,'_recurrence_byweekno',''),(82497,9937,'_recurrence_byweekno',''),(82498,9938,'_recurrence_byweekno',''),(82499,9939,'_recurrence_byweekno',''),(82500,9940,'_recurrence_byweekno',''),(82501,9941,'_recurrence_byweekno',''),(82502,9942,'_recurrence_byweekno',''),(82503,9943,'_recurrence_byweekno',''),(82504,9944,'_recurrence_byweekno',''),(82505,9945,'_recurrence_byweekno',''),(82506,9946,'_recurrence_byweekno',''),(82507,9947,'_recurrence_byweekno',''),(82508,9948,'_recurrence_byweekno',''),(82509,9949,'_recurrence_byweekno',''),(82510,9950,'_recurrence_byweekno',''),(82511,9951,'_recurrence_byweekno',''),(82512,9952,'_recurrence_byweekno',''),(82513,9953,'_recurrence_byweekno',''),(82514,9954,'_recurrence_byweekno',''),(82515,9955,'_recurrence_byweekno',''),(82516,9956,'_recurrence_byweekno',''),(82517,9957,'_recurrence_byweekno',''),(82518,9958,'_recurrence_byweekno',''),(82519,9959,'_recurrence_byweekno',''),(82520,9960,'_recurrence_byweekno',''),(82521,9961,'_recurrence_byweekno',''),(82522,9962,'_recurrence_byweekno',''),(82523,9963,'_recurrence_byweekno',''),(82524,9964,'_recurrence_byweekno',''),(82525,9965,'_recurrence_byweekno',''),(82526,9966,'_recurrence_byweekno',''),(82527,9967,'_recurrence_byweekno',''),(82528,9968,'_recurrence_byweekno',''),(82529,9969,'_recurrence_byweekno',''),(82530,9970,'_recurrence_byweekno',''),(82531,9971,'_recurrence_byweekno',''),(82532,9972,'_recurrence_byweekno',''),(82533,9973,'_recurrence_byweekno',''),(82534,9974,'_recurrence_byweekno',''),(82535,9975,'_recurrence_byweekno',''),(82536,9976,'_recurrence_byweekno',''),(82537,9977,'_recurrence_byweekno',''),(82538,9978,'_recurrence_byweekno',''),(82539,9979,'_recurrence_byweekno',''),(82540,9980,'_recurrence_byweekno',''),(82541,9981,'_recurrence_byweekno',''),(82542,9982,'_recurrence_byweekno',''),(82543,9983,'_recurrence_byweekno',''),(82544,9984,'_recurrence_byweekno',''),(82545,9985,'_recurrence_byweekno',''),(82546,9986,'_recurrence_byweekno',''),(82547,9987,'_recurrence_byweekno',''),(82548,9988,'_recurrence_byweekno',''),(82549,9989,'_recurrence_byweekno',''),(82550,9990,'_recurrence_byweekno',''),(82551,9991,'_recurrence_byweekno',''),(82552,9992,'_recurrence_byweekno',''),(82553,9993,'_recurrence_byweekno',''),(82554,9994,'_recurrence_byweekno',''),(82555,9995,'_recurrence_byweekno',''),(82556,9996,'_recurrence_byweekno',''),(82557,9997,'_recurrence_byweekno',''),(82558,9998,'_recurrence_byweekno',''),(82559,9999,'_recurrence_byweekno',''),(82560,10000,'_recurrence_byweekno',''),(82562,10002,'_recurrence_byweekno',''),(82563,10003,'_recurrence_byweekno',''),(82564,10004,'_recurrence_byweekno',''),(82565,10005,'_recurrence_byweekno',''),(82566,10006,'_recurrence_byweekno',''),(82567,10007,'_recurrence_byweekno',''),(82568,10008,'_recurrence_byweekno',''),(82581,10021,'_recurrence_byweekno',''),(82621,10061,'_recurrence_byweekno',''),(82622,10062,'_recurrence_byweekno',''),(82623,10063,'_recurrence_byweekno',''),(82624,10064,'_recurrence_byweekno',''),(82625,10065,'_recurrence_byweekno',''),(82626,10066,'_recurrence_byweekno',''),(82627,10067,'_recurrence_byweekno',''),(82628,10068,'_recurrence_byweekno',''),(82629,10069,'_recurrence_byweekno',''),(82630,10070,'_recurrence_byweekno',''),(82631,10071,'_recurrence_byweekno',''),(82632,10072,'_recurrence_byweekno',''),(82633,10073,'_recurrence_byweekno',''),(82634,10074,'_recurrence_byweekno',''),(82635,10075,'_recurrence_byweekno',''),(82636,10076,'_recurrence_byweekno',''),(82637,10077,'_recurrence_byweekno',''),(82638,10078,'_recurrence_byweekno',''),(82639,10079,'_recurrence_byweekno',''),(82640,10080,'_recurrence_byweekno',''),(82641,10081,'_recurrence_byweekno',''),(82642,10082,'_recurrence_byweekno',''),(82643,10083,'_recurrence_byweekno',''),(82644,10084,'_recurrence_byweekno',''),(82645,10085,'_recurrence_byweekno',''),(82646,10086,'_recurrence_byweekno',''),(82647,10087,'_recurrence_byweekno',''),(82648,10088,'_recurrence_byweekno',''),(82649,10089,'_recurrence_byweekno',''),(82650,10090,'_recurrence_byweekno',''),(82651,10091,'_recurrence_byweekno',''),(82652,10092,'_recurrence_byweekno',''),(82653,10093,'_recurrence_byweekno',''),(82654,10094,'_recurrence_byweekno',''),(82655,10095,'_recurrence_byweekno',''),(82656,10096,'_recurrence_byweekno',''),(82657,10097,'_recurrence_byweekno',''),(82658,10098,'_recurrence_byweekno',''),(82659,10099,'_recurrence_byweekno',''),(82660,10100,'_recurrence_byweekno',''),(82661,10101,'_recurrence_byweekno',''),(82662,10102,'_recurrence_byweekno',''),(82663,10103,'_recurrence_byweekno',''),(82664,10104,'_recurrence_byweekno',''),(82665,10105,'_recurrence_byweekno',''),(82666,10106,'_recurrence_byweekno',''),(82667,10107,'_recurrence_byweekno',''),(82668,10108,'_recurrence_byweekno',''),(82669,10109,'_recurrence_byweekno',''),(82670,10110,'_recurrence_byweekno',''),(82671,10111,'_recurrence_byweekno',''),(82672,10112,'_recurrence_byweekno',''),(82673,10113,'_recurrence_byweekno',''),(82674,10114,'_recurrence_byweekno',''),(82675,10115,'_recurrence_byweekno',''),(82676,10116,'_recurrence_byweekno',''),(82677,10117,'_recurrence_byweekno',''),(82678,10118,'_recurrence_byweekno',''),(82679,10119,'_recurrence_byweekno',''),(82680,10120,'_recurrence_byweekno',''),(82681,10121,'_recurrence_byweekno',''),(82682,10122,'_recurrence_byweekno',''),(82683,10123,'_recurrence_byweekno',''),(82684,10124,'_recurrence_byweekno',''),(82685,10125,'_recurrence_byweekno',''),(82686,10126,'_recurrence_byweekno',''),(82687,10127,'_recurrence_byweekno',''),(82688,10128,'_recurrence_byweekno',''),(82689,10129,'_recurrence_byweekno',''),(82690,10130,'_recurrence_byweekno',''),(82691,10131,'_recurrence_byweekno',''),(82692,10132,'_recurrence_byweekno',''),(82693,10133,'_recurrence_byweekno',''),(82694,10134,'_recurrence_byweekno',''),(82695,10135,'_recurrence_byweekno',''),(82696,10136,'_recurrence_byweekno',''),(82697,10137,'_recurrence_byweekno',''),(82698,10138,'_recurrence_byweekno',''),(82699,10139,'_recurrence_byweekno',''),(82700,10140,'_recurrence_byweekno',''),(82701,10141,'_recurrence_byweekno',''),(82702,10142,'_recurrence_byweekno',''),(82703,10143,'_recurrence_byweekno',''),(82704,10144,'_recurrence_byweekno',''),(82705,10145,'_recurrence_byweekno',''),(82706,10146,'_recurrence_byweekno',''),(82707,10147,'_recurrence_byweekno',''),(82708,10148,'_recurrence_byweekno',''),(82709,10149,'_recurrence_byweekno',''),(82710,10150,'_recurrence_byweekno',''),(82711,10151,'_recurrence_byweekno',''),(82712,10152,'_recurrence_byweekno',''),(82713,10153,'_recurrence_byweekno',''),(82714,10154,'_recurrence_byweekno',''),(82715,10155,'_recurrence_byweekno',''),(82716,10156,'_recurrence_byweekno',''),(82717,10157,'_recurrence_byweekno',''),(82718,10158,'_recurrence_byweekno',''),(82719,10159,'_recurrence_byweekno',''),(82720,10160,'_recurrence_byweekno',''),(82721,10161,'_recurrence_byweekno',''),(82722,10162,'_recurrence_byweekno',''),(82723,10163,'_recurrence_byweekno',''),(82724,10164,'_recurrence_byweekno',''),(82725,10165,'_recurrence_byweekno',''),(82726,10166,'_recurrence_byweekno',''),(82727,10167,'_recurrence_byweekno',''),(82728,10168,'_recurrence_byweekno',''),(82729,10169,'_recurrence_byweekno',''),(82730,10170,'_recurrence_byweekno',''),(82731,10171,'_recurrence_byweekno',''),(82732,10172,'_recurrence_byweekno',''),(82733,10173,'_recurrence_byweekno',''),(82734,10174,'_recurrence_byweekno',''),(82735,10175,'_recurrence_byweekno',''),(82736,10176,'_recurrence_byweekno',''),(82737,10177,'_recurrence_byweekno',''),(82738,10178,'_recurrence_byweekno',''),(82739,10179,'_recurrence_byweekno',''),(82740,10180,'_recurrence_byweekno',''),(82741,10181,'_recurrence_byweekno',''),(82742,10182,'_recurrence_byweekno',''),(82743,10183,'_recurrence_byweekno',''),(82744,10184,'_recurrence_byweekno',''),(82745,10185,'_recurrence_byweekno',''),(82746,10186,'_recurrence_byweekno',''),(82747,10187,'_recurrence_byweekno',''),(82748,10188,'_recurrence_byweekno',''),(82749,10189,'_recurrence_byweekno',''),(82750,10190,'_recurrence_byweekno',''),(82751,10191,'_recurrence_byweekno',''),(82752,10192,'_recurrence_byweekno',''),(82753,10193,'_recurrence_byweekno',''),(82754,10194,'_recurrence_byweekno',''),(82755,10195,'_recurrence_byweekno',''),(82756,10196,'_recurrence_byweekno',''),(82757,10197,'_recurrence_byweekno',''),(82758,10198,'_recurrence_byweekno',''),(82759,10199,'_recurrence_byweekno',''),(82760,10200,'_recurrence_byweekno',''),(82761,10201,'_recurrence_byweekno',''),(82762,10202,'_recurrence_byweekno',''),(82763,10203,'_recurrence_byweekno',''),(82764,10204,'_recurrence_byweekno',''),(82765,10205,'_recurrence_byweekno',''),(82766,10206,'_recurrence_byweekno',''),(82767,10207,'_recurrence_byweekno',''),(82768,10208,'_recurrence_byweekno',''),(82769,10209,'_recurrence_byweekno',''),(82770,10210,'_recurrence_byweekno',''),(82771,10211,'_recurrence_byweekno',''),(82772,10212,'_recurrence_byweekno',''),(82773,10213,'_recurrence_byweekno',''),(82774,10214,'_recurrence_byweekno',''),(82775,10215,'_recurrence_byweekno',''),(82776,10216,'_recurrence_byweekno',''),(82777,10217,'_recurrence_byweekno',''),(82778,10218,'_recurrence_byweekno',''),(82779,10219,'_recurrence_byweekno',''),(82780,10220,'_recurrence_byweekno',''),(82781,10221,'_recurrence_byweekno',''),(82782,10222,'_recurrence_byweekno',''),(82783,10223,'_recurrence_byweekno',''),(82784,10224,'_recurrence_byweekno',''),(82785,10225,'_recurrence_byweekno',''),(82786,10226,'_recurrence_byweekno',''),(82787,10227,'_recurrence_byweekno',''),(82788,10228,'_recurrence_byweekno',''),(82789,10229,'_recurrence_byweekno',''),(82790,10230,'_recurrence_byweekno',''),(82791,10231,'_recurrence_byweekno',''),(82792,10232,'_recurrence_byweekno',''),(82793,10233,'_recurrence_byweekno',''),(82794,10234,'_recurrence_byweekno',''),(82795,10235,'_recurrence_byweekno',''),(82796,10236,'_recurrence_byweekno',''),(82804,10244,'_recurrence_byweekno',''),(82807,10247,'_recurrence_byweekno',''),(82808,10248,'_recurrence_byweekno',''),(82809,10249,'_recurrence_byweekno',''),(82810,10250,'_recurrence_byweekno',''),(82811,10251,'_recurrence_byweekno',''),(82812,10252,'_recurrence_byweekno',''),(82813,10253,'_recurrence_byweekno',''),(82814,10254,'_recurrence_byweekno',''),(82815,10255,'_recurrence_byweekno',''),(82816,10256,'_recurrence_byweekno',''),(82817,10257,'_recurrence_byweekno',''),(82818,10258,'_recurrence_byweekno',''),(82819,10259,'_recurrence_byweekno',''),(82820,10260,'_recurrence_byweekno',''),(82821,10261,'_recurrence_byweekno',''),(82822,10262,'_recurrence_byweekno',''),(82823,10263,'_recurrence_byweekno',''),(82824,10264,'_recurrence_byweekno',''),(82825,10265,'_recurrence_byweekno',''),(82826,10266,'_recurrence_byweekno',''),(82827,10267,'_recurrence_byweekno',''),(82828,10268,'_recurrence_byweekno',''),(82829,10269,'_recurrence_byweekno',''),(82830,10270,'_recurrence_byweekno',''),(82831,10271,'_recurrence_byweekno',''),(82832,10272,'_recurrence_byweekno',''),(82833,10273,'_recurrence_byweekno',''),(82834,10274,'_recurrence_byweekno',''),(82835,10275,'_recurrence_byweekno',''),(82836,10276,'_recurrence_byweekno',''),(82837,10277,'_recurrence_byweekno',''),(82838,10278,'_recurrence_byweekno',''),(82839,10279,'_recurrence_byweekno',''),(82840,10280,'_recurrence_byweekno',''),(82841,10281,'_recurrence_byweekno',''),(82842,10282,'_recurrence_byweekno',''),(82843,10283,'_recurrence_byweekno',''),(82844,10284,'_recurrence_byweekno',''),(82845,10285,'_recurrence_byweekno',''),(82846,10286,'_recurrence_byweekno',''),(82847,10287,'_recurrence_byweekno',''),(82848,10288,'_recurrence_byweekno',''),(82849,10289,'_recurrence_byweekno',''),(82850,10290,'_recurrence_byweekno',''),(82851,10291,'_recurrence_byweekno',''),(82852,10292,'_recurrence_byweekno',''),(82853,10293,'_recurrence_byweekno',''),(82854,10294,'_recurrence_byweekno',''),(82855,10295,'_recurrence_byweekno',''),(82856,10296,'_recurrence_byweekno',''),(82857,10297,'_recurrence_byweekno',''),(82858,10298,'_recurrence_byweekno',''),(82859,10299,'_recurrence_byweekno',''),(82860,10300,'_recurrence_byweekno',''),(82861,10301,'_recurrence_byweekno',''),(82862,10302,'_recurrence_byweekno',''),(82863,10303,'_recurrence_byweekno',''),(82864,10304,'_recurrence_byweekno',''),(82865,10305,'_recurrence_byweekno',''),(82866,10306,'_recurrence_byweekno',''),(82867,10307,'_recurrence_byweekno',''),(82868,10308,'_recurrence_byweekno',''),(82869,10309,'_recurrence_byweekno',''),(82870,10310,'_recurrence_byweekno',''),(82871,10311,'_recurrence_byweekno',''),(82872,10312,'_recurrence_byweekno',''),(82873,10313,'_recurrence_byweekno',''),(82874,10314,'_recurrence_byweekno',''),(82875,10315,'_recurrence_byweekno',''),(82876,10316,'_recurrence_byweekno',''),(82877,10317,'_recurrence_byweekno',''),(82878,10318,'_recurrence_byweekno',''),(82879,10319,'_recurrence_byweekno',''),(82880,10320,'_recurrence_byweekno',''),(82881,10321,'_recurrence_byweekno',''),(82882,10322,'_recurrence_byweekno',''),(82883,10323,'_recurrence_byweekno',''),(82884,10324,'_recurrence_byweekno',''),(82885,10325,'_recurrence_byweekno',''),(82886,10326,'_recurrence_byweekno',''),(82887,10327,'_recurrence_byweekno',''),(82888,10328,'_recurrence_byweekno',''),(82889,10329,'_recurrence_byweekno',''),(82890,10330,'_recurrence_byweekno',''),(82891,10331,'_recurrence_byweekno',''),(82892,10332,'_recurrence_byweekno',''),(82893,10333,'_recurrence_byweekno',''),(82894,10334,'_recurrence_byweekno',''),(82895,10335,'_recurrence_byweekno',''),(82896,10336,'_recurrence_byweekno',''),(82897,10337,'_recurrence_byweekno',''),(82898,10338,'_recurrence_byweekno',''),(82899,10339,'_recurrence_byweekno',''),(82900,10340,'_recurrence_byweekno',''),(82901,10341,'_recurrence_byweekno',''),(82902,10342,'_recurrence_byweekno',''),(82903,10343,'_recurrence_byweekno',''),(82904,10344,'_recurrence_byweekno',''),(82905,10345,'_recurrence_byweekno',''),(82906,10346,'_recurrence_byweekno',''),(82907,10347,'_recurrence_byweekno',''),(82908,10348,'_recurrence_byweekno',''),(82909,10349,'_recurrence_byweekno',''),(82910,10350,'_recurrence_byweekno',''),(82911,10351,'_recurrence_byweekno',''),(82912,10352,'_recurrence_byweekno',''),(82913,10353,'_recurrence_byweekno',''),(82914,10354,'_recurrence_byweekno',''),(82915,10355,'_recurrence_byweekno',''),(82916,10356,'_recurrence_byweekno',''),(82917,10357,'_recurrence_byweekno',''),(82918,10358,'_recurrence_byweekno',''),(82919,10359,'_recurrence_byweekno',''),(82920,10360,'_recurrence_byweekno',''),(82921,10361,'_recurrence_byweekno',''),(82922,10362,'_recurrence_byweekno',''),(82923,10363,'_recurrence_byweekno',''),(82924,10364,'_recurrence_byweekno',''),(82925,10365,'_recurrence_byweekno',''),(82926,10366,'_recurrence_byweekno',''),(82927,10367,'_recurrence_byweekno',''),(82928,10368,'_recurrence_byweekno',''),(82929,10369,'_recurrence_byweekno',''),(82930,10370,'_recurrence_byweekno',''),(82931,10371,'_recurrence_byweekno',''),(82932,10372,'_recurrence_byweekno',''),(82933,10373,'_recurrence_byweekno',''),(82934,10374,'_recurrence_byweekno',''),(82935,10375,'_recurrence_byweekno',''),(82936,10376,'_recurrence_byweekno',''),(82937,10377,'_recurrence_byweekno',''),(82938,10378,'_recurrence_byweekno',''),(82939,10379,'_recurrence_byweekno',''),(82940,10380,'_recurrence_byweekno',''),(82941,10381,'_recurrence_byweekno',''),(82942,10382,'_recurrence_byweekno',''),(82943,10383,'_recurrence_byweekno',''),(82944,10384,'_recurrence_byweekno',''),(82945,10385,'_recurrence_byweekno',''),(82946,10386,'_recurrence_byweekno',''),(82947,10387,'_recurrence_byweekno',''),(82948,10388,'_recurrence_byweekno',''),(82949,10389,'_recurrence_byweekno',''),(82950,10390,'_recurrence_byweekno',''),(82951,10391,'_recurrence_byweekno',''),(82952,10392,'_recurrence_byweekno',''),(82953,10393,'_recurrence_byweekno',''),(82954,10394,'_recurrence_byweekno',''),(82955,10395,'_recurrence_byweekno',''),(82956,10396,'_recurrence_byweekno',''),(82957,10397,'_recurrence_byweekno',''),(82958,10398,'_recurrence_byweekno',''),(82959,10399,'_recurrence_byweekno',''),(82960,10400,'_recurrence_byweekno',''),(82961,10401,'_recurrence_byweekno',''),(82962,10402,'_recurrence_byweekno',''),(82963,10403,'_recurrence_byweekno',''),(82964,10404,'_recurrence_byweekno',''),(82965,10405,'_recurrence_byweekno',''),(82966,10406,'_recurrence_byweekno',''),(82967,10407,'_recurrence_byweekno',''),(82968,10408,'_recurrence_byweekno',''),(82969,10409,'_recurrence_byweekno',''),(82970,10410,'_recurrence_byweekno',''),(82971,10411,'_recurrence_byweekno',''),(82972,10412,'_recurrence_byweekno',''),(82973,10413,'_recurrence_byweekno',''),(82974,10414,'_recurrence_byweekno',''),(82975,10415,'_recurrence_byweekno',''),(82976,10416,'_recurrence_byweekno',''),(82977,10417,'_recurrence_byweekno',''),(82978,10418,'_recurrence_byweekno',''),(82979,10419,'_recurrence_byweekno',''),(82980,10420,'_recurrence_byweekno',''),(82981,10421,'_recurrence_byweekno',''),(82982,10422,'_recurrence_byweekno',''),(82983,10423,'_recurrence_byweekno',''),(82984,10424,'_recurrence_byweekno',''),(82985,10425,'_recurrence_byweekno',''),(82986,10426,'_recurrence_byweekno',''),(82987,10427,'_recurrence_byweekno',''),(82988,10428,'_recurrence_byweekno',''),(82989,10429,'_recurrence_byweekno',''),(82990,10430,'_recurrence_byweekno',''),(82991,10431,'_recurrence_byweekno',''),(82992,10432,'_recurrence_byweekno',''),(82993,10433,'_recurrence_byweekno',''),(82994,10434,'_recurrence_byweekno',''),(82995,10435,'_recurrence_byweekno',''),(82996,10436,'_recurrence_byweekno',''),(82997,10437,'_recurrence_byweekno',''),(82998,10438,'_recurrence_byweekno',''),(82999,10439,'_recurrence_byweekno',''),(83000,10440,'_recurrence_byweekno',''),(83001,10441,'_recurrence_byweekno',''),(83002,10442,'_recurrence_byweekno',''),(83003,10443,'_recurrence_byweekno',''),(83004,10444,'_recurrence_byweekno',''),(83005,10445,'_recurrence_byweekno',''),(83006,10446,'_recurrence_byweekno',''),(83007,10447,'_recurrence_byweekno',''),(83008,10448,'_recurrence_byweekno',''),(83009,10449,'_recurrence_byweekno',''),(83010,10450,'_recurrence_byweekno',''),(83011,10451,'_recurrence_byweekno',''),(83012,10452,'_recurrence_byweekno',''),(83013,10453,'_recurrence_byweekno',''),(83014,10454,'_recurrence_byweekno',''),(83015,10455,'_recurrence_byweekno',''),(83016,10456,'_recurrence_byweekno',''),(83017,10457,'_recurrence_byweekno',''),(83018,10458,'_recurrence_byweekno',''),(83019,10459,'_recurrence_byweekno',''),(83020,10460,'_recurrence_byweekno',''),(83021,10461,'_recurrence_byweekno',''),(83022,10462,'_recurrence_byweekno',''),(83023,10463,'_recurrence_byweekno',''),(83024,10464,'_recurrence_byweekno',''),(83025,10465,'_recurrence_byweekno',''),(83026,10466,'_recurrence_byweekno',''),(83027,10467,'_recurrence_byweekno',''),(83028,10468,'_recurrence_byweekno',''),(83029,10469,'_recurrence_byweekno',''),(83030,10470,'_recurrence_byweekno',''),(83031,10471,'_recurrence_byweekno',''),(83032,10472,'_recurrence_byweekno',''),(83033,10473,'_recurrence_byweekno',''),(83034,10474,'_recurrence_byweekno',''),(83035,10475,'_recurrence_byweekno',''),(83036,10476,'_recurrence_byweekno',''),(83037,10477,'_recurrence_byweekno',''),(83038,10478,'_recurrence_byweekno',''),(83039,10479,'_recurrence_byweekno',''),(83040,10480,'_recurrence_byweekno',''),(83041,10481,'_recurrence_byweekno',''),(83042,10482,'_recurrence_byweekno',''),(83043,10483,'_recurrence_byweekno',''),(83044,10484,'_recurrence_byweekno',''),(83045,10485,'_recurrence_byweekno',''),(83046,10486,'_recurrence_byweekno',''),(83047,10487,'_recurrence_byweekno',''),(83048,10488,'_recurrence_byweekno',''),(83049,10489,'_recurrence_byweekno',''),(83050,10490,'_recurrence_byweekno',''),(83051,10491,'_recurrence_byweekno',''),(83052,10492,'_recurrence_byweekno',''),(83053,10493,'_recurrence_byweekno',''),(83054,10494,'_recurrence_byweekno',''),(83055,10495,'_recurrence_byweekno',''),(83056,10496,'_recurrence_byweekno',''),(83057,10497,'_recurrence_byweekno',''),(83058,10498,'_recurrence_byweekno',''),(83059,10499,'_recurrence_byweekno',''),(83060,10500,'_recurrence_byweekno',''),(83061,10501,'_recurrence_byweekno',''),(83062,10502,'_recurrence_byweekno',''),(83063,10503,'_recurrence_byweekno',''),(83064,10504,'_recurrence_byweekno',''),(83065,10505,'_recurrence_byweekno',''),(83066,10506,'_recurrence_byweekno',''),(83067,10507,'_recurrence_byweekno',''),(83068,10508,'_recurrence_byweekno',''),(83069,10509,'_recurrence_byweekno',''),(83070,10510,'_recurrence_byweekno',''),(83071,10511,'_recurrence_byweekno',''),(83072,10512,'_recurrence_byweekno',''),(83073,10513,'_recurrence_byweekno',''),(83074,10514,'_recurrence_byweekno',''),(83075,10515,'_recurrence_byweekno',''),(83076,10516,'_recurrence_byweekno',''),(83077,10517,'_recurrence_byweekno',''),(83078,10518,'_recurrence_byweekno',''),(83079,10519,'_recurrence_byweekno',''),(83080,10520,'_recurrence_byweekno',''),(83081,10521,'_recurrence_byweekno',''),(83082,10522,'_recurrence_byweekno',''),(83083,10523,'_recurrence_byweekno',''),(83084,10524,'_recurrence_byweekno',''),(83085,10525,'_recurrence_byweekno',''),(83086,10526,'_recurrence_byweekno',''),(83087,10527,'_recurrence_byweekno',''),(83088,10528,'_recurrence_byweekno',''),(83089,10529,'_recurrence_byweekno',''),(83090,10530,'_recurrence_byweekno',''),(83091,10531,'_recurrence_byweekno',''),(83092,10532,'_recurrence_byweekno',''),(83093,10533,'_recurrence_byweekno',''),(83094,10534,'_recurrence_byweekno',''),(83095,10535,'_recurrence_byweekno',''),(83096,10536,'_recurrence_byweekno',''),(83097,10537,'_recurrence_byweekno',''),(83098,10538,'_recurrence_byweekno',''),(83099,10539,'_recurrence_byweekno',''),(83100,10540,'_recurrence_byweekno',''),(83101,10541,'_recurrence_byweekno',''),(83102,10542,'_recurrence_byweekno',''),(83103,10543,'_recurrence_byweekno',''),(83104,10544,'_recurrence_byweekno',''),(83105,10545,'_recurrence_byweekno',''),(83106,10546,'_recurrence_byweekno',''),(83107,10547,'_recurrence_byweekno',''),(83108,10548,'_recurrence_byweekno',''),(83109,10549,'_recurrence_byweekno',''),(83110,10550,'_recurrence_byweekno',''),(83111,10551,'_recurrence_byweekno',''),(83112,10552,'_recurrence_byweekno',''),(83113,10553,'_recurrence_byweekno',''),(83114,10554,'_recurrence_byweekno',''),(83115,10555,'_recurrence_byweekno',''),(83116,10556,'_recurrence_byweekno',''),(83117,10557,'_recurrence_byweekno',''),(83118,10558,'_recurrence_byweekno',''),(83119,10559,'_recurrence_byweekno',''),(83120,10560,'_recurrence_byweekno',''),(83121,10561,'_recurrence_byweekno',''),(83122,10562,'_recurrence_byweekno',''),(83123,10563,'_recurrence_byweekno',''),(83124,10564,'_recurrence_byweekno',''),(83125,10565,'_recurrence_byweekno',''),(83126,10566,'_recurrence_byweekno',''),(83127,10567,'_recurrence_byweekno',''),(83128,10568,'_recurrence_byweekno',''),(83129,10569,'_recurrence_byweekno',''),(83130,10570,'_recurrence_byweekno',''),(83131,10571,'_recurrence_byweekno',''),(83132,10572,'_recurrence_byweekno',''),(83133,10573,'_recurrence_byweekno',''),(83134,10574,'_recurrence_byweekno',''),(83135,10575,'_recurrence_byweekno',''),(83136,10576,'_recurrence_byweekno',''),(83137,10577,'_recurrence_byweekno',''),(83138,10578,'_recurrence_byweekno',''),(83139,10579,'_recurrence_byweekno',''),(83140,10580,'_recurrence_byweekno',''),(83141,10581,'_recurrence_byweekno',''),(83142,10582,'_recurrence_byweekno',''),(83143,10583,'_recurrence_byweekno',''),(83144,10584,'_recurrence_byweekno',''),(83145,10585,'_recurrence_byweekno',''),(83146,10586,'_recurrence_byweekno',''),(83147,10587,'_recurrence_byweekno',''),(83148,10588,'_recurrence_byweekno',''),(83149,10589,'_recurrence_byweekno',''),(83150,10590,'_recurrence_byweekno',''),(83151,10591,'_recurrence_byweekno',''),(83152,10592,'_recurrence_byweekno',''),(83153,10593,'_recurrence_byweekno',''),(83154,10594,'_recurrence_byweekno',''),(83155,10595,'_recurrence_byweekno',''),(83156,10596,'_recurrence_byweekno',''),(83157,10597,'_recurrence_byweekno',''),(83158,10598,'_recurrence_byweekno',''),(83159,10599,'_recurrence_byweekno',''),(83160,10600,'_recurrence_byweekno',''),(83161,10601,'_recurrence_byweekno',''),(83162,10602,'_recurrence_byweekno',''),(83163,10603,'_recurrence_byweekno',''),(83164,10604,'_recurrence_byweekno',''),(83165,10605,'_recurrence_byweekno',''),(83166,10606,'_recurrence_byweekno',''),(83167,10607,'_recurrence_byweekno',''),(83168,10608,'_recurrence_byweekno',''),(83169,10609,'_recurrence_byweekno',''),(83170,10610,'_recurrence_byweekno',''),(83171,10611,'_recurrence_byweekno',''),(83172,10612,'_recurrence_byweekno',''),(83173,10613,'_recurrence_byweekno',''),(83174,10614,'_recurrence_byweekno',''),(83175,10615,'_recurrence_byweekno',''),(83176,10616,'_recurrence_byweekno',''),(83177,10617,'_recurrence_byweekno',''),(83178,10618,'_recurrence_byweekno',''),(83179,10619,'_recurrence_byweekno',''),(83180,10620,'_recurrence_byweekno',''),(83181,10621,'_recurrence_byweekno',''),(83182,10622,'_recurrence_byweekno',''),(83183,10623,'_recurrence_byweekno',''),(83184,10624,'_recurrence_byweekno',''),(83185,10625,'_recurrence_byweekno',''),(83186,10626,'_recurrence_byweekno',''),(83187,10627,'_recurrence_byweekno',''),(83188,10628,'_recurrence_byweekno',''),(83189,10629,'_recurrence_byweekno',''),(83190,10630,'_recurrence_byweekno',''),(83191,10631,'_recurrence_byweekno',''),(83192,10632,'_recurrence_byweekno',''),(83193,10633,'_recurrence_byweekno',''),(83194,10634,'_recurrence_byweekno',''),(83195,10635,'_recurrence_byweekno',''),(83196,10636,'_recurrence_byweekno',''),(83197,10637,'_recurrence_byweekno',''),(83198,10638,'_recurrence_byweekno',''),(83199,10639,'_recurrence_byweekno',''),(83200,10640,'_recurrence_byweekno',''),(83201,10641,'_recurrence_byweekno',''),(83202,10642,'_recurrence_byweekno',''),(83203,10643,'_recurrence_byweekno',''),(83204,10644,'_recurrence_byweekno',''),(83205,10645,'_recurrence_byweekno',''),(83206,10646,'_recurrence_byweekno',''),(83207,10647,'_recurrence_byweekno',''),(83208,10648,'_recurrence_byweekno',''),(83209,10649,'_recurrence_byweekno',''),(83210,10650,'_recurrence_byweekno',''),(83211,10651,'_recurrence_byweekno',''),(83212,10652,'_recurrence_byweekno',''),(83213,10653,'_recurrence_byweekno',''),(83214,10654,'_recurrence_byweekno',''),(83215,10655,'_recurrence_byweekno',''),(83216,10656,'_recurrence_byweekno',''),(83217,10657,'_recurrence_byweekno',''),(83218,10658,'_recurrence_byweekno',''),(83219,10659,'_recurrence_byweekno',''),(83220,10660,'_recurrence_byweekno',''),(83221,10661,'_recurrence_byweekno',''),(83222,10662,'_recurrence_byweekno',''),(83223,10663,'_recurrence_byweekno',''),(83224,10664,'_recurrence_byweekno',''),(83225,10665,'_recurrence_byweekno',''),(83226,10666,'_recurrence_byweekno',''),(83227,10667,'_recurrence_byweekno',''),(83228,10668,'_recurrence_byweekno',''),(83229,10669,'_recurrence_byweekno',''),(83230,10670,'_recurrence_byweekno',''),(83231,10671,'_recurrence_byweekno',''),(83232,10672,'_recurrence_byweekno',''),(83233,10673,'_recurrence_byweekno',''),(83234,10674,'_recurrence_byweekno',''),(83235,10675,'_recurrence_byweekno',''),(83236,10676,'_recurrence_byweekno',''),(83237,10677,'_recurrence_byweekno',''),(83238,10678,'_recurrence_byweekno',''),(83239,10679,'_recurrence_byweekno',''),(83240,10680,'_recurrence_byweekno',''),(83241,10681,'_recurrence_byweekno',''),(83242,10682,'_recurrence_byweekno',''),(83243,10683,'_recurrence_byweekno',''),(83244,10684,'_recurrence_byweekno',''),(83245,10685,'_recurrence_byweekno',''),(83246,10686,'_recurrence_byweekno',''),(83247,10687,'_recurrence_byweekno',''),(83248,10688,'_recurrence_byweekno',''),(83249,10689,'_recurrence_byweekno',''),(83250,10690,'_recurrence_byweekno',''),(83251,10691,'_recurrence_byweekno',''),(83252,10692,'_recurrence_byweekno',''),(83253,10693,'_recurrence_byweekno',''),(83254,10694,'_recurrence_byweekno',''),(83255,10695,'_recurrence_byweekno',''),(83256,10696,'_recurrence_byweekno',''),(83257,10697,'_recurrence_byweekno',''),(83258,10698,'_recurrence_byweekno',''),(83259,10699,'_recurrence_byweekno',''),(83260,10700,'_recurrence_byweekno',''),(83261,10701,'_recurrence_byweekno',''),(83262,10702,'_recurrence_byweekno',''),(83263,10703,'_recurrence_byweekno',''),(83264,10704,'_recurrence_byweekno',''),(83265,10705,'_recurrence_byweekno',''),(83266,10706,'_recurrence_byweekno',''),(83267,10707,'_recurrence_byweekno',''),(83268,10708,'_recurrence_byweekno',''),(83269,10709,'_recurrence_byweekno',''),(83270,10710,'_recurrence_byweekno',''),(83271,10711,'_recurrence_byweekno',''),(83272,10712,'_recurrence_byweekno',''),(83273,10713,'_recurrence_byweekno',''),(83274,10714,'_recurrence_byweekno',''),(83275,10715,'_recurrence_byweekno',''),(83277,10717,'_recurrence_byweekno',''),(83278,10718,'_recurrence_byweekno',''),(83280,10720,'_recurrence_byweekno',''),(83281,10721,'_recurrence_byweekno',''),(83282,10722,'_recurrence_byweekno',''),(83283,10723,'_recurrence_byweekno',''),(83284,10724,'_recurrence_byweekno',''),(83285,10725,'_recurrence_byweekno',''),(83286,10726,'_recurrence_byweekno',''),(83287,10727,'_recurrence_byweekno',''),(83288,10728,'_recurrence_byweekno',''),(83289,10729,'_recurrence_byweekno',''),(83290,10730,'_recurrence_byweekno',''),(83291,10731,'_recurrence_byweekno',''),(83292,10732,'_recurrence_byweekno',''),(83293,10733,'_recurrence_byweekno',''),(83294,10734,'_recurrence_byweekno',''),(83295,10735,'_recurrence_byweekno',''),(83296,10736,'_recurrence_byweekno',''),(83297,10737,'_recurrence_byweekno',''),(83298,10738,'_recurrence_byweekno',''),(83299,10739,'_recurrence_byweekno',''),(83300,10740,'_recurrence_byweekno',''),(83301,10741,'_recurrence_byweekno',''),(83302,10742,'_recurrence_byweekno',''),(83303,10743,'_recurrence_byweekno',''),(83304,10744,'_recurrence_byweekno',''),(83305,10745,'_recurrence_byweekno',''),(83306,10746,'_recurrence_byweekno',''),(83307,10747,'_recurrence_byweekno',''),(83308,10748,'_recurrence_byweekno',''),(83309,10749,'_recurrence_byweekno',''),(83310,10750,'_recurrence_byweekno',''),(83311,10751,'_recurrence_byweekno',''),(83312,10752,'_recurrence_byweekno',''),(83313,10753,'_recurrence_byweekno',''),(83314,10754,'_recurrence_byweekno',''),(83315,10755,'_recurrence_byweekno',''),(83316,10756,'_recurrence_byweekno',''),(83317,10757,'_recurrence_byweekno',''),(83318,10758,'_recurrence_byweekno',''),(83319,10759,'_recurrence_byweekno',''),(83320,10760,'_recurrence_byweekno',''),(83321,10761,'_recurrence_byweekno',''),(83322,10762,'_recurrence_byweekno',''),(83323,10763,'_recurrence_byweekno',''),(83324,10764,'_recurrence_byweekno',''),(83325,10765,'_recurrence_byweekno',''),(83326,10766,'_recurrence_byweekno',''),(83327,10767,'_recurrence_byweekno',''),(83328,10768,'_recurrence_byweekno',''),(83329,10769,'_recurrence_byweekno',''),(83330,10770,'_recurrence_byweekno',''),(83331,10771,'_recurrence_byweekno',''),(83332,10772,'_recurrence_byweekno',''),(83333,10773,'_recurrence_byweekno',''),(83334,10774,'_recurrence_byweekno',''),(83335,10775,'_recurrence_byweekno',''),(83336,10776,'_recurrence_byweekno',''),(83337,10777,'_recurrence_byweekno',''),(83338,10778,'_recurrence_byweekno',''),(83339,10779,'_recurrence_byweekno',''),(83340,10780,'_recurrence_byweekno',''),(83341,10781,'_recurrence_byweekno',''),(83342,10782,'_recurrence_byweekno',''),(83343,10783,'_recurrence_byweekno',''),(83344,10784,'_recurrence_byweekno',''),(83345,10785,'_recurrence_byweekno',''),(83346,10786,'_recurrence_byweekno',''),(83347,10787,'_recurrence_byweekno',''),(83348,10788,'_recurrence_byweekno',''),(83349,10789,'_recurrence_byweekno',''),(83350,10790,'_recurrence_byweekno',''),(83351,10791,'_recurrence_byweekno',''),(83352,10792,'_recurrence_byweekno',''),(83353,10793,'_recurrence_byweekno',''),(83354,10794,'_recurrence_byweekno',''),(83355,10795,'_recurrence_byweekno',''),(83356,10796,'_recurrence_byweekno',''),(83357,10797,'_recurrence_byweekno',''),(83358,10798,'_recurrence_byweekno',''),(83359,10799,'_recurrence_byweekno',''),(83360,10800,'_recurrence_byweekno',''),(83361,10801,'_recurrence_byweekno',''),(83362,10802,'_recurrence_byweekno',''),(83363,10803,'_recurrence_byweekno',''),(83364,10804,'_recurrence_byweekno',''),(83365,10805,'_recurrence_byweekno',''),(83366,10806,'_recurrence_byweekno',''),(83367,10807,'_recurrence_byweekno',''),(83368,10808,'_recurrence_byweekno',''),(83369,10809,'_recurrence_byweekno',''),(83370,10810,'_recurrence_byweekno',''),(83371,10811,'_recurrence_byweekno',''),(83372,10812,'_recurrence_byweekno',''),(83373,10813,'_recurrence_byweekno',''),(83374,10814,'_recurrence_byweekno',''),(83375,10815,'_recurrence_byweekno',''),(83376,10816,'_recurrence_byweekno',''),(83377,10817,'_recurrence_byweekno',''),(83378,10818,'_recurrence_byweekno',''),(83379,10819,'_recurrence_byweekno',''),(83380,10820,'_recurrence_byweekno',''),(83381,10821,'_recurrence_byweekno',''),(83382,10822,'_recurrence_byweekno',''),(83383,10823,'_recurrence_byweekno',''),(83384,10824,'_recurrence_byweekno',''),(83385,10825,'_recurrence_byweekno',''),(83386,10826,'_recurrence_byweekno',''),(83387,10827,'_recurrence_byweekno',''),(83388,10828,'_recurrence_byweekno',''),(83389,10829,'_recurrence_byweekno',''),(83390,10830,'_recurrence_byweekno',''),(83391,10831,'_recurrence_byweekno',''),(83392,10832,'_recurrence_byweekno',''),(83393,10833,'_recurrence_byweekno',''),(83394,10834,'_recurrence_byweekno',''),(83395,10835,'_recurrence_byweekno',''),(83396,10836,'_recurrence_byweekno',''),(83397,10837,'_recurrence_byweekno',''),(83398,10838,'_recurrence_byweekno',''),(83399,10839,'_recurrence_byweekno',''),(83400,10840,'_recurrence_byweekno',''),(83401,10841,'_recurrence_byweekno',''),(83402,10842,'_recurrence_byweekno',''),(83403,10843,'_recurrence_byweekno',''),(83404,10844,'_recurrence_byweekno',''),(83405,10845,'_recurrence_byweekno',''),(83406,10846,'_recurrence_byweekno',''),(83407,10847,'_recurrence_byweekno',''),(83408,10848,'_recurrence_byweekno',''),(83409,10849,'_recurrence_byweekno',''),(83410,10850,'_recurrence_byweekno',''),(83411,10851,'_recurrence_byweekno',''),(83412,10852,'_recurrence_byweekno',''),(83413,10853,'_recurrence_byweekno',''),(83414,10854,'_recurrence_byweekno',''),(84373,9766,'_start_ts','1369180800'),(84374,9767,'_start_ts','1369180800'),(84375,9768,'_start_ts','1369180800'),(84376,9769,'_start_ts','1369180800'),(84377,9770,'_start_ts','1369180800'),(84378,9771,'_start_ts','1369180800'),(84379,9772,'_start_ts','1369180800'),(84380,9773,'_start_ts','1369180800'),(84381,9774,'_start_ts','1369180800'),(84382,9775,'_start_ts','1369180800'),(84383,9776,'_start_ts','1369180800'),(84384,9777,'_start_ts','1369180800'),(84385,9778,'_start_ts','1369180800'),(84386,9779,'_start_ts','1369180800'),(84387,9780,'_start_ts','1369180800'),(84388,9781,'_start_ts','1369180800'),(84389,9782,'_start_ts','1369180800'),(84390,9783,'_start_ts','1369180800'),(84391,9784,'_start_ts','1369180800'),(84392,9785,'_start_ts','1369180800'),(84393,9786,'_start_ts','1369180800'),(84394,9787,'_start_ts','1369180800'),(84395,9788,'_start_ts','1369180800'),(84396,9789,'_start_ts','1369180800'),(84397,9790,'_start_ts','1369180800'),(84398,9791,'_start_ts','1369180800'),(84399,9792,'_start_ts','1369180800'),(84400,9793,'_start_ts','1369180800'),(84401,9794,'_start_ts','1369180800'),(84402,9795,'_start_ts','1369180800'),(84403,9796,'_start_ts','1369180800'),(84404,9797,'_start_ts','1369180800'),(84405,9798,'_start_ts','1369180800'),(84406,9799,'_start_ts','1369180800'),(84407,9800,'_start_ts','1369180800'),(84408,9801,'_start_ts','1382893200'),(84409,9802,'_start_ts','1335744000'),(84410,9803,'_start_ts','1369180800'),(84411,9804,'_start_ts','1375315200'),(84412,9805,'_start_ts','1375660800'),(84413,9806,'_start_ts','1375315200'),(84414,9807,'_start_ts','1376611200'),(84415,9808,'_start_ts','1369180800'),(84416,9809,'_start_ts','1369180800'),(84417,9810,'_start_ts','1369180800'),(84418,9811,'_start_ts','1369180800'),(84419,9812,'_start_ts','1369180800'),(84420,9813,'_start_ts','1369180800'),(84421,9814,'_start_ts','1369180800'),(84422,9815,'_start_ts','1369180800'),(84423,9816,'_start_ts','1369180800'),(84424,9817,'_start_ts','1369180800'),(84425,9818,'_start_ts','1369180800'),(84426,9819,'_start_ts','1369180800'),(84427,9820,'_start_ts','1369180800'),(84428,9821,'_start_ts','1369180800'),(84429,9822,'_start_ts','1369180800'),(84430,9823,'_start_ts','1369180800'),(84431,9824,'_start_ts','1369180800'),(84432,9825,'_start_ts','1369180800'),(84433,9826,'_start_ts','1369180800'),(84434,9827,'_start_ts','1369180800'),(84435,9828,'_start_ts','1369180800'),(84436,9829,'_start_ts','1369180800'),(84437,9830,'_start_ts','1377129600'),(84439,9832,'_start_ts','1372204800'),(84440,9833,'_start_ts','1369180800'),(84441,9834,'_start_ts','1369180800'),(84442,9835,'_start_ts','1369180800'),(84443,9836,'_start_ts','1369180800'),(84444,9837,'_start_ts','1369180800'),(84445,9838,'_start_ts','1369180800'),(84446,9839,'_start_ts','1369180800'),(84447,9840,'_start_ts','1369180800'),(84448,9841,'_start_ts','1369180800'),(84449,9842,'_start_ts','1369180800'),(84450,9843,'_start_ts','1369180800'),(84451,9844,'_start_ts','1369180800'),(84452,9845,'_start_ts','1369180800'),(84453,9846,'_start_ts','1369180800'),(84454,9847,'_start_ts','1369180800'),(84455,9848,'_start_ts','1369180800'),(84456,9849,'_start_ts','1369180800'),(84457,9850,'_start_ts','1369180800'),(84458,9851,'_start_ts','1369180800'),(84459,9852,'_start_ts','1369180800'),(84460,9853,'_start_ts','1369180800'),(84461,9854,'_start_ts','1369180800'),(84462,9855,'_start_ts','1369180800'),(84463,9856,'_start_ts','1369180800'),(84464,9857,'_start_ts','1369180800'),(84465,9858,'_start_ts','1369180800'),(84466,9859,'_start_ts','1369180800'),(84467,9860,'_start_ts','1369180800'),(84468,9861,'_start_ts','1369180800'),(84469,9862,'_start_ts','1369180800'),(84470,9863,'_start_ts','1369180800'),(84471,9864,'_start_ts','1369180800'),(84472,9865,'_start_ts','1369180800'),(84473,9866,'_start_ts','1369180800'),(84474,9867,'_start_ts','1369180800'),(84475,9868,'_start_ts','1369180800'),(84476,9869,'_start_ts','1369180800'),(84477,9870,'_start_ts','1369180800'),(84478,9871,'_start_ts','1369180800'),(84479,9872,'_start_ts','1369180800'),(84480,9873,'_start_ts','1369180800'),(84481,9874,'_start_ts','1369180800'),(84482,9875,'_start_ts','1369180800'),(84483,9876,'_start_ts','1369180800'),(84484,9877,'_start_ts','1369180800'),(84485,9878,'_start_ts','1369180800'),(84486,9879,'_start_ts','1369180800'),(84487,9880,'_start_ts','1369180800'),(84488,9881,'_start_ts','1369180800'),(84489,9882,'_start_ts','1369180800'),(84490,9883,'_start_ts','1369180800'),(84491,9884,'_start_ts','1369180800'),(84492,9885,'_start_ts','1369180800'),(84493,9886,'_start_ts','1369180800'),(84494,9887,'_start_ts','1369180800'),(84495,9888,'_start_ts','1369180800'),(84496,9889,'_start_ts','1369180800'),(84497,9890,'_start_ts','1369180800'),(84498,9891,'_start_ts','1370044800'),(84499,9892,'_start_ts','1369180800'),(84500,9893,'_start_ts','1369180800'),(84501,9894,'_start_ts','1369180800'),(84502,9895,'_start_ts','1369180800'),(84503,9896,'_start_ts','1369180800'),(84504,9897,'_start_ts','1369180800'),(84505,9898,'_start_ts','1369180800'),(84506,9899,'_start_ts','1369180800'),(84507,9900,'_start_ts','1372636800'),(84508,9901,'_start_ts','1369180800'),(84509,9902,'_start_ts','1369180800'),(84510,9903,'_start_ts','1369180800'),(84511,9904,'_start_ts','1369180800'),(84512,9905,'_start_ts','1369180800'),(84513,9906,'_start_ts','1369180800'),(84514,9907,'_start_ts','1369180800'),(84515,9908,'_start_ts','1369180800'),(84516,9909,'_start_ts','1369180800'),(84517,9910,'_start_ts','1369180800'),(84518,9911,'_start_ts','1369180800'),(84519,9912,'_start_ts','1369180800'),(84520,9913,'_start_ts','1369180800'),(84521,9914,'_start_ts','1369180800'),(84522,9915,'_start_ts','1369180800'),(84523,9916,'_start_ts','1369180800'),(84524,9917,'_start_ts','1369180800'),(84525,9918,'_start_ts','1369180800'),(84526,9919,'_start_ts','1369180800'),(84527,9920,'_start_ts','1369180800'),(84528,9921,'_start_ts','1369180800'),(84529,9922,'_start_ts','1369180800'),(84530,9923,'_start_ts','1369180800'),(84531,9924,'_start_ts','1369180800'),(84532,9925,'_start_ts','1369180800'),(84533,9926,'_start_ts','1369180800'),(84534,9927,'_start_ts','1369180800'),(84535,9928,'_start_ts','1369180800'),(84536,9929,'_start_ts','1369180800'),(84537,9930,'_start_ts','1369180800'),(84538,9931,'_start_ts','1369180800'),(84539,9932,'_start_ts','1369180800'),(84540,9933,'_start_ts','1369180800'),(84541,9934,'_start_ts','1369180800'),(84542,9935,'_start_ts','1369180800'),(84543,9936,'_start_ts','1369180800'),(84544,9937,'_start_ts','1369180800'),(84545,9938,'_start_ts','1369180800'),(84546,9939,'_start_ts','1369180800'),(84547,9940,'_start_ts','1369180800'),(84548,9941,'_start_ts','1369180800'),(84549,9942,'_start_ts','1369180800'),(84550,9943,'_start_ts','1369180800'),(84551,9944,'_start_ts','1369180800'),(84552,9945,'_start_ts','1369180800'),(84553,9946,'_start_ts','1369180800'),(84554,9947,'_start_ts','1369180800'),(84555,9948,'_start_ts','1369180800'),(84556,9949,'_start_ts','1369180800'),(84557,9950,'_start_ts','1369180800'),(84558,9951,'_start_ts','1369180800'),(84559,9952,'_start_ts','1369180800'),(84560,9953,'_start_ts','1369180800'),(84561,9954,'_start_ts','1369180800'),(84562,9955,'_start_ts','1369180800'),(84563,9956,'_start_ts','1369180800'),(84564,9957,'_start_ts','1369180800'),(84565,9958,'_start_ts','1369180800'),(84566,9959,'_start_ts','1369180800'),(84567,9960,'_start_ts','1369180800'),(84568,9961,'_start_ts','1369180800'),(84569,9962,'_start_ts','1369180800'),(84570,9963,'_start_ts','1369180800'),(84571,9964,'_start_ts','1369180800'),(84572,9965,'_start_ts','1369180800'),(84573,9966,'_start_ts','1369180800'),(84574,9967,'_start_ts','1369180800'),(84575,9968,'_start_ts','1369180800'),(84576,9969,'_start_ts','1369180800'),(84577,9970,'_start_ts','1369180800'),(84578,9971,'_start_ts','1369180800'),(84579,9972,'_start_ts','1369180800'),(84580,9973,'_start_ts','1369180800'),(84581,9974,'_start_ts','1369180800'),(84582,9975,'_start_ts','1369180800'),(84583,9976,'_start_ts','1369180800'),(84584,9977,'_start_ts','1369180800'),(84585,9978,'_start_ts','1369180800'),(84586,9979,'_start_ts','1369180800'),(84587,9980,'_start_ts','1369180800'),(84588,9981,'_start_ts','1369180800'),(84589,9982,'_start_ts','1369180800'),(84590,9983,'_start_ts','1369180800'),(84591,9984,'_start_ts','1369180800'),(84592,9985,'_start_ts','1369180800'),(84593,9986,'_start_ts','1369180800'),(84594,9987,'_start_ts','1369180800'),(84595,9988,'_start_ts','1369180800'),(84596,9989,'_start_ts','1369180800'),(84597,9990,'_start_ts','1369180800'),(84598,9991,'_start_ts','1369180800'),(84599,9992,'_start_ts','1369180800'),(84600,9993,'_start_ts','1369180800'),(84601,9994,'_start_ts','1369180800'),(84602,9995,'_start_ts','1369180800'),(84603,9996,'_start_ts','1369180800'),(84604,9997,'_start_ts','1369180800'),(84605,9998,'_start_ts','1369180800'),(84606,9999,'_start_ts','1369180800'),(84607,10000,'_start_ts','1369180800'),(84609,10002,'_start_ts','1369180800'),(84610,10003,'_start_ts','1369180800'),(84611,10004,'_start_ts','1369180800'),(84612,10005,'_start_ts','1369180800'),(84613,10006,'_start_ts','1369180800'),(84614,10007,'_start_ts','1369180800'),(84615,10008,'_start_ts','1369180800'),(84628,10021,'_start_ts','1385251200'),(84668,10061,'_start_ts','1369180800'),(84669,10062,'_start_ts','1369180800'),(84670,10063,'_start_ts','1369180800'),(84671,10064,'_start_ts','1369180800'),(84672,10065,'_start_ts','1372464000'),(84673,10066,'_start_ts','1369180800'),(84674,10067,'_start_ts','1369180800'),(84675,10068,'_start_ts','1369180800'),(84676,10069,'_start_ts','1369180800'),(84677,10070,'_start_ts','1369180800'),(84678,10071,'_start_ts','1369180800'),(84679,10072,'_start_ts','1369180800'),(84680,10073,'_start_ts','1369180800'),(84681,10074,'_start_ts','1369180800'),(84682,10075,'_start_ts','1369180800'),(84683,10076,'_start_ts','1369180800'),(84684,10077,'_start_ts','1369180800'),(84685,10078,'_start_ts','1369180800'),(84686,10079,'_start_ts','1369180800'),(84687,10080,'_start_ts','1369180800'),(84688,10081,'_start_ts','1369180800'),(84689,10082,'_start_ts','1369180800'),(84690,10083,'_start_ts','1369180800'),(84691,10084,'_start_ts','1369180800'),(84692,10085,'_start_ts','1369180800'),(84693,10086,'_start_ts','1369180800'),(84694,10087,'_start_ts','1369180800'),(84695,10088,'_start_ts','1369180800'),(84696,10089,'_start_ts','1369180800'),(84697,10090,'_start_ts','1369180800'),(84698,10091,'_start_ts','1369180800'),(84699,10092,'_start_ts','1369180800'),(84700,10093,'_start_ts','1369180800'),(84701,10094,'_start_ts','1369180800'),(84702,10095,'_start_ts','1369180800'),(84703,10096,'_start_ts','1369180800'),(84704,10097,'_start_ts','1369180800'),(84705,10098,'_start_ts','1369180800'),(84706,10099,'_start_ts','1369180800'),(84707,10100,'_start_ts','1369180800'),(84708,10101,'_start_ts','1369180800'),(84709,10102,'_start_ts','1369180800'),(84710,10103,'_start_ts','1369180800'),(84711,10104,'_start_ts','1369180800'),(84712,10105,'_start_ts','1369180800'),(84713,10106,'_start_ts','1369180800'),(84714,10107,'_start_ts','1369180800'),(84715,10108,'_start_ts','1369180800'),(84716,10109,'_start_ts','1369180800'),(84717,10110,'_start_ts','1369180800'),(84718,10111,'_start_ts','1369180800'),(84719,10112,'_start_ts','1369180800'),(84720,10113,'_start_ts','1369180800'),(84721,10114,'_start_ts','1369180800'),(84722,10115,'_start_ts','1369180800'),(84723,10116,'_start_ts','1369180800'),(84724,10117,'_start_ts','1369180800'),(84725,10118,'_start_ts','1369180800'),(84726,10119,'_start_ts','1369180800'),(84727,10120,'_start_ts','1369180800'),(84728,10121,'_start_ts','1369180800'),(84729,10122,'_start_ts','1369180800'),(84730,10123,'_start_ts','1369180800'),(84731,10124,'_start_ts','1369180800'),(84732,10125,'_start_ts','1369180800'),(84733,10126,'_start_ts','1369180800'),(84734,10127,'_start_ts','1369180800'),(84735,10128,'_start_ts','1369180800'),(84736,10129,'_start_ts','1376524800'),(84737,10130,'_start_ts','1369180800'),(84738,10131,'_start_ts','1369180800'),(84739,10132,'_start_ts','1369180800'),(84740,10133,'_start_ts','1369180800'),(84741,10134,'_start_ts','1369180800'),(84742,10135,'_start_ts','1369180800'),(84743,10136,'_start_ts','1369180800'),(84744,10137,'_start_ts','1369180800'),(84745,10138,'_start_ts','1369180800'),(84746,10139,'_start_ts','1369180800'),(84747,10140,'_start_ts','1369180800'),(84748,10141,'_start_ts','1369180800'),(84749,10142,'_start_ts','1369180800'),(84750,10143,'_start_ts','1369180800'),(84751,10144,'_start_ts','1369180800'),(84752,10145,'_start_ts','1369180800'),(84753,10146,'_start_ts','1369180800'),(84754,10147,'_start_ts','1369180800'),(84755,10148,'_start_ts','1369180800'),(84756,10149,'_start_ts','1369180800'),(84757,10150,'_start_ts','1369180800'),(84758,10151,'_start_ts','1369180800'),(84759,10152,'_start_ts','1369180800'),(84760,10153,'_start_ts','1369180800'),(84761,10154,'_start_ts','1369180800'),(84762,10155,'_start_ts','1369180800'),(84763,10156,'_start_ts','1369180800'),(84764,10157,'_start_ts','1369180800'),(84765,10158,'_start_ts','1369180800'),(84766,10159,'_start_ts','1369180800'),(84767,10160,'_start_ts','1369180800'),(84768,10161,'_start_ts','1369180800'),(84769,10162,'_start_ts','1369180800'),(84770,10163,'_start_ts','1369180800'),(84771,10164,'_start_ts','1369180800'),(84772,10165,'_start_ts','1369180800'),(84773,10166,'_start_ts','1369180800'),(84774,10167,'_start_ts','1369180800'),(84775,10168,'_start_ts','1369180800'),(84776,10169,'_start_ts','1369180800'),(84777,10170,'_start_ts','1369180800'),(84778,10171,'_start_ts','1369180800'),(84779,10172,'_start_ts','1369180800'),(84780,10173,'_start_ts','1369180800'),(84781,10174,'_start_ts','1369180800'),(84782,10175,'_start_ts','1369180800'),(84783,10176,'_start_ts','1369180800'),(84784,10177,'_start_ts','1369180800'),(84785,10178,'_start_ts','1369180800'),(84786,10179,'_start_ts','1369180800'),(84787,10180,'_start_ts','1369180800'),(84788,10181,'_start_ts','1369180800'),(84789,10182,'_start_ts','1369180800'),(84790,10183,'_start_ts','1369180800'),(84791,10184,'_start_ts','1369180800'),(84792,10185,'_start_ts','1369180800'),(84793,10186,'_start_ts','1369180800'),(84794,10187,'_start_ts','1369180800'),(84795,10188,'_start_ts','1369180800'),(84796,10189,'_start_ts','1369180800'),(84797,10190,'_start_ts','1369180800'),(84798,10191,'_start_ts','1369180800'),(84799,10192,'_start_ts','1369180800'),(84800,10193,'_start_ts','1369180800'),(84801,10194,'_start_ts','1369180800'),(84802,10195,'_start_ts','1369180800'),(84803,10196,'_start_ts','1369180800'),(84804,10197,'_start_ts','1369180800'),(84805,10198,'_start_ts','1369180800'),(84806,10199,'_start_ts','1369180800'),(84807,10200,'_start_ts','1395532800'),(84808,10201,'_start_ts','1369180800'),(84809,10202,'_start_ts','1398297600'),(84810,10203,'_start_ts','1369180800'),(84811,10204,'_start_ts','1369180800'),(84812,10205,'_start_ts','1401062400'),(84813,10206,'_start_ts','1369180800'),(84814,10207,'_start_ts','1369180800'),(84815,10208,'_start_ts','1369180800'),(84816,10209,'_start_ts','1369180800'),(84817,10210,'_start_ts','1369180800'),(84818,10211,'_start_ts','1369180800'),(84819,10212,'_start_ts','1369180800'),(84820,10213,'_start_ts','1369180800'),(84821,10214,'_start_ts','1369180800'),(84822,10215,'_start_ts','1369180800'),(84823,10216,'_start_ts','1369180800'),(84824,10217,'_start_ts','1369180800'),(84825,10218,'_start_ts','1369180800'),(84826,10219,'_start_ts','1369180800'),(84827,10220,'_start_ts','1369180800'),(84828,10221,'_start_ts','1369180800'),(84829,10222,'_start_ts','1369180800'),(84830,10223,'_start_ts','1369180800'),(84831,10224,'_start_ts','1369180800'),(84832,10225,'_start_ts','1369180800'),(84833,10226,'_start_ts','1369180800'),(84834,10227,'_start_ts','1369180800'),(84835,10228,'_start_ts','1369180800'),(84836,10229,'_start_ts','1369180800'),(84837,10230,'_start_ts','1369180800'),(84838,10231,'_start_ts','1369180800'),(84839,10232,'_start_ts','1369180800'),(84840,10233,'_start_ts','1369180800'),(84841,10234,'_start_ts','1369180800'),(84842,10235,'_start_ts','1369180800'),(84843,10236,'_start_ts','1369180800'),(84851,10244,'_start_ts','1380931200'),(84854,10247,'_start_ts','1369180800'),(84855,10248,'_start_ts','1369180800'),(84856,10249,'_start_ts','1369180800'),(84857,10250,'_start_ts','1369180800'),(84858,10251,'_start_ts','1369180800'),(84859,10252,'_start_ts','1369180800'),(84860,10253,'_start_ts','1369180800'),(84861,10254,'_start_ts','1369180800'),(84862,10255,'_start_ts','1369180800'),(84863,10256,'_start_ts','1369180800'),(84864,10257,'_start_ts','1369180800'),(84865,10258,'_start_ts','1369180800'),(84866,10259,'_start_ts','1369180800'),(84867,10260,'_start_ts','1369180800'),(84868,10261,'_start_ts','1369180800'),(84869,10262,'_start_ts','1369180800'),(84870,10263,'_start_ts','1369180800'),(84871,10264,'_start_ts','1369180800'),(84872,10265,'_start_ts','1369180800'),(84873,10266,'_start_ts','1369180800'),(84874,10267,'_start_ts','1369180800'),(84875,10268,'_start_ts','1369180800'),(84876,10269,'_start_ts','1369180800'),(84877,10270,'_start_ts','1369180800'),(84878,10271,'_start_ts','1369180800'),(84879,10272,'_start_ts','1369180800'),(84880,10273,'_start_ts','1369180800'),(84881,10274,'_start_ts','1369180800'),(84882,10275,'_start_ts','1369180800'),(84883,10276,'_start_ts','1369180800'),(84884,10277,'_start_ts','1369180800'),(84885,10278,'_start_ts','1369180800'),(84886,10279,'_start_ts','1369180800'),(84887,10280,'_start_ts','1369180800'),(84888,10281,'_start_ts','1369180800'),(84889,10282,'_start_ts','1369180800'),(84890,10283,'_start_ts','1369180800'),(84891,10284,'_start_ts','1369180800'),(84892,10285,'_start_ts','1369180800'),(84893,10286,'_start_ts','1369180800'),(84894,10287,'_start_ts','1369180800'),(84895,10288,'_start_ts','1369180800'),(84896,10289,'_start_ts','1369180800'),(84897,10290,'_start_ts','1369180800'),(84898,10291,'_start_ts','1369180800'),(84899,10292,'_start_ts','1369526400'),(84900,10293,'_start_ts','1369180800'),(84901,10294,'_start_ts','1369180800'),(84902,10295,'_start_ts','1369180800'),(84903,10296,'_start_ts','1369180800'),(84904,10297,'_start_ts','1369180800'),(84905,10298,'_start_ts','1369180800'),(84906,10299,'_start_ts','1369180800'),(84907,10300,'_start_ts','1369180800'),(84908,10301,'_start_ts','1369180800'),(84909,10302,'_start_ts','1369180800'),(84910,10303,'_start_ts','1369180800'),(84911,10304,'_start_ts','1369180800'),(84912,10305,'_start_ts','1369180800'),(84913,10306,'_start_ts','1369180800'),(84914,10307,'_start_ts','1369180800'),(84915,10308,'_start_ts','1369180800'),(84916,10309,'_start_ts','1369180800'),(84917,10310,'_start_ts','1369180800'),(84918,10311,'_start_ts','1369180800'),(84919,10312,'_start_ts','1369180800'),(84920,10313,'_start_ts','1369180800'),(84921,10314,'_start_ts','1369180800'),(84922,10315,'_start_ts','1369180800'),(84923,10316,'_start_ts','1369180800'),(84924,10317,'_start_ts','1369180800'),(84925,10318,'_start_ts','1369180800'),(84926,10319,'_start_ts','1369180800'),(84927,10320,'_start_ts','1369180800'),(84928,10321,'_start_ts','1369180800'),(84929,10322,'_start_ts','1369180800'),(84930,10323,'_start_ts','1369180800'),(84931,10324,'_start_ts','1369180800'),(84932,10325,'_start_ts','1369180800'),(84933,10326,'_start_ts','1369180800'),(84934,10327,'_start_ts','1369180800'),(84935,10328,'_start_ts','1369180800'),(84936,10329,'_start_ts','1369180800'),(84937,10330,'_start_ts','1369180800'),(84938,10331,'_start_ts','1369180800'),(84939,10332,'_start_ts','1369180800'),(84940,10333,'_start_ts','1369180800'),(84941,10334,'_start_ts','1369180800'),(84942,10335,'_start_ts','1369180800'),(84943,10336,'_start_ts','1369180800'),(84944,10337,'_start_ts','1369180800'),(84945,10338,'_start_ts','1369180800'),(84946,10339,'_start_ts','1369180800'),(84947,10340,'_start_ts','1369180800'),(84948,10341,'_start_ts','1369180800'),(84949,10342,'_start_ts','1369180800'),(84950,10343,'_start_ts','1369180800'),(84951,10344,'_start_ts','1369180800'),(84952,10345,'_start_ts','1369180800'),(84953,10346,'_start_ts','1369180800'),(84954,10347,'_start_ts','1369180800'),(84955,10348,'_start_ts','1369180800'),(84956,10349,'_start_ts','1369180800'),(84957,10350,'_start_ts','1369180800'),(84958,10351,'_start_ts','1369180800'),(84959,10352,'_start_ts','1369180800'),(84960,10353,'_start_ts','1369180800'),(84961,10354,'_start_ts','1369180800'),(84962,10355,'_start_ts','1369180800'),(84963,10356,'_start_ts','1369180800'),(84964,10357,'_start_ts','1369180800'),(84965,10358,'_start_ts','1369180800'),(84966,10359,'_start_ts','1369180800'),(84967,10360,'_start_ts','1369180800'),(84968,10361,'_start_ts','1369180800'),(84969,10362,'_start_ts','1369180800'),(84970,10363,'_start_ts','1369180800'),(84971,10364,'_start_ts','1369180800'),(84972,10365,'_start_ts','1369180800'),(84973,10366,'_start_ts','1369180800'),(84974,10367,'_start_ts','1369180800'),(84975,10368,'_start_ts','1369180800'),(84976,10369,'_start_ts','1369180800'),(84977,10370,'_start_ts','1369180800'),(84978,10371,'_start_ts','1369180800'),(84979,10372,'_start_ts','1369180800'),(84980,10373,'_start_ts','1369180800'),(84981,10374,'_start_ts','1369180800'),(84982,10375,'_start_ts','1369180800'),(84983,10376,'_start_ts','1369180800'),(84984,10377,'_start_ts','1369180800'),(84985,10378,'_start_ts','1369180800'),(84986,10379,'_start_ts','1369180800'),(84987,10380,'_start_ts','1369180800'),(84988,10381,'_start_ts','1369180800'),(84989,10382,'_start_ts','1390780800'),(84990,10383,'_start_ts','1369180800'),(84991,10384,'_start_ts','1369180800'),(84992,10385,'_start_ts','1369180800'),(84993,10386,'_start_ts','1391040000'),(84994,10387,'_start_ts','1393977600'),(84995,10388,'_start_ts','1369180800'),(84996,10389,'_start_ts','1369180800'),(84997,10390,'_start_ts','1369180800'),(84998,10391,'_start_ts','1369180800'),(84999,10392,'_start_ts','1369180800'),(85000,10393,'_start_ts','1369180800'),(85001,10394,'_start_ts','1369180800'),(85002,10395,'_start_ts','1369180800'),(85003,10396,'_start_ts','1369180800'),(85004,10397,'_start_ts','1369180800'),(85005,10398,'_start_ts','1369180800'),(85006,10399,'_start_ts','1369180800'),(85007,10400,'_start_ts','1369180800'),(85008,10401,'_start_ts','1369180800'),(85009,10402,'_start_ts','1369180800'),(85010,10403,'_start_ts','1369180800'),(85011,10404,'_start_ts','1369180800'),(85012,10405,'_start_ts','1369180800'),(85013,10406,'_start_ts','1369180800'),(85014,10407,'_start_ts','1369180800'),(85015,10408,'_start_ts','1369180800'),(85016,10409,'_start_ts','1369180800'),(85017,10410,'_start_ts','1369180800'),(85018,10411,'_start_ts','1369180800'),(85019,10412,'_start_ts','1369180800'),(85020,10413,'_start_ts','1369180800'),(85021,10414,'_start_ts','1369180800'),(85022,10415,'_start_ts','1369180800'),(85023,10416,'_start_ts','1362182400'),(85024,10417,'_start_ts','1369180800'),(85025,10418,'_start_ts','1369180800'),(85026,10419,'_start_ts','1369180800'),(85027,10420,'_start_ts','1369180800'),(85028,10421,'_start_ts','1369180800'),(85029,10422,'_start_ts','1369180800'),(85030,10423,'_start_ts','1369180800'),(85031,10424,'_start_ts','1369180800'),(85032,10425,'_start_ts','1369180800'),(85033,10426,'_start_ts','1369180800'),(85034,10427,'_start_ts','1369180800'),(85035,10428,'_start_ts','1369180800'),(85036,10429,'_start_ts','1369180800'),(85037,10430,'_start_ts','1369180800'),(85038,10431,'_start_ts','1369180800'),(85039,10432,'_start_ts','1369180800'),(85040,10433,'_start_ts','1369180800'),(85041,10434,'_start_ts','1369180800'),(85042,10435,'_start_ts','1369180800'),(85043,10436,'_start_ts','1369180800'),(85044,10437,'_start_ts','1369180800'),(85045,10438,'_start_ts','1369180800'),(85046,10439,'_start_ts','1369180800'),(85047,10440,'_start_ts','1369180800'),(85048,10441,'_start_ts','1369180800'),(85049,10442,'_start_ts','1369180800'),(85050,10443,'_start_ts','1369180800'),(85051,10444,'_start_ts','1369180800'),(85052,10445,'_start_ts','1369180800'),(85053,10446,'_start_ts','1369180800'),(85054,10447,'_start_ts','1369180800'),(85055,10448,'_start_ts','1369180800'),(85056,10449,'_start_ts','1369180800'),(85057,10450,'_start_ts','1369180800'),(85058,10451,'_start_ts','1369180800'),(85059,10452,'_start_ts','1369180800'),(85060,10453,'_start_ts','1369180800'),(85061,10454,'_start_ts','1369180800'),(85062,10455,'_start_ts','1369180800'),(85063,10456,'_start_ts','1369180800'),(85064,10457,'_start_ts','1369180800'),(85065,10458,'_start_ts','1369180800'),(85066,10459,'_start_ts','1369180800'),(85067,10460,'_start_ts','1369180800'),(85068,10461,'_start_ts','1369180800'),(85069,10462,'_start_ts','1369180800'),(85070,10463,'_start_ts','1369180800'),(85071,10464,'_start_ts','1369180800'),(85072,10465,'_start_ts','1369180800'),(85073,10466,'_start_ts','1369180800'),(85074,10467,'_start_ts','1369180800'),(85075,10468,'_start_ts','1369180800'),(85076,10469,'_start_ts','1369180800'),(85077,10470,'_start_ts','1369180800'),(85078,10471,'_start_ts','1369180800'),(85079,10472,'_start_ts','1369180800'),(85080,10473,'_start_ts','1369180800'),(85081,10474,'_start_ts','1369180800'),(85082,10475,'_start_ts','1369180800'),(85083,10476,'_start_ts','1369180800'),(85084,10477,'_start_ts','1369180800'),(85085,10478,'_start_ts','1369180800'),(85086,10479,'_start_ts','1369180800'),(85087,10480,'_start_ts','1369180800'),(85088,10481,'_start_ts','1369180800'),(85089,10482,'_start_ts','1369180800'),(85090,10483,'_start_ts','1369180800'),(85091,10484,'_start_ts','1369180800'),(85092,10485,'_start_ts','1369180800'),(85093,10486,'_start_ts','1369180800'),(85094,10487,'_start_ts','1369180800'),(85095,10488,'_start_ts','1369180800'),(85096,10489,'_start_ts','1369180800'),(85097,10490,'_start_ts','1369180800'),(85098,10491,'_start_ts','1369180800'),(85099,10492,'_start_ts','1369180800'),(85100,10493,'_start_ts','1369180800'),(85101,10494,'_start_ts','1369180800'),(85102,10495,'_start_ts','1369180800'),(85103,10496,'_start_ts','1369180800'),(85104,10497,'_start_ts','1369180800'),(85105,10498,'_start_ts','1369180800'),(85106,10499,'_start_ts','1369180800'),(85107,10500,'_start_ts','1369180800'),(85108,10501,'_start_ts','1369180800'),(85109,10502,'_start_ts','1369180800'),(85110,10503,'_start_ts','1369180800'),(85111,10504,'_start_ts','1369180800'),(85112,10505,'_start_ts','1369180800'),(85113,10506,'_start_ts','1369180800'),(85114,10507,'_start_ts','1369180800'),(85115,10508,'_start_ts','1369180800'),(85116,10509,'_start_ts','1369180800'),(85117,10510,'_start_ts','1369180800'),(85118,10511,'_start_ts','1369180800'),(85119,10512,'_start_ts','1369180800'),(85120,10513,'_start_ts','1369180800'),(85121,10514,'_start_ts','1369180800'),(85122,10515,'_start_ts','1369180800'),(85123,10516,'_start_ts','1369180800'),(85124,10517,'_start_ts','1369180800'),(85125,10518,'_start_ts','1369180800'),(85126,10519,'_start_ts','1369180800'),(85127,10520,'_start_ts','1369180800'),(85128,10521,'_start_ts','1369180800'),(85129,10522,'_start_ts','1369180800'),(85130,10523,'_start_ts','1369180800'),(85131,10524,'_start_ts','1369180800'),(85132,10525,'_start_ts','1369180800'),(85133,10526,'_start_ts','1369180800'),(85134,10527,'_start_ts','1369180800'),(85135,10528,'_start_ts','1369180800'),(85136,10529,'_start_ts','1369180800'),(85137,10530,'_start_ts','1369180800'),(85138,10531,'_start_ts','1369180800'),(85139,10532,'_start_ts','1369180800'),(85140,10533,'_start_ts','1369180800'),(85141,10534,'_start_ts','1369180800'),(85142,10535,'_start_ts','1369180800'),(85143,10536,'_start_ts','1369180800'),(85144,10537,'_start_ts','1369180800'),(85145,10538,'_start_ts','1369180800'),(85146,10539,'_start_ts','1369180800'),(85147,10540,'_start_ts','1369180800'),(85148,10541,'_start_ts','1369180800'),(85149,10542,'_start_ts','1369180800'),(85150,10543,'_start_ts','1369180800'),(85151,10544,'_start_ts','1369180800'),(85152,10545,'_start_ts','1369180800'),(85153,10546,'_start_ts','1369180800'),(85154,10547,'_start_ts','1369180800'),(85155,10548,'_start_ts','1369180800'),(85156,10549,'_start_ts','1369180800'),(85157,10550,'_start_ts','1369180800'),(85158,10551,'_start_ts','1369180800'),(85159,10552,'_start_ts','1369180800'),(85160,10553,'_start_ts','1369180800'),(85161,10554,'_start_ts','1369180800'),(85162,10555,'_start_ts','1369180800'),(85163,10556,'_start_ts','1369180800'),(85164,10557,'_start_ts','1369180800'),(85165,10558,'_start_ts','1369180800'),(85166,10559,'_start_ts','1369180800'),(85167,10560,'_start_ts','1369180800'),(85168,10561,'_start_ts','1369180800'),(85169,10562,'_start_ts','1369180800'),(85170,10563,'_start_ts','1369180800'),(85171,10564,'_start_ts','1369180800'),(85172,10565,'_start_ts','1369180800'),(85173,10566,'_start_ts','1369180800'),(85174,10567,'_start_ts','1369180800'),(85175,10568,'_start_ts','1369180800'),(85176,10569,'_start_ts','1369180800'),(85177,10570,'_start_ts','1369180800'),(85178,10571,'_start_ts','1369180800'),(85179,10572,'_start_ts','1369180800'),(85180,10573,'_start_ts','1369180800'),(85181,10574,'_start_ts','1369180800'),(85182,10575,'_start_ts','1369180800'),(85183,10576,'_start_ts','1369180800'),(85184,10577,'_start_ts','1369180800'),(85185,10578,'_start_ts','1369180800'),(85186,10579,'_start_ts','1369180800'),(85187,10580,'_start_ts','1369180800'),(85188,10581,'_start_ts','1369180800'),(85189,10582,'_start_ts','1369180800'),(85190,10583,'_start_ts','1369180800'),(85191,10584,'_start_ts','1369180800'),(85192,10585,'_start_ts','1369180800'),(85193,10586,'_start_ts','1369180800'),(85194,10587,'_start_ts','1369180800'),(85195,10588,'_start_ts','1369180800'),(85196,10589,'_start_ts','1369180800'),(85197,10590,'_start_ts','1369180800'),(85198,10591,'_start_ts','1369180800'),(85199,10592,'_start_ts','1369180800'),(85200,10593,'_start_ts','1369180800'),(85201,10594,'_start_ts','1369180800'),(85202,10595,'_start_ts','1369180800'),(85203,10596,'_start_ts','1369180800'),(85204,10597,'_start_ts','1369180800'),(85205,10598,'_start_ts','1369180800'),(85206,10599,'_start_ts','1369180800'),(85207,10600,'_start_ts','1369180800'),(85208,10601,'_start_ts','1369180800'),(85209,10602,'_start_ts','1369180800'),(85210,10603,'_start_ts','1369180800'),(85211,10604,'_start_ts','1369180800'),(85212,10605,'_start_ts','1369180800'),(85213,10606,'_start_ts','1369180800'),(85214,10607,'_start_ts','1369180800'),(85215,10608,'_start_ts','1369180800'),(85216,10609,'_start_ts','1369180800'),(85217,10610,'_start_ts','1369180800'),(85218,10611,'_start_ts','1369180800'),(85219,10612,'_start_ts','1369180800'),(85220,10613,'_start_ts','1369180800'),(85221,10614,'_start_ts','1369180800'),(85222,10615,'_start_ts','1369180800'),(85223,10616,'_start_ts','1369180800'),(85224,10617,'_start_ts','1369180800'),(85225,10618,'_start_ts','1369180800'),(85226,10619,'_start_ts','1369180800'),(85227,10620,'_start_ts','1369180800'),(85228,10621,'_start_ts','1369180800'),(85229,10622,'_start_ts','1369180800'),(85230,10623,'_start_ts','1369180800'),(85231,10624,'_start_ts','1369180800'),(85232,10625,'_start_ts','1369180800'),(85233,10626,'_start_ts','1369180800'),(85234,10627,'_start_ts','1369180800'),(85235,10628,'_start_ts','1369180800'),(85236,10629,'_start_ts','1369180800'),(85237,10630,'_start_ts','1369180800'),(85238,10631,'_start_ts','1369180800'),(85239,10632,'_start_ts','1369180800'),(85240,10633,'_start_ts','1369180800'),(85241,10634,'_start_ts','1369180800'),(85242,10635,'_start_ts','1369180800'),(85243,10636,'_start_ts','1369180800'),(85244,10637,'_start_ts','1369180800'),(85245,10638,'_start_ts','1369180800'),(85246,10639,'_start_ts','1369180800'),(85247,10640,'_start_ts','1369180800'),(85248,10641,'_start_ts','1369180800'),(85249,10642,'_start_ts','1369180800'),(85250,10643,'_start_ts','1369180800'),(85251,10644,'_start_ts','1369180800'),(85252,10645,'_start_ts','1369180800'),(85253,10646,'_start_ts','1369180800'),(85254,10647,'_start_ts','1369180800'),(85255,10648,'_start_ts','1369180800'),(85256,10649,'_start_ts','1369180800'),(85257,10650,'_start_ts','1369180800'),(85258,10651,'_start_ts','1369180800'),(85259,10652,'_start_ts','1369180800'),(85260,10653,'_start_ts','1369180800'),(85261,10654,'_start_ts','1369180800'),(85262,10655,'_start_ts','1369180800'),(85263,10656,'_start_ts','1369180800'),(85264,10657,'_start_ts','1369180800'),(85265,10658,'_start_ts','1369180800'),(85266,10659,'_start_ts','1369180800'),(85267,10660,'_start_ts','1369180800'),(85268,10661,'_start_ts','1369180800'),(85269,10662,'_start_ts','1369180800'),(85270,10663,'_start_ts','1369180800'),(85271,10664,'_start_ts','1369180800'),(85272,10665,'_start_ts','1369180800'),(85273,10666,'_start_ts','1369180800'),(85274,10667,'_start_ts','1369180800'),(85275,10668,'_start_ts','1369180800'),(85276,10669,'_start_ts','1369180800'),(85277,10670,'_start_ts','1369180800'),(85278,10671,'_start_ts','1369180800'),(85279,10672,'_start_ts','1369180800'),(85280,10673,'_start_ts','1369180800'),(85281,10674,'_start_ts','1369180800'),(85282,10675,'_start_ts','1369180800'),(85283,10676,'_start_ts','1369180800'),(85284,10677,'_start_ts','1369180800'),(85285,10678,'_start_ts','1369180800'),(85286,10679,'_start_ts','1369180800'),(85287,10680,'_start_ts','1369180800'),(85288,10681,'_start_ts','1369180800'),(85289,10682,'_start_ts','1369180800'),(85290,10683,'_start_ts','1369180800'),(85291,10684,'_start_ts','1369180800'),(85292,10685,'_start_ts','1369180800'),(85293,10686,'_start_ts','1369180800'),(85294,10687,'_start_ts','1369180800'),(85295,10688,'_start_ts','1369180800'),(85296,10689,'_start_ts','1369180800'),(85297,10690,'_start_ts','1369180800'),(85298,10691,'_start_ts','1369180800'),(85299,10692,'_start_ts','1369180800'),(85300,10693,'_start_ts','1369180800'),(85301,10694,'_start_ts','1369180800'),(85302,10695,'_start_ts','1369180800'),(85303,10696,'_start_ts','1369180800'),(85304,10697,'_start_ts','1369180800'),(85305,10698,'_start_ts','1369180800'),(85306,10699,'_start_ts','1369180800'),(85307,10700,'_start_ts','1369180800'),(85308,10701,'_start_ts','1369180800'),(85309,10702,'_start_ts','1369180800'),(85310,10703,'_start_ts','1369180800'),(85311,10704,'_start_ts','1369180800'),(85312,10705,'_start_ts','1369180800'),(85313,10706,'_start_ts','1369180800'),(85314,10707,'_start_ts','1369180800'),(85315,10708,'_start_ts','1369180800'),(85316,10709,'_start_ts','1369180800'),(85317,10710,'_start_ts','1369180800'),(85318,10711,'_start_ts','1369180800'),(85319,10712,'_start_ts','1369180800'),(85320,10713,'_start_ts','1415491200'),(85321,10714,'_start_ts','1404172800'),(85322,10715,'_start_ts','1398556800'),(85324,10717,'_start_ts','1369180800'),(85325,10718,'_start_ts','1369180800'),(85327,10720,'_start_ts','1369180800'),(85328,10721,'_start_ts','1369180800'),(85329,10722,'_start_ts','1369180800'),(85330,10723,'_start_ts','1369180800'),(85331,10724,'_start_ts','1369180800'),(85332,10725,'_start_ts','1369180800'),(85333,10726,'_start_ts','1369180800'),(85334,10727,'_start_ts','1369180800'),(85335,10728,'_start_ts','1369180800'),(85336,10729,'_start_ts','1369180800'),(85337,10730,'_start_ts','1369180800'),(85338,10731,'_start_ts','1369180800'),(85339,10732,'_start_ts','1369180800'),(85340,10733,'_start_ts','1369180800'),(85341,10734,'_start_ts','1369180800'),(85342,10735,'_start_ts','1369180800'),(85343,10736,'_start_ts','1369180800'),(85344,10737,'_start_ts','1369180800'),(85345,10738,'_start_ts','1369180800'),(85346,10739,'_start_ts','1369180800'),(85347,10740,'_start_ts','1369180800'),(85348,10741,'_start_ts','1369180800'),(85349,10742,'_start_ts','1369180800'),(85350,10743,'_start_ts','1369180800'),(85351,10744,'_start_ts','1369180800'),(85352,10745,'_start_ts','1369180800'),(85353,10746,'_start_ts','1369180800'),(85354,10747,'_start_ts','1369180800'),(85355,10748,'_start_ts','1369180800'),(85356,10749,'_start_ts','1369180800'),(85357,10750,'_start_ts','1369180800'),(85358,10751,'_start_ts','1369180800'),(85359,10752,'_start_ts','1369180800'),(85360,10753,'_start_ts','1369180800'),(85361,10754,'_start_ts','1369180800'),(85362,10755,'_start_ts','1369180800'),(85363,10756,'_start_ts','1369180800'),(85364,10757,'_start_ts','1369180800'),(85365,10758,'_start_ts','1369180800'),(85366,10759,'_start_ts','1369180800'),(85367,10760,'_start_ts','1369180800'),(85368,10761,'_start_ts','1369180800'),(85369,10762,'_start_ts','1369180800'),(85370,10763,'_start_ts','1369180800'),(85371,10764,'_start_ts','1369180800'),(85372,10765,'_start_ts','1369180800'),(85373,10766,'_start_ts','1369180800'),(85374,10767,'_start_ts','1369180800'),(85375,10768,'_start_ts','1369180800'),(85376,10769,'_start_ts','1369180800'),(85377,10770,'_start_ts','1369180800'),(85378,10771,'_start_ts','1369180800'),(85379,10772,'_start_ts','1369180800'),(85380,10773,'_start_ts','1369180800'),(85381,10774,'_start_ts','1369180800'),(85382,10775,'_start_ts','1369180800'),(85383,10776,'_start_ts','1369180800'),(85384,10777,'_start_ts','1369180800'),(85385,10778,'_start_ts','1369180800'),(85386,10779,'_start_ts','1369180800'),(85387,10780,'_start_ts','1369180800'),(85388,10781,'_start_ts','1369180800'),(85389,10782,'_start_ts','1369180800'),(85390,10783,'_start_ts','1369180800'),(85391,10784,'_start_ts','1369180800'),(85392,10785,'_start_ts','1369180800'),(85393,10786,'_start_ts','1369180800'),(85394,10787,'_start_ts','1369180800'),(85395,10788,'_start_ts','1369180800'),(85396,10789,'_start_ts','1369180800'),(85397,10790,'_start_ts','1369180800'),(85398,10791,'_start_ts','1369180800'),(85399,10792,'_start_ts','1369180800'),(85400,10793,'_start_ts','1369180800'),(85401,10794,'_start_ts','1369180800'),(85402,10795,'_start_ts','1369180800'),(85403,10796,'_start_ts','1369180800'),(85404,10797,'_start_ts','1369180800'),(85405,10798,'_start_ts','1369180800'),(85406,10799,'_start_ts','1369180800'),(85407,10800,'_start_ts','1369180800'),(85408,10801,'_start_ts','1369180800'),(85409,10802,'_start_ts','1369180800'),(85410,10803,'_start_ts','1369180800'),(85411,10804,'_start_ts','1369180800'),(85412,10805,'_start_ts','1369180800'),(85413,10806,'_start_ts','1369180800'),(85414,10807,'_start_ts','1369180800'),(85415,10808,'_start_ts','1369180800'),(85416,10809,'_start_ts','1369180800'),(85417,10810,'_start_ts','1369180800'),(85418,10811,'_start_ts','1369180800'),(85419,10812,'_start_ts','1369180800'),(85420,10813,'_start_ts','1369180800'),(85421,10814,'_start_ts','1369180800'),(85422,10815,'_start_ts','1369180800'),(85423,10816,'_start_ts','1369180800'),(85424,10817,'_start_ts','1369180800'),(85425,10818,'_start_ts','1369180800'),(85426,10819,'_start_ts','1369180800'),(85427,10820,'_start_ts','1369180800'),(85428,10821,'_start_ts','1369180800'),(85429,10822,'_start_ts','1369180800'),(85430,10823,'_start_ts','1385856000'),(85431,10824,'_start_ts','1369180800'),(85432,10825,'_start_ts','1369180800'),(85433,10826,'_start_ts','1369180800'),(85434,10827,'_start_ts','1369180800'),(85435,10828,'_start_ts','1369180800'),(85436,10829,'_start_ts','1369180800'),(85437,10830,'_start_ts','1369180800'),(85438,10831,'_start_ts','1371686400'),(85439,10832,'_start_ts','1369180800'),(85440,10833,'_start_ts','1369180800'),(85441,10834,'_start_ts','1369180800'),(85442,10835,'_start_ts','1369180800'),(85443,10836,'_start_ts','1369180800'),(85444,10837,'_start_ts','1369180800'),(85445,10838,'_start_ts','1369180800'),(85446,10839,'_start_ts','1369180800'),(85447,10840,'_start_ts','1369180800'),(85448,10841,'_start_ts','1369180800'),(85449,10842,'_start_ts','1369180800'),(85450,10843,'_start_ts','1369180800'),(85451,10844,'_start_ts','1369180800'),(85452,10845,'_start_ts','1369180800'),(85453,10846,'_start_ts','1369180800'),(85454,10847,'_start_ts','1369180800'),(85455,10848,'_start_ts','1369180800'),(85456,10849,'_start_ts','1369180800'),(85457,10850,'_start_ts','1369180800'),(85458,10851,'_start_ts','1369180800'),(85459,10852,'_start_ts','1369180800'),(85460,10853,'_start_ts','1369180800'),(85461,10854,'_start_ts','1369180800'),(86420,9766,'_end_ts','1369180800'),(86421,9767,'_end_ts','1369180800'),(86422,9768,'_end_ts','1369180800'),(86423,9769,'_end_ts','1369180800'),(86424,9770,'_end_ts','1369180800'),(86425,9771,'_end_ts','1369180800'),(86426,9772,'_end_ts','1369180800'),(86427,9773,'_end_ts','1369180800'),(86428,9774,'_end_ts','1369180800'),(86429,9775,'_end_ts','1369180800'),(86430,9776,'_end_ts','1369180800'),(86431,9777,'_end_ts','1369180800'),(86432,9778,'_end_ts','1369180800'),(86433,9779,'_end_ts','1369180800'),(86434,9780,'_end_ts','1369180800'),(86435,9781,'_end_ts','1369180800'),(86436,9782,'_end_ts','1369180800'),(86437,9783,'_end_ts','1369180800'),(86438,9784,'_end_ts','1369180800'),(86439,9785,'_end_ts','1369180800'),(86440,9786,'_end_ts','1369180800'),(86441,9787,'_end_ts','1369180800'),(86442,9788,'_end_ts','1369180800'),(86443,9789,'_end_ts','1369180800'),(86444,9790,'_end_ts','1369180800'),(86445,9791,'_end_ts','1369180800'),(86446,9792,'_end_ts','1369180800'),(86447,9793,'_end_ts','1369180800'),(86448,9794,'_end_ts','1369180800'),(86449,9795,'_end_ts','1369180800'),(86450,9796,'_end_ts','1369180800'),(86451,9797,'_end_ts','1369180800'),(86452,9798,'_end_ts','1369180800'),(86453,9799,'_end_ts','1369180800'),(86454,9800,'_end_ts','1369180800'),(86455,9801,'_end_ts','1382905800'),(86456,9802,'_end_ts','1336867200'),(86457,9803,'_end_ts','1369180800'),(86458,9804,'_end_ts','1375315200'),(86459,9805,'_end_ts','1375660800'),(86460,9806,'_end_ts','1377907200'),(86461,9807,'_end_ts','1377388800'),(86462,9808,'_end_ts','1369180800'),(86463,9809,'_end_ts','1369180800'),(86464,9810,'_end_ts','1369180800'),(86465,9811,'_end_ts','1369180800'),(86466,9812,'_end_ts','1369180800'),(86467,9813,'_end_ts','1369180800'),(86468,9814,'_end_ts','1369180800'),(86469,9815,'_end_ts','1369180800'),(86470,9816,'_end_ts','1369180800'),(86471,9817,'_end_ts','1369180800'),(86472,9818,'_end_ts','1369180800'),(86473,9819,'_end_ts','1369180800'),(86474,9820,'_end_ts','1369180800'),(86475,9821,'_end_ts','1369180800'),(86476,9822,'_end_ts','1369180800'),(86477,9823,'_end_ts','1369180800'),(86478,9824,'_end_ts','1369180800'),(86479,9825,'_end_ts','1369180800'),(86480,9826,'_end_ts','1369180800'),(86481,9827,'_end_ts','1369180800'),(86482,9828,'_end_ts','1369180800'),(86483,9829,'_end_ts','1369180800'),(86484,9830,'_end_ts','1377388800'),(86486,9832,'_end_ts','1372550400'),(86487,9833,'_end_ts','1369180800'),(86488,9834,'_end_ts','1369180800'),(86489,9835,'_end_ts','1369180800'),(86490,9836,'_end_ts','1369180800'),(86491,9837,'_end_ts','1369180800'),(86492,9838,'_end_ts','1369180800'),(86493,9839,'_end_ts','1369180800'),(86494,9840,'_end_ts','1369180800'),(86495,9841,'_end_ts','1369180800'),(86496,9842,'_end_ts','1369180800'),(86497,9843,'_end_ts','1369180800'),(86498,9844,'_end_ts','1369180800'),(86499,9845,'_end_ts','1369180800'),(86500,9846,'_end_ts','1369180800'),(86501,9847,'_end_ts','1369180800'),(86502,9848,'_end_ts','1369180800'),(86503,9849,'_end_ts','1369180800'),(86504,9850,'_end_ts','1369180800'),(86505,9851,'_end_ts','1369180800'),(86506,9852,'_end_ts','1369180800'),(86507,9853,'_end_ts','1369180800'),(86508,9854,'_end_ts','1369180800'),(86509,9855,'_end_ts','1369180800'),(86510,9856,'_end_ts','1369180800'),(86511,9857,'_end_ts','1369180800'),(86512,9858,'_end_ts','1369180800'),(86513,9859,'_end_ts','1369180800'),(86514,9860,'_end_ts','1369180800'),(86515,9861,'_end_ts','1369180800'),(86516,9862,'_end_ts','1369180800'),(86517,9863,'_end_ts','1369180800'),(86518,9864,'_end_ts','1369180800'),(86519,9865,'_end_ts','1369180800'),(86520,9866,'_end_ts','1369180800'),(86521,9867,'_end_ts','1369180800'),(86522,9868,'_end_ts','1369180800'),(86523,9869,'_end_ts','1369180800'),(86524,9870,'_end_ts','1369180800'),(86525,9871,'_end_ts','1369180800'),(86526,9872,'_end_ts','1369180800'),(86527,9873,'_end_ts','1369180800'),(86528,9874,'_end_ts','1369180800'),(86529,9875,'_end_ts','1369180800'),(86530,9876,'_end_ts','1369180800'),(86531,9877,'_end_ts','1369180800'),(86532,9878,'_end_ts','1369180800'),(86533,9879,'_end_ts','1369180800'),(86534,9880,'_end_ts','1369180800'),(86535,9881,'_end_ts','1369180800'),(86536,9882,'_end_ts','1369180800'),(86537,9883,'_end_ts','1369180800'),(86538,9884,'_end_ts','1369180800'),(86539,9885,'_end_ts','1369180800'),(86540,9886,'_end_ts','1369180800'),(86541,9887,'_end_ts','1369180800'),(86542,9888,'_end_ts','1369180800'),(86543,9889,'_end_ts','1369180800'),(86544,9890,'_end_ts','1369180800'),(86545,9891,'_end_ts','1372550400'),(86546,9892,'_end_ts','1369180800'),(86547,9893,'_end_ts','1369180800'),(86548,9894,'_end_ts','1369180800'),(86549,9895,'_end_ts','1369180800'),(86550,9896,'_end_ts','1369180800'),(86551,9897,'_end_ts','1369180800'),(86552,9898,'_end_ts','1369180800'),(86553,9899,'_end_ts','1369180800'),(86554,9900,'_end_ts','1373500800'),(86555,9901,'_end_ts','1369180800'),(86556,9902,'_end_ts','1369180800'),(86557,9903,'_end_ts','1369180800'),(86558,9904,'_end_ts','1369180800'),(86559,9905,'_end_ts','1369180800'),(86560,9906,'_end_ts','1369180800'),(86561,9907,'_end_ts','1369180800'),(86562,9908,'_end_ts','1369180800'),(86563,9909,'_end_ts','1369180800'),(86564,9910,'_end_ts','1369180800'),(86565,9911,'_end_ts','1369180800'),(86566,9912,'_end_ts','1369180800'),(86567,9913,'_end_ts','1369180800'),(86568,9914,'_end_ts','1369180800'),(86569,9915,'_end_ts','1369180800'),(86570,9916,'_end_ts','1369180800'),(86571,9917,'_end_ts','1369180800'),(86572,9918,'_end_ts','1369180800'),(86573,9919,'_end_ts','1369180800'),(86574,9920,'_end_ts','1369180800'),(86575,9921,'_end_ts','1369180800'),(86576,9922,'_end_ts','1369180800'),(86577,9923,'_end_ts','1369180800'),(86578,9924,'_end_ts','1369180800'),(86579,9925,'_end_ts','1369180800'),(86580,9926,'_end_ts','1369180800'),(86581,9927,'_end_ts','1369180800'),(86582,9928,'_end_ts','1369180800'),(86583,9929,'_end_ts','1369180800'),(86584,9930,'_end_ts','1369180800'),(86585,9931,'_end_ts','1369180800'),(86586,9932,'_end_ts','1369180800'),(86587,9933,'_end_ts','1369180800'),(86588,9934,'_end_ts','1369180800'),(86589,9935,'_end_ts','1369180800'),(86590,9936,'_end_ts','1369180800'),(86591,9937,'_end_ts','1369180800'),(86592,9938,'_end_ts','1369180800'),(86593,9939,'_end_ts','1369180800'),(86594,9940,'_end_ts','1369180800'),(86595,9941,'_end_ts','1369180800'),(86596,9942,'_end_ts','1369180800'),(86597,9943,'_end_ts','1369180800'),(86598,9944,'_end_ts','1369180800'),(86599,9945,'_end_ts','1369180800'),(86600,9946,'_end_ts','1369180800'),(86601,9947,'_end_ts','1369180800'),(86602,9948,'_end_ts','1369180800'),(86603,9949,'_end_ts','1369180800'),(86604,9950,'_end_ts','1369180800'),(86605,9951,'_end_ts','1369180800'),(86606,9952,'_end_ts','1369180800'),(86607,9953,'_end_ts','1369180800'),(86608,9954,'_end_ts','1369180800'),(86609,9955,'_end_ts','1369180800'),(86610,9956,'_end_ts','1369180800'),(86611,9957,'_end_ts','1369180800'),(86612,9958,'_end_ts','1369180800'),(86613,9959,'_end_ts','1369180800'),(86614,9960,'_end_ts','1369180800'),(86615,9961,'_end_ts','1369180800'),(86616,9962,'_end_ts','1369180800'),(86617,9963,'_end_ts','1369180800'),(86618,9964,'_end_ts','1369180800'),(86619,9965,'_end_ts','1369180800'),(86620,9966,'_end_ts','1369180800'),(86621,9967,'_end_ts','1369180800'),(86622,9968,'_end_ts','1369180800'),(86623,9969,'_end_ts','1369180800'),(86624,9970,'_end_ts','1369180800'),(86625,9971,'_end_ts','1369180800'),(86626,9972,'_end_ts','1369180800'),(86627,9973,'_end_ts','1369180800'),(86628,9974,'_end_ts','1369180800'),(86629,9975,'_end_ts','1369180800'),(86630,9976,'_end_ts','1369180800'),(86631,9977,'_end_ts','1369180800'),(86632,9978,'_end_ts','1369180800'),(86633,9979,'_end_ts','1369180800'),(86634,9980,'_end_ts','1369180800'),(86635,9981,'_end_ts','1369180800'),(86636,9982,'_end_ts','1369180800'),(86637,9983,'_end_ts','1369180800'),(86638,9984,'_end_ts','1369180800'),(86639,9985,'_end_ts','1369180800'),(86640,9986,'_end_ts','1369180800'),(86641,9987,'_end_ts','1369180800'),(86642,9988,'_end_ts','1369180800'),(86643,9989,'_end_ts','1369180800'),(86644,9990,'_end_ts','1369180800'),(86645,9991,'_end_ts','1369180800'),(86646,9992,'_end_ts','1369180800'),(86647,9993,'_end_ts','1369180800'),(86648,9994,'_end_ts','1369180800'),(86649,9995,'_end_ts','1369180800'),(86650,9996,'_end_ts','1369180800'),(86651,9997,'_end_ts','1369180800'),(86652,9998,'_end_ts','1369180800'),(86653,9999,'_end_ts','1369180800'),(86654,10000,'_end_ts','1369180800'),(86656,10002,'_end_ts','1369180800'),(86657,10003,'_end_ts','1369180800'),(86658,10004,'_end_ts','1369180800'),(86659,10005,'_end_ts','1369180800'),(86660,10006,'_end_ts','1369180800'),(86661,10007,'_end_ts','1369180800'),(86662,10008,'_end_ts','1369180800'),(86675,10021,'_end_ts','1388275200'),(86715,10061,'_end_ts','1369180800'),(86716,10062,'_end_ts','1369180800'),(86717,10063,'_end_ts','1369180800'),(86718,10064,'_end_ts','1369180800'),(86719,10065,'_end_ts','1375660800'),(86720,10066,'_end_ts','1369180800'),(86721,10067,'_end_ts','1369180800'),(86722,10068,'_end_ts','1369180800'),(86723,10069,'_end_ts','1369180800'),(86724,10070,'_end_ts','1369180800'),(86725,10071,'_end_ts','1369180800'),(86726,10072,'_end_ts','1369180800'),(86727,10073,'_end_ts','1369180800'),(86728,10074,'_end_ts','1369180800'),(86729,10075,'_end_ts','1369180800'),(86730,10076,'_end_ts','1369180800'),(86731,10077,'_end_ts','1369180800'),(86732,10078,'_end_ts','1369180800'),(86733,10079,'_end_ts','1369180800'),(86734,10080,'_end_ts','1369180800'),(86735,10081,'_end_ts','1369180800'),(86736,10082,'_end_ts','1369180800'),(86737,10083,'_end_ts','1369180800'),(86738,10084,'_end_ts','1369180800'),(86739,10085,'_end_ts','1369180800'),(86740,10086,'_end_ts','1369180800'),(86741,10087,'_end_ts','1369180800'),(86742,10088,'_end_ts','1369180800'),(86743,10089,'_end_ts','1369180800'),(86744,10090,'_end_ts','1369180800'),(86745,10091,'_end_ts','1369180800'),(86746,10092,'_end_ts','1369180800'),(86747,10093,'_end_ts','1369180800'),(86748,10094,'_end_ts','1369180800'),(86749,10095,'_end_ts','1369180800'),(86750,10096,'_end_ts','1369180800'),(86751,10097,'_end_ts','1369180800'),(86752,10098,'_end_ts','1369180800'),(86753,10099,'_end_ts','1369180800'),(86754,10100,'_end_ts','1369180800'),(86755,10101,'_end_ts','1369180800'),(86756,10102,'_end_ts','1369180800'),(86757,10103,'_end_ts','1369180800'),(86758,10104,'_end_ts','1369180800'),(86759,10105,'_end_ts','1369180800'),(86760,10106,'_end_ts','1369180800'),(86761,10107,'_end_ts','1369180800'),(86762,10108,'_end_ts','1369180800'),(86763,10109,'_end_ts','1369180800'),(86764,10110,'_end_ts','1369180800'),(86765,10111,'_end_ts','1369180800'),(86766,10112,'_end_ts','1369180800'),(86767,10113,'_end_ts','1369180800'),(86768,10114,'_end_ts','1369180800'),(86769,10115,'_end_ts','1369180800'),(86770,10116,'_end_ts','1369180800'),(86771,10117,'_end_ts','1369180800'),(86772,10118,'_end_ts','1369180800'),(86773,10119,'_end_ts','1369180800'),(86774,10120,'_end_ts','1369180800'),(86775,10121,'_end_ts','1369180800'),(86776,10122,'_end_ts','1369180800'),(86777,10123,'_end_ts','1369180800'),(86778,10124,'_end_ts','1369180800'),(86779,10125,'_end_ts','1369180800'),(86780,10126,'_end_ts','1369180800'),(86781,10127,'_end_ts','1369180800'),(86782,10128,'_end_ts','1369180800'),(86783,10129,'_end_ts','1377561600'),(86784,10130,'_end_ts','1369180800'),(86785,10131,'_end_ts','1369180800'),(86786,10132,'_end_ts','1369180800'),(86787,10133,'_end_ts','1369180800'),(86788,10134,'_end_ts','1369180800'),(86789,10135,'_end_ts','1369180800'),(86790,10136,'_end_ts','1369180800'),(86791,10137,'_end_ts','1369180800'),(86792,10138,'_end_ts','1369180800'),(86793,10139,'_end_ts','1369180800'),(86794,10140,'_end_ts','1369180800'),(86795,10141,'_end_ts','1369180800'),(86796,10142,'_end_ts','1369180800'),(86797,10143,'_end_ts','1369180800'),(86798,10144,'_end_ts','1369180800'),(86799,10145,'_end_ts','1369180800'),(86800,10146,'_end_ts','1369180800'),(86801,10147,'_end_ts','1369180800'),(86802,10148,'_end_ts','1369180800'),(86803,10149,'_end_ts','1369180800'),(86804,10150,'_end_ts','1369180800'),(86805,10151,'_end_ts','1369180800'),(86806,10152,'_end_ts','1369180800'),(86807,10153,'_end_ts','1369180800'),(86808,10154,'_end_ts','1369180800'),(86809,10155,'_end_ts','1369180800'),(86810,10156,'_end_ts','1369180800'),(86811,10157,'_end_ts','1369180800'),(86812,10158,'_end_ts','1369180800'),(86813,10159,'_end_ts','1369180800'),(86814,10160,'_end_ts','1369180800'),(86815,10161,'_end_ts','1369180800'),(86816,10162,'_end_ts','1369180800'),(86817,10163,'_end_ts','1369180800'),(86818,10164,'_end_ts','1369180800'),(86819,10165,'_end_ts','1369180800'),(86820,10166,'_end_ts','1369180800'),(86821,10167,'_end_ts','1369180800'),(86822,10168,'_end_ts','1369180800'),(86823,10169,'_end_ts','1369180800'),(86824,10170,'_end_ts','1369180800'),(86825,10171,'_end_ts','1369180800'),(86826,10172,'_end_ts','1369180800'),(86827,10173,'_end_ts','1369180800'),(86828,10174,'_end_ts','1369180800'),(86829,10175,'_end_ts','1369180800'),(86830,10176,'_end_ts','1369180800'),(86831,10177,'_end_ts','1369180800'),(86832,10178,'_end_ts','1369180800'),(86833,10179,'_end_ts','1369180800'),(86834,10180,'_end_ts','1369180800'),(86835,10181,'_end_ts','1369180800'),(86836,10182,'_end_ts','1369180800'),(86837,10183,'_end_ts','1369180800'),(86838,10184,'_end_ts','1369180800'),(86839,10185,'_end_ts','1369180800'),(86840,10186,'_end_ts','1369180800'),(86841,10187,'_end_ts','1369180800'),(86842,10188,'_end_ts','1369180800'),(86843,10189,'_end_ts','1369180800'),(86844,10190,'_end_ts','1369180800'),(86845,10191,'_end_ts','1369180800'),(86846,10192,'_end_ts','1369180800'),(86847,10193,'_end_ts','1369180800'),(86848,10194,'_end_ts','1369180800'),(86849,10195,'_end_ts','1369180800'),(86850,10196,'_end_ts','1369180800'),(86851,10197,'_end_ts','1369180800'),(86852,10198,'_end_ts','1369180800'),(86853,10199,'_end_ts','1369180800'),(86854,10200,'_end_ts','1395532800'),(86855,10201,'_end_ts','1369180800'),(86856,10202,'_end_ts','1398470400'),(86857,10203,'_end_ts','1369180800'),(86858,10204,'_end_ts','1369180800'),(86859,10205,'_end_ts','1401062400'),(86860,10206,'_end_ts','1369180800'),(86861,10207,'_end_ts','1369180800'),(86862,10208,'_end_ts','1369180800'),(86863,10209,'_end_ts','1369180800'),(86864,10210,'_end_ts','1369180800'),(86865,10211,'_end_ts','1369180800'),(86866,10212,'_end_ts','1369180800'),(86867,10213,'_end_ts','1369180800'),(86868,10214,'_end_ts','1369180800'),(86869,10215,'_end_ts','1369180800'),(86870,10216,'_end_ts','1369180800'),(86871,10217,'_end_ts','1369180800'),(86872,10218,'_end_ts','1369180800'),(86873,10219,'_end_ts','1369180800'),(86874,10220,'_end_ts','1369180800'),(86875,10221,'_end_ts','1369180800'),(86876,10222,'_end_ts','1369180800'),(86877,10223,'_end_ts','1369180800'),(86878,10224,'_end_ts','1369180800'),(86879,10225,'_end_ts','1369180800'),(86880,10226,'_end_ts','1369180800'),(86881,10227,'_end_ts','1369180800'),(86882,10228,'_end_ts','1369180800'),(86883,10229,'_end_ts','1369180800'),(86884,10230,'_end_ts','1369180800'),(86885,10231,'_end_ts','1369180800'),(86886,10232,'_end_ts','1369180800'),(86887,10233,'_end_ts','1369180800'),(86888,10234,'_end_ts','1369180800'),(86889,10235,'_end_ts','1369180800'),(86890,10236,'_end_ts','1369180800'),(86898,10244,'_end_ts','1380931200'),(86901,10247,'_end_ts','1369180800'),(86902,10248,'_end_ts','1369180800'),(86903,10249,'_end_ts','1369180800'),(86904,10250,'_end_ts','1369180800'),(86905,10251,'_end_ts','1369180800'),(86906,10252,'_end_ts','1369180800'),(86907,10253,'_end_ts','1369180800'),(86908,10254,'_end_ts','1369180800'),(86909,10255,'_end_ts','1369180800'),(86910,10256,'_end_ts','1369180800'),(86911,10257,'_end_ts','1369180800'),(86912,10258,'_end_ts','1369180800'),(86913,10259,'_end_ts','1369180800'),(86914,10260,'_end_ts','1369180800'),(86915,10261,'_end_ts','1369180800'),(86916,10262,'_end_ts','1369180800'),(86917,10263,'_end_ts','1369180800'),(86918,10264,'_end_ts','1369180800'),(86919,10265,'_end_ts','1369180800'),(86920,10266,'_end_ts','1369180800'),(86921,10267,'_end_ts','1369180800'),(86922,10268,'_end_ts','1369180800'),(86923,10269,'_end_ts','1369180800'),(86924,10270,'_end_ts','1369180800'),(86925,10271,'_end_ts','1369180800'),(86926,10272,'_end_ts','1369180800'),(86927,10273,'_end_ts','1369180800'),(86928,10274,'_end_ts','1369180800'),(86929,10275,'_end_ts','1369180800'),(86930,10276,'_end_ts','1369180800'),(86931,10277,'_end_ts','1369180800'),(86932,10278,'_end_ts','1369180800'),(86933,10279,'_end_ts','1369180800'),(86934,10280,'_end_ts','1369180800'),(86935,10281,'_end_ts','1369180800'),(86936,10282,'_end_ts','1369180800'),(86937,10283,'_end_ts','1369180800'),(86938,10284,'_end_ts','1369180800'),(86939,10285,'_end_ts','1369180800'),(86940,10286,'_end_ts','1369180800'),(86941,10287,'_end_ts','1369180800'),(86942,10288,'_end_ts','1369180800'),(86943,10289,'_end_ts','1369180800'),(86944,10290,'_end_ts','1369180800'),(86945,10291,'_end_ts','1369180800'),(86946,10292,'_end_ts','1369526400'),(86947,10293,'_end_ts','1369180800'),(86948,10294,'_end_ts','1369180800'),(86949,10295,'_end_ts','1369180800'),(86950,10296,'_end_ts','1369180800'),(86951,10297,'_end_ts','1369180800'),(86952,10298,'_end_ts','1369180800'),(86953,10299,'_end_ts','1369180800'),(86954,10300,'_end_ts','1369180800'),(86955,10301,'_end_ts','1369180800'),(86956,10302,'_end_ts','1369180800'),(86957,10303,'_end_ts','1369180800'),(86958,10304,'_end_ts','1369180800'),(86959,10305,'_end_ts','1369180800'),(86960,10306,'_end_ts','1369180800'),(86961,10307,'_end_ts','1369180800'),(86962,10308,'_end_ts','1369180800'),(86963,10309,'_end_ts','1369180800'),(86964,10310,'_end_ts','1369180800'),(86965,10311,'_end_ts','1369180800'),(86966,10312,'_end_ts','1369180800'),(86967,10313,'_end_ts','1369180800'),(86968,10314,'_end_ts','1369180800'),(86969,10315,'_end_ts','1369180800'),(86970,10316,'_end_ts','1369180800'),(86971,10317,'_end_ts','1369180800'),(86972,10318,'_end_ts','1369180800'),(86973,10319,'_end_ts','1369180800'),(86974,10320,'_end_ts','1369180800'),(86975,10321,'_end_ts','1369180800'),(86976,10322,'_end_ts','1369180800'),(86977,10323,'_end_ts','1369180800'),(86978,10324,'_end_ts','1369180800'),(86979,10325,'_end_ts','1369180800'),(86980,10326,'_end_ts','1369180800'),(86981,10327,'_end_ts','1369180800'),(86982,10328,'_end_ts','1369180800'),(86983,10329,'_end_ts','1369180800'),(86984,10330,'_end_ts','1369180800'),(86985,10331,'_end_ts','1369180800'),(86986,10332,'_end_ts','1369180800'),(86987,10333,'_end_ts','1369180800'),(86988,10334,'_end_ts','1369180800'),(86989,10335,'_end_ts','1369180800'),(86990,10336,'_end_ts','1369180800'),(86991,10337,'_end_ts','1369180800'),(86992,10338,'_end_ts','1369180800'),(86993,10339,'_end_ts','1369180800'),(86994,10340,'_end_ts','1369180800'),(86995,10341,'_end_ts','1369180800'),(86996,10342,'_end_ts','1369180800'),(86997,10343,'_end_ts','1369180800'),(86998,10344,'_end_ts','1369180800'),(86999,10345,'_end_ts','1369180800'),(87000,10346,'_end_ts','1369180800'),(87001,10347,'_end_ts','1369180800'),(87002,10348,'_end_ts','1369180800'),(87003,10349,'_end_ts','1369180800'),(87004,10350,'_end_ts','1369180800'),(87005,10351,'_end_ts','1369180800'),(87006,10352,'_end_ts','1369180800'),(87007,10353,'_end_ts','1369180800'),(87008,10354,'_end_ts','1369180800'),(87009,10355,'_end_ts','1369180800'),(87010,10356,'_end_ts','1369180800'),(87011,10357,'_end_ts','1369180800'),(87012,10358,'_end_ts','1369180800'),(87013,10359,'_end_ts','1369180800'),(87014,10360,'_end_ts','1369180800'),(87015,10361,'_end_ts','1369180800'),(87016,10362,'_end_ts','1369180800'),(87017,10363,'_end_ts','1369180800'),(87018,10364,'_end_ts','1369180800'),(87019,10365,'_end_ts','1369180800'),(87020,10366,'_end_ts','1369180800'),(87021,10367,'_end_ts','1369180800'),(87022,10368,'_end_ts','1369180800'),(87023,10369,'_end_ts','1369180800'),(87024,10370,'_end_ts','1369180800'),(87025,10371,'_end_ts','1369180800'),(87026,10372,'_end_ts','1369180800'),(87027,10373,'_end_ts','1369180800'),(87028,10374,'_end_ts','1369180800'),(87029,10375,'_end_ts','1369180800'),(87030,10376,'_end_ts','1369180800'),(87031,10377,'_end_ts','1369180800'),(87032,10378,'_end_ts','1369180800'),(87033,10379,'_end_ts','1369180800'),(87034,10380,'_end_ts','1369180800'),(87035,10381,'_end_ts','1369180800'),(87036,10382,'_end_ts','1390780800'),(87037,10383,'_end_ts','1369180800'),(87038,10384,'_end_ts','1369180800'),(87039,10385,'_end_ts','1369180800'),(87040,10386,'_end_ts','1391644800'),(87041,10387,'_end_ts','1394323200'),(87042,10388,'_end_ts','1369180800'),(87043,10389,'_end_ts','1369180800'),(87044,10390,'_end_ts','1369180800'),(87045,10391,'_end_ts','1369180800'),(87046,10392,'_end_ts','1369180800'),(87047,10393,'_end_ts','1369180800'),(87048,10394,'_end_ts','1369180800'),(87049,10395,'_end_ts','1369180800'),(87050,10396,'_end_ts','1369180800'),(87051,10397,'_end_ts','1369180800'),(87052,10398,'_end_ts','1369180800'),(87053,10399,'_end_ts','1369180800'),(87054,10400,'_end_ts','1369180800'),(87055,10401,'_end_ts','1369180800'),(87056,10402,'_end_ts','1369180800'),(87057,10403,'_end_ts','1369180800'),(87058,10404,'_end_ts','1369180800'),(87059,10405,'_end_ts','1369180800'),(87060,10406,'_end_ts','1369180800'),(87061,10407,'_end_ts','1369180800'),(87062,10408,'_end_ts','1369180800'),(87063,10409,'_end_ts','1369180800'),(87064,10410,'_end_ts','1369180800'),(87065,10411,'_end_ts','1369180800'),(87066,10412,'_end_ts','1369180800'),(87067,10413,'_end_ts','1369180800'),(87068,10414,'_end_ts','1369180800'),(87069,10415,'_end_ts','1369180800'),(87070,10416,'_end_ts','1362182400'),(87071,10417,'_end_ts','1369180800'),(87072,10418,'_end_ts','1369180800'),(87073,10419,'_end_ts','1369180800'),(87074,10420,'_end_ts','1369180800'),(87075,10421,'_end_ts','1369180800'),(87076,10422,'_end_ts','1369180800'),(87077,10423,'_end_ts','1369180800'),(87078,10424,'_end_ts','1369180800'),(87079,10425,'_end_ts','1369180800'),(87080,10426,'_end_ts','1369180800'),(87081,10427,'_end_ts','1369180800'),(87082,10428,'_end_ts','1369180800'),(87083,10429,'_end_ts','1369180800'),(87084,10430,'_end_ts','1369180800'),(87085,10431,'_end_ts','1369180800'),(87086,10432,'_end_ts','1369180800'),(87087,10433,'_end_ts','1369180800'),(87088,10434,'_end_ts','1369180800'),(87089,10435,'_end_ts','1369180800'),(87090,10436,'_end_ts','1369180800'),(87091,10437,'_end_ts','1369180800'),(87092,10438,'_end_ts','1369180800'),(87093,10439,'_end_ts','1369180800'),(87094,10440,'_end_ts','1369180800'),(87095,10441,'_end_ts','1369180800'),(87096,10442,'_end_ts','1369180800'),(87097,10443,'_end_ts','1369180800'),(87098,10444,'_end_ts','1369180800'),(87099,10445,'_end_ts','1369180800'),(87100,10446,'_end_ts','1369180800'),(87101,10447,'_end_ts','1369180800'),(87102,10448,'_end_ts','1369180800'),(87103,10449,'_end_ts','1369180800'),(87104,10450,'_end_ts','1369180800'),(87105,10451,'_end_ts','1369180800'),(87106,10452,'_end_ts','1369180800'),(87107,10453,'_end_ts','1369180800'),(87108,10454,'_end_ts','1369180800'),(87109,10455,'_end_ts','1369180800'),(87110,10456,'_end_ts','1369180800'),(87111,10457,'_end_ts','1369180800'),(87112,10458,'_end_ts','1369180800'),(87113,10459,'_end_ts','1369180800'),(87114,10460,'_end_ts','1369180800'),(87115,10461,'_end_ts','1369180800'),(87116,10462,'_end_ts','1369180800'),(87117,10463,'_end_ts','1369180800'),(87118,10464,'_end_ts','1369180800'),(87119,10465,'_end_ts','1369180800'),(87120,10466,'_end_ts','1369180800'),(87121,10467,'_end_ts','1369180800'),(87122,10468,'_end_ts','1369180800'),(87123,10469,'_end_ts','1369180800'),(87124,10470,'_end_ts','1369180800'),(87125,10471,'_end_ts','1369180800'),(87126,10472,'_end_ts','1369180800'),(87127,10473,'_end_ts','1369180800'),(87128,10474,'_end_ts','1369180800'),(87129,10475,'_end_ts','1369180800'),(87130,10476,'_end_ts','1369180800'),(87131,10477,'_end_ts','1369180800'),(87132,10478,'_end_ts','1369180800'),(87133,10479,'_end_ts','1369180800'),(87134,10480,'_end_ts','1369180800'),(87135,10481,'_end_ts','1369180800'),(87136,10482,'_end_ts','1369180800'),(87137,10483,'_end_ts','1369180800'),(87138,10484,'_end_ts','1369180800'),(87139,10485,'_end_ts','1369180800'),(87140,10486,'_end_ts','1369180800'),(87141,10487,'_end_ts','1369180800'),(87142,10488,'_end_ts','1369180800'),(87143,10489,'_end_ts','1369180800'),(87144,10490,'_end_ts','1369180800'),(87145,10491,'_end_ts','1369180800'),(87146,10492,'_end_ts','1369180800'),(87147,10493,'_end_ts','1369180800'),(87148,10494,'_end_ts','1369180800'),(87149,10495,'_end_ts','1369180800'),(87150,10496,'_end_ts','1369180800'),(87151,10497,'_end_ts','1369180800'),(87152,10498,'_end_ts','1369180800'),(87153,10499,'_end_ts','1369180800'),(87154,10500,'_end_ts','1369180800'),(87155,10501,'_end_ts','1369180800'),(87156,10502,'_end_ts','1369180800'),(87157,10503,'_end_ts','1369180800'),(87158,10504,'_end_ts','1369180800'),(87159,10505,'_end_ts','1369180800'),(87160,10506,'_end_ts','1369180800'),(87161,10507,'_end_ts','1369180800'),(87162,10508,'_end_ts','1369180800'),(87163,10509,'_end_ts','1369180800'),(87164,10510,'_end_ts','1369180800'),(87165,10511,'_end_ts','1369180800'),(87166,10512,'_end_ts','1369180800'),(87167,10513,'_end_ts','1369180800'),(87168,10514,'_end_ts','1369180800'),(87169,10515,'_end_ts','1369180800'),(87170,10516,'_end_ts','1369180800'),(87171,10517,'_end_ts','1369180800'),(87172,10518,'_end_ts','1369180800'),(87173,10519,'_end_ts','1369180800'),(87174,10520,'_end_ts','1369180800'),(87175,10521,'_end_ts','1369180800'),(87176,10522,'_end_ts','1369180800'),(87177,10523,'_end_ts','1369180800'),(87178,10524,'_end_ts','1369180800'),(87179,10525,'_end_ts','1369180800'),(87180,10526,'_end_ts','1369180800'),(87181,10527,'_end_ts','1369180800'),(87182,10528,'_end_ts','1369180800'),(87183,10529,'_end_ts','1369180800'),(87184,10530,'_end_ts','1369180800'),(87185,10531,'_end_ts','1369180800'),(87186,10532,'_end_ts','1369180800'),(87187,10533,'_end_ts','1369180800'),(87188,10534,'_end_ts','1369180800'),(87189,10535,'_end_ts','1369180800'),(87190,10536,'_end_ts','1369180800'),(87191,10537,'_end_ts','1369180800'),(87192,10538,'_end_ts','1369180800'),(87193,10539,'_end_ts','1369180800'),(87194,10540,'_end_ts','1369180800'),(87195,10541,'_end_ts','1369180800'),(87196,10542,'_end_ts','1369180800'),(87197,10543,'_end_ts','1369180800'),(87198,10544,'_end_ts','1369180800'),(87199,10545,'_end_ts','1369180800'),(87200,10546,'_end_ts','1369180800'),(87201,10547,'_end_ts','1369180800'),(87202,10548,'_end_ts','1369180800'),(87203,10549,'_end_ts','1369180800'),(87204,10550,'_end_ts','1369180800'),(87205,10551,'_end_ts','1369180800'),(87206,10552,'_end_ts','1369180800'),(87207,10553,'_end_ts','1369180800'),(87208,10554,'_end_ts','1369180800'),(87209,10555,'_end_ts','1369180800'),(87210,10556,'_end_ts','1369180800'),(87211,10557,'_end_ts','1369180800'),(87212,10558,'_end_ts','1369180800'),(87213,10559,'_end_ts','1369180800'),(87214,10560,'_end_ts','1369180800'),(87215,10561,'_end_ts','1369180800'),(87216,10562,'_end_ts','1369180800'),(87217,10563,'_end_ts','1369180800'),(87218,10564,'_end_ts','1369180800'),(87219,10565,'_end_ts','1369180800'),(87220,10566,'_end_ts','1369180800'),(87221,10567,'_end_ts','1369180800'),(87222,10568,'_end_ts','1369180800'),(87223,10569,'_end_ts','1369180800'),(87224,10570,'_end_ts','1369180800'),(87225,10571,'_end_ts','1369180800'),(87226,10572,'_end_ts','1369180800'),(87227,10573,'_end_ts','1369180800'),(87228,10574,'_end_ts','1369180800'),(87229,10575,'_end_ts','1369180800'),(87230,10576,'_end_ts','1369180800'),(87231,10577,'_end_ts','1369180800'),(87232,10578,'_end_ts','1369180800'),(87233,10579,'_end_ts','1369180800'),(87234,10580,'_end_ts','1369180800'),(87235,10581,'_end_ts','1369180800'),(87236,10582,'_end_ts','1369180800'),(87237,10583,'_end_ts','1369180800'),(87238,10584,'_end_ts','1369180800'),(87239,10585,'_end_ts','1369180800'),(87240,10586,'_end_ts','1369180800'),(87241,10587,'_end_ts','1369180800'),(87242,10588,'_end_ts','1369180800'),(87243,10589,'_end_ts','1369180800'),(87244,10590,'_end_ts','1369180800'),(87245,10591,'_end_ts','1369180800'),(87246,10592,'_end_ts','1369180800'),(87247,10593,'_end_ts','1369180800'),(87248,10594,'_end_ts','1369180800'),(87249,10595,'_end_ts','1369180800'),(87250,10596,'_end_ts','1369180800'),(87251,10597,'_end_ts','1369180800'),(87252,10598,'_end_ts','1369180800'),(87253,10599,'_end_ts','1369180800'),(87254,10600,'_end_ts','1369180800'),(87255,10601,'_end_ts','1369180800'),(87256,10602,'_end_ts','1369180800'),(87257,10603,'_end_ts','1369180800'),(87258,10604,'_end_ts','1369180800'),(87259,10605,'_end_ts','1369180800'),(87260,10606,'_end_ts','1369180800'),(87261,10607,'_end_ts','1369180800'),(87262,10608,'_end_ts','1369180800'),(87263,10609,'_end_ts','1369180800'),(87264,10610,'_end_ts','1369180800'),(87265,10611,'_end_ts','1369180800'),(87266,10612,'_end_ts','1369180800'),(87267,10613,'_end_ts','1369180800'),(87268,10614,'_end_ts','1369180800'),(87269,10615,'_end_ts','1369180800'),(87270,10616,'_end_ts','1369180800'),(87271,10617,'_end_ts','1369180800'),(87272,10618,'_end_ts','1369180800'),(87273,10619,'_end_ts','1369180800'),(87274,10620,'_end_ts','1369180800'),(87275,10621,'_end_ts','1369180800'),(87276,10622,'_end_ts','1369180800'),(87277,10623,'_end_ts','1369180800'),(87278,10624,'_end_ts','1369180800'),(87279,10625,'_end_ts','1369180800'),(87280,10626,'_end_ts','1369180800'),(87281,10627,'_end_ts','1369180800'),(87282,10628,'_end_ts','1369180800'),(87283,10629,'_end_ts','1369180800'),(87284,10630,'_end_ts','1369180800'),(87285,10631,'_end_ts','1369180800'),(87286,10632,'_end_ts','1369180800'),(87287,10633,'_end_ts','1369180800'),(87288,10634,'_end_ts','1369180800'),(87289,10635,'_end_ts','1369180800'),(87290,10636,'_end_ts','1369180800'),(87291,10637,'_end_ts','1369180800'),(87292,10638,'_end_ts','1369180800'),(87293,10639,'_end_ts','1369180800'),(87294,10640,'_end_ts','1369180800'),(87295,10641,'_end_ts','1369180800'),(87296,10642,'_end_ts','1369180800'),(87297,10643,'_end_ts','1369180800'),(87298,10644,'_end_ts','1369180800'),(87299,10645,'_end_ts','1369180800'),(87300,10646,'_end_ts','1369180800'),(87301,10647,'_end_ts','1369180800'),(87302,10648,'_end_ts','1369180800'),(87303,10649,'_end_ts','1369180800'),(87304,10650,'_end_ts','1369180800'),(87305,10651,'_end_ts','1369180800'),(87306,10652,'_end_ts','1369180800'),(87307,10653,'_end_ts','1369180800'),(87308,10654,'_end_ts','1369180800'),(87309,10655,'_end_ts','1369180800'),(87310,10656,'_end_ts','1369180800'),(87311,10657,'_end_ts','1369180800'),(87312,10658,'_end_ts','1369180800'),(87313,10659,'_end_ts','1369180800'),(87314,10660,'_end_ts','1369180800'),(87315,10661,'_end_ts','1369180800'),(87316,10662,'_end_ts','1369180800'),(87317,10663,'_end_ts','1369180800'),(87318,10664,'_end_ts','1369180800'),(87319,10665,'_end_ts','1369180800'),(87320,10666,'_end_ts','1369180800'),(87321,10667,'_end_ts','1369180800'),(87322,10668,'_end_ts','1369180800'),(87323,10669,'_end_ts','1369180800'),(87324,10670,'_end_ts','1369180800'),(87325,10671,'_end_ts','1369180800'),(87326,10672,'_end_ts','1369180800'),(87327,10673,'_end_ts','1369180800'),(87328,10674,'_end_ts','1369180800'),(87329,10675,'_end_ts','1369180800'),(87330,10676,'_end_ts','1369180800'),(87331,10677,'_end_ts','1369180800'),(87332,10678,'_end_ts','1369180800'),(87333,10679,'_end_ts','1369180800'),(87334,10680,'_end_ts','1369180800'),(87335,10681,'_end_ts','1369180800'),(87336,10682,'_end_ts','1369180800'),(87337,10683,'_end_ts','1369180800'),(87338,10684,'_end_ts','1369180800'),(87339,10685,'_end_ts','1369180800'),(87340,10686,'_end_ts','1369180800'),(87341,10687,'_end_ts','1369180800'),(87342,10688,'_end_ts','1369180800'),(87343,10689,'_end_ts','1369180800'),(87344,10690,'_end_ts','1369180800'),(87345,10691,'_end_ts','1369180800'),(87346,10692,'_end_ts','1369180800'),(87347,10693,'_end_ts','1369180800'),(87348,10694,'_end_ts','1369180800'),(87349,10695,'_end_ts','1369180800'),(87350,10696,'_end_ts','1369180800'),(87351,10697,'_end_ts','1369180800'),(87352,10698,'_end_ts','1369180800'),(87353,10699,'_end_ts','1369180800'),(87354,10700,'_end_ts','1369180800'),(87355,10701,'_end_ts','1369180800'),(87356,10702,'_end_ts','1369180800'),(87357,10703,'_end_ts','1369180800'),(87358,10704,'_end_ts','1369180800'),(87359,10705,'_end_ts','1369180800'),(87360,10706,'_end_ts','1369180800'),(87361,10707,'_end_ts','1369180800'),(87362,10708,'_end_ts','1369180800'),(87363,10709,'_end_ts','1369180800'),(87364,10710,'_end_ts','1369180800'),(87365,10711,'_end_ts','1369180800'),(87366,10712,'_end_ts','1369180800'),(87367,10713,'_end_ts','1416096000'),(87368,10714,'_end_ts','1404172800'),(87369,10715,'_end_ts','1398556800'),(87371,10717,'_end_ts','1369180800'),(87372,10718,'_end_ts','1369180800'),(87374,10720,'_end_ts','1369180800'),(87375,10721,'_end_ts','1369180800'),(87376,10722,'_end_ts','1369180800'),(87377,10723,'_end_ts','1369180800'),(87378,10724,'_end_ts','1369180800'),(87379,10725,'_end_ts','1369180800'),(87380,10726,'_end_ts','1369180800'),(87381,10727,'_end_ts','1369180800'),(87382,10728,'_end_ts','1369180800'),(87383,10729,'_end_ts','1369180800'),(87384,10730,'_end_ts','1369180800'),(87385,10731,'_end_ts','1369180800'),(87386,10732,'_end_ts','1369180800'),(87387,10733,'_end_ts','1369180800'),(87388,10734,'_end_ts','1369180800'),(87389,10735,'_end_ts','1369180800'),(87390,10736,'_end_ts','1369180800'),(87391,10737,'_end_ts','1369180800'),(87392,10738,'_end_ts','1369180800'),(87393,10739,'_end_ts','1369180800'),(87394,10740,'_end_ts','1369180800'),(87395,10741,'_end_ts','1369180800'),(87396,10742,'_end_ts','1369180800'),(87397,10743,'_end_ts','1369180800'),(87398,10744,'_end_ts','1369180800'),(87399,10745,'_end_ts','1369180800'),(87400,10746,'_end_ts','1369180800'),(87401,10747,'_end_ts','1369180800'),(87402,10748,'_end_ts','1369180800'),(87403,10749,'_end_ts','1369180800'),(87404,10750,'_end_ts','1369180800'),(87405,10751,'_end_ts','1369180800'),(87406,10752,'_end_ts','1369180800'),(87407,10753,'_end_ts','1369180800'),(87408,10754,'_end_ts','1369180800'),(87409,10755,'_end_ts','1369180800'),(87410,10756,'_end_ts','1369180800'),(87411,10757,'_end_ts','1369180800'),(87412,10758,'_end_ts','1369180800'),(87413,10759,'_end_ts','1369180800'),(87414,10760,'_end_ts','1369180800'),(87415,10761,'_end_ts','1369180800'),(87416,10762,'_end_ts','1369180800'),(87417,10763,'_end_ts','1369180800'),(87418,10764,'_end_ts','1369180800'),(87419,10765,'_end_ts','1369180800'),(87420,10766,'_end_ts','1369180800'),(87421,10767,'_end_ts','1369180800'),(87422,10768,'_end_ts','1369180800'),(87423,10769,'_end_ts','1369180800'),(87424,10770,'_end_ts','1369180800'),(87425,10771,'_end_ts','1369180800'),(87426,10772,'_end_ts','1369180800'),(87427,10773,'_end_ts','1369180800'),(87428,10774,'_end_ts','1369180800'),(87429,10775,'_end_ts','1369180800'),(87430,10776,'_end_ts','1369180800'),(87431,10777,'_end_ts','1369180800'),(87432,10778,'_end_ts','1369180800'),(87433,10779,'_end_ts','1369180800'),(87434,10780,'_end_ts','1369180800'),(87435,10781,'_end_ts','1369180800'),(87436,10782,'_end_ts','1369180800'),(87437,10783,'_end_ts','1369180800'),(87438,10784,'_end_ts','1369180800'),(87439,10785,'_end_ts','1369180800'),(87440,10786,'_end_ts','1369180800'),(87441,10787,'_end_ts','1369180800'),(87442,10788,'_end_ts','1369180800'),(87443,10789,'_end_ts','1369180800'),(87444,10790,'_end_ts','1369180800'),(87445,10791,'_end_ts','1369180800'),(87446,10792,'_end_ts','1369180800'),(87447,10793,'_end_ts','1369180800'),(87448,10794,'_end_ts','1369180800'),(87449,10795,'_end_ts','1369180800'),(87450,10796,'_end_ts','1369180800'),(87451,10797,'_end_ts','1369180800'),(87452,10798,'_end_ts','1369180800'),(87453,10799,'_end_ts','1369180800'),(87454,10800,'_end_ts','1369180800'),(87455,10801,'_end_ts','1369180800'),(87456,10802,'_end_ts','1369180800'),(87457,10803,'_end_ts','1369180800'),(87458,10804,'_end_ts','1369180800'),(87459,10805,'_end_ts','1369180800'),(87460,10806,'_end_ts','1369180800'),(87461,10807,'_end_ts','1369180800'),(87462,10808,'_end_ts','1369180800'),(87463,10809,'_end_ts','1369180800'),(87464,10810,'_end_ts','1369180800'),(87465,10811,'_end_ts','1369180800'),(87466,10812,'_end_ts','1369180800'),(87467,10813,'_end_ts','1369180800'),(87468,10814,'_end_ts','1369180800'),(87469,10815,'_end_ts','1369180800'),(87470,10816,'_end_ts','1369180800'),(87471,10817,'_end_ts','1369180800'),(87472,10818,'_end_ts','1369180800'),(87473,10819,'_end_ts','1369180800'),(87474,10820,'_end_ts','1369180800'),(87475,10821,'_end_ts','1369180800'),(87476,10822,'_end_ts','1369180800'),(87477,10823,'_end_ts','1388448000'),(87478,10824,'_end_ts','1369180800'),(87479,10825,'_end_ts','1369180800'),(87480,10826,'_end_ts','1369180800'),(87481,10827,'_end_ts','1369180800'),(87482,10828,'_end_ts','1369180800'),(87483,10829,'_end_ts','1369180800'),(87484,10830,'_end_ts','1369180800'),(87485,10831,'_end_ts','1371945600'),(87486,10832,'_end_ts','1369180800'),(87487,10833,'_end_ts','1369180800'),(87488,10834,'_end_ts','1369180800'),(87489,10835,'_end_ts','1369180800'),(87490,10836,'_end_ts','1369180800'),(87491,10837,'_end_ts','1369180800'),(87492,10838,'_end_ts','1369180800'),(87493,10839,'_end_ts','1369180800'),(87494,10840,'_end_ts','1369180800'),(87495,10841,'_end_ts','1369180800'),(87496,10842,'_end_ts','1369180800'),(87497,10843,'_end_ts','1369180800'),(87498,10844,'_end_ts','1369180800'),(87499,10845,'_end_ts','1369180800'),(87500,10846,'_end_ts','1369180800'),(87501,10847,'_end_ts','1369180800'),(87502,10848,'_end_ts','1369180800'),(87503,10849,'_end_ts','1369180800'),(87504,10850,'_end_ts','1369180800'),(87505,10851,'_end_ts','1369180800'),(87506,10852,'_end_ts','1369180800'),(87507,10853,'_end_ts','1369180800'),(87508,10854,'_end_ts','1369180800'),(87652,10860,'_wp_attached_file','2004-scholarship-winners2.jpg'),(87653,10860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:29:\"2004-scholarship-winners2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"2004-scholarship-winners2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"2004-scholarship-winners2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(87660,10864,'_wp_attached_file','DSC_30642.jpg'),(87661,10864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1058;s:6:\"height\";i:434;s:4:\"file\";s:13:\"DSC_30642.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_30642-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC_30642-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC_30642-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(87687,10877,'_wp_attached_file','MVC-013F3.jpg'),(87688,10877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:999;s:6:\"height\";i:416;s:4:\"file\";s:13:\"MVC-013F3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MVC-013F3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MVC-013F3-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(87731,10893,'_wp_attached_file','RCClFOundation5.png'),(87732,10893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:450;s:4:\"file\";s:19:\"RCClFOundation5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"RCClFOundation5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"RCClFOundation5-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(87733,7488,'groups-groups_read_post','Allied'),(87740,7488,'groups-groups_read_post','Allied'),(87747,7488,'groups-groups_read_post','Allied'),(87754,7488,'groups-groups_read_post','Allied'),(87761,7488,'groups-groups_read_post','Allied'),(87768,6446,'groups-groups_read_post','Council of Ministers'),(87775,6446,'groups-groups_read_post','Council of Ministers'),(87784,6446,'groups-groups_read_post','Council of Ministers'),(87793,10913,'_wp_attached_file','UKChapterMoneyPicMorgan1.jpg'),(87794,10913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:455;s:4:\"file\";s:28:\"UKChapterMoneyPicMorgan1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"UKChapterMoneyPicMorgan1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"UKChapterMoneyPicMorgan1-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(87795,10915,'_wp_attached_file','MIST-Maintenance-Contract-and-Supportpdf.pdf'),(87796,10915,'groups-groups_read_post','MIST'),(87797,5899,'groups-groups_read_post','MIST'),(87804,10915,'_edit_lock','1369253457:2'),(87805,5899,'groups-groups_read_post','MIST'),(87812,5899,'groups-groups_read_post','MIST'),(87821,5899,'groups-groups_read_post','MIST'),(87826,5899,'groups-groups_read_post','MIST'),(87829,5899,'groups-groups_read_post','MIST'),(87836,5899,'groups-groups_read_post','MIST'),(87843,5899,'groups-groups_read_post','MIST'),(87850,10925,'_wp_attached_file','MIST-ReportingSystemsManagement.pdf'),(87851,10925,'_edit_lock','1369254952:2'),(87852,5899,'groups-groups_read_post','MIST'),(87859,10928,'_wp_attached_file','MIST-CUBE-TRAININGSSASTut_v32.pdf'),(87860,10928,'_edit_lock','1369255403:2'),(87870,5899,'groups-groups_read_post','MIST'),(87877,5899,'groups-groups_read_post','MIST'),(87884,10933,'_wp_attached_file','CTO-MIST-Intro.SEANSMITH.pdf'),(87885,10933,'_edit_lock','1369256279:2'),(87886,5899,'groups-groups_read_post','MIST'),(87899,7513,'groups-groups_read_post','Board of Directors'),(87900,7513,'groups-groups_read_post','Council of Ministers'),(87901,7513,'groups-groups_read_post','CTO RMF Members'),(87908,10940,'_menu_item_type','post_type'),(87909,10940,'_menu_item_menu_item_parent','930'),(87910,10940,'_menu_item_object_id','4032'),(87911,10940,'_menu_item_object','page'),(87912,10940,'_menu_item_target',''),(87913,10940,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(87914,10940,'_menu_item_xfn',''),(87915,10940,'_menu_item_url',''),(87917,10941,'_edit_last','2'),(87918,10941,'_edit_lock','1401988351:2'),(87919,10941,'truethemes_page_checkbox',''),(87920,10941,'truethemes_custom_sub_menu',''),(87921,10941,'truethemes_slider_shortcode',''),(87922,10941,'truethemes_slider_cu3er',''),(87923,10941,'banner_search','yes'),(87924,10941,'page_primary_color_scheme','null'),(87925,10941,'page_secondary_color_scheme','null'),(87926,10941,'page_background_color','#'),(87927,10941,'page_background_position','left top'),(87928,10941,'page_background_repeat','repeat'),(87931,10941,'_wp_page_template','default'),(87965,10951,'_edit_last','13'),(87966,10951,'_redirect_rule_from','/aboutus/'),(87967,10951,'_redirect_rule_to','/about-cto/'),(87968,10951,'_redirect_rule_status_code','301'),(87969,10951,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(87970,10951,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(87971,10952,'_edit_last','13'),(87972,10952,'_redirect_rule_from','/aboutus/membercountrysites.aspx'),(87973,10952,'_redirect_rule_to','/members-lists/government-members/'),(87974,10952,'_redirect_rule_status_code','301'),(87975,10952,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(87976,10952,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(87977,10953,'_edit_last','13'),(87978,10953,'_redirect_rule_from','/aboutus/membersdirectory.aspx'),(87979,10953,'_redirect_rule_to','/members-lists/government-members/'),(87980,10953,'_redirect_rule_status_code','301'),(87981,10953,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(87982,10953,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(87983,10954,'_edit_last','13'),(87984,10954,'_redirect_rule_from','/aboutus/orgchart/'),(87985,10954,'_redirect_rule_to','/about-cto/staff-directory/'),(87986,10954,'_redirect_rule_status_code','301'),(87987,10954,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(87988,10954,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(87989,10955,'_edit_last','13'),(87990,10955,'_redirect_rule_from','/advertise/'),(87991,10955,'_redirect_rule_to','/join-cto/'),(87992,10955,'_redirect_rule_status_code','301'),(87993,10955,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(87994,10955,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(87995,10956,'_edit_last','13'),(87996,10956,'_redirect_rule_from','/careersconsultants/'),(87997,10956,'_redirect_rule_to','/careers/'),(87998,10956,'_redirect_rule_status_code','301'),(87999,10956,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88000,10956,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88001,10957,'_edit_last','8'),(88002,10957,'_redirect_rule_from','/careersconsultants/careers/'),(88003,10957,'_redirect_rule_to','/careers/'),(88004,10957,'_redirect_rule_status_code','301'),(88005,10957,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88006,10957,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88007,10958,'_edit_last','8'),(88008,10958,'_redirect_rule_from','/careersconsultants/consultants/confirmation.aspx'),(88009,10958,'_redirect_rule_to','/careers/'),(88010,10958,'_redirect_rule_status_code','301'),(88011,10958,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88012,10958,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88013,10959,'_edit_last','8'),(88014,10959,'_redirect_rule_from','/careersconsultants/consultants/Profile.aspx'),(88015,10959,'_redirect_rule_to','/careers/'),(88016,10959,'_redirect_rule_status_code','301'),(88017,10959,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88018,10959,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88019,10960,'_edit_last','8'),(88020,10960,'_redirect_rule_from','/careersconsultants/consultants/SearchConsultant.aspx'),(88021,10960,'_redirect_rule_to','/careers/'),(88022,10960,'_redirect_rule_status_code','301'),(88023,10960,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88024,10960,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88025,10961,'_edit_last','8'),(88026,10961,'_redirect_rule_from','/careersconsultants/resumes.aspx'),(88027,10961,'_redirect_rule_to','/careers/'),(88028,10961,'_redirect_rule_status_code','301'),(88029,10961,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88030,10961,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88031,10962,'_edit_last','8'),(88032,10962,'_redirect_rule_from','/contactus/'),(88033,10962,'_redirect_rule_to','/contact-cto/'),(88034,10962,'_redirect_rule_status_code','301'),(88035,10962,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88036,10962,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88037,10963,'_edit_last','13'),(88038,10963,'_redirect_rule_from','/contactus/stafflist.aspx'),(88039,10963,'_redirect_rule_to','/staff-directory/'),(88040,10963,'_redirect_rule_status_code','301'),(88043,10964,'_edit_last','13'),(88044,10964,'_redirect_rule_from','/contactus/staffuk.aspx'),(88045,10964,'_redirect_rule_to','/staff-directory/'),(88046,10964,'_redirect_rule_status_code','301'),(88047,10964,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88048,10964,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88049,10965,'_edit_last','13'),(88050,10965,'_redirect_rule_from','/contactus/staffusa.aspx'),(88051,10965,'_redirect_rule_to','/staff-directory/'),(88052,10965,'_redirect_rule_status_code','301'),(88053,10965,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88054,10965,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88055,10966,'_edit_last','13'),(88056,10966,'_redirect_rule_from','/eventsandcalendars/'),(88057,10966,'_redirect_rule_to','/events-calendar/'),(88058,10966,'_redirect_rule_status_code','301'),(88059,10966,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88060,10966,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88061,10967,'_edit_last','13'),(88062,10967,'_redirect_rule_from','/eventsandcalendars/calendar/'),(88063,10967,'_redirect_rule_to','/events-calendar/caribbean-events-calendar/'),(88064,10967,'_redirect_rule_status_code','301'),(88067,10968,'_edit_last','13'),(88068,10968,'_redirect_rule_from','/eventsandcalendars/conferences/'),(88069,10968,'_redirect_rule_to','/events-calendar/'),(88070,10968,'_redirect_rule_status_code','301'),(88071,10968,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88072,10968,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88073,10969,'_edit_last','13'),(88074,10969,'_redirect_rule_from','/eventsandcalendars/conferences/2012symposium.aspx'),(88075,10969,'_redirect_rule_to','/resources/conference-papers/stc-other/'),(88076,10969,'_redirect_rule_status_code','301'),(88077,10969,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88078,10969,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88079,10970,'_edit_last','8'),(88080,10970,'_redirect_rule_from','/eventsandcalendars/conferences/hrconf2012.aspx'),(88081,10970,'_redirect_rule_to','/resources/conference-papers/hrconfpapers/'),(88082,10970,'_redirect_rule_status_code','301'),(88083,10970,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88084,10970,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88085,10971,'_edit_last','8'),(88086,10971,'_redirect_rule_from','/eventsandcalendars/conferences/knowledgeworks.aspx'),(88087,10971,'_redirect_rule_to','/'),(88088,10971,'_redirect_rule_status_code','301'),(88089,10971,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88090,10971,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88091,10972,'_edit_last','13'),(88092,10972,'_redirect_rule_from','/eventsandcalendars/conferences/leadershipconf.aspx'),(88093,10972,'_redirect_rule_to','/resources/conference-papers/leadership-strategy-conference/'),(88094,10972,'_redirect_rule_status_code','301'),(88095,10972,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88096,10972,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88097,10973,'_edit_last','13'),(88098,10973,'_redirect_rule_from','/eventsandcalendars/conferences/sotic2012program.aspx'),(88099,10973,'_redirect_rule_to','/events-calendar/sotic-2013/'),(88100,10973,'_redirect_rule_status_code','301'),(88101,10973,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88102,10973,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88103,10974,'_edit_last','13'),(88104,10974,'_redirect_rule_from','/eventsandcalendars/conferences/sotic2013home.aspx'),(88105,10974,'_redirect_rule_to','/events-calendar/sotic-2013/'),(88106,10974,'_redirect_rule_status_code','301'),(88107,10974,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88108,10974,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88109,10975,'_edit_last','13'),(88110,10975,'_redirect_rule_from','/eventsandcalendars/conferences/sotic2013speakers.aspx'),(88111,10975,'_redirect_rule_to','/events-calendar/sotic-2013/'),(88112,10975,'_redirect_rule_status_code','301'),(88113,10975,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88114,10975,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88115,10976,'_edit_last','13'),(88116,10976,'_redirect_rule_from','/eventsandcalendars/conferences/sotichome.aspx'),(88117,10976,'_redirect_rule_to','/events-calendar/sotic-2013/'),(88118,10976,'_redirect_rule_status_code','301'),(88119,10976,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88120,10976,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88121,10977,'_edit_last','13'),(88122,10977,'_redirect_rule_from','/eventsandcalendars/conferences/tsaworkshop.aspx'),(88123,10977,'_redirect_rule_to','/our-work/research-infotech/'),(88124,10977,'_redirect_rule_status_code','301'),(88125,10977,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88126,10977,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88127,10978,'_edit_last','13'),(88128,10978,'_redirect_rule_from','/eventsandcalendars/conferences/wtm2012.aspx'),(88129,10978,'_redirect_rule_to','/resources/conference-papers/caribbeanweek-wtm/'),(88130,10978,'_redirect_rule_status_code','301'),(88131,10978,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88132,10978,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88133,10979,'_edit_last','13'),(88134,10979,'_redirect_rule_from','/eventsandcalendars/destinationcalendar/'),(88135,10979,'_redirect_rule_to','/events-calendar/'),(88136,10979,'_redirect_rule_status_code','301'),(88137,10979,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88138,10979,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88139,10980,'_edit_last','13'),(88140,10980,'_redirect_rule_from','/eventsandcalendars/ntocalendars/default.aspx'),(88141,10980,'_redirect_rule_to','/events-calendar/'),(88142,10980,'_redirect_rule_status_code','301'),(88143,10980,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88144,10980,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88145,10981,'_edit_last','13'),(88146,10981,'_redirect_rule_from','/eventsandcalendars/TourismMonth/'),(88147,10981,'_redirect_rule_to','/events-calendar/'),(88148,10981,'_redirect_rule_status_code','301'),(88149,10981,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88150,10981,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88151,10982,'_edit_last','13'),(88152,10982,'_redirect_rule_from','/eventsandcalendars/webinars.aspx'),(88153,10982,'_redirect_rule_to','/events-calendar/'),(88154,10982,'_redirect_rule_status_code','301'),(88155,10982,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88156,10982,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88157,10983,'_edit_last','13'),(88158,10983,'_redirect_rule_from','/goodpractices/'),(88159,10983,'_redirect_rule_to','/resources/cto-publications/'),(88160,10983,'_redirect_rule_status_code','301'),(88161,10983,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88162,10983,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88163,10984,'_edit_last','13'),(88164,10984,'_redirect_rule_from','/goodpractices/guides.aspx'),(88165,10984,'_redirect_rule_to','/resources/cto-publications/'),(88166,10984,'_redirect_rule_status_code','301'),(88167,10984,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88168,10984,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88169,10985,'_edit_last','13'),(88170,10985,'_redirect_rule_from','/goodpractices/manualsreports.aspx'),(88171,10985,'_redirect_rule_to','/resources/cto-publications/'),(88172,10985,'_redirect_rule_status_code','301'),(88173,10985,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88174,10985,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88175,10986,'_edit_last','13'),(88176,10986,'_redirect_rule_from','/goodpractices/niche/'),(88177,10986,'_redirect_rule_to','/resources/cto-publications/'),(88178,10986,'_redirect_rule_status_code','301'),(88179,10986,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88180,10986,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88181,10987,'_edit_last','13'),(88182,10987,'_redirect_rule_from','/home/'),(88183,10987,'_redirect_rule_to','/'),(88184,10987,'_redirect_rule_status_code','301'),(88185,10987,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88186,10987,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88187,10988,'_edit_last','13'),(88188,10988,'_redirect_rule_from','/joincto/'),(88189,10988,'_redirect_rule_to','/join-cto/'),(88190,10988,'_redirect_rule_status_code','301'),(88191,10988,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88192,10988,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88193,10989,'_edit_last','13'),(88194,10989,'_redirect_rule_from','/marketintelligence/'),(88195,10989,'_redirect_rule_to','/our-work/'),(88196,10989,'_redirect_rule_status_code','301'),(88197,10989,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88198,10989,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88199,10990,'_edit_last','13'),(88200,10990,'_redirect_rule_from','/marketintelligence/executivebrief/'),(88201,10990,'_redirect_rule_to','/our-work/'),(88202,10990,'_redirect_rule_status_code','301'),(88203,10990,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88204,10990,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88205,10991,'_edit_last','13'),(88206,10991,'_redirect_rule_from','/newsandmediacenter/'),(88207,10991,'_redirect_rule_to','/media/cto-news/'),(88208,10991,'_redirect_rule_status_code','301'),(88209,10991,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88210,10991,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88211,10992,'_edit_last','13'),(88212,10992,'_redirect_rule_from','/newsandmediacenter/apdtax/'),(88213,10992,'_redirect_rule_to','/media/cto-news/'),(88214,10992,'_redirect_rule_status_code','301'),(88215,10992,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88216,10992,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88217,10993,'_edit_last','13'),(88218,10993,'_redirect_rule_from','/newsandmediacenter/audiopodcasts/'),(88219,10993,'_redirect_rule_to','/media/cto-photos-tv/'),(88220,10993,'_redirect_rule_status_code','301'),(88221,10993,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88222,10993,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88223,10994,'_edit_last','13'),(88224,10994,'_redirect_rule_from','/newsandmediacenter/countrymedia.aspx'),(88225,10994,'_redirect_rule_to','/media/cto-photos-tv/'),(88226,10994,'_redirect_rule_status_code','301'),(88227,10994,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88228,10994,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88229,10995,'_edit_last','13'),(88230,10995,'_redirect_rule_from','/newsandmediacenter/ctotv.aspx'),(88231,10995,'_redirect_rule_to','/media/cto-photos-tv/'),(88232,10995,'_redirect_rule_status_code','301'),(88233,10995,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88234,10995,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88235,10996,'_edit_last','13'),(88236,10996,'_redirect_rule_from','/newsandmediacenter/medialibrary/'),(88237,10996,'_redirect_rule_to','/media/'),(88238,10996,'_redirect_rule_status_code','301'),(88239,10996,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88240,10996,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88241,10997,'_edit_last','13'),(88242,10997,'_redirect_rule_from','/newsandmediacenter/medialibrary/archivectophotos.aspx'),(88243,10997,'_redirect_rule_to','/media/cto-photos-tv/'),(88244,10997,'_redirect_rule_status_code','301'),(88245,10997,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88246,10997,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88247,10998,'_edit_last','13'),(88248,10998,'_redirect_rule_from','/newsandmediacenter/mediareleases/listing.aspx'),(88249,10998,'_redirect_rule_to','/media/cto-news/'),(88250,10998,'_redirect_rule_status_code','301'),(88251,10998,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88252,10998,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88253,10999,'_edit_last','13'),(88254,10999,'_redirect_rule_from','/newsandmediacenter/newsfeed.aspx'),(88255,10999,'_redirect_rule_to','/media/cto-news/'),(88256,10999,'_redirect_rule_status_code','301'),(88257,10999,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88258,10999,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88259,11000,'_edit_last','13'),(88260,11000,'_redirect_rule_from','/newsandmediacenter/newsletter/'),(88261,11000,'_redirect_rule_to','/media/newsletters/'),(88262,11000,'_redirect_rule_status_code','301'),(88263,11000,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88264,11000,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88265,11001,'_edit_last','13'),(88266,11001,'_redirect_rule_from','/programs/'),(88267,11001,'_redirect_rule_to','/our-work/'),(88268,11001,'_redirect_rule_status_code','301'),(88269,11001,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88270,11001,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88271,11002,'_edit_last','13'),(88272,11002,'_redirect_rule_from','/programs/advocacy/default.aspx'),(88273,11002,'_redirect_rule_to','/our-work/advocacy/'),(88274,11002,'_redirect_rule_status_code','301'),(88275,11002,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88276,11002,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88277,11003,'_edit_last','13'),(88278,11003,'_redirect_rule_from','/programs/ctosustainable/'),(88279,11003,'_redirect_rule_to','/our-work/sustainable-tourism-development/'),(88280,11003,'_redirect_rule_status_code','301'),(88281,11003,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88282,11003,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88283,11004,'_edit_last','13'),(88284,11004,'_redirect_rule_from','/programs/ctosustainable/caribsave.aspx'),(88285,11004,'_redirect_rule_to','/our-work/sustainable-tourism-development/'),(88286,11004,'_redirect_rule_status_code','301'),(88287,11004,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88288,11004,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88289,11005,'_edit_last','13'),(88290,11005,'_redirect_rule_from','/programs/ctosustainable/chenact.aspx'),(88291,11005,'_redirect_rule_to','/our-work/sustainable-tourism-development/'),(88292,11005,'_redirect_rule_status_code','301'),(88293,11005,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88294,11005,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88295,11006,'_edit_last','13'),(88296,11006,'_redirect_rule_from','/programs/ctosustainable/idbdrmccaproject.aspx'),(88297,11006,'_redirect_rule_to','/our-work/sustainable-tourism-development/'),(88298,11006,'_redirect_rule_status_code','301'),(88299,11006,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88300,11006,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88301,11007,'_edit_last','13'),(88302,11007,'_redirect_rule_from','/programs/ctosustainable/resources.aspx'),(88303,11007,'_redirect_rule_to','/resources/conference-papers/stc-other/'),(88304,11007,'_redirect_rule_status_code','301'),(88305,11007,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88306,11007,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88307,11008,'_edit_last','13'),(88308,11008,'_redirect_rule_from','/programs/ctosustainable/travelmoleuploads.aspx'),(88309,11008,'_redirect_rule_to','/'),(88310,11008,'_redirect_rule_status_code','301'),(88311,11008,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88312,11008,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88313,11009,'_edit_last','13'),(88314,11009,'_redirect_rule_from','/programs/hr/aboutha.aspx'),(88315,11009,'_redirect_rule_to','/our-work/human-resource-development/'),(88316,11009,'_redirect_rule_status_code','301'),(88317,11009,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88318,11009,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88319,11010,'_edit_last','13'),(88320,11010,'_redirect_rule_from','/programs/hr/ha.aspx'),(88321,11010,'_redirect_rule_to','/our-work/human-resource-development/'),(88322,11010,'_redirect_rule_status_code','301'),(88323,11010,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88324,11010,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88325,11011,'_edit_last','13'),(88326,11011,'_redirect_rule_from','/programs/hr/newsha.aspx'),(88327,11011,'_redirect_rule_to','/our-work/human-resource-development/'),(88328,11011,'_redirect_rule_status_code','301'),(88329,11011,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88330,11011,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88331,11012,'_edit_last','13'),(88332,11012,'_redirect_rule_from','/programs/hr/steps2ha.aspx'),(88333,11012,'_redirect_rule_to','/our-work/human-resource-development/'),(88334,11012,'_redirect_rule_status_code','301'),(88335,11012,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88336,11012,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88337,11013,'_edit_last','13'),(88338,11013,'_redirect_rule_from','/programs/hrdevelopment/'),(88339,11013,'_redirect_rule_to','/our-work/human-resource-development/'),(88340,11013,'_redirect_rule_status_code','301'),(88341,11013,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88342,11013,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88343,11014,'_edit_last','13'),(88344,11014,'_redirect_rule_from','/programs/hrdevelopment/arleysappeal.aspx'),(88345,11014,'_redirect_rule_to','/our-work/human-resource-development/'),(88346,11014,'_redirect_rule_status_code','301'),(88347,11014,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88348,11014,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88349,11015,'_edit_last','13'),(88350,11015,'_redirect_rule_from','/programs/hrdevelopment/cthrc/'),(88351,11015,'_redirect_rule_to','/our-work/human-resource-development/'),(88352,11015,'_redirect_rule_status_code','301'),(88353,11015,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88354,11015,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88355,11016,'_edit_last','13'),(88356,11016,'_redirect_rule_from','/programs/hrdevelopment/cthrc/ctls.aspx'),(88357,11016,'_redirect_rule_to','/our-work/human-resource-development/'),(88358,11016,'_redirect_rule_status_code','301'),(88359,11016,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88360,11016,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88361,11017,'_edit_last','13'),(88362,11017,'_redirect_rule_from','/programs/hrdevelopment/cthrc/ties.aspx'),(88363,11017,'_redirect_rule_to','/our-work/human-resource-development/'),(88364,11017,'_redirect_rule_status_code','301'),(88365,11017,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88366,11017,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88367,11018,'_edit_last','13'),(88368,11018,'_redirect_rule_from','/programs/hrdevelopment/cthrc/trainingplaces.aspx'),(88369,11018,'_redirect_rule_to','/our-work/human-resource-development/'),(88370,11018,'_redirect_rule_status_code','301'),(88371,11018,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88372,11018,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88373,11019,'_edit_last','13'),(88374,11019,'_redirect_rule_from','/programs/hrdevelopment/hospitalityassured/default.aspx'),(88375,11019,'_redirect_rule_to','/our-work/human-resource-development/'),(88376,11019,'_redirect_rule_status_code','301'),(88377,11019,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88378,11019,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88379,11020,'_edit_last','13'),(88380,11020,'_redirect_rule_from','/programs/hrdevelopment/livemocha.aspx'),(88381,11020,'_redirect_rule_to','/our-work/human-resource-development/'),(88382,11020,'_redirect_rule_status_code','301'),(88383,11020,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88384,11020,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88385,11021,'_edit_last','13'),(88386,11021,'_redirect_rule_from','/programs/hrdevelopment/scholarship.aspx'),(88387,11021,'_redirect_rule_to','/our-work/human-resource-development/'),(88388,11021,'_redirect_rule_status_code','301'),(88389,11021,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88390,11021,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88391,11022,'_edit_last','13'),(88392,11022,'_redirect_rule_from','/programs/hrdevelopment/tourismhrpublications.aspx'),(88393,11022,'_redirect_rule_to','/our-work/human-resource-development/'),(88394,11022,'_redirect_rule_status_code','301'),(88395,11022,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88396,11022,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88397,11023,'_edit_last','13'),(88398,11023,'_redirect_rule_from','/programs/hrdevelopment/tvs/default.aspx'),(88399,11023,'_redirect_rule_to','/our-work/human-resource-development/'),(88400,11023,'_redirect_rule_status_code','301'),(88401,11023,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88402,11023,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88403,11024,'_edit_last','13'),(88404,11024,'_redirect_rule_from','/programs/informationmanagement/'),(88405,11024,'_redirect_rule_to','/our-work/research-infotech/'),(88406,11024,'_redirect_rule_status_code','301'),(88407,11024,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88408,11024,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88409,11025,'_edit_last','13'),(88410,11025,'_redirect_rule_from','/programs/livemocha.aspx'),(88411,11025,'_redirect_rule_to','/our-work/human-resource-development/'),(88412,11025,'_redirect_rule_status_code','301'),(88413,11025,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88414,11025,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88415,11026,'_edit_last','13'),(88416,11026,'_redirect_rule_from','/programs/marketing/'),(88417,11026,'_redirect_rule_to','/our-work/marketing/'),(88418,11026,'_redirect_rule_status_code','301'),(88419,11026,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88420,11026,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88421,11027,'_edit_last','13'),(88422,11027,'_redirect_rule_from','/programs/marketing/ctochapters.aspx'),(88423,11027,'_redirect_rule_to','/our-work/marketing/'),(88424,11027,'_redirect_rule_status_code','301'),(88425,11027,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88426,11027,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88427,11028,'_edit_last','13'),(88428,11028,'_redirect_rule_from','/programs/marketing/intraregional.aspx'),(88429,11028,'_redirect_rule_to','/our-work/marketing/'),(88430,11028,'_redirect_rule_status_code','301'),(88431,11028,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88432,11028,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88433,11029,'_edit_last','13'),(88434,11029,'_redirect_rule_from','/programs/marketing/whispers.aspx'),(88435,11029,'_redirect_rule_to','/our-work/marketing/'),(88436,11029,'_redirect_rule_status_code','301'),(88437,11029,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88438,11029,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88439,11030,'_edit_last','13'),(88440,11030,'_redirect_rule_from','/programs/sustainabledevelopment/'),(88441,11030,'_redirect_rule_to','/our-work/sustainable-tourism-development/'),(88442,11030,'_redirect_rule_status_code','301'),(88443,11030,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88444,11030,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88445,11031,'_edit_last','8'),(88446,11031,'_redirect_rule_from','/programs/sustainabledevelopment/STTCDocuments.aspx'),(88447,11031,'_redirect_rule_to','/our-work/sustainable-tourism-development/'),(88448,11031,'_redirect_rule_status_code','301'),(88449,11031,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88450,11031,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88451,11032,'_edit_last','8'),(88452,11032,'_redirect_rule_from','/programs/tvs/'),(88453,11032,'_redirect_rule_to','/our-work/total-visitor-satisfaction/'),(88454,11032,'_redirect_rule_status_code','301'),(88455,11032,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88456,11032,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88457,11033,'_edit_last','8'),(88458,11033,'_redirect_rule_from','/programs/tvslogos.aspx'),(88459,11033,'_redirect_rule_to','/our-work/total-visitor-satisfaction/'),(88460,11033,'_redirect_rule_status_code','301'),(88461,11033,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88462,11033,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88463,11034,'_edit_last','8'),(88464,11034,'_redirect_rule_from','/relatedsites/'),(88465,11034,'_redirect_rule_to','/resources/related-sites/'),(88466,11034,'_redirect_rule_status_code','301'),(88467,11034,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88468,11034,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88469,11035,'_edit_last','8'),(88470,11035,'_redirect_rule_from','/relatedsites/inflightmags.aspx'),(88471,11035,'_redirect_rule_to','/'),(88472,11035,'_redirect_rule_status_code','301'),(88473,11035,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88474,11035,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88475,11036,'_edit_last','8'),(88476,11036,'_redirect_rule_from','/resources/ctorelieffund.aspx'),(88477,11036,'_redirect_rule_to','/our-work/advocacy/'),(88478,11036,'_redirect_rule_status_code','301'),(88479,11036,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88480,11036,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88481,11037,'_edit_last','13'),(88482,11037,'_redirect_rule_from','/resources/harvard/harvardproducts.aspx'),(88483,11037,'_redirect_rule_to','/resources/education-training/'),(88484,11037,'_redirect_rule_status_code','301'),(88485,11037,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88486,11037,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88487,11038,'_edit_last','13'),(88488,11038,'_redirect_rule_from','/resources/hurricaneinfo/'),(88489,11038,'_redirect_rule_to','/resources/disaster-management/'),(88490,11038,'_redirect_rule_status_code','301'),(88491,11038,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88492,11038,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88493,11039,'_edit_last','13'),(88494,11039,'_redirect_rule_from','/resources/hurricaneinfo/drmproject.aspx'),(88495,11039,'_redirect_rule_to','/resources/disaster-management/'),(88496,11039,'_redirect_rule_status_code','301'),(88497,11039,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88498,11039,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88499,11040,'_edit_last','13'),(88500,11040,'_redirect_rule_from','/resources/nonctoreports/'),(88501,11040,'_redirect_rule_to','/resources/related-sites/'),(88502,11040,'_redirect_rule_status_code','301'),(88503,11040,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88504,11040,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88505,11041,'_edit_last','13'),(88506,11041,'_redirect_rule_from','/resources/publications/'),(88507,11041,'_redirect_rule_to','/resources/cto-publications/'),(88508,11041,'_redirect_rule_status_code','301'),(88509,11041,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88510,11041,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88511,11042,'_edit_last','13'),(88512,11042,'_redirect_rule_from','/resources/publications/airtransport2007.aspx'),(88513,11042,'_redirect_rule_to','/resources/cto-publications/'),(88514,11042,'_redirect_rule_status_code','301'),(88515,11042,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88516,11042,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88517,11043,'_edit_last','13'),(88518,11043,'_redirect_rule_from','/resources/publications/condenast.aspx'),(88519,11043,'_redirect_rule_to','/'),(88520,11043,'_redirect_rule_status_code','301'),(88521,11043,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88522,11043,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88523,11044,'_edit_last','13'),(88524,11044,'_redirect_rule_from','/resources/publications/cruise.aspx'),(88525,11044,'_redirect_rule_to','/resources/conference-papers/'),(88526,11044,'_redirect_rule_status_code','301'),(88527,11044,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88528,11044,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88529,11045,'_edit_last','13'),(88530,11045,'_redirect_rule_from','/resources/publications/cweekpapers.aspx'),(88531,11045,'_redirect_rule_to','/resources/conference-papers/'),(88532,11045,'_redirect_rule_status_code','301'),(88533,11045,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88534,11045,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88535,11046,'_edit_last','13'),(88536,11046,'_redirect_rule_from','/resources/publications/heritage.aspx'),(88537,11046,'_redirect_rule_to','/resources/conference-papers/'),(88538,11046,'_redirect_rule_status_code','301'),(88539,11046,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88540,11046,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88541,11047,'_edit_last','13'),(88542,11047,'_redirect_rule_from','/resources/publications/humanresources.aspx'),(88543,11047,'_redirect_rule_to','/resources/conference-papers/'),(88544,11047,'_redirect_rule_status_code','301'),(88545,11047,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88546,11047,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88547,11048,'_edit_last','13'),(88548,11048,'_redirect_rule_from','/resources/publications/statistics.aspx'),(88549,11048,'_redirect_rule_to','/statistics/'),(88550,11048,'_redirect_rule_status_code','301'),(88551,11048,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88552,11048,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88553,11049,'_edit_last','13'),(88554,11049,'_redirect_rule_from','/resources/publications/stcpapers.aspx'),(88555,11049,'_redirect_rule_to','/resources/conference-papers/'),(88556,11049,'_redirect_rule_status_code','301'),(88557,11049,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88558,11049,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88559,11050,'_edit_last','13'),(88560,11050,'_redirect_rule_from','/resources/publications/technology.aspx'),(88561,11050,'_redirect_rule_to','/resources/conference-papers/'),(88562,11050,'_redirect_rule_status_code','301'),(88563,11050,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88564,11050,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88565,11051,'_edit_last','13'),(88566,11051,'_redirect_rule_from','/resources/publications/wtmpapers.aspx'),(88567,11051,'_redirect_rule_to','/resources/conference-papers/'),(88568,11051,'_redirect_rule_status_code','301'),(88569,11051,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88570,11051,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88571,11052,'_edit_last','13'),(88572,11052,'_redirect_rule_from','/resources/publicationsforsale/'),(88573,11052,'_redirect_rule_to','/media/'),(88574,11052,'_redirect_rule_status_code','301'),(88575,11052,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88576,11052,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88577,11053,'_edit_last','13'),(88578,11053,'_redirect_rule_from','/resources/reportsandguides/'),(88579,11053,'_redirect_rule_to','/media/'),(88580,11053,'_redirect_rule_status_code','301'),(88581,11053,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88582,11053,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88583,11054,'_edit_last','13'),(88584,11054,'_redirect_rule_from','/resources/tourismeducation/'),(88585,11054,'_redirect_rule_to','/resources/education-training/'),(88586,11054,'_redirect_rule_status_code','301'),(88587,11054,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88588,11054,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88589,11055,'_edit_last','13'),(88590,11055,'_redirect_rule_from','/resources/tourismeducation/nonctoscholarships.aspx'),(88591,11055,'_redirect_rule_to','/resources/scholarships-grants/'),(88592,11055,'_redirect_rule_status_code','301'),(88593,11055,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88594,11055,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88595,11056,'_edit_last','13'),(88596,11056,'_redirect_rule_from','/resources/tourismepa.aspx'),(88597,11056,'_redirect_rule_to','/media/'),(88598,11056,'_redirect_rule_status_code','301'),(88599,11056,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88600,11056,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88601,11057,'_edit_last','13'),(88602,11057,'_redirect_rule_from','/search/'),(88603,11057,'_redirect_rule_to','/'),(88604,11057,'_redirect_rule_status_code','301'),(88605,11057,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88606,11057,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88607,11058,'_edit_last','13'),(88608,11058,'_redirect_rule_from','/search/SearchResult.aspx'),(88609,11058,'_redirect_rule_to','/'),(88610,11058,'_redirect_rule_status_code','301'),(88611,11058,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88612,11058,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88613,11059,'_edit_last','13'),(88614,11059,'_redirect_rule_from','/sitemap.aspx'),(88615,11059,'_redirect_rule_to','/pages-2/sitemap-2/'),(88616,11059,'_redirect_rule_status_code','301'),(88617,11059,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88618,11059,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88625,11061,'_edit_last','13'),(88626,11061,'_redirect_rule_from','/statistics/2010statistics/'),(88627,11061,'_redirect_rule_to','/statistics/latest-tourism-statistics-tables/'),(88628,11061,'_redirect_rule_status_code','301'),(88629,11061,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88630,11061,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88631,11062,'_edit_last','13'),(88632,11062,'_redirect_rule_from','/statistics/2012statistics.aspx'),(88633,11062,'_redirect_rule_to','/statistics/latest-tourism-statistics-tables/'),(88634,11062,'_redirect_rule_status_code','301'),(88635,11062,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88636,11062,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88637,11063,'_edit_last','13'),(88638,11063,'_redirect_rule_from','/statistics/2013statistics.aspx'),(88639,11063,'_redirect_rule_to','/statistics/latest-tourism-statistics-tables/'),(88640,11063,'_redirect_rule_status_code','301'),(88641,11063,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88642,11063,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88643,11064,'_edit_last','13'),(88644,11064,'_redirect_rule_from','/statistics/accommodation/'),(88645,11064,'_redirect_rule_to','/statistics/'),(88646,11064,'_redirect_rule_status_code','301'),(88647,11064,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88648,11064,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88649,11065,'_edit_last','13'),(88650,11065,'_redirect_rule_from','/statistics/airpassenger/'),(88651,11065,'_redirect_rule_to','/statistics/'),(88652,11065,'_redirect_rule_status_code','301'),(88653,11065,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88654,11065,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88655,11066,'_edit_last','13'),(88656,11066,'_redirect_rule_from','/statistics/annualoverview/'),(88657,11066,'_redirect_rule_to','/statistics/'),(88658,11066,'_redirect_rule_status_code','301'),(88659,11066,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88660,11066,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88661,11067,'_edit_last','13'),(88662,11067,'_redirect_rule_from','/statistics/budget/'),(88663,11067,'_redirect_rule_to','/statistics/'),(88664,11067,'_redirect_rule_status_code','301'),(88665,11067,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88666,11067,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88667,11068,'_edit_last','13'),(88668,11068,'_redirect_rule_from','/statistics/countrystats/'),(88669,11068,'_redirect_rule_to','/statistics/'),(88670,11068,'_redirect_rule_status_code','301'),(88671,11068,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88672,11068,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88673,11069,'_edit_last','13'),(88674,11069,'_redirect_rule_from','/statistics/cruise/'),(88675,11069,'_redirect_rule_to','/statistics/'),(88676,11069,'_redirect_rule_status_code','301'),(88677,11069,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88678,11069,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88679,11070,'_edit_last','13'),(88680,11070,'_redirect_rule_from','/statistics/expenditure/'),(88681,11070,'_redirect_rule_to','/statistics/'),(88682,11070,'_redirect_rule_status_code','301'),(88683,11070,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88684,11070,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88685,11071,'_edit_last','13'),(88686,11071,'_redirect_rule_from','/statistics/marketstats/'),(88687,11071,'_redirect_rule_to','/statistics/'),(88688,11071,'_redirect_rule_status_code','301'),(88689,11071,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88690,11071,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88691,11072,'_edit_last','13'),(88692,11072,'_redirect_rule_from','/statistics/socialgdp/'),(88693,11072,'_redirect_rule_to','/statistics/'),(88694,11072,'_redirect_rule_status_code','301'),(88695,11072,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88696,11072,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88697,11073,'_edit_last','13'),(88698,11073,'_redirect_rule_from','/statistics/tourismstats/'),(88699,11073,'_redirect_rule_to','/statistics/'),(88700,11073,'_redirect_rule_status_code','301'),(88701,11073,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88702,11073,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88703,11074,'_edit_last','13'),(88704,11074,'_redirect_rule_from','/statistics/touristprofiles/'),(88705,11074,'_redirect_rule_to','/statistics/'),(88706,11074,'_redirect_rule_status_code','301'),(88707,11074,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88708,11074,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88709,11075,'_edit_last','13'),(88710,11075,'_redirect_rule_from','/ctouk/'),(88711,11075,'_redirect_rule_to','/traveltrade/'),(88712,11075,'_redirect_rule_status_code','301'),(88713,11075,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88714,11075,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88715,11076,'_edit_last','13'),(88716,11076,'_redirect_rule_from','/ctouk/default.aspx'),(88717,11076,'_redirect_rule_to','/traveltrade/'),(88718,11076,'_redirect_rule_status_code','301'),(88719,11076,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88720,11076,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88721,11077,'_edit_last','13'),(88722,11077,'_redirect_rule_from','/ctouk/media/default.aspx'),(88723,11077,'_redirect_rule_to','/traveltrade/media/default2.aspx'),(88724,11077,'_redirect_rule_status_code','301'),(88725,11077,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88726,11077,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88727,11078,'_edit_last','13'),(88728,11078,'_redirect_rule_from','/ctouk/media/'),(88729,11078,'_redirect_rule_to','/traveltrade/media/default2.aspx'),(88730,11078,'_redirect_rule_status_code','301'),(88731,11078,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88732,11078,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88733,11079,'_edit_last','13'),(88734,11079,'_redirect_rule_from','/ctouk/media/pressreleases.aspx'),(88735,11079,'_redirect_rule_to','/traveltrade/media/default.aspx'),(88736,11079,'_redirect_rule_status_code','301'),(88737,11079,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88738,11079,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88739,11080,'_edit_last','13'),(88740,11080,'_redirect_rule_from','/ctouk/mice/'),(88741,11080,'_redirect_rule_to','/traveltrade/mice/'),(88742,11080,'_redirect_rule_status_code','301'),(88743,11080,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88744,11080,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88745,11081,'_edit_last','13'),(88746,11081,'_redirect_rule_from','/ctouk/mice/default.aspx'),(88747,11081,'_redirect_rule_to','/traveltrade/mice/'),(88748,11081,'_redirect_rule_status_code','301'),(88749,11081,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88750,11081,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88751,11082,'_edit_last','13'),(88752,11082,'_redirect_rule_from','/ctouk/mice/aboutctoukchapter.aspx'),(88753,11082,'_redirect_rule_to','/traveltrade/mice/aboutctoukchapter.aspx'),(88754,11082,'_redirect_rule_status_code','301'),(88755,11082,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88756,11082,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88757,11083,'_edit_last','13'),(88758,11083,'_redirect_rule_from','/ctouk/trade/'),(88759,11083,'_redirect_rule_to','/traveltrade/'),(88760,11083,'_redirect_rule_status_code','301'),(88761,11083,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88762,11083,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88763,11084,'_edit_last','13'),(88764,11084,'_redirect_rule_from','/ctouk/trade/default.aspx'),(88765,11084,'_redirect_rule_to','/traveltrade/'),(88766,11084,'_redirect_rule_status_code','301'),(88767,11084,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88768,11084,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88769,11085,'_edit_last','13'),(88770,11085,'_redirect_rule_from','/ctouk/trade/ntocontacts.aspx'),(88771,11085,'_redirect_rule_to','/traveltrade/'),(88772,11085,'_redirect_rule_status_code','301'),(88773,11085,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88774,11085,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88775,11086,'_edit_last','13'),(88776,11086,'_redirect_rule_from','/ctouk/travelagentsuk/'),(88777,11086,'_redirect_rule_to','/traveltrade/'),(88778,11086,'_redirect_rule_status_code','301'),(88779,11086,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88780,11086,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88781,11087,'_edit_last','13'),(88782,11087,'_redirect_rule_from','/ctouk/travelagentsuk/default.aspx'),(88783,11087,'_redirect_rule_to','/traveltrade/'),(88784,11087,'_redirect_rule_status_code','301'),(88785,11087,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88786,11087,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88787,11088,'_edit_last','13'),(88788,11088,'_redirect_rule_from','/ctouk/travelagentsuk/ctpexamforms.aspx'),(88789,11088,'_redirect_rule_to','/traveltrade/'),(88790,11088,'_redirect_rule_status_code','301'),(88791,11088,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88792,11088,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88793,11089,'_edit_last','13'),(88794,11089,'_redirect_rule_from','/ctouk/travelagentsuk/ctpnewsletter.aspx'),(88795,11089,'_redirect_rule_to','/traveltrade/'),(88796,11089,'_redirect_rule_status_code','301'),(88797,11089,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88798,11089,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88799,11090,'_edit_last','13'),(88800,11090,'_redirect_rule_from','/ctouk/travelagentsuk/ctpprogram.aspx'),(88801,11090,'_redirect_rule_to','/traveltrade/'),(88802,11090,'_redirect_rule_status_code','301'),(88803,11090,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88804,11090,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88805,11091,'_edit_last','13'),(88806,11091,'_redirect_rule_from','/ctouk/travelagentsuk/forms.aspx'),(88807,11091,'_redirect_rule_to','/traveltrade/'),(88808,11091,'_redirect_rule_status_code','301'),(88809,11091,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88810,11091,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88811,11092,'_edit_last','13'),(88812,11092,'_redirect_rule_from','/ctouk/ukchapter/'),(88813,11092,'_redirect_rule_to','/traveltrade/'),(88814,11092,'_redirect_rule_status_code','301'),(88815,11092,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88816,11092,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88817,11093,'_edit_last','13'),(88818,11093,'_redirect_rule_from','/ctouk/ukchapter/default.aspx'),(88819,11093,'_redirect_rule_to','/traveltrade/'),(88820,11093,'_redirect_rule_status_code','301'),(88823,11093,'_edit_lock','1369268117:13'),(88827,10967,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88828,10967,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88835,11093,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88836,11093,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88837,10963,'_edit_lock','1369264123:13'),(88840,10963,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(88841,10963,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(88842,10964,'_edit_lock','1369267041:13'),(88843,10965,'_edit_lock','1369263951:13'),(88844,10966,'_edit_lock','1369263364:13'),(88845,11031,'_edit_lock','1369263374:8'),(88846,10967,'_edit_lock','1369263328:13'),(88847,10968,'_edit_lock','1369263330:13'),(88848,10969,'_edit_lock','1369263332:13'),(88849,10970,'_edit_lock','1369263317:8'),(88850,10962,'_edit_lock','1369263219:8'),(88851,11032,'_edit_lock','1369263377:8'),(88852,11033,'_edit_lock','1369263380:8'),(88853,11034,'_edit_lock','1369263385:8'),(88854,11035,'_edit_lock','1369263388:8'),(88855,11036,'_edit_lock','1369263391:8'),(88856,11037,'_edit_lock','1369263008:13'),(88857,11038,'_edit_lock','1369263011:13'),(88858,11039,'_edit_lock','1369263015:13'),(88859,11040,'_edit_lock','1369263025:13'),(88860,11041,'_edit_lock','1369263029:13'),(88861,11042,'_edit_lock','1369263033:13'),(88862,11043,'_edit_lock','1369263037:13'),(88863,11044,'_edit_lock','1369263040:13'),(88864,11045,'_edit_lock','1369263044:13'),(88865,11046,'_edit_lock','1369263048:13'),(88866,11047,'_edit_lock','1369263051:13'),(88867,11048,'_edit_lock','1369263055:13'),(88868,11049,'_edit_lock','1369263059:13'),(88869,11050,'_edit_lock','1369263062:13'),(88870,11070,'_edit_lock','1369263073:13'),(88871,10961,'_edit_lock','1369263114:8'),(88872,11069,'_edit_lock','1369263075:13'),(88873,11068,'_edit_lock','1369263078:13'),(88874,11067,'_edit_lock','1369263080:13'),(88875,11066,'_edit_lock','1369263082:13'),(88876,11065,'_edit_lock','1369263085:13'),(88877,11064,'_edit_lock','1369263087:13'),(88878,11063,'_edit_lock','1369263090:13'),(88879,11062,'_edit_lock','1369263092:13'),(88880,11061,'_edit_lock','1369263094:13'),(88882,11059,'_edit_lock','1369263100:13'),(88883,11058,'_edit_lock','1369263103:13'),(88884,11057,'_edit_lock','1369263108:13'),(88885,11056,'_edit_lock','1369263110:13'),(88886,11055,'_edit_lock','1369263113:13'),(88887,11054,'_edit_lock','1369263115:13'),(88888,11053,'_edit_lock','1369263117:13'),(88889,10960,'_edit_lock','1369263190:8'),(88890,11052,'_edit_lock','1369263126:13'),(88891,10952,'_edit_lock','1369263901:13'),(88892,11051,'_edit_lock','1369263123:13'),(88893,10953,'_edit_lock','1369263371:13'),(88894,10954,'_edit_lock','1369263373:13'),(88895,10955,'_edit_lock','1369263375:13'),(88896,10956,'_edit_lock','1369263377:13'),(88897,11090,'_edit_lock','1369263138:13'),(88898,11089,'_edit_lock','1369263141:13'),(88899,10957,'_edit_lock','1369263170:8'),(88900,11088,'_edit_lock','1369263143:13'),(88901,11087,'_edit_lock','1369263145:13'),(88902,10958,'_edit_lock','1369263166:8'),(88903,11086,'_edit_lock','1369263148:13'),(88904,10959,'_edit_lock','1369263163:8'),(88905,11085,'_edit_lock','1369263150:13'),(88906,11084,'_edit_lock','1369263153:13'),(88907,11083,'_edit_lock','1369263160:13'),(88908,10971,'_edit_lock','1369263324:8'),(88909,11082,'_edit_lock','1369263163:13'),(88910,11081,'_edit_lock','1369263165:13'),(88911,11080,'_edit_lock','1369263168:13'),(88912,11079,'_edit_lock','1369263171:13'),(88913,11078,'_edit_lock','1369263174:13'),(88914,11077,'_edit_lock','1369263176:13'),(88915,11076,'_edit_lock','1369263179:13'),(88916,11075,'_edit_lock','1369263181:13'),(88917,11074,'_edit_lock','1369263184:13'),(88918,11073,'_edit_lock','1369263186:13'),(88919,11072,'_edit_lock','1369263188:13'),(88920,11071,'_edit_lock','1369263191:13'),(88921,11092,'_edit_lock','1369263199:13'),(88922,11091,'_edit_lock','1369263201:13'),(88923,10979,'_edit_lock','1369263362:13'),(88924,10978,'_edit_lock','1369263360:13'),(88925,10977,'_edit_lock','1369263357:13'),(88926,10976,'_edit_lock','1369263354:13'),(88927,10975,'_edit_lock','1369263352:13'),(88928,10974,'_edit_lock','1369263347:13'),(88929,10973,'_edit_lock','1369263345:13'),(88930,10972,'_edit_lock','1369263342:13'),(88931,10980,'_edit_lock','1369263249:13'),(88932,10981,'_edit_lock','1369263251:13'),(88933,10989,'_edit_lock','1369263253:13'),(88934,10988,'_edit_lock','1369263256:13'),(88935,10987,'_edit_lock','1369263260:13'),(88936,10986,'_edit_lock','1369263262:13'),(88937,10985,'_edit_lock','1369263264:13'),(88938,10984,'_edit_lock','1369263266:13'),(88939,10983,'_edit_lock','1369263269:13'),(88940,10982,'_edit_lock','1369263271:13'),(88965,11098,'_wp_attached_file','765sliderwide.jpg'),(88966,11098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:269;s:4:\"file\";s:17:\"765sliderwide.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"765sliderwide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"765sliderwide-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(88972,11101,'_wp_attached_file','cweektorontoPRico.jpg'),(88973,11101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:506;s:4:\"file\";s:21:\"cweektorontoPRico.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cweektorontoPRico-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cweektorontoPRico-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(88983,11102,'_wp_attached_file','cweektoronto1.jpg'),(88984,11102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1303;s:6:\"height\";i:458;s:4:\"file\";s:17:\"cweektoronto1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cweektoronto1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"cweektoronto1-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cweektoronto1-1024x359.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89055,11115,'_wp_attached_file','DSC00792.jpg'),(89056,11115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:800;s:4:\"file\";s:12:\"DSC00792.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00792-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC00792-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC00792-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89099,11128,'_wp_attached_file','SOTICSlider1.jpg'),(89100,11128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:16:\"SOTICSlider1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SOTICSlider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SOTICSlider1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89103,11130,'_wp_attached_file','SOTICslider5.jpg'),(89104,11130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:16:\"SOTICslider5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"SOTICslider5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"SOTICslider5-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:14:\"Di Méo Hykueb\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89117,11135,'_wp_attached_file','SOTICslider2012.jpg'),(89118,11135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:896;s:6:\"height\";i:596;s:4:\"file\";s:19:\"SOTICslider2012.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SOTICslider2012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SOTICslider2012-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89125,11137,'_wp_attached_file','2012-Youth-Congress-winner.jpg'),(89126,11137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:896;s:6:\"height\";i:596;s:4:\"file\";s:30:\"2012-Youth-Congress-winner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2012-Youth-Congress-winner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"2012-Youth-Congress-winner-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89153,11148,'_wp_attached_file','Interval650.jpg'),(89154,11148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:447;s:4:\"file\";s:15:\"Interval650.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Interval650-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Interval650-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89155,11149,'_wp_attached_file','IntervalInt450.jpg'),(89156,11149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:450;s:4:\"file\";s:18:\"IntervalInt450.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IntervalInt450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IntervalInt450-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89159,11152,'_wp_attached_file','waterfall2.jpg'),(89160,11152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:400;s:4:\"file\";s:14:\"waterfall2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"waterfall2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"waterfall2-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89161,11153,'_wp_attached_file','AntiguBeachCoupleslider.jpg'),(89162,11153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:830;s:6:\"height\";i:400;s:4:\"file\";s:27:\"AntiguBeachCoupleslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AntiguBeachCoupleslider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AntiguBeachCoupleslider-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89167,11156,'_wp_attached_file','stkittsbeachslider.jpg'),(89168,11156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:932;s:6:\"height\";i:400;s:4:\"file\";s:22:\"stkittsbeachslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"stkittsbeachslider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"stkittsbeachslider-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89230,11177,'_wp_attached_file','degree197by133.jpg'),(89231,11177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:18:\"degree197by133.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"degree197by133-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89232,11178,'_wp_attached_file','dancers197by133.jpg'),(89233,11178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:196;s:6:\"height\";i:132;s:4:\"file\";s:19:\"dancers197by133.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dancers197by133-150x132.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89236,11177,'_edit_lock','1384375296:2'),(89237,11178,'_edit_lock','1369355721:2'),(89405,11229,'_wp_attached_file','marigot-51.jpg'),(89406,11229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:455;s:4:\"file\";s:14:\"marigot-51.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"marigot-51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"marigot-51-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89411,11230,'_wp_attached_file','2ipadbooks.jpg'),(89412,11230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:14:\"2ipadbooks.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"2ipadbooks-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89413,11230,'_edit_lock','1369363691:2'),(89614,11278,'_edit_last','2'),(89615,11278,'_edit_lock','1371064601:2'),(89616,11278,'truethemes_video_url',''),(89617,11278,'truethemes_external_image_url',''),(89618,11278,'truethemes_slider_shortcode',''),(89619,11278,'truethemes_slider_cu3er',''),(89628,11278,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(89629,11278,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(89630,11281,'_edit_last','2'),(89631,11281,'_edit_lock','1371064585:2'),(89632,11281,'truethemes_video_url',''),(89633,11281,'truethemes_external_image_url',''),(89634,11281,'truethemes_slider_shortcode',''),(89635,11281,'truethemes_slider_cu3er',''),(89644,11281,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(89645,11281,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(89646,11283,'_edit_last','2'),(89647,11283,'_edit_lock','1369671444:8'),(89648,11283,'truethemes_video_url',''),(89649,11283,'truethemes_external_image_url',''),(89650,11283,'truethemes_slider_shortcode',''),(89651,11283,'truethemes_slider_cu3er',''),(89660,11283,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(89661,11283,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(89794,11318,'_wp_attached_file','HAlogo280wide.jpg'),(89795,11318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:194;s:4:\"file\";s:17:\"HAlogo280wide.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"HAlogo280wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(89796,11318,'_edit_lock','1369389367:2'),(90575,11489,'_wp_attached_file','HAlogoHomepagesidebar.jpg'),(90576,11489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:294;s:4:\"file\";s:25:\"HAlogoHomepagesidebar.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"HAlogoHomepagesidebar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91018,11559,'_wp_attached_file','hughblue.jpg'),(91019,11559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:12:\"hughblue.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91020,11559,'_edit_lock','1369574462:2'),(91043,7488,'groups-groups_read_post','Allied'),(91050,7488,'groups-groups_read_post','Allied'),(91057,7490,'groups-groups_read_post','Board of Directors'),(91064,7490,'groups-groups_read_post','Board of Directors'),(91071,7490,'groups-groups_read_post','Board of Directors'),(91078,7490,'groups-groups_read_post','Board of Directors'),(91085,7490,'groups-groups_read_post','Board of Directors'),(91094,7490,'groups-groups_read_post','Board of Directors'),(91099,7490,'groups-groups_read_post','Board of Directors'),(91102,7490,'groups-groups_read_post','Board of Directors'),(91109,7490,'groups-groups_read_post','Board of Directors'),(91116,7490,'groups-groups_read_post','Board of Directors'),(91123,7490,'groups-groups_read_post','Board of Directors'),(91130,7490,'groups-groups_read_post','Board of Directors'),(91137,7490,'groups-groups_read_post','Board of Directors'),(91162,6446,'groups-groups_read_post','Council of Ministers'),(91169,6446,'groups-groups_read_post','Council of Ministers'),(91176,7513,'groups-groups_read_post','Board of Directors'),(91177,7513,'groups-groups_read_post','Council of Ministers'),(91178,7513,'groups-groups_read_post','CTO RMF Members'),(91185,7513,'groups-groups_read_post','Board of Directors'),(91186,7513,'groups-groups_read_post','Council of Ministers'),(91187,7513,'groups-groups_read_post','CTO RMF Members'),(91194,7513,'groups-groups_read_post','Board of Directors'),(91195,7513,'groups-groups_read_post','Council of Ministers'),(91196,7513,'groups-groups_read_post','CTO RMF Members'),(91203,7513,'groups-groups_read_post','Board of Directors'),(91204,7513,'groups-groups_read_post','Council of Ministers'),(91205,7513,'groups-groups_read_post','CTO RMF Members'),(91212,7513,'groups-groups_read_post','Board of Directors'),(91213,7513,'groups-groups_read_post','Council of Ministers'),(91214,7513,'groups-groups_read_post','CTO RMF Members'),(91221,7513,'groups-groups_read_post','Board of Directors'),(91222,7513,'groups-groups_read_post','Council of Ministers'),(91223,7513,'groups-groups_read_post','CTO RMF Members'),(91248,7520,'groups-groups_read_post','Board of Directors'),(91249,7520,'groups-groups_read_post','Council of Ministers'),(91250,7520,'groups-groups_read_post','CTO RMF Members'),(91255,7520,'groups-groups_read_post','Board of Directors'),(91256,7520,'groups-groups_read_post','Council of Ministers'),(91257,7520,'groups-groups_read_post','CTO RMF Members'),(91262,7520,'groups-groups_read_post','Board of Directors'),(91263,7520,'groups-groups_read_post','Council of Ministers'),(91264,7520,'groups-groups_read_post','CTO RMF Members'),(91269,7520,'groups-groups_read_post','Board of Directors'),(91270,7520,'groups-groups_read_post','Council of Ministers'),(91271,7520,'groups-groups_read_post','CTO RMF Members'),(91276,7520,'groups-groups_read_post','Board of Directors'),(91277,7520,'groups-groups_read_post','Council of Ministers'),(91278,7520,'groups-groups_read_post','CTO RMF Members'),(91283,7520,'groups-groups_read_post','Board of Directors'),(91284,7520,'groups-groups_read_post','Council of Ministers'),(91285,7520,'groups-groups_read_post','CTO RMF Members'),(91290,7520,'groups-groups_read_post','Board of Directors'),(91291,7520,'groups-groups_read_post','Council of Ministers'),(91292,7520,'groups-groups_read_post','CTO RMF Members'),(91297,7520,'groups-groups_read_post','Board of Directors'),(91298,7520,'groups-groups_read_post','Council of Ministers'),(91299,7520,'groups-groups_read_post','CTO RMF Members'),(91304,7520,'groups-groups_read_post','Board of Directors'),(91305,7520,'groups-groups_read_post','Council of Ministers'),(91306,7520,'groups-groups_read_post','CTO RMF Members'),(91311,7520,'groups-groups_read_post','Board of Directors'),(91312,7520,'groups-groups_read_post','Council of Ministers'),(91313,7520,'groups-groups_read_post','CTO RMF Members'),(91316,7520,'groups-groups_read_post','Board of Directors'),(91317,7520,'groups-groups_read_post','Council of Ministers'),(91318,7520,'groups-groups_read_post','CTO RMF Members'),(91327,7571,'groups-groups_read_post','Board of Directors'),(91328,7571,'groups-groups_read_post','Council of Ministers'),(91329,7571,'groups-groups_read_post','CTO RMF Members'),(91334,7571,'groups-groups_read_post','Board of Directors'),(91335,7571,'groups-groups_read_post','Council of Ministers'),(91336,7571,'groups-groups_read_post','CTO RMF Members'),(91341,7571,'groups-groups_read_post','Board of Directors'),(91342,7571,'groups-groups_read_post','Council of Ministers'),(91343,7571,'groups-groups_read_post','CTO RMF Members'),(91346,7571,'groups-groups_read_post','Board of Directors'),(91347,7571,'groups-groups_read_post','Council of Ministers'),(91348,7571,'groups-groups_read_post','CTO RMF Members'),(91355,7571,'groups-groups_read_post','Board of Directors'),(91356,7571,'groups-groups_read_post','Council of Ministers'),(91357,7571,'groups-groups_read_post','CTO RMF Members'),(91364,7571,'groups-groups_read_post','Board of Directors'),(91365,7571,'groups-groups_read_post','Council of Ministers'),(91366,7571,'groups-groups_read_post','CTO RMF Members'),(91373,7571,'groups-groups_read_post','Board of Directors'),(91374,7571,'groups-groups_read_post','Council of Ministers'),(91375,7571,'groups-groups_read_post','CTO RMF Members'),(91382,7563,'groups-groups_read_post','Board of Directors'),(91383,7563,'groups-groups_read_post','Council of Ministers'),(91384,7563,'groups-groups_read_post','CTO RMF Members'),(91391,7563,'groups-groups_read_post','Board of Directors'),(91392,7563,'groups-groups_read_post','Council of Ministers'),(91393,7563,'groups-groups_read_post','CTO RMF Members'),(91400,7563,'groups-groups_read_post','Board of Directors'),(91401,7563,'groups-groups_read_post','Council of Ministers'),(91402,7563,'groups-groups_read_post','CTO RMF Members'),(91409,7563,'groups-groups_read_post','Board of Directors'),(91410,7563,'groups-groups_read_post','Council of Ministers'),(91411,7563,'groups-groups_read_post','CTO RMF Members'),(91418,7563,'groups-groups_read_post','Board of Directors'),(91419,7563,'groups-groups_read_post','Council of Ministers'),(91420,7563,'groups-groups_read_post','CTO RMF Members'),(91427,7563,'groups-groups_read_post','Board of Directors'),(91428,7563,'groups-groups_read_post','Council of Ministers'),(91429,7563,'groups-groups_read_post','CTO RMF Members'),(91436,7563,'groups-groups_read_post','Board of Directors'),(91437,7563,'groups-groups_read_post','Council of Ministers'),(91438,7563,'groups-groups_read_post','CTO RMF Members'),(91445,7563,'groups-groups_read_post','Board of Directors'),(91446,7563,'groups-groups_read_post','Council of Ministers'),(91447,7563,'groups-groups_read_post','CTO RMF Members'),(91454,7563,'groups-groups_read_post','Board of Directors'),(91455,7563,'groups-groups_read_post','Council of Ministers'),(91456,7563,'groups-groups_read_post','CTO RMF Members'),(91463,7563,'groups-groups_read_post','Board of Directors'),(91464,7563,'groups-groups_read_post','Council of Ministers'),(91465,7563,'groups-groups_read_post','CTO RMF Members'),(91472,7563,'groups-groups_read_post','Board of Directors'),(91473,7563,'groups-groups_read_post','Council of Ministers'),(91474,7563,'groups-groups_read_post','CTO RMF Members'),(91483,7563,'groups-groups_read_post','Board of Directors'),(91484,7563,'groups-groups_read_post','Council of Ministers'),(91485,7563,'groups-groups_read_post','CTO RMF Members'),(91490,7563,'groups-groups_read_post','Board of Directors'),(91491,7563,'groups-groups_read_post','Council of Ministers'),(91492,7563,'groups-groups_read_post','CTO RMF Members'),(91497,7563,'groups-groups_read_post','Board of Directors'),(91498,7563,'groups-groups_read_post','Council of Ministers'),(91499,7563,'groups-groups_read_post','CTO RMF Members'),(91504,7563,'groups-groups_read_post','Board of Directors'),(91505,7563,'groups-groups_read_post','Council of Ministers'),(91506,7563,'groups-groups_read_post','CTO RMF Members'),(91511,7563,'groups-groups_read_post','Board of Directors'),(91512,7563,'groups-groups_read_post','Council of Ministers'),(91513,7563,'groups-groups_read_post','CTO RMF Members'),(91518,7563,'groups-groups_read_post','Board of Directors'),(91519,7563,'groups-groups_read_post','Council of Ministers'),(91520,7563,'groups-groups_read_post','CTO RMF Members'),(91525,7563,'groups-groups_read_post','Board of Directors'),(91526,7563,'groups-groups_read_post','Council of Ministers'),(91527,7563,'groups-groups_read_post','CTO RMF Members'),(91532,7563,'groups-groups_read_post','Board of Directors'),(91533,7563,'groups-groups_read_post','Council of Ministers'),(91534,7563,'groups-groups_read_post','CTO RMF Members'),(91537,7563,'groups-groups_read_post','Board of Directors'),(91538,7563,'groups-groups_read_post','Council of Ministers'),(91539,7563,'groups-groups_read_post','CTO RMF Members'),(91546,7563,'groups-groups_read_post','Board of Directors'),(91547,7563,'groups-groups_read_post','Council of Ministers'),(91548,7563,'groups-groups_read_post','CTO RMF Members'),(91557,7563,'groups-groups_read_post','Board of Directors'),(91558,7563,'groups-groups_read_post','Council of Ministers'),(91559,7563,'groups-groups_read_post','CTO RMF Members'),(91564,7563,'groups-groups_read_post','Board of Directors'),(91565,7563,'groups-groups_read_post','Council of Ministers'),(91566,7563,'groups-groups_read_post','CTO RMF Members'),(91571,7563,'groups-groups_read_post','Board of Directors'),(91572,7563,'groups-groups_read_post','Council of Ministers'),(91573,7563,'groups-groups_read_post','CTO RMF Members'),(91578,7563,'groups-groups_read_post','Board of Directors'),(91579,7563,'groups-groups_read_post','Council of Ministers'),(91580,7563,'groups-groups_read_post','CTO RMF Members'),(91585,7563,'groups-groups_read_post','Board of Directors'),(91586,7563,'groups-groups_read_post','Council of Ministers'),(91587,7563,'groups-groups_read_post','CTO RMF Members'),(91592,7563,'groups-groups_read_post','Board of Directors'),(91593,7563,'groups-groups_read_post','Council of Ministers'),(91594,7563,'groups-groups_read_post','CTO RMF Members'),(91599,7563,'groups-groups_read_post','Board of Directors'),(91600,7563,'groups-groups_read_post','Council of Ministers'),(91601,7563,'groups-groups_read_post','CTO RMF Members'),(91606,7563,'groups-groups_read_post','Board of Directors'),(91607,7563,'groups-groups_read_post','Council of Ministers'),(91608,7563,'groups-groups_read_post','CTO RMF Members'),(91613,7563,'groups-groups_read_post','Board of Directors'),(91614,7563,'groups-groups_read_post','Council of Ministers'),(91615,7563,'groups-groups_read_post','CTO RMF Members'),(91620,7563,'groups-groups_read_post','Board of Directors'),(91621,7563,'groups-groups_read_post','Council of Ministers'),(91622,7563,'groups-groups_read_post','CTO RMF Members'),(91625,7563,'groups-groups_read_post','Board of Directors'),(91626,7563,'groups-groups_read_post','Council of Ministers'),(91627,7563,'groups-groups_read_post','CTO RMF Members'),(91634,7563,'groups-groups_read_post','Board of Directors'),(91635,7563,'groups-groups_read_post','Council of Ministers'),(91636,7563,'groups-groups_read_post','CTO RMF Members'),(91643,7563,'groups-groups_read_post','Board of Directors'),(91644,7563,'groups-groups_read_post','Council of Ministers'),(91645,7563,'groups-groups_read_post','CTO RMF Members'),(91652,7563,'groups-groups_read_post','Board of Directors'),(91653,7563,'groups-groups_read_post','Council of Ministers'),(91654,7563,'groups-groups_read_post','CTO RMF Members'),(91661,7563,'groups-groups_read_post','Board of Directors'),(91662,7563,'groups-groups_read_post','Council of Ministers'),(91663,7563,'groups-groups_read_post','CTO RMF Members'),(91670,7563,'groups-groups_read_post','Board of Directors'),(91671,7563,'groups-groups_read_post','Council of Ministers'),(91672,7563,'groups-groups_read_post','CTO RMF Members'),(91679,7563,'groups-groups_read_post','Board of Directors'),(91680,7563,'groups-groups_read_post','Council of Ministers'),(91681,7563,'groups-groups_read_post','CTO RMF Members'),(91688,7563,'groups-groups_read_post','Board of Directors'),(91689,7563,'groups-groups_read_post','Council of Ministers'),(91690,7563,'groups-groups_read_post','CTO RMF Members'),(91697,7563,'groups-groups_read_post','Board of Directors'),(91698,7563,'groups-groups_read_post','Council of Ministers'),(91699,7563,'groups-groups_read_post','CTO RMF Members'),(91726,11675,'_wp_attached_file','img_karine-roy-camille.jpg'),(91727,11675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:152;s:6:\"height\";i:228;s:4:\"file\";s:26:\"img_karine-roy-camille.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"img_karine-roy-camille-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91780,11690,'_wp_attached_file','martiniqueslider1.jpg'),(91781,11690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:810;s:6:\"height\";i:400;s:4:\"file\";s:21:\"martiniqueslider1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"martiniqueslider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"martiniqueslider1-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91782,11691,'_wp_attached_file','martiniquehotel.jpg'),(91783,11691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:400;s:4:\"file\";s:19:\"martiniquehotel.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"martiniquehotel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"martiniquehotel-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91808,11701,'_wp_attached_file','soticsponsorsphotopage.jpg'),(91809,11701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:26:\"soticsponsorsphotopage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"soticsponsorsphotopage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"soticsponsorsphotopage-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91817,11705,'_wp_attached_file','soticspeakerspagepic.jpg'),(91818,11705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:24:\"soticspeakerspagepic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"soticspeakerspagepic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"soticspeakerspagepic-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91842,11712,'_menu_item_type','post_type'),(91843,11712,'_menu_item_menu_item_parent','0'),(91844,11712,'_menu_item_object_id','914'),(91845,11712,'_menu_item_object','page'),(91846,11712,'_menu_item_target',''),(91847,11712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91848,11712,'_menu_item_xfn',''),(91849,11712,'_menu_item_url',''),(91883,11725,'_wp_attached_file','fotoseekerCTO.png'),(91884,11725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:559;s:6:\"height\";i:539;s:4:\"file\";s:17:\"fotoseekerCTO.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fotoseekerCTO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fotoseekerCTO-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(91889,11726,'_wp_attached_file','CTONEwsMay2013.docx'),(91896,11728,'_wp_attached_file','CTONewsSTC14Issue2.docx'),(91903,11730,'_wp_attached_file','CTONEwsSTC14Issue1.docx'),(91910,11733,'_wp_attached_file','CTONewsMarch2013.docx'),(91911,11734,'_wp_attached_file','CTONewsFEB2013.docx'),(92026,11771,'_wp_attached_file','CaymanMinisterMoses.jpg'),(92027,11771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:141;s:6:\"height\";i:182;s:4:\"file\";s:23:\"CaymanMinisterMoses.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"CaymanMinisterMoses-141x150.jpg\";s:5:\"width\";i:141;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92052,5899,'groups-groups_read_post','MIST'),(92089,11792,'_wp_attached_file','UKtablemeeting650by169.jpg'),(92090,11792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:168;s:4:\"file\";s:26:\"UKtablemeeting650by169.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"UKtablemeeting650by169-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"UKtablemeeting650by169-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92093,11794,'_wp_attached_file','Ukpic1.jpg'),(92094,11794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:214;s:4:\"file\";s:10:\"Ukpic1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Ukpic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92097,7801,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/UKtablemeeting650by169.jpg'),(92106,11797,'_wp_attached_file','rum7.jpg'),(92107,11797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:8:\"rum7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rum7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"rum7-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92108,7788,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/rum7.jpg'),(92121,11802,'_wp_attached_file','hrDevpageheader.jpg'),(92122,11802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:19:\"hrDevpageheader.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"hrDevpageheader-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hrDevpageheader-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92123,1799,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/hrDevpageheader.jpg'),(92266,11848,'_wp_attached_file','whitedancers.jpg'),(92267,11848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:455;s:4:\"file\";s:16:\"whitedancers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"whitedancers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"whitedancers-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92278,11850,'_wp_attached_file','DSC_1381.jpg'),(92279,11850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:455;s:4:\"file\";s:12:\"DSC_1381.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_1381-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_1381-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92290,1393,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(92291,1393,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(92308,1393,'_oembed_a12c78a37b1f89333d7d2a94325ee1e4','<iframe width=\"364\" height=\"273\" src=\"http://www.youtube.com/embed/DX-_0iOjgN0?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(92881,7610,'groups-groups_read_post','Allied'),(92882,7610,'groups-groups_read_post','Board of Directors'),(92883,7610,'groups-groups_read_post','Council of Ministers'),(92884,7610,'groups-groups_read_post','CTO RMF Members'),(92934,2589,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(92935,2589,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(92936,2589,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(92937,2589,'_aioseop_description','Visitor summary, Tourist arrivals figures, Same day visitors, Length of stay, Arrivals by purpose of visit, Average daily expenditure, Visitor expenditure, Tourism budget, GDP at factor cost, Consumer Price Index, Hotel and Restaurant contribution to GDP; Rooms, Occupancy rates; Land Area (square Kilometres); Population (thousand, mid year 2004); Tourist arrivals by main markets; Monthly tourist arrivals.'),(92938,2589,'_aioseop_title','Individual Country Statistics'),(92947,2594,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(92948,2594,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(92949,2594,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(92950,2594,'_aioseop_title','Arrivals Statistics '),(93029,11995,'_wp_attached_file','2013APRIL9Lattab13.pdf'),(93192,12014,'_edit_last','2'),(93193,12014,'_edit_lock','1371064574:2'),(93202,2778,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93203,2778,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93204,2778,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(93205,2778,'_aioseop_title','Members Lists'),(93206,12014,'truethemes_video_url',''),(93207,12014,'truethemes_external_image_url',''),(93208,12014,'truethemes_slider_shortcode',''),(93209,12014,'truethemes_slider_cu3er',''),(93218,12014,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93219,12014,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93256,12022,'_edit_last','2'),(93257,12022,'_edit_lock','1369677534:2'),(93258,12022,'truethemes_video_url',''),(93259,12022,'truethemes_external_image_url',''),(93260,12022,'truethemes_slider_shortcode',''),(93261,12022,'truethemes_slider_cu3er',''),(93270,12022,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93271,12022,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93272,5899,'groups-groups_read_post','MIST'),(93285,12038,'_edit_last','2'),(93286,12038,'_edit_lock','1371064565:2'),(93287,12038,'truethemes_video_url',''),(93288,12038,'truethemes_external_image_url',''),(93289,12038,'truethemes_slider_shortcode',''),(93290,12038,'truethemes_slider_cu3er',''),(93299,12038,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93300,12038,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93321,7380,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93322,7380,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93323,7380,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(93324,7380,'_aioseop_title','Aviation Task Force'),(93333,7382,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93334,7382,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93335,7382,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(93336,7382,'_aioseop_title','Caribbean Tourism Organization Relief Fund'),(93605,7488,'groups-groups_read_post','Allied'),(93618,7490,'groups-groups_read_post','Board of Directors'),(93640,6446,'groups-groups_read_post','Council of Ministers'),(93653,7513,'groups-groups_read_post','Board of Directors'),(93654,7513,'groups-groups_read_post','Council of Ministers'),(93655,7513,'groups-groups_read_post','CTO RMF Members'),(93677,7520,'groups-groups_read_post','Board of Directors'),(93678,7520,'groups-groups_read_post','Council of Ministers'),(93679,7520,'groups-groups_read_post','CTO RMF Members'),(93686,7520,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93687,7520,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(93688,7520,'_aioseop_title','2008 Board Reports'),(93689,7571,'groups-groups_read_post','Board of Directors'),(93690,7571,'groups-groups_read_post','Council of Ministers'),(93691,7571,'groups-groups_read_post','CTO RMF Members'),(93698,7571,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93699,7571,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(93700,7571,'_aioseop_title','2009 Board Reports'),(93701,7563,'groups-groups_read_post','Board of Directors'),(93702,7563,'groups-groups_read_post','Council of Ministers'),(93703,7563,'groups-groups_read_post','CTO RMF Members'),(93710,7563,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93711,7563,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(93712,7563,'_aioseop_title','2010 Board Reports'),(93759,12120,'_wp_attached_file','300by150.jpg'),(93760,12120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:12:\"300by150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"300by150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(93786,7561,'groups-groups_read_post','Board of Directors'),(93787,7561,'groups-groups_read_post','Council of Ministers'),(93788,7561,'groups-groups_read_post','CTO RMF Members'),(93795,7561,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93796,7561,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(93797,7561,'_aioseop_title','2011 Board Reports'),(93798,7559,'groups-groups_read_post','Board of Directors'),(93799,7559,'groups-groups_read_post','Council of Ministers'),(93800,7559,'groups-groups_read_post','CTO RMF Members'),(93807,7559,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93808,7559,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(93809,7559,'_aioseop_title','2012 Board Reports'),(93864,6687,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93865,6687,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93866,6687,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(93867,6687,'_aioseop_title','Disaster Management Resources'),(93904,12141,'_edit_last','2'),(93905,12141,'_edit_lock','1371064555:2'),(93906,12141,'truethemes_video_url',''),(93907,12141,'truethemes_external_image_url',''),(93908,12141,'truethemes_slider_shortcode',''),(93909,12141,'truethemes_slider_cu3er',''),(93918,12141,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93919,12141,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(93920,12143,'_edit_last','2'),(93921,12143,'_edit_lock','1371064545:2'),(93922,12143,'truethemes_video_url',''),(93923,12143,'truethemes_external_image_url',''),(93924,12143,'truethemes_slider_shortcode',''),(93925,12143,'truethemes_slider_cu3er',''),(93934,12143,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(93935,12143,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(94010,12156,'_wp_attached_file','NewBMStaff.jpg'),(94011,12156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:14:\"NewBMStaff.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94012,12156,'_edit_lock','1369748803:2'),(94025,12158,'_wp_attached_file','Riley140by105H.jpg'),(94026,12158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:105;s:4:\"file\";s:18:\"Riley140by105H.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94027,12158,'_edit_lock','1370369387:8'),(94040,12161,'_wp_attached_file','grif140by105W.jpg'),(94041,12161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:17:\"grif140by105W.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94042,12161,'_edit_lock','1369749315:2'),(94043,12162,'_wp_attached_file','sylma140by105B.png'),(94044,12162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:18:\"sylma140by105B.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94045,12162,'_edit_lock','1369749511:2'),(94058,12165,'_wp_attached_file','skeete140by105R.png'),(94059,12165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:19:\"skeete140by105R.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94060,12165,'_edit_lock','1369749824:2'),(94073,12168,'_wp_attached_file','abreu140by105F.png'),(94074,12168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:105;s:4:\"file\";s:18:\"abreu140by105F.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94075,12168,'_edit_lock','1369750044:2'),(94369,12214,'_wp_attached_file','intervalscholarshipcheque.jpg'),(94370,12214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:606;s:6:\"height\";i:390;s:4:\"file\";s:29:\"intervalscholarshipcheque.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"intervalscholarshipcheque-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"intervalscholarshipcheque-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:36:\"intervalscholarshipcheque-148x95.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:35:\"intervalscholarshipcheque-31x19.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:35:\"intervalscholarshipcheque-38x24.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:37:\"intervalscholarshipcheque-334x215.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:36:\"intervalscholarshipcheque-148x95.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:36:\"intervalscholarshipcheque-148x95.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94567,12243,'_edit_last','2'),(94568,12243,'_wp_page_template','page-template-sitemap.php'),(94571,12243,'truethemes_page_checkbox',''),(94572,12243,'truethemes_custom_sub_menu',''),(94573,12243,'truethemes_slider_shortcode',''),(94574,12243,'truethemes_slider_cu3er',''),(94575,12243,'banner_search','yes'),(94576,12243,'page_primary_color_scheme','null'),(94577,12243,'page_secondary_color_scheme','null'),(94578,12243,'page_background_color','#'),(94579,12243,'page_background_position','left top'),(94580,12243,'page_background_repeat','repeat'),(94581,12243,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(94582,12243,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(94583,12243,'_edit_lock','1369840077:2'),(94586,12248,'_menu_item_type','post_type'),(94587,12248,'_menu_item_menu_item_parent','0'),(94588,12248,'_menu_item_object_id','12243'),(94589,12248,'_menu_item_object','page'),(94590,12248,'_menu_item_target',''),(94591,12248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(94592,12248,'_menu_item_xfn',''),(94593,12248,'_menu_item_url',''),(94815,7801,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(94816,7801,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(94817,7801,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(94818,7801,'_aioseop_title','CTO UK Chapter'),(94823,7788,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(94824,7788,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(94877,1801,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/tsaimagesite4.jpg'),(94890,1801,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(94891,1801,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(94892,1801,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(94893,1801,'_aioseop_title','CTO Department of Research and Information Technology'),(94894,12370,'_wp_attached_file','finalLife650by169.jpg'),(94895,12370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:169;s:4:\"file\";s:21:\"finalLife650by169.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"finalLife650by169-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"finalLife650by169-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:28:\"finalLife650by169-148x38.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"finalLife650by169-31x8.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"finalLife650by169-38x9.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:29:\"finalLife650by169-425x110.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"finalLife650by169-148x38.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"finalLife650by169-148x38.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94896,7778,'page_featured_image','http://www.onecaribbean.org/wp-content/uploads/finalLife650by169.jpg'),(95085,12403,'_edit_last','2'),(95086,12403,'_edit_lock','1386686573:2'),(95087,12403,'truethemes_page_checkbox',''),(95088,12403,'truethemes_custom_sub_menu','tvs-sub'),(95089,12403,'truethemes_slider_shortcode',''),(95090,12403,'truethemes_slider_cu3er',''),(95091,12403,'banner_search','yes'),(95092,12403,'page_primary_color_scheme','null'),(95093,12403,'page_secondary_color_scheme','null'),(95094,12403,'page_background_color','#'),(95095,12403,'page_background_position','left top'),(95096,12403,'page_background_repeat','repeat'),(95099,12403,'_wp_page_template','page-template-left-nav.php'),(95110,12406,'_menu_item_type','post_type'),(95111,12406,'_menu_item_menu_item_parent','0'),(95112,12406,'_menu_item_object_id','12403'),(95113,12406,'_menu_item_object','page'),(95114,12406,'_menu_item_target',''),(95115,12406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(95116,12406,'_menu_item_xfn',''),(95117,12406,'_menu_item_url',''),(95210,1541,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(95211,1541,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(95212,1541,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(95213,1541,'_aioseop_title','Our Work'),(95242,7778,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(95243,7778,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(95244,7778,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(95245,7778,'_aioseop_title','Caribbean Tourism Development Company'),(95314,7358,'_edit_lock','1369784092:2'),(95315,7358,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1792;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"RCClFOundation.png\";}}'),(95316,7358,'_edit_last','2'),(95425,12462,'_wp_attached_file','Caribsave-logo-.jpg'),(95426,12462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:68;s:4:\"file\";s:19:\"Caribsave-logo-.jpg\";s:5:\"sizes\";a:5:{s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Caribsave-logo--148x67.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Caribsave-logo--31x14.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Caribsave-logo--38x17.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Caribsave-logo--148x67.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Caribsave-logo--148x67.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(95711,12509,'_wp_attached_file','draft6.png'),(95712,12509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:253;s:6:\"height\";i:127;s:4:\"file\";s:10:\"draft6.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"draft6-150x127.png\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:17:\"draft6-148x74.png\";s:5:\"width\";i:148;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:16:\"draft6-31x15.png\";s:5:\"width\";i:31;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:16:\"draft6-38x19.png\";s:5:\"width\";i:38;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:17:\"draft6-148x74.png\";s:5:\"width\";i:148;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:17:\"draft6-148x74.png\";s:5:\"width\";i:148;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(95725,12513,'_wp_attached_file','draft7.png'),(95726,12513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:253;s:6:\"height\";i:129;s:4:\"file\";s:10:\"draft7.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"draft7-150x129.png\";s:5:\"width\";i:150;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:17:\"draft7-148x75.png\";s:5:\"width\";i:148;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:16:\"draft7-31x15.png\";s:5:\"width\";i:31;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:16:\"draft7-38x19.png\";s:5:\"width\";i:38;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:17:\"draft7-148x75.png\";s:5:\"width\";i:148;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:17:\"draft7-148x75.png\";s:5:\"width\";i:148;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(95866,12543,'_edit_last','2'),(95867,12543,'_edit_lock','1369848375:2'),(95868,12543,'truethemes_video_url',''),(95869,12543,'truethemes_external_image_url',''),(95870,12543,'truethemes_slider_shortcode',''),(95871,12543,'truethemes_slider_cu3er',''),(95880,12543,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(95881,12543,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(95936,12551,'_wp_attached_file','Walters140by105N.jpg'),(95937,12551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:105;s:4:\"file\";s:20:\"Walters140by105N.jpg\";s:5:\"sizes\";a:2:{s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Walters140by105N-31x23.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Walters140by105N-38x28.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(95938,12551,'_edit_lock','1369850306:2'),(96178,12586,'_wp_attached_file','newstats1.jpg'),(96179,12586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:13:\"newstats1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"newstats1-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:20:\"newstats1-148x99.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"newstats1-31x20.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:19:\"newstats1-38x25.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:20:\"newstats1-148x99.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:20:\"newstats1-148x99.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96180,12586,'_edit_lock','1369856768:2'),(96191,12587,'_wp_attached_file','stats197by133.jpg'),(96192,12587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:17:\"stats197by133.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"stats197by133-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"stats197by133-148x99.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:23:\"stats197by133-31x20.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"stats197by133-38x25.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"stats197by133-148x99.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"stats197by133-148x99.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96241,12594,'_wp_attached_file','7daycruiseFINAL.jpg'),(96242,12594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:252;s:6:\"height\";i:227;s:4:\"file\";s:19:\"7daycruiseFINAL.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"7daycruiseFINAL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"7daycruiseFINAL-148x133.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"7daycruiseFINAL-31x27.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"7daycruiseFINAL-38x34.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"7daycruiseFINAL-238x215.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:27:\"7daycruiseFINAL-148x133.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"7daycruiseFINAL-148x133.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96243,12594,'_edit_lock','1369860513:2'),(96301,12603,'_wp_attached_file','ctolibrarypic.png'),(96302,12603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:380;s:4:\"file\";s:17:\"ctolibrarypic.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ctolibrarypic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ctolibrarypic-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"ctolibrarypic-148x82.png\";s:5:\"width\";i:148;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:23:\"ctolibrarypic-31x17.png\";s:5:\"width\";i:31;s:6:\"height\";i:17;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"ctolibrarypic-38x21.png\";s:5:\"width\";i:38;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"ctolibrarypic-385x215.png\";s:5:\"width\";i:385;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"ctolibrarypic-148x82.png\";s:5:\"width\";i:148;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"ctolibrarypic-148x82.png\";s:5:\"width\";i:148;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96435,12638,'_wp_attached_file','FinalFay140by105.jpg'),(96436,12638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:105;s:4:\"file\";s:20:\"FinalFay140by105.jpg\";s:5:\"sizes\";a:2:{s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"FinalFay140by105-31x23.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"FinalFay140by105-38x28.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96437,12638,'_edit_lock','1370369773:8'),(96658,12672,'_menu_item_type','post_type'),(96659,12672,'_menu_item_menu_item_parent','0'),(96660,12672,'_menu_item_object_id','1539'),(96661,12672,'_menu_item_object','page'),(96662,12672,'_menu_item_target',''),(96663,12672,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(96664,12672,'_menu_item_xfn',''),(96665,12672,'_menu_item_url',''),(96673,12681,'_wp_attached_file','61stBoardReportJune2013.pdf'),(96674,12682,'_wp_attached_file','61stBoardReportJune2013French.pdf'),(96677,12682,'groups-groups_read_post','CTO RMF Members'),(96678,12683,'_wp_attached_file','61BoardReportJune2013Spanish.pdf'),(96681,12683,'groups-groups_read_post','CTO RMF Members'),(96781,12700,'_wp_attached_file','smallcruisesurveylogo.jpg'),(96782,12700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:251;s:6:\"height\";i:135;s:4:\"file\";s:25:\"smallcruisesurveylogo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"smallcruisesurveylogo-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96866,515,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(96867,515,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(96868,12714,'_wp_attached_file','May24Lattab13.pdf'),(96977,12729,'_edit_last','2'),(96978,12729,'_edit_lock','1370007164:2'),(97098,12757,'_feedback_author','Alexis Lescott'),(97099,12757,'_feedback_author_email','alexis.lescott@centralbank.org.bb'),(97100,12757,'_feedback_author_url',''),(97101,12757,'_feedback_subject','SOTIC subscribers'),(97102,12757,'_feedback_ip','205.244.151.83'),(97103,12757,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(97104,12757,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"Alexis Lescott\";s:13:\"Email address\";s:33:\"alexis.lescott@centralbank.org.bb\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(97105,12757,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(97106,12757,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:14:\"Alexis Lescott\";s:20:\"comment_author_email\";s:33:\"alexis.lescott@centralbank.org.bb\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:14:\"205.244.151.83\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:14:\"205.244.151.83\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-02023ed1-23c0-455c-a556-2e8258d04953\";s:21:\"PHP_FCGI_MAX_REQUESTS\";s:5:\"10000\";s:5:\"PHPRC\";s:31:\"C:\\Program Files (x86)\\PHP\\v5.3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:217:\"C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;C:\\Program Files\\Microsoft\\Web Platform Installer\\\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:8:\"HTTP_VIA\";s:8:\"1.1 LOKI\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"239\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:9:\"AUTH_TYPE\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"239\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:5:\"HTTPS\";s:3:\"off\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:10:\"LOGON_USER\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"REMOTE_ADDR\";s:14:\"205.244.151.83\";s:11:\"REMOTE_HOST\";s:14:\"205.244.151.83\";s:11:\"REMOTE_PORT\";s:5:\"55379\";s:11:\"REMOTE_USER\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SERVER_PORT\";s:2:\"80\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:3:\"URL\";s:10:\"/index.php\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1370018432\";}'),(97107,12757,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:170:\"Name : Alexis Lescott \n\nEmail address : alexis.lescott@centralbank.org.bb \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Friday May 31, 2013 at 12:40 pm\n\";s:7:\"headers\";s:144:\"From: Alexis Lescott <alexis.lescott@centralbank.org.bb>\r\nReply-To: alexis.lescott@centralbank.org.bb\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(97162,12760,'_edit_last','2'),(97163,12760,'_edit_lock','1371064532:2'),(97164,12760,'truethemes_video_url',''),(97165,12760,'truethemes_external_image_url',''),(97166,12760,'truethemes_slider_shortcode',''),(97167,12760,'truethemes_slider_cu3er',''),(97176,12760,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97177,12760,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97178,12762,'_edit_last','2'),(97179,12762,'_edit_lock','1371064502:2'),(97180,12762,'truethemes_video_url',''),(97181,12762,'truethemes_external_image_url',''),(97182,12762,'truethemes_slider_shortcode',''),(97183,12762,'truethemes_slider_cu3er',''),(97192,12762,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97193,12762,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97194,12764,'_edit_last','2'),(97195,12764,'_edit_lock','1371064493:2'),(97196,12764,'truethemes_video_url',''),(97197,12764,'truethemes_external_image_url',''),(97198,12764,'truethemes_slider_shortcode',''),(97199,12764,'truethemes_slider_cu3er',''),(97208,12764,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97209,12764,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97210,12766,'_edit_last','2'),(97211,12766,'_edit_lock','1371064480:2'),(97212,12766,'truethemes_video_url',''),(97213,12766,'truethemes_external_image_url',''),(97214,12766,'truethemes_slider_shortcode',''),(97215,12766,'truethemes_slider_cu3er',''),(97224,12766,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97225,12766,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97226,12768,'_edit_last','2'),(97227,12768,'_edit_lock','1371064470:2'),(97228,12768,'truethemes_video_url',''),(97229,12768,'truethemes_external_image_url',''),(97230,12768,'truethemes_slider_shortcode',''),(97231,12768,'truethemes_slider_cu3er',''),(97240,12768,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97241,12768,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97242,12771,'_edit_last','2'),(97243,12771,'_edit_lock','1371064456:2'),(97244,12771,'truethemes_video_url',''),(97245,12771,'truethemes_external_image_url',''),(97246,12771,'truethemes_slider_shortcode',''),(97247,12771,'truethemes_slider_cu3er',''),(97256,12771,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97257,12771,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97258,12774,'_edit_last','2'),(97259,12774,'_edit_lock','1371064440:2'),(97260,12774,'truethemes_video_url',''),(97261,12774,'truethemes_external_image_url',''),(97262,12774,'truethemes_slider_shortcode',''),(97263,12774,'truethemes_slider_cu3er',''),(97272,12774,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97273,12774,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97274,12776,'_edit_last','2'),(97275,12776,'_edit_lock','1370024255:2'),(97276,12776,'truethemes_video_url',''),(97277,12776,'truethemes_external_image_url',''),(97278,12776,'truethemes_slider_shortcode',''),(97279,12776,'truethemes_slider_cu3er',''),(97298,12776,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97299,12776,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97300,12779,'_edit_last','2'),(97301,12779,'_edit_lock','1370024326:2'),(97302,12779,'truethemes_video_url',''),(97303,12779,'truethemes_external_image_url',''),(97304,12779,'truethemes_slider_shortcode',''),(97305,12779,'truethemes_slider_cu3er',''),(97314,12779,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97315,12779,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97316,12781,'_edit_last','2'),(97317,12781,'_edit_lock','1371064425:2'),(97318,12781,'truethemes_video_url',''),(97319,12781,'truethemes_external_image_url',''),(97320,12781,'truethemes_slider_shortcode',''),(97321,12781,'truethemes_slider_cu3er',''),(97330,12781,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97331,12781,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97332,12783,'_edit_last','2'),(97333,12783,'_edit_lock','1371064409:2'),(97334,12783,'truethemes_video_url',''),(97335,12783,'truethemes_external_image_url',''),(97336,12783,'truethemes_slider_shortcode',''),(97337,12783,'truethemes_slider_cu3er',''),(97384,12783,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97385,12783,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97466,7108,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97467,7108,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97468,7108,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(97469,7108,'_aioseop_title','Major CTO Foundation Sponsors'),(97478,7106,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97479,7106,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97480,7106,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(97481,7106,'_aioseop_title','Types of CTO Foundation Scholarships'),(97490,7317,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97491,7317,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97492,7317,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(97493,7317,'_aioseop_title','How the CTO Foundation is Funded'),(97494,12809,'_edit_last','2'),(97495,12809,'_edit_lock','1370097636:2'),(97496,12809,'truethemes_video_url',''),(97497,12809,'truethemes_external_image_url',''),(97498,12809,'truethemes_slider_shortcode',''),(97499,12809,'truethemes_slider_cu3er',''),(97508,12809,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97509,12809,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97510,12813,'_edit_last','2'),(97511,12813,'_edit_lock','1370098052:2'),(97512,12813,'truethemes_video_url',''),(97513,12813,'truethemes_external_image_url',''),(97514,12813,'truethemes_slider_shortcode',''),(97515,12813,'truethemes_slider_cu3er',''),(97524,12813,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(97525,12813,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(97563,12821,'_wp_attached_file','tcieventshomepic.png'),(97564,12821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:20:\"tcieventshomepic.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"tcieventshomepic-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(97580,12821,'_edit_lock','1370100125:2'),(97596,12826,'_wp_attached_file','newJoinNowbutton.png'),(97597,12826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:124;s:4:\"file\";s:20:\"newJoinNowbutton.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"newJoinNowbutton-150x124.png\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(97608,12827,'_wp_attached_file','JoinNowjune1.png'),(97609,12827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:124;s:4:\"file\";s:16:\"JoinNowjune1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"JoinNowjune1-150x124.png\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(97827,12867,'_wp_attached_file','Lattab12-Updateapril2013.pdf'),(97843,12870,'_wp_attached_file','Lattab2011UpdatedApril2013.pdf'),(98442,1545,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98443,1545,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98444,1545,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(98445,1545,'_aioseop_title','Resources'),(98484,2828,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98485,2828,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98486,2828,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(98487,2828,'_aioseop_title','Total Visitor Satisfaction Criteria and Ratings'),(98641,13029,'_edit_last','2'),(98642,13029,'_edit_lock','1371064383:2'),(98643,13029,'truethemes_video_url',''),(98644,13029,'truethemes_external_image_url',''),(98645,13029,'truethemes_slider_shortcode',''),(98646,13029,'truethemes_slider_cu3er',''),(98655,13029,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98656,13029,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98657,13031,'_edit_last','2'),(98658,13031,'_edit_lock','1371064374:2'),(98659,13031,'truethemes_video_url',''),(98660,13031,'truethemes_external_image_url',''),(98661,13031,'truethemes_slider_shortcode',''),(98662,13031,'truethemes_slider_cu3er',''),(98671,13031,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98672,13031,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98673,13033,'_edit_last','2'),(98674,13033,'_edit_lock','1371064358:2'),(98675,13033,'truethemes_video_url',''),(98676,13033,'truethemes_external_image_url',''),(98677,13033,'truethemes_slider_shortcode',''),(98678,13033,'truethemes_slider_cu3er',''),(98687,13033,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98688,13033,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98689,13035,'_edit_last','2'),(98690,13035,'_edit_lock','1371064333:2'),(98691,13035,'truethemes_video_url',''),(98692,13035,'truethemes_external_image_url',''),(98693,13035,'truethemes_slider_shortcode',''),(98694,13035,'truethemes_slider_cu3er',''),(98703,13035,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98704,13035,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98715,5386,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(98716,5386,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(98717,5386,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(98718,5386,'_aioseop_title','Caribbean Events Calendar'),(98731,9891,'_edit_lock','1384868356:2'),(98783,13054,'_wp_attached_file','colinjamesantigua.jpg'),(98784,13054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:140;s:4:\"file\";s:21:\"colinjamesantigua.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98797,13057,'_wp_attached_file','cortwrightmarchallantigua.png'),(98798,13057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:226;s:4:\"file\";s:29:\"cortwrightmarchallantigua.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cortwrightmarchallantigua-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98811,13060,'_wp_attached_file','BTA-Urban-Cumberbatch.jpg'),(98812,13060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:165;s:4:\"file\";s:25:\"BTA-Urban-Cumberbatch.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"BTA-Urban-Cumberbatch-120x150.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98825,13064,'_wp_attached_file','laura-esquivel-frampton.jpg'),(98826,13064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:140;s:6:\"height\";i:206;s:4:\"file\";s:27:\"laura-esquivel-frampton.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"laura-esquivel-frampton-140x150.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98839,13067,'_wp_attached_file','Ethsel-Pieternella.jpg'),(98840,13067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:22:\"Ethsel-Pieternella.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98853,13070,'_wp_attached_file','sharonFlaxMarsBVI.jpg'),(98854,13070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:321;s:4:\"file\";s:21:\"sharonFlaxMarsBVI.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sharonFlaxMarsBVI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"sharonFlaxMarsBVI-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98867,13073,'_wp_attached_file','Shomari_Scott-250x298.jpg'),(98868,13073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:298;s:4:\"file\";s:25:\"Shomari_Scott-250x298.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Shomari_Scott-250x298-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98881,13073,'_edit_lock','1370369711:8'),(98882,13076,'_wp_attached_file','Manuel-Marrero-Cruz.jpg'),(98883,13076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:220;s:4:\"file\";s:23:\"Manuel-Marrero-Cruz.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Manuel-Marrero-Cruz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98884,13077,'_wp_attached_file','marialopezcuba2.png'),(98885,13077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:172;s:6:\"height\";i:151;s:4:\"file\";s:19:\"marialopezcuba2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"marialopezcuba2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98886,13078,'_wp_attached_file','josemanuelbisbecuba.png'),(98887,13078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:113;s:4:\"file\";s:23:\"josemanuelbisbecuba.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98900,13080,'_wp_attached_file','stevemartinacuracao.png'),(98901,13080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:206;s:4:\"file\";s:23:\"stevemartinacuracao.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"stevemartinacuracao-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98902,13081,'_wp_attached_file','ghatim-a-kabbara.jpg'),(98903,13081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:20:\"ghatim-a-kabbara.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98904,13082,'_wp_attached_file','colinpiperdominica.jpg'),(98905,13082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:22:\"colinpiperdominica.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98984,13096,'_wp_attached_file','AnneBrobynWaterSportsCWeekNY2013.pdf'),(98997,13096,'_edit_lock','1370465387:2'),(99026,13103,'_wp_attached_file','Total-Visitor-Satisfaction-Caribbean-Week-NYC-2013.pdf'),(99039,13106,'_wp_attached_file','HospitalityAssuredCWeekJune2013.pdf'),(99067,7704,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(99068,7704,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(99069,7704,'_aioseop_title','2005-2007 Board Reports'),(99070,7610,'groups-groups_read_post','Allied'),(99071,7610,'groups-groups_read_post','Board of Directors'),(99072,7610,'groups-groups_read_post','Council of Ministers'),(99073,7610,'groups-groups_read_post','CTO RMF Members'),(99086,7610,'groups-groups_read_post','Allied'),(99087,7610,'groups-groups_read_post','Board of Directors'),(99088,7610,'groups-groups_read_post','Council of Ministers'),(99089,7610,'groups-groups_read_post','CTO RMF Members'),(99102,7610,'groups-groups_read_post','Allied'),(99103,7610,'groups-groups_read_post','Board of Directors'),(99104,7610,'groups-groups_read_post','Council of Ministers'),(99105,7610,'groups-groups_read_post','CTO RMF Members'),(99118,7610,'groups-groups_read_post','Allied'),(99119,7610,'groups-groups_read_post','Board of Directors'),(99120,7610,'groups-groups_read_post','Council of Ministers'),(99121,7610,'groups-groups_read_post','CTO RMF Members'),(99134,7610,'groups-groups_read_post','Allied'),(99135,7610,'groups-groups_read_post','Board of Directors'),(99136,7610,'groups-groups_read_post','Council of Ministers'),(99137,7610,'groups-groups_read_post','CTO RMF Members'),(99150,7610,'groups-groups_read_post','Allied'),(99151,7610,'groups-groups_read_post','Board of Directors'),(99152,7610,'groups-groups_read_post','Council of Ministers'),(99153,7610,'groups-groups_read_post','CTO RMF Members'),(99166,7610,'groups-groups_read_post','Allied'),(99167,7610,'groups-groups_read_post','Board of Directors'),(99168,7610,'groups-groups_read_post','Council of Ministers'),(99169,7610,'groups-groups_read_post','CTO RMF Members'),(99182,7610,'groups-groups_read_post','Allied'),(99183,7610,'groups-groups_read_post','Board of Directors'),(99184,7610,'groups-groups_read_post','Council of Ministers'),(99185,7610,'groups-groups_read_post','CTO RMF Members'),(99198,7610,'groups-groups_read_post','Allied'),(99199,7610,'groups-groups_read_post','Board of Directors'),(99200,7610,'groups-groups_read_post','Council of Ministers'),(99201,7610,'groups-groups_read_post','CTO RMF Members'),(99258,13138,'_edit_last','2'),(99259,13138,'_edit_lock','1402595592:2'),(99260,13139,'_wp_attached_file','CTOUSAIncPresentationJune2013.pptx'),(99261,13140,'_wp_attached_file','SGPResentationJune2013.pdf'),(99264,13139,'groups-groups_read_post','CTO RMF Members'),(99265,13138,'truethemes_page_checkbox',''),(99266,13138,'truethemes_custom_sub_menu',''),(99267,13138,'truethemes_slider_shortcode',''),(99268,13138,'truethemes_slider_cu3er',''),(99269,13138,'banner_search','yes'),(99270,13138,'page_primary_color_scheme','null'),(99271,13138,'page_secondary_color_scheme','null'),(99272,13138,'page_background_color','#'),(99273,13138,'page_background_position','left top'),(99274,13138,'page_background_repeat','repeat'),(99277,13138,'_wp_page_template','page-template-left-nav.php'),(99282,13142,'_wp_attached_file','FinancePresentationJune2013.pdf'),(99283,13142,'groups-groups_read_post','CTO RMF Members'),(99284,13144,'_wp_attached_file','ResearchITPresentationJune2013.pdf'),(99287,13144,'groups-groups_read_post','CTO RMF Members'),(99288,13145,'_wp_attached_file','SharonCowardNewOneCaribbean-June-2013.pdf'),(99291,13145,'groups-groups_read_post','CTO RMF Members'),(99292,13146,'_wp_attached_file','HRPresentationJune2013.pdf'),(99293,13146,'groups-groups_read_post','CTO RMF Members'),(99294,13147,'_wp_attached_file','CTOUKEuropePresentationJune2013.pdf'),(99297,13147,'groups-groups_read_post','CTO RMF Members'),(99298,13148,'_wp_attached_file','SustainableTourismPresentationJune2013.pdf'),(99301,13148,'groups-groups_read_post','CTO RMF Members'),(99302,13149,'_wp_attached_file','CommunicationsPresentationJune2013.pdf'),(99304,13149,'groups-groups_read_post','CTO RMF Members'),(99347,7490,'groups-groups_read_post','Board of Directors'),(99357,7490,'groups-groups_read_post','Board of Directors'),(99367,6446,'groups-groups_read_post','Council of Ministers'),(99390,13169,'_edit_last','2'),(99391,13169,'_edit_lock','1370621136:7'),(99392,13169,'truethemes_video_url',''),(99393,13169,'truethemes_external_image_url',''),(99394,13169,'truethemes_slider_shortcode',''),(99395,13169,'truethemes_slider_cu3er',''),(99424,13169,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(99425,13169,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(99428,13175,'_wp_attached_file','martiniqueshots1.png'),(99429,13175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:422;s:4:\"file\";s:20:\"martiniqueshots1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"martiniqueshots1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"martiniqueshots1-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(99440,13177,'_wp_attached_file','martiniqu445by273.jpg'),(99441,13177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:21:\"martiniqu445by273.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"martiniqu445by273-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"martiniqu445by273-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(99527,1951,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(99528,1951,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(99529,1951,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(99530,1951,'_aioseop_title','Caribbean Tourism Organization News Releases'),(99531,13187,'_feedback_author',''),(99532,13187,'_feedback_author_email',''),(99533,13187,'_feedback_author_url',''),(99534,13187,'_feedback_subject','Signup form OneCaribbean'),(99535,13187,'_feedback_ip','10.17.1.254'),(99536,13187,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(99537,13187,'_feedback_all_fields','a:8:{s:4:\"Name\";s:17:\"James Clark Jr\";s:13:\"Email address\";s:19:\"james6549@yahoo.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";}'),(99538,13187,'_feedback_extra_fields','a:8:{s:4:\"Name\";s:17:\"James Clark Jr\";s:13:\"Email address\";s:19:\"james6549@yahoo.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";}'),(99539,13187,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:79:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MAGWJS)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-bd8a0199-3447-4603-bc33-42f67f102e5b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55225\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"265\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"72.229.170.166\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:79:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MAGWJS)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"265\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1370623876.067\";s:12:\"REQUEST_TIME\";s:10:\"1370623876\";}'),(99540,13187,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:229:\"Name: James Clark Jr\n\nEmail address: james6549@yahoo.com\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Friday June 7, 2013 at 12:51 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99541,13189,'_feedback_author','Lisa Dahr'),(99542,13189,'_feedback_author_email','Lisa@tourism.ca'),(99543,13189,'_feedback_author_url',''),(99544,13189,'_feedback_subject','SOTIC subscribers'),(99545,13189,'_feedback_ip','10.17.1.254'),(99546,13189,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99547,13189,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Lisa Dahr\";s:13:\"Email address\";s:15:\"Lisa@tourism.ca\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99548,13189,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99549,13189,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:9:\"Lisa Dahr\";s:20:\"comment_author_email\";s:15:\"Lisa@tourism.ca\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fa9f1c5c-e323-4348-a182-ef3e8137c10f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39803\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"218\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"71.7.236.125\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"218\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370642235.8778\";s:12:\"REQUEST_TIME\";s:10:\"1370642235\";}'),(99550,13189,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:146:\"Name : Lisa Dahr \n\nEmail address : Lisa@tourism.ca \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Friday June 7, 2013 at 5:57 pm\n\";s:7:\"headers\";s:103:\"From: Lisa Dahr <Lisa@tourism.ca>\r\nReply-To: Lisa@tourism.ca\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99551,13190,'_feedback_author','Margaret King'),(99552,13190,'_feedback_author_email','Margaret@BridgetownTravel.com'),(99553,13190,'_feedback_author_url',''),(99554,13190,'_feedback_subject','SOTIC subscribers'),(99555,13190,'_feedback_ip','10.17.1.254'),(99556,13190,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99557,13190,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"Margaret King\";s:13:\"Email address\";s:29:\"Margaret@BridgetownTravel.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99558,13190,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99559,13190,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:13:\"Margaret King\";s:20:\"comment_author_email\";s:29:\"Margaret@BridgetownTravel.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1ba12e64-fbc9-4b92-adfd-a35eb379903e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55628\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"234\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"65.48.159.194\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"234\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370709406.4296\";s:12:\"REQUEST_TIME\";s:10:\"1370709406\";}'),(99560,13190,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:167:\"Name : Margaret King \n\nEmail address : Margaret@BridgetownTravel.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Saturday June 8, 2013 at 12:36 pm\n\";s:7:\"headers\";s:135:\"From: Margaret King <Margaret@BridgetownTravel.com>\r\nReply-To: Margaret@BridgetownTravel.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99561,13191,'_feedback_author','ADEYEMO ABIODUN SEMIU'),(99562,13191,'_feedback_author_email','adeyemo_abiodun2002@yahoo.com'),(99563,13191,'_feedback_author_url',''),(99564,13191,'_feedback_subject','SOTIC subscribers'),(99565,13191,'_feedback_ip','10.17.1.254'),(99566,13191,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99567,13191,'_feedback_all_fields','a:3:{s:4:\"Name\";s:21:\"ADEYEMO ABIODUN SEMIU\";s:13:\"Email address\";s:29:\"adeyemo_abiodun2002@yahoo.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(99568,13191,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(99569,13191,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:21:\"ADEYEMO ABIODUN SEMIU\";s:20:\"comment_author_email\";s:29:\"adeyemo_abiodun2002@yahoo.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-65e7e0c0-8d8b-4b8c-a244-27abe228f3c9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57401\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"201\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"197.255.24.7\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"201\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370711064.3113\";s:12:\"REQUEST_TIME\";s:10:\"1370711064\";}'),(99570,13191,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:132:\"Name : ADEYEMO ABIODUN SEMIU \n\nEmail address : adeyemo_abiodun2002@yahoo.com \n\nMessage was sent on Saturday June 8, 2013 at 1:04 pm\n\";s:7:\"headers\";s:143:\"From: ADEYEMO ABIODUN SEMIU <adeyemo_abiodun2002@yahoo.com>\r\nReply-To: adeyemo_abiodun2002@yahoo.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99571,13192,'_feedback_author','EJ Schanfarber'),(99572,13192,'_feedback_author_email','ej.schanfarber@diviresorts.com'),(99573,13192,'_feedback_author_url',''),(99574,13192,'_feedback_subject','SOTIC subscribers'),(99575,13192,'_feedback_ip','10.17.1.254'),(99576,13192,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99577,13192,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"EJ Schanfarber\";s:13:\"Email address\";s:30:\"ej.schanfarber@diviresorts.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99578,13192,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99579,13192,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:14:\"EJ Schanfarber\";s:20:\"comment_author_email\";s:30:\"ej.schanfarber@diviresorts.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df8c7387-ffab-485c-8f7d-af75fab71cf6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47107\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"238\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"205.201.207.110\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"238\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370738172.0598\";s:12:\"REQUEST_TIME\";s:10:\"1370738172\";}'),(99580,13192,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:168:\"Name : EJ Schanfarber \n\nEmail address : ej.schanfarber@diviresorts.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Saturday June 8, 2013 at 8:36 pm\n\";s:7:\"headers\";s:138:\"From: EJ Schanfarber <ej.schanfarber@diviresorts.com>\r\nReply-To: ej.schanfarber@diviresorts.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99583,13193,'_edit_last','2'),(99584,13193,'_edit_lock','1370779393:2'),(99585,13193,'truethemes_video_url',''),(99586,13193,'truethemes_external_image_url',''),(99587,13193,'truethemes_slider_shortcode',''),(99588,13193,'truethemes_slider_cu3er',''),(99597,13193,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(99598,13193,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(99599,13196,'_wp_attached_file','may21Lattab05.doc'),(99615,13199,'_feedback_author','Dr.Julian L Rodriguez'),(99616,13199,'_feedback_author_email','jlrr@fbio.uh.cu'),(99617,13199,'_feedback_author_url',''),(99618,13199,'_feedback_subject','SOTIC subscribers'),(99619,13199,'_feedback_ip','10.17.1.254'),(99620,13199,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99621,13199,'_feedback_all_fields','a:3:{s:4:\"Name\";s:22:\"Dr.Julian L Rodriguez \";s:13:\"Email address\";s:15:\"jlrr@fbio.uh.cu\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99622,13199,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99623,13199,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:21:\"Dr.Julian L Rodriguez\";s:20:\"comment_author_email\";s:15:\"jlrr@fbio.uh.cu\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:111:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2e8c7865-2eb2-4eb5-a521-9aada0bf4321\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48038\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"229\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:29:\"10.108.130.10, 200.55.188.194\";s:15:\"HTTP_USER_AGENT\";s:111:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:2:\"es\";s:11:\"HTTP_ACCEPT\";s:271:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"229\";s:8:\"HTTP_VIA\";s:50:\"1.0 WEBPROXY, 1.1 proxy.mintur.tur.cu:8080 (squid)\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370866655.6554\";s:12:\"REQUEST_TIME\";s:10:\"1370866655\";}'),(99624,13199,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:159:\"Name : Dr.Julian L Rodriguez \n\nEmail address : jlrr@fbio.uh.cu \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Monday June 10, 2013 at 8:17 am\n\";s:7:\"headers\";s:115:\"From: Dr.Julian L Rodriguez <jlrr@fbio.uh.cu>\r\nReply-To: jlrr@fbio.uh.cu\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99625,13200,'_feedback_author',''),(99626,13200,'_feedback_author_email',''),(99627,13200,'_feedback_author_url',''),(99628,13200,'_feedback_subject','Signup form OneCaribbean'),(99629,13200,'_feedback_ip','10.17.1.254'),(99630,13200,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(99631,13200,'_feedback_all_fields','a:8:{s:4:\"Name\";s:8:\"Laurence\";s:13:\"Email address\";s:21:\"l.bouaille@hotmail.fr\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99632,13200,'_feedback_extra_fields','a:8:{s:4:\"Name\";s:8:\"Laurence\";s:13:\"Email address\";s:21:\"l.bouaille@hotmail.fr\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99633,13200,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f46af844-56e7-4a6c-84e7-1aa8b6fc3052\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40524\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"377\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"193.52.35.133\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"377\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370895204.0082\";s:12:\"REQUEST_TIME\";s:10:\"1370895204\";}'),(99634,13200,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:333:\"Name: Laurence\n\nEmail address: l.bouaille@hotmail.fr\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Monday June 10, 2013 at 4:13 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99635,13201,'_feedback_author','TAINA THARSIS'),(99636,13201,'_feedback_author_email','tainat90@yahoo.com'),(99637,13201,'_feedback_author_url',''),(99638,13201,'_feedback_subject','SOTIC subscribers'),(99639,13201,'_feedback_ip','10.17.1.254'),(99640,13201,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99641,13201,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"TAINA THARSIS\";s:13:\"Email address\";s:18:\"tainat90@yahoo.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99642,13201,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99643,13201,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:13:\"TAINA THARSIS\";s:20:\"comment_author_email\";s:18:\"tainat90@yahoo.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.8 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.8\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2f109bd3-79fd-4c5f-a72d-497c9b43c9f6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43271\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"225\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"93.121.234.196\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.8 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.8\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"fr-fr\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"225\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370899151.3383\";s:12:\"REQUEST_TIME\";s:10:\"1370899151\";}'),(99644,13201,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:154:\"Name : TAINA THARSIS \n\nEmail address : tainat90@yahoo.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Monday June 10, 2013 at 5:19 pm\n\";s:7:\"headers\";s:113:\"From: TAINA THARSIS <tainat90@yahoo.com>\r\nReply-To: tainat90@yahoo.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99645,13202,'_feedback_author','CUTI Georgette'),(99646,13202,'_feedback_author_email','georgettecuti@orange.fr'),(99647,13202,'_feedback_author_url',''),(99648,13202,'_feedback_subject','SOTIC subscribers'),(99649,13202,'_feedback_ip','10.17.1.254'),(99650,13202,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99651,13202,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"CUTI Georgette\";s:13:\"Email address\";s:23:\"georgettecuti@orange.fr\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99652,13202,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99653,13202,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:14:\"CUTI Georgette\";s:20:\"comment_author_email\";s:23:\"georgettecuti@orange.fr\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-40b2a567-edc1-464b-8ced-a457e936df44\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46450\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"231\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"90.43.173.252\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"231\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370949514.9293\";s:12:\"REQUEST_TIME\";s:10:\"1370949514\";}'),(99654,13202,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:161:\"Name : CUTI Georgette \n\nEmail address : georgettecuti@orange.fr \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Tuesday June 11, 2013 at 7:18 am\n\";s:7:\"headers\";s:124:\"From: CUTI Georgette <georgettecuti@orange.fr>\r\nReply-To: georgettecuti@orange.fr\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99655,13203,'_feedback_author','Judy'),(99656,13203,'_feedback_author_email','jkarwacki@smallplanetconsulting.ca'),(99657,13203,'_feedback_author_url',''),(99658,13203,'_feedback_subject','SOTIC subscribers'),(99659,13203,'_feedback_ip','10.17.1.254'),(99660,13203,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99661,13203,'_feedback_all_fields','a:3:{s:4:\"Name\";s:5:\"Judy \";s:13:\"Email address\";s:34:\"jkarwacki@smallplanetconsulting.ca\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99662,13203,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99663,13203,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:4:\"Judy\";s:20:\"comment_author_email\";s:34:\"jkarwacki@smallplanetconsulting.ca\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-94159e27-ff1c-4402-b710-7f33a63f32a2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35015\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"233\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"174.7.35.169\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"233\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1370969729.3592\";s:12:\"REQUEST_TIME\";s:10:\"1370969729\";}'),(99664,13203,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:163:\"Name : Judy \n\nEmail address : jkarwacki@smallplanetconsulting.ca \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Tuesday June 11, 2013 at 12:55 pm\n\";s:7:\"headers\";s:136:\"From: Judy <jkarwacki@smallplanetconsulting.ca>\r\nReply-To: jkarwacki@smallplanetconsulting.ca\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99665,13204,'_feedback_author',''),(99666,13204,'_feedback_author_email',''),(99667,13204,'_feedback_author_url',''),(99668,13204,'_feedback_subject','Signup form OneCaribbean'),(99669,13204,'_feedback_ip','10.17.1.254'),(99670,13204,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(99671,13204,'_feedback_all_fields','a:8:{s:4:\"Name\";s:11:\"HAYAT HAMID\";s:13:\"Email address\";s:25:\"hamid@comfortabletrip.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99672,13204,'_feedback_extra_fields','a:8:{s:4:\"Name\";s:11:\"HAYAT HAMID\";s:13:\"Email address\";s:25:\"hamid@comfortabletrip.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99673,13204,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9f04d20e-9445-41e8-88bb-a6c2158165a2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53809\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"382\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"41.251.32.9\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"fr-FR\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"382\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371039043.1626\";s:12:\"REQUEST_TIME\";s:10:\"1371039043\";}'),(99674,13204,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:343:\"Name: HAYAT HAMID\n\nEmail address: hamid@comfortabletrip.com\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Wednesday June 12, 2013 at 8:10 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99675,13205,'_feedback_author',''),(99676,13205,'_feedback_author_email',''),(99677,13205,'_feedback_author_url',''),(99678,13205,'_feedback_subject','Signup form OneCaribbean'),(99679,13205,'_feedback_ip','10.17.1.254'),(99680,13205,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(99681,13205,'_feedback_all_fields','a:8:{s:4:\"Name\";s:16:\"Wanda McEachrane\";s:13:\"Email address\";s:23:\"wandamceachrane@msn.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99682,13205,'_feedback_extra_fields','a:8:{s:4:\"Name\";s:16:\"Wanda McEachrane\";s:13:\"Email address\";s:23:\"wandamceachrane@msn.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99683,13205,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:242:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS86019; chromeframe/27.0.1453.110; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-002ab0ce-ef83-43d6-a86b-117e2c54d913\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56312\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"385\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"186.45.246.3\";s:15:\"HTTP_USER_AGENT\";s:242:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS86019; chromeframe/27.0.1453.110; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:267:\"image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"385\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371042557.7281\";s:12:\"REQUEST_TIME\";s:10:\"1371042557\";}'),(99684,13205,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:346:\"Name: Wanda McEachrane\n\nEmail address: wandamceachrane@msn.com\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Wednesday June 12, 2013 at 9:09 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99685,13208,'_edit_last','2'),(99686,13208,'_edit_lock','1379622723:2'),(99691,13208,'_event_id','1913'),(99692,13208,'_event_start_time','08:00:00'),(99693,13208,'_event_end_time','18:30:00'),(99694,13208,'_event_all_day','0'),(99695,13208,'_event_start_date','2013-09-18'),(99696,13208,'_event_end_date','2013-09-20'),(99697,13208,'_event_rsvp','0'),(99698,13208,'_event_rsvp_date',''),(99699,13208,'_event_rsvp_time','00:00:00'),(99700,13208,'_event_spaces',''),(99701,13208,'_location_id','3'),(99702,13208,'_recurrence_id',''),(99703,13208,'_event_status','1'),(99704,13208,'_event_private','0'),(99705,13208,'_event_date_created',''),(99706,13208,'_event_date_modified',''),(99707,13208,'_blog_id',''),(99708,13208,'_group_id','0'),(99709,13208,'_recurrence','0'),(99710,13208,'_recurrence_interval',''),(99711,13208,'_recurrence_freq',''),(99712,13208,'_recurrence_days','0'),(99713,13208,'_recurrence_byday',''),(99714,13208,'_recurrence_byweekno',''),(99715,13208,'_start_ts','1379491200'),(99716,13208,'_end_ts','1379701800'),(99733,13213,'_feedback_author','Jeevan Robinson'),(99734,13213,'_feedback_author_email','jeevan@mnialive.com'),(99735,13213,'_feedback_author_url',''),(99736,13213,'_feedback_subject','SOTIC subscribers'),(99737,13213,'_feedback_ip','10.17.1.254'),(99738,13213,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(99739,13213,'_feedback_all_fields','a:3:{s:4:\"Name\";s:15:\"Jeevan Robinson\";s:13:\"Email address\";s:19:\"jeevan@mnialive.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99740,13213,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(99741,13213,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:15:\"Jeevan Robinson\";s:20:\"comment_author_email\";s:19:\"jeevan@mnialive.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cd6d3bc6-113e-41b5-98f6-decc6ca79342\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38801\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"228\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"99.229.42.190\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"228\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371057903.2006\";s:12:\"REQUEST_TIME\";s:10:\"1371057903\";}'),(99742,13213,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:160:\"Name : Jeevan Robinson \n\nEmail address : jeevan@mnialive.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Wednesday June 12, 2013 at 1:25 pm\n\";s:7:\"headers\";s:117:\"From: Jeevan Robinson <jeevan@mnialive.com>\r\nReply-To: jeevan@mnialive.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(99743,13214,'_feedback_author',''),(99744,13214,'_feedback_author_email',''),(99745,13214,'_feedback_author_url',''),(99746,13214,'_feedback_subject','Signup form OneCaribbean'),(99747,13214,'_feedback_ip','10.17.1.254'),(99748,13214,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(99749,13214,'_feedback_all_fields','a:8:{s:4:\"Name\";s:13:\"Andrea Church\";s:13:\"Email address\";s:21:\"achurch88@hotmail.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99750,13214,'_feedback_extra_fields','a:8:{s:4:\"Name\";s:13:\"Andrea Church\";s:13:\"Email address\";s:21:\"achurch88@hotmail.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(99751,13214,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:135:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB7.4; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d9d56abd-790c-40b8-a093-ade352a7a904\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39115\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"380\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"209.148.55.139\";s:15:\"HTTP_USER_AGENT\";s:135:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB7.4; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:267:\"image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"380\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371058574.2047\";s:12:\"REQUEST_TIME\";s:10:\"1371058574\";}'),(99752,13214,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:341:\"Name: Andrea Church\n\nEmail address: achurch88@hotmail.com\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Wednesday June 12, 2013 at 1:36 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(100279,13218,'_feedback_author',''),(100280,13218,'_feedback_author_email',''),(100281,13218,'_feedback_author_url',''),(100282,13218,'_feedback_subject','Signup form OneCaribbean'),(100283,13218,'_feedback_ip','10.17.1.254'),(100284,13218,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(100285,13218,'_feedback_all_fields','a:8:{s:4:\"Name\";s:17:\"Lorna A.C. Thomas\";s:13:\"Email address\";s:20:\"lthomas@wico-ltd.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(100286,13218,'_feedback_extra_fields','a:8:{s:4:\"Name\";s:17:\"Lorna A.C. Thomas\";s:13:\"Email address\";s:20:\"lthomas@wico-ltd.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";}'),(100287,13218,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f27dafa7-dd71-4e7f-ad6e-14577ef2019f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41779\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"349\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"12.174.240.178\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"349\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371063146.4042\";s:12:\"REQUEST_TIME\";s:10:\"1371063146\";}'),(100288,13218,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:310:\"Name: Lorna A.C. Thomas\n\nEmail address: lthomas@wico-ltd.com\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Wednesday June 12, 2013 at 2:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(100289,13219,'_edit_last','2'),(100290,13219,'_edit_lock','1371064319:2'),(100291,13219,'truethemes_video_url',''),(100292,13219,'truethemes_external_image_url',''),(100293,13219,'truethemes_slider_shortcode',''),(100294,13219,'truethemes_slider_cu3er',''),(100303,13219,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100304,13219,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100305,13221,'_edit_last','2'),(100306,13221,'_edit_lock','1371064304:2'),(100307,13221,'truethemes_video_url',''),(100308,13221,'truethemes_external_image_url',''),(100309,13221,'truethemes_slider_shortcode',''),(100310,13221,'truethemes_slider_cu3er',''),(100319,13221,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100320,13221,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100405,13266,'_edit_last','2'),(100406,13266,'_edit_lock','1371065591:2'),(100407,13266,'truethemes_video_url',''),(100408,13266,'truethemes_external_image_url',''),(100409,13266,'truethemes_slider_shortcode',''),(100410,13266,'truethemes_slider_cu3er',''),(100419,13266,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100420,13266,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100421,13269,'_edit_last','2'),(100422,13269,'_edit_lock','1371066903:2'),(100423,13269,'truethemes_video_url',''),(100424,13269,'truethemes_external_image_url',''),(100425,13269,'truethemes_slider_shortcode',''),(100426,13269,'truethemes_slider_cu3er',''),(100435,13269,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100436,13269,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100437,13272,'_edit_last','2'),(100438,13272,'_edit_lock','1371066877:2'),(100439,13272,'truethemes_video_url',''),(100440,13272,'truethemes_external_image_url',''),(100441,13272,'truethemes_slider_shortcode',''),(100442,13272,'truethemes_slider_cu3er',''),(100451,13272,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100452,13272,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100453,13274,'_edit_last','2'),(100454,13274,'_edit_lock','1371067642:2'),(100455,13274,'truethemes_video_url',''),(100456,13274,'truethemes_external_image_url',''),(100457,13274,'truethemes_slider_shortcode',''),(100458,13274,'truethemes_slider_cu3er',''),(100467,13274,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100468,13274,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100469,13277,'_edit_last','2'),(100470,13277,'_edit_lock','1371069541:2'),(100471,13277,'truethemes_video_url',''),(100472,13277,'truethemes_external_image_url',''),(100473,13277,'truethemes_slider_shortcode',''),(100474,13277,'truethemes_slider_cu3er',''),(100483,13277,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100484,13277,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100485,13280,'_feedback_author','Mr Gilles CHARLES (Eventum International)'),(100486,13280,'_feedback_author_email','gevicam@gmail.com'),(100487,13280,'_feedback_author_url',''),(100488,13280,'_feedback_subject','SOTIC subscribers'),(100489,13280,'_feedback_ip','10.17.1.254'),(100490,13280,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(100491,13280,'_feedback_all_fields','a:3:{s:4:\"Name\";s:41:\"Mr Gilles CHARLES (Eventum International)\";s:13:\"Email address\";s:17:\"gevicam@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(100492,13280,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(100493,13280,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:41:\"Mr Gilles CHARLES (Eventum International)\";s:20:\"comment_author_email\";s:17:\"gevicam@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9a9984f3-c6b8-4832-962a-1323a486f61d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 15 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"0f07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45770\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"256\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"92.160.40.235\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"256\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371068244.0712\";s:12:\"REQUEST_TIME\";s:10:\"1371068244\";}'),(100494,13280,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:184:\"Name : Mr Gilles CHARLES (Eventum International) \n\nEmail address : gevicam@gmail.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Wednesday June 12, 2013 at 4:17 pm\n\";s:7:\"headers\";s:139:\"From: Mr Gilles CHARLES (Eventum International) <gevicam@gmail.com>\r\nReply-To: gevicam@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(100525,13285,'_wp_attached_file','toronto197by133.jpg'),(100526,13285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:19:\"toronto197by133.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"toronto197by133-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(100621,13298,'_edit_last','2'),(100622,13298,'_edit_lock','1371131764:2'),(100623,13298,'truethemes_video_url',''),(100624,13298,'truethemes_external_image_url',''),(100625,13298,'truethemes_slider_shortcode',''),(100626,13298,'truethemes_slider_cu3er',''),(100635,13298,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100636,13298,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100796,13328,'_edit_last','2'),(100797,13328,'_edit_lock','1371137803:2'),(100798,13328,'truethemes_page_checkbox',''),(100799,13328,'truethemes_custom_sub_menu','event-sub-menu'),(100800,13328,'truethemes_slider_shortcode',''),(100801,13328,'truethemes_slider_cu3er',''),(100802,13328,'banner_search','yes'),(100803,13328,'page_primary_color_scheme','null'),(100804,13328,'page_secondary_color_scheme','null'),(100805,13328,'page_background_color','#'),(100806,13328,'page_background_position','left top'),(100807,13328,'page_background_repeat','repeat'),(100810,13328,'_wp_page_template','page-template-left-nav.php'),(100813,13328,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(100814,13328,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(100815,13330,'_menu_item_type','post_type'),(100816,13330,'_menu_item_menu_item_parent','1771'),(100817,13330,'_menu_item_object_id','13328'),(100818,13330,'_menu_item_object','page'),(100819,13330,'_menu_item_target',''),(100820,13330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100821,13330,'_menu_item_xfn',''),(100822,13330,'_menu_item_url',''),(100824,13331,'_menu_item_type','post_type'),(100825,13331,'_menu_item_menu_item_parent','1771'),(100826,13331,'_menu_item_object_id','5386'),(100827,13331,'_menu_item_object','page'),(100828,13331,'_menu_item_target',''),(100829,13331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100830,13331,'_menu_item_xfn',''),(100831,13331,'_menu_item_url',''),(100833,13332,'_menu_item_type','post_type'),(100834,13332,'_menu_item_menu_item_parent','0'),(100835,13332,'_menu_item_object_id','13328'),(100836,13332,'_menu_item_object','page'),(100837,13332,'_menu_item_target',''),(100838,13332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100839,13332,'_menu_item_xfn',''),(100840,13332,'_menu_item_url',''),(100842,13334,'_edit_last','2'),(100843,13334,'_edit_lock','1397150506:2'),(100856,13334,'truethemes_page_checkbox',''),(100857,13334,'truethemes_custom_sub_menu','event-sub-menu'),(100858,13334,'truethemes_slider_shortcode',''),(100859,13334,'truethemes_slider_cu3er',''),(100860,13334,'banner_search','yes'),(100861,13334,'page_primary_color_scheme','null'),(100862,13334,'page_secondary_color_scheme','null'),(100863,13334,'page_background_color','#'),(100864,13334,'page_background_position','left top'),(100865,13334,'page_background_repeat','repeat'),(100868,13334,'_wp_page_template','page-template-left-nav.php'),(100873,13342,'_menu_item_type','post_type'),(100874,13342,'_menu_item_menu_item_parent','0'),(100875,13342,'_menu_item_object_id','13334'),(100876,13342,'_menu_item_object','page'),(100877,13342,'_menu_item_target',''),(100878,13342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100879,13342,'_menu_item_xfn',''),(100880,13342,'_menu_item_url',''),(100882,13345,'_wp_attached_file','CTOFull2013.jpg'),(100883,13345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:709;s:6:\"height\";i:1280;s:4:\"file\";s:15:\"CTOFull2013.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CTOFull2013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"CTOFull2013-166x300.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"CTOFull2013-567x1024.jpg\";s:5:\"width\";i:567;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(100890,13347,'_feedback_author','Patricia Jones'),(100891,13347,'_feedback_author_email','worldwidetravelplanner@gmail.com'),(100892,13347,'_feedback_author_url',''),(100893,13347,'_feedback_subject','SOTIC subscribers'),(100894,13347,'_feedback_ip','10.17.1.254'),(100895,13347,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(100896,13347,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"Patricia Jones\";s:13:\"Email address\";s:32:\"worldwidetravelplanner@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(100897,13347,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(100898,13347,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:14:\"Patricia Jones\";s:20:\"comment_author_email\";s:32:\"worldwidetravelplanner@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:166:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; McAfee; MDDCJS)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-83e93c46-878e-477d-9464-a7790c3cf103\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40632\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"238\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.225.143.49\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:166:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; McAfee; MDDCJS)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:137:\"image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-mfe-ipt, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"238\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371144145.1405\";s:12:\"REQUEST_TIME\";s:10:\"1371144145\";}'),(100899,13347,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:171:\"Name : Patricia Jones \n\nEmail address : worldwidetravelplanner@gmail.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Thursday June 13, 2013 at 1:22 pm\n\";s:7:\"headers\";s:142:\"From: Patricia Jones <worldwidetravelplanner@gmail.com>\r\nReply-To: worldwidetravelplanner@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(100900,13349,'_menu_item_type','post_type'),(100901,13349,'_menu_item_menu_item_parent','1771'),(100902,13349,'_menu_item_object_id','13334'),(100903,13349,'_menu_item_object','page'),(100904,13349,'_menu_item_target',''),(100905,13349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100906,13349,'_menu_item_xfn',''),(100907,13349,'_menu_item_url',''),(100957,13358,'_wp_attached_file','2013NONCTOEvents.doc'),(101090,13380,'_menu_item_type','post_type'),(101091,13380,'_menu_item_menu_item_parent','0'),(101092,13380,'_menu_item_object_id','5765'),(101093,13380,'_menu_item_object','page'),(101094,13380,'_menu_item_target',''),(101095,13380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101096,13380,'_menu_item_xfn',''),(101097,13380,'_menu_item_url',''),(101114,13383,'_wp_attached_file','CTO-Publications-Flyer-2013-2.doc'),(101115,13383,'_edit_lock','1371156383:2'),(101140,13388,'_feedback_author','Patricia Rogers'),(101141,13388,'_feedback_author_email','lesperancesxm@hotmail.com'),(101142,13388,'_feedback_author_url',''),(101143,13388,'_feedback_subject','SOTIC subscribers'),(101144,13388,'_feedback_ip','10.17.1.254'),(101145,13388,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(101146,13388,'_feedback_all_fields','a:3:{s:4:\"Name\";s:15:\"Patricia Rogers\";s:13:\"Email address\";s:25:\"lesperancesxm@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(101147,13388,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(101148,13388,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:15:\"Patricia Rogers\";s:20:\"comment_author_email\";s:25:\"lesperancesxm@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7c3dff4b-ee81-4d95-a550-ec97fc30de6f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49876\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"232\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"72.252.9.49\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"232\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371157105.0534\";s:12:\"REQUEST_TIME\";s:10:\"1371157105\";}'),(101149,13388,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:165:\"Name : Patricia Rogers \n\nEmail address : lesperancesxm@hotmail.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Thursday June 13, 2013 at 4:58 pm\n\";s:7:\"headers\";s:129:\"From: Patricia Rogers <lesperancesxm@hotmail.com>\r\nReply-To: lesperancesxm@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(101196,13395,'_wp_attached_file','June142013Lattab2012.pdf'),(101212,13397,'_wp_attached_file','TABLE-1-TOURIST-STOP-OVER-ARRIVALS-AND-CRUISE-PASSENGER-VISITS-IN-2013JUNE14.pdf'),(101228,13399,'_wp_attached_file','Arrivals2012TouristStopOverArrivalsandCruisePassenger.pdf'),(101366,13412,'_edit_last','2'),(101367,13412,'_edit_lock','1394653706:2'),(101368,13412,'truethemes_page_checkbox',''),(101369,13412,'truethemes_custom_sub_menu','foundation-submenu'),(101370,13412,'truethemes_slider_shortcode',''),(101371,13412,'truethemes_slider_cu3er',''),(101372,13412,'banner_search','yes'),(101373,13412,'page_primary_color_scheme','null'),(101374,13412,'page_secondary_color_scheme','null'),(101375,13412,'page_background_color','#'),(101376,13412,'page_background_position','left top'),(101377,13412,'page_background_repeat','repeat'),(101380,13412,'_wp_page_template','page-template-left-nav.php'),(101385,13415,'_wp_attached_file','CTO-Foundation-Newsletter-Publication-3-June2013.pdf'),(101398,13419,'_menu_item_type','post_type'),(101399,13419,'_menu_item_menu_item_parent','0'),(101400,13419,'_menu_item_object_id','13412'),(101401,13419,'_menu_item_object','page'),(101402,13419,'_menu_item_target',''),(101403,13419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101404,13419,'_menu_item_xfn',''),(101405,13419,'_menu_item_url',''),(101407,13421,'_edit_last','2'),(101408,13421,'_edit_lock','1372191131:2'),(101411,13421,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(101412,13421,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(101413,13421,'_event_id','1914'),(101414,13421,'_event_start_time','08:00:00'),(101415,13421,'_event_end_time','18:00:00'),(101416,13421,'_event_all_day','0'),(101417,13421,'_event_start_date','2013-06-22'),(101418,13421,'_event_end_date','2013-06-29'),(101419,13421,'_event_rsvp','0'),(101420,13421,'_event_rsvp_date',''),(101421,13421,'_event_rsvp_time','00:00:00'),(101422,13421,'_event_spaces',''),(101423,13421,'_location_id','37'),(101424,13421,'_recurrence_id',''),(101425,13421,'_event_status','1'),(101426,13421,'_event_private','0'),(101427,13421,'_event_date_created',''),(101428,13421,'_event_date_modified',''),(101429,13421,'_blog_id',''),(101430,13421,'_group_id','0'),(101431,13421,'_recurrence','0'),(101432,13421,'_recurrence_interval',''),(101433,13421,'_recurrence_freq',''),(101434,13421,'_recurrence_days','0'),(101435,13421,'_recurrence_byday',''),(101436,13421,'_recurrence_byweekno',''),(101437,13421,'_start_ts','1371888000'),(101438,13421,'_end_ts','1372528800'),(101439,13422,'_edit_last','13'),(101440,13422,'_edit_lock','1373063659:13'),(101445,13422,'_event_id','1915'),(101446,13422,'_event_start_time','08:00:00'),(101447,13422,'_event_end_time','16:00:00'),(101448,13422,'_event_all_day','0'),(101449,13422,'_event_start_date','2013-07-13'),(101450,13422,'_event_end_date','2013-07-20'),(101451,13422,'_event_rsvp','0'),(101452,13422,'_event_rsvp_date',''),(101453,13422,'_event_rsvp_time','00:00:00'),(101454,13422,'_event_spaces',''),(101455,13422,'_location_id','69'),(101456,13422,'_recurrence_id',''),(101457,13422,'_event_status','1'),(101458,13422,'_event_private','0'),(101459,13422,'_event_date_created',''),(101460,13422,'_event_date_modified',''),(101461,13422,'_blog_id',''),(101462,13422,'_group_id','0'),(101463,13422,'_recurrence','0'),(101464,13422,'_recurrence_interval',''),(101465,13422,'_recurrence_freq',''),(101466,13422,'_recurrence_days','0'),(101467,13422,'_recurrence_byday',''),(101468,13422,'_recurrence_byweekno',''),(101469,13422,'_start_ts','1373702400'),(101470,13422,'_end_ts','1374336000'),(101471,13423,'_edit_last','13'),(101472,13423,'_edit_lock','1373065227:13'),(101477,13423,'_event_id','1916'),(101478,13423,'_event_start_time','08:00:00'),(101479,13423,'_event_end_time','17:00:00'),(101480,13423,'_event_all_day','0'),(101481,13423,'_event_start_date','2013-08-03'),(101482,13423,'_event_end_date','2013-08-10'),(101483,13423,'_event_rsvp','0'),(101484,13423,'_event_rsvp_date',''),(101485,13423,'_event_rsvp_time','00:00:00'),(101486,13423,'_event_spaces',''),(101487,13423,'_location_id','69'),(101488,13423,'_recurrence_id',''),(101489,13423,'_event_status','1'),(101490,13423,'_event_private','0'),(101491,13423,'_event_date_created',''),(101492,13423,'_event_date_modified',''),(101493,13423,'_blog_id',''),(101494,13423,'_group_id','0'),(101495,13423,'_recurrence','0'),(101496,13423,'_recurrence_interval',''),(101497,13423,'_recurrence_freq',''),(101498,13423,'_recurrence_days','0'),(101499,13423,'_recurrence_byday',''),(101500,13423,'_recurrence_byweekno',''),(101501,13423,'_start_ts','1375516800'),(101502,13423,'_end_ts','1376154000'),(101503,13424,'_edit_last','13'),(101504,13424,'_edit_lock','1373063458:13'),(101509,13424,'_event_id','1917'),(101510,13424,'_event_start_time','09:00:00'),(101511,13424,'_event_end_time','17:00:00'),(101512,13424,'_event_all_day','0'),(101513,13424,'_event_start_date','2013-07-18'),(101514,13424,'_event_end_date','2013-07-27'),(101515,13424,'_event_rsvp','0'),(101516,13424,'_event_rsvp_date',''),(101517,13424,'_event_rsvp_time','00:00:00'),(101518,13424,'_event_spaces',''),(101519,13424,'_location_id','69'),(101520,13424,'_recurrence_id',''),(101521,13424,'_event_status','1'),(101522,13424,'_event_private','0'),(101523,13424,'_event_date_created',''),(101524,13424,'_event_date_modified',''),(101525,13424,'_blog_id',''),(101526,13424,'_group_id','0'),(101527,13424,'_recurrence','0'),(101528,13424,'_recurrence_interval',''),(101529,13424,'_recurrence_freq',''),(101530,13424,'_recurrence_days','0'),(101531,13424,'_recurrence_byday',''),(101532,13424,'_recurrence_byweekno',''),(101533,13424,'_start_ts','1374138000'),(101534,13424,'_end_ts','1374944400'),(101535,13425,'_edit_last','13'),(101536,13425,'_edit_lock','1373063704:13'),(101541,13425,'_event_id','1918'),(101542,13425,'_event_start_time','09:00:00'),(101543,13425,'_event_end_time','17:00:00'),(101544,13425,'_event_all_day','0'),(101545,13425,'_event_start_date','2013-07-13'),(101546,13425,'_event_end_date','2013-07-20'),(101547,13425,'_event_rsvp','0'),(101548,13425,'_event_rsvp_date',''),(101549,13425,'_event_rsvp_time','00:00:00'),(101550,13425,'_event_spaces',''),(101551,13425,'_location_id','69'),(101552,13425,'_recurrence_id',''),(101553,13425,'_event_status','1'),(101554,13425,'_event_private','0'),(101555,13425,'_event_date_created',''),(101556,13425,'_event_date_modified',''),(101557,13425,'_blog_id',''),(101558,13425,'_group_id','0'),(101559,13425,'_recurrence','0'),(101560,13425,'_recurrence_interval',''),(101561,13425,'_recurrence_freq',''),(101562,13425,'_recurrence_days','0'),(101563,13425,'_recurrence_byday',''),(101564,13425,'_recurrence_byweekno',''),(101565,13425,'_start_ts','1373706000'),(101566,13425,'_end_ts','1374339600'),(101571,13426,'_edit_last','13'),(101572,13426,'_edit_lock','1373065016:13'),(101577,13426,'_event_id','1919'),(101578,13426,'_event_start_time','09:00:00'),(101579,13426,'_event_end_time','17:00:00'),(101580,13426,'_event_all_day','0'),(101581,13426,'_event_start_date','2013-07-27'),(101582,13426,'_event_end_date','2013-08-03'),(101583,13426,'_event_rsvp','0'),(101584,13426,'_event_rsvp_date',''),(101585,13426,'_event_rsvp_time','00:00:00'),(101586,13426,'_event_spaces',''),(101587,13426,'_location_id','69'),(101588,13426,'_recurrence_id',''),(101589,13426,'_event_status','1'),(101590,13426,'_event_private','0'),(101591,13426,'_event_date_created',''),(101592,13426,'_event_date_modified',''),(101593,13426,'_blog_id',''),(101594,13426,'_group_id','0'),(101595,13426,'_recurrence','0'),(101596,13426,'_recurrence_interval',''),(101597,13426,'_recurrence_freq',''),(101598,13426,'_recurrence_days','0'),(101599,13426,'_recurrence_byday',''),(101600,13426,'_recurrence_byweekno',''),(101601,13426,'_start_ts','1374915600'),(101602,13426,'_end_ts','1375549200'),(101603,13427,'_edit_last','13'),(101604,13427,'_edit_lock','1373065056:13'),(101609,13427,'_event_id','1920'),(101610,13427,'_event_start_time','09:00:00'),(101611,13427,'_event_end_time','17:00:00'),(101612,13427,'_event_all_day','0'),(101613,13427,'_event_start_date','2013-07-27'),(101614,13427,'_event_end_date','2013-08-09'),(101615,13427,'_event_rsvp','0'),(101616,13427,'_event_rsvp_date',''),(101617,13427,'_event_rsvp_time','00:00:00'),(101618,13427,'_event_spaces',''),(101619,13427,'_location_id','69'),(101620,13427,'_recurrence_id',''),(101621,13427,'_event_status','1'),(101622,13427,'_event_private','0'),(101623,13427,'_event_date_created',''),(101624,13427,'_event_date_modified',''),(101625,13427,'_blog_id',''),(101626,13427,'_group_id','0'),(101627,13427,'_recurrence','0'),(101628,13427,'_recurrence_interval',''),(101629,13427,'_recurrence_freq',''),(101630,13427,'_recurrence_days','0'),(101631,13427,'_recurrence_byday',''),(101632,13427,'_recurrence_byweekno',''),(101633,13427,'_start_ts','1374915600'),(101634,13427,'_end_ts','1376067600'),(101635,13429,'_edit_last','2'),(101636,13429,'_edit_lock','1379612550:2'),(101641,13429,'_event_id','1921'),(101642,13429,'_event_start_time','00:00:00'),(101643,13429,'_event_end_time','00:00:00'),(101644,13429,'_event_all_day','1'),(101645,13429,'_event_start_date','2013-08-01'),(101646,13429,'_event_end_date','2013-09-30'),(101647,13429,'_event_rsvp','0'),(101648,13429,'_event_rsvp_date',''),(101649,13429,'_event_rsvp_time','00:00:00'),(101650,13429,'_event_spaces',''),(101651,13429,'_location_id','7'),(101652,13429,'_recurrence_id',''),(101653,13429,'_event_status','1'),(101654,13429,'_event_private','0'),(101655,13429,'_event_date_created',''),(101656,13429,'_event_date_modified',''),(101657,13429,'_blog_id',''),(101658,13429,'_group_id','0'),(101659,13429,'_recurrence','0'),(101660,13429,'_recurrence_interval',''),(101661,13429,'_recurrence_freq',''),(101662,13429,'_recurrence_days','0'),(101663,13429,'_recurrence_byday',''),(101664,13429,'_recurrence_byweekno',''),(101665,13429,'_start_ts','1375315200'),(101666,13429,'_end_ts','1380499200'),(101667,13431,'_edit_last','13'),(101668,13431,'_edit_lock','1373064769:13'),(101673,13431,'_event_id','1922'),(101674,13431,'_event_start_time','09:00:00'),(101675,13431,'_event_end_time','17:00:00'),(101676,13431,'_event_all_day','0'),(101677,13431,'_event_start_date','2013-09-07'),(101678,13431,'_event_end_date','2013-09-14'),(101679,13431,'_event_rsvp','0'),(101680,13431,'_event_rsvp_date',''),(101681,13431,'_event_rsvp_time','00:00:00'),(101682,13431,'_event_spaces',''),(101683,13431,'_location_id','69'),(101684,13431,'_recurrence_id',''),(101685,13431,'_event_status','1'),(101686,13431,'_event_private','0'),(101687,13431,'_event_date_created',''),(101688,13431,'_event_date_modified',''),(101689,13431,'_blog_id',''),(101690,13431,'_group_id','0'),(101691,13431,'_recurrence','0'),(101692,13431,'_recurrence_interval',''),(101693,13431,'_recurrence_freq',''),(101694,13431,'_recurrence_days','0'),(101695,13431,'_recurrence_byday',''),(101696,13431,'_recurrence_byweekno',''),(101697,13431,'_start_ts','1378544400'),(101698,13431,'_end_ts','1379178000'),(101699,13432,'_edit_last','2'),(101700,13432,'_edit_lock','1379622716:2'),(101705,13432,'_event_id','1923'),(101706,13432,'_event_start_time','09:00:00'),(101707,13432,'_event_end_time','17:15:00'),(101708,13432,'_event_all_day','0'),(101709,13432,'_event_start_date','2013-09-01'),(101710,13432,'_event_end_date','2013-09-30'),(101711,13432,'_event_rsvp','0'),(101712,13432,'_event_rsvp_date',''),(101713,13432,'_event_rsvp_time','00:00:00'),(101714,13432,'_event_spaces',''),(101715,13432,'_location_id','7'),(101716,13432,'_recurrence_id',''),(101717,13432,'_event_status','1'),(101718,13432,'_event_private','0'),(101719,13432,'_event_date_created',''),(101720,13432,'_event_date_modified',''),(101721,13432,'_blog_id',''),(101722,13432,'_group_id','0'),(101723,13432,'_recurrence','0'),(101724,13432,'_recurrence_interval',''),(101725,13432,'_recurrence_freq',''),(101726,13432,'_recurrence_days','0'),(101727,13432,'_recurrence_byday',''),(101728,13432,'_recurrence_byweekno',''),(101729,13432,'_start_ts','1378026000'),(101730,13432,'_end_ts','1380561300'),(101731,13433,'_edit_last','2'),(101732,13433,'_edit_lock','1379687117:2'),(101737,13433,'_event_id','1924'),(101738,13433,'_event_start_time','09:00:00'),(101739,13433,'_event_end_time','17:00:00'),(101740,13433,'_event_all_day','0'),(101741,13433,'_event_start_date','2013-10-13'),(101742,13433,'_event_end_date','2013-10-19'),(101743,13433,'_event_rsvp','0'),(101744,13433,'_event_rsvp_date',''),(101745,13433,'_event_rsvp_time','00:00:00'),(101746,13433,'_event_spaces',''),(101747,13433,'_location_id','7'),(101748,13433,'_recurrence_id',''),(101749,13433,'_event_status','1'),(101750,13433,'_event_private','0'),(101751,13433,'_event_date_created',''),(101752,13433,'_event_date_modified',''),(101753,13433,'_blog_id',''),(101754,13433,'_group_id','0'),(101755,13433,'_recurrence','0'),(101756,13433,'_recurrence_interval',''),(101757,13433,'_recurrence_freq',''),(101758,13433,'_recurrence_days','0'),(101759,13433,'_recurrence_byday',''),(101760,13433,'_recurrence_byweekno',''),(101761,13433,'_start_ts','1381654800'),(101762,13433,'_end_ts','1382202000'),(101763,13434,'_edit_last','2'),(101764,13434,'_edit_lock','1379688193:2'),(101769,13434,'_event_id','1925'),(101770,13434,'_event_start_time','09:00:00'),(101771,13434,'_event_end_time','17:00:00'),(101772,13434,'_event_all_day','0'),(101773,13434,'_event_start_date','2013-11-30'),(101774,13434,'_event_end_date','2013-12-20'),(101775,13434,'_event_rsvp','0'),(101776,13434,'_event_rsvp_date',''),(101777,13434,'_event_rsvp_time','00:00:00'),(101778,13434,'_event_spaces',''),(101779,13434,'_location_id','7'),(101780,13434,'_recurrence_id',''),(101781,13434,'_event_status','1'),(101782,13434,'_event_private','0'),(101783,13434,'_event_date_created',''),(101784,13434,'_event_date_modified',''),(101785,13434,'_blog_id',''),(101786,13434,'_group_id','0'),(101787,13434,'_recurrence','0'),(101788,13434,'_recurrence_interval',''),(101789,13434,'_recurrence_freq',''),(101790,13434,'_recurrence_days','0'),(101791,13434,'_recurrence_byday',''),(101792,13434,'_recurrence_byweekno',''),(101793,13434,'_start_ts','1385802000'),(101794,13434,'_end_ts','1387558800'),(101795,13443,'_feedback_author',''),(101796,13443,'_feedback_author_email',''),(101797,13443,'_feedback_author_url',''),(101798,13443,'_feedback_subject','Signup form OneCaribbean'),(101799,13443,'_feedback_ip','10.17.1.254'),(101800,13443,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(101801,13443,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"Alachiae Keesee\";s:13:\"Email address\";s:26:\"iylanluvstravels@gmail.com\";s:28:\"Name of Organization/Company\";s:16:\"Iylanluvs Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(101802,13443,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"Alachiae Keesee\";s:13:\"Email address\";s:26:\"iylanluvstravels@gmail.com\";s:28:\"Name of Organization/Company\";s:16:\"Iylanluvs Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(101803,13443,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (Linux; Android 4.2.2; Nexus 7 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-225009ac-462e-43dd-b39a-8c7961ab7ca2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35154\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"379\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"74.60.14.23\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Linux; Android 4.2.2; Nexus 7 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"379\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371596178.7123\";s:12:\"REQUEST_TIME\";s:10:\"1371596178\";}'),(101804,13443,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:288:\"Name: Alachiae Keesee\n\nEmail address: iylanluvstravels@gmail.com\n\nName of Organization/Company: Iylanluvs Travel\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Tuesday June 18, 2013 at 6:56 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(101805,13444,'_feedback_author',''),(101806,13444,'_feedback_author_email',''),(101807,13444,'_feedback_author_url',''),(101808,13444,'_feedback_subject','Signup form OneCaribbean'),(101809,13444,'_feedback_ip','10.17.1.254'),(101810,13444,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(101811,13444,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"Alachiae Keesee\";s:13:\"Email address\";s:26:\"iylanluvstravels@gmail.com\";s:28:\"Name of Organization/Company\";s:16:\"Iylanluvs Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(101812,13444,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"Alachiae Keesee\";s:13:\"Email address\";s:26:\"iylanluvstravels@gmail.com\";s:28:\"Name of Organization/Company\";s:16:\"Iylanluvs Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(101813,13444,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (Linux; Android 4.2.2; Nexus 7 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e9eff636-71f4-47f6-9537-882b6154f3bd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35155\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"379\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"74.60.14.23\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Linux; Android 4.2.2; Nexus 7 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"379\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371596235.1719\";s:12:\"REQUEST_TIME\";s:10:\"1371596235\";}'),(101814,13444,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:288:\"Name: Alachiae Keesee\n\nEmail address: iylanluvstravels@gmail.com\n\nName of Organization/Company: Iylanluvs Travel\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Tuesday June 18, 2013 at 6:57 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(101815,13445,'_feedback_author',''),(101816,13445,'_feedback_author_email',''),(101817,13445,'_feedback_author_url',''),(101818,13445,'_feedback_subject','Signup form OneCaribbean'),(101819,13445,'_feedback_ip','10.17.1.254'),(101820,13445,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(101821,13445,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"arnie ackerman\";s:13:\"Email address\";s:22:\"arnie@soloprinting.com\";s:28:\"Name of Organization/Company\";s:26:\"Solo Printing Incorporated\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:41:\"Brand Inhancement, Printing & Mailing\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(101822,13445,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"arnie ackerman\";s:13:\"Email address\";s:22:\"arnie@soloprinting.com\";s:28:\"Name of Organization/Company\";s:26:\"Solo Printing Incorporated\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:37:\"Brand Inhancement, Printing & Mailing\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(101823,13445,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-480676c0-60d1-4bbc-9118-cd20707c8c41\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39243\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"474\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"99.4.169.194\";s:15:\"HTTP_USER_AGENT\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"474\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371602417.2038\";s:12:\"REQUEST_TIME\";s:10:\"1371602417\";}'),(101824,13445,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:430:\"Name: arnie ackerman\n\nEmail address: arnie@soloprinting.com\n\nName of Organization/Company: Solo Printing Incorporated\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Brand Inhancement, Printing & Mailing\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday June 18, 2013 at 8:40 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(101837,13449,'_edit_last','2'),(101838,13449,'_edit_lock','1390583917:2'),(101843,13449,'_event_id','1926'),(101844,13449,'_event_start_time','08:00:00'),(101845,13449,'_event_end_time','21:00:00'),(101846,13449,'_event_all_day','0'),(101847,13449,'_event_start_date','2014-07-19'),(101848,13449,'_event_end_date','2014-07-31'),(101849,13449,'_event_rsvp','0'),(101850,13449,'_event_rsvp_date',''),(101851,13449,'_event_rsvp_time','00:00:00'),(101852,13449,'_event_spaces',''),(101853,13449,'_location_id','0'),(101854,13449,'_recurrence_id',''),(101855,13449,'_event_status','1'),(101856,13449,'_event_private','0'),(101857,13449,'_event_date_created',''),(101858,13449,'_event_date_modified',''),(101859,13449,'_blog_id',''),(101860,13449,'_group_id','0'),(101861,13449,'_recurrence','0'),(101862,13449,'_recurrence_interval',''),(101863,13449,'_recurrence_freq',''),(101864,13449,'_recurrence_days','0'),(101865,13449,'_recurrence_byday',''),(101866,13449,'_recurrence_byweekno',''),(101867,13449,'_start_ts','1405756800'),(101868,13449,'_end_ts','1406840400'),(101905,13452,'_edit_last','2'),(101906,13452,'_edit_lock','1379688108:2'),(101911,13452,'_event_id','1928'),(101912,13452,'_event_start_time','09:00:00'),(101913,13452,'_event_end_time','17:00:00'),(101914,13452,'_event_all_day','0'),(101915,13452,'_event_start_date','2013-11-12'),(101916,13452,'_event_end_date','2013-11-17'),(101917,13452,'_event_rsvp','0'),(101918,13452,'_event_rsvp_date',''),(101919,13452,'_event_rsvp_time','00:00:00'),(101920,13452,'_event_spaces',''),(101921,13452,'_location_id','22'),(101922,13452,'_recurrence_id',''),(101923,13452,'_event_status','1'),(101924,13452,'_event_private','0'),(101925,13452,'_event_date_created',''),(101926,13452,'_event_date_modified',''),(101927,13452,'_blog_id',''),(101928,13452,'_group_id','0'),(101929,13452,'_recurrence','0'),(101930,13452,'_recurrence_interval',''),(101931,13452,'_recurrence_freq',''),(101932,13452,'_recurrence_days','0'),(101933,13452,'_recurrence_byday',''),(101934,13452,'_recurrence_byweekno',''),(101935,13452,'_start_ts','1384246800'),(101936,13452,'_end_ts','1384707600'),(101937,13453,'_edit_last','2'),(101938,13453,'_edit_lock','1390594656:2'),(101943,13453,'_event_id','1929'),(101944,13453,'_event_start_time','00:00:00'),(101945,13453,'_event_end_time','00:00:00'),(101946,13453,'_event_all_day','0'),(101947,13453,'_event_start_date','2014-11-14'),(101948,13453,'_event_end_date','2014-11-20'),(101949,13453,'_event_rsvp','0'),(101950,13453,'_event_rsvp_date',''),(101951,13453,'_event_rsvp_time','00:00:00'),(101952,13453,'_event_spaces',''),(101953,13453,'_location_id','22'),(101954,13453,'_recurrence_id',''),(101955,13453,'_event_status','1'),(101956,13453,'_event_private','0'),(101957,13453,'_event_date_created',''),(101958,13453,'_event_date_modified',''),(101959,13453,'_blog_id',''),(101960,13453,'_group_id','0'),(101961,13453,'_recurrence','0'),(101962,13453,'_recurrence_interval',''),(101963,13453,'_recurrence_freq',''),(101964,13453,'_recurrence_days','0'),(101965,13453,'_recurrence_byday',''),(101966,13453,'_recurrence_byweekno',''),(101967,13453,'_start_ts','1415923200'),(101968,13453,'_end_ts','1416441600'),(101969,13454,'_wp_attached_file','statiaconf.jpg'),(101970,13454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:338;s:4:\"file\";s:14:\"statiaconf.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"statiaconf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"statiaconf-300x274.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(101975,13455,'_wp_attached_file','jeanne_vanterpool.jpg'),(101976,13455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:149;s:4:\"file\";s:21:\"jeanne_vanterpool.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(101989,13459,'_feedback_author','CHristopher Norwood'),(101990,13459,'_feedback_author_email','cnorwood@keywestafricanafestival.com'),(101991,13459,'_feedback_author_url',''),(101992,13459,'_feedback_subject','SOTIC subscribers'),(101993,13459,'_feedback_ip','10.17.1.254'),(101994,13459,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(101995,13459,'_feedback_all_fields','a:3:{s:4:\"Name\";s:19:\"CHristopher Norwood\";s:13:\"Email address\";s:36:\"cnorwood@keywestafricanafestival.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(101996,13459,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(101997,13459,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:19:\"CHristopher Norwood\";s:20:\"comment_author_email\";s:36:\"cnorwood@keywestafricanafestival.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0580499e-05a1-4bc0-a37e-272b0f19d815\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55314\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"249\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"98.254.101.39\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"249\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1371894503.6185\";s:12:\"REQUEST_TIME\";s:10:\"1371894503\";}'),(101998,13459,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:180:\"Name : CHristopher Norwood \n\nEmail address : cnorwood@keywestafricanafestival.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Saturday June 22, 2013 at 5:48 am\n\";s:7:\"headers\";s:155:\"From: CHristopher Norwood <cnorwood@keywestafricanafestival.com>\r\nReply-To: cnorwood@keywestafricanafestival.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(102011,13462,'_edit_last','2'),(102012,13462,'_edit_lock','1372087988:2'),(102013,13462,'truethemes_video_url',''),(102014,13462,'truethemes_external_image_url',''),(102015,13462,'truethemes_slider_shortcode',''),(102016,13462,'truethemes_slider_cu3er',''),(102025,13462,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(102026,13462,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(102027,13465,'_wp_attached_file','CTOTripAdvisorCWeek2013Paganelli.pdf'),(102040,13467,'_wp_attached_file','TVSCweek2013RyanSkeete.pdf'),(102053,13470,'_edit_last','2'),(102054,13470,'_edit_lock','1372088708:2'),(102055,13470,'truethemes_video_url',''),(102056,13470,'truethemes_external_image_url',''),(102057,13470,'truethemes_slider_shortcode',''),(102058,13470,'truethemes_slider_cu3er',''),(102067,13470,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(102068,13470,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(102069,13472,'_edit_last','2'),(102070,13472,'_edit_lock','1372089101:2'),(102071,13472,'truethemes_video_url',''),(102072,13472,'truethemes_external_image_url',''),(102073,13472,'truethemes_slider_shortcode',''),(102074,13472,'truethemes_slider_cu3er',''),(102083,13472,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(102084,13472,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(102216,13488,'_feedback_author',''),(102217,13488,'_feedback_author_email',''),(102218,13488,'_feedback_author_url',''),(102219,13488,'_feedback_subject','Signup form OneCaribbean'),(102220,13488,'_feedback_ip','10.17.1.254'),(102221,13488,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(102222,13488,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Paradise\";s:13:\"Email address\";s:32:\"caribbeanconnectionstv@gmail.com\";s:20:\"Country of Residence\";s:8:\"Canadada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(102223,13488,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Paradise\";s:13:\"Email address\";s:32:\"caribbeanconnectionstv@gmail.com\";s:20:\"Country of Residence\";s:8:\"Canadada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(102224,13488,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:127:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9f22b18f-ad25-4079-ae82-25411d699234\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33620\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"336\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"99.235.150.186\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:127:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"336\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1372107548.5325\";s:12:\"REQUEST_TIME\";s:10:\"1372107548\";}'),(102225,13488,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:207:\"Name: Paradise\n\nEmail address: caribbeanconnectionstv@gmail.com\n\nCountry of Residence: Canadada\n\nWhich best describes you?: Media - print/radio/tv/online\n\nMessage was sent on Monday June 24, 2013 at 4:59 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(102238,13490,'_edit_last','2'),(102239,13490,'_edit_lock','1403900153:1859'),(102240,13490,'truethemes_video_url',''),(102241,13490,'truethemes_external_image_url',''),(102242,13490,'truethemes_slider_shortcode',''),(102243,13490,'truethemes_slider_cu3er',''),(102252,13490,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(102253,13490,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(102264,1797,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(102265,1797,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(102266,1797,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(102267,1797,'_aioseop_title','Advocacy'),(102313,13503,'_wp_attached_file','RevisedFinalReportTSADiagnosisRecommendationsJune2013.pdf'),(102314,6386,'groups-groups_read_post','TSA'),(102321,13506,'_edit_last','2'),(102322,13506,'_edit_lock','1372180646:2'),(102323,13506,'truethemes_video_url',''),(102324,13506,'truethemes_external_image_url',''),(102325,13506,'truethemes_slider_shortcode',''),(102326,13506,'truethemes_slider_cu3er',''),(102335,13506,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(102336,13506,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(102351,13512,'_wp_attached_file','HVSSlider.jpg'),(102352,13512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:273;s:4:\"file\";s:13:\"HVSSlider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"HVSSlider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"HVSSlider-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(102376,13513,'_feedback_author',''),(102377,13513,'_feedback_author_email',''),(102378,13513,'_feedback_author_url',''),(102379,13513,'_feedback_subject','Signup form OneCaribbean'),(102380,13513,'_feedback_ip','10.17.1.254'),(102381,13513,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(102382,13513,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Maria Mc kie\";s:13:\"Email address\";s:22:\"mariemckie@hotmail.com\";s:20:\"Country of Residence\";s:34:\"Saint Vincent & the Grenadines\";s:28:\"Name of Organization/Company\";s:19:\"Ministry of Tourism\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(102383,13513,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Maria Mc kie\";s:13:\"Email address\";s:22:\"mariemckie@hotmail.com\";s:20:\"Country of Residence\";s:30:\"Saint Vincent & the Grenadines\";s:28:\"Name of Organization/Company\";s:19:\"Ministry of Tourism\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(102384,13513,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6f6acfb7-4bcb-4bdc-a57f-e26a839c0134\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60845\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"625\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.73.199.167\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"625\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1372184233.8512\";s:12:\"REQUEST_TIME\";s:10:\"1372184233\";}'),(102385,13513,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:523:\"Name: Maria Mc kie\n\nEmail address: mariemckie@hotmail.com\n\nCountry of Residence: Saint Vincent & the Grenadines\n\nName of Organization/Company: Ministry of Tourism\n\nWhich best describes you?: Ministry of Tourism\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday June 25, 2013 at 2:17 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(102420,13518,'_wp_attached_file','hVSSlider2.jpg'),(102421,13518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:14:\"hVSSlider2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hVSSlider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"hVSSlider2-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(102426,13520,'_edit_last','13'),(102427,13520,'_edit_lock','1373064648:13'),(102432,13520,'_event_id','1930'),(102433,13520,'_event_start_time','09:00:00'),(102434,13520,'_event_end_time','17:00:00'),(102435,13520,'_event_all_day','0'),(102436,13520,'_event_start_date','2013-08-31'),(102437,13520,'_event_end_date','2013-08-31'),(102438,13520,'_event_rsvp','0'),(102439,13520,'_event_rsvp_date',''),(102440,13520,'_event_rsvp_time','00:00:00'),(102441,13520,'_event_spaces',''),(102442,13520,'_location_id','79'),(102443,13520,'_recurrence_id',''),(102444,13520,'_event_status','1'),(102445,13520,'_event_private','0'),(102446,13520,'_event_date_created',''),(102447,13520,'_event_date_modified',''),(102448,13520,'_blog_id',''),(102449,13520,'_group_id','0'),(102450,13520,'_recurrence','0'),(102451,13520,'_recurrence_interval',''),(102452,13520,'_recurrence_freq',''),(102453,13520,'_recurrence_days','0'),(102454,13520,'_recurrence_byday',''),(102455,13520,'_recurrence_byweekno',''),(102456,13520,'_start_ts','1377939600'),(102457,13520,'_end_ts','1377968400'),(102462,13521,'_edit_last','13'),(102463,13521,'_edit_lock','1373063384:13'),(102468,13521,'_event_id','1931'),(102469,13521,'_event_start_time','00:00:00'),(102470,13521,'_event_end_time','00:00:00'),(102471,13521,'_event_all_day','1'),(102472,13521,'_event_start_date','2013-07-05'),(102473,13521,'_event_end_date','2013-07-07'),(102474,13521,'_event_rsvp','0'),(102475,13521,'_event_rsvp_date',''),(102476,13521,'_event_rsvp_time','00:00:00'),(102477,13521,'_event_spaces',''),(102478,13521,'_location_id','79'),(102479,13521,'_recurrence_id',''),(102480,13521,'_event_status','1'),(102481,13521,'_event_private','0'),(102482,13521,'_event_date_created',''),(102483,13521,'_event_date_modified',''),(102484,13521,'_blog_id',''),(102485,13521,'_group_id','0'),(102486,13521,'_recurrence','0'),(102487,13521,'_recurrence_interval',''),(102488,13521,'_recurrence_freq',''),(102489,13521,'_recurrence_days','0'),(102490,13521,'_recurrence_byday',''),(102491,13521,'_recurrence_byweekno',''),(102492,13521,'_start_ts','1372982400'),(102493,13521,'_end_ts','1373155200'),(102494,13522,'_edit_last','13'),(102495,13522,'_edit_lock','1373063490:13'),(102500,13522,'_event_id','1932'),(102501,13522,'_event_start_time','00:00:00'),(102502,13522,'_event_end_time','00:00:00'),(102503,13522,'_event_all_day','0'),(102504,13522,'_event_start_date','2013-07-06'),(102505,13522,'_event_end_date','2013-07-14'),(102506,13522,'_event_rsvp','0'),(102507,13522,'_event_rsvp_date',''),(102508,13522,'_event_rsvp_time','00:00:00'),(102509,13522,'_event_spaces',''),(102510,13522,'_location_id','79'),(102511,13522,'_recurrence_id',''),(102512,13522,'_event_status','1'),(102513,13522,'_event_private','0'),(102514,13522,'_event_date_created',''),(102515,13522,'_event_date_modified',''),(102516,13522,'_blog_id',''),(102517,13522,'_group_id','0'),(102518,13522,'_recurrence','0'),(102519,13522,'_recurrence_interval',''),(102520,13522,'_recurrence_freq',''),(102521,13522,'_recurrence_days','0'),(102522,13522,'_recurrence_byday',''),(102523,13522,'_recurrence_byweekno',''),(102524,13522,'_start_ts','1373068800'),(102525,13522,'_end_ts','1373760000'),(102526,13523,'_edit_last','13'),(102527,13523,'_edit_lock','1373063522:13'),(102532,13523,'_event_id','1933'),(102533,13523,'_event_start_time','00:00:00'),(102534,13523,'_event_end_time','00:00:00'),(102535,13523,'_event_all_day','1'),(102536,13523,'_event_start_date','2013-07-06'),(102537,13523,'_event_end_date','2013-07-27'),(102538,13523,'_event_rsvp','0'),(102539,13523,'_event_rsvp_date',''),(102540,13523,'_event_rsvp_time','00:00:00'),(102541,13523,'_event_spaces',''),(102542,13523,'_location_id','79'),(102543,13523,'_recurrence_id',''),(102544,13523,'_event_status','1'),(102545,13523,'_event_private','0'),(102546,13523,'_event_date_created',''),(102547,13523,'_event_date_modified',''),(102548,13523,'_blog_id',''),(102549,13523,'_group_id','0'),(102550,13523,'_recurrence','0'),(102551,13523,'_recurrence_interval',''),(102552,13523,'_recurrence_freq',''),(102553,13523,'_recurrence_days','0'),(102554,13523,'_recurrence_byday',''),(102555,13523,'_recurrence_byweekno',''),(102556,13523,'_start_ts','1373068800'),(102557,13523,'_end_ts','1374883200'),(102558,13524,'_edit_last','13'),(102559,13524,'_edit_lock','1373063712:13'),(102564,13524,'_event_id','1934'),(102565,13524,'_event_start_time','00:00:00'),(102566,13524,'_event_end_time','00:00:00'),(102567,13524,'_event_all_day','1'),(102568,13524,'_event_start_date','2013-07-14'),(102569,13524,'_event_end_date','2013-07-14'),(102570,13524,'_event_rsvp','0'),(102571,13524,'_event_rsvp_date',''),(102572,13524,'_event_rsvp_time','00:00:00'),(102573,13524,'_event_spaces',''),(102574,13524,'_location_id','79'),(102575,13524,'_recurrence_id',''),(102576,13524,'_event_status','1'),(102577,13524,'_event_private','0'),(102578,13524,'_event_date_created',''),(102579,13524,'_event_date_modified',''),(102580,13524,'_blog_id',''),(102581,13524,'_group_id','0'),(102582,13524,'_recurrence','0'),(102583,13524,'_recurrence_interval',''),(102584,13524,'_recurrence_freq',''),(102585,13524,'_recurrence_days','0'),(102586,13524,'_recurrence_byday',''),(102587,13524,'_recurrence_byweekno',''),(102588,13524,'_start_ts','1373760000'),(102589,13524,'_end_ts','1373760000'),(102590,13525,'_edit_last','13'),(102591,13525,'_edit_lock','1373065062:13'),(102596,13525,'_event_id','1935'),(102597,13525,'_event_start_time','00:00:00'),(102598,13525,'_event_end_time','00:00:00'),(102599,13525,'_event_all_day','0'),(102600,13525,'_event_start_date','2013-07-28'),(102601,13525,'_event_end_date','2013-08-08'),(102602,13525,'_event_rsvp','0'),(102603,13525,'_event_rsvp_date',''),(102604,13525,'_event_rsvp_time','00:00:00'),(102605,13525,'_event_spaces',''),(102606,13525,'_location_id','79'),(102607,13525,'_recurrence_id',''),(102608,13525,'_event_status','1'),(102609,13525,'_event_private','0'),(102610,13525,'_event_date_created',''),(102611,13525,'_event_date_modified',''),(102612,13525,'_blog_id',''),(102613,13525,'_group_id','0'),(102614,13525,'_recurrence','0'),(102615,13525,'_recurrence_interval',''),(102616,13525,'_recurrence_freq',''),(102617,13525,'_recurrence_days','0'),(102618,13525,'_recurrence_byday',''),(102619,13525,'_recurrence_byweekno',''),(102620,13525,'_start_ts','1374969600'),(102621,13525,'_end_ts','1375920000'),(102622,13528,'_edit_last','13'),(102623,13528,'_edit_lock','1373064769:13'),(102628,13528,'_event_id','1936'),(102629,13528,'_event_start_time','00:00:00'),(102630,13528,'_event_end_time','00:00:00'),(102631,13528,'_event_all_day','1'),(102632,13528,'_event_start_date','2013-09-14'),(102633,13528,'_event_end_date','2013-09-15'),(102634,13528,'_event_rsvp','0'),(102635,13528,'_event_rsvp_date',''),(102636,13528,'_event_rsvp_time','00:00:00'),(102637,13528,'_event_spaces',''),(102638,13528,'_location_id','79'),(102639,13528,'_recurrence_id',''),(102640,13528,'_event_status','1'),(102641,13528,'_event_private','0'),(102642,13528,'_event_date_created',''),(102643,13528,'_event_date_modified',''),(102644,13528,'_blog_id',''),(102645,13528,'_group_id','0'),(102646,13528,'_recurrence','0'),(102647,13528,'_recurrence_interval',''),(102648,13528,'_recurrence_freq',''),(102649,13528,'_recurrence_days','0'),(102650,13528,'_recurrence_byday',''),(102651,13528,'_recurrence_byweekno',''),(102652,13528,'_start_ts','1379116800'),(102653,13528,'_end_ts','1379203200'),(102654,13529,'_edit_last','2'),(102655,13529,'_edit_lock','1379687234:2'),(102660,13529,'_event_id','1937'),(102661,13529,'_event_start_time','00:00:00'),(102662,13529,'_event_end_time','00:00:00'),(102663,13529,'_event_all_day','1'),(102664,13529,'_event_start_date','2013-10-31'),(102665,13529,'_event_end_date','2013-11-03'),(102666,13529,'_event_rsvp','0'),(102667,13529,'_event_rsvp_date',''),(102668,13529,'_event_rsvp_time','00:00:00'),(102669,13529,'_event_spaces',''),(102670,13529,'_location_id','19'),(102671,13529,'_recurrence_id',''),(102672,13529,'_event_status','1'),(102673,13529,'_event_private','0'),(102674,13529,'_event_date_created',''),(102675,13529,'_event_date_modified',''),(102676,13529,'_blog_id',''),(102677,13529,'_group_id','0'),(102678,13529,'_recurrence','0'),(102679,13529,'_recurrence_interval',''),(102680,13529,'_recurrence_freq',''),(102681,13529,'_recurrence_days','0'),(102682,13529,'_recurrence_byday',''),(102683,13529,'_recurrence_byweekno',''),(102684,13529,'_start_ts','1383177600'),(102685,13529,'_end_ts','1383436800'),(102686,13530,'_edit_last','2'),(102687,13530,'_edit_lock','1379688936:2'),(102692,13530,'_event_id','1938'),(102693,13530,'_event_start_time','00:00:00'),(102694,13530,'_event_end_time','00:00:00'),(102695,13530,'_event_all_day','1'),(102696,13530,'_event_start_date','2013-12-07'),(102697,13530,'_event_end_date','2013-12-08'),(102698,13530,'_event_rsvp','0'),(102699,13530,'_event_rsvp_date',''),(102700,13530,'_event_rsvp_time','00:00:00'),(102701,13530,'_event_spaces',''),(102702,13530,'_location_id','19'),(102703,13530,'_recurrence_id',''),(102704,13530,'_event_status','1'),(102705,13530,'_event_private','0'),(102706,13530,'_event_date_created',''),(102707,13530,'_event_date_modified',''),(102708,13530,'_blog_id',''),(102709,13530,'_group_id','0'),(102710,13530,'_recurrence','0'),(102711,13530,'_recurrence_interval',''),(102712,13530,'_recurrence_freq',''),(102713,13530,'_recurrence_days','0'),(102714,13530,'_recurrence_byday',''),(102715,13530,'_recurrence_byweekno',''),(102716,13530,'_start_ts','1386374400'),(102717,13530,'_end_ts','1386460800'),(102718,13532,'_wp_attached_file','sharonFlaxMarsBVI3.jpg'),(102719,13532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:168;s:4:\"file\";s:22:\"sharonFlaxMarsBVI3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sharonFlaxMarsBVI3-112x150.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon EOS DIGITAL REBEL XTi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1357559948;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"63\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(102756,13540,'_feedback_author',''),(102757,13540,'_feedback_author_email',''),(102758,13540,'_feedback_author_url',''),(102759,13540,'_feedback_subject','Signup form OneCaribbean'),(102760,13540,'_feedback_ip','10.17.1.254'),(102761,13540,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(102762,13540,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"carina\";s:13:\"Email address\";s:22:\"storme.raine@yahoo.com\";s:20:\"Country of Residence\";s:7:\"Grenada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(102763,13540,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"carina\";s:13:\"Email address\";s:22:\"storme.raine@yahoo.com\";s:20:\"Country of Residence\";s:7:\"Grenada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(102764,13540,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8d0a3a96-14ab-4348-baaf-d6472f1b91cb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59553\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"578\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"74.122.92.97\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"578\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1372264193.0184\";s:12:\"REQUEST_TIME\";s:10:\"1372264193\";}'),(102765,13540,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:443:\"Name: carina\n\nEmail address: storme.raine@yahoo.com\n\nCountry of Residence: Grenada\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday June 26, 2013 at 12:29 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(102766,13541,'_edit_last','2'),(102767,13541,'_edit_lock','1372266237:2'),(102770,13541,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(102771,13541,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(102772,13541,'_event_id','1939'),(102773,13541,'_event_start_time','19:00:00'),(102774,13541,'_event_end_time','23:15:00'),(102775,13541,'_event_all_day','0'),(102776,13541,'_event_start_date','2013-06-29'),(102777,13541,'_event_end_date','2013-06-30'),(102778,13541,'_event_rsvp','0'),(102779,13541,'_event_rsvp_date',''),(102780,13541,'_event_rsvp_time','00:00:00'),(102781,13541,'_event_spaces',''),(102782,13541,'_location_id','43'),(102783,13541,'_recurrence_id',''),(102784,13541,'_event_status','1'),(102785,13541,'_event_private','0'),(102786,13541,'_event_date_created',''),(102787,13541,'_event_date_modified',''),(102788,13541,'_blog_id',''),(102789,13541,'_group_id','0'),(102790,13541,'_recurrence','0'),(102791,13541,'_recurrence_interval',''),(102792,13541,'_recurrence_freq',''),(102793,13541,'_recurrence_days','0'),(102794,13541,'_recurrence_byday',''),(102795,13541,'_recurrence_byweekno',''),(102796,13541,'_start_ts','1372532400'),(102797,13541,'_end_ts','1372634100'),(102798,13543,'_edit_last','13'),(102799,13543,'_edit_lock','1373065022:13'),(102804,13543,'_event_id','1940'),(102805,13543,'_event_start_time','00:00:00'),(102806,13543,'_event_end_time','00:00:00'),(102807,13543,'_event_all_day','1'),(102808,13543,'_event_start_date','2013-07-26'),(102809,13543,'_event_end_date','2013-08-05'),(102810,13543,'_event_rsvp','0'),(102811,13543,'_event_rsvp_date',''),(102812,13543,'_event_rsvp_time','00:00:00'),(102813,13543,'_event_spaces',''),(102814,13543,'_location_id','74'),(102815,13543,'_recurrence_id',''),(102816,13543,'_event_status','1'),(102817,13543,'_event_private','0'),(102818,13543,'_event_date_created',''),(102819,13543,'_event_date_modified',''),(102820,13543,'_blog_id',''),(102821,13543,'_group_id','0'),(102822,13543,'_recurrence','0'),(102823,13543,'_recurrence_interval',''),(102824,13543,'_recurrence_freq',''),(102825,13543,'_recurrence_days','0'),(102826,13543,'_recurrence_byday',''),(102827,13543,'_recurrence_byweekno',''),(102828,13543,'_start_ts','1374796800'),(102829,13543,'_end_ts','1375660800'),(102830,13545,'_edit_last','13'),(102831,13545,'_edit_lock','1373065103:13'),(102836,13545,'_event_id','1941'),(102837,13545,'_event_start_time','00:00:00'),(102838,13545,'_event_end_time','00:00:00'),(102839,13545,'_event_all_day','1'),(102840,13545,'_event_start_date','2013-08-01'),(102841,13545,'_event_end_date','2013-08-05'),(102842,13545,'_event_rsvp','0'),(102843,13545,'_event_rsvp_date',''),(102844,13545,'_event_rsvp_time','00:00:00'),(102845,13545,'_event_spaces',''),(102846,13545,'_location_id','74'),(102847,13545,'_recurrence_id',''),(102848,13545,'_event_status','1'),(102849,13545,'_event_private','0'),(102850,13545,'_event_date_created',''),(102851,13545,'_event_date_modified',''),(102852,13545,'_blog_id',''),(102853,13545,'_group_id','0'),(102854,13545,'_recurrence','0'),(102855,13545,'_recurrence_interval',''),(102856,13545,'_recurrence_freq',''),(102857,13545,'_recurrence_days','0'),(102858,13545,'_recurrence_byday',''),(102859,13545,'_recurrence_byweekno',''),(102860,13545,'_start_ts','1375315200'),(102861,13545,'_end_ts','1375660800'),(102862,13546,'_edit_last','13'),(102863,13546,'_edit_lock','1373065220:13'),(102868,13546,'_event_id','1942'),(102869,13546,'_event_start_time','00:00:00'),(102870,13546,'_event_end_time','00:00:00'),(102871,13546,'_event_all_day','1'),(102872,13546,'_event_start_date','2013-08-05'),(102873,13546,'_event_end_date','2013-08-05'),(102874,13546,'_event_rsvp','0'),(102875,13546,'_event_rsvp_date',''),(102876,13546,'_event_rsvp_time','00:00:00'),(102877,13546,'_event_spaces',''),(102878,13546,'_location_id','74'),(102879,13546,'_recurrence_id',''),(102880,13546,'_event_status','1'),(102881,13546,'_event_private','0'),(102882,13546,'_event_date_created',''),(102883,13546,'_event_date_modified',''),(102884,13546,'_blog_id',''),(102885,13546,'_group_id','0'),(102886,13546,'_recurrence','0'),(102887,13546,'_recurrence_interval',''),(102888,13546,'_recurrence_freq',''),(102889,13546,'_recurrence_days','0'),(102890,13546,'_recurrence_byday',''),(102891,13546,'_recurrence_byweekno',''),(102892,13546,'_start_ts','1375660800'),(102893,13546,'_end_ts','1375660800'),(102894,13548,'_edit_last','13'),(102895,13548,'_edit_lock','1373063254:13'),(102900,13548,'_event_id','1943'),(102901,13548,'_event_start_time','00:00:00'),(102902,13548,'_event_end_time','00:00:00'),(102903,13548,'_event_all_day','1'),(102904,13548,'_event_start_date','2013-06-30'),(102905,13548,'_event_end_date','2013-08-13'),(102906,13548,'_event_rsvp','0'),(102907,13548,'_event_rsvp_date',''),(102908,13548,'_event_rsvp_time','00:00:00'),(102909,13548,'_event_spaces',''),(102910,13548,'_location_id','74'),(102911,13548,'_recurrence_id',''),(102912,13548,'_event_status','1'),(102913,13548,'_event_private','0'),(102914,13548,'_event_date_created',''),(102915,13548,'_event_date_modified',''),(102916,13548,'_blog_id',''),(102917,13548,'_group_id','0'),(102918,13548,'_recurrence','0'),(102919,13548,'_recurrence_interval',''),(102920,13548,'_recurrence_freq',''),(102921,13548,'_recurrence_days','0'),(102922,13548,'_recurrence_byday',''),(102923,13548,'_recurrence_byweekno',''),(102924,13548,'_start_ts','1372550400'),(102925,13548,'_end_ts','1376352000'),(102926,13541,'_wp_old_slug','grenada-naniki-caribbean-jazz-safari'),(102927,13550,'_edit_last','2'),(102928,13550,'_edit_lock','1372266305:2'),(102931,13550,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(102932,13550,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(102933,13550,'_event_id','1944'),(102934,13550,'_event_start_time','19:00:00'),(102935,13550,'_event_end_time','23:00:00'),(102936,13550,'_event_all_day','0'),(102937,13550,'_event_start_date','2013-06-29'),(102938,13550,'_event_end_date','2013-06-29'),(102939,13550,'_event_rsvp','0'),(102940,13550,'_event_rsvp_date',''),(102941,13550,'_event_rsvp_time','00:00:00'),(102942,13550,'_event_spaces',''),(102943,13550,'_location_id','45'),(102944,13550,'_recurrence_id',''),(102945,13550,'_event_status','1'),(102946,13550,'_event_private','0'),(102947,13550,'_event_date_created',''),(102948,13550,'_event_date_modified',''),(102949,13550,'_blog_id',''),(102950,13550,'_group_id','0'),(102951,13550,'_recurrence','0'),(102952,13550,'_recurrence_interval',''),(102953,13550,'_recurrence_freq',''),(102954,13550,'_recurrence_days','0'),(102955,13550,'_recurrence_byday',''),(102956,13550,'_recurrence_byweekno',''),(102957,13550,'_start_ts','1372532400'),(102958,13550,'_end_ts','1372546800'),(102959,13551,'_edit_last','2'),(102960,13551,'_edit_lock','1372266565:2'),(102963,13551,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(102964,13551,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(102965,13551,'_event_id','1945'),(102966,13551,'_event_start_time','00:00:00'),(102967,13551,'_event_end_time','00:00:00'),(102968,13551,'_event_all_day','1'),(102969,13551,'_event_start_date','2013-06-30'),(102970,13551,'_event_end_date','2013-06-30'),(102971,13551,'_event_rsvp','0'),(102972,13551,'_event_rsvp_date',''),(102973,13551,'_event_rsvp_time','00:00:00'),(102974,13551,'_event_spaces',''),(102975,13551,'_location_id','45'),(102976,13551,'_recurrence_id',''),(102977,13551,'_event_status','1'),(102978,13551,'_event_private','0'),(102979,13551,'_event_date_created',''),(102980,13551,'_event_date_modified',''),(102981,13551,'_blog_id',''),(102982,13551,'_group_id','0'),(102983,13551,'_recurrence','0'),(102984,13551,'_recurrence_interval',''),(102985,13551,'_recurrence_freq',''),(102986,13551,'_recurrence_days','0'),(102987,13551,'_recurrence_byday',''),(102988,13551,'_recurrence_byweekno',''),(102989,13551,'_start_ts','1372550400'),(102990,13551,'_end_ts','1372550400'),(102991,13553,'_edit_last','13'),(102992,13553,'_edit_lock','1373063418:13'),(102997,13553,'_event_id','1946'),(102998,13553,'_event_start_time','00:00:00'),(102999,13553,'_event_end_time','00:00:00'),(103000,13553,'_event_all_day','1'),(103001,13553,'_event_start_date','2013-07-05'),(103002,13553,'_event_end_date','2013-07-07'),(103003,13553,'_event_rsvp','0'),(103004,13553,'_event_rsvp_date',''),(103005,13553,'_event_rsvp_time','00:00:00'),(103006,13553,'_event_spaces',''),(103007,13553,'_location_id','76'),(103008,13553,'_recurrence_id',''),(103009,13553,'_event_status','1'),(103010,13553,'_event_private','0'),(103011,13553,'_event_date_created',''),(103012,13553,'_event_date_modified',''),(103013,13553,'_blog_id',''),(103014,13553,'_group_id','0'),(103015,13553,'_recurrence','0'),(103016,13553,'_recurrence_interval',''),(103017,13553,'_recurrence_freq',''),(103018,13553,'_recurrence_days','0'),(103019,13553,'_recurrence_byday',''),(103020,13553,'_recurrence_byweekno',''),(103021,13553,'_start_ts','1372982400'),(103022,13553,'_end_ts','1373155200'),(103023,13554,'_edit_last','13'),(103024,13554,'_edit_lock','1373063344:13'),(103029,13554,'_event_id','1947'),(103030,13554,'_event_start_time','00:00:00'),(103031,13554,'_event_end_time','00:00:00'),(103032,13554,'_event_all_day','1'),(103033,13554,'_event_start_date','2013-07-20'),(103034,13554,'_event_end_date','2013-07-20'),(103035,13554,'_event_rsvp','0'),(103036,13554,'_event_rsvp_date',''),(103037,13554,'_event_rsvp_time','00:00:00'),(103038,13554,'_event_spaces',''),(103039,13554,'_location_id','76'),(103040,13554,'_recurrence_id',''),(103041,13554,'_event_status','1'),(103042,13554,'_event_private','0'),(103043,13554,'_event_date_created',''),(103044,13554,'_event_date_modified',''),(103045,13554,'_blog_id',''),(103046,13554,'_group_id','0'),(103047,13554,'_recurrence','0'),(103048,13554,'_recurrence_interval',''),(103049,13554,'_recurrence_freq',''),(103050,13554,'_recurrence_days','0'),(103051,13554,'_recurrence_byday',''),(103052,13554,'_recurrence_byweekno',''),(103053,13554,'_start_ts','1374278400'),(103054,13554,'_end_ts','1374278400'),(103055,13555,'_edit_last','13'),(103056,13555,'_edit_lock','1373063584:13'),(103061,13555,'_event_id','1948'),(103062,13555,'_event_start_time','00:00:00'),(103063,13555,'_event_end_time','00:00:00'),(103064,13555,'_event_all_day','1'),(103065,13555,'_event_start_date','2013-07-07'),(103066,13555,'_event_end_date','2013-07-07'),(103067,13555,'_event_rsvp','0'),(103068,13555,'_event_rsvp_date',''),(103069,13555,'_event_rsvp_time','00:00:00'),(103070,13555,'_event_spaces',''),(103071,13555,'_location_id','76'),(103072,13555,'_recurrence_id',''),(103073,13555,'_event_status','1'),(103074,13555,'_event_private','0'),(103075,13555,'_event_date_created',''),(103076,13555,'_event_date_modified',''),(103077,13555,'_blog_id',''),(103078,13555,'_group_id','0'),(103079,13555,'_recurrence','0'),(103080,13555,'_recurrence_interval',''),(103081,13555,'_recurrence_freq',''),(103082,13555,'_recurrence_days','0'),(103083,13555,'_recurrence_byday',''),(103084,13555,'_recurrence_byweekno',''),(103085,13555,'_start_ts','1373155200'),(103086,13555,'_end_ts','1373155200'),(103087,10413,'_edit_lock','1372267091:2'),(103097,9805,'_edit_lock','1373065312:13'),(103098,9805,'_edit_last','13'),(103109,9806,'_edit_lock','1373065144:13'),(103110,9806,'_edit_last','13'),(103115,10416,'_edit_lock','1372269235:2'),(103116,10416,'_edit_last','2'),(103119,10416,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(103120,10416,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(103127,9807,'_edit_lock','1373064570:13'),(103128,9807,'_edit_last','13'),(103131,9807,'_wp_old_slug','guyana-jamzone-summer-break-2012'),(103179,9804,'_edit_lock','1373065110:13'),(103180,9804,'_edit_last','13'),(103277,9830,'_edit_lock','1373064563:13'),(103278,9830,'_edit_last','13'),(103308,9801,'_edit_lock','1379687174:2'),(103309,9801,'_edit_last','2'),(103318,9832,'_edit_lock','1372272744:2'),(103319,9832,'_edit_last','2'),(103322,9832,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(103323,9832,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(103324,10292,'_edit_lock','1372272808:2'),(103325,10292,'_edit_last','2'),(103328,10292,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(103329,10292,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(103467,13595,'_feedback_author','Dr. Annette George'),(103468,13595,'_feedback_author_email','annette.george@morgan.edu'),(103469,13595,'_feedback_author_url',''),(103470,13595,'_feedback_subject','SOTIC subscribers'),(103471,13595,'_feedback_ip','10.17.1.254'),(103472,13595,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(103473,13595,'_feedback_all_fields','a:3:{s:4:\"Name\";s:18:\"Dr. Annette George\";s:13:\"Email address\";s:25:\"annette.george@morgan.edu\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(103474,13595,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(103475,13595,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:18:\"Dr. Annette George\";s:20:\"comment_author_email\";s:25:\"annette.george@morgan.edu\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1bad9923-2299-438b-aa43-c70201bd9d31\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40105\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"237\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.250.168.58\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"237\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1372643733.8904\";s:12:\"REQUEST_TIME\";s:10:\"1372643733\";}'),(103476,13595,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:166:\"Name : Dr. Annette George \n\nEmail address : annette.george@morgan.edu \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Sunday June 30, 2013 at 9:55 pm\n\";s:7:\"headers\";s:132:\"From: Dr. Annette George <annette.george@morgan.edu>\r\nReply-To: annette.george@morgan.edu\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(103477,13596,'_feedback_author',''),(103478,13596,'_feedback_author_email',''),(103479,13596,'_feedback_author_url',''),(103480,13596,'_feedback_subject','Signup form OneCaribbean'),(103481,13596,'_feedback_ip','10.17.1.254'),(103482,13596,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(103483,13596,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Sauna Maragh\";s:13:\"Email address\";s:21:\"misspassley@gmail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(103484,13596,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Sauna Maragh\";s:13:\"Email address\";s:21:\"misspassley@gmail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(103485,13596,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:84:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; (mail.com/1.0.0.8))\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-aea91015-5e58-492b-9ce2-f9bf470c9e27\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38147\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"564\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:54:\"10.207.65.100, 10.207.65.100, 127.0.0.1, 208.163.34.69\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:84:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; (mail.com/1.0.0.8))\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"564\";s:8:\"HTTP_VIA\";s:80:\"1.0 bng-proxy:4480 (squid/2.6.STABLE22), 1.0 bng-proxy:4480 (squid/2.6.STABLE22)\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1372800997.9758\";s:12:\"REQUEST_TIME\";s:10:\"1372800997\";}'),(103486,13596,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:429:\"Name: Sauna Maragh\n\nEmail address: misspassley@gmail.com\n\nCountry of Residence: Jamaica\n\nWhich best describes you?: Hotel\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday July 2, 2013 at 5:36 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(103765,13737,'_feedback_author',''),(103766,13737,'_feedback_author_email',''),(103767,13737,'_feedback_author_url',''),(103768,13737,'_feedback_subject','Signup form OneCaribbean'),(103769,13737,'_feedback_ip','10.17.1.254'),(103770,13737,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(103771,13737,'_feedback_all_fields','a:13:{s:4:\"Name\";s:20:\"Esteban Misó Pineda\";s:13:\"Email address\";s:22:\"laurimpe2013@yahoo.com\";s:20:\"Country of Residence\";s:4:\"Cuba\";s:28:\"Name of Organization/Company\";s:12:\"Solways Cuba\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(103772,13737,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:20:\"Esteban Misó Pineda\";s:13:\"Email address\";s:22:\"laurimpe2013@yahoo.com\";s:20:\"Country of Residence\";s:4:\"Cuba\";s:28:\"Name of Organization/Company\";s:12:\"Solways Cuba\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(103773,13737,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5c6b4c95-c7b0-46e9-8835-5f6f8c3df0a0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57282\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"596\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"200.55.153.24\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"596\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1372950849.3132\";s:12:\"REQUEST_TIME\";s:10:\"1372950849\";}'),(103774,13737,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:489:\"Name: Esteban Misó Pineda\n\nEmail address: laurimpe2013@yahoo.com\n\nCountry of Residence: Cuba\n\nName of Organization/Company: Solways Cuba\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday July 4, 2013 at 11:14 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(103775,13738,'_wp_attached_file','jobvacancyslider.jpg'),(103776,13738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:20:\"jobvacancyslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"jobvacancyslider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"jobvacancyslider-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(103865,13748,'_edit_last','2'),(103866,13748,'_edit_lock','1372961070:2'),(103867,13748,'truethemes_video_url',''),(103868,13748,'truethemes_external_image_url',''),(103869,13748,'truethemes_slider_shortcode',''),(103870,13748,'truethemes_slider_cu3er',''),(103879,13748,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(103880,13748,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(103881,13750,'_edit_last','2'),(103882,13750,'_edit_lock','1372961178:2'),(103883,13750,'truethemes_video_url',''),(103884,13750,'truethemes_external_image_url',''),(103885,13750,'truethemes_slider_shortcode',''),(103886,13750,'truethemes_slider_cu3er',''),(103895,13750,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(103896,13750,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(103897,13752,'_edit_last','2'),(103898,13752,'_edit_lock','1372961788:2'),(103899,13752,'truethemes_video_url',''),(103900,13752,'truethemes_external_image_url',''),(103901,13752,'truethemes_slider_shortcode',''),(103902,13752,'truethemes_slider_cu3er',''),(103911,13752,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(103912,13752,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(103929,13755,'_wp_attached_file','WGriffithCaribbeanWeek2013State-Of-Industry.pdf'),(103932,13755,'groups-groups_read_post','CTO RMF Members'),(104184,13796,'_wp_attached_file','Table1TouristStopOverArrivalsin2013JUNE27.pdf'),(104260,13807,'_wp_attached_file','HVS1cnn.jpg'),(104261,13807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:11:\"HVS1cnn.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HVS1cnn-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(104262,13807,'_edit_lock','1373051545:2'),(104350,13820,'_edit_last','13'),(104351,13820,'_edit_lock','1373063772:13'),(104356,13820,'_event_id','1949'),(104357,13820,'_event_start_time','00:00:00'),(104358,13820,'_event_end_time','00:00:00'),(104359,13820,'_event_all_day','1'),(104360,13820,'_event_start_date','2013-07-14'),(104361,13820,'_event_end_date','2013-07-14'),(104362,13820,'_event_rsvp','0'),(104363,13820,'_event_rsvp_date',''),(104364,13820,'_event_rsvp_time','00:00:00'),(104365,13820,'_event_spaces',''),(104366,13820,'_location_id','84'),(104367,13820,'_recurrence_id',''),(104368,13820,'_event_status','1'),(104369,13820,'_event_private','0'),(104370,13820,'_event_date_created',''),(104371,13820,'_event_date_modified',''),(104372,13820,'_blog_id',''),(104373,13820,'_group_id','0'),(104374,13820,'_recurrence','0'),(104375,13820,'_recurrence_interval',''),(104376,13820,'_recurrence_freq',''),(104377,13820,'_recurrence_days','0'),(104378,13820,'_recurrence_byday',''),(104379,13820,'_recurrence_byweekno',''),(104380,13820,'_start_ts','1373760000'),(104381,13820,'_end_ts','1373760000'),(104382,13821,'_edit_last','13'),(104383,13821,'_edit_lock','1373063779:13'),(104388,13821,'_event_id','1950'),(104389,13821,'_event_start_time','00:00:00'),(104390,13821,'_event_end_time','00:00:00'),(104391,13821,'_event_all_day','1'),(104392,13821,'_event_start_date','2013-07-14'),(104393,13821,'_event_end_date','2013-07-14'),(104394,13821,'_event_rsvp','0'),(104395,13821,'_event_rsvp_date',''),(104396,13821,'_event_rsvp_time','00:00:00'),(104397,13821,'_event_spaces',''),(104398,13821,'_location_id','84'),(104399,13821,'_recurrence_id',''),(104400,13821,'_event_status','1'),(104401,13821,'_event_private','0'),(104402,13821,'_event_date_created',''),(104403,13821,'_event_date_modified',''),(104404,13821,'_blog_id',''),(104405,13821,'_group_id','0'),(104406,13821,'_recurrence','0'),(104407,13821,'_recurrence_interval',''),(104408,13821,'_recurrence_freq',''),(104409,13821,'_recurrence_days','0'),(104410,13821,'_recurrence_byday',''),(104411,13821,'_recurrence_byweekno',''),(104412,13821,'_start_ts','1373760000'),(104413,13821,'_end_ts','1373760000'),(104414,13822,'_edit_last','2'),(104415,13822,'_edit_lock','1383667547:2'),(104420,13822,'_event_id','1951'),(104421,13822,'_event_start_time','00:00:00'),(104422,13822,'_event_end_time','00:00:00'),(104423,13822,'_event_all_day','1'),(104424,13822,'_event_start_date','2013-11-14'),(104425,13822,'_event_end_date','2013-11-14'),(104426,13822,'_event_rsvp','0'),(104427,13822,'_event_rsvp_date',''),(104428,13822,'_event_rsvp_time','00:00:00'),(104429,13822,'_event_spaces',''),(104430,13822,'_location_id','25'),(104431,13822,'_recurrence_id',''),(104432,13822,'_event_status','1'),(104433,13822,'_event_private','0'),(104434,13822,'_event_date_created',''),(104435,13822,'_event_date_modified',''),(104436,13822,'_blog_id',''),(104437,13822,'_group_id','0'),(104438,13822,'_recurrence','0'),(104439,13822,'_recurrence_interval',''),(104440,13822,'_recurrence_freq',''),(104441,13822,'_recurrence_days','0'),(104442,13822,'_recurrence_byday',''),(104443,13822,'_recurrence_byweekno',''),(104444,13822,'_start_ts','1384387200'),(104445,13822,'_end_ts','1384387200'),(104478,13824,'_edit_last','2'),(104479,13824,'_edit_lock','1383667571:2'),(104484,13824,'_event_id','1953'),(104485,13824,'_event_start_time','00:00:00'),(104486,13824,'_event_end_time','00:00:00'),(104487,13824,'_event_all_day','1'),(104488,13824,'_event_start_date','2013-12-01'),(104489,13824,'_event_end_date','2013-12-01'),(104490,13824,'_event_rsvp','0'),(104491,13824,'_event_rsvp_date',''),(104492,13824,'_event_rsvp_time','00:00:00'),(104493,13824,'_event_spaces',''),(104494,13824,'_location_id','25'),(104495,13824,'_recurrence_id',''),(104496,13824,'_event_status','1'),(104497,13824,'_event_private','0'),(104498,13824,'_event_date_created',''),(104499,13824,'_event_date_modified',''),(104500,13824,'_blog_id',''),(104501,13824,'_group_id','0'),(104502,13824,'_recurrence','0'),(104503,13824,'_recurrence_interval',''),(104504,13824,'_recurrence_freq',''),(104505,13824,'_recurrence_days','0'),(104506,13824,'_recurrence_byday',''),(104507,13824,'_recurrence_byweekno',''),(104508,13824,'_start_ts','1385856000'),(104509,13824,'_end_ts','1385856000'),(104510,13826,'_edit_last','13'),(104511,13826,'_edit_lock','1373063626:13'),(104516,13826,'_event_id','1954'),(104517,13826,'_event_start_time','00:00:00'),(104518,13826,'_event_end_time','00:00:00'),(104519,13826,'_event_all_day','1'),(104520,13826,'_event_start_date','2013-07-12'),(104521,13826,'_event_end_date','2013-08-01'),(104522,13826,'_event_rsvp','0'),(104523,13826,'_event_rsvp_date',''),(104524,13826,'_event_rsvp_time','00:00:00'),(104525,13826,'_event_spaces',''),(104526,13826,'_location_id','87'),(104527,13826,'_recurrence_id',''),(104528,13826,'_event_status','1'),(104529,13826,'_event_private','0'),(104530,13826,'_event_date_created',''),(104531,13826,'_event_date_modified',''),(104532,13826,'_blog_id',''),(104533,13826,'_group_id','0'),(104534,13826,'_recurrence','0'),(104535,13826,'_recurrence_interval',''),(104536,13826,'_recurrence_freq',''),(104537,13826,'_recurrence_days','0'),(104538,13826,'_recurrence_byday',''),(104539,13826,'_recurrence_byweekno',''),(104540,13826,'_start_ts','1373587200'),(104541,13826,'_end_ts','1375315200'),(104542,13827,'_edit_last','13'),(104543,13827,'_edit_lock','1373063621:13'),(104548,13827,'_event_id','1955'),(104549,13827,'_event_start_time','00:00:00'),(104550,13827,'_event_end_time','00:00:00'),(104551,13827,'_event_all_day','1'),(104552,13827,'_event_start_date','2013-07-12'),(104553,13827,'_event_end_date','2013-07-15'),(104554,13827,'_event_rsvp','0'),(104555,13827,'_event_rsvp_date',''),(104556,13827,'_event_rsvp_time','00:00:00'),(104557,13827,'_event_spaces',''),(104558,13827,'_location_id','87'),(104559,13827,'_recurrence_id',''),(104560,13827,'_event_status','1'),(104561,13827,'_event_private','0'),(104562,13827,'_event_date_created',''),(104563,13827,'_event_date_modified',''),(104564,13827,'_blog_id',''),(104565,13827,'_group_id','0'),(104566,13827,'_recurrence','0'),(104567,13827,'_recurrence_interval',''),(104568,13827,'_recurrence_freq',''),(104569,13827,'_recurrence_days','0'),(104570,13827,'_recurrence_byday',''),(104571,13827,'_recurrence_byweekno',''),(104572,13827,'_start_ts','1373587200'),(104573,13827,'_end_ts','1373846400'),(104574,13828,'_edit_last','13'),(104575,13828,'_edit_lock','1373064978:13'),(104580,13828,'_event_id','1956'),(104581,13828,'_event_start_time','00:00:00'),(104582,13828,'_event_end_time','00:00:00'),(104583,13828,'_event_all_day','1'),(104584,13828,'_event_start_date','2013-07-22'),(104585,13828,'_event_end_date','2013-07-29'),(104586,13828,'_event_rsvp','0'),(104587,13828,'_event_rsvp_date',''),(104588,13828,'_event_rsvp_time','00:00:00'),(104589,13828,'_event_spaces',''),(104590,13828,'_location_id','87'),(104591,13828,'_recurrence_id',''),(104592,13828,'_event_status','1'),(104593,13828,'_event_private','0'),(104594,13828,'_event_date_created',''),(104595,13828,'_event_date_modified',''),(104596,13828,'_blog_id',''),(104597,13828,'_group_id','0'),(104598,13828,'_recurrence','0'),(104599,13828,'_recurrence_interval',''),(104600,13828,'_recurrence_freq',''),(104601,13828,'_recurrence_days','0'),(104602,13828,'_recurrence_byday',''),(104603,13828,'_recurrence_byweekno',''),(104604,13828,'_start_ts','1374451200'),(104605,13828,'_end_ts','1375056000'),(104606,13830,'_edit_last','13'),(104607,13830,'_edit_lock','1373065177:13'),(104612,13830,'_event_id','1957'),(104613,13830,'_event_start_time','00:00:00'),(104614,13830,'_event_end_time','00:00:00'),(104615,13830,'_event_all_day','1'),(104616,13830,'_event_start_date','2013-08-01'),(104617,13830,'_event_end_date','2013-08-01'),(104618,13830,'_event_rsvp','0'),(104619,13830,'_event_rsvp_date',''),(104620,13830,'_event_rsvp_time','00:00:00'),(104621,13830,'_event_spaces',''),(104622,13830,'_location_id','87'),(104623,13830,'_recurrence_id',''),(104624,13830,'_event_status','1'),(104625,13830,'_event_private','0'),(104626,13830,'_event_date_created',''),(104627,13830,'_event_date_modified',''),(104628,13830,'_blog_id',''),(104629,13830,'_group_id','0'),(104630,13830,'_recurrence','0'),(104631,13830,'_recurrence_interval',''),(104632,13830,'_recurrence_freq',''),(104633,13830,'_recurrence_days','0'),(104634,13830,'_recurrence_byday',''),(104635,13830,'_recurrence_byweekno',''),(104636,13830,'_start_ts','1375315200'),(104637,13830,'_end_ts','1375315200'),(104638,13832,'_edit_last','13'),(104639,13832,'_edit_lock','1373065357:13'),(104644,13832,'_event_id','1958'),(104645,13832,'_event_start_time','00:00:00'),(104646,13832,'_event_end_time','00:00:00'),(104647,13832,'_event_all_day','1'),(104648,13832,'_event_start_date','2013-08-08'),(104649,13832,'_event_end_date','2013-08-08'),(104650,13832,'_event_rsvp','0'),(104651,13832,'_event_rsvp_date',''),(104652,13832,'_event_rsvp_time','00:00:00'),(104653,13832,'_event_spaces',''),(104654,13832,'_location_id','87'),(104655,13832,'_recurrence_id',''),(104656,13832,'_event_status','1'),(104657,13832,'_event_private','0'),(104658,13832,'_event_date_created',''),(104659,13832,'_event_date_modified',''),(104660,13832,'_blog_id',''),(104661,13832,'_group_id','0'),(104662,13832,'_recurrence','0'),(104663,13832,'_recurrence_interval',''),(104664,13832,'_recurrence_freq',''),(104665,13832,'_recurrence_days','0'),(104666,13832,'_recurrence_byday',''),(104667,13832,'_recurrence_byweekno',''),(104668,13832,'_start_ts','1375920000'),(104669,13832,'_end_ts','1375920000'),(104670,13833,'_edit_last','13'),(104671,13833,'_edit_lock','1373065306:13'),(104676,13833,'_event_id','1959'),(104677,13833,'_event_start_time','00:00:00'),(104678,13833,'_event_end_time','00:00:00'),(104679,13833,'_event_all_day','0'),(104680,13833,'_event_start_date','2013-08-06'),(104681,13833,'_event_end_date','2013-08-24'),(104682,13833,'_event_rsvp','0'),(104683,13833,'_event_rsvp_date',''),(104684,13833,'_event_rsvp_time','00:00:00'),(104685,13833,'_event_spaces',''),(104686,13833,'_location_id','87'),(104687,13833,'_recurrence_id',''),(104688,13833,'_event_status','1'),(104689,13833,'_event_private','0'),(104690,13833,'_event_date_created',''),(104691,13833,'_event_date_modified',''),(104692,13833,'_blog_id',''),(104693,13833,'_group_id','0'),(104694,13833,'_recurrence','0'),(104695,13833,'_recurrence_interval',''),(104696,13833,'_recurrence_freq',''),(104697,13833,'_recurrence_days','0'),(104698,13833,'_recurrence_byday',''),(104699,13833,'_recurrence_byweekno',''),(104700,13833,'_start_ts','1375747200'),(104701,13833,'_end_ts','1377302400'),(104702,13834,'_edit_last','13'),(104703,13834,'_edit_lock','1373064612:13'),(104708,13834,'_event_id','1960'),(104709,13834,'_event_start_time','00:00:00'),(104710,13834,'_event_end_time','00:00:00'),(104711,13834,'_event_all_day','0'),(104712,13834,'_event_start_date','2013-08-24'),(104713,13834,'_event_end_date','2013-08-26'),(104714,13834,'_event_rsvp','0'),(104715,13834,'_event_rsvp_date',''),(104716,13834,'_event_rsvp_time','00:00:00'),(104717,13834,'_event_spaces',''),(104718,13834,'_location_id','87'),(104719,13834,'_recurrence_id',''),(104720,13834,'_event_status','1'),(104721,13834,'_event_private','0'),(104722,13834,'_event_date_created',''),(104723,13834,'_event_date_modified',''),(104724,13834,'_blog_id',''),(104725,13834,'_group_id','0'),(104726,13834,'_recurrence','0'),(104727,13834,'_recurrence_interval',''),(104728,13834,'_recurrence_freq',''),(104729,13834,'_recurrence_days','0'),(104730,13834,'_recurrence_byday',''),(104731,13834,'_recurrence_byweekno',''),(104732,13834,'_start_ts','1377302400'),(104733,13834,'_end_ts','1377475200'),(104734,13835,'_edit_last','13'),(104735,13835,'_edit_lock','1373064653:13'),(104740,13835,'_event_id','1961'),(104741,13835,'_event_start_time','00:00:00'),(104742,13835,'_event_end_time','00:00:00'),(104743,13835,'_event_all_day','1'),(104744,13835,'_event_start_date','2013-08-31'),(104745,13835,'_event_end_date','2013-08-31'),(104746,13835,'_event_rsvp','0'),(104747,13835,'_event_rsvp_date',''),(104748,13835,'_event_rsvp_time','00:00:00'),(104749,13835,'_event_spaces',''),(104750,13835,'_location_id','87'),(104751,13835,'_recurrence_id',''),(104752,13835,'_event_status','1'),(104753,13835,'_event_private','0'),(104754,13835,'_event_date_created',''),(104755,13835,'_event_date_modified',''),(104756,13835,'_blog_id',''),(104757,13835,'_group_id','0'),(104758,13835,'_recurrence','0'),(104759,13835,'_recurrence_interval',''),(104760,13835,'_recurrence_freq',''),(104761,13835,'_recurrence_days','0'),(104762,13835,'_recurrence_byday',''),(104763,13835,'_recurrence_byweekno',''),(104764,13835,'_start_ts','1377907200'),(104765,13835,'_end_ts','1377907200'),(104766,13837,'_edit_last','13'),(104767,13837,'_edit_lock','1373065352:13'),(104772,13837,'_event_id','1962'),(104773,13837,'_event_start_time','00:00:00'),(104774,13837,'_event_end_time','00:00:00'),(104775,13837,'_event_all_day','1'),(104776,13837,'_event_start_date','2013-08-09'),(104777,13837,'_event_end_date','2013-08-11'),(104778,13837,'_event_rsvp','0'),(104779,13837,'_event_rsvp_date',''),(104780,13837,'_event_rsvp_time','00:00:00'),(104781,13837,'_event_spaces',''),(104782,13837,'_location_id','87'),(104783,13837,'_recurrence_id',''),(104784,13837,'_event_status','1'),(104785,13837,'_event_private','0'),(104786,13837,'_event_date_created',''),(104787,13837,'_event_date_modified',''),(104788,13837,'_blog_id',''),(104789,13837,'_group_id','0'),(104790,13837,'_recurrence','0'),(104791,13837,'_recurrence_interval',''),(104792,13837,'_recurrence_freq',''),(104793,13837,'_recurrence_days','0'),(104794,13837,'_recurrence_byday',''),(104795,13837,'_recurrence_byweekno',''),(104796,13837,'_start_ts','1376006400'),(104797,13837,'_end_ts','1376179200'),(104798,13839,'_edit_last','2'),(104799,13839,'_edit_lock','1380032617:2'),(104804,13839,'_event_id','1963'),(104805,13839,'_event_start_time','00:00:00'),(104806,13839,'_event_end_time','00:00:00'),(104807,13839,'_event_all_day','1'),(104808,13839,'_event_start_date','2013-10-01'),(104809,13839,'_event_end_date','2013-10-06'),(104810,13839,'_event_rsvp','0'),(104811,13839,'_event_rsvp_date',''),(104812,13839,'_event_rsvp_time','00:00:00'),(104813,13839,'_event_spaces',''),(104814,13839,'_location_id','27'),(104815,13839,'_recurrence_id',''),(104816,13839,'_event_status','1'),(104817,13839,'_event_private','0'),(104818,13839,'_event_date_created',''),(104819,13839,'_event_date_modified',''),(104820,13839,'_blog_id',''),(104821,13839,'_group_id','0'),(104822,13839,'_recurrence','0'),(104823,13839,'_recurrence_interval',''),(104824,13839,'_recurrence_freq',''),(104825,13839,'_recurrence_days','0'),(104826,13839,'_recurrence_byday',''),(104827,13839,'_recurrence_byweekno',''),(104828,13839,'_start_ts','1380585600'),(104829,13839,'_end_ts','1381017600'),(104830,13841,'_edit_last','2'),(104831,13841,'_edit_lock','1379687149:2'),(104836,13841,'_event_id','1964'),(104837,13841,'_event_start_time','00:00:00'),(104838,13841,'_event_end_time','00:00:00'),(104839,13841,'_event_all_day','0'),(104840,13841,'_event_start_date','2013-10-20'),(104841,13841,'_event_end_date','2013-10-20'),(104842,13841,'_event_rsvp','0'),(104843,13841,'_event_rsvp_date',''),(104844,13841,'_event_rsvp_time','00:00:00'),(104845,13841,'_event_spaces',''),(104846,13841,'_location_id','27'),(104847,13841,'_recurrence_id',''),(104848,13841,'_event_status','1'),(104849,13841,'_event_private','0'),(104850,13841,'_event_date_created',''),(104851,13841,'_event_date_modified',''),(104852,13841,'_blog_id',''),(104853,13841,'_group_id','0'),(104854,13841,'_recurrence','0'),(104855,13841,'_recurrence_interval',''),(104856,13841,'_recurrence_freq',''),(104857,13841,'_recurrence_days','0'),(104858,13841,'_recurrence_byday',''),(104859,13841,'_recurrence_byweekno',''),(104860,13841,'_start_ts','1382227200'),(104861,13841,'_end_ts','1382227200'),(104862,13842,'_edit_last','2'),(104863,13842,'_edit_lock','1379687374:2'),(104868,13842,'_event_id','1965'),(104869,13842,'_event_start_time','00:00:00'),(104870,13842,'_event_end_time','00:00:00'),(104871,13842,'_event_all_day','1'),(104872,13842,'_event_start_date','2013-11-03'),(104873,13842,'_event_end_date','2013-11-03'),(104874,13842,'_event_rsvp','0'),(104875,13842,'_event_rsvp_date',''),(104876,13842,'_event_rsvp_time','00:00:00'),(104877,13842,'_event_spaces',''),(104878,13842,'_location_id','27'),(104879,13842,'_recurrence_id',''),(104880,13842,'_event_status','1'),(104881,13842,'_event_private','0'),(104882,13842,'_event_date_created',''),(104883,13842,'_event_date_modified',''),(104884,13842,'_blog_id',''),(104885,13842,'_group_id','0'),(104886,13842,'_recurrence','0'),(104887,13842,'_recurrence_interval',''),(104888,13842,'_recurrence_freq',''),(104889,13842,'_recurrence_days','0'),(104890,13842,'_recurrence_byday',''),(104891,13842,'_recurrence_byweekno',''),(104892,13842,'_start_ts','1383436800'),(104893,13842,'_end_ts','1383436800'),(104894,13843,'_edit_last','2'),(104895,13843,'_edit_lock','1379688848:2'),(104900,13843,'_event_id','1966'),(104901,13843,'_event_start_time','00:00:00'),(104902,13843,'_event_end_time','00:00:00'),(104903,13843,'_event_all_day','1'),(104904,13843,'_event_start_date','2013-12-15'),(104905,13843,'_event_end_date','2013-12-15'),(104906,13843,'_event_rsvp','0'),(104907,13843,'_event_rsvp_date',''),(104908,13843,'_event_rsvp_time','00:00:00'),(104909,13843,'_event_spaces',''),(104910,13843,'_location_id','27'),(104911,13843,'_recurrence_id',''),(104912,13843,'_event_status','1'),(104913,13843,'_event_private','0'),(104914,13843,'_event_date_created',''),(104915,13843,'_event_date_modified',''),(104916,13843,'_blog_id',''),(104917,13843,'_group_id','0'),(104918,13843,'_recurrence','0'),(104919,13843,'_recurrence_interval',''),(104920,13843,'_recurrence_freq',''),(104921,13843,'_recurrence_days','0'),(104922,13843,'_recurrence_byday',''),(104923,13843,'_recurrence_byweekno',''),(104924,13843,'_start_ts','1387065600'),(104925,13843,'_end_ts','1387065600'),(104932,13548,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104933,13548,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104940,13554,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104941,13554,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104944,13521,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104945,13521,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104948,13553,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104949,13553,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104952,13424,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104953,13424,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104956,13522,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104957,13522,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104960,13523,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104961,13523,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104964,13555,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104965,13555,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104972,13827,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104973,13827,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104976,13826,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104977,13826,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104980,13422,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104981,13422,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104988,13425,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104989,13425,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104992,13524,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104993,13524,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104996,13820,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(104997,13820,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105000,13821,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105001,13821,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105112,9830,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105113,9830,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105116,9807,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105117,9807,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105124,13834,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105125,13834,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105128,13520,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105129,13520,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105132,13835,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105133,13835,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105152,13528,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105153,13528,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105156,13431,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105157,13431,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105192,13828,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105193,13828,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105200,13426,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105201,13426,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105204,13543,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105205,13543,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105208,13427,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105209,13427,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105212,13525,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105213,13525,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105216,13545,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105217,13545,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105220,9804,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105221,9804,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105224,9806,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105225,9806,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105232,13830,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105233,13830,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105240,13546,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105241,13546,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105244,13423,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105245,13423,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105248,13833,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105249,13833,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105252,9805,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105253,9805,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105256,13837,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105257,13837,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105260,13832,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105261,13832,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105270,13845,'_feedback_author',''),(105271,13845,'_feedback_author_email',''),(105272,13845,'_feedback_author_url',''),(105273,13845,'_feedback_subject','Signup form OneCaribbean'),(105274,13845,'_feedback_ip','10.17.1.254'),(105275,13845,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(105276,13845,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"Any Dumbell\";s:13:\"Email address\";s:28:\"Andy.dumbell@controlf1.co.uk\";s:20:\"Country of Residence\";s:7:\"England\";s:28:\"Name of Organization/Company\";s:10:\"Control F1\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:139:\"Software services company. We offer a marketing app for tourism offices and organisations: http://www.controlf1.co.uk/products/zanduli.aspx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(105277,13845,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"Any Dumbell\";s:13:\"Email address\";s:28:\"Andy.dumbell@controlf1.co.uk\";s:20:\"Country of Residence\";s:7:\"England\";s:28:\"Name of Organization/Company\";s:10:\"Control F1\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:139:\"Software services company. We offer a marketing app for tourism offices and organisations: http://www.controlf1.co.uk/products/zanduli.aspx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(105278,13845,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:126:\"Mozilla/5.0 (iPad; CPU OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-140d7e9e-834a-4ceb-9d05-224345574867\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54331\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"694\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"86.154.224.7\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (iPad; CPU OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-gb\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"694\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373110200.6788\";s:12:\"REQUEST_TIME\";s:10:\"1373110200\";}'),(105279,13845,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:631:\"Name: Any Dumbell\n\nEmail address: Andy.dumbell@controlf1.co.uk\n\nCountry of Residence: England\n\nName of Organization/Company: Control F1\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Software services company. We offer a marketing app for tourism offices and organisations: http://www.controlf1.co.uk/products/zanduli.aspx\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday July 6, 2013 at 7:30 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105280,13846,'_feedback_author','Michelle Persad - Gittens'),(105281,13846,'_feedback_author_email','mgittens5@gmail.com'),(105282,13846,'_feedback_author_url',''),(105283,13846,'_feedback_subject','SOTIC subscribers'),(105284,13846,'_feedback_ip','10.17.1.254'),(105285,13846,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105286,13846,'_feedback_all_fields','a:3:{s:4:\"Name\";s:25:\"Michelle Persad - Gittens\";s:13:\"Email address\";s:19:\"mgittens5@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(105287,13846,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(105288,13846,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:25:\"Michelle Persad - Gittens\";s:20:\"comment_author_email\";s:19:\"mgittens5@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cbcbdcb6-f8cd-42c4-b1dd-7b39e9202b16\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42358\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"236\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"190.83.193.155\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"236\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373297368.3289\";s:12:\"REQUEST_TIME\";s:10:\"1373297368\";}'),(105289,13846,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:167:\"Name : Michelle Persad - Gittens \n\nEmail address : mgittens5@gmail.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Monday July 8, 2013 at 11:29 am\n\";s:7:\"headers\";s:127:\"From: Michelle Persad - Gittens <mgittens5@gmail.com>\r\nReply-To: mgittens5@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105338,13856,'_edit_last','2'),(105339,13856,'_edit_lock','1373465925:2'),(105344,13856,'_event_id','1967'),(105345,13856,'_event_start_time','00:00:00'),(105346,13856,'_event_end_time','00:00:00'),(105347,13856,'_event_all_day','1'),(105348,13856,'_event_start_date','2013-08-06'),(105349,13856,'_event_end_date','2013-08-07'),(105350,13856,'_event_rsvp','0'),(105351,13856,'_event_rsvp_date',''),(105352,13856,'_event_rsvp_time','00:00:00'),(105353,13856,'_event_spaces',''),(105354,13856,'_location_id','62'),(105355,13856,'_recurrence_id',''),(105356,13856,'_event_status','1'),(105357,13856,'_event_private','0'),(105358,13856,'_event_date_created',''),(105359,13856,'_event_date_modified',''),(105360,13856,'_blog_id',''),(105361,13856,'_group_id','0'),(105362,13856,'_recurrence','0'),(105363,13856,'_recurrence_interval',''),(105364,13856,'_recurrence_freq',''),(105365,13856,'_recurrence_days','0'),(105366,13856,'_recurrence_byday',''),(105367,13856,'_recurrence_byweekno',''),(105368,13856,'_start_ts','1375747200'),(105369,13856,'_end_ts','1375833600'),(105370,13857,'_edit_last','2'),(105371,13857,'_edit_lock','1379686984:2'),(105376,13857,'_event_id','1968'),(105377,13857,'_event_start_time','00:00:00'),(105378,13857,'_event_end_time','00:00:00'),(105379,13857,'_event_all_day','0'),(105380,13857,'_event_start_date','2013-10-01'),(105381,13857,'_event_end_date','2013-10-31'),(105382,13857,'_event_rsvp','0'),(105383,13857,'_event_rsvp_date',''),(105384,13857,'_event_rsvp_time','00:00:00'),(105385,13857,'_event_spaces',''),(105386,13857,'_location_id','9'),(105387,13857,'_recurrence_id',''),(105388,13857,'_event_status','1'),(105389,13857,'_event_private','0'),(105390,13857,'_event_date_created',''),(105391,13857,'_event_date_modified',''),(105392,13857,'_blog_id',''),(105393,13857,'_group_id','0'),(105394,13857,'_recurrence','0'),(105395,13857,'_recurrence_interval',''),(105396,13857,'_recurrence_freq',''),(105397,13857,'_recurrence_days','0'),(105398,13857,'_recurrence_byday',''),(105399,13857,'_recurrence_byweekno',''),(105400,13857,'_start_ts','1380585600'),(105401,13857,'_end_ts','1383177600'),(105402,13859,'_edit_last','2'),(105403,13859,'_edit_lock','1379688065:2'),(105408,13859,'_event_id','1969'),(105409,13859,'_event_start_time','00:00:00'),(105410,13859,'_event_end_time','00:00:00'),(105411,13859,'_event_all_day','1'),(105412,13859,'_event_start_date','2013-11-13'),(105413,13859,'_event_end_date','2013-11-13'),(105414,13859,'_event_rsvp','0'),(105415,13859,'_event_rsvp_date',''),(105416,13859,'_event_rsvp_time','00:00:00'),(105417,13859,'_event_spaces',''),(105418,13859,'_location_id','9'),(105419,13859,'_recurrence_id',''),(105420,13859,'_event_status','1'),(105421,13859,'_event_private','0'),(105422,13859,'_event_date_created',''),(105423,13859,'_event_date_modified',''),(105424,13859,'_blog_id',''),(105425,13859,'_group_id','0'),(105426,13859,'_recurrence','0'),(105427,13859,'_recurrence_interval',''),(105428,13859,'_recurrence_freq',''),(105429,13859,'_recurrence_days','0'),(105430,13859,'_recurrence_byday',''),(105431,13859,'_recurrence_byweekno',''),(105432,13859,'_start_ts','1384300800'),(105433,13859,'_end_ts','1384300800'),(105434,13860,'_edit_last','2'),(105435,13860,'_edit_lock','1379688821:2'),(105440,13860,'_event_id','1970'),(105441,13860,'_event_start_time','00:00:00'),(105442,13860,'_event_end_time','00:00:00'),(105443,13860,'_event_all_day','1'),(105444,13860,'_event_start_date','2014-02-08'),(105445,13860,'_event_end_date','2014-02-08'),(105446,13860,'_event_rsvp','0'),(105447,13860,'_event_rsvp_date',''),(105448,13860,'_event_rsvp_time','00:00:00'),(105449,13860,'_event_spaces',''),(105450,13860,'_location_id','9'),(105451,13860,'_recurrence_id',''),(105452,13860,'_event_status','1'),(105453,13860,'_event_private','0'),(105454,13860,'_event_date_created',''),(105455,13860,'_event_date_modified',''),(105456,13860,'_blog_id',''),(105457,13860,'_group_id','0'),(105458,13860,'_recurrence','0'),(105459,13860,'_recurrence_interval',''),(105460,13860,'_recurrence_freq',''),(105461,13860,'_recurrence_days','0'),(105462,13860,'_recurrence_byday',''),(105463,13860,'_recurrence_byweekno',''),(105464,13860,'_start_ts','1391817600'),(105465,13860,'_end_ts','1391817600'),(105468,13856,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105469,13856,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(105483,13863,'_wp_attached_file','SOTIC2013YouthCongressRegForm.pdf'),(105484,13864,'_wp_attached_file','SOTIC2013TravelAgentStudentRegForm.pdf'),(105722,13899,'_feedback_author','trestszdxr'),(105723,13899,'_feedback_author_email','ir.i.sxh.v.e@hotmail.com'),(105724,13899,'_feedback_author_url',''),(105725,13899,'_feedback_subject','SOTIC subscribers'),(105726,13899,'_feedback_ip','10.17.1.254'),(105727,13899,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105728,13899,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"trestszdxr\";s:13:\"Email address\";s:24:\"ir.i.sxh.v.e@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105729,13899,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105730,13899,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"trestszdxr\";s:20:\"comment_author_email\";s:24:\"ir.i.sxh.v.e@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:82:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Firefox/16.0 SeaMonkey/2.13.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e92b1f92-8b4a-4c50-9405-bb02aa165ff8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41492\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"218.66.250.94\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Firefox/16.0 SeaMonkey/2.13.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373502074.5337\";s:12:\"REQUEST_TIME\";s:10:\"1373502074\";}'),(105731,13899,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : trestszdxr \n\nEmail address : ir.i.sxh.v.e@hotmail.com \n\nMessage was sent on Wednesday July 10, 2013 at 8:21 pm\n\";s:7:\"headers\";s:122:\"From: trestszdxr <ir.i.sxh.v.e@hotmail.com>\r\nReply-To: ir.i.sxh.v.e@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105748,13902,'_feedback_author','Adekunle Sulaimon'),(105749,13902,'_feedback_author_email','sadekunle46@yahoo.com'),(105750,13902,'_feedback_author_url',''),(105751,13902,'_feedback_subject','SOTIC subscribers'),(105752,13902,'_feedback_ip','10.17.1.254'),(105753,13902,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105754,13902,'_feedback_all_fields','a:3:{s:4:\"Name\";s:17:\"Adekunle Sulaimon\";s:13:\"Email address\";s:21:\"sadekunle46@yahoo.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(105755,13902,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(105756,13902,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:17:\"Adekunle Sulaimon\";s:20:\"comment_author_email\";s:21:\"sadekunle46@yahoo.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-011dfcf0-313c-4103-93cc-161a6bc8fb6e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60824\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"232\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"197.255.172.39\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:20.0) Gecko/20100101 Firefox/20.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"232\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1373568031.788\";s:12:\"REQUEST_TIME\";s:10:\"1373568031\";}'),(105757,13902,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:163:\"Name : Adekunle Sulaimon \n\nEmail address : sadekunle46@yahoo.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Thursday July 11, 2013 at 2:40 pm\n\";s:7:\"headers\";s:123:\"From: Adekunle Sulaimon <sadekunle46@yahoo.com>\r\nReply-To: sadekunle46@yahoo.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105758,13903,'_feedback_author',''),(105759,13903,'_feedback_author_email',''),(105760,13903,'_feedback_author_url',''),(105761,13903,'_feedback_subject','Signup form OneCaribbean'),(105762,13903,'_feedback_ip','10.17.1.254'),(105763,13903,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(105764,13903,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Nadine Valentine \";s:13:\"Email address\";s:17:\"nadstwo@yahoo.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:42:\"University of the West Indies, Mona Campus\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(105765,13903,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Nadine Valentine \";s:13:\"Email address\";s:17:\"nadstwo@yahoo.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:42:\"University of the West Indies, Mona Campus\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(105766,13903,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-af3ff8c1-aadd-4476-b245-a0547d4ea1db\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37059\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"474\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"208.131.181.126\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-JM\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"474\";s:8:\"HTTP_VIA\";s:9:\"1.1 SWORD\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373574512.0752\";s:12:\"REQUEST_TIME\";s:10:\"1373574512\";}'),(105767,13903,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:376:\"Name: Nadine Valentine\n\nEmail address: nadstwo@yahoo.com\n\nCountry of Residence: Jamaica\n\nName of Organization/Company: University of the West Indies, Mona Campus\n\nWhich best describes you?: Student / Researcher\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Thursday July 11, 2013 at 4:28 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105859,13929,'_feedback_author','sertiessgaf'),(105860,13929,'_feedback_author_email','audreycora0@hotmail.com'),(105861,13929,'_feedback_author_url',''),(105862,13929,'_feedback_subject','SOTIC subscribers'),(105863,13929,'_feedback_ip','10.17.1.254'),(105864,13929,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105865,13929,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105866,13929,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105867,13929,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1bd27c9c-445b-4be2-9ff9-a0ac9e3f90d7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34039\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.106\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373611409.8506\";s:12:\"REQUEST_TIME\";s:10:\"1373611409\";}'),(105868,13929,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Friday July 12, 2013 at 2:43 am\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105869,13930,'_feedback_author','sertiessgaf'),(105870,13930,'_feedback_author_email','audreycora0@hotmail.com'),(105871,13930,'_feedback_author_url',''),(105872,13930,'_feedback_subject','SOTIC subscribers'),(105873,13930,'_feedback_ip','10.17.1.254'),(105874,13930,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105875,13930,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105876,13930,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105877,13930,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:82:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Firefox/16.0 SeaMonkey/2.13.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e6e17365-2d63-4a53-a3a6-21d24e82fa61\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44169\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.106\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Firefox/16.0 SeaMonkey/2.13.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373626703.9423\";s:12:\"REQUEST_TIME\";s:10:\"1373626703\";}'),(105878,13930,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Friday July 12, 2013 at 6:58 am\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105879,13931,'_feedback_author',''),(105880,13931,'_feedback_author_email',''),(105881,13931,'_feedback_author_url',''),(105882,13931,'_feedback_subject','Signup form OneCaribbean'),(105883,13931,'_feedback_ip','10.17.1.254'),(105884,13931,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(105885,13931,'_feedback_all_fields','a:13:{s:4:\"Name\";s:5:\"Laura\";s:13:\"Email address\";s:23:\"betances.laura@gail.com\";s:20:\"Country of Residence\";s:5:\"spain\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(105886,13931,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:5:\"Laura\";s:13:\"Email address\";s:23:\"betances.laura@gail.com\";s:20:\"Country of Residence\";s:5:\"spain\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(105887,13931,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cbf9676a-4864-46dd-9c48-6a79b5bd5ce4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46370\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"458\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"186.7.17.159\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"es-ES,es;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"458\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373630601.8526\";s:12:\"REQUEST_TIME\";s:10:\"1373630601\";}'),(105888,13931,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:327:\"Name: Laura\n\nEmail address: betances.laura@gail.com\n\nCountry of Residence: spain\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nSend me news about CTO events.: Yes\n\nSend me statistics updates.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday July 12, 2013 at 8:03 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105889,13932,'_feedback_author',''),(105890,13932,'_feedback_author_email',''),(105891,13932,'_feedback_author_url',''),(105892,13932,'_feedback_subject','Signup form OneCaribbean'),(105893,13932,'_feedback_ip','10.17.1.254'),(105894,13932,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(105895,13932,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"Debbie Snow\";s:13:\"Email address\";s:19:\"jetsetdeb@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:15:\"photojournalist\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(105896,13932,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"Debbie Snow\";s:13:\"Email address\";s:19:\"jetsetdeb@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:15:\"photojournalist\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(105897,13932,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0692f2dc-949d-410c-9a16-531de236026f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51033\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"604\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"71.55.229.88\";s:15:\"HTTP_USER_AGENT\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:22.0) Gecko/20100101 Firefox/22.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"604\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373636169.3205\";s:12:\"REQUEST_TIME\";s:10:\"1373636169\";}'),(105898,13932,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:493:\"Name: Debbie Snow\n\nEmail address: jetsetdeb@gmail.com\n\nCountry of Residence: USA\n\nName of Organization/Company: photojournalist\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday July 12, 2013 at 9:36 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105956,13951,'_feedback_author','ckituoimoht'),(105957,13951,'_feedback_author_email','yukiuasy@hotmail.com'),(105958,13951,'_feedback_author_url',''),(105959,13951,'_feedback_subject','SOTIC subscribers'),(105960,13951,'_feedback_ip','10.17.1.254'),(105961,13951,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105962,13951,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"ckituoimoht\";s:13:\"Email address\";s:20:\"yukiuasy@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105963,13951,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105964,13951,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"ckituoimoht\";s:20:\"comment_author_email\";s:20:\"yukiuasy@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:125:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-bb2698c6-e3b3-4817-a323-abc6b90314c7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43585\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.207.5.37\";s:15:\"HTTP_USER_AGENT\";s:125:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373665571.7607\";s:12:\"REQUEST_TIME\";s:10:\"1373665571\";}'),(105965,13951,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : ckituoimoht \n\nEmail address : yukiuasy@hotmail.com \n\nMessage was sent on Friday July 12, 2013 at 5:46 pm\n\";s:7:\"headers\";s:115:\"From: ckituoimoht <yukiuasy@hotmail.com>\r\nReply-To: yukiuasy@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105966,13952,'_feedback_author','phypobbyvek'),(105967,13952,'_feedback_author_email','soulcnewsma172@hotmail.com'),(105968,13952,'_feedback_author_url',''),(105969,13952,'_feedback_subject','SOTIC subscribers'),(105970,13952,'_feedback_ip','10.17.1.254'),(105971,13952,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105972,13952,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"phypobbyvek\";s:13:\"Email address\";s:26:\"soulcnewsma172@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105973,13952,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105974,13952,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"phypobbyvek\";s:20:\"comment_author_email\";s:26:\"soulcnewsma172@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-10486331-3eea-4be1-9d21-614d16d095c6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50680\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"200\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"37.59.54.58\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"200\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373676352.7944\";s:12:\"REQUEST_TIME\";s:10:\"1373676352\";}'),(105975,13952,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : phypobbyvek \n\nEmail address : soulcnewsma172@hotmail.com \n\nMessage was sent on Friday July 12, 2013 at 8:45 pm\n\";s:7:\"headers\";s:127:\"From: phypobbyvek <soulcnewsma172@hotmail.com>\r\nReply-To: soulcnewsma172@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105976,13953,'_feedback_author','PadaCrori'),(105977,13953,'_feedback_author_email','Fookeidealo@tesiov.info'),(105978,13953,'_feedback_author_url',''),(105979,13953,'_feedback_subject','SOTIC subscribers'),(105980,13953,'_feedback_ip','10.17.1.254'),(105981,13953,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105982,13953,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"PadaCrori\";s:13:\"Email address\";s:23:\"Fookeidealo@tesiov.info\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105983,13953,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105984,13953,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"PadaCrori\";s:20:\"comment_author_email\";s:23:\"Fookeidealo@tesiov.info\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4 u01-09\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-63c09ccb-92ec-4fdc-adf5-ef04cd7dd72d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39278\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"62.75.181.210\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4 u01-09\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1373701308.929\";s:12:\"REQUEST_TIME\";s:10:\"1373701308\";}'),(105985,13953,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : PadaCrori \n\nEmail address : Fookeidealo@tesiov.info \n\nMessage was sent on Saturday July 13, 2013 at 3:41 am\n\";s:7:\"headers\";s:119:\"From: PadaCrori <Fookeidealo@tesiov.info>\r\nReply-To: Fookeidealo@tesiov.info\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105986,13954,'_feedback_author','nuasteutibe'),(105987,13954,'_feedback_author_email','fot@studiakrakow.eu'),(105988,13954,'_feedback_author_url',''),(105989,13954,'_feedback_subject','SOTIC subscribers'),(105990,13954,'_feedback_ip','10.17.1.254'),(105991,13954,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(105992,13954,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"nuasteutibe\";s:13:\"Email address\";s:19:\"fot@studiakrakow.eu\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105993,13954,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(105994,13954,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"nuasteutibe\";s:20:\"comment_author_email\";s:19:\"fot@studiakrakow.eu\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e17aa7b7-74d2-4eb2-b093-4a53f4c03f29\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43684\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"91.236.74.177\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373706568.3617\";s:12:\"REQUEST_TIME\";s:10:\"1373706568\";}'),(105995,13954,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : nuasteutibe \n\nEmail address : fot@studiakrakow.eu \n\nMessage was sent on Saturday July 13, 2013 at 5:09 am\n\";s:7:\"headers\";s:113:\"From: nuasteutibe <fot@studiakrakow.eu>\r\nReply-To: fot@studiakrakow.eu\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(105996,13955,'_feedback_author','npbnzwda'),(105997,13955,'_feedback_author_email','thisisforum@everifies.com'),(105998,13955,'_feedback_author_url',''),(105999,13955,'_feedback_subject','SOTIC subscribers'),(106000,13955,'_feedback_ip','10.17.1.254'),(106001,13955,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106002,13955,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"npbnzwda\";s:13:\"Email address\";s:25:\"thisisforum@everifies.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106003,13955,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106004,13955,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"npbnzwda\";s:20:\"comment_author_email\";s:25:\"thisisforum@everifies.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5880)) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2c899334-f785-406d-a4b2-23e5802cc21e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47305\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"196\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.133.13.232\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5880)) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"196\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373711796.5648\";s:12:\"REQUEST_TIME\";s:10:\"1373711796\";}'),(106005,13955,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : npbnzwda \n\nEmail address : thisisforum@everifies.com \n\nMessage was sent on Saturday July 13, 2013 at 6:36 am\n\";s:7:\"headers\";s:122:\"From: npbnzwda <thisisforum@everifies.com>\r\nReply-To: thisisforum@everifies.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106006,13956,'_feedback_author','sertiessgaf'),(106007,13956,'_feedback_author_email','audreycora0@hotmail.com'),(106008,13956,'_feedback_author_url',''),(106009,13956,'_feedback_subject','SOTIC subscribers'),(106010,13956,'_feedback_ip','10.17.1.254'),(106011,13956,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106012,13956,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106013,13956,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106014,13956,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b91a87e2-90ab-4dd2-8f65-3994300db42e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49404\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.178\";s:15:\"HTTP_USER_AGENT\";s:81:\"Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373714937.4972\";s:12:\"REQUEST_TIME\";s:10:\"1373714937\";}'),(106015,13956,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Saturday July 13, 2013 at 7:29 am\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106016,13957,'_feedback_author','sertiessgaf'),(106017,13957,'_feedback_author_email','audreycora0@hotmail.com'),(106018,13957,'_feedback_author_url',''),(106019,13957,'_feedback_subject','SOTIC subscribers'),(106020,13957,'_feedback_ip','10.17.1.254'),(106021,13957,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106022,13957,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106023,13957,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106024,13957,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2ccdc10d-6c6c-491d-892b-8e5ef179c515\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58857\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.178\";s:15:\"HTTP_USER_AGENT\";s:69:\"Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1373729806.874\";s:12:\"REQUEST_TIME\";s:10:\"1373729806\";}'),(106025,13957,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Saturday July 13, 2013 at 11:36 am\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106026,13958,'_feedback_author','nyLVgPmhT'),(106027,13958,'_feedback_author_email','bill_gate1@aol.com'),(106028,13958,'_feedback_author_url',''),(106029,13958,'_feedback_subject','SOTIC subscribers'),(106030,13958,'_feedback_ip','10.17.1.254'),(106031,13958,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106032,13958,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"nyLVgPmhT\";s:13:\"Email address\";s:18:\"bill_gate1@aol.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106033,13958,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106034,13958,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"nyLVgPmhT\";s:20:\"comment_author_email\";s:18:\"bill_gate1@aol.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:76:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-495a5392-917e-4479-9b2b-725615b8ac0b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38943\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"190\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"174.139.20.202\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"190\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1373741597.041\";s:12:\"REQUEST_TIME\";s:10:\"1373741597\";}'),(106035,13958,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:110:\"Name : nyLVgPmhT \n\nEmail address : bill_gate1@aol.com \n\nMessage was sent on Saturday July 13, 2013 at 2:53 pm\n\";s:7:\"headers\";s:109:\"From: nyLVgPmhT <bill_gate1@aol.com>\r\nReply-To: bill_gate1@aol.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106063,13963,'_feedback_author','inhirtuah'),(106064,13963,'_feedback_author_email','TodyTonge@fmailxc.com.com'),(106065,13963,'_feedback_author_url',''),(106066,13963,'_feedback_subject','SOTIC subscribers'),(106067,13963,'_feedback_ip','10.17.1.254'),(106068,13963,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106069,13963,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"inhirtuah\";s:13:\"Email address\";s:25:\"TodyTonge@fmailxc.com.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106070,13963,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106071,13963,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"inhirtuah\";s:20:\"comment_author_email\";s:25:\"TodyTonge@fmailxc.com.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1ef9dfe2-b251-4036-84f7-889b1d9aa48a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41353\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"37.59.46.31\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373744251.0492\";s:12:\"REQUEST_TIME\";s:10:\"1373744251\";}'),(106072,13963,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : inhirtuah \n\nEmail address : TodyTonge@fmailxc.com.com \n\nMessage was sent on Saturday July 13, 2013 at 3:37 pm\n\";s:7:\"headers\";s:123:\"From: inhirtuah <TodyTonge@fmailxc.com.com>\r\nReply-To: TodyTonge@fmailxc.com.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106073,13964,'_feedback_author','Chrisanta jones'),(106074,13964,'_feedback_author_email','Chrisantajones@yahoo.com'),(106075,13964,'_feedback_author_url',''),(106076,13964,'_feedback_subject','SOTIC subscribers'),(106077,13964,'_feedback_ip','10.17.1.254'),(106078,13964,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106079,13964,'_feedback_all_fields','a:3:{s:4:\"Name\";s:15:\"Chrisanta jones\";s:13:\"Email address\";s:24:\"Chrisantajones@yahoo.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(106080,13964,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(106081,13964,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:15:\"Chrisanta jones\";s:20:\"comment_author_email\";s:24:\"Chrisantajones@yahoo.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:96:\"Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-734600ae-0a5f-418d-9e4a-64fb917648c3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45141\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"233\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"72.27.99.90\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:96:\"Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"233\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373750922.3584\";s:12:\"REQUEST_TIME\";s:10:\"1373750922\";}'),(106082,13964,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:164:\"Name : Chrisanta jones \n\nEmail address : Chrisantajones@yahoo.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Saturday July 13, 2013 at 5:28 pm\n\";s:7:\"headers\";s:127:\"From: Chrisanta jones <Chrisantajones@yahoo.com>\r\nReply-To: Chrisantajones@yahoo.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106083,13965,'_feedback_author','Chrisanta jones'),(106084,13965,'_feedback_author_email','Chrisantajones@yahoo.com'),(106085,13965,'_feedback_author_url',''),(106086,13965,'_feedback_subject','SOTIC subscribers'),(106087,13965,'_feedback_ip','10.17.1.254'),(106088,13965,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106089,13965,'_feedback_all_fields','a:3:{s:4:\"Name\";s:15:\"Chrisanta jones\";s:13:\"Email address\";s:24:\"Chrisantajones@yahoo.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(106090,13965,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(106091,13965,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:15:\"Chrisanta jones\";s:20:\"comment_author_email\";s:24:\"Chrisantajones@yahoo.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:96:\"Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-734600ae-0a5f-418d-9e4a-64fb917648c3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45141\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"233\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"72.27.99.90\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:96:\"Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"233\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373751201.3998\";s:12:\"REQUEST_TIME\";s:10:\"1373751201\";}'),(106092,13965,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:164:\"Name : Chrisanta jones \n\nEmail address : Chrisantajones@yahoo.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Saturday July 13, 2013 at 5:33 pm\n\";s:7:\"headers\";s:127:\"From: Chrisanta jones <Chrisantajones@yahoo.com>\r\nReply-To: Chrisantajones@yahoo.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106093,13966,'_feedback_author',''),(106094,13966,'_feedback_author_email',''),(106095,13966,'_feedback_author_url',''),(106096,13966,'_feedback_subject','Signup form OneCaribbean'),(106097,13966,'_feedback_ip','10.17.1.254'),(106098,13966,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(106099,13966,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"Chrisanta jones\";s:13:\"Email address\";s:24:\"Chrisantajones@yahoo.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:36:\"Challenge travel and tourism college\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106100,13966,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"Chrisanta jones\";s:13:\"Email address\";s:24:\"Chrisantajones@yahoo.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:36:\"Challenge travel and tourism college\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106101,13966,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:96:\"Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-09d1750c-91b8-4a65-996a-c6eb230ebeef\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46537\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"517\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"72.27.99.90\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:96:\"Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9B176\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"517\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373751977.5671\";s:12:\"REQUEST_TIME\";s:10:\"1373751977\";}'),(106102,13966,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:420:\"Name: Chrisanta jones\n\nEmail address: Chrisantajones@yahoo.com\n\nCountry of Residence: Jamaica\n\nName of Organization/Company: Challenge travel and tourism college\n\nWhich best describes you?: Educational Institution\n\nSend me news about CTO events.: Yes\n\nSend me statistics updates.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Saturday July 13, 2013 at 5:46 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106103,13967,'_feedback_author','affopyTax'),(106104,13967,'_feedback_author_email','ko.rdonialgen@gmail.com'),(106105,13967,'_feedback_author_url',''),(106106,13967,'_feedback_subject','SOTIC subscribers'),(106107,13967,'_feedback_ip','10.17.1.254'),(106108,13967,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106109,13967,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"affopyTax\";s:13:\"Email address\";s:23:\"ko.rdonialgen@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106110,13967,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106111,13967,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"affopyTax\";s:20:\"comment_author_email\";s:23:\"ko.rdonialgen@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2d5a8ee3-4393-4767-9556-0f2865d6b916\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57327\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.239.15.87\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373810107.0796\";s:12:\"REQUEST_TIME\";s:10:\"1373810107\";}'),(106112,13967,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : affopyTax \n\nEmail address : ko.rdonialgen@gmail.com \n\nMessage was sent on Sunday July 14, 2013 at 9:55 am\n\";s:7:\"headers\";s:119:\"From: affopyTax <ko.rdonialgen@gmail.com>\r\nReply-To: ko.rdonialgen@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106113,13968,'_feedback_author','Unfortabara'),(106114,13968,'_feedback_author_email','tonl93051@gmail.com'),(106115,13968,'_feedback_author_url',''),(106116,13968,'_feedback_subject','SOTIC subscribers'),(106117,13968,'_feedback_ip','10.17.1.254'),(106118,13968,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106119,13968,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Unfortabara\";s:13:\"Email address\";s:19:\"tonl93051@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106120,13968,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106121,13968,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"Unfortabara\";s:20:\"comment_author_email\";s:19:\"tonl93051@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 5.1; U; MRA 8.0 (build 5784); ru) Presto/2.10.289 Version/12.02\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-079b4208-90e2-4e90-8e9a-8268ccc0e18e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33862\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.192.53\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 5.1; U; MRA 8.0 (build 5784); ru) Presto/2.10.289 Version/12.02\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373857190.6351\";s:12:\"REQUEST_TIME\";s:10:\"1373857190\";}'),(106122,13968,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : Unfortabara \n\nEmail address : tonl93051@gmail.com \n\nMessage was sent on Sunday July 14, 2013 at 10:59 pm\n\";s:7:\"headers\";s:113:\"From: Unfortabara <tonl93051@gmail.com>\r\nReply-To: tonl93051@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106123,13969,'_feedback_author','EssayHolo'),(106124,13969,'_feedback_author_email','essayamacy@hotmail.com'),(106125,13969,'_feedback_author_url',''),(106126,13969,'_feedback_subject','SOTIC subscribers'),(106127,13969,'_feedback_ip','10.17.1.254'),(106128,13969,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106129,13969,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"EssayHolo\";s:13:\"Email address\";s:22:\"essayamacy@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106130,13969,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106131,13969,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"EssayHolo\";s:20:\"comment_author_email\";s:22:\"essayamacy@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:76:\"Opera/9.80 (Windows NT 5.1; U; Edition Yx; ru) Presto/2.10.289 Version/12.02\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8bd0a5e4-8c85-4ed1-9615-69ce35416352\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45384\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"92.124.14.218\";s:15:\"HTTP_USER_AGENT\";s:76:\"Opera/9.80 (Windows NT 5.1; U; Edition Yx; ru) Presto/2.10.289 Version/12.02\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373874349.5314\";s:12:\"REQUEST_TIME\";s:10:\"1373874349\";}'),(106132,13969,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : EssayHolo \n\nEmail address : essayamacy@hotmail.com \n\nMessage was sent on Monday July 15, 2013 at 3:45 am\n\";s:7:\"headers\";s:117:\"From: EssayHolo <essayamacy@hotmail.com>\r\nReply-To: essayamacy@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106133,13970,'_feedback_author','DismicSem'),(106134,13970,'_feedback_author_email','VUchegecy@cheapstomshoesoutlet.com'),(106135,13970,'_feedback_author_url',''),(106136,13970,'_feedback_subject','SOTIC subscribers'),(106137,13970,'_feedback_ip','10.17.1.254'),(106138,13970,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106139,13970,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"DismicSem\";s:13:\"Email address\";s:34:\"VUchegecy@cheapstomshoesoutlet.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106140,13970,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106141,13970,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"DismicSem\";s:20:\"comment_author_email\";s:34:\"VUchegecy@cheapstomshoesoutlet.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6cf58a2a-ae16-4605-926b-9a057f3f6d90\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51387\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"206\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"36.248.161.117\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"206\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373883559.9844\";s:12:\"REQUEST_TIME\";s:10:\"1373883559\";}'),(106142,13970,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:124:\"Name : DismicSem \n\nEmail address : VUchegecy@cheapstomshoesoutlet.com \n\nMessage was sent on Monday July 15, 2013 at 6:19 am\n\";s:7:\"headers\";s:141:\"From: DismicSem <VUchegecy@cheapstomshoesoutlet.com>\r\nReply-To: VUchegecy@cheapstomshoesoutlet.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106143,13971,'_feedback_author','anivambutbamn838'),(106144,13971,'_feedback_author_email','uuyd4d32@gmail.com'),(106145,13971,'_feedback_author_url',''),(106146,13971,'_feedback_subject','SOTIC subscribers'),(106147,13971,'_feedback_ip','10.17.1.254'),(106148,13971,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106149,13971,'_feedback_all_fields','a:3:{s:4:\"Name\";s:16:\"anivambutbamn838\";s:13:\"Email address\";s:18:\"uuyd4d32@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106150,13971,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106151,13971,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:16:\"anivambutbamn838\";s:20:\"comment_author_email\";s:18:\"uuyd4d32@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:34:\"Opera/9.00 (Windows NT 4.0; U; en)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-47e2d287-2e89-4a28-b48b-034b21b04ff9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34336\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"115.235.71.30\";s:15:\"HTTP_USER_AGENT\";s:34:\"Opera/9.00 (Windows NT 4.0; U; en)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373899420.6571\";s:12:\"REQUEST_TIME\";s:10:\"1373899420\";}'),(106152,13971,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : anivambutbamn838 \n\nEmail address : uuyd4d32@gmail.com \n\nMessage was sent on Monday July 15, 2013 at 10:43 am\n\";s:7:\"headers\";s:116:\"From: anivambutbamn838 <uuyd4d32@gmail.com>\r\nReply-To: uuyd4d32@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106168,13975,'_feedback_author','Catslagoqo'),(106169,13975,'_feedback_author_email','bowejzcc@hotmail.com'),(106170,13975,'_feedback_author_url',''),(106171,13975,'_feedback_subject','SOTIC subscribers'),(106172,13975,'_feedback_ip','10.17.1.254'),(106173,13975,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106174,13975,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Catslagoqo \";s:13:\"Email address\";s:20:\"bowejzcc@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106175,13975,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106176,13975,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"Catslagoqo\";s:20:\"comment_author_email\";s:20:\"bowejzcc@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-caf3082f-f886-4f80-9db0-7ebbc56b2b09\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42594\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.218.24\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373911305.3826\";s:12:\"REQUEST_TIME\";s:10:\"1373911305\";}'),(106177,13975,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : Catslagoqo \n\nEmail address : bowejzcc@hotmail.com \n\nMessage was sent on Monday July 15, 2013 at 2:01 pm\n\";s:7:\"headers\";s:114:\"From: Catslagoqo <bowejzcc@hotmail.com>\r\nReply-To: bowejzcc@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106193,13978,'_feedback_author','DismicSem'),(106194,13978,'_feedback_author_email','VUchegecy@cheapstomshoesoutlet.com'),(106195,13978,'_feedback_author_url',''),(106196,13978,'_feedback_subject','SOTIC subscribers'),(106197,13978,'_feedback_ip','10.17.1.254'),(106198,13978,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106199,13978,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"DismicSem\";s:13:\"Email address\";s:34:\"VUchegecy@cheapstomshoesoutlet.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106200,13978,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'); INSERT INTO `cto_postmeta` VALUES (106201,13978,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"DismicSem\";s:20:\"comment_author_email\";s:34:\"VUchegecy@cheapstomshoesoutlet.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b1f83a51-b2ca-4216-acc6-fae7ad11a9c3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48922\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"206\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"112.111.172.221\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"206\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373920063.7881\";s:12:\"REQUEST_TIME\";s:10:\"1373920063\";}'),(106202,13978,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:124:\"Name : DismicSem \n\nEmail address : VUchegecy@cheapstomshoesoutlet.com \n\nMessage was sent on Monday July 15, 2013 at 4:27 pm\n\";s:7:\"headers\";s:141:\"From: DismicSem <VUchegecy@cheapstomshoesoutlet.com>\r\nReply-To: VUchegecy@cheapstomshoesoutlet.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106203,13979,'_feedback_author','VannedeThyday'),(106204,13979,'_feedback_author_email','pugytavaquh@hotmail.com'),(106205,13979,'_feedback_author_url',''),(106206,13979,'_feedback_subject','SOTIC subscribers'),(106207,13979,'_feedback_ip','10.17.1.254'),(106208,13979,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106209,13979,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"VannedeThyday\";s:13:\"Email address\";s:23:\"pugytavaquh@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106210,13979,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106211,13979,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"VannedeThyday\";s:20:\"comment_author_email\";s:23:\"pugytavaquh@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b3b2090b-3062-4e07-85ec-4699b58b1900\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51693\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"199\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"178.137.81.161\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"199\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373924624.3818\";s:12:\"REQUEST_TIME\";s:10:\"1373924624\";}'),(106212,13979,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : VannedeThyday \n\nEmail address : pugytavaquh@hotmail.com \n\nMessage was sent on Monday July 15, 2013 at 5:43 pm\n\";s:7:\"headers\";s:123:\"From: VannedeThyday <pugytavaquh@hotmail.com>\r\nReply-To: pugytavaquh@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106213,13980,'_feedback_author','SamnSpulkypap'),(106214,13980,'_feedback_author_email','smismtele@hotmail.com'),(106215,13980,'_feedback_author_url',''),(106216,13980,'_feedback_subject','SOTIC subscribers'),(106217,13980,'_feedback_ip','10.17.1.254'),(106218,13980,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106219,13980,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"SamnSpulkypap\";s:13:\"Email address\";s:21:\"smismtele@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106220,13980,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106221,13980,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"SamnSpulkypap\";s:20:\"comment_author_email\";s:21:\"smismtele@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f92a4038-e7f3-4e24-af79-f72b23bfb8b6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57195\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"178.137.81.161\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1373934645.908\";s:12:\"REQUEST_TIME\";s:10:\"1373934645\";}'),(106222,13980,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : SamnSpulkypap \n\nEmail address : smismtele@hotmail.com \n\nMessage was sent on Monday July 15, 2013 at 8:30 pm\n\";s:7:\"headers\";s:119:\"From: SamnSpulkypap <smismtele@hotmail.com>\r\nReply-To: smismtele@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106223,13981,'_feedback_author',''),(106224,13981,'_feedback_author_email',''),(106225,13981,'_feedback_author_url',''),(106226,13981,'_feedback_subject','Signup form OneCaribbean'),(106227,13981,'_feedback_ip','10.17.1.254'),(106228,13981,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(106229,13981,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"melissa porsenna\";s:13:\"Email address\";s:25:\"melissaporsenna@gmail.com\";s:20:\"Country of Residence\";s:5:\"haiti\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106230,13981,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"melissa porsenna\";s:13:\"Email address\";s:25:\"melissaporsenna@gmail.com\";s:20:\"Country of Residence\";s:5:\"haiti\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106231,13981,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3585adee-56f0-451c-b5ad-3023c98c9cbd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37952\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"560\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"190.196.192.156\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"560\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373945167.5718\";s:12:\"REQUEST_TIME\";s:10:\"1373945167\";}'),(106232,13981,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:424:\"Name: melissa porsenna\n\nEmail address: melissaporsenna@gmail.com\n\nCountry of Residence: haiti\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Monday July 15, 2013 at 11:26 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106233,13982,'_feedback_author','carpinteyrolrt'),(106234,13982,'_feedback_author_email','haltdearcegar@328hetty.com'),(106235,13982,'_feedback_author_url',''),(106236,13982,'_feedback_subject','SOTIC subscribers'),(106237,13982,'_feedback_ip','10.17.1.254'),(106238,13982,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106239,13982,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"carpinteyrolrt\";s:13:\"Email address\";s:26:\"haltdearcegar@328hetty.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106240,13982,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106241,13982,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:14:\"carpinteyrolrt\";s:20:\"comment_author_email\";s:26:\"haltdearcegar@328hetty.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d8e763d2-a54d-4fc7-b7e0-b3360e17c802\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40071\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"203\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.216.121\";s:15:\"HTTP_USER_AGENT\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"203\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373949464.8841\";s:12:\"REQUEST_TIME\";s:10:\"1373949464\";}'),(106242,13982,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:123:\"Name : carpinteyrolrt \n\nEmail address : haltdearcegar@328hetty.com \n\nMessage was sent on Tuesday July 16, 2013 at 12:37 am\n\";s:7:\"headers\";s:130:\"From: carpinteyrolrt <haltdearcegar@328hetty.com>\r\nReply-To: haltdearcegar@328hetty.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106243,13983,'_feedback_author','Ecoloalergo'),(106244,13983,'_feedback_author_email','minodisni@hotmail.com'),(106245,13983,'_feedback_author_url',''),(106246,13983,'_feedback_subject','SOTIC subscribers'),(106247,13983,'_feedback_ip','10.17.1.254'),(106248,13983,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106249,13983,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Ecoloalergo\";s:13:\"Email address\";s:21:\"minodisni@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106250,13983,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106251,13983,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"Ecoloalergo\";s:20:\"comment_author_email\";s:21:\"minodisni@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:103:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 sputnik 2.5.2.8\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f3db4708-b2cc-4865-b4b0-925c56e4a760\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44410\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"95.220.143.179\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 sputnik 2.5.2.8\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373955277.5701\";s:12:\"REQUEST_TIME\";s:10:\"1373955277\";}'),(106252,13983,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : Ecoloalergo \n\nEmail address : minodisni@hotmail.com \n\nMessage was sent on Tuesday July 16, 2013 at 2:14 am\n\";s:7:\"headers\";s:117:\"From: Ecoloalergo <minodisni@hotmail.com>\r\nReply-To: minodisni@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106253,13984,'_feedback_author','pletcherdpt'),(106254,13984,'_feedback_author_email','haltdearcegar@368herry.com'),(106255,13984,'_feedback_author_url',''),(106256,13984,'_feedback_subject','SOTIC subscribers'),(106257,13984,'_feedback_ip','10.17.1.254'),(106258,13984,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106259,13984,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"pletcherdpt\";s:13:\"Email address\";s:26:\"haltdearcegar@368herry.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106260,13984,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106261,13984,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"pletcherdpt\";s:20:\"comment_author_email\";s:26:\"haltdearcegar@368herry.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-168b8d68-98bd-40cb-a3dc-bb5216559632\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51700\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"200\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.216.56\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"200\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373966056.2777\";s:12:\"REQUEST_TIME\";s:10:\"1373966056\";}'),(106262,13984,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : pletcherdpt \n\nEmail address : haltdearcegar@368herry.com \n\nMessage was sent on Tuesday July 16, 2013 at 5:14 am\n\";s:7:\"headers\";s:127:\"From: pletcherdpt <haltdearcegar@368herry.com>\r\nReply-To: haltdearcegar@368herry.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106263,13985,'_feedback_author','sertiessgaf'),(106264,13985,'_feedback_author_email','audreycora0@hotmail.com'),(106265,13985,'_feedback_author_url',''),(106266,13985,'_feedback_subject','SOTIC subscribers'),(106267,13985,'_feedback_ip','10.17.1.254'),(106268,13985,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106269,13985,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106270,13985,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106271,13985,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-af188328-b0ee-4ac5-b3ad-7907615d4f81\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56426\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.178\";s:15:\"HTTP_USER_AGENT\";s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373973359.5945\";s:12:\"REQUEST_TIME\";s:10:\"1373973359\";}'),(106272,13985,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Tuesday July 16, 2013 at 7:16 am\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106273,13986,'_feedback_author','sertiessgaf'),(106274,13986,'_feedback_author_email','audreycora0@hotmail.com'),(106275,13986,'_feedback_author_url',''),(106276,13986,'_feedback_subject','SOTIC subscribers'),(106277,13986,'_feedback_ip','10.17.1.254'),(106278,13986,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106279,13986,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106280,13986,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106281,13986,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/17.0 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a7283b4a-14db-4437-90f5-36f9f95f3995\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33475\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.106\";s:15:\"HTTP_USER_AGENT\";s:61:\"Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/17.0 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1373979915.6022\";s:12:\"REQUEST_TIME\";s:10:\"1373979915\";}'),(106282,13986,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Tuesday July 16, 2013 at 9:05 am\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106340,13999,'_feedback_author','phypobbyvek'),(106341,13999,'_feedback_author_email','fuerstenaubeverlee@outlook.com'),(106342,13999,'_feedback_author_url',''),(106343,13999,'_feedback_subject','SOTIC subscribers'),(106344,13999,'_feedback_ip','10.17.1.254'),(106345,13999,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106346,13999,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"phypobbyvek\";s:13:\"Email address\";s:30:\"fuerstenaubeverlee@outlook.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106347,13999,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106348,13999,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"phypobbyvek\";s:20:\"comment_author_email\";s:30:\"fuerstenaubeverlee@outlook.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7b0904f9-d387-41c2-ac18-fd7056635271\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57891\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"204\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"37.59.54.58\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"204\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374013959.2715\";s:12:\"REQUEST_TIME\";s:10:\"1374013959\";}'),(106349,13999,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:123:\"Name : phypobbyvek \n\nEmail address : fuerstenaubeverlee@outlook.com \n\nMessage was sent on Tuesday July 16, 2013 at 6:32 pm\n\";s:7:\"headers\";s:135:\"From: phypobbyvek <fuerstenaubeverlee@outlook.com>\r\nReply-To: fuerstenaubeverlee@outlook.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106350,14000,'_feedback_author','sertiessgaf'),(106351,14000,'_feedback_author_email','audreycora0@hotmail.com'),(106352,14000,'_feedback_author_url',''),(106353,14000,'_feedback_subject','SOTIC subscribers'),(106354,14000,'_feedback_ip','10.17.1.254'),(106355,14000,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106356,14000,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:23:\"audreycora0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106357,14000,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106358,14000,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:23:\"audreycora0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1aeb4eb3-6fed-441c-a71a-40246e3f60e5\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33419\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"108.171.249.178\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374019192.6555\";s:12:\"REQUEST_TIME\";s:10:\"1374019192\";}'),(106359,14000,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : sertiessgaf \n\nEmail address : audreycora0@hotmail.com \n\nMessage was sent on Tuesday July 16, 2013 at 7:59 pm\n\";s:7:\"headers\";s:121:\"From: sertiessgaf <audreycora0@hotmail.com>\r\nReply-To: audreycora0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106360,14002,'_feedback_author','Mian Babar Ali'),(106361,14002,'_feedback_author_email','mianofzp@gmail.com'),(106362,14002,'_feedback_author_url',''),(106363,14002,'_feedback_subject','SOTIC subscribers'),(106364,14002,'_feedback_ip','10.17.1.254'),(106365,14002,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106366,14002,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"Mian Babar Ali\";s:13:\"Email address\";s:18:\"mianofzp@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(106367,14002,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(106368,14002,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:14:\"Mian Babar Ali\";s:20:\"comment_author_email\";s:18:\"mianofzp@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dcdff883-ebcc-42ee-b512-c03e8f26e97d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58364\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"226\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"39.45.213.0\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"226\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374056001.9019\";s:12:\"REQUEST_TIME\";s:10:\"1374056001\";}'),(106369,14002,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:158:\"Name : Mian Babar Ali \n\nEmail address : mianofzp@gmail.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Wednesday July 17, 2013 at 6:13 am\n\";s:7:\"headers\";s:114:\"From: Mian Babar Ali <mianofzp@gmail.com>\r\nReply-To: mianofzp@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106414,14006,'_feedback_author',''),(106415,14006,'_feedback_author_email',''),(106416,14006,'_feedback_author_url',''),(106417,14006,'_feedback_subject','Signup form OneCaribbean'),(106418,14006,'_feedback_ip','10.17.1.254'),(106419,14006,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(106420,14006,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Donna Jackson\";s:13:\"Email address\";s:21:\"redladytravel@aol.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:13:\"Redladytravel\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:24:\"Independant Travel Agent\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(106421,14006,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Donna Jackson\";s:13:\"Email address\";s:21:\"redladytravel@aol.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:13:\"Redladytravel\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:24:\"Independant Travel Agent\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(106422,14006,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-978380cf-265f-49e5-be3e-c793502be4dc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46300\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"600\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"169.253.194.1\";s:19:\"HTTP_X_BLUECOAT_VIA\";s:16:\"037eb5aae83f6282\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"600\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374077580.3941\";s:12:\"REQUEST_TIME\";s:10:\"1374077580\";}'),(106423,14006,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:550:\"Name: Donna Jackson\n\nEmail address: redladytravel@aol.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Redladytravel\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Independant Travel Agent\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday July 17, 2013 at 12:13 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106424,14008,'_feedback_author','Effoxydeece'),(106425,14008,'_feedback_author_email','shoparlbcdsjelly@gmail.com'),(106426,14008,'_feedback_author_url',''),(106427,14008,'_feedback_subject','SOTIC subscribers'),(106428,14008,'_feedback_ip','10.17.1.254'),(106429,14008,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106430,14008,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Effoxydeece\";s:13:\"Email address\";s:26:\"shoparlbcdsjelly@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106431,14008,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106432,14008,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"Effoxydeece\";s:20:\"comment_author_email\";s:26:\"shoparlbcdsjelly@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:84:\"Opera/9.80 (Windows NT 5.1; U; MRA 6.0 (build 5970); ru) Presto/2.7.62 Version/11.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e51bb5b7-fb39-4b3b-bf17-70c1d47f4211\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60273\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"200\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"59.56.44.1\";s:15:\"HTTP_USER_AGENT\";s:84:\"Opera/9.80 (Windows NT 5.1; U; MRA 6.0 (build 5970); ru) Presto/2.7.62 Version/11.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"200\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374097206.8644\";s:12:\"REQUEST_TIME\";s:10:\"1374097206\";}'),(106433,14008,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:121:\"Name : Effoxydeece \n\nEmail address : shoparlbcdsjelly@gmail.com \n\nMessage was sent on Wednesday July 17, 2013 at 5:40 pm\n\";s:7:\"headers\";s:127:\"From: Effoxydeece <shoparlbcdsjelly@gmail.com>\r\nReply-To: shoparlbcdsjelly@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106434,14009,'_feedback_author','sertiessgaf'),(106435,14009,'_feedback_author_email','christineclaire0@hotmail.com'),(106436,14009,'_feedback_author_url',''),(106437,14009,'_feedback_subject','SOTIC subscribers'),(106438,14009,'_feedback_ip','10.17.1.254'),(106439,14009,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106440,14009,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:28:\"christineclaire0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106441,14009,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106442,14009,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:28:\"christineclaire0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4af88eca-2e80-4960-9d2b-5a1ebb15dad7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34536\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:100:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374101732.0131\";s:12:\"REQUEST_TIME\";s:10:\"1374101732\";}'),(106443,14009,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:123:\"Name : sertiessgaf \n\nEmail address : christineclaire0@hotmail.com \n\nMessage was sent on Wednesday July 17, 2013 at 6:55 pm\n\";s:7:\"headers\";s:131:\"From: sertiessgaf <christineclaire0@hotmail.com>\r\nReply-To: christineclaire0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106444,14010,'_feedback_author','Bralioxia'),(106445,14010,'_feedback_author_email','zolandrenb@hotmail.com'),(106446,14010,'_feedback_author_url',''),(106447,14010,'_feedback_subject','SOTIC subscribers'),(106448,14010,'_feedback_ip','10.17.1.254'),(106449,14010,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106450,14010,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Bralioxia\";s:13:\"Email address\";s:22:\"zolandrenb@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106451,14010,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106452,14010,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Bralioxia\";s:20:\"comment_author_email\";s:22:\"zolandrenb@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9b86866b-b587-44f3-b7d5-26b6e93597d2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37961\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.74.241.220\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374106642.1435\";s:12:\"REQUEST_TIME\";s:10:\"1374106642\";}'),(106453,14010,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : Bralioxia \n\nEmail address : zolandrenb@hotmail.com \n\nMessage was sent on Wednesday July 17, 2013 at 8:17 pm\n\";s:7:\"headers\";s:117:\"From: Bralioxia <zolandrenb@hotmail.com>\r\nReply-To: zolandrenb@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106454,14011,'_feedback_author','sertiessgaf'),(106455,14011,'_feedback_author_email','christineclaire0@hotmail.com'),(106456,14011,'_feedback_author_url',''),(106457,14011,'_feedback_subject','SOTIC subscribers'),(106458,14011,'_feedback_ip','10.17.1.254'),(106459,14011,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106460,14011,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:28:\"christineclaire0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106461,14011,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106462,14011,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:28:\"christineclaire0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:116:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5 Nichrome/self/19\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cffbc206-eaa4-4413-9516-92787fc3a25f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44512\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5 Nichrome/self/19\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374117065.0779\";s:12:\"REQUEST_TIME\";s:10:\"1374117065\";}'),(106463,14011,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:124:\"Name : sertiessgaf \n\nEmail address : christineclaire0@hotmail.com \n\nMessage was sent on Wednesday July 17, 2013 at 11:11 pm\n\";s:7:\"headers\";s:131:\"From: sertiessgaf <christineclaire0@hotmail.com>\r\nReply-To: christineclaire0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106464,14012,'_feedback_author','pletcherumf'),(106465,14012,'_feedback_author_email','haltdearcegar@368herry.com'),(106466,14012,'_feedback_author_url',''),(106467,14012,'_feedback_subject','SOTIC subscribers'),(106468,14012,'_feedback_ip','10.17.1.254'),(106469,14012,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106470,14012,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"pletcherumf\";s:13:\"Email address\";s:26:\"haltdearcegar@368herry.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106471,14012,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106472,14012,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"pletcherumf\";s:20:\"comment_author_email\";s:26:\"haltdearcegar@368herry.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3e515eca-5a08-4371-a7f9-0e90629f5f5c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37501\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"200\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.216.56\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"200\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374147543.9895\";s:12:\"REQUEST_TIME\";s:10:\"1374147543\";}'),(106473,14012,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:120:\"Name : pletcherumf \n\nEmail address : haltdearcegar@368herry.com \n\nMessage was sent on Thursday July 18, 2013 at 7:39 am\n\";s:7:\"headers\";s:127:\"From: pletcherumf <haltdearcegar@368herry.com>\r\nReply-To: haltdearcegar@368herry.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106489,14015,'_feedback_author',''),(106490,14015,'_feedback_author_email',''),(106491,14015,'_feedback_author_url',''),(106492,14015,'_feedback_subject','Signup form OneCaribbean'),(106493,14015,'_feedback_ip','10.17.1.254'),(106494,14015,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(106495,14015,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Simon Norton\";s:13:\"Email address\";s:19:\"snorton@letsgo2.com\";s:20:\"Country of Residence\";s:7:\"England\";s:28:\"Name of Organization/Company\";s:7:\"Letsgo2\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(106496,14015,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Simon Norton\";s:13:\"Email address\";s:19:\"snorton@letsgo2.com\";s:20:\"Country of Residence\";s:7:\"England\";s:28:\"Name of Organization/Company\";s:7:\"Letsgo2\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(106497,14015,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ad9b1fed-7f09-4c91-ad3b-8e7c2d6aa515\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36905\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"540\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"194.54.9.195\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"540\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374225316.5344\";s:12:\"REQUEST_TIME\";s:10:\"1374225316\";}'),(106498,14015,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:437:\"Name: Simon Norton\n\nEmail address: snorton@letsgo2.com\n\nCountry of Residence: England\n\nName of Organization/Company: Letsgo2\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday July 19, 2013 at 5:15 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106499,14016,'_feedback_author','haddytype'),(106500,14016,'_feedback_author_email','jevel@wegas.ru'),(106501,14016,'_feedback_author_url',''),(106502,14016,'_feedback_subject','SOTIC subscribers'),(106503,14016,'_feedback_ip','10.17.1.254'),(106504,14016,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106505,14016,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"haddytype\";s:13:\"Email address\";s:14:\"jevel@wegas.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106506,14016,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106507,14016,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"haddytype\";s:20:\"comment_author_email\";s:14:\"jevel@wegas.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e1173a1-4d46-4c91-bbec-9785656d787e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46062\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"188.163.14.5\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"186\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374238459.1569\";s:12:\"REQUEST_TIME\";s:10:\"1374238459\";}'),(106508,14016,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:104:\"Name : haddytype \n\nEmail address : jevel@wegas.ru \n\nMessage was sent on Friday July 19, 2013 at 8:54 am\n\";s:7:\"headers\";s:101:\"From: haddytype <jevel@wegas.ru>\r\nReply-To: jevel@wegas.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106521,14019,'_wp_attached_file','CTONewsletterJune2013.docx'),(106662,14037,'_feedback_author',''),(106663,14037,'_feedback_author_email',''),(106664,14037,'_feedback_author_url',''),(106665,14037,'_feedback_subject','Signup form OneCaribbean'),(106666,14037,'_feedback_ip','10.17.1.254'),(106667,14037,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(106668,14037,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Beverley Beckles\";s:13:\"Email address\";s:18:\"bpb_1810@yahoo.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106669,14037,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Beverley Beckles\";s:13:\"Email address\";s:18:\"bpb_1810@yahoo.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106670,14037,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2fa2d465-c427-4bd3-b760-3527f8922beb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41158\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"398\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.80.53.238\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"398\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374271387.6846\";s:12:\"REQUEST_TIME\";s:10:\"1374271387\";}'),(106671,14037,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:271:\"Name: Beverley Beckles\n\nEmail address: bpb_1810@yahoo.com\n\nCountry of Residence: Barbados\n\nWhich best describes you?: Student / Researcher\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Friday July 19, 2013 at 6:03 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106672,14038,'_feedback_author','gydcsw'),(106673,14038,'_feedback_author_email','fglpchkl@hotmail.com'),(106674,14038,'_feedback_author_url',''),(106675,14038,'_feedback_subject','SOTIC subscribers'),(106676,14038,'_feedback_ip','10.17.1.254'),(106677,14038,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106678,14038,'_feedback_all_fields','a:3:{s:4:\"Name\";s:6:\"gydcsw\";s:13:\"Email address\";s:20:\"fglpchkl@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106679,14038,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106680,14038,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:6:\"gydcsw\";s:20:\"comment_author_email\";s:20:\"fglpchkl@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-db6c1c37-0f0c-4223-9a10-8949dd21a070\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44296\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"189\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.144.252.110\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"189\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374317476.1379\";s:12:\"REQUEST_TIME\";s:10:\"1374317476\";}'),(106681,14038,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:109:\"Name : gydcsw \n\nEmail address : fglpchkl@hotmail.com \n\nMessage was sent on Saturday July 20, 2013 at 6:51 am\n\";s:7:\"headers\";s:110:\"From: gydcsw <fglpchkl@hotmail.com>\r\nReply-To: fglpchkl@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106682,14039,'_feedback_author','Unmachmax'),(106683,14039,'_feedback_author_email','jayrvrmrrmsptp@gmail.com'),(106684,14039,'_feedback_author_url',''),(106685,14039,'_feedback_subject','SOTIC subscribers'),(106686,14039,'_feedback_ip','10.17.1.254'),(106687,14039,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106688,14039,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Unmachmax\";s:13:\"Email address\";s:24:\"jayrvrmrrmsptp@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106689,14039,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106690,14039,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Unmachmax\";s:20:\"comment_author_email\";s:24:\"jayrvrmrrmsptp@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:110:\"Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4ff06e83-aa40-4efd-afe4-e41226ff074e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45093\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"196\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"46.53.195.79\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"196\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374318079.5876\";s:12:\"REQUEST_TIME\";s:10:\"1374318079\";}'),(106691,14039,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : Unmachmax \n\nEmail address : jayrvrmrrmsptp@gmail.com \n\nMessage was sent on Saturday July 20, 2013 at 7:01 am\n\";s:7:\"headers\";s:121:\"From: Unmachmax <jayrvrmrrmsptp@gmail.com>\r\nReply-To: jayrvrmrrmsptp@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106692,14040,'_feedback_author',''),(106693,14040,'_feedback_author_email',''),(106694,14040,'_feedback_author_url',''),(106695,14040,'_feedback_subject','Signup form OneCaribbean'),(106696,14040,'_feedback_ip','10.17.1.254'),(106697,14040,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(106698,14040,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"xithpi\";s:13:\"Email address\";s:17:\"vbaifj@tlwinr.com\";s:20:\"Country of Residence\";s:11:\"fppwuuQHjrL\";s:28:\"Name of Organization/Company\";s:6:\"xithpi\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:14:\"rjYqmrAiGzvsVj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106699,14040,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"xithpi\";s:13:\"Email address\";s:17:\"vbaifj@tlwinr.com\";s:20:\"Country of Residence\";s:11:\"fppwuuQHjrL\";s:28:\"Name of Organization/Company\";s:6:\"xithpi\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:14:\"rjYqmrAiGzvsVj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(106700,14040,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a79b5bfc-5387-46cf-b7e2-2a122380dd2d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46432\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"320\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.184.238.68\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"320\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374442938.0539\";s:12:\"REQUEST_TIME\";s:10:\"1374442938\";}'),(106701,14040,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:280:\"Name: xithpi\n\nEmail address: vbaifj@tlwinr.com\n\nCountry of Residence: fppwuuQHjrL\n\nName of Organization/Company: xithpi\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: rjYqmrAiGzvsVj\n\nMessage was sent on Sunday July 21, 2013 at 5:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106702,14041,'_feedback_author','sertiessgaf'),(106703,14041,'_feedback_author_email','christineclaire0@hotmail.com'),(106704,14041,'_feedback_author_url',''),(106705,14041,'_feedback_subject','SOTIC subscribers'),(106706,14041,'_feedback_ip','10.17.1.254'),(106707,14041,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106708,14041,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:28:\"christineclaire0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106709,14041,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106710,14041,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:28:\"christineclaire0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:127:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4a971583-b699-42ef-b395-4134f5c4eea4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56845\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:127:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374457474.6741\";s:12:\"REQUEST_TIME\";s:10:\"1374457474\";}'),(106711,14041,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:120:\"Name : sertiessgaf \n\nEmail address : christineclaire0@hotmail.com \n\nMessage was sent on Sunday July 21, 2013 at 9:44 pm\n\";s:7:\"headers\";s:131:\"From: sertiessgaf <christineclaire0@hotmail.com>\r\nReply-To: christineclaire0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106712,14042,'_feedback_author','sertiessgaf'),(106713,14042,'_feedback_author_email','christineclaire0@hotmail.com'),(106714,14042,'_feedback_author_url',''),(106715,14042,'_feedback_subject','SOTIC subscribers'),(106716,14042,'_feedback_ip','10.17.1.254'),(106717,14042,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106718,14042,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:28:\"christineclaire0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106719,14042,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106720,14042,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:28:\"christineclaire0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-61617d9d-741a-4a7e-b414-35b461ba810e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59866\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:13:\"1374462437.57\";s:12:\"REQUEST_TIME\";s:10:\"1374462437\";}'),(106721,14042,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:121:\"Name : sertiessgaf \n\nEmail address : christineclaire0@hotmail.com \n\nMessage was sent on Sunday July 21, 2013 at 11:07 pm\n\";s:7:\"headers\";s:131:\"From: sertiessgaf <christineclaire0@hotmail.com>\r\nReply-To: christineclaire0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106722,14044,'_edit_last','2'),(106723,14044,'_edit_lock','1379688198:2'),(106728,14044,'_event_id','1971'),(106729,14044,'_event_start_time','00:00:00'),(106730,14044,'_event_end_time','00:00:00'),(106731,14044,'_event_all_day','1'),(106732,14044,'_event_start_date','2013-11-22'),(106733,14044,'_event_end_date','2013-11-23'),(106734,14044,'_event_rsvp','0'),(106735,14044,'_event_rsvp_date',''),(106736,14044,'_event_rsvp_time','00:00:00'),(106737,14044,'_event_spaces',''),(106738,14044,'_location_id','13'),(106739,14044,'_recurrence_id',''),(106740,14044,'_event_status','1'),(106741,14044,'_event_private','0'),(106742,14044,'_event_date_created',''),(106743,14044,'_event_date_modified',''),(106744,14044,'_blog_id',''),(106745,14044,'_group_id','0'),(106746,14044,'_recurrence','0'),(106747,14044,'_recurrence_interval',''),(106748,14044,'_recurrence_freq',''),(106749,14044,'_recurrence_days','0'),(106750,14044,'_recurrence_byday',''),(106751,14044,'_recurrence_byweekno',''),(106752,14044,'_start_ts','1385078400'),(106753,14044,'_end_ts','1385164800'),(106758,14046,'_feedback_author','sertiessgaf'),(106759,14046,'_feedback_author_email','christineclaire0@hotmail.com'),(106760,14046,'_feedback_author_url',''),(106761,14046,'_feedback_subject','SOTIC subscribers'),(106762,14046,'_feedback_ip','10.17.1.254'),(106763,14046,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106764,14046,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:28:\"christineclaire0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106765,14046,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106766,14046,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:28:\"christineclaire0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f8e6c5b2-caee-47e7-afc0-6fd109467e3c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37321\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374509646.2467\";s:12:\"REQUEST_TIME\";s:10:\"1374509646\";}'),(106767,14046,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:121:\"Name : sertiessgaf \n\nEmail address : christineclaire0@hotmail.com \n\nMessage was sent on Monday July 22, 2013 at 12:14 pm\n\";s:7:\"headers\";s:131:\"From: sertiessgaf <christineclaire0@hotmail.com>\r\nReply-To: christineclaire0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106811,9900,'_edit_lock','1374597047:2'),(106812,9900,'_edit_last','2'),(106815,9900,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(106816,9900,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(106862,14063,'_wp_attached_file','SOTIC-LocalDelegateRegFormFRENCHJuly23.pdf'),(106863,14063,'_edit_lock','1374598597:2'),(106876,14066,'_wp_attached_file','CLIFF-PhD-research-grant-call-2013.pdf'),(106904,14072,'_feedback_author','Emaivavor'),(106905,14072,'_feedback_author_email','rbs2013188@gmail.com'),(106906,14072,'_feedback_author_url',''),(106907,14072,'_feedback_subject','SOTIC subscribers'),(106908,14072,'_feedback_ip','10.17.1.254'),(106909,14072,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(106910,14072,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Emaivavor\";s:13:\"Email address\";s:20:\"rbs2013188@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106911,14072,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(106912,14072,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Emaivavor\";s:20:\"comment_author_email\";s:20:\"rbs2013188@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:99:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-877db9aa-b5ed-4c3a-8849-6353fa51d13c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47662\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"137.175.20.194\";s:15:\"HTTP_USER_AGENT\";s:99:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374603966.8851\";s:12:\"REQUEST_TIME\";s:10:\"1374603966\";}'),(106913,14072,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : Emaivavor \n\nEmail address : rbs2013188@gmail.com \n\nMessage was sent on Tuesday July 23, 2013 at 2:26 pm\n\";s:7:\"headers\";s:113:\"From: Emaivavor <rbs2013188@gmail.com>\r\nReply-To: rbs2013188@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(106936,14080,'_wp_attached_file','DanielLevineSOTIC2013.jpg'),(106937,14080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:160;s:4:\"file\";s:25:\"DanielLevineSOTIC2013.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DanielLevineSOTIC2013-119x150.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(106938,14080,'_wp_attachment_image_alt','daniel levine sotic 2013'),(106991,14083,'_wp_attached_file','liatSOTIC.png'),(106992,14083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:945;s:4:\"file\";s:13:\"liatSOTIC.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"liatSOTIC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"liatSOTIC-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107001,14084,'_wp_attached_file','liatsmalllogo.png'),(107002,14084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:245;s:4:\"file\";s:17:\"liatsmalllogo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"liatsmalllogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"liatsmalllogo-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107003,14085,'_wp_attached_file','LIAT-fares-Sotic.png'),(107004,14085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:764;s:6:\"height\";i:351;s:4:\"file\";s:20:\"LIAT-fares-Sotic.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"LIAT-fares-Sotic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"LIAT-fares-Sotic-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107069,14093,'_feedback_author','AssauncAnocky'),(107070,14093,'_feedback_author_email','nicegts2013@gmail.com'),(107071,14093,'_feedback_author_url',''),(107072,14093,'_feedback_subject','SOTIC subscribers'),(107073,14093,'_feedback_ip','10.17.1.254'),(107074,14093,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107075,14093,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"AssauncAnocky\";s:13:\"Email address\";s:21:\"nicegts2013@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107076,14093,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107077,14093,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"AssauncAnocky\";s:20:\"comment_author_email\";s:21:\"nicegts2013@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-381e8e9e-5909-4a88-8e5b-1ad95c8d4247\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55588\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.117.125\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374616609.3369\";s:12:\"REQUEST_TIME\";s:10:\"1374616609\";}'),(107078,14093,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : AssauncAnocky \n\nEmail address : nicegts2013@gmail.com \n\nMessage was sent on Tuesday July 23, 2013 at 5:56 pm\n\";s:7:\"headers\";s:119:\"From: AssauncAnocky <nicegts2013@gmail.com>\r\nReply-To: nicegts2013@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107079,14095,'_feedback_author','RenDiniMeri'),(107080,14095,'_feedback_author_email','2@watchesforsale.org.uk'),(107081,14095,'_feedback_author_url',''),(107082,14095,'_feedback_subject','SOTIC subscribers'),(107083,14095,'_feedback_ip','10.17.1.254'),(107084,14095,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107085,14095,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"RenDiniMeri\";s:13:\"Email address\";s:23:\"2@watchesforsale.org.uk\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107086,14095,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107087,14095,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"RenDiniMeri\";s:20:\"comment_author_email\";s:23:\"2@watchesforsale.org.uk\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:80:\"Opera/9.80 (Windows NT 5.1; Edition Ukraine Local) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5dc6f442-7f65-403e-8c54-79a91e141236\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41045\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"218.93.127.107\";s:15:\"HTTP_USER_AGENT\";s:80:\"Opera/9.80 (Windows NT 5.1; Edition Ukraine Local) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1374634838.635\";s:12:\"REQUEST_TIME\";s:10:\"1374634838\";}'),(107088,14095,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : RenDiniMeri \n\nEmail address : 2@watchesforsale.org.uk \n\nMessage was sent on Tuesday July 23, 2013 at 11:00 pm\n\";s:7:\"headers\";s:121:\"From: RenDiniMeri <2@watchesforsale.org.uk>\r\nReply-To: 2@watchesforsale.org.uk\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107089,14096,'_wp_attached_file','SOTICSponsorshipSheetJuly24.pdf'),(107133,14104,'_feedback_author','AssauncAnocky'),(107134,14104,'_feedback_author_email','nicegts2013@gmail.com'),(107135,14104,'_feedback_author_url',''),(107136,14104,'_feedback_subject','SOTIC subscribers'),(107137,14104,'_feedback_ip','10.17.1.254'),(107138,14104,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107139,14104,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"AssauncAnocky\";s:13:\"Email address\";s:21:\"nicegts2013@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107140,14104,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107141,14104,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"AssauncAnocky\";s:20:\"comment_author_email\";s:21:\"nicegts2013@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:125:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-84b851b4-e0da-4a71-a6b5-b07bf2b7e614\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56932\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.117.125\";s:15:\"HTTP_USER_AGENT\";s:125:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374698921.4614\";s:12:\"REQUEST_TIME\";s:10:\"1374698921\";}'),(107142,14104,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : AssauncAnocky \n\nEmail address : nicegts2013@gmail.com \n\nMessage was sent on Wednesday July 24, 2013 at 4:48 pm\n\";s:7:\"headers\";s:119:\"From: AssauncAnocky <nicegts2013@gmail.com>\r\nReply-To: nicegts2013@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107143,14105,'_feedback_author','Mypepoete'),(107144,14105,'_feedback_author_email','kreativ350@gmail.com'),(107145,14105,'_feedback_author_url',''),(107146,14105,'_feedback_subject','SOTIC subscribers'),(107147,14105,'_feedback_ip','10.17.1.254'),(107148,14105,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107149,14105,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Mypepoete\";s:13:\"Email address\";s:20:\"kreativ350@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107150,14105,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107151,14105,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Mypepoete\";s:20:\"comment_author_email\";s:20:\"kreativ350@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4f37f444-8f2c-43b5-a060-aa8ae6540eb6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47854\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"95.67.80.226\";s:15:\"HTTP_USER_AGENT\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374724542.5957\";s:12:\"REQUEST_TIME\";s:10:\"1374724542\";}'),(107152,14105,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : Mypepoete \n\nEmail address : kreativ350@gmail.com \n\nMessage was sent on Wednesday July 24, 2013 at 11:55 pm\n\";s:7:\"headers\";s:113:\"From: Mypepoete <kreativ350@gmail.com>\r\nReply-To: kreativ350@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107153,14106,'_feedback_author','bgCDFe'),(107154,14106,'_feedback_author_email','derctebari1973@mail.ru'),(107155,14106,'_feedback_author_url',''),(107156,14106,'_feedback_subject','SOTIC subscribers'),(107157,14106,'_feedback_ip','10.17.1.254'),(107158,14106,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107159,14106,'_feedback_all_fields','a:3:{s:4:\"Name\";s:6:\"bgCDFe\";s:13:\"Email address\";s:22:\"derctebari1973@mail.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107160,14106,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107161,14106,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:6:\"bgCDFe\";s:20:\"comment_author_email\";s:22:\"derctebari1973@mail.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f05d2604-c337-47c2-a8b7-8fdee8f338f2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48853\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"58.62.178.9\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374727276.3694\";s:12:\"REQUEST_TIME\";s:10:\"1374727276\";}'),(107162,14106,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : bgCDFe \n\nEmail address : derctebari1973@mail.ru \n\nMessage was sent on Thursday July 25, 2013 at 12:41 am\n\";s:7:\"headers\";s:114:\"From: bgCDFe <derctebari1973@mail.ru>\r\nReply-To: derctebari1973@mail.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107163,14107,'_feedback_author',''),(107164,14107,'_feedback_author_email',''),(107165,14107,'_feedback_author_url',''),(107166,14107,'_feedback_subject','Signup form OneCaribbean'),(107167,14107,'_feedback_ip','10.17.1.254'),(107168,14107,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(107169,14107,'_feedback_all_fields','a:13:{s:4:\"Name\";s:5:\"Sylva\";s:13:\"Email address\";s:31:\"s.santarova@travel-marketing.cz\";s:20:\"Country of Residence\";s:14:\"Czech Republic\";s:28:\"Name of Organization/Company\";s:17:\"TMR INternational\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(107170,14107,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:5:\"Sylva\";s:13:\"Email address\";s:31:\"s.santarova@travel-marketing.cz\";s:20:\"Country of Residence\";s:14:\"Czech Republic\";s:28:\"Name of Organization/Company\";s:17:\"TMR INternational\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(107171,14107,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d2f6679d-3509-419e-bdd4-6d0c70799187\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57945\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"448\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"90.179.197.36\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"cs-CZ\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"448\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374739683.5368\";s:12:\"REQUEST_TIME\";s:10:\"1374739683\";}'),(107172,14107,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:355:\"Name: Sylva\n\nEmail address: s.santarova@travel-marketing.cz\n\nCountry of Residence: Czech Republic\n\nName of Organization/Company: TMR INternational\n\nWhich best describes you?: Tourism Board\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Thursday July 25, 2013 at 4:08 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107173,14108,'_edit_last','2'),(107174,14108,'_edit_lock','1374771870:2'),(107175,14108,'truethemes_video_url',''),(107176,14108,'truethemes_external_image_url',''),(107177,14108,'truethemes_slider_shortcode',''),(107178,14108,'truethemes_slider_cu3er',''),(107187,14108,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(107188,14108,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(107189,14111,'_wp_attached_file','LocalDelegateRegFormFRENCHJuly25.pdf'),(107190,14112,'_wp_attached_file','GeneralDelegateSOTICJuly25.pdf'),(107191,14113,'_wp_attached_file','TravelAgentStudentSOTICJuly25.pdf'),(107192,14114,'_wp_attached_file','YouthCongressSOTICJuly25.pdf'),(107205,14117,'_wp_attached_file','MartiniqueGAbeachslider.jpg'),(107206,14117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:405;s:4:\"file\";s:27:\"MartiniqueGAbeachslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"MartiniqueGAbeachslider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"MartiniqueGAbeachslider-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107207,14118,'_feedback_author',''),(107208,14118,'_feedback_author_email',''),(107209,14118,'_feedback_author_url',''),(107210,14118,'_feedback_subject','Signup form OneCaribbean'),(107211,14118,'_feedback_ip','10.17.1.254'),(107212,14118,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(107213,14118,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"patrick kapela\";s:13:\"Email address\";s:20:\"kaleapress@gmail.com\";s:20:\"Country of Residence\";s:6:\"france\";s:28:\"Name of Organization/Company\";s:17:\"kalea departement\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:20:\"cultural association\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(107214,14118,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"patrick kapela\";s:13:\"Email address\";s:20:\"kaleapress@gmail.com\";s:20:\"Country of Residence\";s:6:\"france\";s:28:\"Name of Organization/Company\";s:17:\"kalea departement\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:20:\"cultural association\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(107215,14118,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a03d6341-3d42-406a-9ff3-322edd417d8d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41555\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"603\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"81.67.71.11\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"603\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374796693.9651\";s:12:\"REQUEST_TIME\";s:10:\"1374796693\";}'),(107216,14118,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:551:\"Name: patrick kapela\n\nEmail address: kaleapress@gmail.com\n\nCountry of Residence: france\n\nName of Organization/Company: kalea departement\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: cultural association\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday July 25, 2013 at 7:58 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107217,14119,'_feedback_author',''),(107218,14119,'_feedback_author_email',''),(107219,14119,'_feedback_author_url',''),(107220,14119,'_feedback_subject','Signup form OneCaribbean'),(107221,14119,'_feedback_ip','10.17.1.254'),(107222,14119,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(107223,14119,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"patrick kapela\";s:13:\"Email address\";s:20:\"kaleapress@gmail.com\";s:20:\"Country of Residence\";s:6:\"france\";s:28:\"Name of Organization/Company\";s:17:\"kalea departement\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:20:\"cultural association\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(107224,14119,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"patrick kapela\";s:13:\"Email address\";s:20:\"kaleapress@gmail.com\";s:20:\"Country of Residence\";s:6:\"france\";s:28:\"Name of Organization/Company\";s:17:\"kalea departement\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:20:\"cultural association\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(107225,14119,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-07446556-cca1-443e-a636-f2d130a542c1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42121\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"603\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"81.67.71.11\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"603\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374796712.5582\";s:12:\"REQUEST_TIME\";s:10:\"1374796712\";}'),(107226,14119,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:551:\"Name: patrick kapela\n\nEmail address: kaleapress@gmail.com\n\nCountry of Residence: france\n\nName of Organization/Company: kalea departement\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: cultural association\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday July 25, 2013 at 7:58 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107227,14120,'_feedback_author','sertiessgaf'),(107228,14120,'_feedback_author_email','christineclaire0@hotmail.com'),(107229,14120,'_feedback_author_url',''),(107230,14120,'_feedback_subject','SOTIC subscribers'),(107231,14120,'_feedback_ip','10.17.1.254'),(107232,14120,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107233,14120,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"sertiessgaf\";s:13:\"Email address\";s:28:\"christineclaire0@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107234,14120,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107235,14120,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"sertiessgaf\";s:20:\"comment_author_email\";s:28:\"christineclaire0@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-25d05660-3e56-4f06-acd4-38e605b186f8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51833\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374811021.0857\";s:12:\"REQUEST_TIME\";s:10:\"1374811021\";}'),(107236,14120,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:123:\"Name : sertiessgaf \n\nEmail address : christineclaire0@hotmail.com \n\nMessage was sent on Thursday July 25, 2013 at 11:57 pm\n\";s:7:\"headers\";s:131:\"From: sertiessgaf <christineclaire0@hotmail.com>\r\nReply-To: christineclaire0@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107237,14121,'_feedback_author','loolveFluinge'),(107238,14121,'_feedback_author_email','caoyanqin@aol.com'),(107239,14121,'_feedback_author_url',''),(107240,14121,'_feedback_subject','SOTIC subscribers'),(107241,14121,'_feedback_ip','10.17.1.254'),(107242,14121,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107243,14121,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"loolveFluinge\";s:13:\"Email address\";s:17:\"caoyanqin@aol.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107244,14121,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107245,14121,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"loolveFluinge\";s:20:\"comment_author_email\";s:17:\"caoyanqin@aol.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 YB/3.5.1 (.NET CLR 3.5.30729)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-25d05660-3e56-4f06-acd4-38e605b186f8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51425\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"96.46.5.138\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 YB/3.5.1 (.NET CLR 3.5.30729)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374811665.4017\";s:12:\"REQUEST_TIME\";s:10:\"1374811665\";}'),(107246,14121,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : loolveFluinge \n\nEmail address : caoyanqin@aol.com \n\nMessage was sent on Friday July 26, 2013 at 12:07 am\n\";s:7:\"headers\";s:111:\"From: loolveFluinge <caoyanqin@aol.com>\r\nReply-To: caoyanqin@aol.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107247,14122,'_feedback_author','abersHafder'),(107248,14122,'_feedback_author_email','shanyu@gmail.com'),(107249,14122,'_feedback_author_url',''),(107250,14122,'_feedback_subject','SOTIC subscribers'),(107251,14122,'_feedback_ip','10.17.1.254'),(107252,14122,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107253,14122,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"abersHafder\";s:13:\"Email address\";s:16:\"shanyu@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107254,14122,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107255,14122,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"abersHafder\";s:20:\"comment_author_email\";s:16:\"shanyu@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e26b7c92-0aba-49e8-95fb-0d85aceed703\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59400\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"190\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.9.162\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"190\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374862469.3364\";s:12:\"REQUEST_TIME\";s:10:\"1374862469\";}'),(107256,14122,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:108:\"Name : abersHafder \n\nEmail address : shanyu@gmail.com \n\nMessage was sent on Friday July 26, 2013 at 2:14 pm\n\";s:7:\"headers\";s:107:\"From: abersHafder <shanyu@gmail.com>\r\nReply-To: shanyu@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107257,14123,'_wp_attached_file','MartiniqueLogo.jpg'),(107258,14123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:313;s:6:\"height\";i:204;s:4:\"file\";s:18:\"MartiniqueLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"MartiniqueLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"MartiniqueLogo-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107439,14156,'_wp_attached_file','SOTICSponsorInfoJuly26.pdf'),(107470,14161,'_wp_attached_file','LocalDelegateRegFormFRENCHJuly26.pdf'),(107622,14207,'_wp_attached_file','DominicaPackagesSOTIC2013.pdf'),(107662,14219,'_feedback_author','wsmtuozwutxj'),(107663,14219,'_feedback_author_email','bhxx5f3@hotmail.com'),(107664,14219,'_feedback_author_url',''),(107665,14219,'_feedback_subject','SOTIC subscribers'),(107666,14219,'_feedback_ip','10.17.1.254'),(107667,14219,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107668,14219,'_feedback_all_fields','a:3:{s:4:\"Name\";s:12:\"wsmtuozwutxj\";s:13:\"Email address\";s:19:\"bhxx5f3@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107669,14219,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107670,14219,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:12:\"wsmtuozwutxj\";s:20:\"comment_author_email\";s:19:\"bhxx5f3@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dab72420-0f9a-4ba7-91d7-4ee032cbcd89\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41630\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.74.236.201\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1374877149.508\";s:12:\"REQUEST_TIME\";s:10:\"1374877149\";}'),(107671,14219,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : wsmtuozwutxj \n\nEmail address : bhxx5f3@hotmail.com \n\nMessage was sent on Friday July 26, 2013 at 6:19 pm\n\";s:7:\"headers\";s:114:\"From: wsmtuozwutxj <bhxx5f3@hotmail.com>\r\nReply-To: bhxx5f3@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107672,14220,'_feedback_author','soneabona'),(107673,14220,'_feedback_author_email','girauardsta@hotmail.com'),(107674,14220,'_feedback_author_url',''),(107675,14220,'_feedback_subject','SOTIC subscribers'),(107676,14220,'_feedback_ip','10.17.1.254'),(107677,14220,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107678,14220,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"soneabona\";s:13:\"Email address\";s:23:\"girauardsta@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107679,14220,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107680,14220,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"soneabona\";s:20:\"comment_author_email\";s:23:\"girauardsta@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:79:\"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dbac1e4a-942c-4f35-bf64-14f1178d184f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56311\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.200.32.93\";s:15:\"HTTP_USER_AGENT\";s:79:\"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374898987.2787\";s:12:\"REQUEST_TIME\";s:10:\"1374898987\";}'),(107681,14220,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : soneabona \n\nEmail address : girauardsta@hotmail.com \n\nMessage was sent on Saturday July 27, 2013 at 12:23 am\n\";s:7:\"headers\";s:119:\"From: soneabona <girauardsta@hotmail.com>\r\nReply-To: girauardsta@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107682,14221,'_feedback_author',''),(107683,14221,'_feedback_author_email',''),(107684,14221,'_feedback_author_url',''),(107685,14221,'_feedback_subject','Signup form OneCaribbean'),(107686,14221,'_feedback_ip','10.17.1.254'),(107687,14221,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(107688,14221,'_feedback_all_fields','a:13:{s:4:\"Name\";s:18:\"Christopher Byneal\";s:13:\"Email address\";s:23:\"officeoftrade@yahoo.com\";s:20:\"Country of Residence\";s:33:\"Republic of Trinidad & Tobago\";s:28:\"Name of Organization/Company\";s:62:\"Caribbean Office of Trade & Industrial Development Limited\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:48:\"Promoting and facilitating tourism through trade\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(107689,14221,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:18:\"Christopher Byneal\";s:13:\"Email address\";s:23:\"officeoftrade@yahoo.com\";s:20:\"Country of Residence\";s:29:\"Republic of Trinidad & Tobago\";s:28:\"Name of Organization/Company\";s:58:\"Caribbean Office of Trade & Industrial Development Limited\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:48:\"Promoting and facilitating tourism through trade\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(107690,14221,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-06e00fd8-2aa5-4fd4-8923-6bc8a0b04526\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47823\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"704\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"190.213.203.44\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"704\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374928168.2744\";s:12:\"REQUEST_TIME\";s:10:\"1374928168\";}'),(107691,14221,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:658:\"Name: Christopher Byneal\n\nEmail address: officeoftrade@yahoo.com\n\nCountry of Residence: Republic of Trinidad & Tobago\n\nName of Organization/Company: Caribbean Office of Trade & Industrial Development Limited\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Promoting and facilitating tourism through trade\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday July 27, 2013 at 8:29 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107692,14222,'_feedback_author','Emaivavor'),(107693,14222,'_feedback_author_email','rbs2013188@gmail.com'),(107694,14222,'_feedback_author_url',''),(107695,14222,'_feedback_subject','SOTIC subscribers'),(107696,14222,'_feedback_ip','10.17.1.254'),(107697,14222,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107698,14222,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Emaivavor\";s:13:\"Email address\";s:20:\"rbs2013188@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107699,14222,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107700,14222,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Emaivavor\";s:20:\"comment_author_email\";s:20:\"rbs2013188@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:80:\"Opera/9.80 (Windows NT 5.1; Edition Ukraine Local) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e699cc7-0ef1-47b3-8ffd-f6663450424b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59734\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"137.175.20.194\";s:15:\"HTTP_USER_AGENT\";s:80:\"Opera/9.80 (Windows NT 5.1; Edition Ukraine Local) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374944864.7267\";s:12:\"REQUEST_TIME\";s:10:\"1374944864\";}'),(107701,14222,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : Emaivavor \n\nEmail address : rbs2013188@gmail.com \n\nMessage was sent on Saturday July 27, 2013 at 1:07 pm\n\";s:7:\"headers\";s:113:\"From: Emaivavor <rbs2013188@gmail.com>\r\nReply-To: rbs2013188@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107702,14223,'_feedback_author','RenDiniMeri'),(107703,14223,'_feedback_author_email','1@tcases.com'),(107704,14223,'_feedback_author_url',''),(107705,14223,'_feedback_subject','SOTIC subscribers'),(107706,14223,'_feedback_ip','10.17.1.254'),(107707,14223,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107708,14223,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"RenDiniMeri\";s:13:\"Email address\";s:12:\"1@tcases.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107709,14223,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107710,14223,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"RenDiniMeri\";s:20:\"comment_author_email\";s:12:\"1@tcases.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a3d6b025-d064-465c-92c9-2b849a9a64d7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37708\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"218.93.127.107\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"186\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374956330.7787\";s:12:\"REQUEST_TIME\";s:10:\"1374956330\";}'),(107711,14223,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:106:\"Name : RenDiniMeri \n\nEmail address : 1@tcases.com \n\nMessage was sent on Saturday July 27, 2013 at 4:18 pm\n\";s:7:\"headers\";s:99:\"From: RenDiniMeri <1@tcases.com>\r\nReply-To: 1@tcases.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107712,14224,'_feedback_author','ncanffmyesur'),(107713,14224,'_feedback_author_email','jzur7s6@hotmail.com'),(107714,14224,'_feedback_author_url',''),(107715,14224,'_feedback_subject','SOTIC subscribers'),(107716,14224,'_feedback_ip','10.17.1.254'),(107717,14224,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107718,14224,'_feedback_all_fields','a:3:{s:4:\"Name\";s:12:\"ncanffmyesur\";s:13:\"Email address\";s:19:\"jzur7s6@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107719,14224,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107720,14224,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:12:\"ncanffmyesur\";s:20:\"comment_author_email\";s:19:\"jzur7s6@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4eb440b6-bb6c-4fe3-abc7-25f4fe0abc46\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42109\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.74.236.201\";s:15:\"HTTP_USER_AGENT\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374960864.8631\";s:12:\"REQUEST_TIME\";s:10:\"1374960864\";}'),(107721,14224,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : ncanffmyesur \n\nEmail address : jzur7s6@hotmail.com \n\nMessage was sent on Saturday July 27, 2013 at 5:34 pm\n\";s:7:\"headers\";s:114:\"From: ncanffmyesur <jzur7s6@hotmail.com>\r\nReply-To: jzur7s6@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107722,14225,'_feedback_author','Aniagauch'),(107723,14225,'_feedback_author_email','aniati@yandex.ru'),(107724,14225,'_feedback_author_url',''),(107725,14225,'_feedback_subject','SOTIC subscribers'),(107726,14225,'_feedback_ip','10.17.1.254'),(107727,14225,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107728,14225,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Aniagauch\";s:13:\"Email address\";s:16:\"aniati@yandex.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107729,14225,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107730,14225,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Aniagauch\";s:20:\"comment_author_email\";s:16:\"aniati@yandex.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3fbe8e96-21a3-418c-906a-45a05bb8f4ce\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44824\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"188\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.45.109.85\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"188\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1374964189.413\";s:12:\"REQUEST_TIME\";s:10:\"1374964189\";}'),(107731,14225,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:108:\"Name : Aniagauch \n\nEmail address : aniati@yandex.ru \n\nMessage was sent on Saturday July 27, 2013 at 6:29 pm\n\";s:7:\"headers\";s:105:\"From: Aniagauch <aniati@yandex.ru>\r\nReply-To: aniati@yandex.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107732,14226,'_feedback_author','youstkatmtc'),(107733,14226,'_feedback_author_email','hunddtsfas@gmail.com'),(107734,14226,'_feedback_author_url',''),(107735,14226,'_feedback_subject','SOTIC subscribers'),(107736,14226,'_feedback_ip','10.17.1.254'),(107737,14226,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107738,14226,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"youstkatmtc\";s:13:\"Email address\";s:20:\"hunddtsfas@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107739,14226,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107740,14226,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"youstkatmtc\";s:20:\"comment_author_email\";s:20:\"hunddtsfas@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0d13adcc-208c-43c3-822a-5b551aaa1c4f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44827\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.74.236.169\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374965573.6073\";s:12:\"REQUEST_TIME\";s:10:\"1374965573\";}'),(107741,14226,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : youstkatmtc \n\nEmail address : hunddtsfas@gmail.com \n\nMessage was sent on Saturday July 27, 2013 at 6:52 pm\n\";s:7:\"headers\";s:115:\"From: youstkatmtc <hunddtsfas@gmail.com>\r\nReply-To: hunddtsfas@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107742,14227,'_feedback_author','tugDwerge'),(107743,14227,'_feedback_author_email','rbs2013188@gmail.com'),(107744,14227,'_feedback_author_url',''),(107745,14227,'_feedback_subject','SOTIC subscribers'),(107746,14227,'_feedback_ip','10.17.1.254'),(107747,14227,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107748,14227,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"tugDwerge\";s:13:\"Email address\";s:20:\"rbs2013188@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107749,14227,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107750,14227,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"tugDwerge\";s:20:\"comment_author_email\";s:20:\"rbs2013188@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3fbe8e96-21a3-418c-906a-45a05bb8f4ce\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47526\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"137.175.20.194\";s:15:\"HTTP_USER_AGENT\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374967647.6526\";s:12:\"REQUEST_TIME\";s:10:\"1374967647\";}'),(107751,14227,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : tugDwerge \n\nEmail address : rbs2013188@gmail.com \n\nMessage was sent on Saturday July 27, 2013 at 7:27 pm\n\";s:7:\"headers\";s:113:\"From: tugDwerge <rbs2013188@gmail.com>\r\nReply-To: rbs2013188@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107752,14228,'_feedback_author','joneesona'),(107753,14228,'_feedback_author_email','strifexpoxq@hotmail.com'),(107754,14228,'_feedback_author_url',''),(107755,14228,'_feedback_subject','SOTIC subscribers'),(107756,14228,'_feedback_ip','10.17.1.254'),(107757,14228,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107758,14228,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"joneesona\";s:13:\"Email address\";s:23:\"strifexpoxq@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107759,14228,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107760,14228,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"joneesona\";s:20:\"comment_author_email\";s:23:\"strifexpoxq@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2fdbfc5e-7835-44dc-9574-2f62c9fd5a1f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52336\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"209.21.92.132\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1374977134.1387\";s:12:\"REQUEST_TIME\";s:10:\"1374977134\";}'),(107761,14228,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : joneesona \n\nEmail address : strifexpoxq@hotmail.com \n\nMessage was sent on Saturday July 27, 2013 at 10:05 pm\n\";s:7:\"headers\";s:119:\"From: joneesona <strifexpoxq@hotmail.com>\r\nReply-To: strifexpoxq@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107762,14229,'_feedback_author','joneesona'),(107763,14229,'_feedback_author_email','strifexpoxq@hotmail.com'),(107764,14229,'_feedback_author_url',''),(107765,14229,'_feedback_subject','SOTIC subscribers'),(107766,14229,'_feedback_ip','10.17.1.254'),(107767,14229,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107768,14229,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"joneesona\";s:13:\"Email address\";s:23:\"strifexpoxq@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107769,14229,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107770,14229,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"joneesona\";s:20:\"comment_author_email\";s:23:\"strifexpoxq@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:79:\"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-10af635f-1f03-4ac1-8097-7858de2f3fde\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42108\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"209.21.92.132\";s:15:\"HTTP_USER_AGENT\";s:79:\"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375001547.2123\";s:12:\"REQUEST_TIME\";s:10:\"1375001547\";}'),(107771,14229,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : joneesona \n\nEmail address : strifexpoxq@hotmail.com \n\nMessage was sent on Sunday July 28, 2013 at 4:52 am\n\";s:7:\"headers\";s:119:\"From: joneesona <strifexpoxq@hotmail.com>\r\nReply-To: strifexpoxq@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107772,14230,'_feedback_author','iodiggist'),(107773,14230,'_feedback_author_email','3@mega-dating-directory.com'),(107774,14230,'_feedback_author_url',''),(107775,14230,'_feedback_subject','SOTIC subscribers'),(107776,14230,'_feedback_ip','10.17.1.254'),(107777,14230,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107778,14230,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"iodiggist\";s:13:\"Email address\";s:27:\"3@mega-dating-directory.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107779,14230,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107780,14230,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"iodiggist\";s:20:\"comment_author_email\";s:27:\"3@mega-dating-directory.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fc8d185b-7245-45aa-87f2-1d289475c385\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42687\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"199\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"221.238.28.158\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"199\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375004100.3851\";s:12:\"REQUEST_TIME\";s:10:\"1375004100\";}'),(107781,14230,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : iodiggist \n\nEmail address : 3@mega-dating-directory.com \n\nMessage was sent on Sunday July 28, 2013 at 5:35 am\n\";s:7:\"headers\";s:127:\"From: iodiggist <3@mega-dating-directory.com>\r\nReply-To: 3@mega-dating-directory.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107782,14231,'_feedback_author','deantBepe'),(107783,14231,'_feedback_author_email','dristiarielisolg@ya.ru'),(107784,14231,'_feedback_author_url',''),(107785,14231,'_feedback_subject','SOTIC subscribers'),(107786,14231,'_feedback_ip','10.17.1.254'),(107787,14231,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107788,14231,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"deantBepe\";s:13:\"Email address\";s:22:\"dristiarielisolg@ya.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107789,14231,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107790,14231,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"deantBepe\";s:20:\"comment_author_email\";s:22:\"dristiarielisolg@ya.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:132:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ac205546-aee7-4c4c-9cee-8dd66468701b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45387\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.239.15.64\";s:15:\"HTTP_USER_AGENT\";s:132:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375006749.1255\";s:12:\"REQUEST_TIME\";s:10:\"1375006749\";}'),(107791,14231,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : deantBepe \n\nEmail address : dristiarielisolg@ya.ru \n\nMessage was sent on Sunday July 28, 2013 at 6:19 am\n\";s:7:\"headers\";s:117:\"From: deantBepe <dristiarielisolg@ya.ru>\r\nReply-To: dristiarielisolg@ya.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107792,14232,'_feedback_author','deantBepe'),(107793,14232,'_feedback_author_email','dristiarielisolg@ya.ru'),(107794,14232,'_feedback_author_url',''),(107795,14232,'_feedback_subject','SOTIC subscribers'),(107796,14232,'_feedback_ip','10.17.1.254'),(107797,14232,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107798,14232,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"deantBepe\";s:13:\"Email address\";s:22:\"dristiarielisolg@ya.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107799,14232,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107800,14232,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"deantBepe\";s:20:\"comment_author_email\";s:22:\"dristiarielisolg@ya.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0879ee03-2efb-4641-8dcf-2674353d9f74\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50294\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.239.15.64\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375013820.1986\";s:12:\"REQUEST_TIME\";s:10:\"1375013820\";}'),(107801,14232,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : deantBepe \n\nEmail address : dristiarielisolg@ya.ru \n\nMessage was sent on Sunday July 28, 2013 at 8:17 am\n\";s:7:\"headers\";s:117:\"From: deantBepe <dristiarielisolg@ya.ru>\r\nReply-To: dristiarielisolg@ya.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107802,14234,'_feedback_author','medansyxws'),(107803,14234,'_feedback_author_email','akerdiaoy@hotmail.com'),(107804,14234,'_feedback_author_url',''),(107805,14234,'_feedback_subject','SOTIC subscribers'),(107806,14234,'_feedback_ip','10.17.1.254'),(107807,14234,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107808,14234,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"medansyxws\";s:13:\"Email address\";s:21:\"akerdiaoy@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107809,14234,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107810,14234,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"medansyxws\";s:20:\"comment_author_email\";s:21:\"akerdiaoy@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8d311ea4-4286-4908-9d81-99663d2fe080\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57649\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"192.74.240.41\";s:15:\"HTTP_USER_AGENT\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375024546.4696\";s:12:\"REQUEST_TIME\";s:10:\"1375024546\";}'),(107811,14234,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : medansyxws \n\nEmail address : akerdiaoy@hotmail.com \n\nMessage was sent on Sunday July 28, 2013 at 11:15 am\n\";s:7:\"headers\";s:116:\"From: medansyxws <akerdiaoy@hotmail.com>\r\nReply-To: akerdiaoy@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107812,14235,'_feedback_author','cfryip'),(107813,14235,'_feedback_author_email','fhkla@hotmail.com'),(107814,14235,'_feedback_author_url',''),(107815,14235,'_feedback_subject','SOTIC subscribers'),(107816,14235,'_feedback_ip','10.17.1.254'),(107817,14235,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107818,14235,'_feedback_all_fields','a:3:{s:4:\"Name\";s:6:\"cfryip\";s:13:\"Email address\";s:17:\"fhkla@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107819,14235,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107820,14235,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:6:\"cfryip\";s:20:\"comment_author_email\";s:17:\"fhkla@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-baf3adb3-aa49-4a85-b87d-aab9c46e9734\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50675\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.144.252.110\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"186\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375096714.5134\";s:12:\"REQUEST_TIME\";s:10:\"1375096714\";}'),(107821,14235,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:104:\"Name : cfryip \n\nEmail address : fhkla@hotmail.com \n\nMessage was sent on Monday July 29, 2013 at 7:18 am\n\";s:7:\"headers\";s:104:\"From: cfryip <fhkla@hotmail.com>\r\nReply-To: fhkla@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107822,14237,'_edit_last','2'),(107823,14237,'_edit_lock','1375107410:2'),(107824,14237,'truethemes_video_url',''),(107825,14237,'truethemes_external_image_url',''),(107826,14237,'truethemes_slider_shortcode',''),(107827,14237,'truethemes_slider_cu3er',''),(107836,14237,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(107837,14237,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(107838,14239,'_edit_last','2'),(107839,14239,'_edit_lock','1375108222:2'),(107840,14239,'truethemes_video_url',''),(107841,14239,'truethemes_external_image_url',''),(107842,14239,'truethemes_slider_shortcode',''),(107843,14239,'truethemes_slider_cu3er',''),(107852,14239,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(107853,14239,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(107887,14247,'_wp_attached_file','BakouHotel1.jpg'),(107888,14247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:323;s:4:\"file\";s:15:\"BakouHotel1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"BakouHotel1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"BakouHotel1-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(107928,14254,'_feedback_author','harrypotterman'),(107929,14254,'_feedback_author_email','goylovesrhetoric@vps001.net'),(107930,14254,'_feedback_author_url',''),(107931,14254,'_feedback_subject','SOTIC subscribers'),(107932,14254,'_feedback_ip','10.17.1.254'),(107933,14254,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107934,14254,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"harrypotterman\";s:13:\"Email address\";s:27:\"goylovesrhetoric@vps001.net\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107935,14254,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107936,14254,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:14:\"harrypotterman\";s:20:\"comment_author_email\";s:27:\"goylovesrhetoric@vps001.net\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-767908ed-bd9e-4777-9cac-55a6b7cf545f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56934\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"204\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.236.75.63\";s:15:\"HTTP_USER_AGENT\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"204\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375144513.3555\";s:12:\"REQUEST_TIME\";s:10:\"1375144513\";}'),(107937,14254,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:122:\"Name : harrypotterman \n\nEmail address : goylovesrhetoric@vps001.net \n\nMessage was sent on Monday July 29, 2013 at 8:35 pm\n\";s:7:\"headers\";s:132:\"From: harrypotterman <goylovesrhetoric@vps001.net>\r\nReply-To: goylovesrhetoric@vps001.net\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107938,14255,'_feedback_author','Déborah'),(107939,14255,'_feedback_author_email','deborah.plancel@gmail.com'),(107940,14255,'_feedback_author_url',''),(107941,14255,'_feedback_subject','SOTIC subscribers'),(107942,14255,'_feedback_ip','10.17.1.254'),(107943,14255,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107944,14255,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"Déborah\";s:13:\"Email address\";s:25:\"deborah.plancel@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(107945,14255,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(107946,14255,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:8:\"Déborah\";s:20:\"comment_author_email\";s:25:\"deborah.plancel@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MATM)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-71a6cd35-53b5-492f-9b51-4d6fe6a2c385\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59064\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"229\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"92.160.171.78\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MATM)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"fr-FR\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"229\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375148370.6671\";s:12:\"REQUEST_TIME\";s:10:\"1375148370\";}'),(107947,14255,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:156:\"Name : Déborah \n\nEmail address : deborah.plancel@gmail.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Monday July 29, 2013 at 9:39 pm\n\";s:7:\"headers\";s:122:\"From: Déborah <deborah.plancel@gmail.com>\r\nReply-To: deborah.plancel@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107948,14256,'_feedback_author','ADuequetwef'),(107949,14256,'_feedback_author_email','triangel300@hotmail.com'),(107950,14256,'_feedback_author_url',''),(107951,14256,'_feedback_subject','SOTIC subscribers'),(107952,14256,'_feedback_ip','10.17.1.254'),(107953,14256,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107954,14256,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"ADuequetwef\";s:13:\"Email address\";s:23:\"triangel300@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107955,14256,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107956,14256,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"ADuequetwef\";s:20:\"comment_author_email\";s:23:\"triangel300@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3c85a224-4160-4a62-97f9-ea4ea7a12364\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35035\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"76.164.224.42\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375154002.5127\";s:12:\"REQUEST_TIME\";s:10:\"1375154002\";}'),(107957,14256,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : ADuequetwef \n\nEmail address : triangel300@hotmail.com \n\nMessage was sent on Monday July 29, 2013 at 11:13 pm\n\";s:7:\"headers\";s:121:\"From: ADuequetwef <triangel300@hotmail.com>\r\nReply-To: triangel300@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107958,14257,'_feedback_author','psqtcherfwf'),(107959,14257,'_feedback_author_email','spinelesscwog@gmail.com'),(107960,14257,'_feedback_author_url',''),(107961,14257,'_feedback_subject','SOTIC subscribers'),(107962,14257,'_feedback_ip','10.17.1.254'),(107963,14257,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107964,14257,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"psqtcherfwf\";s:13:\"Email address\";s:23:\"spinelesscwog@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107965,14257,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107966,14257,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"psqtcherfwf\";s:20:\"comment_author_email\";s:23:\"spinelesscwog@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-666d7541-26be-4cc2-ae92-7bbc8bdcbdc9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58498\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375189069.4544\";s:12:\"REQUEST_TIME\";s:10:\"1375189069\";}'),(107967,14257,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : psqtcherfwf \n\nEmail address : spinelesscwog@gmail.com \n\nMessage was sent on Tuesday July 30, 2013 at 8:57 am\n\";s:7:\"headers\";s:121:\"From: psqtcherfwf <spinelesscwog@gmail.com>\r\nReply-To: spinelesscwog@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107968,14258,'_edit_last','2'),(107969,14258,'_edit_lock','1375191990:2'),(107970,14258,'truethemes_video_url',''),(107971,14258,'truethemes_external_image_url',''),(107972,14258,'truethemes_slider_shortcode',''),(107973,14258,'truethemes_slider_cu3er',''),(107982,14258,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(107983,14258,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(107984,14261,'_feedback_author','cqainteyronan'),(107985,14261,'_feedback_author_email','lateralrbst@gmail.com'),(107986,14261,'_feedback_author_url',''),(107987,14261,'_feedback_subject','SOTIC subscribers'),(107988,14261,'_feedback_ip','10.17.1.254'),(107989,14261,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(107990,14261,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"cqainteyronan\";s:13:\"Email address\";s:21:\"lateralrbst@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107991,14261,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(107992,14261,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"cqainteyronan\";s:20:\"comment_author_email\";s:21:\"lateralrbst@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b75b0824-29c9-4d73-a1a2-2669dcc2d41d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33908\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375193156.5831\";s:12:\"REQUEST_TIME\";s:10:\"1375193156\";}'),(107993,14261,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : cqainteyronan \n\nEmail address : lateralrbst@gmail.com \n\nMessage was sent on Tuesday July 30, 2013 at 10:05 am\n\";s:7:\"headers\";s:119:\"From: cqainteyronan <lateralrbst@gmail.com>\r\nReply-To: lateralrbst@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(107996,14263,'_wp_attached_file','cruiseslider.jpg'),(107997,14263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:16:\"cruiseslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cruiseslider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cruiseslider-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(108076,14275,'_feedback_author','animevip'),(108077,14275,'_feedback_author_email','frankobamamen@hotmail.com'),(108078,14275,'_feedback_author_url',''),(108079,14275,'_feedback_subject','SOTIC subscribers'),(108080,14275,'_feedback_ip','10.17.1.254'),(108081,14275,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108082,14275,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"animevip \";s:13:\"Email address\";s:25:\"frankobamamen@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108083,14275,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108084,14275,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"animevip\";s:20:\"comment_author_email\";s:25:\"frankobamamen@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f0d86858-192b-4c4d-bd4c-0a4d5fb7cd79\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55304\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.200.14.63\";s:15:\"HTTP_USER_AGENT\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375261761.8429\";s:12:\"REQUEST_TIME\";s:10:\"1375261761\";}'),(108085,14275,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : animevip \n\nEmail address : frankobamamen@hotmail.com \n\nMessage was sent on Wednesday July 31, 2013 at 5:09 am\n\";s:7:\"headers\";s:122:\"From: animevip <frankobamamen@hotmail.com>\r\nReply-To: frankobamamen@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108120,14279,'_feedback_author','psqtchertyo'),(108121,14279,'_feedback_author_email','swarnpeep@hotmail.com'),(108122,14279,'_feedback_author_url',''),(108123,14279,'_feedback_subject','SOTIC subscribers'),(108124,14279,'_feedback_ip','10.17.1.254'),(108125,14279,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108126,14279,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"psqtchertyo\";s:13:\"Email address\";s:21:\"swarnpeep@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108127,14279,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108128,14279,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"psqtchertyo\";s:20:\"comment_author_email\";s:21:\"swarnpeep@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4d3b3271-9533-4a58-ae60-2ba2e8b2aa29\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52746\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375296722.1749\";s:12:\"REQUEST_TIME\";s:10:\"1375296722\";}'),(108129,14279,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : psqtchertyo \n\nEmail address : swarnpeep@hotmail.com \n\nMessage was sent on Wednesday July 31, 2013 at 2:52 pm\n\";s:7:\"headers\";s:117:\"From: psqtchertyo <swarnpeep@hotmail.com>\r\nReply-To: swarnpeep@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108130,14280,'_feedback_author','cqainteyropof'),(108131,14280,'_feedback_author_email','hatleebertl@hotmail.com'),(108132,14280,'_feedback_author_url',''),(108133,14280,'_feedback_subject','SOTIC subscribers'),(108134,14280,'_feedback_ip','10.17.1.254'),(108135,14280,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108136,14280,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"cqainteyropof\";s:13:\"Email address\";s:23:\"hatleebertl@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108137,14280,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108138,14280,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"cqainteyropof\";s:20:\"comment_author_email\";s:23:\"hatleebertl@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c62465bd-dec8-4345-82a7-890a30e1c788\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53282\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"199\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"199\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375297542.8027\";s:12:\"REQUEST_TIME\";s:10:\"1375297542\";}'),(108139,14280,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:120:\"Name : cqainteyropof \n\nEmail address : hatleebertl@hotmail.com \n\nMessage was sent on Wednesday July 31, 2013 at 3:05 pm\n\";s:7:\"headers\";s:123:\"From: cqainteyropof <hatleebertl@hotmail.com>\r\nReply-To: hatleebertl@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108140,14281,'_feedback_author','killer123334'),(108141,14281,'_feedback_author_email','guy76furford25@hotmail.com'),(108142,14281,'_feedback_author_url',''),(108143,14281,'_feedback_subject','SOTIC subscribers'),(108144,14281,'_feedback_ip','10.17.1.254'),(108145,14281,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108146,14281,'_feedback_all_fields','a:3:{s:4:\"Name\";s:12:\"killer123334\";s:13:\"Email address\";s:26:\"guy76furford25@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108147,14281,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108148,14281,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:12:\"killer123334\";s:20:\"comment_author_email\";s:26:\"guy76furford25@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 5.2; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-70d4b441-9a87-459e-836c-bdd957c472bd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56079\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"201\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"91.121.220.35\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 5.2; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"201\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375301954.4109\";s:12:\"REQUEST_TIME\";s:10:\"1375301954\";}'),(108149,14281,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:122:\"Name : killer123334 \n\nEmail address : guy76furford25@hotmail.com \n\nMessage was sent on Wednesday July 31, 2013 at 4:19 pm\n\";s:7:\"headers\";s:128:\"From: killer123334 <guy76furford25@hotmail.com>\r\nReply-To: guy76furford25@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108180,14286,'_feedback_author','Flillinserb'),(108181,14286,'_feedback_author_email','4@tcases.com'),(108182,14286,'_feedback_author_url',''),(108183,14286,'_feedback_subject','SOTIC subscribers'),(108184,14286,'_feedback_ip','10.17.1.254'),(108185,14286,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108186,14286,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Flillinserb\";s:13:\"Email address\";s:12:\"4@tcases.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108187,14286,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108188,14286,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"Flillinserb\";s:20:\"comment_author_email\";s:12:\"4@tcases.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.2; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d296583c-6f90-4eb1-a8b5-97f9a4ba15f5\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60976\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"218.93.127.107\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.2; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"186\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375308498.4315\";s:12:\"REQUEST_TIME\";s:10:\"1375308498\";}'),(108189,14286,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:107:\"Name : Flillinserb \n\nEmail address : 4@tcases.com \n\nMessage was sent on Wednesday July 31, 2013 at 6:08 pm\n\";s:7:\"headers\";s:99:\"From: Flillinserb <4@tcases.com>\r\nReply-To: 4@tcases.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108190,14287,'_feedback_author',''),(108191,14287,'_feedback_author_email',''),(108192,14287,'_feedback_author_url',''),(108193,14287,'_feedback_subject','Signup form OneCaribbean'),(108194,14287,'_feedback_ip','10.17.1.254'),(108195,14287,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108196,14287,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"Sarah Wight\";s:13:\"Email address\";s:23:\"sales@diveworldwide.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:14:\"Dive Worldwide\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108197,14287,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"Sarah Wight\";s:13:\"Email address\";s:23:\"sales@diveworldwide.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:14:\"Dive Worldwide\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108198,14287,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a773bd84-c7c1-45b2-a4fc-f4946fae232b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35641\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"442\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"109.170.244.129\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-GB\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"442\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375355433.5405\";s:12:\"REQUEST_TIME\";s:10:\"1375355433\";}'),(108199,14287,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:350:\"Name: Sarah Wight\n\nEmail address: sales@diveworldwide.com\n\nCountry of Residence: UK\n\nName of Organization/Company: Dive Worldwide\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Thursday August 1, 2013 at 7:10 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108200,14288,'_feedback_author','Jesdookegof'),(108201,14288,'_feedback_author_email','cheap4sell@mail.ru'),(108202,14288,'_feedback_author_url',''),(108203,14288,'_feedback_subject','SOTIC subscribers'),(108204,14288,'_feedback_ip','10.17.1.254'),(108205,14288,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108206,14288,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Jesdookegof\";s:13:\"Email address\";s:18:\"cheap4sell@mail.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108207,14288,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108208,14288,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"Jesdookegof\";s:20:\"comment_author_email\";s:18:\"cheap4sell@mail.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:103:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 sputnik 2.5.2.8\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-20671491-11f6-4883-9f4a-d170431d27a3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55971\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.0.139.162\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 sputnik 2.5.2.8\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375383814.4086\";s:12:\"REQUEST_TIME\";s:10:\"1375383814\";}'),(108209,14288,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : Jesdookegof \n\nEmail address : cheap4sell@mail.ru \n\nMessage was sent on Thursday August 1, 2013 at 3:03 pm\n\";s:7:\"headers\";s:111:\"From: Jesdookegof <cheap4sell@mail.ru>\r\nReply-To: cheap4sell@mail.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108210,14289,'_feedback_author','joneesona'),(108211,14289,'_feedback_author_email','browneijzcd@hotmail.com'),(108212,14289,'_feedback_author_url',''),(108213,14289,'_feedback_subject','SOTIC subscribers'),(108214,14289,'_feedback_ip','10.17.1.254'),(108215,14289,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108216,14289,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"joneesona\";s:13:\"Email address\";s:23:\"browneijzcd@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108217,14289,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108218,14289,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"joneesona\";s:20:\"comment_author_email\";s:23:\"browneijzcd@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dd74d36e-12c5-4887-b034-232da1a39eb7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34184\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"209.21.92.132\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375393107.8063\";s:12:\"REQUEST_TIME\";s:10:\"1375393107\";}'),(108219,14289,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : joneesona \n\nEmail address : browneijzcd@hotmail.com \n\nMessage was sent on Thursday August 1, 2013 at 5:38 pm\n\";s:7:\"headers\";s:119:\"From: joneesona <browneijzcd@hotmail.com>\r\nReply-To: browneijzcd@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108220,14290,'_feedback_author','Eretsevaferar'),(108221,14290,'_feedback_author_email','5@tcases.com'),(108222,14290,'_feedback_author_url',''),(108223,14290,'_feedback_subject','SOTIC subscribers'),(108224,14290,'_feedback_ip','10.17.1.254'),(108225,14290,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108226,14290,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"Eretsevaferar\";s:13:\"Email address\";s:12:\"5@tcases.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108227,14290,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108228,14290,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"Eretsevaferar\";s:20:\"comment_author_email\";s:12:\"5@tcases.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:78:\"Opera/9.80 (Windows NT 6.1; U; Edition Next; ru) Presto/2.11.310 Version/12.50\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6b20d41b-6ceb-4d25-9ade-fc8a82f0b6a9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41761\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"188\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"218.93.127.107\";s:15:\"HTTP_USER_AGENT\";s:78:\"Opera/9.80 (Windows NT 6.1; U; Edition Next; ru) Presto/2.11.310 Version/12.50\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"188\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375403521.6588\";s:12:\"REQUEST_TIME\";s:10:\"1375403521\";}'),(108229,14290,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:109:\"Name : Eretsevaferar \n\nEmail address : 5@tcases.com \n\nMessage was sent on Thursday August 1, 2013 at 8:32 pm\n\";s:7:\"headers\";s:101:\"From: Eretsevaferar <5@tcases.com>\r\nReply-To: 5@tcases.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108230,14291,'_feedback_author','joneesona'),(108231,14291,'_feedback_author_email','browneijzcd@hotmail.com'),(108232,14291,'_feedback_author_url',''),(108233,14291,'_feedback_subject','SOTIC subscribers'),(108234,14291,'_feedback_ip','10.17.1.254'),(108235,14291,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108236,14291,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"joneesona\";s:13:\"Email address\";s:23:\"browneijzcd@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108237,14291,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108238,14291,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"joneesona\";s:20:\"comment_author_email\";s:23:\"browneijzcd@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8733c3eb-de84-4c29-8e6d-bb733ef6454a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49013\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"209.21.92.132\";s:15:\"HTTP_USER_AGENT\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375414111.3756\";s:12:\"REQUEST_TIME\";s:10:\"1375414111\";}'),(108239,14291,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : joneesona \n\nEmail address : browneijzcd@hotmail.com \n\nMessage was sent on Thursday August 1, 2013 at 11:28 pm\n\";s:7:\"headers\";s:119:\"From: joneesona <browneijzcd@hotmail.com>\r\nReply-To: browneijzcd@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108240,14292,'_feedback_author','Carolina'),(108241,14292,'_feedback_author_email','conilancogh1982@yandex.com'),(108242,14292,'_feedback_author_url',''),(108243,14292,'_feedback_subject','SOTIC subscribers'),(108244,14292,'_feedback_ip','10.17.1.254'),(108245,14292,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108246,14292,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"Carolina\";s:13:\"Email address\";s:26:\"conilancogh1982@yandex.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108247,14292,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108248,14292,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"Carolina\";s:20:\"comment_author_email\";s:26:\"conilancogh1982@yandex.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:57:\"Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-36254986-f6e9-4ecb-9052-0518fe705b82\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57905\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"94.27.77.196\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375428433.9404\";s:12:\"REQUEST_TIME\";s:10:\"1375428433\";}'),(108249,14292,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : Carolina \n\nEmail address : conilancogh1982@yandex.com \n\nMessage was sent on Friday August 2, 2013 at 3:27 am\n\";s:7:\"headers\";s:124:\"From: Carolina <conilancogh1982@yandex.com>\r\nReply-To: conilancogh1982@yandex.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108250,14293,'_feedback_author',''),(108251,14293,'_feedback_author_email',''),(108252,14293,'_feedback_author_url',''),(108253,14293,'_feedback_subject','Signup form OneCaribbean'),(108254,14293,'_feedback_ip','10.17.1.254'),(108255,14293,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108256,14293,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Elizabeth Kerr\";s:13:\"Email address\";s:30:\"elizabeth@thewitcorporation.ca\";s:20:\"Country of Residence\";s:6:\"CANADA\";s:28:\"Name of Organization/Company\";s:22:\"The W.I.T. Corporation\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(108257,14293,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Elizabeth Kerr\";s:13:\"Email address\";s:30:\"elizabeth@thewitcorporation.ca\";s:20:\"Country of Residence\";s:6:\"CANADA\";s:28:\"Name of Organization/Company\";s:22:\"The W.I.T. Corporation\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(108258,14293,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-468cc6c4-b437-4158-b2a5-5fe8d9b85cb0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44531\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"628\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"67.71.137.214\";s:15:\"HTTP_USER_AGENT\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:22.0) Gecko/20100101 Firefox/22.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"628\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375449761.0192\";s:12:\"REQUEST_TIME\";s:10:\"1375449761\";}'),(108259,14293,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:518:\"Name: Elizabeth Kerr\n\nEmail address: elizabeth@thewitcorporation.ca\n\nCountry of Residence: CANADA\n\nName of Organization/Company: The W.I.T. Corporation\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday August 2, 2013 at 9:22 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108260,14294,'_feedback_author','youstkatmtc'),(108261,14294,'_feedback_author_email','huntsfas@hotmail.com'),(108262,14294,'_feedback_author_url',''),(108263,14294,'_feedback_subject','SOTIC subscribers'),(108264,14294,'_feedback_ip','10.17.1.254'),(108265,14294,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108266,14294,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"youstkatmtc\";s:13:\"Email address\";s:20:\"huntsfas@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108267,14294,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108268,14294,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"youstkatmtc\";s:20:\"comment_author_email\";s:20:\"huntsfas@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:99:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e6df0783-ea96-4a34-9680-090a4626b25f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35315\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.74.236.169\";s:15:\"HTTP_USER_AGENT\";s:99:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375475388.3611\";s:12:\"REQUEST_TIME\";s:10:\"1375475388\";}'),(108269,14294,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : youstkatmtc \n\nEmail address : huntsfas@hotmail.com \n\nMessage was sent on Friday August 2, 2013 at 4:29 pm\n\";s:7:\"headers\";s:115:\"From: youstkatmtc <huntsfas@hotmail.com>\r\nReply-To: huntsfas@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108270,14295,'_wp_attached_file','esthelBonaire.jpg'),(108271,14295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:173;s:6:\"height\";i:165;s:4:\"file\";s:17:\"esthelBonaire.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"esthelBonaire-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1375465330;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(108284,14298,'_feedback_author','youstkatmtc'),(108285,14298,'_feedback_author_email','hunddtsfas@gmail.com'),(108286,14298,'_feedback_author_url',''),(108287,14298,'_feedback_subject','SOTIC subscribers'),(108288,14298,'_feedback_ip','10.17.1.254'),(108289,14298,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108290,14298,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"youstkatmtc\";s:13:\"Email address\";s:20:\"hunddtsfas@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108291,14298,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108292,14298,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"youstkatmtc\";s:20:\"comment_author_email\";s:20:\"hunddtsfas@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-eec0aef9-960f-4046-b86f-61ff09aa5df4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47495\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"192.74.236.169\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375493732.5166\";s:12:\"REQUEST_TIME\";s:10:\"1375493732\";}'),(108293,14298,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : youstkatmtc \n\nEmail address : hunddtsfas@gmail.com \n\nMessage was sent on Friday August 2, 2013 at 9:35 pm\n\";s:7:\"headers\";s:115:\"From: youstkatmtc <hunddtsfas@gmail.com>\r\nReply-To: hunddtsfas@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108294,14299,'_feedback_author',''),(108295,14299,'_feedback_author_email',''),(108296,14299,'_feedback_author_url',''),(108297,14299,'_feedback_subject','Signup form OneCaribbean'),(108298,14299,'_feedback_ip','10.17.1.254'),(108299,14299,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108300,14299,'_feedback_all_fields','a:13:{s:4:\"Name\";s:9:\"euenqehix\";s:13:\"Email address\";s:17:\"zrgotu@gqahdx.com\";s:20:\"Country of Residence\";s:9:\"WvbdGywIi\";s:28:\"Name of Organization/Company\";s:9:\"euenqehix\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:16:\"CbOzdAgrKACNZysh\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108301,14299,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:9:\"euenqehix\";s:13:\"Email address\";s:17:\"zrgotu@gqahdx.com\";s:20:\"Country of Residence\";s:9:\"WvbdGywIi\";s:28:\"Name of Organization/Company\";s:9:\"euenqehix\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:16:\"CbOzdAgrKACNZysh\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108302,14299,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ece1e8fe-dd64-41fc-9bff-b85b795a41b4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50805\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"188.143.232.105\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1375498680.497\";s:12:\"REQUEST_TIME\";s:10:\"1375498680\";}'),(108303,14299,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: euenqehix\n\nEmail address: zrgotu@gqahdx.com\n\nCountry of Residence: WvbdGywIi\n\nName of Organization/Company: euenqehix\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: CbOzdAgrKACNZysh\n\nMessage was sent on Friday August 2, 2013 at 10:58 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108304,14300,'_feedback_author','ykzizYpwT'),(108305,14300,'_feedback_author_email','fashionstartrade04@163.com'),(108306,14300,'_feedback_author_url',''),(108307,14300,'_feedback_subject','SOTIC subscribers'),(108308,14300,'_feedback_ip','10.17.1.254'),(108309,14300,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108310,14300,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ykzizYpwT\";s:13:\"Email address\";s:26:\"fashionstartrade04@163.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108311,14300,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108312,14300,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ykzizYpwT\";s:20:\"comment_author_email\";s:26:\"fashionstartrade04@163.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b6d7425d-f5e5-4585-b541-0f3993399feb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34819\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"198\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"117.26.118.243\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"198\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375516380.2098\";s:12:\"REQUEST_TIME\";s:10:\"1375516380\";}'),(108313,14300,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : ykzizYpwT \n\nEmail address : fashionstartrade04@163.com \n\nMessage was sent on Saturday August 3, 2013 at 3:53 am\n\";s:7:\"headers\";s:125:\"From: ykzizYpwT <fashionstartrade04@163.com>\r\nReply-To: fashionstartrade04@163.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108314,14301,'_feedback_author','nuujyYpwT'),(108315,14301,'_feedback_author_email','fashionstartrade04@163.com'),(108316,14301,'_feedback_author_url',''),(108317,14301,'_feedback_subject','SOTIC subscribers'),(108318,14301,'_feedback_ip','10.17.1.254'),(108319,14301,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108320,14301,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"nuujyYpwT\";s:13:\"Email address\";s:26:\"fashionstartrade04@163.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108321,14301,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108322,14301,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"nuujyYpwT\";s:20:\"comment_author_email\";s:26:\"fashionstartrade04@163.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a7b86e05-ca76-4909-9a92-7cf2b224173b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34924\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"198\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"117.26.118.243\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"198\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1375516384.022\";s:12:\"REQUEST_TIME\";s:10:\"1375516384\";}'),(108323,14301,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : nuujyYpwT \n\nEmail address : fashionstartrade04@163.com \n\nMessage was sent on Saturday August 3, 2013 at 3:53 am\n\";s:7:\"headers\";s:125:\"From: nuujyYpwT <fashionstartrade04@163.com>\r\nReply-To: fashionstartrade04@163.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108324,14302,'_feedback_author','cqaisouee'),(108325,14302,'_feedback_author_email','leffberhek@hotmail.com'),(108326,14302,'_feedback_author_url',''),(108327,14302,'_feedback_subject','SOTIC subscribers'),(108328,14302,'_feedback_ip','10.17.1.254'),(108329,14302,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108330,14302,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaisouee\";s:13:\"Email address\";s:22:\"leffberhek@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108331,14302,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108332,14302,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaisouee\";s:20:\"comment_author_email\";s:22:\"leffberhek@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c2b09aa9-0164-4d16-8903-a8b6a349eaea\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51870\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1375542027.554\";s:12:\"REQUEST_TIME\";s:10:\"1375542027\";}'),(108333,14302,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : cqaisouee \n\nEmail address : leffberhek@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 11:00 am\n\";s:7:\"headers\";s:117:\"From: cqaisouee <leffberhek@hotmail.com>\r\nReply-To: leffberhek@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108334,14303,'_feedback_author','psqthfvupw'),(108335,14303,'_feedback_author_email','renertenocksr@hotmail.com'),(108336,14303,'_feedback_author_url',''),(108337,14303,'_feedback_subject','SOTIC subscribers'),(108338,14303,'_feedback_ip','10.17.1.254'),(108339,14303,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108340,14303,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqthfvupw\";s:13:\"Email address\";s:25:\"renertenocksr@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108341,14303,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108342,14303,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqthfvupw\";s:20:\"comment_author_email\";s:25:\"renertenocksr@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c2b09aa9-0164-4d16-8903-a8b6a349eaea\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52391\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"198\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"198\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375542463.1606\";s:12:\"REQUEST_TIME\";s:10:\"1375542463\";}'),(108343,14303,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:120:\"Name : psqthfvupw \n\nEmail address : renertenocksr@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 11:07 am\n\";s:7:\"headers\";s:124:\"From: psqthfvupw <renertenocksr@hotmail.com>\r\nReply-To: renertenocksr@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108344,14304,'_feedback_author','psqtzplvvg'),(108345,14304,'_feedback_author_email','overboughsto@hotmail.com'),(108346,14304,'_feedback_author_url',''),(108347,14304,'_feedback_subject','SOTIC subscribers'),(108348,14304,'_feedback_ip','10.17.1.254'),(108349,14304,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108350,14304,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtzplvvg\";s:13:\"Email address\";s:24:\"overboughsto@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108351,14304,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108352,14304,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtzplvvg\";s:20:\"comment_author_email\";s:24:\"overboughsto@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6d16a59b-e736-4bc7-8475-4965145d52e4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52826\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375542686.2397\";s:12:\"REQUEST_TIME\";s:10:\"1375542686\";}'),(108353,14304,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : psqtzplvvg \n\nEmail address : overboughsto@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 11:11 am\n\";s:7:\"headers\";s:122:\"From: psqtzplvvg <overboughsto@hotmail.com>\r\nReply-To: overboughsto@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108354,14305,'_feedback_author','psqttqyqlk'),(108355,14305,'_feedback_author_email','areizagaliv@hotmail.com'),(108356,14305,'_feedback_author_url',''),(108357,14305,'_feedback_subject','SOTIC subscribers'),(108358,14305,'_feedback_ip','10.17.1.254'),(108359,14305,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108360,14305,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqttqyqlk\";s:13:\"Email address\";s:23:\"areizagaliv@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108361,14305,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108362,14305,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqttqyqlk\";s:20:\"comment_author_email\";s:23:\"areizagaliv@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f1c40ae7-4d2b-4dd4-9cd6-f4f2a38fb8b3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52391\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"196\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:69:\"Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"196\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375542960.5251\";s:12:\"REQUEST_TIME\";s:10:\"1375542960\";}'),(108363,14305,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : psqttqyqlk \n\nEmail address : areizagaliv@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 11:16 am\n\";s:7:\"headers\";s:120:\"From: psqttqyqlk <areizagaliv@hotmail.com>\r\nReply-To: areizagaliv@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108364,14306,'_feedback_author','cqaidtkrk'),(108365,14306,'_feedback_author_email','lackagemarylo@hotmail.com'),(108366,14306,'_feedback_author_url',''),(108367,14306,'_feedback_subject','SOTIC subscribers'),(108368,14306,'_feedback_ip','10.17.1.254'),(108369,14306,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108370,14306,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaidtkrk\";s:13:\"Email address\";s:25:\"lackagemarylo@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108371,14306,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108372,14306,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaidtkrk\";s:20:\"comment_author_email\";s:25:\"lackagemarylo@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.2; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c2b09aa9-0164-4d16-8903-a8b6a349eaea\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52391\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.2; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375543043.0371\";s:12:\"REQUEST_TIME\";s:10:\"1375543043\";}'),(108373,14306,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : cqaidtkrk \n\nEmail address : lackagemarylo@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 11:17 am\n\";s:7:\"headers\";s:123:\"From: cqaidtkrk <lackagemarylo@hotmail.com>\r\nReply-To: lackagemarylo@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108374,14307,'_feedback_author','cqailxvoz'),(108375,14307,'_feedback_author_email','laditkapog@hotmail.com'),(108376,14307,'_feedback_author_url',''),(108377,14307,'_feedback_subject','SOTIC subscribers'),(108378,14307,'_feedback_ip','10.17.1.254'),(108379,14307,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108380,14307,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqailxvoz\";s:13:\"Email address\";s:22:\"laditkapog@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108381,14307,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108382,14307,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqailxvoz\";s:20:\"comment_author_email\";s:22:\"laditkapog@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c2b09aa9-0164-4d16-8903-a8b6a349eaea\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52391\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375543108.8655\";s:12:\"REQUEST_TIME\";s:10:\"1375543108\";}'),(108383,14307,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : cqailxvoz \n\nEmail address : laditkapog@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 11:18 am\n\";s:7:\"headers\";s:117:\"From: cqailxvoz <laditkapog@hotmail.com>\r\nReply-To: laditkapog@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108384,14308,'_feedback_author','psqtcherupl'),(108385,14308,'_feedback_author_email','peszynskifej@hotmail.com'),(108386,14308,'_feedback_author_url',''),(108387,14308,'_feedback_subject','SOTIC subscribers'),(108388,14308,'_feedback_ip','10.17.1.254'),(108389,14308,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108390,14308,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"psqtcherupl\";s:13:\"Email address\";s:24:\"peszynskifej@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108391,14308,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108392,14308,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"psqtcherupl\";s:20:\"comment_author_email\";s:24:\"peszynskifej@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Opera/9.80 (Windows NT 6.1; U; YB/3.5.1; ru) Presto/2.6.30 Version/10.63\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fbea230d-fa6f-4156-a052-0cdbb25e93de\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36070\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"198\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:72:\"Opera/9.80 (Windows NT 6.1; U; YB/3.5.1; ru) Presto/2.6.30 Version/10.63\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"198\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375559290.3816\";s:12:\"REQUEST_TIME\";s:10:\"1375559290\";}'),(108393,14308,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : psqtcherupl \n\nEmail address : peszynskifej@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 3:48 pm\n\";s:7:\"headers\";s:123:\"From: psqtcherupl <peszynskifej@hotmail.com>\r\nReply-To: peszynskifej@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108394,14309,'_feedback_author','psqtlxmprr'),(108395,14309,'_feedback_author_email','chamblelarro@hotmail.com'),(108396,14309,'_feedback_author_url',''),(108397,14309,'_feedback_subject','SOTIC subscribers'),(108398,14309,'_feedback_ip','10.17.1.254'),(108399,14309,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108400,14309,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtlxmprr\";s:13:\"Email address\";s:24:\"chamblelarro@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108401,14309,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108402,14309,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtlxmprr\";s:20:\"comment_author_email\";s:24:\"chamblelarro@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b816833b-3887-4fc6-b16d-a3d128cb7c61\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36804\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"142.4.109.193\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375561065.1753\";s:12:\"REQUEST_TIME\";s:10:\"1375561065\";}'),(108403,14309,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : psqtlxmprr \n\nEmail address : chamblelarro@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:17 pm\n\";s:7:\"headers\";s:122:\"From: psqtlxmprr <chamblelarro@hotmail.com>\r\nReply-To: chamblelarro@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108404,14310,'_feedback_author','cqaiiloye'),(108405,14310,'_feedback_author_email','pollackdincz@hotmail.com'),(108406,14310,'_feedback_author_url',''),(108407,14310,'_feedback_subject','SOTIC subscribers'),(108408,14310,'_feedback_ip','10.17.1.254'),(108409,14310,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108410,14310,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaiiloye\";s:13:\"Email address\";s:24:\"pollackdincz@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108411,14310,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108412,14310,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaiiloye\";s:20:\"comment_author_email\";s:24:\"pollackdincz@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b45adad7-6bca-498d-9607-0aa14b8d8f17\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37856\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"196\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"196\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562004.0984\";s:12:\"REQUEST_TIME\";s:10:\"1375562004\";}'),(108413,14310,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : cqaiiloye \n\nEmail address : pollackdincz@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:33 pm\n\";s:7:\"headers\";s:121:\"From: cqaiiloye <pollackdincz@hotmail.com>\r\nReply-To: pollackdincz@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108414,14311,'_feedback_author','psqtwnibsf'),(108415,14311,'_feedback_author_email','rigganwarnic@hotmail.com'),(108416,14311,'_feedback_author_url',''),(108417,14311,'_feedback_subject','SOTIC subscribers'),(108418,14311,'_feedback_ip','10.17.1.254'),(108419,14311,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108420,14311,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtwnibsf\";s:13:\"Email address\";s:24:\"rigganwarnic@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108421,14311,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108422,14311,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtwnibsf\";s:20:\"comment_author_email\";s:24:\"rigganwarnic@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b45adad7-6bca-498d-9607-0aa14b8d8f17\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38171\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562465.6916\";s:12:\"REQUEST_TIME\";s:10:\"1375562465\";}'),(108423,14311,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : psqtwnibsf \n\nEmail address : rigganwarnic@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:41 pm\n\";s:7:\"headers\";s:122:\"From: psqtwnibsf <rigganwarnic@hotmail.com>\r\nReply-To: rigganwarnic@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108424,14312,'_feedback_author','psqtmhxpun'),(108425,14312,'_feedback_author_email','calarcokiz@hotmail.com'),(108426,14312,'_feedback_author_url',''),(108427,14312,'_feedback_subject','SOTIC subscribers'),(108428,14312,'_feedback_ip','10.17.1.254'),(108429,14312,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108430,14312,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtmhxpun\";s:13:\"Email address\";s:22:\"calarcokiz@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108431,14312,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108432,14312,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtmhxpun\";s:20:\"comment_author_email\";s:22:\"calarcokiz@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-43ead9b0-1343-4e56-9d67-5078dd13affc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37857\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562802.6547\";s:12:\"REQUEST_TIME\";s:10:\"1375562802\";}'),(108433,14312,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : psqtmhxpun \n\nEmail address : calarcokiz@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:46 pm\n\";s:7:\"headers\";s:118:\"From: psqtmhxpun <calarcokiz@hotmail.com>\r\nReply-To: calarcokiz@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108434,14313,'_feedback_author','psqtakhgzs'),(108435,14313,'_feedback_author_email','correroseg@hotmail.com'),(108436,14313,'_feedback_author_url',''),(108437,14313,'_feedback_subject','SOTIC subscribers'),(108438,14313,'_feedback_ip','10.17.1.254'),(108439,14313,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108440,14313,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtakhgzs\";s:13:\"Email address\";s:22:\"correroseg@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108441,14313,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108442,14313,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtakhgzs\";s:20:\"comment_author_email\";s:22:\"correroseg@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.2; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-43ead9b0-1343-4e56-9d67-5078dd13affc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38725\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.2; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562837.4165\";s:12:\"REQUEST_TIME\";s:10:\"1375562837\";}'),(108443,14313,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : psqtakhgzs \n\nEmail address : correroseg@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:47 pm\n\";s:7:\"headers\";s:118:\"From: psqtakhgzs <correroseg@hotmail.com>\r\nReply-To: correroseg@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108444,14314,'_feedback_author','cqaiwgmma'),(108445,14314,'_feedback_author_email','boutinrocqueq@hotmail.com'),(108446,14314,'_feedback_author_url',''),(108447,14314,'_feedback_subject','SOTIC subscribers'),(108448,14314,'_feedback_ip','10.17.1.254'),(108449,14314,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108450,14314,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaiwgmma\";s:13:\"Email address\";s:25:\"boutinrocqueq@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108451,14314,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108452,14314,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaiwgmma\";s:20:\"comment_author_email\";s:25:\"boutinrocqueq@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-43ead9b0-1343-4e56-9d67-5078dd13affc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38171\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562964.3712\";s:12:\"REQUEST_TIME\";s:10:\"1375562964\";}'),(108453,14314,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : cqaiwgmma \n\nEmail address : boutinrocqueq@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:49 pm\n\";s:7:\"headers\";s:123:\"From: cqaiwgmma <boutinrocqueq@hotmail.com>\r\nReply-To: boutinrocqueq@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108454,14315,'_feedback_author','cqaizaiod'),(108455,14315,'_feedback_author_email','veaseyhamo@hotmail.com'),(108456,14315,'_feedback_author_url',''),(108457,14315,'_feedback_subject','SOTIC subscribers'),(108458,14315,'_feedback_ip','10.17.1.254'),(108459,14315,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108460,14315,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaizaiod\";s:13:\"Email address\";s:22:\"veaseyhamo@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108461,14315,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108462,14315,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaizaiod\";s:20:\"comment_author_email\";s:22:\"veaseyhamo@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a38cc3d5-1a97-4c8a-a579-324be1e54458\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38726\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562967.1209\";s:12:\"REQUEST_TIME\";s:10:\"1375562967\";}'),(108463,14315,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : cqaizaiod \n\nEmail address : veaseyhamo@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:49 pm\n\";s:7:\"headers\";s:117:\"From: cqaizaiod <veaseyhamo@hotmail.com>\r\nReply-To: veaseyhamo@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108464,14316,'_feedback_author','psqtbyzqkl'),(108465,14316,'_feedback_author_email','leiseybartos@hotmail.com'),(108466,14316,'_feedback_author_url',''),(108467,14316,'_feedback_subject','SOTIC subscribers'),(108468,14316,'_feedback_ip','10.17.1.254'),(108469,14316,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108470,14316,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtbyzqkl\";s:13:\"Email address\";s:24:\"leiseybartos@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108471,14316,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108472,14316,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtbyzqkl\";s:20:\"comment_author_email\";s:24:\"leiseybartos@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b45adad7-6bca-498d-9607-0aa14b8d8f17\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38830\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375562997.6331\";s:12:\"REQUEST_TIME\";s:10:\"1375562997\";}'),(108473,14316,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : psqtbyzqkl \n\nEmail address : leiseybartos@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:50 pm\n\";s:7:\"headers\";s:122:\"From: psqtbyzqkl <leiseybartos@hotmail.com>\r\nReply-To: leiseybartos@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108474,14317,'_feedback_author','cqailxufk'),(108475,14317,'_feedback_author_email','jakekaaihuh@hotmail.com'),(108476,14317,'_feedback_author_url',''),(108477,14317,'_feedback_subject','SOTIC subscribers'),(108478,14317,'_feedback_ip','10.17.1.254'),(108479,14317,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108480,14317,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqailxufk\";s:13:\"Email address\";s:23:\"jakekaaihuh@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108481,14317,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108482,14317,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqailxufk\";s:20:\"comment_author_email\";s:23:\"jakekaaihuh@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a38cc3d5-1a97-4c8a-a579-324be1e54458\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38726\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.225\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1375563020.225\";s:12:\"REQUEST_TIME\";s:10:\"1375563020\";}'),(108483,14317,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : cqailxufk \n\nEmail address : jakekaaihuh@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 4:50 pm\n\";s:7:\"headers\";s:119:\"From: cqailxufk <jakekaaihuh@hotmail.com>\r\nReply-To: jakekaaihuh@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108484,14318,'_feedback_author','cqaiitgtt'),(108485,14318,'_feedback_author_email','cambratet@hotmail.com'),(108486,14318,'_feedback_author_url',''),(108487,14318,'_feedback_subject','SOTIC subscribers'),(108488,14318,'_feedback_ip','10.17.1.254'),(108489,14318,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108490,14318,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaiitgtt\";s:13:\"Email address\";s:21:\"cambratet@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108491,14318,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108492,14318,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaiitgtt\";s:20:\"comment_author_email\";s:21:\"cambratet@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-49c82f86-5f6b-4c6a-a527-0ae74594b5c3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41560\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375567516.5317\";s:12:\"REQUEST_TIME\";s:10:\"1375567516\";}'),(108493,14318,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : cqaiitgtt \n\nEmail address : cambratet@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:05 pm\n\";s:7:\"headers\";s:115:\"From: cqaiitgtt <cambratet@hotmail.com>\r\nReply-To: cambratet@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108494,14319,'_feedback_author','cqaidccde'),(108495,14319,'_feedback_author_email','buhrmanmusili@hotmail.com'),(108496,14319,'_feedback_author_url',''),(108497,14319,'_feedback_subject','SOTIC subscribers'),(108498,14319,'_feedback_ip','10.17.1.254'),(108499,14319,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108500,14319,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaidccde\";s:13:\"Email address\";s:25:\"buhrmanmusili@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108501,14319,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108502,14319,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaidccde\";s:20:\"comment_author_email\";s:25:\"buhrmanmusili@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:146:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e22e1157-e791-4f02-869e-536e51a1146c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42990\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:146:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375570172.5112\";s:12:\"REQUEST_TIME\";s:10:\"1375570172\";}'),(108503,14319,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : cqaidccde \n\nEmail address : buhrmanmusili@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:49 pm\n\";s:7:\"headers\";s:123:\"From: cqaidccde <buhrmanmusili@hotmail.com>\r\nReply-To: buhrmanmusili@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108504,14320,'_feedback_author','cqaijlrrj'),(108505,14320,'_feedback_author_email','bauschellou@hotmail.com'),(108506,14320,'_feedback_author_url',''),(108507,14320,'_feedback_subject','SOTIC subscribers'),(108508,14320,'_feedback_ip','10.17.1.254'),(108509,14320,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108510,14320,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaijlrrj\";s:13:\"Email address\";s:23:\"bauschellou@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108511,14320,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108512,14320,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaijlrrj\";s:20:\"comment_author_email\";s:23:\"bauschellou@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:79:\"Opera/9.80 (Windows NT 5.1; MRA 6.0 (build 5831)) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e22e1157-e791-4f02-869e-536e51a1146c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42990\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:79:\"Opera/9.80 (Windows NT 5.1; MRA 6.0 (build 5831)) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"195\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375570262.1258\";s:12:\"REQUEST_TIME\";s:10:\"1375570262\";}'),(108513,14320,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : cqaijlrrj \n\nEmail address : bauschellou@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:51 pm\n\";s:7:\"headers\";s:119:\"From: cqaijlrrj <bauschellou@hotmail.com>\r\nReply-To: bauschellou@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108514,14321,'_feedback_author','psqtsrluzy'),(108515,14321,'_feedback_author_email','mathiesonbree@hotmail.com'),(108516,14321,'_feedback_author_url',''),(108517,14321,'_feedback_subject','SOTIC subscribers'),(108518,14321,'_feedback_ip','10.17.1.254'),(108519,14321,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108520,14321,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtsrluzy\";s:13:\"Email address\";s:25:\"mathiesonbree@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108521,14321,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108522,14321,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtsrluzy\";s:20:\"comment_author_email\";s:25:\"mathiesonbree@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f933d053-1680-4065-813f-bb12c144639e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42984\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"198\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"198\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375570278.5455\";s:12:\"REQUEST_TIME\";s:10:\"1375570278\";}'),(108523,14321,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : psqtsrluzy \n\nEmail address : mathiesonbree@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:51 pm\n\";s:7:\"headers\";s:124:\"From: psqtsrluzy <mathiesonbree@hotmail.com>\r\nReply-To: mathiesonbree@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108524,14322,'_feedback_author','psqtfbggvs'),(108525,14322,'_feedback_author_email','forgiehah@hotmail.com'),(108526,14322,'_feedback_author_url',''),(108527,14322,'_feedback_subject','SOTIC subscribers'),(108528,14322,'_feedback_ip','10.17.1.254'),(108529,14322,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108530,14322,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtfbggvs\";s:13:\"Email address\";s:21:\"forgiehah@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108531,14322,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108532,14322,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtfbggvs\";s:20:\"comment_author_email\";s:21:\"forgiehah@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e22e1157-e791-4f02-869e-536e51a1146c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42977\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:69:\"Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375570546.9645\";s:12:\"REQUEST_TIME\";s:10:\"1375570546\";}'),(108533,14322,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:115:\"Name : psqtfbggvs \n\nEmail address : forgiehah@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:55 pm\n\";s:7:\"headers\";s:116:\"From: psqtfbggvs <forgiehah@hotmail.com>\r\nReply-To: forgiehah@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108534,14323,'_feedback_author','cqaiueuuc'),(108535,14323,'_feedback_author_email','ranciferchej@hotmail.com'),(108536,14323,'_feedback_author_url',''),(108537,14323,'_feedback_subject','SOTIC subscribers'),(108538,14323,'_feedback_ip','10.17.1.254'),(108539,14323,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108540,14323,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"cqaiueuuc\";s:13:\"Email address\";s:24:\"ranciferchej@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108541,14323,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108542,14323,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"cqaiueuuc\";s:20:\"comment_author_email\";s:24:\"ranciferchej@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e22e1157-e791-4f02-869e-536e51a1146c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42984\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"196\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"196\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:13:\"1375570554.87\";s:12:\"REQUEST_TIME\";s:10:\"1375570554\";}'),(108543,14323,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : cqaiueuuc \n\nEmail address : ranciferchej@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:55 pm\n\";s:7:\"headers\";s:121:\"From: cqaiueuuc <ranciferchej@hotmail.com>\r\nReply-To: ranciferchej@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108544,14324,'_feedback_author','psqtkzkzhe'),(108545,14324,'_feedback_author_email','delfuentecu@hotmail.com'),(108546,14324,'_feedback_author_url',''),(108547,14324,'_feedback_subject','SOTIC subscribers'),(108548,14324,'_feedback_ip','10.17.1.254'),(108549,14324,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108550,14324,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"psqtkzkzhe\";s:13:\"Email address\";s:23:\"delfuentecu@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108551,14324,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108552,14324,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"psqtkzkzhe\";s:20:\"comment_author_email\";s:23:\"delfuentecu@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e22e1157-e791-4f02-869e-536e51a1146c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44198\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"196\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.203.193\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"196\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:13:\"1375570657.44\";s:12:\"REQUEST_TIME\";s:10:\"1375570657\";}'),(108553,14324,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : psqtkzkzhe \n\nEmail address : delfuentecu@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 6:57 pm\n\";s:7:\"headers\";s:120:\"From: psqtkzkzhe <delfuentecu@hotmail.com>\r\nReply-To: delfuentecu@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108554,14325,'_feedback_author','Unfonnamano'),(108555,14325,'_feedback_author_email','vipjohn22@gmail.com'),(108556,14325,'_feedback_author_url',''),(108557,14325,'_feedback_subject','SOTIC subscribers'),(108558,14325,'_feedback_ip','10.17.1.254'),(108559,14325,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108560,14325,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"Unfonnamano\";s:13:\"Email address\";s:19:\"vipjohn22@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108561,14325,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108562,14325,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"Unfonnamano\";s:20:\"comment_author_email\";s:19:\"vipjohn22@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11 [en]\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b34360e6-7b58-453b-9f6b-8969c16a8651\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46048\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"198.100.148.11\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11 [en]\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375573104.6487\";s:12:\"REQUEST_TIME\";s:10:\"1375573104\";}'),(108563,14325,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : Unfonnamano \n\nEmail address : vipjohn22@gmail.com \n\nMessage was sent on Saturday August 3, 2013 at 7:38 pm\n\";s:7:\"headers\";s:113:\"From: Unfonnamano <vipjohn22@gmail.com>\r\nReply-To: vipjohn22@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108564,14326,'_feedback_author','agelmarsel'),(108565,14326,'_feedback_author_email','frankobprogrammer@hotmail.com'),(108566,14326,'_feedback_author_url',''),(108567,14326,'_feedback_subject','SOTIC subscribers'),(108568,14326,'_feedback_ip','10.17.1.254'),(108569,14326,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108570,14326,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"agelmarsel \";s:13:\"Email address\";s:29:\"frankobprogrammer@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108571,14326,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108572,14326,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"agelmarsel\";s:20:\"comment_author_email\";s:29:\"frankobprogrammer@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:294:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; MRA 6.0 (build 6005); User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E; MRIE8PACK 2.0.1)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5cc94863-c3dd-413e-ba2c-b20869647688\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48674\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"203\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.200.14.63\";s:15:\"HTTP_USER_AGENT\";s:294:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; MRA 6.0 (build 6005); User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E; MRIE8PACK 2.0.1)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"203\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375577844.4652\";s:12:\"REQUEST_TIME\";s:10:\"1375577844\";}'),(108573,14326,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:123:\"Name : agelmarsel \n\nEmail address : frankobprogrammer@hotmail.com \n\nMessage was sent on Saturday August 3, 2013 at 8:57 pm\n\";s:7:\"headers\";s:132:\"From: agelmarsel <frankobprogrammer@hotmail.com>\r\nReply-To: frankobprogrammer@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108574,14327,'_feedback_author','ADuequetwef'),(108575,14327,'_feedback_author_email','triangel300@hotmail.com'),(108576,14327,'_feedback_author_url',''),(108577,14327,'_feedback_subject','SOTIC subscribers'),(108578,14327,'_feedback_ip','10.17.1.254'),(108579,14327,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108580,14327,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"ADuequetwef\";s:13:\"Email address\";s:23:\"triangel300@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108581,14327,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108582,14327,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"ADuequetwef\";s:20:\"comment_author_email\";s:23:\"triangel300@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ae1d93fb-f627-4ae4-acd2-cbbd51598e82\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37505\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"76.164.224.42\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375604219.6329\";s:12:\"REQUEST_TIME\";s:10:\"1375604219\";}'),(108583,14327,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:116:\"Name : ADuequetwef \n\nEmail address : triangel300@hotmail.com \n\nMessage was sent on Sunday August 4, 2013 at 4:17 am\n\";s:7:\"headers\";s:121:\"From: ADuequetwef <triangel300@hotmail.com>\r\nReply-To: triangel300@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108584,14328,'_feedback_author',''),(108585,14328,'_feedback_author_email',''),(108586,14328,'_feedback_author_url',''),(108587,14328,'_feedback_subject','Signup form OneCaribbean'),(108588,14328,'_feedback_ip','10.17.1.254'),(108589,14328,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108590,14328,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Free Dating sites\";s:13:\"Email address\";s:17:\"jghjghj@gmail.com\";s:20:\"Country of Residence\";s:5:\"42741\";s:28:\"Name of Organization/Company\";s:15:\"AtfZGIMvVRIWlgX\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:11:\"JgtjjaOhDNu\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108591,14328,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Free Dating sites\";s:13:\"Email address\";s:17:\"jghjghj@gmail.com\";s:20:\"Country of Residence\";s:5:\"42741\";s:28:\"Name of Organization/Company\";s:15:\"AtfZGIMvVRIWlgX\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:11:\"JgtjjaOhDNu\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108592,14328,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d970987f-1b62-4421-a1d4-bac9d3302196\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41060\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"341\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.27.82.165\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"341\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375648004.4067\";s:12:\"REQUEST_TIME\";s:10:\"1375648004\";}'),(108593,14328,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:302:\"Name: Free Dating sites\n\nEmail address: jghjghj@gmail.com\n\nCountry of Residence: 42741\n\nName of Organization/Company: AtfZGIMvVRIWlgX\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: JgtjjaOhDNu\n\nMessage was sent on Sunday August 4, 2013 at 4:26 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108594,14329,'_feedback_author','carpinteyroqaq'),(108595,14329,'_feedback_author_email','haltdearcegar@328hetty.com'),(108596,14329,'_feedback_author_url',''),(108597,14329,'_feedback_subject','SOTIC subscribers'),(108598,14329,'_feedback_ip','10.17.1.254'),(108599,14329,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108600,14329,'_feedback_all_fields','a:3:{s:4:\"Name\";s:14:\"carpinteyroqaq\";s:13:\"Email address\";s:26:\"haltdearcegar@328hetty.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108601,14329,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108602,14329,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:14:\"carpinteyroqaq\";s:20:\"comment_author_email\";s:26:\"haltdearcegar@328hetty.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dec544ac-16c0-43d7-a076-1adcf4e1ddb9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52191\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"203\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.216.112\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"203\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375738996.8146\";s:12:\"REQUEST_TIME\";s:10:\"1375738996\";}'),(108603,14329,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:122:\"Name : carpinteyroqaq \n\nEmail address : haltdearcegar@328hetty.com \n\nMessage was sent on Monday August 5, 2013 at 5:43 pm\n\";s:7:\"headers\";s:130:\"From: carpinteyroqaq <haltdearcegar@328hetty.com>\r\nReply-To: haltdearcegar@328hetty.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108604,14330,'_feedback_author','CiskFaidiva'),(108605,14330,'_feedback_author_email','brajernhade@hotmail.com'),(108606,14330,'_feedback_author_url',''),(108607,14330,'_feedback_subject','SOTIC subscribers'),(108608,14330,'_feedback_ip','10.17.1.254'),(108609,14330,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108610,14330,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"CiskFaidiva\";s:13:\"Email address\";s:23:\"brajernhade@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108611,14330,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108612,14330,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"CiskFaidiva\";s:20:\"comment_author_email\";s:23:\"brajernhade@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-abda17ad-7a84-4df6-8224-508a42d63b9c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51338\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"130.185.109.226\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375777060.2343\";s:12:\"REQUEST_TIME\";s:10:\"1375777060\";}'),(108613,14330,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : CiskFaidiva \n\nEmail address : brajernhade@hotmail.com \n\nMessage was sent on Tuesday August 6, 2013 at 4:17 am\n\";s:7:\"headers\";s:121:\"From: CiskFaidiva <brajernhade@hotmail.com>\r\nReply-To: brajernhade@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108614,14331,'_feedback_author','Voksambibrorb'),(108615,14331,'_feedback_author_email','boorglock@hotmail.com'),(108616,14331,'_feedback_author_url',''),(108617,14331,'_feedback_subject','SOTIC subscribers'),(108618,14331,'_feedback_ip','10.17.1.254'),(108619,14331,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108620,14331,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"Voksambibrorb\";s:13:\"Email address\";s:21:\"boorglock@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108621,14331,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108622,14331,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"Voksambibrorb\";s:20:\"comment_author_email\";s:21:\"boorglock@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e0598dae-7fa0-4a00-b3bf-3a8d8d09fee1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53921\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"109.86.139.5\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375780648.5015\";s:12:\"REQUEST_TIME\";s:10:\"1375780648\";}'),(108623,14331,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:117:\"Name : Voksambibrorb \n\nEmail address : boorglock@hotmail.com \n\nMessage was sent on Tuesday August 6, 2013 at 5:17 am\n\";s:7:\"headers\";s:119:\"From: Voksambibrorb <boorglock@hotmail.com>\r\nReply-To: boorglock@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108624,14332,'_feedback_author','Reggiena'),(108625,14332,'_feedback_author_email','reggie-pgk@hotmail.com'),(108626,14332,'_feedback_author_url',''),(108627,14332,'_feedback_subject','SOTIC subscribers'),(108628,14332,'_feedback_ip','10.17.1.254'),(108629,14332,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108630,14332,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"Reggiena\";s:13:\"Email address\";s:22:\"reggie-pgk@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108631,14332,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108632,14332,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"Reggiena\";s:20:\"comment_author_email\";s:22:\"reggie-pgk@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4a95b43a-f367-4132-a532-251a2d5be508\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57923\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"188.163.7.94\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375785692.7668\";s:12:\"REQUEST_TIME\";s:10:\"1375785692\";}'),(108633,14332,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : Reggiena \n\nEmail address : reggie-pgk@hotmail.com \n\nMessage was sent on Tuesday August 6, 2013 at 6:41 am\n\";s:7:\"headers\";s:116:\"From: Reggiena <reggie-pgk@hotmail.com>\r\nReply-To: reggie-pgk@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108634,14333,'_feedback_author','tbljpqhqwu'),(108635,14333,'_feedback_author_email','ewingntq@hotmail.com'),(108636,14333,'_feedback_author_url',''),(108637,14333,'_feedback_subject','SOTIC subscribers'),(108638,14333,'_feedback_ip','10.17.1.254'),(108639,14333,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108640,14333,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"tbljpqhqwu\";s:13:\"Email address\";s:20:\"ewingntq@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108641,14333,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108642,14333,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"tbljpqhqwu\";s:20:\"comment_author_email\";s:20:\"ewingntq@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9ab6509b-39ff-43e5-ae24-ab1e6999f6bb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33217\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.216.129\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375789998.2175\";s:12:\"REQUEST_TIME\";s:10:\"1375789998\";}'),(108643,14333,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : tbljpqhqwu \n\nEmail address : ewingntq@hotmail.com \n\nMessage was sent on Tuesday August 6, 2013 at 7:53 am\n\";s:7:\"headers\";s:114:\"From: tbljpqhqwu <ewingntq@hotmail.com>\r\nReply-To: ewingntq@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108644,14334,'_feedback_author','Mickey Espada'),(108645,14334,'_feedback_author_email','saludos@mickeyespada.com'),(108646,14334,'_feedback_author_url',''),(108647,14334,'_feedback_subject','SOTIC subscribers'),(108648,14334,'_feedback_ip','10.17.1.254'),(108649,14334,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108650,14334,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"Mickey Espada\";s:13:\"Email address\";s:24:\"saludos@mickeyespada.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108651,14334,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108652,14334,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:13:\"Mickey Espada\";s:20:\"comment_author_email\";s:24:\"saludos@mickeyespada.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ac74a0e0-904c-400c-8580-6506fac98e48\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35042\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"231\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"67.215.107.14\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"231\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375824959.1821\";s:12:\"REQUEST_TIME\";s:10:\"1375824959\";}'),(108653,14334,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:162:\"Name : Mickey Espada \n\nEmail address : saludos@mickeyespada.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Tuesday August 6, 2013 at 5:36 pm\n\";s:7:\"headers\";s:125:\"From: Mickey Espada <saludos@mickeyespada.com>\r\nReply-To: saludos@mickeyespada.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108654,14335,'_feedback_author','fvcduqjyug'),(108655,14335,'_feedback_author_email','ewingntq@hotmail.com'),(108656,14335,'_feedback_author_url',''),(108657,14335,'_feedback_subject','SOTIC subscribers'),(108658,14335,'_feedback_ip','10.17.1.254'),(108659,14335,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108660,14335,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"fvcduqjyug\";s:13:\"Email address\";s:20:\"ewingntq@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108661,14335,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108662,14335,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"fvcduqjyug\";s:20:\"comment_author_email\";s:20:\"ewingntq@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Opera/9.80 (Windows NT 5.1; Edition Yx) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-122ec775-ade2-45b7-9884-eff35b9dc66e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35313\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.216.129\";s:15:\"HTTP_USER_AGENT\";s:69:\"Opera/9.80 (Windows NT 5.1; Edition Yx) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375825264.0659\";s:12:\"REQUEST_TIME\";s:10:\"1375825264\";}'),(108663,14335,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : fvcduqjyug \n\nEmail address : ewingntq@hotmail.com \n\nMessage was sent on Tuesday August 6, 2013 at 5:41 pm\n\";s:7:\"headers\";s:114:\"From: fvcduqjyug <ewingntq@hotmail.com>\r\nReply-To: ewingntq@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108664,14336,'_feedback_author','zwiwudqnli'),(108665,14336,'_feedback_author_email','good.mail.x.xoo@gmail.com'),(108666,14336,'_feedback_author_url',''),(108667,14336,'_feedback_subject','SOTIC subscribers'),(108668,14336,'_feedback_ip','10.17.1.254'),(108669,14336,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108670,14336,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"zwiwudqnli\";s:13:\"Email address\";s:25:\"good.mail.x.xoo@gmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108671,14336,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108672,14336,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"zwiwudqnli\";s:20:\"comment_author_email\";s:25:\"good.mail.x.xoo@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.2; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-58cc69b8-b9fe-4053-ab74-5de1b618e899\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42187\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"198\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.216.129\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.2; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"198\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1375867869.035\";s:12:\"REQUEST_TIME\";s:10:\"1375867869\";}'),(108673,14336,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:120:\"Name : zwiwudqnli \n\nEmail address : good.mail.x.xoo@gmail.com \n\nMessage was sent on Wednesday August 7, 2013 at 5:31 am\n\";s:7:\"headers\";s:124:\"From: zwiwudqnli <good.mail.x.xoo@gmail.com>\r\nReply-To: good.mail.x.xoo@gmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108674,14338,'_feedback_author','ADuequetwef'),(108675,14338,'_feedback_author_email','triangel300@hotmail.com'),(108676,14338,'_feedback_author_url',''),(108677,14338,'_feedback_subject','SOTIC subscribers'),(108678,14338,'_feedback_ip','10.17.1.254'),(108679,14338,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108680,14338,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"ADuequetwef\";s:13:\"Email address\";s:23:\"triangel300@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108681,14338,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108682,14338,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"ADuequetwef\";s:20:\"comment_author_email\";s:23:\"triangel300@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-064468c7-46ac-4b6f-b7d0-790c7e20f22e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58726\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"76.164.224.42\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375954172.8372\";s:12:\"REQUEST_TIME\";s:10:\"1375954172\";}'),(108683,14338,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:118:\"Name : ADuequetwef \n\nEmail address : triangel300@hotmail.com \n\nMessage was sent on Thursday August 8, 2013 at 5:29 am\n\";s:7:\"headers\";s:121:\"From: ADuequetwef <triangel300@hotmail.com>\r\nReply-To: triangel300@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108704,14345,'_feedback_author','Jane van der Bol'),(108705,14345,'_feedback_author_email','jane@cita.ky'),(108706,14345,'_feedback_author_url',''),(108707,14345,'_feedback_subject','SOTIC subscribers'),(108708,14345,'_feedback_ip','10.17.1.254'),(108709,14345,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108710,14345,'_feedback_all_fields','a:3:{s:4:\"Name\";s:16:\"Jane van der Bol\";s:13:\"Email address\";s:12:\"jane@cita.ky\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108711,14345,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108712,14345,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:16:\"Jane van der Bol\";s:20:\"comment_author_email\";s:12:\"jane@cita.ky\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-800e9743-5d72-4796-8703-42e764a1f3f2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54177\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"220\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"63.136.116.92\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"220\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375986942.9525\";s:12:\"REQUEST_TIME\";s:10:\"1375986942\";}'),(108713,14345,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:154:\"Name : Jane van der Bol \n\nEmail address : jane@cita.ky \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Thursday August 8, 2013 at 2:35 pm\n\";s:7:\"headers\";s:104:\"From: Jane van der Bol <jane@cita.ky>\r\nReply-To: jane@cita.ky\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108714,14346,'_feedback_author','Reggiena'),(108715,14346,'_feedback_author_email','reggie-pgk@hotmail.com'),(108716,14346,'_feedback_author_url',''),(108717,14346,'_feedback_subject','SOTIC subscribers'),(108718,14346,'_feedback_ip','10.17.1.254'),(108719,14346,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108720,14346,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"Reggiena\";s:13:\"Email address\";s:22:\"reggie-pgk@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108721,14346,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108722,14346,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"Reggiena\";s:20:\"comment_author_email\";s:22:\"reggie-pgk@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-621b7ef9-450e-409b-886f-623f584615cd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54185\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"188.163.4.104\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375987242.9949\";s:12:\"REQUEST_TIME\";s:10:\"1375987242\";}'),(108723,14346,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : Reggiena \n\nEmail address : reggie-pgk@hotmail.com \n\nMessage was sent on Thursday August 8, 2013 at 2:40 pm\n\";s:7:\"headers\";s:116:\"From: Reggiena <reggie-pgk@hotmail.com>\r\nReply-To: reggie-pgk@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108724,10129,'_edit_lock','1375990243:2'),(108725,10129,'_edit_last','2'),(108728,10129,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(108729,10129,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(108805,14358,'_feedback_author','Claude'),(108806,14358,'_feedback_author_email','claude.bulot@martiniquetourisme.com'),(108807,14358,'_feedback_author_url',''),(108808,14358,'_feedback_subject','SOTIC subscribers'),(108809,14358,'_feedback_ip','10.17.1.254'),(108810,14358,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108811,14358,'_feedback_all_fields','a:3:{s:4:\"Name\";s:6:\"Claude\";s:13:\"Email address\";s:35:\"claude.bulot@martiniquetourisme.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108812,14358,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108813,14358,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:6:\"Claude\";s:20:\"comment_author_email\";s:35:\"claude.bulot@martiniquetourisme.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-31ad9535-2ce5-4f72-a695-f02d79bc3b11\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60131\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"235\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"81.248.10.26\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"235\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1375994599.0389\";s:12:\"REQUEST_TIME\";s:10:\"1375994599\";}'),(108814,14358,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:167:\"Name : Claude \n\nEmail address : claude.bulot@martiniquetourisme.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Thursday August 8, 2013 at 4:43 pm\n\";s:7:\"headers\";s:140:\"From: Claude <claude.bulot@martiniquetourisme.com>\r\nReply-To: claude.bulot@martiniquetourisme.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108815,14359,'_feedback_author',''),(108816,14359,'_feedback_author_email',''),(108817,14359,'_feedback_author_url',''),(108818,14359,'_feedback_subject','Signup form OneCaribbean'),(108819,14359,'_feedback_ip','10.17.1.254'),(108820,14359,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108821,14359,'_feedback_all_fields','a:13:{s:4:\"Name\";s:21:\"Dos Reis Pedro Julien\";s:13:\"Email address\";s:29:\"julien.dosreispedro@gmail.com\";s:20:\"Country of Residence\";s:6:\"France\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(108822,14359,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:21:\"Dos Reis Pedro Julien\";s:13:\"Email address\";s:29:\"julien.dosreispedro@gmail.com\";s:20:\"Country of Residence\";s:6:\"France\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(108823,14359,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ef1a7704-ff5d-437f-b0d1-ec0fa6d9f473\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45189\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"599\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"90.56.228.65\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"599\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376014727.405\";s:12:\"REQUEST_TIME\";s:10:\"1376014727\";}'),(108824,14359,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:464:\"Name: Dos Reis Pedro Julien\n\nEmail address: julien.dosreispedro@gmail.com\n\nCountry of Residence: France\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday August 8, 2013 at 10:18 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108825,14360,'_feedback_author','Tracy Davidson Celestine'),(108826,14360,'_feedback_author_email','sec.celestine@yahoo.com'),(108827,14360,'_feedback_author_url',''),(108828,14360,'_feedback_subject','SOTIC subscribers'),(108829,14360,'_feedback_ip','10.17.1.254'),(108830,14360,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108831,14360,'_feedback_all_fields','a:3:{s:4:\"Name\";s:24:\"Tracy Davidson Celestine\";s:13:\"Email address\";s:23:\"sec.celestine@yahoo.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108832,14360,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:3:\"Yes\";}'),(108833,14360,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:24:\"Tracy Davidson Celestine\";s:20:\"comment_author_email\";s:23:\"sec.celestine@yahoo.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-664ed148-37b0-4b89-aa79-593b01cfb38e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50178\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"239\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"186.44.188.46\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-TT\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"239\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376061903.6391\";s:12:\"REQUEST_TIME\";s:10:\"1376061903\";}'),(108834,14360,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:172:\"Name : Tracy Davidson Celestine \n\nEmail address : sec.celestine@yahoo.com \n\nYes, send me details on SOTIC 2013.: Yes\n\nMessage was sent on Friday August 9, 2013 at 11:25 am\n\";s:7:\"headers\";s:134:\"From: Tracy Davidson Celestine <sec.celestine@yahoo.com>\r\nReply-To: sec.celestine@yahoo.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108835,14361,'_feedback_author','Annycph'),(108836,14361,'_feedback_author_email','lehrkezheng@hotmail.com'),(108837,14361,'_feedback_author_url',''),(108838,14361,'_feedback_subject','SOTIC subscribers'),(108839,14361,'_feedback_ip','10.17.1.254'),(108840,14361,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108841,14361,'_feedback_all_fields','a:3:{s:4:\"Name\";s:7:\"Annycph\";s:13:\"Email address\";s:23:\"lehrkezheng@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108842,14361,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108843,14361,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:7:\"Annycph\";s:20:\"comment_author_email\";s:23:\"lehrkezheng@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:97:\"Opera/9.80 (Windows NT 6.1; WOW64; U; Edition Next; Edition Yx; ru) Presto/2.11.310 Version/12.50\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2d0d4579-a044-4d18-a009-21e433664263\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56904\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"137.175.11.1\";s:15:\"HTTP_USER_AGENT\";s:97:\"Opera/9.80 (Windows NT 6.1; WOW64; U; Edition Next; Edition Yx; ru) Presto/2.11.310 Version/12.50\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376071821.754\";s:12:\"REQUEST_TIME\";s:10:\"1376071821\";}'),(108844,14361,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : Annycph \n\nEmail address : lehrkezheng@hotmail.com \n\nMessage was sent on Friday August 9, 2013 at 2:10 pm\n\";s:7:\"headers\";s:117:\"From: Annycph <lehrkezheng@hotmail.com>\r\nReply-To: lehrkezheng@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108845,14362,'_feedback_author','metyjnsohe'),(108846,14362,'_feedback_author_email','rockjied@hotmail.com'),(108847,14362,'_feedback_author_url',''),(108848,14362,'_feedback_subject','SOTIC subscribers'),(108849,14362,'_feedback_ip','10.17.1.254'),(108850,14362,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108851,14362,'_feedback_all_fields','a:3:{s:4:\"Name\";s:10:\"metyjnsohe\";s:13:\"Email address\";s:20:\"rockjied@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108852,14362,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108853,14362,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:10:\"metyjnsohe\";s:20:\"comment_author_email\";s:20:\"rockjied@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-bc1c9093-5598-45c8-aaee-ad0bf3f2b91e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60988\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"192.74.240.42\";s:15:\"HTTP_USER_AGENT\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376076131.4471\";s:12:\"REQUEST_TIME\";s:10:\"1376076131\";}'),(108854,14362,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : metyjnsohe \n\nEmail address : rockjied@hotmail.com \n\nMessage was sent on Friday August 9, 2013 at 3:22 pm\n\";s:7:\"headers\";s:114:\"From: metyjnsohe <rockjied@hotmail.com>\r\nReply-To: rockjied@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108855,14363,'_feedback_author',''),(108856,14363,'_feedback_author_email',''),(108857,14363,'_feedback_author_url',''),(108858,14363,'_feedback_subject','Signup form OneCaribbean'),(108859,14363,'_feedback_ip','10.17.1.254'),(108860,14363,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108861,14363,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"dgzhopvfwdo\";s:13:\"Email address\";s:17:\"slkwmg@qayeur.com\";s:20:\"Country of Residence\";s:16:\"lDaZlbXGGwxUWdar\";s:28:\"Name of Organization/Company\";s:11:\"dgzhopvfwdo\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:12:\"GBjZTuRXepOV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108862,14363,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"dgzhopvfwdo\";s:13:\"Email address\";s:17:\"slkwmg@qayeur.com\";s:20:\"Country of Residence\";s:16:\"lDaZlbXGGwxUWdar\";s:28:\"Name of Organization/Company\";s:11:\"dgzhopvfwdo\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:12:\"GBjZTuRXepOV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108863,14363,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-bc1c9093-5598-45c8-aaee-ad0bf3f2b91e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60988\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"355\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"188.143.232.105\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"355\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376076520.461\";s:12:\"REQUEST_TIME\";s:10:\"1376076520\";}'),(108864,14363,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:310:\"Name: dgzhopvfwdo\n\nEmail address: slkwmg@qayeur.com\n\nCountry of Residence: lDaZlbXGGwxUWdar\n\nName of Organization/Company: dgzhopvfwdo\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: GBjZTuRXepOV\n\nMessage was sent on Friday August 9, 2013 at 3:28 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108880,14366,'_feedback_author','LAURAVankova'),(108881,14366,'_feedback_author_email','wissemitchel36@dom-okna.com'),(108882,14366,'_feedback_author_url',''),(108883,14366,'_feedback_subject','SOTIC subscribers'),(108884,14366,'_feedback_ip','10.17.1.254'),(108885,14366,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108886,14366,'_feedback_all_fields','a:3:{s:4:\"Name\";s:12:\"LAURAVankova\";s:13:\"Email address\";s:27:\"wissemitchel36@dom-okna.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108887,14366,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108888,14366,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:12:\"LAURAVankova\";s:20:\"comment_author_email\";s:27:\"wissemitchel36@dom-okna.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:132:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-360ededd-0b84-46d4-92b7-0b87766d4640\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36748\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"31.184.238.74\";s:15:\"HTTP_USER_AGENT\";s:132:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) YaBrowser/1.1.1084.5409 Chrome/19.1.1084.5409 Safari/536.5\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376081791.3323\";s:12:\"REQUEST_TIME\";s:10:\"1376081791\";}'),(108889,14366,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:121:\"Name : LAURAVankova \n\nEmail address : wissemitchel36@dom-okna.com \n\nMessage was sent on Friday August 9, 2013 at 4:56 pm\n\";s:7:\"headers\";s:130:\"From: LAURAVankova <wissemitchel36@dom-okna.com>\r\nReply-To: wissemitchel36@dom-okna.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108890,14367,'_feedback_author','rorggocdbft'),(108891,14367,'_feedback_author_email','romanezhuwe@hotmail.com'),(108892,14367,'_feedback_author_url',''),(108893,14367,'_feedback_subject','SOTIC subscribers'),(108894,14367,'_feedback_ip','10.17.1.254'),(108895,14367,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108896,14367,'_feedback_all_fields','a:3:{s:4:\"Name\";s:11:\"rorggocdbft\";s:13:\"Email address\";s:23:\"romanezhuwe@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108897,14367,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108898,14367,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:11:\"rorggocdbft\";s:20:\"comment_author_email\";s:23:\"romanezhuwe@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-296e9b11-c4a0-46ea-a47c-47ccf0c412d0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42326\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"197\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"192.74.240.42\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"197\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376174475.4775\";s:12:\"REQUEST_TIME\";s:10:\"1376174475\";}'),(108899,14367,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : rorggocdbft \n\nEmail address : romanezhuwe@hotmail.com \n\nMessage was sent on Saturday August 10, 2013 at 6:41 pm\n\";s:7:\"headers\";s:121:\"From: rorggocdbft <romanezhuwe@hotmail.com>\r\nReply-To: romanezhuwe@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108900,14368,'_feedback_author',''),(108901,14368,'_feedback_author_email',''),(108902,14368,'_feedback_author_url',''),(108903,14368,'_feedback_subject','Signup form OneCaribbean'),(108904,14368,'_feedback_ip','10.17.1.254'),(108905,14368,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(108906,14368,'_feedback_all_fields','a:13:{s:4:\"Name\";s:48:\"EnvisionForce|Envision Force|EnvisionForce scam}\";s:13:\"Email address\";s:19:\"a@envisionforce.com\";s:20:\"Country of Residence\";s:5:\"73435\";s:28:\"Name of Organization/Company\";s:13:\"idsUmyyrCCOgd\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:16:\"MRLTMhLLxIFLSMdJ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108907,14368,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:54:\"<keys>EnvisionForce|Envision Force|EnvisionForce scam}\";s:13:\"Email address\";s:19:\"a@envisionforce.com\";s:20:\"Country of Residence\";s:5:\"73435\";s:28:\"Name of Organization/Company\";s:13:\"idsUmyyrCCOgd\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:16:\"MRLTMhLLxIFLSMdJ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(108908,14368,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2f1a20bf-5766-447a-8c68-ae4a24b5151c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42423\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"383\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.27.82.165\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"383\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376214377.1842\";s:12:\"REQUEST_TIME\";s:10:\"1376214377\";}'),(108909,14368,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:329:\"Name: EnvisionForce|Envision Force|EnvisionForce scam}\n\nEmail address: a@envisionforce.com\n\nCountry of Residence: 73435\n\nName of Organization/Company: idsUmyyrCCOgd\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: MRLTMhLLxIFLSMdJ\n\nMessage was sent on Sunday August 11, 2013 at 5:46 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108910,14369,'_feedback_author','wangwny'),(108911,14369,'_feedback_author_email','pfahlerxu@hotmail.com'),(108912,14369,'_feedback_author_url',''),(108913,14369,'_feedback_subject','SOTIC subscribers'),(108914,14369,'_feedback_ip','10.17.1.254'),(108915,14369,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108916,14369,'_feedback_all_fields','a:3:{s:4:\"Name\";s:7:\"wangwny\";s:13:\"Email address\";s:21:\"pfahlerxu@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108917,14369,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108918,14369,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:7:\"wangwny\";s:20:\"comment_author_email\";s:21:\"pfahlerxu@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-17f21eed-7389-40b3-94be-b5146348bad0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50660\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"137.175.11.3\";s:15:\"HTTP_USER_AGENT\";s:99:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376225747.8915\";s:12:\"REQUEST_TIME\";s:10:\"1376225747\";}'),(108919,14369,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : wangwny \n\nEmail address : pfahlerxu@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 8:55 am\n\";s:7:\"headers\";s:113:\"From: wangwny <pfahlerxu@hotmail.com>\r\nReply-To: pfahlerxu@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108920,14370,'_feedback_author','dcqkqggc'),(108921,14370,'_feedback_author_email','ngschoenb@hotmail.com'),(108922,14370,'_feedback_author_url',''),(108923,14370,'_feedback_subject','SOTIC subscribers'),(108924,14370,'_feedback_ip','10.17.1.254'),(108925,14370,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108926,14370,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"dcqkqggc\";s:13:\"Email address\";s:21:\"ngschoenb@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108927,14370,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108928,14370,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"dcqkqggc\";s:20:\"comment_author_email\";s:21:\"ngschoenb@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51212\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376225930.6905\";s:12:\"REQUEST_TIME\";s:10:\"1376225930\";}'),(108929,14370,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : dcqkqggc \n\nEmail address : ngschoenb@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 8:58 am\n\";s:7:\"headers\";s:114:\"From: dcqkqggc <ngschoenb@hotmail.com>\r\nReply-To: ngschoenb@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108930,14371,'_feedback_author','kpqxcfzsi'),(108931,14371,'_feedback_author_email','mabees12@hotmail.com'),(108932,14371,'_feedback_author_url',''),(108933,14371,'_feedback_subject','SOTIC subscribers'),(108934,14371,'_feedback_ip','10.17.1.254'),(108935,14371,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108936,14371,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"kpqxcfzsi\";s:13:\"Email address\";s:20:\"mabees12@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108937,14371,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108938,14371,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"kpqxcfzsi\";s:20:\"comment_author_email\";s:20:\"mabees12@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-17f21eed-7389-40b3-94be-b5146348bad0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51216\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226000.2726\";s:12:\"REQUEST_TIME\";s:10:\"1376226000\";}'),(108939,14371,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : kpqxcfzsi \n\nEmail address : mabees12@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:00 am\n\";s:7:\"headers\";s:113:\"From: kpqxcfzsi <mabees12@hotmail.com>\r\nReply-To: mabees12@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108940,14372,'_feedback_author','upqoazgbu'),(108941,14372,'_feedback_author_email','rezdaryl@hotmail.com'),(108942,14372,'_feedback_author_url',''),(108943,14372,'_feedback_subject','SOTIC subscribers'),(108944,14372,'_feedback_ip','10.17.1.254'),(108945,14372,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108946,14372,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"upqoazgbu\";s:13:\"Email address\";s:20:\"rezdaryl@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108947,14372,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108948,14372,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"upqoazgbu\";s:20:\"comment_author_email\";s:20:\"rezdaryl@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51211\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226175.7885\";s:12:\"REQUEST_TIME\";s:10:\"1376226175\";}'),(108949,14372,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : upqoazgbu \n\nEmail address : rezdaryl@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:02 am\n\";s:7:\"headers\";s:113:\"From: upqoazgbu <rezdaryl@hotmail.com>\r\nReply-To: rezdaryl@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108950,14373,'_feedback_author','qcqasrup'),(108951,14373,'_feedback_author_email','niaghosh@hotmail.com'),(108952,14373,'_feedback_author_url',''),(108953,14373,'_feedback_subject','SOTIC subscribers'),(108954,14373,'_feedback_ip','10.17.1.254'),(108955,14373,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108956,14373,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"qcqasrup\";s:13:\"Email address\";s:20:\"niaghosh@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108957,14373,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108958,14373,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"qcqasrup\";s:20:\"comment_author_email\";s:20:\"niaghosh@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 5.2; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51211\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 5.2; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226256.6359\";s:12:\"REQUEST_TIME\";s:10:\"1376226256\";}'),(108959,14373,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : qcqasrup \n\nEmail address : niaghosh@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:04 am\n\";s:7:\"headers\";s:112:\"From: qcqasrup <niaghosh@hotmail.com>\r\nReply-To: niaghosh@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108960,14374,'_feedback_author','ypqrtewmd'),(108961,14374,'_feedback_author_email','ellcrnkov@hotmail.com'),(108962,14374,'_feedback_author_url',''),(108963,14374,'_feedback_subject','SOTIC subscribers'),(108964,14374,'_feedback_ip','10.17.1.254'),(108965,14374,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108966,14374,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ypqrtewmd\";s:13:\"Email address\";s:21:\"ellcrnkov@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108967,14374,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108968,14374,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ypqrtewmd\";s:20:\"comment_author_email\";s:21:\"ellcrnkov@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:76:\"Opera/9.80 (Windows NT 5.1; U; Edition Yx; ru) Presto/2.10.289 Version/12.02\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51211\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:76:\"Opera/9.80 (Windows NT 5.1; U; Edition Yx; ru) Presto/2.10.289 Version/12.02\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226348.2334\";s:12:\"REQUEST_TIME\";s:10:\"1376226348\";}'),(108969,14374,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : ypqrtewmd \n\nEmail address : ellcrnkov@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:05 am\n\";s:7:\"headers\";s:115:\"From: ypqrtewmd <ellcrnkov@hotmail.com>\r\nReply-To: ellcrnkov@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108970,14375,'_feedback_author','zcqghzzl'),(108971,14375,'_feedback_author_email','shirtssab@hotmail.com'),(108972,14375,'_feedback_author_url',''),(108973,14375,'_feedback_subject','SOTIC subscribers'),(108974,14375,'_feedback_ip','10.17.1.254'),(108975,14375,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108976,14375,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"zcqghzzl\";s:13:\"Email address\";s:21:\"shirtssab@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108977,14375,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108978,14375,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"zcqghzzl\";s:20:\"comment_author_email\";s:21:\"shirtssab@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51210\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376226408.524\";s:12:\"REQUEST_TIME\";s:10:\"1376226408\";}'),(108979,14375,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : zcqghzzl \n\nEmail address : shirtssab@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:06 am\n\";s:7:\"headers\";s:114:\"From: zcqghzzl <shirtssab@hotmail.com>\r\nReply-To: shirtssab@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108980,14376,'_feedback_author','mpqekpnmk'),(108981,14376,'_feedback_author_email','erhofff@hotmail.com'),(108982,14376,'_feedback_author_url',''),(108983,14376,'_feedback_subject','SOTIC subscribers'),(108984,14376,'_feedback_ip','10.17.1.254'),(108985,14376,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108986,14376,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"mpqekpnmk\";s:13:\"Email address\";s:19:\"erhofff@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108987,14376,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108988,14376,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"mpqekpnmk\";s:20:\"comment_author_email\";s:19:\"erhofff@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-17f21eed-7389-40b3-94be-b5146348bad0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51211\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226534.9813\";s:12:\"REQUEST_TIME\";s:10:\"1376226534\";}'),(108989,14376,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : mpqekpnmk \n\nEmail address : erhofff@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:08 am\n\";s:7:\"headers\";s:111:\"From: mpqekpnmk <erhofff@hotmail.com>\r\nReply-To: erhofff@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(108990,14377,'_feedback_author','wpqajeefo'),(108991,14377,'_feedback_author_email','arnatil@hotmail.com'),(108992,14377,'_feedback_author_url',''),(108993,14377,'_feedback_subject','SOTIC subscribers'),(108994,14377,'_feedback_ip','10.17.1.254'),(108995,14377,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(108996,14377,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"wpqajeefo\";s:13:\"Email address\";s:19:\"arnatil@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108997,14377,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(108998,14377,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"wpqajeefo\";s:20:\"comment_author_email\";s:19:\"arnatil@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51585\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226667.2817\";s:12:\"REQUEST_TIME\";s:10:\"1376226667\";}'),(108999,14377,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : wpqajeefo \n\nEmail address : arnatil@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:11 am\n\";s:7:\"headers\";s:111:\"From: wpqajeefo <arnatil@hotmail.com>\r\nReply-To: arnatil@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109000,14378,'_feedback_author','gpqvyfypg'),(109001,14378,'_feedback_author_email','waldho3@hotmail.com'),(109002,14378,'_feedback_author_url',''),(109003,14378,'_feedback_subject','SOTIC subscribers'),(109004,14378,'_feedback_ip','10.17.1.254'),(109005,14378,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109006,14378,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"gpqvyfypg\";s:13:\"Email address\";s:19:\"waldho3@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109007,14378,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109008,14378,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"gpqvyfypg\";s:20:\"comment_author_email\";s:19:\"waldho3@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8967f851-b21a-411b-85ce-efe43268deed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51704\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226677.0307\";s:12:\"REQUEST_TIME\";s:10:\"1376226677\";}'),(109009,14378,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : gpqvyfypg \n\nEmail address : waldho3@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:11 am\n\";s:7:\"headers\";s:111:\"From: gpqvyfypg <waldho3@hotmail.com>\r\nReply-To: waldho3@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109010,14379,'_feedback_author','xpqzzrpnu'),(109011,14379,'_feedback_author_email','keledu14@hotmail.com'),(109012,14379,'_feedback_author_url',''),(109013,14379,'_feedback_subject','SOTIC subscribers'),(109014,14379,'_feedback_ip','10.17.1.254'),(109015,14379,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109016,14379,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"xpqzzrpnu\";s:13:\"Email address\";s:20:\"keledu14@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109017,14379,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109018,14379,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"xpqzzrpnu\";s:20:\"comment_author_email\";s:20:\"keledu14@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6b7262bd-8df9-427e-bffb-ad3d106dcbbe\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51832\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226756.1006\";s:12:\"REQUEST_TIME\";s:10:\"1376226756\";}'),(109019,14379,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : xpqzzrpnu \n\nEmail address : keledu14@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:12 am\n\";s:7:\"headers\";s:113:\"From: xpqzzrpnu <keledu14@hotmail.com>\r\nReply-To: keledu14@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109020,14380,'_feedback_author','zpqwjchht'),(109021,14380,'_feedback_author_email','ieshopb@hotmail.com'),(109022,14380,'_feedback_author_url',''),(109023,14380,'_feedback_subject','SOTIC subscribers'),(109024,14380,'_feedback_ip','10.17.1.254'),(109025,14380,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109026,14380,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"zpqwjchht\";s:13:\"Email address\";s:19:\"ieshopb@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109027,14380,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109028,14380,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"zpqwjchht\";s:20:\"comment_author_email\";s:19:\"ieshopb@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6b7262bd-8df9-427e-bffb-ad3d106dcbbe\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51585\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226766.7556\";s:12:\"REQUEST_TIME\";s:10:\"1376226766\";}'),(109029,14380,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : zpqwjchht \n\nEmail address : ieshopb@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:12 am\n\";s:7:\"headers\";s:111:\"From: zpqwjchht <ieshopb@hotmail.com>\r\nReply-To: ieshopb@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109030,14381,'_feedback_author','fcquxnbt'),(109031,14381,'_feedback_author_email','ibiboyoc@hotmail.com'),(109032,14381,'_feedback_author_url',''),(109033,14381,'_feedback_subject','SOTIC subscribers'),(109034,14381,'_feedback_ip','10.17.1.254'),(109035,14381,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109036,14381,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"fcquxnbt\";s:13:\"Email address\";s:20:\"ibiboyoc@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109037,14381,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109038,14381,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"fcquxnbt\";s:20:\"comment_author_email\";s:20:\"ibiboyoc@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:57:\"Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3c854469-909e-4495-acab-ed7bb02dbeaa\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51832\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226770.2552\";s:12:\"REQUEST_TIME\";s:10:\"1376226770\";}'),(109039,14381,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : fcquxnbt \n\nEmail address : ibiboyoc@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:12 am\n\";s:7:\"headers\";s:112:\"From: fcquxnbt <ibiboyoc@hotmail.com>\r\nReply-To: ibiboyoc@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109040,14382,'_feedback_author','fcqodfcf'),(109041,14382,'_feedback_author_email','stoglinpr@hotmail.com'),(109042,14382,'_feedback_author_url',''),(109043,14382,'_feedback_subject','SOTIC subscribers'),(109044,14382,'_feedback_ip','10.17.1.254'),(109045,14382,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109046,14382,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"fcqodfcf\";s:13:\"Email address\";s:21:\"stoglinpr@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109047,14382,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109048,14382,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"fcqodfcf\";s:20:\"comment_author_email\";s:21:\"stoglinpr@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a5538b3e-5d02-4626-899a-a805d6e1ddde\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51585\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:69:\"Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226799.0955\";s:12:\"REQUEST_TIME\";s:10:\"1376226799\";}'),(109049,14382,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : fcqodfcf \n\nEmail address : stoglinpr@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:13 am\n\";s:7:\"headers\";s:114:\"From: fcqodfcf <stoglinpr@hotmail.com>\r\nReply-To: stoglinpr@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109050,14383,'_feedback_author','ipqxyuubk'),(109051,14383,'_feedback_author_email','llredbret@hotmail.com'),(109052,14383,'_feedback_author_url',''),(109053,14383,'_feedback_subject','SOTIC subscribers'),(109054,14383,'_feedback_ip','10.17.1.254'),(109055,14383,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109056,14383,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ipqxyuubk\";s:13:\"Email address\";s:21:\"llredbret@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109057,14383,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109058,14383,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ipqxyuubk\";s:20:\"comment_author_email\";s:21:\"llredbret@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:97:\"Opera/9.80 (Windows NT 6.1; WOW64; U; Edition Next; Edition Yx; ru) Presto/2.11.310 Version/12.50\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-17f21eed-7389-40b3-94be-b5146348bad0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51883\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:97:\"Opera/9.80 (Windows NT 6.1; WOW64; U; Edition Next; Edition Yx; ru) Presto/2.11.310 Version/12.50\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376226831.201\";s:12:\"REQUEST_TIME\";s:10:\"1376226831\";}'),(109059,14383,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : ipqxyuubk \n\nEmail address : llredbret@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:13 am\n\";s:7:\"headers\";s:115:\"From: ipqxyuubk <llredbret@hotmail.com>\r\nReply-To: llredbret@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109060,14384,'_feedback_author','ncqzkdxs'),(109061,14384,'_feedback_author_email','ojudiema@hotmail.com'),(109062,14384,'_feedback_author_url',''),(109063,14384,'_feedback_subject','SOTIC subscribers'),(109064,14384,'_feedback_ip','10.17.1.254'),(109065,14384,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109066,14384,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"ncqzkdxs\";s:13:\"Email address\";s:20:\"ojudiema@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109067,14384,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109068,14384,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"ncqzkdxs\";s:20:\"comment_author_email\";s:20:\"ojudiema@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a5538b3e-5d02-4626-899a-a805d6e1ddde\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51932\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376226893.3957\";s:12:\"REQUEST_TIME\";s:10:\"1376226893\";}'),(109069,14384,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : ncqzkdxs \n\nEmail address : ojudiema@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:14 am\n\";s:7:\"headers\";s:112:\"From: ncqzkdxs <ojudiema@hotmail.com>\r\nReply-To: ojudiema@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109070,14385,'_feedback_author','fcqvwogn'),(109071,14385,'_feedback_author_email','zalezgrip@hotmail.com'),(109072,14385,'_feedback_author_url',''),(109073,14385,'_feedback_subject','SOTIC subscribers'),(109074,14385,'_feedback_ip','10.17.1.254'),(109075,14385,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109076,14385,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"fcqvwogn\";s:13:\"Email address\";s:21:\"zalezgrip@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109077,14385,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109078,14385,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"fcqvwogn\";s:20:\"comment_author_email\";s:21:\"zalezgrip@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:57:\"Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-081c5ba2-397a-4293-977d-8fdfd3902c66\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52895\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:57:\"Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376228400.1004\";s:12:\"REQUEST_TIME\";s:10:\"1376228400\";}'),(109079,14385,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : fcqvwogn \n\nEmail address : zalezgrip@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:40 am\n\";s:7:\"headers\";s:114:\"From: fcqvwogn <zalezgrip@hotmail.com>\r\nReply-To: zalezgrip@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109080,14386,'_feedback_author','lcqcxdth'),(109081,14386,'_feedback_author_email','issasiusi@hotmail.com'),(109082,14386,'_feedback_author_url',''),(109083,14386,'_feedback_subject','SOTIC subscribers'),(109084,14386,'_feedback_ip','10.17.1.254'),(109085,14386,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109086,14386,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"lcqcxdth\";s:13:\"Email address\";s:21:\"issasiusi@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109087,14386,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109088,14386,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"lcqcxdth\";s:20:\"comment_author_email\";s:21:\"issasiusi@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-17f21eed-7389-40b3-94be-b5146348bad0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52348\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376228852.3497\";s:12:\"REQUEST_TIME\";s:10:\"1376228852\";}'),(109089,14386,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : lcqcxdth \n\nEmail address : issasiusi@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:47 am\n\";s:7:\"headers\";s:114:\"From: lcqcxdth <issasiusi@hotmail.com>\r\nReply-To: issasiusi@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109090,14387,'_feedback_author','tpqaosayw'),(109091,14387,'_feedback_author_email','ultzoling@hotmail.com'),(109092,14387,'_feedback_author_url',''),(109093,14387,'_feedback_subject','SOTIC subscribers'),(109094,14387,'_feedback_ip','10.17.1.254'),(109095,14387,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109096,14387,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"tpqaosayw\";s:13:\"Email address\";s:21:\"ultzoling@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109097,14387,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109098,14387,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"tpqaosayw\";s:20:\"comment_author_email\";s:21:\"ultzoling@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-081c5ba2-397a-4293-977d-8fdfd3902c66\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53351\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376228908.5766\";s:12:\"REQUEST_TIME\";s:10:\"1376228908\";}'),(109099,14387,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : tpqaosayw \n\nEmail address : ultzoling@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:48 am\n\";s:7:\"headers\";s:115:\"From: tpqaosayw <ultzoling@hotmail.com>\r\nReply-To: ultzoling@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109100,14388,'_feedback_author','tcqaiapt'),(109101,14388,'_feedback_author_email','cjunkine@hotmail.com'),(109102,14388,'_feedback_author_url',''),(109103,14388,'_feedback_subject','SOTIC subscribers'),(109104,14388,'_feedback_ip','10.17.1.254'),(109105,14388,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109106,14388,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"tcqaiapt\";s:13:\"Email address\";s:20:\"cjunkine@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109107,14388,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109108,14388,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"tcqaiapt\";s:20:\"comment_author_email\";s:20:\"cjunkine@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-17f21eed-7389-40b3-94be-b5146348bad0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53360\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376229131.565\";s:12:\"REQUEST_TIME\";s:10:\"1376229131\";}'),(109109,14388,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : tcqaiapt \n\nEmail address : cjunkine@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:52 am\n\";s:7:\"headers\";s:112:\"From: tcqaiapt <cjunkine@hotmail.com>\r\nReply-To: cjunkine@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109110,14389,'_feedback_author','fpqynvkqn'),(109111,14389,'_feedback_author_email','erfinnla@hotmail.com'),(109112,14389,'_feedback_author_url',''),(109113,14389,'_feedback_subject','SOTIC subscribers'),(109114,14389,'_feedback_ip','10.17.1.254'),(109115,14389,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109116,14389,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"fpqynvkqn\";s:13:\"Email address\";s:20:\"erfinnla@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109117,14389,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109118,14389,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"fpqynvkqn\";s:20:\"comment_author_email\";s:20:\"erfinnla@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-081c5ba2-397a-4293-977d-8fdfd3902c66\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53361\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376229180.1676\";s:12:\"REQUEST_TIME\";s:10:\"1376229180\";}'),(109119,14389,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : fpqynvkqn \n\nEmail address : erfinnla@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:53 am\n\";s:7:\"headers\";s:113:\"From: fpqynvkqn <erfinnla@hotmail.com>\r\nReply-To: erfinnla@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109120,14390,'_feedback_author','gcqxhhxc'),(109121,14390,'_feedback_author_email','esothensa@hotmail.com'),(109122,14390,'_feedback_author_url',''),(109123,14390,'_feedback_subject','SOTIC subscribers'),(109124,14390,'_feedback_ip','10.17.1.254'),(109125,14390,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109126,14390,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"gcqxhhxc\";s:13:\"Email address\";s:21:\"esothensa@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109127,14390,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109128,14390,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"gcqxhhxc\";s:20:\"comment_author_email\";s:21:\"esothensa@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fa1f791c-a5e5-416e-87f8-973b4728b178\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53361\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376229283.6998\";s:12:\"REQUEST_TIME\";s:10:\"1376229283\";}'),(109129,14390,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : gcqxhhxc \n\nEmail address : esothensa@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 9:54 am\n\";s:7:\"headers\";s:114:\"From: gcqxhhxc <esothensa@hotmail.com>\r\nReply-To: esothensa@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109130,14391,'_feedback_author','kcqekrqp'),(109131,14391,'_feedback_author_email','ariveg20@hotmail.com'),(109132,14391,'_feedback_author_url',''),(109133,14391,'_feedback_subject','SOTIC subscribers'),(109134,14391,'_feedback_ip','10.17.1.254'),(109135,14391,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109136,14391,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"kcqekrqp\";s:13:\"Email address\";s:20:\"ariveg20@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109137,14391,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109138,14391,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"kcqekrqp\";s:20:\"comment_author_email\";s:20:\"ariveg20@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fa1f791c-a5e5-416e-87f8-973b4728b178\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53361\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.97\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376229682.4755\";s:12:\"REQUEST_TIME\";s:10:\"1376229682\";}'),(109139,14391,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : kcqekrqp \n\nEmail address : ariveg20@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 10:01 am\n\";s:7:\"headers\";s:112:\"From: kcqekrqp <ariveg20@hotmail.com>\r\nReply-To: ariveg20@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109140,14392,'_feedback_author','jpqxvdqid'),(109141,14392,'_feedback_author_email','terromasa@hotmail.com'),(109142,14392,'_feedback_author_url',''),(109143,14392,'_feedback_subject','SOTIC subscribers'),(109144,14392,'_feedback_ip','10.17.1.254'),(109145,14392,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109146,14392,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"jpqxvdqid\";s:13:\"Email address\";s:21:\"terromasa@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109147,14392,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109148,14392,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"jpqxvdqid\";s:20:\"comment_author_email\";s:21:\"terromasa@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fa1f791c-a5e5-416e-87f8-973b4728b178\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"2\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53465\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.198.33\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376230010.2563\";s:12:\"REQUEST_TIME\";s:10:\"1376230010\";}'),(109149,14392,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : jpqxvdqid \n\nEmail address : terromasa@hotmail.com \n\nMessage was sent on Sunday August 11, 2013 at 10:06 am\n\";s:7:\"headers\";s:115:\"From: jpqxvdqid <terromasa@hotmail.com>\r\nReply-To: terromasa@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109150,14393,'_feedback_author','Exceedgek'),(109151,14393,'_feedback_author_email','bulgar@pugangpharm.com'),(109152,14393,'_feedback_author_url',''),(109153,14393,'_feedback_subject','SOTIC subscribers'),(109154,14393,'_feedback_ip','10.17.1.254'),(109155,14393,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109156,14393,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"Exceedgek\";s:13:\"Email address\";s:22:\"bulgar@pugangpharm.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109157,14393,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109158,14393,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"Exceedgek\";s:20:\"comment_author_email\";s:22:\"bulgar@pugangpharm.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ec2d5080-5eb0-4ca2-b9f3-3efa0fba13bd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36479\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"94.27.66.82\";s:15:\"HTTP_USER_AGENT\";s:71:\"Opera/9.80 (Windows NT 6.1; WOW64; U; ru) Presto/2.10.289 Version/12.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"194\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376266961.978\";s:12:\"REQUEST_TIME\";s:10:\"1376266961\";}'),(109159,14393,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:114:\"Name : Exceedgek \n\nEmail address : bulgar@pugangpharm.com \n\nMessage was sent on Sunday August 11, 2013 at 8:23 pm\n\";s:7:\"headers\";s:117:\"From: Exceedgek <bulgar@pugangpharm.com>\r\nReply-To: bulgar@pugangpharm.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109160,14394,'_feedback_author','NaksierT'),(109161,14394,'_feedback_author_email','besterov9@mail.ru'),(109162,14394,'_feedback_author_url',''),(109163,14394,'_feedback_subject','SOTIC subscribers'),(109164,14394,'_feedback_ip','10.17.1.254'),(109165,14394,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109166,14394,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"NaksierT\";s:13:\"Email address\";s:17:\"besterov9@mail.ru\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109167,14394,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'); INSERT INTO `cto_postmeta` VALUES (109168,14394,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"NaksierT\";s:20:\"comment_author_email\";s:17:\"besterov9@mail.ru\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d6d2c01c-558f-4623-bd59-dffbb808b460\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41121\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"188\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"84.240.30.56\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"188\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376273024.0158\";s:12:\"REQUEST_TIME\";s:10:\"1376273024\";}'),(109169,14394,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:109:\"Name : NaksierT \n\nEmail address : besterov9@mail.ru \n\nMessage was sent on Sunday August 11, 2013 at 10:04 pm\n\";s:7:\"headers\";s:106:\"From: NaksierT <besterov9@mail.ru>\r\nReply-To: besterov9@mail.ru\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109170,14395,'_feedback_author','goorkerAccock'),(109171,14395,'_feedback_author_email','martibdqp@hotmail.co.uk'),(109172,14395,'_feedback_author_url',''),(109173,14395,'_feedback_subject','SOTIC subscribers'),(109174,14395,'_feedback_ip','10.17.1.254'),(109175,14395,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109176,14395,'_feedback_all_fields','a:3:{s:4:\"Name\";s:13:\"goorkerAccock\";s:13:\"Email address\";s:23:\"martibdqp@hotmail.co.uk\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109177,14395,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109178,14395,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:13:\"goorkerAccock\";s:20:\"comment_author_email\";s:23:\"martibdqp@hotmail.co.uk\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fdb992d4-6c63-48e3-a3b7-3b57cdcb335c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53785\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"199\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"222.95.55.33\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"199\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376287030.0695\";s:12:\"REQUEST_TIME\";s:10:\"1376287030\";}'),(109179,14395,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:119:\"Name : goorkerAccock \n\nEmail address : martibdqp@hotmail.co.uk \n\nMessage was sent on Monday August 12, 2013 at 1:57 am\n\";s:7:\"headers\";s:123:\"From: goorkerAccock <martibdqp@hotmail.co.uk>\r\nReply-To: martibdqp@hotmail.co.uk\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109180,14396,'_feedback_author','rpqommazy'),(109181,14396,'_feedback_author_email','idodess@hotmail.com'),(109182,14396,'_feedback_author_url',''),(109183,14396,'_feedback_subject','SOTIC subscribers'),(109184,14396,'_feedback_ip','10.17.1.254'),(109185,14396,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109186,14396,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"rpqommazy\";s:13:\"Email address\";s:19:\"idodess@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109187,14396,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109188,14396,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"rpqommazy\";s:20:\"comment_author_email\";s:19:\"idodess@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fdb992d4-6c63-48e3-a3b7-3b57cdcb335c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55492\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.193.226\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376289404.6414\";s:12:\"REQUEST_TIME\";s:10:\"1376289404\";}'),(109189,14396,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : rpqommazy \n\nEmail address : idodess@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 2:36 am\n\";s:7:\"headers\";s:111:\"From: rpqommazy <idodess@hotmail.com>\r\nReply-To: idodess@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109190,14397,'_feedback_author','rhetoricspam'),(109191,14397,'_feedback_author_email','ZacheryStepienaz@vps001.net'),(109192,14397,'_feedback_author_url',''),(109193,14397,'_feedback_subject','SOTIC subscribers'),(109194,14397,'_feedback_ip','10.17.1.254'),(109195,14397,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109196,14397,'_feedback_all_fields','a:3:{s:4:\"Name\";s:12:\"rhetoricspam\";s:13:\"Email address\";s:27:\"ZacheryStepienaz@vps001.net\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109197,14397,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109198,14397,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:12:\"rhetoricspam\";s:20:\"comment_author_email\";s:27:\"ZacheryStepienaz@vps001.net\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a2b81944-4878-47db-97f4-8b9bf9336076\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57585\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"202\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.236.75.63\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"202\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376292271.6831\";s:12:\"REQUEST_TIME\";s:10:\"1376292271\";}'),(109199,14397,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:122:\"Name : rhetoricspam \n\nEmail address : ZacheryStepienaz@vps001.net \n\nMessage was sent on Monday August 12, 2013 at 3:24 am\n\";s:7:\"headers\";s:130:\"From: rhetoricspam <ZacheryStepienaz@vps001.net>\r\nReply-To: ZacheryStepienaz@vps001.net\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109200,14398,'_feedback_author','qpqvvgjci'),(109201,14398,'_feedback_author_email','inniswend@hotmail.com'),(109202,14398,'_feedback_author_url',''),(109203,14398,'_feedback_subject','SOTIC subscribers'),(109204,14398,'_feedback_ip','10.17.1.254'),(109205,14398,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109206,14398,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"qpqvvgjci\";s:13:\"Email address\";s:21:\"inniswend@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109207,14398,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109208,14398,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"qpqvvgjci\";s:20:\"comment_author_email\";s:21:\"inniswend@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:76:\"Opera/9.80 (Windows NT 6.1; WOW64; Edition Yx) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7448ed59-9de4-4af5-b932-da63aa7dfa7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33446\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:76:\"Opera/9.80 (Windows NT 6.1; WOW64; Edition Yx) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376297918.0601\";s:12:\"REQUEST_TIME\";s:10:\"1376297918\";}'),(109209,14398,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : qpqvvgjci \n\nEmail address : inniswend@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 4:58 am\n\";s:7:\"headers\";s:115:\"From: qpqvvgjci <inniswend@hotmail.com>\r\nReply-To: inniswend@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109210,14399,'_feedback_author','epqqkdlts'),(109211,14399,'_feedback_author_email','isserpe@hotmail.com'),(109212,14399,'_feedback_author_url',''),(109213,14399,'_feedback_subject','SOTIC subscribers'),(109214,14399,'_feedback_ip','10.17.1.254'),(109215,14399,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109216,14399,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"epqqkdlts\";s:13:\"Email address\";s:19:\"isserpe@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109217,14399,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109218,14399,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"epqqkdlts\";s:20:\"comment_author_email\";s:19:\"isserpe@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7448ed59-9de4-4af5-b932-da63aa7dfa7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33446\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376297946.0488\";s:12:\"REQUEST_TIME\";s:10:\"1376297946\";}'),(109219,14399,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : epqqkdlts \n\nEmail address : isserpe@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 4:59 am\n\";s:7:\"headers\";s:111:\"From: epqqkdlts <isserpe@hotmail.com>\r\nReply-To: isserpe@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109220,14400,'_feedback_author','ypqdyryeo'),(109221,14400,'_feedback_author_email','llayoshio@hotmail.com'),(109222,14400,'_feedback_author_url',''),(109223,14400,'_feedback_subject','SOTIC subscribers'),(109224,14400,'_feedback_ip','10.17.1.254'),(109225,14400,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109226,14400,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ypqdyryeo\";s:13:\"Email address\";s:21:\"llayoshio@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109227,14400,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109228,14400,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ypqdyryeo\";s:20:\"comment_author_email\";s:21:\"llayoshio@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7448ed59-9de4-4af5-b932-da63aa7dfa7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33508\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298063.4253\";s:12:\"REQUEST_TIME\";s:10:\"1376298063\";}'),(109229,14400,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : ypqdyryeo \n\nEmail address : llayoshio@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:01 am\n\";s:7:\"headers\";s:115:\"From: ypqdyryeo <llayoshio@hotmail.com>\r\nReply-To: llayoshio@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109230,14401,'_feedback_author','epqluzcti'),(109231,14401,'_feedback_author_email','ketronolt@hotmail.com'),(109232,14401,'_feedback_author_url',''),(109233,14401,'_feedback_subject','SOTIC subscribers'),(109234,14401,'_feedback_ip','10.17.1.254'),(109235,14401,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109236,14401,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"epqluzcti\";s:13:\"Email address\";s:21:\"ketronolt@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109237,14401,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109238,14401,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"epqluzcti\";s:20:\"comment_author_email\";s:21:\"ketronolt@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7448ed59-9de4-4af5-b932-da63aa7dfa7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33514\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298070.1139\";s:12:\"REQUEST_TIME\";s:10:\"1376298070\";}'),(109239,14401,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : epqluzcti \n\nEmail address : ketronolt@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:01 am\n\";s:7:\"headers\";s:115:\"From: epqluzcti <ketronolt@hotmail.com>\r\nReply-To: ketronolt@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109240,14402,'_feedback_author','jpqpnyqgw'),(109241,14402,'_feedback_author_email','njoyst22@hotmail.com'),(109242,14402,'_feedback_author_url',''),(109243,14402,'_feedback_subject','SOTIC subscribers'),(109244,14402,'_feedback_ip','10.17.1.254'),(109245,14402,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109246,14402,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"jpqpnyqgw\";s:13:\"Email address\";s:20:\"njoyst22@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109247,14402,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109248,14402,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"jpqpnyqgw\";s:20:\"comment_author_email\";s:20:\"njoyst22@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:79:\"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7448ed59-9de4-4af5-b932-da63aa7dfa7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33508\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:79:\"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376298074.052\";s:12:\"REQUEST_TIME\";s:10:\"1376298074\";}'),(109249,14402,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : jpqpnyqgw \n\nEmail address : njoyst22@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:01 am\n\";s:7:\"headers\";s:113:\"From: jpqpnyqgw <njoyst22@hotmail.com>\r\nReply-To: njoyst22@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109250,14403,'_feedback_author','bcqclpts'),(109251,14403,'_feedback_author_email','rysonz9@hotmail.com'),(109252,14403,'_feedback_author_url',''),(109253,14403,'_feedback_subject','SOTIC subscribers'),(109254,14403,'_feedback_ip','10.17.1.254'),(109255,14403,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109256,14403,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"bcqclpts\";s:13:\"Email address\";s:19:\"rysonz9@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109257,14403,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109258,14403,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"bcqclpts\";s:20:\"comment_author_email\";s:19:\"rysonz9@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7448ed59-9de4-4af5-b932-da63aa7dfa7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33626\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"190\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"190\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298202.5244\";s:12:\"REQUEST_TIME\";s:10:\"1376298202\";}'),(109259,14403,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:110:\"Name : bcqclpts \n\nEmail address : rysonz9@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:03 am\n\";s:7:\"headers\";s:110:\"From: bcqclpts <rysonz9@hotmail.com>\r\nReply-To: rysonz9@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109260,14404,'_feedback_author','fcqxmxmp'),(109261,14404,'_feedback_author_email','fresid24@hotmail.com'),(109262,14404,'_feedback_author_url',''),(109263,14404,'_feedback_subject','SOTIC subscribers'),(109264,14404,'_feedback_ip','10.17.1.254'),(109265,14404,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109266,14404,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"fcqxmxmp\";s:13:\"Email address\";s:20:\"fresid24@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109267,14404,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109268,14404,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"fcqxmxmp\";s:20:\"comment_author_email\";s:20:\"fresid24@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33727\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:81:\"Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298318.2271\";s:12:\"REQUEST_TIME\";s:10:\"1376298318\";}'),(109269,14404,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : fcqxmxmp \n\nEmail address : fresid24@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:05 am\n\";s:7:\"headers\";s:112:\"From: fcqxmxmp <fresid24@hotmail.com>\r\nReply-To: fresid24@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109270,14405,'_feedback_author','tcqhxnev'),(109271,14405,'_feedback_author_email','ccannarid@hotmail.com'),(109272,14405,'_feedback_author_url',''),(109273,14405,'_feedback_subject','SOTIC subscribers'),(109274,14405,'_feedback_ip','10.17.1.254'),(109275,14405,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109276,14405,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"tcqhxnev\";s:13:\"Email address\";s:21:\"ccannarid@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109277,14405,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109278,14405,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"tcqhxnev\";s:20:\"comment_author_email\";s:21:\"ccannarid@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33748\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298358.7629\";s:12:\"REQUEST_TIME\";s:10:\"1376298358\";}'),(109279,14405,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : tcqhxnev \n\nEmail address : ccannarid@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:06 am\n\";s:7:\"headers\";s:114:\"From: tcqhxnev <ccannarid@hotmail.com>\r\nReply-To: ccannarid@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109280,14406,'_feedback_author','ppqrxrqao'),(109281,14406,'_feedback_author_email','onesellm@hotmail.com'),(109282,14406,'_feedback_author_url',''),(109283,14406,'_feedback_subject','SOTIC subscribers'),(109284,14406,'_feedback_ip','10.17.1.254'),(109285,14406,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109286,14406,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ppqrxrqao\";s:13:\"Email address\";s:20:\"onesellm@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109287,14406,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109288,14406,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ppqrxrqao\";s:20:\"comment_author_email\";s:20:\"onesellm@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33839\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"198.2.198.161\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298505.7028\";s:12:\"REQUEST_TIME\";s:10:\"1376298505\";}'),(109289,14406,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : ppqrxrqao \n\nEmail address : onesellm@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:08 am\n\";s:7:\"headers\";s:113:\"From: ppqrxrqao <onesellm@hotmail.com>\r\nReply-To: onesellm@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109290,14407,'_feedback_author','epqqmznrs'),(109291,14407,'_feedback_author_email','chiourchp@hotmail.com'),(109292,14407,'_feedback_author_url',''),(109293,14407,'_feedback_subject','SOTIC subscribers'),(109294,14407,'_feedback_ip','10.17.1.254'),(109295,14407,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109296,14407,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"epqqmznrs\";s:13:\"Email address\";s:21:\"chiourchp@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109297,14407,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109298,14407,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"epqqmznrs\";s:20:\"comment_author_email\";s:21:\"chiourchp@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34037\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298728.9099\";s:12:\"REQUEST_TIME\";s:10:\"1376298728\";}'),(109299,14407,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : epqqmznrs \n\nEmail address : chiourchp@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:12 am\n\";s:7:\"headers\";s:115:\"From: epqqmznrs <chiourchp@hotmail.com>\r\nReply-To: chiourchp@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109300,14408,'_feedback_author','gpqhjndwd'),(109301,14408,'_feedback_author_email','iodilup@hotmail.com'),(109302,14408,'_feedback_author_url',''),(109303,14408,'_feedback_subject','SOTIC subscribers'),(109304,14408,'_feedback_ip','10.17.1.254'),(109305,14408,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109306,14408,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"gpqhjndwd\";s:13:\"Email address\";s:19:\"iodilup@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109307,14408,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109308,14408,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"gpqhjndwd\";s:20:\"comment_author_email\";s:19:\"iodilup@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34115\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298843.7139\";s:12:\"REQUEST_TIME\";s:10:\"1376298843\";}'),(109309,14408,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : gpqhjndwd \n\nEmail address : iodilup@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:14 am\n\";s:7:\"headers\";s:111:\"From: gpqhjndwd <iodilup@hotmail.com>\r\nReply-To: iodilup@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109310,14409,'_feedback_author','vpqekkjet'),(109311,14409,'_feedback_author_email','disimo9@hotmail.com'),(109312,14409,'_feedback_author_url',''),(109313,14409,'_feedback_subject','SOTIC subscribers'),(109314,14409,'_feedback_ip','10.17.1.254'),(109315,14409,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109316,14409,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"vpqekkjet\";s:13:\"Email address\";s:19:\"disimo9@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109317,14409,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109318,14409,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"vpqekkjet\";s:20:\"comment_author_email\";s:19:\"disimo9@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34115\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298876.2627\";s:12:\"REQUEST_TIME\";s:10:\"1376298876\";}'),(109319,14409,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : vpqekkjet \n\nEmail address : disimo9@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:14 am\n\";s:7:\"headers\";s:111:\"From: vpqekkjet <disimo9@hotmail.com>\r\nReply-To: disimo9@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109320,14410,'_feedback_author','ecqgudyc'),(109321,14410,'_feedback_author_email','ncherp21@hotmail.com'),(109322,14410,'_feedback_author_url',''),(109323,14410,'_feedback_subject','SOTIC subscribers'),(109324,14410,'_feedback_ip','10.17.1.254'),(109325,14410,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109326,14410,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"ecqgudyc\";s:13:\"Email address\";s:20:\"ncherp21@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109327,14410,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109328,14410,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"ecqgudyc\";s:20:\"comment_author_email\";s:20:\"ncherp21@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34141\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298945.8455\";s:12:\"REQUEST_TIME\";s:10:\"1376298945\";}'),(109329,14410,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : ecqgudyc \n\nEmail address : ncherp21@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:15 am\n\";s:7:\"headers\";s:112:\"From: ecqgudyc <ncherp21@hotmail.com>\r\nReply-To: ncherp21@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109330,14411,'_feedback_author','rcqahebz'),(109331,14411,'_feedback_author_email','tkoondrus@hotmail.com'),(109332,14411,'_feedback_author_url',''),(109333,14411,'_feedback_subject','SOTIC subscribers'),(109334,14411,'_feedback_ip','10.17.1.254'),(109335,14411,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109336,14411,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"rcqahebz\";s:13:\"Email address\";s:21:\"tkoondrus@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109337,14411,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109338,14411,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"rcqahebz\";s:20:\"comment_author_email\";s:21:\"tkoondrus@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34212\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376298994.9748\";s:12:\"REQUEST_TIME\";s:10:\"1376298994\";}'),(109339,14411,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : rcqahebz \n\nEmail address : tkoondrus@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:16 am\n\";s:7:\"headers\";s:114:\"From: rcqahebz <tkoondrus@hotmail.com>\r\nReply-To: tkoondrus@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109340,14412,'_feedback_author','bcqqrszt'),(109341,14412,'_feedback_author_email','xmansc18@hotmail.com'),(109342,14412,'_feedback_author_url',''),(109343,14412,'_feedback_subject','SOTIC subscribers'),(109344,14412,'_feedback_ip','10.17.1.254'),(109345,14412,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109346,14412,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"bcqqrszt\";s:13:\"Email address\";s:20:\"xmansc18@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109347,14412,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109348,14412,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"bcqqrszt\";s:20:\"comment_author_email\";s:20:\"xmansc18@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:84:\"Opera/9.80 (Windows NT 5.1; U; MRA 6.0 (build 5970); ru) Presto/2.7.62 Version/11.00\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34411\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:84:\"Opera/9.80 (Windows NT 5.1; U; MRA 6.0 (build 5970); ru) Presto/2.7.62 Version/11.00\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376299226.0064\";s:12:\"REQUEST_TIME\";s:10:\"1376299226\";}'),(109349,14412,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : bcqqrszt \n\nEmail address : xmansc18@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:20 am\n\";s:7:\"headers\";s:112:\"From: bcqqrszt <xmansc18@hotmail.com>\r\nReply-To: xmansc18@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109350,14413,'_feedback_author','opqgaayov'),(109351,14413,'_feedback_author_email','weiderho@hotmail.com'),(109352,14413,'_feedback_author_url',''),(109353,14413,'_feedback_subject','SOTIC subscribers'),(109354,14413,'_feedback_ip','10.17.1.254'),(109355,14413,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109356,14413,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"opqgaayov\";s:13:\"Email address\";s:20:\"weiderho@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109357,14413,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109358,14413,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"opqgaayov\";s:20:\"comment_author_email\";s:20:\"weiderho@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f7d9709b-4ad7-445c-b291-3ac7647ff1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34446\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"142.0.138.33\";s:15:\"HTTP_USER_AGENT\";s:69:\"Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376299278.5252\";s:12:\"REQUEST_TIME\";s:10:\"1376299278\";}'),(109359,14413,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : opqgaayov \n\nEmail address : weiderho@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 5:21 am\n\";s:7:\"headers\";s:113:\"From: opqgaayov <weiderho@hotmail.com>\r\nReply-To: weiderho@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109372,14416,'_feedback_author','jpqosdymj'),(109373,14416,'_feedback_author_email','enhaggi@hotmail.com'),(109374,14416,'_feedback_author_url',''),(109375,14416,'_feedback_subject','SOTIC subscribers'),(109376,14416,'_feedback_ip','10.17.1.254'),(109377,14416,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109378,14416,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"jpqosdymj\";s:13:\"Email address\";s:19:\"enhaggi@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109379,14416,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109380,14416,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"jpqosdymj\";s:20:\"comment_author_email\";s:19:\"enhaggi@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43724\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311438.0834\";s:12:\"REQUEST_TIME\";s:10:\"1376311438\";}'),(109381,14416,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : jpqosdymj \n\nEmail address : enhaggi@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:44 am\n\";s:7:\"headers\";s:111:\"From: jpqosdymj <enhaggi@hotmail.com>\r\nReply-To: enhaggi@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109382,14417,'_feedback_author','gcqkibyt'),(109383,14417,'_feedback_author_email','amsahaioy@hotmail.com'),(109384,14417,'_feedback_author_url',''),(109385,14417,'_feedback_subject','SOTIC subscribers'),(109386,14417,'_feedback_ip','10.17.1.254'),(109387,14417,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109388,14417,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"gcqkibyt\";s:13:\"Email address\";s:21:\"amsahaioy@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109389,14417,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109390,14417,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"gcqkibyt\";s:20:\"comment_author_email\";s:21:\"amsahaioy@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43892\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:61:\"Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311626.8416\";s:12:\"REQUEST_TIME\";s:10:\"1376311626\";}'),(109391,14417,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : gcqkibyt \n\nEmail address : amsahaioy@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:47 am\n\";s:7:\"headers\";s:114:\"From: gcqkibyt <amsahaioy@hotmail.com>\r\nReply-To: amsahaioy@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109392,14418,'_feedback_author','acqvxegk'),(109393,14418,'_feedback_author_email','iemietzsa@hotmail.com'),(109394,14418,'_feedback_author_url',''),(109395,14418,'_feedback_subject','SOTIC subscribers'),(109396,14418,'_feedback_ip','10.17.1.254'),(109397,14418,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109398,14418,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"acqvxegk\";s:13:\"Email address\";s:21:\"iemietzsa@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109399,14418,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109400,14418,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"acqvxegk\";s:20:\"comment_author_email\";s:21:\"iemietzsa@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44013\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0) Gecko/20120313 Firefox/11.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311758.5184\";s:12:\"REQUEST_TIME\";s:10:\"1376311758\";}'),(109401,14418,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : acqvxegk \n\nEmail address : iemietzsa@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:49 am\n\";s:7:\"headers\";s:114:\"From: acqvxegk <iemietzsa@hotmail.com>\r\nReply-To: iemietzsa@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109402,14419,'_feedback_author','dcqriqct'),(109403,14419,'_feedback_author_email','apinawe@hotmail.com'),(109404,14419,'_feedback_author_url',''),(109405,14419,'_feedback_subject','SOTIC subscribers'),(109406,14419,'_feedback_ip','10.17.1.254'),(109407,14419,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109408,14419,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"dcqriqct\";s:13:\"Email address\";s:19:\"apinawe@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109409,14419,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109410,14419,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"dcqriqct\";s:20:\"comment_author_email\";s:19:\"apinawe@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43983\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"190\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"190\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311815.1448\";s:12:\"REQUEST_TIME\";s:10:\"1376311815\";}'),(109411,14419,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:110:\"Name : dcqriqct \n\nEmail address : apinawe@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:50 am\n\";s:7:\"headers\";s:110:\"From: dcqriqct <apinawe@hotmail.com>\r\nReply-To: apinawe@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109412,14420,'_feedback_author','ocqhhder'),(109413,14420,'_feedback_author_email','talaroric@hotmail.com'),(109414,14420,'_feedback_author_url',''),(109415,14420,'_feedback_subject','SOTIC subscribers'),(109416,14420,'_feedback_ip','10.17.1.254'),(109417,14420,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109418,14420,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"ocqhhder\";s:13:\"Email address\";s:21:\"talaroric@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109419,14420,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109420,14420,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"ocqhhder\";s:20:\"comment_author_email\";s:21:\"talaroric@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Opera/9.80 (Windows NT 5.1; U; YB/3.5.1; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44009\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:74:\"Opera/9.80 (Windows NT 5.1; U; YB/3.5.1; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311819.1292\";s:12:\"REQUEST_TIME\";s:10:\"1376311819\";}'),(109421,14420,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : ocqhhder \n\nEmail address : talaroric@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:50 am\n\";s:7:\"headers\";s:114:\"From: ocqhhder <talaroric@hotmail.com>\r\nReply-To: talaroric@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109422,14421,'_feedback_author','dpqcmhkdl'),(109423,14421,'_feedback_author_email','hmdetomma@hotmail.com'),(109424,14421,'_feedback_author_url',''),(109425,14421,'_feedback_subject','SOTIC subscribers'),(109426,14421,'_feedback_ip','10.17.1.254'),(109427,14421,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109428,14421,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"dpqcmhkdl\";s:13:\"Email address\";s:21:\"hmdetomma@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109429,14421,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109430,14421,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"dpqcmhkdl\";s:20:\"comment_author_email\";s:21:\"hmdetomma@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44083\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311855.0376\";s:12:\"REQUEST_TIME\";s:10:\"1376311855\";}'),(109431,14421,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : dpqcmhkdl \n\nEmail address : hmdetomma@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:50 am\n\";s:7:\"headers\";s:115:\"From: dpqcmhkdl <hmdetomma@hotmail.com>\r\nReply-To: hmdetomma@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109432,14422,'_feedback_author','mcqbygwc'),(109433,14422,'_feedback_author_email','iteevalco@hotmail.com'),(109434,14422,'_feedback_author_url',''),(109435,14422,'_feedback_subject','SOTIC subscribers'),(109436,14422,'_feedback_ip','10.17.1.254'),(109437,14422,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109438,14422,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"mcqbygwc\";s:13:\"Email address\";s:21:\"iteevalco@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109439,14422,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109440,14422,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"mcqbygwc\";s:20:\"comment_author_email\";s:21:\"iteevalco@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:294:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; MRA 6.0 (build 6005); User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E; MRIE8PACK 2.0.1)\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43983\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:294:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; MRA 6.0 (build 6005); User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; .NET4.0E; MRIE8PACK 2.0.1)\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376311864.382\";s:12:\"REQUEST_TIME\";s:10:\"1376311864\";}'),(109441,14422,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : mcqbygwc \n\nEmail address : iteevalco@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:51 am\n\";s:7:\"headers\";s:114:\"From: mcqbygwc <iteevalco@hotmail.com>\r\nReply-To: iteevalco@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109442,14423,'_feedback_author','pcqaoljz'),(109443,14423,'_feedback_author_email','nisoblene@hotmail.com'),(109444,14423,'_feedback_author_url',''),(109445,14423,'_feedback_subject','SOTIC subscribers'),(109446,14423,'_feedback_ip','10.17.1.254'),(109447,14423,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109448,14423,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"pcqaoljz\";s:13:\"Email address\";s:21:\"nisoblene@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109449,14423,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109450,14423,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"pcqaoljz\";s:20:\"comment_author_email\";s:21:\"nisoblene@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.2; WOW64) Presto/2.12.388 Version/12.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7e5e8d30-1fd5-4cda-a8b2-e95e06504a0c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44094\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.2; WOW64) Presto/2.12.388 Version/12.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376311909.0564\";s:12:\"REQUEST_TIME\";s:10:\"1376311909\";}'),(109451,14423,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : pcqaoljz \n\nEmail address : nisoblene@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:51 am\n\";s:7:\"headers\";s:114:\"From: pcqaoljz <nisoblene@hotmail.com>\r\nReply-To: nisoblene@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109452,14424,'_feedback_author','zcqoxtkw'),(109453,14424,'_feedback_author_email','kalagau@hotmail.com'),(109454,14424,'_feedback_author_url',''),(109455,14424,'_feedback_subject','SOTIC subscribers'),(109456,14424,'_feedback_ip','10.17.1.254'),(109457,14424,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109458,14424,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"zcqoxtkw\";s:13:\"Email address\";s:19:\"kalagau@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109459,14424,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109460,14424,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"zcqoxtkw\";s:20:\"comment_author_email\";s:19:\"kalagau@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44177\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"190\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"190\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312027.1869\";s:12:\"REQUEST_TIME\";s:10:\"1376312027\";}'),(109461,14424,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:110:\"Name : zcqoxtkw \n\nEmail address : kalagau@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:53 am\n\";s:7:\"headers\";s:110:\"From: zcqoxtkw <kalagau@hotmail.com>\r\nReply-To: kalagau@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109462,14425,'_feedback_author','ppqdsbzlo'),(109463,14425,'_feedback_author_email','nancavey@hotmail.com'),(109464,14425,'_feedback_author_url',''),(109465,14425,'_feedback_subject','SOTIC subscribers'),(109466,14425,'_feedback_ip','10.17.1.254'),(109467,14425,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109468,14425,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ppqdsbzlo\";s:13:\"Email address\";s:20:\"nancavey@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109469,14425,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109470,14425,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ppqdsbzlo\";s:20:\"comment_author_email\";s:20:\"nancavey@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44275\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312078.2067\";s:12:\"REQUEST_TIME\";s:10:\"1376312078\";}'),(109471,14425,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : ppqdsbzlo \n\nEmail address : nancavey@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:54 am\n\";s:7:\"headers\";s:113:\"From: ppqdsbzlo <nancavey@hotmail.com>\r\nReply-To: nancavey@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109472,14426,'_feedback_author','xpqbtvdow'),(109473,14426,'_feedback_author_email','amenmic@hotmail.com'),(109474,14426,'_feedback_author_url',''),(109475,14426,'_feedback_subject','SOTIC subscribers'),(109476,14426,'_feedback_ip','10.17.1.254'),(109477,14426,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109478,14426,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"xpqbtvdow\";s:13:\"Email address\";s:19:\"amenmic@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109479,14426,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109480,14426,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"xpqbtvdow\";s:20:\"comment_author_email\";s:19:\"amenmic@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44336\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312159.2751\";s:12:\"REQUEST_TIME\";s:10:\"1376312159\";}'),(109481,14426,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : xpqbtvdow \n\nEmail address : amenmic@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:56 am\n\";s:7:\"headers\";s:111:\"From: xpqbtvdow <amenmic@hotmail.com>\r\nReply-To: amenmic@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109482,14427,'_feedback_author','icqmjpmo'),(109483,14427,'_feedback_author_email','thyjeame@hotmail.com'),(109484,14427,'_feedback_author_url',''),(109485,14427,'_feedback_subject','SOTIC subscribers'),(109486,14427,'_feedback_ip','10.17.1.254'),(109487,14427,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109488,14427,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"icqmjpmo\";s:13:\"Email address\";s:20:\"thyjeame@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109489,14427,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109490,14427,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"icqmjpmo\";s:20:\"comment_author_email\";s:20:\"thyjeame@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:69:\"Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44368\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:69:\"Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312172.0419\";s:12:\"REQUEST_TIME\";s:10:\"1376312172\";}'),(109491,14427,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : icqmjpmo \n\nEmail address : thyjeame@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:56 am\n\";s:7:\"headers\";s:112:\"From: icqmjpmo <thyjeame@hotmail.com>\r\nReply-To: thyjeame@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109492,14429,'_feedback_author','zpqyeppim'),(109493,14429,'_feedback_author_email','siffertf@hotmail.com'),(109494,14429,'_feedback_author_url',''),(109495,14429,'_feedback_subject','SOTIC subscribers'),(109496,14429,'_feedback_ip','10.17.1.254'),(109497,14429,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109498,14429,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"zpqyeppim\";s:13:\"Email address\";s:20:\"siffertf@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109499,14429,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109500,14429,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"zpqyeppim\";s:20:\"comment_author_email\";s:20:\"siffertf@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Opera/9.80 (Windows NT 6.2; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44384\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:86:\"Opera/9.80 (Windows NT 6.2; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376312238.735\";s:12:\"REQUEST_TIME\";s:10:\"1376312238\";}'),(109501,14429,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : zpqyeppim \n\nEmail address : siffertf@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:57 am\n\";s:7:\"headers\";s:113:\"From: zpqyeppim <siffertf@hotmail.com>\r\nReply-To: siffertf@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109502,14430,'_feedback_author','ocquxbiw'),(109503,14430,'_feedback_author_email','rhannouri@hotmail.com'),(109504,14430,'_feedback_author_url',''),(109505,14430,'_feedback_subject','SOTIC subscribers'),(109506,14430,'_feedback_ip','10.17.1.254'),(109507,14430,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109508,14430,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"ocquxbiw\";s:13:\"Email address\";s:21:\"rhannouri@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109509,14430,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109510,14430,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"ocquxbiw\";s:20:\"comment_author_email\";s:21:\"rhannouri@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.289 Version/12.02\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44336\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.289 Version/12.02\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312259.8147\";s:12:\"REQUEST_TIME\";s:10:\"1376312259\";}'),(109511,14430,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : ocquxbiw \n\nEmail address : rhannouri@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:57 am\n\";s:7:\"headers\";s:114:\"From: ocquxbiw <rhannouri@hotmail.com>\r\nReply-To: rhannouri@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109512,14428,'_edit_last','2'),(109513,14428,'_edit_lock','1376313289:2'),(109514,14431,'_feedback_author','vcqexdih'),(109515,14431,'_feedback_author_email','rcrappmud@hotmail.com'),(109516,14431,'_feedback_author_url',''),(109517,14431,'_feedback_subject','SOTIC subscribers'),(109518,14431,'_feedback_ip','10.17.1.254'),(109519,14431,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109520,14431,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"vcqexdih\";s:13:\"Email address\";s:21:\"rcrappmud@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109521,14431,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109522,14431,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"vcqexdih\";s:20:\"comment_author_email\";s:21:\"rcrappmud@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44457\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.64\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312282.1758\";s:12:\"REQUEST_TIME\";s:10:\"1376312282\";}'),(109523,14431,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : vcqexdih \n\nEmail address : rcrappmud@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:58 am\n\";s:7:\"headers\";s:114:\"From: vcqexdih <rcrappmud@hotmail.com>\r\nReply-To: rcrappmud@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109524,14432,'_feedback_author','scqqronf'),(109525,14432,'_feedback_author_email','ndlerd24@hotmail.com'),(109526,14432,'_feedback_author_url',''),(109527,14432,'_feedback_subject','SOTIC subscribers'),(109528,14432,'_feedback_ip','10.17.1.254'),(109529,14432,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109530,14432,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"scqqronf\";s:13:\"Email address\";s:20:\"ndlerd24@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109531,14432,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109532,14432,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"scqqronf\";s:20:\"comment_author_email\";s:20:\"ndlerd24@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44333\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.200.51.1\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312288.9732\";s:12:\"REQUEST_TIME\";s:10:\"1376312288\";}'),(109533,14432,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : scqqronf \n\nEmail address : ndlerd24@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:58 am\n\";s:7:\"headers\";s:112:\"From: scqqronf <ndlerd24@hotmail.com>\r\nReply-To: ndlerd24@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109534,14433,'_feedback_author','ppqkeetgf'),(109535,14433,'_feedback_author_email','rneyapp@hotmail.com'),(109536,14433,'_feedback_author_url',''),(109537,14433,'_feedback_subject','SOTIC subscribers'),(109538,14433,'_feedback_ip','10.17.1.254'),(109539,14433,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109540,14433,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"ppqkeetgf\";s:13:\"Email address\";s:19:\"rneyapp@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109541,14433,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109542,14433,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"ppqkeetgf\";s:20:\"comment_author_email\";s:19:\"rneyapp@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44395\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312317.8033\";s:12:\"REQUEST_TIME\";s:10:\"1376312317\";}'),(109543,14433,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : ppqkeetgf \n\nEmail address : rneyapp@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:58 am\n\";s:7:\"headers\";s:111:\"From: ppqkeetgf <rneyapp@hotmail.com>\r\nReply-To: rneyapp@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109544,14428,'truethemes_video_url',''),(109545,14428,'truethemes_external_image_url',''),(109546,14428,'truethemes_slider_shortcode',''),(109547,14428,'truethemes_slider_cu3er',''),(109558,14436,'_feedback_author','lpqkmkmfo'),(109559,14436,'_feedback_author_email','talenpola@hotmail.com'),(109560,14436,'_feedback_author_url',''),(109561,14436,'_feedback_subject','SOTIC subscribers'),(109562,14436,'_feedback_ip','10.17.1.254'),(109563,14436,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109564,14436,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"lpqkmkmfo\";s:13:\"Email address\";s:21:\"talenpola@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109565,14436,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109566,14436,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"lpqkmkmfo\";s:20:\"comment_author_email\";s:21:\"talenpola@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44548\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312383.5732\";s:12:\"REQUEST_TIME\";s:10:\"1376312383\";}'),(109567,14436,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : lpqkmkmfo \n\nEmail address : talenpola@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:59 am\n\";s:7:\"headers\";s:115:\"From: lpqkmkmfo <talenpola@hotmail.com>\r\nReply-To: talenpola@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109568,14437,'_feedback_author','epqtczmgg'),(109569,14437,'_feedback_author_email','sschopla@hotmail.com'),(109570,14437,'_feedback_author_url',''),(109571,14437,'_feedback_subject','SOTIC subscribers'),(109572,14437,'_feedback_ip','10.17.1.254'),(109573,14437,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109574,14437,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"epqtczmgg\";s:13:\"Email address\";s:20:\"sschopla@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109575,14437,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109576,14437,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"epqtczmgg\";s:20:\"comment_author_email\";s:20:\"sschopla@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44488\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"198.2.200.97\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312392.5892\";s:12:\"REQUEST_TIME\";s:10:\"1376312392\";}'),(109577,14437,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : epqtczmgg \n\nEmail address : sschopla@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 8:59 am\n\";s:7:\"headers\";s:113:\"From: epqtczmgg <sschopla@hotmail.com>\r\nReply-To: sschopla@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109578,14438,'_feedback_author','dcqvhcso'),(109579,14438,'_feedback_author_email','onheartz@hotmail.com'),(109580,14438,'_feedback_author_url',''),(109581,14438,'_feedback_subject','SOTIC subscribers'),(109582,14438,'_feedback_ip','10.17.1.254'),(109583,14438,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109584,14438,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"dcqvhcso\";s:13:\"Email address\";s:20:\"onheartz@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109585,14438,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109586,14438,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"dcqvhcso\";s:20:\"comment_author_email\";s:20:\"onheartz@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44687\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312580.1462\";s:12:\"REQUEST_TIME\";s:10:\"1376312580\";}'),(109587,14438,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : dcqvhcso \n\nEmail address : onheartz@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 9:03 am\n\";s:7:\"headers\";s:112:\"From: dcqvhcso <onheartz@hotmail.com>\r\nReply-To: onheartz@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109588,14439,'_feedback_author','vpqxfhyjq'),(109589,14439,'_feedback_author_email','dydurak@hotmail.com'),(109590,14439,'_feedback_author_url',''),(109591,14439,'_feedback_subject','SOTIC subscribers'),(109592,14439,'_feedback_ip','10.17.1.254'),(109593,14439,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109594,14439,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"vpqxfhyjq\";s:13:\"Email address\";s:19:\"dydurak@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109595,14439,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109596,14439,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"vpqxfhyjq\";s:20:\"comment_author_email\";s:19:\"dydurak@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-df40b507-6e54-491e-bb67-03831e24dee4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44865\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312744.5064\";s:12:\"REQUEST_TIME\";s:10:\"1376312744\";}'),(109597,14439,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : vpqxfhyjq \n\nEmail address : dydurak@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 9:05 am\n\";s:7:\"headers\";s:111:\"From: vpqxfhyjq <dydurak@hotmail.com>\r\nReply-To: dydurak@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109598,14440,'_feedback_author','upqthjzaj'),(109599,14440,'_feedback_author_email','ezmarc19@hotmail.com'),(109600,14440,'_feedback_author_url',''),(109601,14440,'_feedback_subject','SOTIC subscribers'),(109602,14440,'_feedback_ip','10.17.1.254'),(109603,14440,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109604,14440,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"upqthjzaj\";s:13:\"Email address\";s:20:\"ezmarc19@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109605,14440,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109606,14440,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"upqthjzaj\";s:20:\"comment_author_email\";s:20:\"ezmarc19@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4 u01-09\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1b8b1e62-5553-4b79-86a3-599fdf141c58\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44887\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"192\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4 u01-09\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"192\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312778.6676\";s:12:\"REQUEST_TIME\";s:10:\"1376312778\";}'),(109607,14440,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:112:\"Name : upqthjzaj \n\nEmail address : ezmarc19@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 9:06 am\n\";s:7:\"headers\";s:113:\"From: upqthjzaj <ezmarc19@hotmail.com>\r\nReply-To: ezmarc19@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109608,14441,'_feedback_author','xpqfjybkz'),(109609,14441,'_feedback_author_email','tasnyschi@hotmail.com'),(109610,14441,'_feedback_author_url',''),(109611,14441,'_feedback_subject','SOTIC subscribers'),(109612,14441,'_feedback_ip','10.17.1.254'),(109613,14441,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109614,14441,'_feedback_all_fields','a:3:{s:4:\"Name\";s:9:\"xpqfjybkz\";s:13:\"Email address\";s:21:\"tasnyschi@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109615,14441,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109616,14441,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:9:\"xpqfjybkz\";s:20:\"comment_author_email\";s:21:\"tasnyschi@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1b8b1e62-5553-4b79-86a3-599fdf141c58\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44958\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"193\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312857.4305\";s:12:\"REQUEST_TIME\";s:10:\"1376312857\";}'),(109617,14441,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:113:\"Name : xpqfjybkz \n\nEmail address : tasnyschi@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 9:07 am\n\";s:7:\"headers\";s:115:\"From: xpqfjybkz <tasnyschi@hotmail.com>\r\nReply-To: tasnyschi@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109618,14442,'_feedback_author','scqywtvc'),(109619,14442,'_feedback_author_email','elnapm10@hotmail.com'),(109620,14442,'_feedback_author_url',''),(109621,14442,'_feedback_subject','SOTIC subscribers'),(109622,14442,'_feedback_ip','10.17.1.254'),(109623,14442,'_feedback_contact_form_url','http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/'),(109624,14442,'_feedback_all_fields','a:3:{s:4:\"Name\";s:8:\"scqywtvc\";s:13:\"Email address\";s:20:\"elnapm10@hotmail.com\";s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109625,14442,'_feedback_extra_fields','a:1:{s:35:\"Yes, send me details on SOTIC 2013.\";s:0:\"\";}'),(109626,14442,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:8:\"scqywtvc\";s:20:\"comment_author_email\";s:20:\"elnapm10@hotmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:17:\"SOTIC subscribers\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.2; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1b8b1e62-5553-4b79-86a3-599fdf141c58\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45020\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:52:\"/events-calendar/sotic-2013/registration-sotic-2013/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"137.175.11.97\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.2; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:79:\"http://www.onecaribbean.org/events-calendar/sotic-2013/registration-sotic-2013/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"191\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376312953.2423\";s:12:\"REQUEST_TIME\";s:10:\"1376312953\";}'),(109627,14442,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:17:\"SOTIC subscribers\";s:7:\"message\";s:111:\"Name : scqywtvc \n\nEmail address : elnapm10@hotmail.com \n\nMessage was sent on Monday August 12, 2013 at 9:09 am\n\";s:7:\"headers\";s:112:\"From: scqywtvc <elnapm10@hotmail.com>\r\nReply-To: elnapm10@hotmail.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109628,14435,'_edit_last','2'),(109629,14435,'_edit_lock','1376313243:2'),(109630,14435,'truethemes_video_url',''),(109631,14435,'truethemes_external_image_url',''),(109632,14435,'truethemes_slider_shortcode',''),(109633,14435,'truethemes_slider_cu3er',''),(109642,14435,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(109643,14435,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(109652,14428,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(109653,14428,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(109820,14465,'_feedback_author',''),(109821,14465,'_feedback_author_email',''),(109822,14465,'_feedback_author_url',''),(109823,14465,'_feedback_subject','Signup form OneCaribbean'),(109824,14465,'_feedback_ip','10.17.1.254'),(109825,14465,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(109826,14465,'_feedback_all_fields','a:13:{s:4:\"Name\";s:10:\"Marc James\";s:13:\"Email address\";s:17:\"Marc.james@ba.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:2:\"BA\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(109827,14465,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:10:\"Marc James\";s:13:\"Email address\";s:17:\"Marc.james@ba.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:2:\"BA\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(109828,14465,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A407 Safari/8536.25\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a26a07bc-9219-4c7d-b152-0faa3ff1a78f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36759\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"559\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"81.153.101.5\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A407 Safari/8536.25\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"559\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376337601.0381\";s:12:\"REQUEST_TIME\";s:10:\"1376337601\";}'),(109829,14465,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:456:\"Name: Marc James\n\nEmail address: Marc.james@ba.com\n\nCountry of Residence: UK\n\nName of Organization/Company: BA\n\nWhich best describes you?: Airline\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday August 12, 2013 at 4:00 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109830,14466,'_feedback_author',''),(109831,14466,'_feedback_author_email',''),(109832,14466,'_feedback_author_url',''),(109833,14466,'_feedback_subject','Signup form OneCaribbean'),(109834,14466,'_feedback_ip','10.17.1.254'),(109835,14466,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(109836,14466,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Stewart Kelly\";s:13:\"Email address\";s:19:\"stew2@optonline.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:30:\"eCommerce Enterprise Group LLC\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(109837,14466,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Stewart Kelly\";s:13:\"Email address\";s:19:\"stew2@optonline.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:30:\"eCommerce Enterprise Group LLC\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(109838,14466,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-02e28e68-07d4-4287-be75-b312199b8eff\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44997\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"574\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"68.195.191.114\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"574\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376391478.204\";s:12:\"REQUEST_TIME\";s:10:\"1376391478\";}'),(109839,14466,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:470:\"Name: Stewart Kelly\n\nEmail address: stew2@optonline.net\n\nCountry of Residence: USA\n\nName of Organization/Company: eCommerce Enterprise Group LLC\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday August 13, 2013 at 6:58 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(109902,14476,'_edit_last','2'),(109903,14476,'_edit_lock','1392834804:2'),(109904,14477,'_wp_attached_file','SliderCbbnGuide.jpg'),(109905,14477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:19:\"SliderCbbnGuide.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SliderCbbnGuide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"SliderCbbnGuide-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(109909,14476,'slider_image_url','http://www.onecaribbean.org/resources/cto-publications/'),(109910,14476,'slider_alignment','align_left'),(109917,7488,'groups-groups_read_post','Allied'),(109930,7488,'groups-groups_read_post','Allied'),(110000,14491,'_edit_last','2'),(110001,14491,'_edit_lock','1379687402:2'),(110006,14491,'_event_id','1972'),(110007,14491,'_event_start_time','00:00:00'),(110008,14491,'_event_end_time','00:00:00'),(110009,14491,'_event_all_day','1'),(110010,14491,'_event_start_date','2013-11-07'),(110011,14491,'_event_end_date','2013-11-10'),(110012,14491,'_event_rsvp','0'),(110013,14491,'_event_rsvp_date',''),(110014,14491,'_event_rsvp_time','00:00:00'),(110015,14491,'_event_spaces',''),(110016,14491,'_location_id','8'),(110017,14491,'_recurrence_id',''),(110018,14491,'_event_status','1'),(110019,14491,'_event_private','0'),(110020,14491,'_event_date_created',''),(110021,14491,'_event_date_modified',''),(110022,14491,'_blog_id',''),(110023,14491,'_group_id','0'),(110024,14491,'_recurrence','0'),(110025,14491,'_recurrence_interval',''),(110026,14491,'_recurrence_freq',''),(110027,14491,'_recurrence_days','0'),(110028,14491,'_recurrence_byday',''),(110029,14491,'_recurrence_byweekno',''),(110030,14491,'_start_ts','1383782400'),(110031,14491,'_end_ts','1384041600'),(110032,14492,'_edit_last','2'),(110033,14492,'_edit_lock','1379688237:2'),(110038,14492,'_event_id','1973'),(110039,14492,'_event_start_time','00:00:00'),(110040,14492,'_event_end_time','00:00:00'),(110041,14492,'_event_all_day','1'),(110042,14492,'_event_start_date','2013-11-16'),(110043,14492,'_event_end_date','2013-11-16'),(110044,14492,'_event_rsvp','0'),(110045,14492,'_event_rsvp_date',''),(110046,14492,'_event_rsvp_time','00:00:00'),(110047,14492,'_event_spaces',''),(110048,14492,'_location_id','8'),(110049,14492,'_recurrence_id',''),(110050,14492,'_event_status','1'),(110051,14492,'_event_private','0'),(110052,14492,'_event_date_created',''),(110053,14492,'_event_date_modified',''),(110054,14492,'_blog_id',''),(110055,14492,'_group_id','0'),(110056,14492,'_recurrence','0'),(110057,14492,'_recurrence_interval',''),(110058,14492,'_recurrence_freq',''),(110059,14492,'_recurrence_days','0'),(110060,14492,'_recurrence_byday',''),(110061,14492,'_recurrence_byweekno',''),(110062,14492,'_start_ts','1384560000'),(110063,14492,'_end_ts','1384560000'),(110066,14496,'_edit_last','2'),(110067,14496,'_edit_lock','1376506510:2'),(110068,14496,'truethemes_video_url',''),(110069,14496,'truethemes_external_image_url',''),(110070,14496,'truethemes_slider_shortcode',''),(110071,14496,'truethemes_slider_cu3er',''),(110080,14496,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110081,14496,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110094,14501,'_wp_attached_file','AAlogoSOTIC.jpg'),(110095,14501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:240;s:4:\"file\";s:15:\"AAlogoSOTIC.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"AAlogoSOTIC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(110120,14511,'_feedback_author',''),(110121,14511,'_feedback_author_email',''),(110122,14511,'_feedback_author_url',''),(110123,14511,'_feedback_subject','Signup form OneCaribbean'),(110124,14511,'_feedback_ip','10.17.1.254'),(110125,14511,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110126,14511,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"Erica Clapp\";s:13:\"Email address\";s:26:\"erica@beachbumvacation.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:19:\"Beach Bum Vacations\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110127,14511,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"Erica Clapp\";s:13:\"Email address\";s:26:\"erica@beachbumvacation.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:19:\"Beach Bum Vacations\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110128,14511,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ad89f0d4-a2f8-4dd8-b798-e2e0dea1c6ce\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42769\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"522\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"98.214.90.153\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"522\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376590787.7902\";s:12:\"REQUEST_TIME\";s:10:\"1376590787\";}'),(110129,14511,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:425:\"Name: Erica Clapp\n\nEmail address: erica@beachbumvacation.com\n\nCountry of Residence: United States\n\nName of Organization/Company: Beach Bum Vacations\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday August 15, 2013 at 2:19 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110130,14512,'_feedback_author',''),(110131,14512,'_feedback_author_email',''),(110132,14512,'_feedback_author_url',''),(110133,14512,'_feedback_subject','Signup form OneCaribbean'),(110134,14512,'_feedback_ip','10.17.1.254'),(110135,14512,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110136,14512,'_feedback_all_fields','a:13:{s:4:\"Name\";s:4:\"Linn\";s:13:\"Email address\";s:24:\"linn_callender@yahoo.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:1:\"-\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110137,14512,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:4:\"Linn\";s:13:\"Email address\";s:24:\"linn_callender@yahoo.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:1:\"-\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110138,14512,'_feedback_akismet_values','a:109:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:158:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; InfoPath.2; .NET CLR 3.5.30729)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-08bd8124-c67c-4531-a4ea-ad8e4969833d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60139\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"578\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.73.197.81\";s:15:\"HTTP_CUDA_CLIIP\";s:14:\"192.168.231.95\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:158:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; InfoPath.2; .NET CLR 3.5.30729)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:267:\"image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"578\";s:8:\"HTTP_VIA\";s:56:\"1.1 barracuda.tourism.gov.bb:8080 (http_scan/4.0.2.6.19)\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:24:\"no-cache, max-age=259200\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376659024.1951\";s:12:\"REQUEST_TIME\";s:10:\"1376659024\";}'),(110139,14512,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:475:\"Name: Linn\n\nEmail address: linn_callender@yahoo.com\n\nCountry of Residence: Barbados\n\nName of Organization/Company: -\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday August 16, 2013 at 9:17 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110140,14513,'_feedback_author',''),(110141,14513,'_feedback_author_email',''),(110142,14513,'_feedback_author_url',''),(110143,14513,'_feedback_subject','Signup form OneCaribbean'),(110144,14513,'_feedback_ip','10.17.1.254'),(110145,14513,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110146,14513,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"marina lewis\";s:13:\"Email address\";s:14:\"dcanqt@aol.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:14:\"New You Images\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110147,14513,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"marina lewis\";s:13:\"Email address\";s:14:\"dcanqt@aol.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:14:\"New You Images\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110148,14513,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dc19354e-6ae7-4a45-bd8f-f6493f77076b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46833\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"568\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.124.184.11\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"568\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1376765034.084\";s:12:\"REQUEST_TIME\";s:10:\"1376765034\";}'),(110149,14513,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:469:\"Name: marina lewis\n\nEmail address: dcanqt@aol.com\n\nCountry of Residence: United States\n\nName of Organization/Company: New You Images\n\nWhich best describes you?: Educational Institution\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Saturday August 17, 2013 at 2:43 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110162,14516,'_edit_last','2'),(110163,14516,'_edit_lock','1376933810:2'),(110164,14516,'truethemes_video_url',''),(110165,14516,'truethemes_external_image_url',''),(110166,14516,'truethemes_slider_shortcode',''),(110167,14516,'truethemes_slider_cu3er',''),(110176,14516,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110177,14516,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110178,14519,'_feedback_author',''),(110179,14519,'_feedback_author_email',''),(110180,14519,'_feedback_author_url',''),(110181,14519,'_feedback_subject','Signup form OneCaribbean'),(110182,14519,'_feedback_ip','10.17.1.254'),(110183,14519,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110184,14519,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Tanya Lightbourne\";s:13:\"Email address\";s:20:\"tanjan19@hotmail.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110185,14519,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Tanya Lightbourne\";s:13:\"Email address\";s:20:\"tanjan19@hotmail.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110186,14519,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8fd4c46e-f2f4-4ea5-b447-f2791896c59f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50943\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"570\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"72.51.97.171\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:6:\"en-029\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"570\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376934288.0922\";s:12:\"REQUEST_TIME\";s:10:\"1376934288\";}'),(110187,14519,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:433:\"Name: Tanya Lightbourne\n\nEmail address: tanjan19@hotmail.com\n\nCountry of Residence: Barbados\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Monday August 19, 2013 at 1:44 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110188,14520,'_edit_last','2'),(110189,14520,'_edit_lock','1376938732:2'),(110190,14520,'truethemes_video_url',''),(110191,14520,'truethemes_external_image_url',''),(110192,14520,'truethemes_slider_shortcode',''),(110193,14520,'truethemes_slider_cu3er',''),(110202,14520,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110203,14520,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110228,14526,'_feedback_author',''),(110229,14526,'_feedback_author_email',''),(110230,14526,'_feedback_author_url',''),(110231,14526,'_feedback_subject','Signup form OneCaribbean'),(110232,14526,'_feedback_ip','10.17.1.254'),(110233,14526,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110234,14526,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"ybywgdyf\";s:13:\"Email address\";s:17:\"crgrai@cfodip.com\";s:20:\"Country of Residence\";s:4:\"3360\";s:28:\"Name of Organization/Company\";s:8:\"ybywgdyf\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:10:\"QbbbNpItrv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110235,14526,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"ybywgdyf\";s:13:\"Email address\";s:17:\"crgrai@cfodip.com\";s:20:\"Country of Residence\";s:4:\"3360\";s:28:\"Name of Organization/Company\";s:8:\"ybywgdyf\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:10:\"QbbbNpItrv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110236,14526,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a2fce5c5-9762-4469-8670-6a09b4b4af08\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47652\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"323\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"217.172.180.18\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"323\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1376971990.4957\";s:12:\"REQUEST_TIME\";s:10:\"1376971990\";}'),(110237,14526,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:287:\"Name: ybywgdyf\n\nEmail address: crgrai@cfodip.com\n\nCountry of Residence: 3360\n\nName of Organization/Company: ybywgdyf\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: QbbbNpItrv\n\nMessage was sent on Tuesday August 20, 2013 at 12:13 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110238,14527,'_edit_last','2'),(110239,14527,'_edit_lock','1377006298:2'),(110240,14527,'truethemes_video_url',''),(110241,14527,'truethemes_external_image_url',''),(110242,14527,'truethemes_slider_shortcode',''),(110243,14527,'truethemes_slider_cu3er',''),(110252,14527,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110253,14527,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110254,14529,'_edit_last','2'),(110255,14529,'_edit_lock','1377010815:2'),(110256,14529,'truethemes_video_url',''),(110257,14529,'truethemes_external_image_url',''),(110258,14529,'truethemes_slider_shortcode',''),(110259,14529,'truethemes_slider_cu3er',''),(110268,14529,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110269,14529,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110285,14534,'_feedback_author',''),(110286,14534,'_feedback_author_email',''),(110287,14534,'_feedback_author_url',''),(110288,14534,'_feedback_subject','Signup form OneCaribbean'),(110289,14534,'_feedback_ip','10.17.1.254'),(110290,14534,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110291,14534,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Trevon S Moore\";s:13:\"Email address\";s:24:\"trevon.s.moore@gmail.com\";s:20:\"Country of Residence\";s:5:\"U.S.A\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110292,14534,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Trevon S Moore\";s:13:\"Email address\";s:24:\"trevon.s.moore@gmail.com\";s:20:\"Country of Residence\";s:5:\"U.S.A\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110293,14534,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-62fb9e0b-f6aa-4358-a0a1-ea60370a54ca\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55069\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"586\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"108.21.121.15\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"586\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377022419.3888\";s:12:\"REQUEST_TIME\";s:10:\"1377022419\";}'),(110294,14534,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:450:\"Name: Trevon S Moore\n\nEmail address: trevon.s.moore@gmail.com\n\nCountry of Residence: U.S.A\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday August 20, 2013 at 2:13 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110295,14535,'_feedback_author',''),(110296,14535,'_feedback_author_email',''),(110297,14535,'_feedback_author_url',''),(110298,14535,'_feedback_subject','Signup form OneCaribbean'),(110299,14535,'_feedback_ip','10.17.1.254'),(110300,14535,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110301,14535,'_feedback_all_fields','a:13:{s:4:\"Name\";s:7:\"wmxuaqi\";s:13:\"Email address\";s:17:\"fuzqxa@lrmksq.com\";s:20:\"Country of Residence\";s:4:\"3261\";s:28:\"Name of Organization/Company\";s:7:\"wmxuaqi\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:13:\"SyUXrrtBbJaix\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110302,14535,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:7:\"wmxuaqi\";s:13:\"Email address\";s:17:\"fuzqxa@lrmksq.com\";s:20:\"Country of Residence\";s:4:\"3261\";s:28:\"Name of Organization/Company\";s:7:\"wmxuaqi\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:13:\"SyUXrrtBbJaix\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110303,14535,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f0a1530b-0c25-41ad-a917-570686856836\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57905\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"306\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"217.172.180.18\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"306\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377028318.3666\";s:12:\"REQUEST_TIME\";s:10:\"1377028318\";}'),(110304,14535,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:269:\"Name: wmxuaqi\n\nEmail address: fuzqxa@lrmksq.com\n\nCountry of Residence: 3261\n\nName of Organization/Company: wmxuaqi\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: SyUXrrtBbJaix\n\nMessage was sent on Tuesday August 20, 2013 at 3:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110305,14536,'_feedback_author',''),(110306,14536,'_feedback_author_email',''),(110307,14536,'_feedback_author_url',''),(110308,14536,'_feedback_subject','Signup form OneCaribbean'),(110309,14536,'_feedback_ip','10.17.1.254'),(110310,14536,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110311,14536,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Ursula Barzey\";s:13:\"Email address\";s:25:\"ursula@moxeemarketing.com\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:16:\"Moxee Marketing \";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:25:\"Marketing/PR Consultancy \";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110312,14536,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Ursula Barzey\";s:13:\"Email address\";s:25:\"ursula@moxeemarketing.com\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:16:\"Moxee Marketing \";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:25:\"Marketing/PR Consultancy \";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110313,14536,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-42811cb8-8ede-4ff4-ac6b-78c24ee6588f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36526\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"561\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"2.123.78.66\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-gb,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"561\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377035886.0902\";s:12:\"REQUEST_TIME\";s:10:\"1377035886\";}'),(110314,14536,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:510:\"Name: Ursula Barzey\n\nEmail address: ursula@moxeemarketing.com\n\nCountry of Residence: United Kingdom\n\nName of Organization/Company: Moxee Marketing\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: Marketing/PR Consultancy\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Tuesday August 20, 2013 at 5:58 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110319,14537,'_feedback_author',''),(110320,14537,'_feedback_author_email',''),(110321,14537,'_feedback_author_url',''),(110322,14537,'_feedback_subject','Signup form OneCaribbean'),(110323,14537,'_feedback_ip','10.17.1.254'),(110324,14537,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110325,14537,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Niki Shepherd\";s:13:\"Email address\";s:25:\"nshepherd@mediagistic.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110326,14537,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Niki Shepherd\";s:13:\"Email address\";s:25:\"nshepherd@mediagistic.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110327,14537,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f4dabf50-e63f-4615-95af-6aec1787d5c6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51025\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"458\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"97.76.227.10\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"458\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377098190.2343\";s:12:\"REQUEST_TIME\";s:10:\"1377098190\";}'),(110328,14537,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:329:\"Name: Niki Shepherd\n\nEmail address: nshepherd@mediagistic.com\n\nCountry of Residence: United States\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Wednesday August 21, 2013 at 11:16 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110329,14538,'_wp_attached_file','paulcohenoptriant.jpg'),(110330,14538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:199;s:4:\"file\";s:21:\"paulcohenoptriant.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"paulcohenoptriant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377101527;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(110339,14539,'_wp_attached_file','Paul-Cohen-bio-final-PDF.pdf'),(110388,14548,'_feedback_author',''),(110389,14548,'_feedback_author_email',''),(110390,14548,'_feedback_author_url',''),(110391,14548,'_feedback_subject','Signup form OneCaribbean'),(110392,14548,'_feedback_ip','10.17.1.254'),(110393,14548,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110394,14548,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Van Polk III\";s:13:\"Email address\";s:22:\"ftravels@sbcglobal.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:17:\"Fantastic Travels\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110395,14548,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Van Polk III\";s:13:\"Email address\";s:22:\"ftravels@sbcglobal.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:17:\"Fantastic Travels\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110396,14548,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-87fa7f5e-331b-4602-b332-a48e188a317d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34321\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"521\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"99.152.156.139\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"521\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377447956.5024\";s:12:\"REQUEST_TIME\";s:10:\"1377447956\";}'),(110397,14548,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:425:\"Name: Van Polk III\n\nEmail address: ftravels@sbcglobal.net\n\nCountry of Residence: USA\n\nName of Organization/Company: Fantastic Travels\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Sunday August 25, 2013 at 12:25 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110439,14560,'_feedback_author',''),(110440,14560,'_feedback_author_email',''),(110441,14560,'_feedback_author_url',''),(110442,14560,'_feedback_subject','Signup form OneCaribbean'),(110443,14560,'_feedback_ip','10.17.1.254'),(110444,14560,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110445,14560,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Mercedes Carvajal\";s:13:\"Email address\";s:28:\"mercedes@financialbridge.com\";s:20:\"Country of Residence\";s:2:\"US\";s:28:\"Name of Organization/Company\";s:19:\"Financialbridge Inc\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110446,14560,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Mercedes Carvajal\";s:13:\"Email address\";s:28:\"mercedes@financialbridge.com\";s:20:\"Country of Residence\";s:2:\"US\";s:28:\"Name of Organization/Company\";s:19:\"Financialbridge Inc\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110447,14560,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dc0274ad-e8f1-4903-ae79-8bc38d06ba3c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44965\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"451\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"12.147.29.162\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"451\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377546563.5761\";s:12:\"REQUEST_TIME\";s:10:\"1377546563\";}'),(110448,14560,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:358:\"Name: Mercedes Carvajal\n\nEmail address: mercedes@financialbridge.com\n\nCountry of Residence: US\n\nName of Organization/Company: Financialbridge Inc\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Monday August 26, 2013 at 3:49 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110509,14573,'_wp_attached_file','AUG27Lattab13.pdf'),(110510,14574,'_wp_attached_file','AUG20Arrivals2013.pdf'),(110526,14577,'_feedback_author',''),(110527,14577,'_feedback_author_email',''),(110528,14577,'_feedback_author_url',''),(110529,14577,'_feedback_subject','Signup form OneCaribbean'),(110530,14577,'_feedback_ip','10.17.1.254'),(110531,14577,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110532,14577,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Jairo De Maarten\";s:13:\"Email address\";s:18:\"jairosxm@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:7:\"Student\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110533,14577,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Jairo De Maarten\";s:13:\"Email address\";s:18:\"jairosxm@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:7:\"Student\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110534,14577,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:139:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.3)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ec112635-9bf0-48ec-8bb8-f6e02cb27f48\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49822\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"585\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"50.73.132.195\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.3)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:267:\"image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"585\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377718563.8614\";s:12:\"REQUEST_TIME\";s:10:\"1377718563\";}'),(110535,14577,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:485:\"Name: Jairo De Maarten\n\nEmail address: jairosxm@gmail.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Student\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday August 28, 2013 at 3:36 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110536,14578,'_feedback_author',''),(110537,14578,'_feedback_author_email',''),(110538,14578,'_feedback_author_url',''),(110539,14578,'_feedback_subject','Signup form OneCaribbean'),(110540,14578,'_feedback_ip','10.17.1.254'),(110541,14578,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110542,14578,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Tracy Misner\";s:13:\"Email address\";s:19:\"tracymisner@aol.com\";s:20:\"Country of Residence\";s:2:\"US\";s:28:\"Name of Organization/Company\";s:38:\"Travel Services with All Aboard Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110543,14578,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Tracy Misner\";s:13:\"Email address\";s:19:\"tracymisner@aol.com\";s:20:\"Country of Residence\";s:2:\"US\";s:28:\"Name of Organization/Company\";s:38:\"Travel Services with All Aboard Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110544,14578,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-58bec7db-8303-453a-9420-d185420cf2cf\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37995\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"454\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"74.4.98.69\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"454\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377742611.5109\";s:12:\"REQUEST_TIME\";s:10:\"1377742611\";}'),(110545,14578,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:365:\"Name: Tracy Misner\n\nEmail address: tracymisner@aol.com\n\nCountry of Residence: US\n\nName of Organization/Company: Travel Services with All Aboard Travel\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Wednesday August 28, 2013 at 10:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110585,14584,'_wp_attached_file','AUG29General-Delegate.pdf'),(110586,14584,'_edit_lock','1377803741:2'),(110611,14588,'_feedback_author',''),(110612,14588,'_feedback_author_email',''),(110613,14588,'_feedback_author_url',''),(110614,14588,'_feedback_subject','Signup form OneCaribbean'),(110615,14588,'_feedback_ip','10.17.1.254'),(110616,14588,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110617,14588,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"sultan ahmed\";s:13:\"Email address\";s:30:\"sultan.ahmed@bankislami.com.pk\";s:20:\"Country of Residence\";s:8:\"pakistan\";s:28:\"Name of Organization/Company\";s:10:\"bankislami\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:7:\"banking\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110618,14588,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"sultan ahmed\";s:13:\"Email address\";s:30:\"sultan.ahmed@bankislami.com.pk\";s:20:\"Country of Residence\";s:8:\"pakistan\";s:28:\"Name of Organization/Company\";s:10:\"bankislami\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:7:\"banking\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110619,14588,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.13) Gecko/2009080200 SUSE/3.0.13-0.4 Firefox/3.0.13\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dbaebb50-a6c9-4f73-aeb6-e65906130218\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54569\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"593\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:28:\"10.200.22.5, 202.141.255.210\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.13) Gecko/2009080200 SUSE/3.0.13-0.4 Firefox/3.0.13\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"ISO-8859-1,utf-8;q=0.7,*;q=0.7\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"593\";s:8:\"HTTP_VIA\";s:61:\"1.1 khi100idss001.bankislami.com.pk:3128 (squid/2.5.STABLE12)\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377849452.2658\";s:12:\"REQUEST_TIME\";s:10:\"1377849452\";}'),(110620,14588,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:541:\"Name: sultan ahmed\n\nEmail address: sultan.ahmed@bankislami.com.pk\n\nCountry of Residence: pakistan\n\nName of Organization/Company: bankislami\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: banking\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday August 30, 2013 at 3:57 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110621,14589,'_edit_last','2'),(110622,14589,'_edit_lock','1377871186:2'),(110623,14589,'truethemes_video_url',''),(110624,14589,'truethemes_external_image_url',''),(110625,14589,'truethemes_slider_shortcode',''),(110626,14589,'truethemes_slider_cu3er',''),(110635,14589,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110636,14589,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110637,14592,'_edit_last','2'),(110638,14592,'_edit_lock','1377872535:2'),(110639,14592,'truethemes_video_url',''),(110640,14592,'truethemes_external_image_url',''),(110641,14592,'truethemes_slider_shortcode',''),(110642,14592,'truethemes_slider_cu3er',''),(110651,14592,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110652,14592,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110653,14595,'_edit_last','2'),(110654,14595,'_edit_lock','1379687272:2'),(110659,14595,'_event_id','1974'),(110660,14595,'_event_start_time','09:00:00'),(110661,14595,'_event_end_time','19:00:00'),(110662,14595,'_event_all_day','0'),(110663,14595,'_event_start_date','2013-11-01'),(110664,14595,'_event_end_date','2013-11-03'),(110665,14595,'_event_rsvp','0'),(110666,14595,'_event_rsvp_date',''),(110667,14595,'_event_rsvp_time','00:00:00'),(110668,14595,'_event_spaces',''),(110669,14595,'_location_id','24'),(110670,14595,'_recurrence_id',''),(110671,14595,'_event_status','1'),(110672,14595,'_event_private','0'),(110673,14595,'_event_date_created',''),(110674,14595,'_event_date_modified',''),(110675,14595,'_blog_id',''),(110676,14595,'_group_id','0'),(110677,14595,'_recurrence','0'),(110678,14595,'_recurrence_interval',''),(110679,14595,'_recurrence_freq',''),(110680,14595,'_recurrence_days','0'),(110681,14595,'_recurrence_byday',''),(110682,14595,'_recurrence_byweekno',''),(110683,14595,'_start_ts','1383296400'),(110684,14595,'_end_ts','1383505200'),(110685,14596,'_edit_last','2'),(110686,14596,'_edit_lock','1379688183:2'),(110691,14596,'_event_id','1975'),(110692,14596,'_event_start_time','00:00:00'),(110693,14596,'_event_end_time','00:00:00'),(110694,14596,'_event_all_day','0'),(110695,14596,'_event_start_date','2013-11-22'),(110696,14596,'_event_end_date','2013-11-23'),(110697,14596,'_event_rsvp','0'),(110698,14596,'_event_rsvp_date',''),(110699,14596,'_event_rsvp_time','00:00:00'),(110700,14596,'_event_spaces',''),(110701,14596,'_location_id','24'),(110702,14596,'_recurrence_id',''),(110703,14596,'_event_status','1'),(110704,14596,'_event_private','0'),(110705,14596,'_event_date_created',''),(110706,14596,'_event_date_modified',''),(110707,14596,'_blog_id',''),(110708,14596,'_group_id','0'),(110709,14596,'_recurrence','0'),(110710,14596,'_recurrence_interval',''),(110711,14596,'_recurrence_freq',''),(110712,14596,'_recurrence_days','0'),(110713,14596,'_recurrence_byday',''),(110714,14596,'_recurrence_byweekno',''),(110715,14596,'_start_ts','1385078400'),(110716,14596,'_end_ts','1385164800'),(110717,14598,'_feedback_author',''),(110718,14598,'_feedback_author_email',''),(110719,14598,'_feedback_author_url',''),(110720,14598,'_feedback_subject','Signup form OneCaribbean'),(110721,14598,'_feedback_ip','10.17.1.254'),(110722,14598,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110723,14598,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Andie Richardson\";s:13:\"Email address\";s:16:\"Andie@BluSXM.com\";s:20:\"Country of Residence\";s:11:\"St. Maarten\";s:28:\"Name of Organization/Company\";s:23:\"Blú Caribbean Magazine\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110724,14598,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Andie Richardson\";s:13:\"Email address\";s:16:\"Andie@BluSXM.com\";s:20:\"Country of Residence\";s:11:\"St. Maarten\";s:28:\"Name of Organization/Company\";s:23:\"Blú Caribbean Magazine\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(110725,14598,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:23.0) Gecko/20100101 Firefox/23.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d5162aa1-4200-46e7-b47c-c90cfeeed478\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51237\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"626\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"190.102.27.152\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:23.0) Gecko/20100101 Firefox/23.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"626\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:15:\"max-age=2592000\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1377967952.9565\";s:12:\"REQUEST_TIME\";s:10:\"1377967952\";}'),(110726,14598,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:516:\"Name: Andie Richardson\n\nEmail address: Andie@BluSXM.com\n\nCountry of Residence: St. Maarten\n\nName of Organization/Company: Blú Caribbean Magazine\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday August 31, 2013 at 12:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110727,14599,'_feedback_author',''),(110728,14599,'_feedback_author_email',''),(110729,14599,'_feedback_author_url',''),(110730,14599,'_feedback_subject','Signup form OneCaribbean'),(110731,14599,'_feedback_ip','10.17.1.254'),(110732,14599,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(110733,14599,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"wazfiuzkbef\";s:13:\"Email address\";s:17:\"tkzvfx@ibfuwl.com\";s:20:\"Country of Residence\";s:11:\"NSbQSuxQZFd\";s:28:\"Name of Organization/Company\";s:11:\"wazfiuzkbef\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:9:\"gCvNYATuy\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110734,14599,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"wazfiuzkbef\";s:13:\"Email address\";s:17:\"tkzvfx@ibfuwl.com\";s:20:\"Country of Residence\";s:11:\"NSbQSuxQZFd\";s:28:\"Name of Organization/Company\";s:11:\"wazfiuzkbef\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:9:\"gCvNYATuy\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(110735,14599,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 5.2; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-73182f5a-762f-48fc-800f-785451cb1fba\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57882\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"335\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.200.13.18\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 5.2; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"335\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1378103581.2043\";s:12:\"REQUEST_TIME\";s:10:\"1378103581\";}'),(110736,14599,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:299:\"Name: wazfiuzkbef\n\nEmail address: tkzvfx@ibfuwl.com\n\nCountry of Residence: NSbQSuxQZFd\n\nName of Organization/Company: wazfiuzkbef\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: gCvNYATuy\n\nMessage was sent on Monday September 2, 2013 at 2:33 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(110737,14600,'_edit_last','2'),(110738,14600,'_edit_lock','1378133440:2'),(110739,14600,'truethemes_video_url',''),(110740,14600,'truethemes_external_image_url',''),(110741,14600,'truethemes_slider_shortcode',''),(110742,14600,'truethemes_slider_cu3er',''),(110751,14600,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110752,14600,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110755,14604,'_wp_attached_file','InselAirCEOsmall.jpg'),(110756,14604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:193;s:4:\"file\";s:20:\"InselAirCEOsmall.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"InselAirCEOsmall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(110801,14611,'_edit_last','2'),(110802,14611,'_edit_lock','1378135317:2'),(110803,14611,'truethemes_video_url',''),(110804,14611,'truethemes_external_image_url',''),(110805,14611,'truethemes_slider_shortcode',''),(110806,14611,'truethemes_slider_cu3er',''),(110815,14611,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110816,14611,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110817,14613,'_edit_last','2'),(110818,14613,'_edit_lock','1378137866:2'),(110819,14613,'truethemes_video_url',''),(110820,14613,'truethemes_external_image_url',''),(110821,14613,'truethemes_slider_shortcode',''),(110822,14613,'truethemes_slider_cu3er',''),(110831,14613,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(110832,14613,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(110860,14620,'_edit_last','2'),(110861,14620,'_edit_lock','1379687020:2'),(110866,14620,'_event_id','1976'),(110867,14620,'_event_start_time','00:00:00'),(110868,14620,'_event_end_time','00:00:00'),(110869,14620,'_event_all_day','1'),(110870,14620,'_event_start_date','2013-10-05'),(110871,14620,'_event_end_date','2013-10-11'),(110872,14620,'_event_rsvp','0'),(110873,14620,'_event_rsvp_date',''),(110874,14620,'_event_rsvp_time','00:00:00'),(110875,14620,'_event_spaces',''),(110876,14620,'_location_id','11'),(110877,14620,'_recurrence_id',''),(110878,14620,'_event_status','1'),(110879,14620,'_event_private','0'),(110880,14620,'_event_date_created',''),(110881,14620,'_event_date_modified',''),(110882,14620,'_blog_id',''),(110883,14620,'_group_id','0'),(110884,14620,'_recurrence','0'),(110885,14620,'_recurrence_interval',''),(110886,14620,'_recurrence_freq',''),(110887,14620,'_recurrence_days','0'),(110888,14620,'_recurrence_byday',''),(110889,14620,'_recurrence_byweekno',''),(110890,14620,'_start_ts','1380931200'),(110891,14620,'_end_ts','1381449600'),(110892,14622,'_edit_last','2'),(110893,14622,'_edit_lock','1379687224:2'),(110898,14622,'_event_id','1977'),(110899,14622,'_event_start_time','00:00:00'),(110900,14622,'_event_end_time','00:00:00'),(110901,14622,'_event_all_day','1'),(110902,14622,'_event_start_date','2013-10-29'),(110903,14622,'_event_end_date','2013-11-02'),(110904,14622,'_event_rsvp','0'),(110905,14622,'_event_rsvp_date',''),(110906,14622,'_event_rsvp_time','00:00:00'),(110907,14622,'_event_spaces',''),(110908,14622,'_location_id','11'),(110909,14622,'_recurrence_id',''),(110910,14622,'_event_status','1'),(110911,14622,'_event_private','0'),(110912,14622,'_event_date_created',''),(110913,14622,'_event_date_modified',''),(110914,14622,'_blog_id',''),(110915,14622,'_group_id','0'),(110916,14622,'_recurrence','0'),(110917,14622,'_recurrence_interval',''),(110918,14622,'_recurrence_freq',''),(110919,14622,'_recurrence_days','0'),(110920,14622,'_recurrence_byday',''),(110921,14622,'_recurrence_byweekno',''),(110922,14622,'_start_ts','1383004800'),(110923,14622,'_end_ts','1383350400'),(110924,14623,'_edit_last','2'),(110925,14623,'_edit_lock','1379687296:2'),(110930,14623,'_event_id','1978'),(110931,14623,'_event_start_time','00:00:00'),(110932,14623,'_event_end_time','00:00:00'),(110933,14623,'_event_all_day','1'),(110934,14623,'_event_start_date','2013-11-02'),(110935,14623,'_event_end_date','2013-11-03'),(110936,14623,'_event_rsvp','0'),(110937,14623,'_event_rsvp_date',''),(110938,14623,'_event_rsvp_time','00:00:00'),(110939,14623,'_event_spaces',''),(110940,14623,'_location_id','11'),(110941,14623,'_recurrence_id',''),(110942,14623,'_event_status','1'),(110943,14623,'_event_private','0'),(110944,14623,'_event_date_created',''),(110945,14623,'_event_date_modified',''),(110946,14623,'_blog_id',''),(110947,14623,'_group_id','0'),(110948,14623,'_recurrence','0'),(110949,14623,'_recurrence_interval',''),(110950,14623,'_recurrence_freq',''),(110951,14623,'_recurrence_days','0'),(110952,14623,'_recurrence_byday',''),(110953,14623,'_recurrence_byweekno',''),(110954,14623,'_start_ts','1383350400'),(110955,14623,'_end_ts','1383436800'),(110958,14626,'_wp_attached_file','PaulKeensSmall.jpg'),(110959,14626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:488;s:6:\"height\";i:698;s:4:\"file\";s:18:\"PaulKeensSmall.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"PaulKeensSmall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"PaulKeensSmall-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(110981,14631,'_wp_attached_file','PKD900.jpg'),(110982,14631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:899;s:4:\"file\";s:10:\"PKD900.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"PKD900-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"PKD900-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111000,14634,'_wp_attached_file','PKDhome.jpg'),(111001,14634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:119;s:4:\"file\";s:11:\"PKDhome.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PKDhome-150x119.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111002,14634,'_edit_lock','1378144052:2'),(111038,14637,'_edit_last','2'),(111045,14637,'truethemes_video_url',''),(111046,14637,'truethemes_external_image_url',''),(111047,14637,'truethemes_slider_shortcode',''),(111048,14637,'truethemes_slider_cu3er',''),(111049,14637,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111050,14637,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111051,14637,'_edit_lock','1378151920:2'),(111052,14640,'_wp_attached_file','FCVJohnStarke.jpg'),(111053,14640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:276;s:4:\"file\";s:17:\"FCVJohnStarke.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"FCVJohnStarke-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111086,14643,'_wp_attached_file','General-DelegateSept3.pdf'),(111087,14643,'_edit_lock','1378231291:2'),(111100,14646,'_edit_last','2'),(111101,14646,'_edit_lock','1378231374:2'),(111102,14646,'truethemes_video_url',''),(111103,14646,'truethemes_external_image_url',''),(111104,14646,'truethemes_slider_shortcode',''),(111105,14646,'truethemes_slider_cu3er',''),(111114,14646,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111115,14646,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111116,14648,'_edit_last','2'),(111117,14648,'_edit_lock','1378232570:2'),(111118,14648,'truethemes_video_url',''),(111119,14648,'truethemes_external_image_url',''),(111120,14648,'truethemes_slider_shortcode',''),(111121,14648,'truethemes_slider_cu3er',''),(111130,14648,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111131,14648,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111132,14651,'_edit_last','2'),(111133,14651,'_edit_lock','1378242998:2'),(111134,14651,'truethemes_video_url',''),(111135,14651,'truethemes_external_image_url',''),(111136,14651,'truethemes_slider_shortcode',''),(111137,14651,'truethemes_slider_cu3er',''),(111146,14651,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111147,14651,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111148,14656,'_feedback_author',''),(111149,14656,'_feedback_author_email',''),(111150,14656,'_feedback_author_url',''),(111151,14656,'_feedback_subject','Signup form OneCaribbean'),(111152,14656,'_feedback_ip','10.17.1.254'),(111153,14656,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111154,14656,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Michael Minasian\";s:13:\"Email address\";s:16:\"mrm@antilles.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:12:\"antilles.com\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(111155,14656,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Michael Minasian\";s:13:\"Email address\";s:16:\"mrm@antilles.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:12:\"antilles.com\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(111156,14656,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8da4888c-5706-4da0-9744-c8a047f68073\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33516\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"603\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"50.1.49.224\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"603\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1378273022.7932\";s:12:\"REQUEST_TIME\";s:10:\"1378273022\";}'),(111157,14656,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:499:\"Name: Michael Minasian\n\nEmail address: mrm@antilles.com\n\nCountry of Residence: USA\n\nName of Organization/Company: antilles.com\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday September 4, 2013 at 1:37 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111170,14658,'_wp_attached_file','CTOlegislationdatabase.doc'),(111171,14658,'_edit_lock','1378316464:2'),(111184,14662,'_feedback_author',''),(111185,14662,'_feedback_author_email',''),(111186,14662,'_feedback_author_url',''),(111187,14662,'_feedback_subject','Signup form OneCaribbean'),(111188,14662,'_feedback_ip','10.17.1.254'),(111189,14662,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111190,14662,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Janelle Murray\";s:13:\"Email address\";s:25:\"itcommunications@bhta.org\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111191,14662,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Janelle Murray\";s:13:\"Email address\";s:25:\"itcommunications@bhta.org\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111192,14662,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1ee2175c-b398-4e09-9476-9a8c58fe3089\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42045\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"478\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"72.51.80.240\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"478\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1378324989.827\";s:12:\"REQUEST_TIME\";s:10:\"1378324989\";}'),(111193,14662,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:354:\"Name: Janelle Murray\n\nEmail address: itcommunications@bhta.org\n\nCountry of Residence: Barbados\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Wednesday September 4, 2013 at 4:03 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111194,14663,'_edit_last','2'),(111195,14663,'_edit_lock','1378391958:2'),(111196,14663,'truethemes_video_url',''),(111197,14663,'truethemes_external_image_url',''),(111198,14663,'truethemes_slider_shortcode',''),(111199,14663,'truethemes_slider_cu3er',''),(111208,14663,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111209,14663,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111210,14666,'_wp_attached_file','alanyoung.jpg'),(111211,14666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:13:\"alanyoung.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111236,14670,'_feedback_author',''),(111237,14670,'_feedback_author_email',''),(111238,14670,'_feedback_author_url',''),(111239,14670,'_feedback_subject','Signup form OneCaribbean'),(111240,14670,'_feedback_ip','10.17.1.254'),(111241,14670,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111242,14670,'_feedback_all_fields','a:13:{s:4:\"Name\";s:9:\"wvhgnivku\";s:13:\"Email address\";s:17:\"vvrnaz@ubrwjg.com\";s:20:\"Country of Residence\";s:14:\"xnJHqIxgnryKAY\";s:28:\"Name of Organization/Company\";s:9:\"wvhgnivku\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:19:\"aOINJFZLZnYjGnFkcCt\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111243,14670,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:9:\"wvhgnivku\";s:13:\"Email address\";s:17:\"vvrnaz@ubrwjg.com\";s:20:\"Country of Residence\";s:14:\"xnJHqIxgnryKAY\";s:28:\"Name of Organization/Company\";s:9:\"wvhgnivku\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:19:\"aOINJFZLZnYjGnFkcCt\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111244,14670,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-298bb4d9-c4df-4dc8-a759-cab609411f0d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36454\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.200.13.1\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1378482029.0251\";s:12:\"REQUEST_TIME\";s:10:\"1378482029\";}'),(111245,14670,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: wvhgnivku\n\nEmail address: vvrnaz@ubrwjg.com\n\nCountry of Residence: xnJHqIxgnryKAY\n\nName of Organization/Company: wvhgnivku\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: aOINJFZLZnYjGnFkcCt\n\nMessage was sent on Friday September 6, 2013 at 11:40 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111246,14672,'_edit_last','2'),(111247,14672,'_edit_lock','1378490833:2'),(111248,14672,'truethemes_video_url',''),(111249,14672,'truethemes_external_image_url',''),(111250,14672,'truethemes_slider_shortcode',''),(111251,14672,'truethemes_slider_cu3er',''),(111260,14672,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111261,14672,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111262,14675,'_wp_attached_file','chandreshSharma.jpg'),(111263,14675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:334;s:6:\"height\";i:379;s:4:\"file\";s:19:\"chandreshSharma.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"chandreshSharma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"chandreshSharma-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1378487056;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111325,14682,'_edit_last','2'),(111326,14682,'_edit_lock','1378744319:2'),(111327,14682,'truethemes_video_url',''),(111328,14682,'truethemes_external_image_url',''),(111329,14682,'truethemes_slider_shortcode',''),(111330,14682,'truethemes_slider_cu3er',''),(111339,14682,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111340,14682,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111341,14685,'_edit_last','2'),(111342,14685,'_edit_lock','1378744968:2'),(111343,14685,'truethemes_video_url',''),(111344,14685,'truethemes_external_image_url',''),(111345,14685,'truethemes_slider_shortcode',''),(111346,14685,'truethemes_slider_cu3er',''),(111355,14685,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111356,14685,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111357,14688,'_wp_attached_file','JulyAugCTONEWS2013.docx'),(111382,14692,'_wp_attached_file','tearr2.jpg'),(111383,14692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:115;s:4:\"file\";s:10:\"tearr2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1378732768;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111384,14693,'_wp_attached_file','thadeus.jpg'),(111385,14693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:94;s:6:\"height\";i:127;s:4:\"file\";s:11:\"thadeus.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1378733104;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111386,14694,'_wp_attached_file','yolandselman.jpg'),(111387,14694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:239;s:6:\"height\";i:255;s:4:\"file\";s:16:\"yolandselman.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"yolandselman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1378733468;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111388,14695,'_wp_attached_file','rufusewing.jpg'),(111389,14695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"rufusewing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rufusewing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111390,14696,'_wp_attached_file','andresizarra.jpg'),(111391,14696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:236;s:6:\"height\";i:270;s:4:\"file\";s:16:\"andresizarra.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"andresizarra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1378733900;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111416,14702,'_wp_attached_file','Sept10General-Delegate.pdf'),(111417,14702,'_edit_lock','1378830366:2'),(111457,14713,'_edit_last','2'),(111458,14713,'_edit_lock','1379686935:2'),(111459,14714,'_wp_attached_file','CuracaoSeminar.pdf'),(111460,14715,'_wp_attached_file','CuracaoLuncheon.pdf'),(111465,14713,'_event_id','1979'),(111466,14713,'_event_start_time','00:00:00'),(111467,14713,'_event_end_time','00:00:00'),(111468,14713,'_event_all_day','1'),(111469,14713,'_event_start_date','2013-09-27'),(111470,14713,'_event_end_date','2013-09-27'),(111471,14713,'_event_rsvp','0'),(111472,14713,'_event_rsvp_date',''),(111473,14713,'_event_rsvp_time','00:00:00'),(111474,14713,'_event_spaces',''),(111475,14713,'_location_id','11'),(111476,14713,'_recurrence_id',''),(111477,14713,'_event_status','1'),(111478,14713,'_event_private','0'),(111479,14713,'_event_date_created',''),(111480,14713,'_event_date_modified',''),(111481,14713,'_blog_id',''),(111482,14713,'_group_id','0'),(111483,14713,'_recurrence','0'),(111484,14713,'_recurrence_interval',''),(111485,14713,'_recurrence_freq',''),(111486,14713,'_recurrence_days','0'),(111487,14713,'_recurrence_byday',''),(111488,14713,'_recurrence_byweekno',''),(111489,14713,'_start_ts','1380240000'),(111490,14713,'_end_ts','1380240000'),(111503,14717,'_edit_last','2'),(111504,14717,'_edit_lock','1378908545:2'),(111505,14717,'truethemes_video_url',''),(111506,14717,'truethemes_external_image_url',''),(111507,14717,'truethemes_slider_shortcode',''),(111508,14717,'truethemes_slider_cu3er',''),(111517,14717,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111518,14717,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111530,14710,'_edit_lock','1407777878:2'),(111531,14728,'_feedback_author',''),(111532,14728,'_feedback_author_email',''),(111533,14728,'_feedback_author_url',''),(111534,14728,'_feedback_subject','Signup form OneCaribbean'),(111535,14728,'_feedback_ip','10.17.1.254'),(111536,14728,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111537,14728,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Frederic Doehr\";s:13:\"Email address\";s:27:\"frederic.93.doehr@gmail.com\";s:20:\"Country of Residence\";s:7:\"Holland\";s:28:\"Name of Organization/Company\";s:33:\"HZ University of Applied Sciences\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:16:\"coastal business\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111538,14728,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Frederic Doehr\";s:13:\"Email address\";s:27:\"frederic.93.doehr@gmail.com\";s:20:\"Country of Residence\";s:7:\"Holland\";s:28:\"Name of Organization/Company\";s:33:\"HZ University of Applied Sciences\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:16:\"coastal business\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111539,14728,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-416371a1-9777-4dfb-98ae-4c8404d5d80f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49983\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"527\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"145.19.56.81\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"nl-NL,nl;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"527\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1378993415.9936\";s:12:\"REQUEST_TIME\";s:10:\"1378993415\";}'),(111540,14728,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:486:\"Name: Frederic Doehr\n\nEmail address: frederic.93.doehr@gmail.com\n\nCountry of Residence: Holland\n\nName of Organization/Company: HZ University of Applied Sciences\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: coastal business\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Thursday September 12, 2013 at 9:43 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111541,14729,'_edit_last','2'),(111542,14729,'_edit_lock','1378994934:2'),(111543,14729,'truethemes_video_url',''),(111544,14729,'truethemes_external_image_url',''),(111545,14729,'truethemes_slider_shortcode',''),(111546,14729,'truethemes_slider_cu3er',''),(111555,14729,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111556,14729,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111557,14732,'_wp_attached_file','bruceNobleswebsite.jpg'),(111558,14732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:189;s:4:\"file\";s:22:\"bruceNobleswebsite.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bruceNobleswebsite-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(111567,14733,'_wp_attached_file','BruceNoblesBio.doc'),(111580,14735,'_edit_last','2'),(111581,14735,'_edit_lock','1378998383:2'),(111582,14735,'truethemes_video_url',''),(111583,14735,'truethemes_external_image_url',''),(111584,14735,'truethemes_slider_shortcode',''),(111585,14735,'truethemes_slider_cu3er',''),(111594,14735,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111595,14735,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111596,14737,'_edit_last','2'),(111597,14737,'_edit_lock','1378998915:2'),(111598,14737,'truethemes_video_url',''),(111599,14737,'truethemes_external_image_url',''),(111600,14737,'truethemes_slider_shortcode',''),(111601,14737,'truethemes_slider_cu3er',''),(111610,14737,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111611,14737,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(111612,14740,'_wp_attached_file','Data_All_130802_Gmembers.pdf'),(111613,6446,'groups-groups_read_post','Council of Ministers'),(111626,14742,'_wp_attached_file','Data_All_130802_NGMembers-2.pdf'),(111627,7488,'groups-groups_read_post','Allied'),(111640,7488,'groups-groups_read_post','Allied'),(111653,6446,'groups-groups_read_post','Council of Ministers'),(111666,14750,'_feedback_author',''),(111667,14750,'_feedback_author_email',''),(111668,14750,'_feedback_author_url',''),(111669,14750,'_feedback_subject','Signup form OneCaribbean'),(111670,14750,'_feedback_ip','10.17.1.254'),(111671,14750,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111672,14750,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"jmumaixt\";s:13:\"Email address\";s:17:\"pozzbu@mnxnxa.com\";s:20:\"Country of Residence\";s:19:\"GDPUYfDEelrvJYyGTuU\";s:28:\"Name of Organization/Company\";s:8:\"jmumaixt\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:8:\"XQNsYPvY\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111673,14750,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"jmumaixt\";s:13:\"Email address\";s:17:\"pozzbu@mnxnxa.com\";s:20:\"Country of Residence\";s:19:\"GDPUYfDEelrvJYyGTuU\";s:28:\"Name of Organization/Company\";s:8:\"jmumaixt\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:8:\"XQNsYPvY\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111674,14750,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-561ff59a-960d-46bb-a4fd-d49cc8ba27f0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53674\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"318\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.59.67.198\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"318\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379039787.3174\";s:12:\"REQUEST_TIME\";s:10:\"1379039787\";}'),(111675,14750,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: jmumaixt\n\nEmail address: pozzbu@mnxnxa.com\n\nCountry of Residence: GDPUYfDEelrvJYyGTuU\n\nName of Organization/Company: jmumaixt\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: XQNsYPvY\n\nMessage was sent on Thursday September 12, 2013 at 10:36 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111676,14751,'_feedback_author',''),(111677,14751,'_feedback_author_email',''),(111678,14751,'_feedback_author_url',''),(111679,14751,'_feedback_subject','Signup form OneCaribbean'),(111680,14751,'_feedback_ip','10.17.1.254'),(111681,14751,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111682,14751,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"mcqhosuu\";s:13:\"Email address\";s:17:\"juosrz@nbqhzl.com\";s:20:\"Country of Residence\";s:13:\"PDjAPAQQmfEWR\";s:28:\"Name of Organization/Company\";s:8:\"mcqhosuu\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:16:\"iYSyhCQPNohzxKHk\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111683,14751,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"mcqhosuu\";s:13:\"Email address\";s:17:\"juosrz@nbqhzl.com\";s:20:\"Country of Residence\";s:13:\"PDjAPAQQmfEWR\";s:28:\"Name of Organization/Company\";s:8:\"mcqhosuu\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:16:\"iYSyhCQPNohzxKHk\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111684,14751,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-561ff59a-960d-46bb-a4fd-d49cc8ba27f0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54064\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.59.67.198\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379040512.4926\";s:12:\"REQUEST_TIME\";s:10:\"1379040512\";}'),(111685,14751,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:296:\"Name: mcqhosuu\n\nEmail address: juosrz@nbqhzl.com\n\nCountry of Residence: PDjAPAQQmfEWR\n\nName of Organization/Company: mcqhosuu\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: iYSyhCQPNohzxKHk\n\nMessage was sent on Thursday September 12, 2013 at 10:48 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111686,14752,'_feedback_author',''),(111687,14752,'_feedback_author_email',''),(111688,14752,'_feedback_author_url',''),(111689,14752,'_feedback_subject','Signup form OneCaribbean'),(111690,14752,'_feedback_ip','10.17.1.254'),(111691,14752,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111692,14752,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"nrqolajs\";s:13:\"Email address\";s:17:\"dcfcxb@uxraxw.com\";s:20:\"Country of Residence\";s:5:\"29701\";s:28:\"Name of Organization/Company\";s:8:\"nrqolajs\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"nSstOwEVkFVk\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111693,14752,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"nrqolajs\";s:13:\"Email address\";s:17:\"dcfcxb@uxraxw.com\";s:20:\"Country of Residence\";s:5:\"29701\";s:28:\"Name of Organization/Company\";s:8:\"nrqolajs\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"nSstOwEVkFVk\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(111694,14752,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-070e5b40-79aa-4ffa-9047-2bd94acdf82f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49253\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.200.14.59\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379076005.7935\";s:12:\"REQUEST_TIME\";s:10:\"1379076005\";}'),(111695,14752,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: nrqolajs\n\nEmail address: dcfcxb@uxraxw.com\n\nCountry of Residence: 29701\n\nName of Organization/Company: nrqolajs\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: nSstOwEVkFVk\n\nMessage was sent on Friday September 13, 2013 at 8:40 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111876,14783,'_wp_attached_file','Vacancies-GBT.docx'),(111901,13738,'_edit_lock','1391611038:2'),(111927,14790,'_feedback_author',''),(111928,14790,'_feedback_author_email',''),(111929,14790,'_feedback_author_url',''),(111930,14790,'_feedback_subject','Signup form OneCaribbean'),(111931,14790,'_feedback_ip','10.17.1.254'),(111932,14790,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(111933,14790,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Lindra Ollivierre\";s:13:\"Email address\";s:27:\"lollivierre@discoversvg.com\";s:20:\"Country of Residence\";s:13:\"Saint Vincent\";s:28:\"Name of Organization/Company\";s:21:\"SVG Tourism Authority\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(111934,14790,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Lindra Ollivierre\";s:13:\"Email address\";s:27:\"lollivierre@discoversvg.com\";s:20:\"Country of Residence\";s:13:\"Saint Vincent\";s:28:\"Name of Organization/Company\";s:21:\"SVG Tourism Authority\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(111935,14790,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ba968837-deab-4b2c-aaaf-1e771595c21f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36317\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"616\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.73.199.167\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:6:\"en-029\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"616\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1379097207.463\";s:12:\"REQUEST_TIME\";s:10:\"1379097207\";}'),(111936,14790,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:518:\"Name: Lindra Ollivierre\n\nEmail address: lollivierre@discoversvg.com\n\nCountry of Residence: Saint Vincent\n\nName of Organization/Company: SVG Tourism Authority\n\nWhich best describes you?: Ministry of Tourism\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday September 13, 2013 at 2:33 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(111954,14800,'_edit_last','2'),(111955,14800,'_edit_lock','1379340030:2'),(111956,14800,'truethemes_video_url',''),(111957,14800,'truethemes_external_image_url',''),(111958,14800,'truethemes_slider_shortcode',''),(111959,14800,'truethemes_slider_cu3er',''),(111968,14800,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(111969,14800,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(112016,14813,'_feedback_author',''),(112017,14813,'_feedback_author_email',''),(112018,14813,'_feedback_author_url',''),(112019,14813,'_feedback_subject','Signup form OneCaribbean'),(112020,14813,'_feedback_ip','10.17.1.254'),(112021,14813,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112022,14813,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"Robyn Traub\";s:13:\"Email address\";s:24:\"robyn.traub@pleasant.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:17:\"Pleasant Holidays\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(112023,14813,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"Robyn Traub\";s:13:\"Email address\";s:24:\"robyn.traub@pleasant.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:17:\"Pleasant Holidays\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(112024,14813,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-78786371-d910-43d9-bdc5-7fc428452db1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50227\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"513\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"207.47.109.215\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"513\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1379345978.043\";s:12:\"REQUEST_TIME\";s:10:\"1379345978\";}'),(112025,14813,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:420:\"Name: Robyn Traub\n\nEmail address: robyn.traub@pleasant.net\n\nCountry of Residence: USA\n\nName of Organization/Company: Pleasant Holidays\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Monday September 16, 2013 at 11:39 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(112026,14816,'_wp_attached_file','2013-North-American-TOR-Final-2.pdf'),(112039,14819,'_edit_last','2'),(112040,14819,'_edit_lock','1379351548:2'),(112041,14819,'truethemes_video_url',''),(112042,14819,'truethemes_external_image_url',''),(112043,14819,'truethemes_slider_shortcode',''),(112044,14819,'truethemes_slider_cu3er',''),(112053,14819,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(112054,14819,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(112081,14825,'_wp_attached_file','mariyjolaborde.jpg'),(112082,14825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:196;s:6:\"height\";i:159;s:4:\"file\";s:18:\"mariyjolaborde.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mariyjolaborde-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379349599;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(112095,14828,'_edit_last','2'),(112096,14828,'_edit_lock','1379427374:2'),(112097,14828,'truethemes_video_url',''),(112098,14828,'truethemes_external_image_url',''),(112099,14828,'truethemes_slider_shortcode',''),(112100,14828,'truethemes_slider_cu3er',''),(112109,14828,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(112110,14828,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(112111,14830,'_edit_last','2'),(112112,14830,'_edit_lock','1379427665:2'),(112113,14830,'truethemes_video_url',''),(112114,14830,'truethemes_external_image_url',''),(112115,14830,'truethemes_slider_shortcode',''),(112116,14830,'truethemes_slider_cu3er',''),(112125,14830,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(112126,14830,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(112138,14710,'_edit_last','2'),(112139,14710,'truethemes_page_checkbox',''),(112140,14710,'truethemes_custom_sub_menu',''),(112141,14710,'truethemes_slider_shortcode',''),(112142,14710,'truethemes_slider_cu3er',''),(112143,14710,'banner_search','yes'),(112144,14710,'page_primary_color_scheme','null'),(112145,14710,'page_secondary_color_scheme','null'),(112146,14710,'page_background_color','#'),(112147,14710,'page_background_position','left top'),(112148,14710,'page_background_repeat','repeat'),(112151,14710,'_wp_page_template','default'),(112166,14710,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(112167,14710,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(112168,14846,'_wp_attached_file','BioJohnDaly.docx'),(112169,14847,'_wp_attached_file','JohnDalyJr.jpg'),(112170,14847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:155;s:4:\"file\";s:14:\"JohnDalyJr.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JohnDalyJr-124x150.jpg\";s:5:\"width\";i:124;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(112195,14852,'_feedback_author',''),(112196,14852,'_feedback_author_email',''),(112197,14852,'_feedback_author_url',''),(112198,14852,'_feedback_subject','Signup form OneCaribbean'),(112199,14852,'_feedback_ip','10.17.1.254'),(112200,14852,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112201,14852,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"Sean R. Astwood\";s:13:\"Email address\";s:21:\"seanastwood@gmail.com\";s:20:\"Country of Residence\";s:26:\"Turks & Caicos Islands\";s:28:\"Name of Organization/Company\";s:5:\"TCHTA\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112202,14852,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"Sean R. Astwood\";s:13:\"Email address\";s:21:\"seanastwood@gmail.com\";s:20:\"Country of Residence\";s:22:\"Turks & Caicos Islands\";s:28:\"Name of Organization/Company\";s:5:\"TCHTA\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112203,14852,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-eabab6e3-e3c3-4c45-b5b2-2c3a9aa65265\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53545\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"609\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"65.255.50.201\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"609\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379555145.8655\";s:12:\"REQUEST_TIME\";s:10:\"1379555145\";}'),(112204,14852,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:514:\"Name: Sean R. Astwood\n\nEmail address: seanastwood@gmail.com\n\nCountry of Residence: Turks & Caicos Islands\n\nName of Organization/Company: TCHTA\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday September 18, 2013 at 9:45 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(112205,14853,'_feedback_author',''),(112206,14853,'_feedback_author_email',''),(112207,14853,'_feedback_author_url',''),(112208,14853,'_feedback_subject','Signup form OneCaribbean'),(112209,14853,'_feedback_ip','10.17.1.254'),(112210,14853,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112211,14853,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"Sean R. Astwood\";s:13:\"Email address\";s:21:\"seanastwood@gmail.com\";s:20:\"Country of Residence\";s:26:\"Turks & Caicos Islands\";s:28:\"Name of Organization/Company\";s:5:\"TCHTA\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112212,14853,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"Sean R. Astwood\";s:13:\"Email address\";s:21:\"seanastwood@gmail.com\";s:20:\"Country of Residence\";s:22:\"Turks & Caicos Islands\";s:28:\"Name of Organization/Company\";s:5:\"TCHTA\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112213,14853,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-eabab6e3-e3c3-4c45-b5b2-2c3a9aa65265\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53552\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"609\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"65.255.50.201\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"609\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379555193.5942\";s:12:\"REQUEST_TIME\";s:10:\"1379555193\";}'),(112214,14853,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:514:\"Name: Sean R. Astwood\n\nEmail address: seanastwood@gmail.com\n\nCountry of Residence: Turks & Caicos Islands\n\nName of Organization/Company: TCHTA\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday September 18, 2013 at 9:46 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(112215,14854,'_feedback_author',''),(112216,14854,'_feedback_author_email',''),(112217,14854,'_feedback_author_url',''),(112218,14854,'_feedback_subject','Signup form OneCaribbean'),(112219,14854,'_feedback_ip','10.17.1.254'),(112220,14854,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112221,14854,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"melina mourinet\";s:13:\"Email address\";s:26:\"mourinet.melina@hotmail.fr\";s:20:\"Country of Residence\";s:7:\"England\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112222,14854,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"melina mourinet\";s:13:\"Email address\";s:26:\"mourinet.melina@hotmail.fr\";s:20:\"Country of Residence\";s:7:\"England\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112223,14854,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20100101 Firefox/23.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a86a3547-9795-42bd-990d-e65f9687cd66\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49194\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"576\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"2.103.217.68\";s:15:\"HTTP_USER_AGENT\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20100101 Firefox/23.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"576\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379591209.6082\";s:12:\"REQUEST_TIME\";s:10:\"1379591209\";}'),(112224,14854,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:446:\"Name: melina mourinet\n\nEmail address: mourinet.melina@hotmail.fr\n\nCountry of Residence: England\n\nWhich best describes you?: Airline\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday September 19, 2013 at 7:46 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(112255,14862,'_edit_last','2'),(112256,14862,'_edit_lock','1379604123:2'),(112261,14862,'_location_id','1'),(112262,14862,'_blog_id',''),(112263,14862,'_location_address','Coronation Avenue'),(112264,14862,'_location_town','The Valley'),(112265,14862,'_location_state',''),(112266,14862,'_location_postcode',''),(112267,14862,'_location_region',''),(112268,14862,'_location_country','AI'),(112269,14862,'_location_latitude','18.2184881'),(112270,14862,'_location_longitude','-63.05747869999999'),(112271,14862,'_location_status','1'),(112274,14862,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112275,14862,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112276,14863,'_edit_last','2'),(112277,14863,'_edit_lock','1379604298:2'),(112280,14863,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112281,14863,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112282,14863,'_location_id','2'),(112283,14863,'_blog_id',''),(112284,14863,'_location_address','St. John\'s'),(112285,14863,'_location_town','St. John\'s'),(112286,14863,'_location_state',''),(112287,14863,'_location_postcode',''),(112288,14863,'_location_region',''),(112289,14863,'_location_country','AG'),(112290,14863,'_location_latitude','17.117528'),(112291,14863,'_location_longitude','-61.845556999999985'),(112292,14863,'_location_status','1'),(112293,14864,'_edit_last','2'),(112294,14864,'_edit_lock','1379604860:2'),(112299,14864,'_location_id','3'),(112300,14864,'_blog_id',''),(112301,14864,'_location_address','Downtown Nassau'),(112302,14864,'_location_town','Nassau'),(112303,14864,'_location_state',''),(112304,14864,'_location_postcode',''),(112305,14864,'_location_region',''),(112306,14864,'_location_country','BS'),(112307,14864,'_location_latitude','25.0777669'),(112308,14864,'_location_longitude','-77.33746769999999'),(112309,14864,'_location_status','1'),(112310,14865,'_edit_last','2'),(112311,14865,'_edit_lock','1379604538:2'),(112316,14865,'_location_id','4'),(112317,14865,'_blog_id',''),(112318,14865,'_location_address','Broad Street'),(112319,14865,'_location_town','Bridgetown'),(112320,14865,'_location_state',''),(112321,14865,'_location_postcode',''),(112322,14865,'_location_region',''),(112323,14865,'_location_country','BB'),(112324,14865,'_location_latitude','13.0969979'),(112325,14865,'_location_longitude','-59.61507259999996'),(112326,14865,'_location_status','1'),(112329,14865,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112330,14865,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112333,14864,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112334,14864,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112335,14868,'_edit_last','2'),(112336,14868,'_edit_lock','1379604826:2'),(112339,14868,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112340,14868,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112341,14868,'_location_id','5'),(112342,14868,'_blog_id',''),(112343,14868,'_location_address','Belize City'),(112344,14868,'_location_town','Belize'),(112345,14868,'_location_state',''),(112346,14868,'_location_postcode',''),(112347,14868,'_location_region',''),(112348,14868,'_location_country','BZ'),(112349,14868,'_location_latitude','17.497713'),(112350,14868,'_location_longitude','-88.18665399999998'),(112351,14868,'_location_status','1'),(112352,14869,'_edit_last','2'),(112353,14869,'_edit_lock','1379606900:2'),(112358,14869,'_location_id','6'),(112359,14869,'_blog_id',''),(112360,14869,'_location_address','Hamilton'),(112361,14869,'_location_town','Bermuda'),(112362,14869,'_location_state',''),(112363,14869,'_location_postcode',''),(112364,14869,'_location_region',''),(112365,14869,'_location_country','BM'),(112366,14869,'_location_latitude','32.294816'),(112367,14869,'_location_longitude','-64.78137500000003'),(112368,14869,'_location_status','1'),(112371,14869,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112372,14869,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112373,14872,'_edit_last','2'),(112374,14872,'_edit_lock','1379608098:2'),(112379,14872,'_location_id','7'),(112380,14872,'_blog_id',''),(112381,14872,'_location_address','Kaya Maria'),(112382,14872,'_location_town','Kralendijk'),(112383,14872,'_location_state',''),(112384,14872,'_location_postcode',''),(112385,14872,'_location_region',''),(112386,14872,'_location_country','BQ'),(112387,14872,'_location_latitude','12.1657529'),(112388,14872,'_location_longitude','-68.26936080000002'),(112389,14872,'_location_status','1'),(112392,14872,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112393,14872,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112394,14874,'_edit_last','2'),(112395,14874,'_edit_lock','1379608336:2'),(112398,14874,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112399,14874,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112400,14874,'_location_id','8'),(112401,14874,'_blog_id',''),(112402,14874,'_location_address','Main Street'),(112403,14874,'_location_town','Charlotte'),(112404,14874,'_location_state',''),(112405,14874,'_location_postcode',''),(112406,14874,'_location_region',''),(112407,14874,'_location_country','VG'),(112408,14874,'_location_latitude','35.2096149'),(112409,14874,'_location_longitude','-80.83215989999997'),(112410,14874,'_location_status','1'),(112411,14875,'_edit_last','2'),(112412,14875,'_edit_lock','1379608757:2'),(112415,14875,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112416,14875,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112417,14875,'_location_id','9'),(112418,14875,'_blog_id',''),(112419,14875,'_location_address','N. Sound Road'),(112420,14875,'_location_town','Georgetown'),(112421,14875,'_location_state',''),(112422,14875,'_location_postcode',''),(112423,14875,'_location_region',''),(112424,14875,'_location_country','KY'),(112425,14875,'_location_latitude','19.2956713'),(112426,14875,'_location_longitude','-81.37136579999998'),(112427,14875,'_location_status','1'),(112428,14877,'_edit_last','2'),(112429,14877,'_edit_lock','1379608923:2'),(112432,14877,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112433,14877,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112434,14877,'_location_id','10'),(112435,14877,'_blog_id',''),(112436,14877,'_location_address','Avenida Paseo'),(112437,14877,'_location_town','Havana'),(112438,14877,'_location_state',''),(112439,14877,'_location_postcode',''),(112440,14877,'_location_region',''),(112441,14877,'_location_country','CU'),(112442,14877,'_location_latitude','23.1168'),(112443,14877,'_location_longitude','-82.38855699999999'),(112444,14877,'_location_status','1'),(112445,14878,'_edit_last','2'),(112446,14878,'_edit_lock','1379609034:2'),(112449,14878,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112450,14878,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112451,14878,'_location_id','11'),(112452,14878,'_blog_id',''),(112453,14878,'_location_address','Betancourt Blvd.'),(112454,14878,'_location_town','Willemstad'),(112455,14878,'_location_state',''),(112456,14878,'_location_postcode',''),(112457,14878,'_location_region',''),(112458,14878,'_location_country','CW'),(112459,14878,'_location_latitude','12.1080446'),(112460,14878,'_location_longitude','-68.924489'),(112461,14878,'_location_status','1'),(112462,14879,'_edit_last','2'),(112463,14879,'_edit_lock','1379609155:2'),(112466,14879,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112467,14879,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112468,14879,'_location_id','12'),(112469,14879,'_blog_id',''),(112470,14879,'_location_address','Valley Road'),(112471,14879,'_location_town','Roseau'),(112472,14879,'_location_state',''),(112473,14879,'_location_postcode',''),(112474,14879,'_location_region',''),(112475,14879,'_location_country','DM'),(112476,14879,'_location_latitude','15.3014575'),(112477,14879,'_location_longitude','-61.3831419'),(112478,14879,'_location_status','1'),(112479,14880,'_edit_last','2'),(112480,14880,'_edit_lock','1379609799:2'),(112483,14880,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112484,14880,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112485,14880,'_location_id','13'),(112486,14880,'_blog_id',''),(112487,14880,'_location_address','Young Street'),(112488,14880,'_location_town','St. Georges'),(112489,14880,'_location_state',''),(112490,14880,'_location_postcode',''),(112491,14880,'_location_region',''),(112492,14880,'_location_country','GD'),(112493,14880,'_location_latitude','12.0522546'),(112494,14880,'_location_longitude','-61.75365220000003'),(112495,14880,'_location_status','1'),(112496,14882,'_edit_last','2'),(112497,14882,'_edit_lock','1379609854:2'),(112500,14882,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112501,14882,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112502,14882,'_location_id','14'),(112503,14882,'_blog_id',''),(112504,14882,'_location_address','Rue Ali Tur'),(112505,14882,'_location_town','Basse-terre'),(112506,14882,'_location_state',''),(112507,14882,'_location_postcode',''),(112508,14882,'_location_region',''),(112509,14882,'_location_country','GP'),(112510,14882,'_location_latitude','15.9951266'),(112511,14882,'_location_longitude','-61.7278862'),(112512,14882,'_location_status','1'),(112513,14883,'_edit_last','2'),(112514,14883,'_edit_lock','1379610050:2'),(112517,14883,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112518,14883,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112519,14883,'_location_id','15'),(112520,14883,'_blog_id',''),(112521,14883,'_location_address','Rue st James'),(112522,14883,'_location_town','Marigot'),(112523,14883,'_location_state',''),(112524,14883,'_location_postcode',''),(112525,14883,'_location_region',''),(112526,14883,'_location_country','MF'),(112527,14883,'_location_latitude','18.0660522'),(112528,14883,'_location_longitude','-63.08489810000003'),(112529,14883,'_location_status','1'),(112530,14884,'_edit_last','2'),(112531,14884,'_edit_lock','1379610154:2'),(112534,14884,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112535,14884,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112536,14884,'_location_id','16'),(112537,14884,'_blog_id',''),(112538,14884,'_location_address','Church Street'),(112539,14884,'_location_town','Georgetown'),(112540,14884,'_location_state',''),(112541,14884,'_location_postcode',''),(112542,14884,'_location_region',''),(112543,14884,'_location_country','GY'),(112544,14884,'_location_latitude','6.811107'),(112545,14884,'_location_longitude','-58.15608129999998'),(112546,14884,'_location_status','1'),(112547,14885,'_edit_last','2'),(112548,14885,'_edit_lock','1379610281:2'),(112551,14885,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112552,14885,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112553,14885,'_location_id','17'),(112554,14885,'_blog_id',''),(112555,14885,'_location_address','Rue Pavee'),(112556,14885,'_location_town','Port-au-Prince'),(112557,14885,'_location_state',''),(112558,14885,'_location_postcode',''),(112559,14885,'_location_region',''),(112560,14885,'_location_country','HT'),(112561,14885,'_location_latitude','18.5471313'),(112562,14885,'_location_longitude','-72.34144630000003'),(112563,14885,'_location_status','1'),(112564,14886,'_edit_last','2'),(112565,14886,'_edit_lock','1379610407:2'),(112568,14886,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112569,14886,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112570,14886,'_location_id','18'),(112571,14886,'_blog_id',''),(112572,14886,'_location_address','Washington Blvd.'),(112573,14886,'_location_town','Kinsgton'),(112574,14886,'_location_state',''),(112575,14886,'_location_postcode',''),(112576,14886,'_location_region',''),(112577,14886,'_location_country','JM'),(112578,14886,'_location_latitude','18.0261341'),(112579,14886,'_location_longitude','-76.83963310000001'),(112580,14886,'_location_status','1'),(112581,14887,'_edit_last','2'),(112582,14887,'_edit_lock','1379610498:2'),(112585,14887,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112586,14887,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112587,14887,'_location_id','19'),(112588,14887,'_blog_id',''),(112589,14887,'_location_address','Rocade'),(112590,14887,'_location_town','Fort-de-France'),(112591,14887,'_location_state',''),(112592,14887,'_location_postcode',''),(112593,14887,'_location_region',''),(112594,14887,'_location_country','MQ'),(112595,14887,'_location_latitude','14.613071'),(112596,14887,'_location_longitude','-61.06493069999999'),(112597,14887,'_location_status','1'),(112598,14889,'_feedback_author',''),(112599,14889,'_feedback_author_email',''),(112600,14889,'_feedback_author_url',''),(112601,14889,'_feedback_subject','Signup form OneCaribbean'),(112602,14889,'_feedback_ip','10.17.1.254'),(112603,14889,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112604,14889,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"Marian Rosemond\";s:13:\"Email address\";s:24:\"Marianrosemond@yahoo.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112605,14889,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"Marian Rosemond\";s:13:\"Email address\";s:24:\"Marianrosemond@yahoo.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112606,14889,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:126:\"Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0e81af48-e491-480e-abea-2f497ad8bd62\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35034\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"590\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.73.198.237\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:126:\"Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"590\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1379610621.227\";s:12:\"REQUEST_TIME\";s:10:\"1379610621\";}'),(112607,14889,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:458:\"Name: Marian Rosemond\n\nEmail address: Marianrosemond@yahoo.com\n\nCountry of Residence: Barbados\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday September 19, 2013 at 1:10 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(112608,14888,'_edit_last','2'),(112609,14888,'_edit_lock','1379610921:2'),(112612,14888,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112613,14888,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112614,14888,'_location_id','20'),(112615,14888,'_blog_id',''),(112616,14888,'_location_address','Cudjoehead'),(112617,14888,'_location_town','St. Peter'),(112618,14888,'_location_state',''),(112619,14888,'_location_postcode',''),(112620,14888,'_location_region',''),(112621,14888,'_location_country','MS'),(112622,14888,'_location_latitude','16.785003'),(112623,14888,'_location_longitude','-62.209112000000005'),(112624,14888,'_location_status','1'),(112625,14890,'_edit_last','2'),(112626,14890,'_edit_lock','1379611064:2'),(112629,14890,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112630,14890,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112631,14890,'_location_id','21'),(112632,14890,'_blog_id',''),(112633,14890,'_location_address','Puerta de Tierra'),(112634,14890,'_location_town','San Juan'),(112635,14890,'_location_state',''),(112636,14890,'_location_postcode',''),(112637,14890,'_location_region',''),(112638,14890,'_location_country','PR'),(112639,14890,'_location_latitude','18.46361'),(112640,14890,'_location_longitude','-66.09667000000002'),(112641,14890,'_location_status','1'),(112642,14891,'_edit_last','2'),(112643,14891,'_edit_lock','1379611348:2'),(112646,14891,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112647,14891,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112648,14891,'_location_id','22'),(112649,14891,'_blog_id',''),(112650,14891,'_location_address','Fort Oranjestraat'),(112651,14891,'_location_town','Oranjestad'),(112652,14891,'_location_state',''),(112653,14891,'_location_postcode',''),(112654,14891,'_location_region',''),(112655,14891,'_location_country','NL'),(112656,14891,'_location_latitude','17.4828151'),(112657,14891,'_location_longitude','-62.98253999999997'),(112658,14891,'_location_status','1'),(112659,14892,'_edit_last','2'),(112660,14892,'_edit_lock','1379611442:2'),(112663,14892,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112664,14892,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112665,14892,'_location_id','23'),(112666,14892,'_blog_id',''),(112667,14892,'_location_address','Wellington Road'),(112668,14892,'_location_town','Basseterre'),(112669,14892,'_location_state',''),(112670,14892,'_location_postcode',''),(112671,14892,'_location_region',''),(112672,14892,'_location_country','KN'),(112673,14892,'_location_latitude','17.3026058'),(112674,14892,'_location_longitude','-62.71769240000003'),(112675,14892,'_location_status','1'),(112676,14893,'_edit_last','2'),(112677,14893,'_edit_lock','1379611571:2'),(112680,14893,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112681,14893,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112682,14893,'_location_id','24'),(112683,14893,'_blog_id',''),(112684,14893,'_location_address','Jeremie Street'),(112685,14893,'_location_town','Castries'),(112686,14893,'_location_state',''),(112687,14893,'_location_postcode',''),(112688,14893,'_location_region',''),(112689,14893,'_location_country','LC'),(112690,14893,'_location_latitude','14.0110077'),(112691,14893,'_location_longitude','-60.99065489999998'),(112692,14893,'_location_status','1'),(112693,14894,'_edit_last','2'),(112694,14894,'_edit_lock','1379611659:2'),(112697,14894,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112698,14894,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112699,14894,'_location_id','25'),(112700,14894,'_blog_id',''),(112701,14894,'_location_address','W.A. Nisbeth Road'),(112702,14894,'_location_town','Philipsburg'),(112703,14894,'_location_state',''),(112704,14894,'_location_postcode',''),(112705,14894,'_location_region',''),(112706,14894,'_location_country','SX'),(112707,14894,'_location_latitude','18.0260832'),(112708,14894,'_location_longitude','-63.04860480000002'),(112709,14894,'_location_status','1'),(112710,14895,'_edit_last','2'),(112711,14895,'_edit_lock','1379611749:2'),(112714,14895,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112715,14895,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112716,14895,'_location_id','26'),(112717,14895,'_blog_id',''),(112718,14895,'_location_address','Richard Hill Road'),(112719,14895,'_location_town','Kingstown'),(112720,14895,'_location_state',''),(112721,14895,'_location_postcode',''),(112722,14895,'_location_region',''),(112723,14895,'_location_country','VC'),(112724,14895,'_location_latitude','13.155322'),(112725,14895,'_location_longitude','-61.22436700000003'),(112726,14895,'_location_status','1'),(112727,14896,'_edit_last','2'),(112728,14896,'_edit_lock','1379611941:2'),(112731,14896,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112732,14896,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112733,14896,'_location_id','27'),(112734,14896,'_blog_id',''),(112735,14896,'_location_address','Independance Sq.'),(112736,14896,'_location_town','Port-of-Spain'),(112737,14896,'_location_state',''),(112738,14896,'_location_postcode',''),(112739,14896,'_location_region',''),(112740,14896,'_location_country','TT'),(112741,14896,'_location_latitude','10.6496107'),(112742,14896,'_location_longitude','-61.50876579999999'),(112743,14896,'_location_status','1'),(112744,14897,'_edit_last','2'),(112745,14897,'_edit_lock','1379612356:2'),(112748,14897,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112749,14897,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112750,14897,'_location_id','28'),(112751,14897,'_blog_id',''),(112752,14897,'_location_address','Millenium Highway'),(112753,14897,'_location_town','Providenciales'),(112754,14897,'_location_state',''),(112755,14897,'_location_postcode',''),(112756,14897,'_location_region',''),(112757,14897,'_location_country','TC'),(112758,14897,'_location_latitude','21.8156493'),(112759,14897,'_location_longitude','-72.28729820000001'),(112760,14897,'_location_status','1'),(112761,14899,'_edit_last','2'),(112762,14899,'_edit_lock','1379612364:2'),(112765,14899,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112766,14899,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112767,14899,'_location_id','29'),(112768,14899,'_blog_id',''),(112769,14899,'_location_address','Main Street'),(112770,14899,'_location_town','Charlotte Amalie'),(112771,14899,'_location_state',''),(112772,14899,'_location_postcode',''),(112773,14899,'_location_region',''),(112774,14899,'_location_country','VI'),(112775,14899,'_location_latitude','18.3419004'),(112776,14899,'_location_longitude','-64.93070069999999'),(112777,14899,'_location_status','1'),(112778,14900,'_edit_last','2'),(112779,14900,'_edit_lock','1379612491:2'),(112782,14900,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112783,14900,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112784,14900,'_location_id','30'),(112785,14900,'_blog_id',''),(112786,14900,'_location_address','Bello Monte'),(112787,14900,'_location_town','Caracas'),(112788,14900,'_location_state',''),(112789,14900,'_location_postcode',''),(112790,14900,'_location_region',''),(112791,14900,'_location_country','VE'),(112792,14900,'_location_latitude','10.4906976'),(112793,14900,'_location_longitude','-66.87520139999998'),(112794,14900,'_location_status','1'),(112797,13429,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112798,13429,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112801,13432,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112802,13432,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112805,13208,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112806,13208,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112811,14903,'_feedback_author',''),(112812,14903,'_feedback_author_email',''),(112813,14903,'_feedback_author_url',''),(112814,14903,'_feedback_subject','Signup form OneCaribbean'),(112815,14903,'_feedback_ip','10.17.1.254'),(112816,14903,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112817,14903,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Zarina McCulloch\";s:13:\"Email address\";s:26:\"zarina_mcculloch@yahoo.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:30:\"River Communications (UK) Ltd.\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:16:\"Public Relations\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112818,14903,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Zarina McCulloch\";s:13:\"Email address\";s:26:\"zarina_mcculloch@yahoo.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:30:\"River Communications (UK) Ltd.\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:16:\"Public Relations\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(112819,14903,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a4a31955-5aea-40ec-85ea-761d0518fb86\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50139\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"620\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"176.255.102.32\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"620\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379672810.4682\";s:12:\"REQUEST_TIME\";s:10:\"1379672810\";}'),(112820,14903,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:567:\"Name: Zarina McCulloch\n\nEmail address: zarina_mcculloch@yahoo.com\n\nCountry of Residence: UK\n\nName of Organization/Company: River Communications (UK) Ltd.\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Public Relations\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday September 20, 2013 at 6:27 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(112838,14713,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112839,14713,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112846,13857,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112847,13857,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112850,14620,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112851,14620,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112858,13433,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112859,13433,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112862,13841,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112863,13841,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112866,9801,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112867,9801,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112870,14622,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112871,14622,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112878,13529,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112879,13529,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112886,14595,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112887,14595,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112890,14623,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112891,14623,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112894,13842,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112895,13842,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112898,14491,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112899,14491,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112906,13452,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112907,13452,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112910,13859,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112911,13859,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112914,14492,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112915,14492,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112922,14596,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112923,14596,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112926,13434,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112927,13434,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112930,14044,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112931,14044,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112938,13824,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112939,13824,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112942,13860,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112943,13860,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112946,13530,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112947,13530,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112950,13843,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112951,13843,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(112952,14920,'_wp_attached_file','KnowledgeWorks.jpg'),(112953,14920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:396;s:6:\"height\";i:208;s:4:\"file\";s:18:\"KnowledgeWorks.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"KnowledgeWorks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"KnowledgeWorks-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379682969;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(112954,14921,'_wp_attached_file','knowledgeWorksBrochure.pdf'),(112955,14921,'_edit_lock','1379698644:2'),(112992,14928,'_feedback_author',''),(112993,14928,'_feedback_author_email',''),(112994,14928,'_feedback_author_url',''),(112995,14928,'_feedback_subject','Signup form OneCaribbean'),(112996,14928,'_feedback_ip','10.17.1.254'),(112997,14928,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(112998,14928,'_feedback_all_fields','a:13:{s:4:\"Name\";s:9:\"vuhtqkjbr\";s:13:\"Email address\";s:17:\"cbznvz@mctpgg.com\";s:20:\"Country of Residence\";s:8:\"RkkpWuAI\";s:28:\"Name of Organization/Company\";s:9:\"vuhtqkjbr\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:14:\"PeoZtpPozFfiYd\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(112999,14928,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:9:\"vuhtqkjbr\";s:13:\"Email address\";s:17:\"cbznvz@mctpgg.com\";s:20:\"Country of Residence\";s:8:\"RkkpWuAI\";s:28:\"Name of Organization/Company\";s:9:\"vuhtqkjbr\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:14:\"PeoZtpPozFfiYd\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113000,14928,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-adcbb5c3-891e-4729-90d9-dc1c3496c018\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56378\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.59.67.198\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1379720468.0765\";s:12:\"REQUEST_TIME\";s:10:\"1379720468\";}'),(113001,14928,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: vuhtqkjbr\n\nEmail address: cbznvz@mctpgg.com\n\nCountry of Residence: RkkpWuAI\n\nName of Organization/Company: vuhtqkjbr\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: PeoZtpPozFfiYd\n\nMessage was sent on Friday September 20, 2013 at 7:41 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113047,14939,'_wp_attached_file','SEPT23General-Delegate.pdf'),(113048,14939,'_edit_lock','1379972133:2'),(113061,14942,'_wp_attached_file','TICC-2013-AGENDA-OF-ACTIVITIES.pdf'),(113064,13839,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(113065,13839,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(113066,14943,'_edit_last','2'),(113067,14943,'_edit_lock','1386786921:2'),(113068,14944,'_wp_attached_file','saintLuciaSportForumJune2014.jpg'),(113069,14944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:32:\"saintLuciaSportForumJune2014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"saintLuciaSportForumJune2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"saintLuciaSportForumJune2014-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113074,14943,'_event_id','1983'),(113075,14943,'_event_start_time','00:00:00'),(113076,14943,'_event_end_time','00:00:00'),(113077,14943,'_event_all_day','0'),(113078,14943,'_event_start_date','2014-06-09'),(113079,14943,'_event_end_date','2014-06-15'),(113080,14943,'_event_rsvp','0'),(113081,14943,'_event_rsvp_date',''),(113082,14943,'_event_rsvp_time','00:00:00'),(113083,14943,'_event_spaces',''),(113084,14943,'_location_id','24'),(113085,14943,'_recurrence_id',''),(113086,14943,'_event_status','1'),(113087,14943,'_event_private','0'),(113088,14943,'_event_date_created',''),(113089,14943,'_event_date_modified',''),(113090,14943,'_blog_id',''),(113091,14943,'_group_id','0'),(113092,14943,'_recurrence','0'),(113093,14943,'_recurrence_interval',''),(113094,14943,'_recurrence_freq',''),(113095,14943,'_recurrence_days','0'),(113096,14943,'_recurrence_byday',''),(113097,14943,'_recurrence_byweekno',''),(113098,14943,'_start_ts','1402272000'),(113099,14943,'_end_ts','1402790400'),(113102,14943,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(113103,14943,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(113152,14956,'_edit_last','2'),(113153,14956,'_edit_lock','1380121662:2'),(113154,14956,'truethemes_video_url',''),(113155,14956,'truethemes_external_image_url',''),(113156,14956,'truethemes_slider_shortcode',''),(113157,14956,'truethemes_slider_cu3er',''),(113168,14959,'_wp_attached_file','SGSpeechStatiaSept25.docx'),(113177,14956,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113178,14956,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113203,14972,'_wp_attached_file','Ferry-for-General-Delegates-e1380141066320.jpg'),(113204,14972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:385;s:4:\"file\";s:46:\"Ferry-for-General-Delegates-e1380141066320.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Ferry-for-General-Delegates-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Ferry-for-General-Delegates-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Ferry-for-General-Delegates-1024x788.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113205,14972,'_edit_lock','1380141076:2'),(113206,14972,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1332;s:6:\"height\";i:1026;s:4:\"file\";s:31:\"Ferry-for-General-Delegates.jpg\";}}'),(113207,14972,'_edit_last','2'),(113287,14994,'_wp_attached_file','VIPFerry.jpg'),(113288,14994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:339;s:4:\"file\";s:12:\"VIPFerry.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VIPFerry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"VIPFerry-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113314,15004,'_wp_attached_file','FerryScheduleGen.Del_.Sept26.pdf'),(113315,15005,'_wp_attached_file','ferryscheduleGenDelSept26.jpg'),(113316,15005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:788;s:4:\"file\";s:29:\"ferryscheduleGenDelSept26.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ferryscheduleGenDelSept26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"ferryscheduleGenDelSept26-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1380190066;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113340,15014,'_edit_last','2'),(113341,15014,'_edit_lock','1380205487:2'),(113342,15014,'truethemes_video_url',''),(113343,15014,'truethemes_external_image_url',''),(113344,15014,'truethemes_slider_shortcode',''),(113345,15014,'truethemes_slider_cu3er',''),(113354,15014,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113355,15014,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113356,15017,'_edit_last','2'),(113357,15017,'_edit_lock','1380205645:2'),(113358,15018,'_wp_attached_file','Caribbean-journalism-awards-nomination-form.doc'),(113359,15017,'truethemes_video_url',''),(113360,15017,'truethemes_external_image_url',''),(113361,15017,'truethemes_slider_shortcode',''),(113362,15017,'truethemes_slider_cu3er',''),(113371,15017,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113372,15017,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113379,15022,'_feedback_author',''),(113380,15022,'_feedback_author_email',''),(113381,15022,'_feedback_author_url',''),(113382,15022,'_feedback_subject','Signup form OneCaribbean'),(113383,15022,'_feedback_ip','10.17.1.254'),(113384,15022,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113385,15022,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"ihvgltonjgk\";s:13:\"Email address\";s:17:\"mbyhbs@vwousg.com\";s:20:\"Country of Residence\";s:14:\"ySHUeuNdmFWaFo\";s:28:\"Name of Organization/Company\";s:11:\"ihvgltonjgk\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:9:\"wCXubbFYy\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113386,15022,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"ihvgltonjgk\";s:13:\"Email address\";s:17:\"mbyhbs@vwousg.com\";s:20:\"Country of Residence\";s:14:\"ySHUeuNdmFWaFo\";s:28:\"Name of Organization/Company\";s:11:\"ihvgltonjgk\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:9:\"wCXubbFYy\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113387,15022,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-09e852ec-66d7-458b-b583-77edf3e29524\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38366\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.200.13.1\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1380206755.8954\";s:12:\"REQUEST_TIME\";s:10:\"1380206755\";}'),(113388,15022,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:306:\"Name: ihvgltonjgk\n\nEmail address: mbyhbs@vwousg.com\n\nCountry of Residence: ySHUeuNdmFWaFo\n\nName of Organization/Company: ihvgltonjgk\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: wCXubbFYy\n\nMessage was sent on Thursday September 26, 2013 at 10:45 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113407,15028,'_feedback_author',''),(113408,15028,'_feedback_author_email',''),(113409,15028,'_feedback_author_url',''),(113410,15028,'_feedback_subject','Signup form OneCaribbean'),(113411,15028,'_feedback_ip','10.17.1.254'),(113412,15028,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113413,15028,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"BEBEL MURRAY\";s:13:\"Email address\";s:23:\"bebelmurray@hotmail.com\";s:20:\"Country of Residence\";s:6:\"Brazil\";s:28:\"Name of Organization/Company\";s:15:\"Revista Eventos\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113414,15028,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"BEBEL MURRAY\";s:13:\"Email address\";s:23:\"bebelmurray@hotmail.com\";s:20:\"Country of Residence\";s:6:\"Brazil\";s:28:\"Name of Organization/Company\";s:15:\"Revista Eventos\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113415,15028,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e94c7466-7dca-432a-9209-ac8ad4c189fb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45296\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"612\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"187.3.53.167\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"pt-BR,pt;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"612\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1380337825.9094\";s:12:\"REQUEST_TIME\";s:10:\"1380337825\";}'),(113416,15028,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:507:\"Name: BEBEL MURRAY\n\nEmail address: bebelmurray@hotmail.com\n\nCountry of Residence: Brazil\n\nName of Organization/Company: Revista Eventos\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday September 27, 2013 at 11:10 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113417,15029,'_feedback_author',''),(113418,15029,'_feedback_author_email',''),(113419,15029,'_feedback_author_url',''),(113420,15029,'_feedback_subject','Signup form OneCaribbean'),(113421,15029,'_feedback_ip','10.17.1.254'),(113422,15029,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113423,15029,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Carol Marion\";s:13:\"Email address\";s:22:\"Angelscm@Bellsouth.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:8:\"Touriest\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113424,15029,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Carol Marion\";s:13:\"Email address\";s:22:\"Angelscm@Bellsouth.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:8:\"Touriest\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113425,15029,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0cd704ec-314b-4b78-9540-336960909340\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50567\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"488\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"98.82.64.209\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"488\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1380388330.053\";s:12:\"REQUEST_TIME\";s:10:\"1380388330\";}'),(113426,15029,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:415:\"Name: Carol Marion\n\nEmail address: Angelscm@Bellsouth.net\n\nCountry of Residence: USA\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Touriest\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday September 28, 2013 at 1:12 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113427,15030,'_feedback_author',''),(113428,15030,'_feedback_author_email',''),(113429,15030,'_feedback_author_url',''),(113430,15030,'_feedback_subject','Signup form OneCaribbean'),(113431,15030,'_feedback_ip','10.17.1.254'),(113432,15030,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113433,15030,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Carol Marion\";s:13:\"Email address\";s:22:\"Angelscm@Bellsouth.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:8:\"Touriest\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113434,15030,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Carol Marion\";s:13:\"Email address\";s:22:\"Angelscm@Bellsouth.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:8:\"Touriest\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113435,15030,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5a4251ad-7a91-4556-9758-ce810cf0ac3b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51243\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"488\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"98.82.64.209\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"488\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1380388333.2715\";s:12:\"REQUEST_TIME\";s:10:\"1380388333\";}'),(113436,15030,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:415:\"Name: Carol Marion\n\nEmail address: Angelscm@Bellsouth.net\n\nCountry of Residence: USA\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Touriest\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday September 28, 2013 at 1:12 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113437,15031,'_edit_last','2'),(113438,15031,'_edit_lock','1380552603:2'),(113439,15031,'truethemes_video_url',''),(113440,15031,'truethemes_external_image_url',''),(113441,15031,'truethemes_slider_shortcode',''),(113442,15031,'truethemes_slider_cu3er',''),(113451,15031,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113452,15031,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113453,15033,'_edit_last','2'),(113454,15033,'_edit_lock','1380563712:2'),(113455,15033,'truethemes_video_url',''),(113456,15033,'truethemes_external_image_url',''),(113457,15033,'truethemes_slider_shortcode',''),(113458,15033,'truethemes_slider_cu3er',''),(113467,15033,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113468,15033,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113469,15036,'_edit_last','2'),(113470,15036,'_edit_lock','1380563727:2'),(113471,15036,'truethemes_video_url',''),(113472,15036,'truethemes_external_image_url',''),(113473,15036,'truethemes_slider_shortcode',''),(113474,15036,'truethemes_slider_cu3er',''),(113483,15036,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113484,15036,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113485,15038,'_edit_last','2'),(113486,15038,'_edit_lock','1380563815:2'),(113487,15038,'truethemes_video_url',''),(113488,15038,'truethemes_external_image_url',''),(113489,15038,'truethemes_slider_shortcode',''),(113490,15038,'truethemes_slider_cu3er',''),(113499,15038,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113500,15038,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113501,15040,'_edit_last','2'),(113502,15040,'_edit_lock','1380564249:2'),(113503,15040,'truethemes_video_url',''),(113504,15040,'truethemes_external_image_url',''),(113505,15040,'truethemes_slider_shortcode',''),(113506,15040,'truethemes_slider_cu3er',''),(113515,15040,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113516,15040,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113517,15042,'_edit_last','2'),(113518,15042,'_edit_lock','1380564653:2'),(113519,15042,'truethemes_video_url',''),(113520,15042,'truethemes_external_image_url',''),(113521,15042,'truethemes_slider_shortcode',''),(113522,15042,'truethemes_slider_cu3er',''),(113531,15042,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113532,15042,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113544,15051,'_wp_attached_file','brianChallenger150.jpg'),(113545,15051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:185;s:4:\"file\";s:22:\"brianChallenger150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"brianChallenger150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113582,15058,'_wp_attached_file','colmlacy150.jpg'),(113583,15058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:186;s:4:\"file\";s:15:\"colmlacy150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"colmlacy150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113596,15061,'_wp_attached_file','dwaynebishop150.jpg'),(113597,15061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:208;s:4:\"file\";s:19:\"dwaynebishop150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"dwaynebishop150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113610,15064,'_wp_attached_file','jaimelopez150.jpg'),(113611,15064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:215;s:4:\"file\";s:17:\"jaimelopez150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jaimelopez150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113624,15067,'_wp_attached_file','bio-Jaime-Lopez.doc'),(113625,15068,'_wp_attached_file','eugeniofonseca150.jpg'),(113626,15068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:197;s:4:\"file\";s:21:\"eugeniofonseca150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"eugeniofonseca150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(113642,15073,'_wp_attached_file','SOTIC-Speakers-Flier_1.pdf'),(113643,15074,'_wp_attached_file','SOTIC-Speakers-Flier_2.pdf'),(113713,15090,'_feedback_author',''),(113714,15090,'_feedback_author_email',''),(113715,15090,'_feedback_author_url',''),(113716,15090,'_feedback_subject','Signup form OneCaribbean'),(113717,15090,'_feedback_ip','10.17.1.254'),(113718,15090,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113719,15090,'_feedback_all_fields','a:13:{s:4:\"Name\";s:7:\"Sophia \";s:13:\"Email address\";s:23:\"sophiasylvain@gmail.com\";s:20:\"Country of Residence\";s:6:\"brasil\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113720,15090,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:7:\"Sophia \";s:13:\"Email address\";s:23:\"sophiasylvain@gmail.com\";s:20:\"Country of Residence\";s:6:\"brasil\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113721,15090,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ed556c7f-1fa2-4fb8-b745-300d262138ac\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44018\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"466\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"201.95.20.70\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"466\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1380666033.1352\";s:12:\"REQUEST_TIME\";s:10:\"1380666033\";}'),(113722,15090,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:335:\"Name: Sophia\n\nEmail address: sophiasylvain@gmail.com\n\nCountry of Residence: brasil\n\nWhich best describes you?: Student / Researcher\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Tuesday October 1, 2013 at 6:20 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113723,15091,'_edit_last','2'),(113724,15091,'_edit_lock','1380720223:2'),(113725,15091,'truethemes_video_url',''),(113726,15091,'truethemes_external_image_url',''),(113727,15091,'truethemes_slider_shortcode',''),(113728,15091,'truethemes_slider_cu3er',''),(113737,15091,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113738,15091,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113739,15093,'_edit_last','2'),(113740,15093,'_edit_lock','1380720460:2'),(113741,15093,'truethemes_video_url',''),(113742,15093,'truethemes_external_image_url',''),(113743,15093,'truethemes_slider_shortcode',''),(113744,15093,'truethemes_slider_cu3er',''),(113753,15093,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113754,15093,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113770,15098,'_wp_attached_file','62CTOBoardReportOCT2013.pdf'),(113783,15102,'_wp_attached_file','USVI-BioGovernorJohnPdeJonghJr.pdf'),(113784,15103,'_wp_attached_file','USVIGovernor.jpg'),(113785,15103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:210;s:4:\"file\";s:16:\"USVIGovernor.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"USVIGovernor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1165669140;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"190\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(113834,15110,'_edit_last','2'),(113835,15110,'_edit_lock','1380818534:2'),(113836,15110,'truethemes_video_url',''),(113837,15110,'truethemes_external_image_url',''),(113838,15110,'truethemes_slider_shortcode',''),(113839,15110,'truethemes_slider_cu3er',''),(113848,15110,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113849,15110,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113850,15112,'_feedback_author',''),(113851,15112,'_feedback_author_email',''),(113852,15112,'_feedback_author_url',''),(113853,15112,'_feedback_subject','Signup form OneCaribbean'),(113854,15112,'_feedback_ip','10.17.1.254'),(113855,15112,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113856,15112,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Jennifer Kent\";s:13:\"Email address\";s:18:\"jkent@usatoday.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:10:\"USA TODAY \";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113857,15112,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Jennifer Kent\";s:13:\"Email address\";s:18:\"jkent@usatoday.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:10:\"USA TODAY \";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113858,15112,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cf1ea2e9-ab7f-495e-8d1c-ede2dd5fcf67\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40413\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"526\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"159.54.131.7\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"526\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1380822428.8279\";s:12:\"REQUEST_TIME\";s:10:\"1380822428\";}'),(113859,15112,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:422:\"Name: Jennifer Kent\n\nEmail address: jkent@usatoday.com\n\nCountry of Residence: USA\n\nName of Organization/Company: USA TODAY\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Thursday October 3, 2013 at 1:47 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113889,15117,'_feedback_author',''),(113890,15117,'_feedback_author_email',''),(113891,15117,'_feedback_author_url',''),(113892,15117,'_feedback_subject','Signup form OneCaribbean'),(113893,15117,'_feedback_ip','10.17.1.254'),(113894,15117,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113895,15117,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"xpexijoj\";s:13:\"Email address\";s:17:\"hqwzxf@bnrcjq.com\";s:20:\"Country of Residence\";s:9:\"ClSqReAyN\";s:28:\"Name of Organization/Company\";s:8:\"xpexijoj\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:15:\"gyeDLkNffEsPwyK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113896,15117,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"xpexijoj\";s:13:\"Email address\";s:17:\"hqwzxf@bnrcjq.com\";s:20:\"Country of Residence\";s:9:\"ClSqReAyN\";s:28:\"Name of Organization/Company\";s:8:\"xpexijoj\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:15:\"gyeDLkNffEsPwyK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113897,15117,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-997f1f8b-301b-4c3b-9f03-ed636e60b192\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55943\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"333\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"178.158.221.73\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"333\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381215248.1581\";s:12:\"REQUEST_TIME\";s:10:\"1381215248\";}'),(113898,15117,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:296:\"Name: xpexijoj\n\nEmail address: hqwzxf@bnrcjq.com\n\nCountry of Residence: ClSqReAyN\n\nName of Organization/Company: xpexijoj\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: gyeDLkNffEsPwyK\n\nMessage was sent on Tuesday October 8, 2013 at 2:54 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113899,15118,'_feedback_author',''),(113900,15118,'_feedback_author_email',''),(113901,15118,'_feedback_author_url',''),(113902,15118,'_feedback_subject','Signup form OneCaribbean'),(113903,15118,'_feedback_ip','10.17.1.254'),(113904,15118,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113905,15118,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Stacey Russell\";s:13:\"Email address\";s:23:\"mediadynamiks@gmail.com\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:14:\"Media DynamiKs\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113906,15118,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Stacey Russell\";s:13:\"Email address\";s:23:\"mediadynamiks@gmail.com\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:14:\"Media DynamiKs\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113907,15118,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e8c43a64-423c-4964-8af2-255bee32cdcf\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36914\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"621\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"90.206.131.153\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"621\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381228821.5853\";s:12:\"REQUEST_TIME\";s:10:\"1381228821\";}'),(113908,15118,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:513:\"Name: Stacey Russell\n\nEmail address: mediadynamiks@gmail.com\n\nCountry of Residence: United Kingdom\n\nName of Organization/Company: Media DynamiKs\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday October 8, 2013 at 6:40 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113909,15119,'_feedback_author',''),(113910,15119,'_feedback_author_email',''),(113911,15119,'_feedback_author_url',''),(113912,15119,'_feedback_subject','Signup form OneCaribbean'),(113913,15119,'_feedback_ip','10.17.1.254'),(113914,15119,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113915,15119,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"GEORGES SIMEON\";s:13:\"Email address\";s:31:\"georges.simeon@tourisme.gouv.ht\";s:20:\"Country of Residence\";s:5:\"haiti\";s:28:\"Name of Organization/Company\";s:28:\"MINISTÈRE DU TOURISME HAITI\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113916,15119,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"GEORGES SIMEON\";s:13:\"Email address\";s:31:\"georges.simeon@tourisme.gouv.ht\";s:20:\"Country of Residence\";s:5:\"haiti\";s:28:\"Name of Organization/Company\";s:28:\"MINISTÈRE DU TOURISME HAITI\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(113917,15119,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6462ae35-0bf9-4f81-b146-53bb829bf030\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33631\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"593\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"186.1.199.42\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"593\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381262581.7309\";s:12:\"REQUEST_TIME\";s:10:\"1381262581\";}'),(113918,15119,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:489:\"Name: GEORGES SIMEON\n\nEmail address: georges.simeon@tourisme.gouv.ht\n\nCountry of Residence: haiti\n\nName of Organization/Company: MINISTÈRE DU TOURISME HAITI\n\nWhich best describes you?: Ministry of Tourism\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Tuesday October 8, 2013 at 4:03 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113919,15120,'_feedback_author',''),(113920,15120,'_feedback_author_email',''),(113921,15120,'_feedback_author_url',''),(113922,15120,'_feedback_subject','Signup form OneCaribbean'),(113923,15120,'_feedback_ip','10.17.1.254'),(113924,15120,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(113925,15120,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Patrick Calvaire\";s:13:\"Email address\";s:38:\"patrick.calvaire@haititourisme.gouv.ht\";s:20:\"Country of Residence\";s:5:\"HAITI\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:22:\"Ministère du Tourisme\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113926,15120,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Patrick Calvaire\";s:13:\"Email address\";s:38:\"patrick.calvaire@haititourisme.gouv.ht\";s:20:\"Country of Residence\";s:5:\"HAITI\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:22:\"Ministère du Tourisme\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(113927,15120,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8946fb37-668e-413e-b645-38eca24f1ade\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57186\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"606\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"186.1.199.42\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"606\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381421053.6042\";s:12:\"REQUEST_TIME\";s:10:\"1381421053\";}'),(113928,15120,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:471:\"Name: Patrick Calvaire\n\nEmail address: patrick.calvaire@haititourisme.gouv.ht\n\nCountry of Residence: HAITI\n\nWhich best describes you?: Ministère du Tourisme\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday October 10, 2013 at 12:04 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(113929,15121,'_wp_attached_file','62ndBoardReportFrenchoct2013.pdf'),(113942,15123,'_wp_attached_file','62ndCTOboardReportSPANISH.pdf'),(113993,3374,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(113994,3374,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(113995,3374,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(113996,3374,'_aioseop_title','Related Sites'),(114008,15141,'_edit_last','2'),(114009,15141,'_edit_lock','1381512530:2'),(114010,15141,'truethemes_video_url',''),(114011,15141,'truethemes_external_image_url',''),(114012,15141,'truethemes_slider_shortcode',''),(114013,15141,'truethemes_slider_cu3er',''),(114022,15141,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(114023,15141,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(114024,15143,'_edit_last','2'),(114025,15143,'_edit_lock','1381514732:2'),(114026,15143,'truethemes_video_url',''),(114027,15143,'truethemes_external_image_url',''),(114028,15143,'truethemes_slider_shortcode',''),(114029,15143,'truethemes_slider_cu3er',''),(114038,15143,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(114039,15143,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(114040,15146,'_edit_last','2'),(114041,15146,'_edit_lock','1381514806:2'),(114042,15146,'truethemes_video_url',''),(114043,15146,'truethemes_external_image_url',''),(114044,15146,'truethemes_slider_shortcode',''),(114045,15146,'truethemes_slider_cu3er',''),(114054,15146,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(114055,15146,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(114056,15148,'_edit_last','2'),(114057,15148,'_edit_lock','1394654122:2'),(114058,15149,'_wp_attached_file','Caribbean-Spa-and-Wellness-Strategy-2014-2018-Final.pdf'),(114059,15150,'_wp_attached_file','Draft-Industry-Standard-Spa-Wellness-Entities.pdf'),(114060,15151,'_wp_attached_file','Health-Wellness-Quality-Assurance-Report-Final.pdf'),(114061,15148,'truethemes_page_checkbox',''),(114062,15148,'truethemes_custom_sub_menu',''),(114063,15148,'truethemes_slider_shortcode',''),(114064,15148,'truethemes_slider_cu3er',''),(114065,15148,'banner_search','yes'),(114066,15148,'page_primary_color_scheme','null'),(114067,15148,'page_secondary_color_scheme','null'),(114068,15148,'page_background_color','#'),(114069,15148,'page_background_position','left top'),(114070,15148,'page_background_repeat','repeat'),(114073,15148,'_wp_page_template','page-template-left-sidebar.php'),(114078,15148,'groups-groups_read_post','Board of Directors'),(114079,15148,'groups-groups_read_post','Council of Ministers'),(114080,15148,'groups-groups_read_post','CTO RMF Members'),(114087,15148,'groups-groups_read_post','Board of Directors'),(114088,15148,'groups-groups_read_post','Council of Ministers'),(114089,15148,'groups-groups_read_post','CTO RMF Members'),(114096,15148,'groups-groups_read_post','Board of Directors'),(114097,15148,'groups-groups_read_post','Council of Ministers'),(114098,15148,'groups-groups_read_post','CTO RMF Members'),(114117,7490,'groups-groups_read_post','Board of Directors'),(114127,6446,'groups-groups_read_post','Council of Ministers'),(114217,15188,'_wp_attached_file','michaelRonanSOTIC.jpg'),(114218,15188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:227;s:4:\"file\";s:21:\"michaelRonanSOTIC.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"michaelRonanSOTIC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(114231,15191,'_edit_last','2'),(114232,15191,'_edit_lock','1381762514:2'),(114233,15191,'truethemes_video_url',''),(114234,15191,'truethemes_external_image_url',''),(114235,15191,'truethemes_slider_shortcode',''),(114236,15191,'truethemes_slider_cu3er',''),(114245,15191,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(114246,15191,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(114247,15193,'_edit_last','2'),(114248,15193,'_edit_lock','1381764795:2'),(114249,15193,'truethemes_video_url',''),(114250,15193,'truethemes_external_image_url',''),(114251,15193,'truethemes_slider_shortcode',''),(114252,15193,'truethemes_slider_cu3er',''),(114261,15193,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(114262,15193,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(114299,15203,'_edit_last','2'),(114300,15203,'_edit_lock','1381766668:2'),(114301,15203,'truethemes_video_url',''),(114302,15203,'truethemes_external_image_url',''),(114303,15203,'truethemes_slider_shortcode',''),(114304,15203,'truethemes_slider_cu3er',''),(114313,15203,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(114314,15203,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(114315,7490,'groups-groups_read_post','Board of Directors'),(114325,15207,'_wp_attached_file','CTOENewsSept2013.docx'),(114338,15210,'_feedback_author',''),(114339,15210,'_feedback_author_email',''),(114340,15210,'_feedback_author_url',''),(114341,15210,'_feedback_subject','Signup form OneCaribbean'),(114342,15210,'_feedback_ip','10.17.1.254'),(114343,15210,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(114344,15210,'_feedback_all_fields','a:13:{s:4:\"Name\";s:27:\"Luis Felipe Ramírez Hoyos\";s:13:\"Email address\";s:32:\"luisfeliperamirezhoyos@yahoo.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:57:\"mixture airline hospitality travel agency tourism board\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(114345,15210,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:27:\"Luis Felipe Ramírez Hoyos\";s:13:\"Email address\";s:32:\"luisfeliperamirezhoyos@yahoo.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:57:\"mixture airline hospitality travel agency tourism board\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(114346,15210,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f71df639-a42a-4e39-874a-efeeb35aac1b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42609\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"387\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"190.78.219.175\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"es-ES,es;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"387\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381768941.0844\";s:12:\"REQUEST_TIME\";s:10:\"1381768941\";}'),(114347,15210,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:315:\"Name: Luis Felipe Ramírez Hoyos\n\nEmail address: luisfeliperamirezhoyos@yahoo.com\n\nCountry of Residence: Venezuela\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: mixture airline hospitality travel agency tourism board\n\nMessage was sent on Monday October 14, 2013 at 12:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(114348,15211,'_feedback_author',''),(114349,15211,'_feedback_author_email',''),(114350,15211,'_feedback_author_url',''),(114351,15211,'_feedback_subject','Signup form OneCaribbean'),(114352,15211,'_feedback_ip','10.17.1.254'),(114353,15211,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(114354,15211,'_feedback_all_fields','a:13:{s:4:\"Name\";s:19:\"Mrs Maryse FRANCOIS\";s:13:\"Email address\";s:21:\"c_c_b_d_@hotmail.com \";s:20:\"Country of Residence\";s:24:\"Martinique & Barbade\";s:28:\"Name of Organization/Company\";s:64:\"CCBD Caribbean Community Business Development English Institute\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(114355,15211,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:19:\"Mrs Maryse FRANCOIS\";s:13:\"Email address\";s:21:\"c_c_b_d_@hotmail.com \";s:20:\"Country of Residence\";s:20:\"Martinique & Barbade\";s:28:\"Name of Organization/Company\";s:64:\"CCBD Caribbean Community Business Development English Institute\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(114356,15211,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e035b4f-0fa9-42a5-aec4-828eb1ae0a9a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49658\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"670\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"93.121.191.20\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"670\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381772195.6199\";s:12:\"REQUEST_TIME\";s:10:\"1381772195\";}'),(114357,15211,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:569:\"Name: Mrs Maryse FRANCOIS\n\nEmail address: c_c_b_d_@hotmail.com\n\nCountry of Residence: Martinique & Barbade\n\nName of Organization/Company: CCBD Caribbean Community Business Development English Institute\n\nWhich best describes you?: Educational Institution\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday October 14, 2013 at 1:36 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(114395,15218,'_wp_attached_file','BusinessMeetingsOCT14.jpg'),(114396,15218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:925;s:4:\"file\";s:25:\"BusinessMeetingsOCT14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"BusinessMeetingsOCT14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"BusinessMeetingsOCT14-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1381760142;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(114397,15219,'_wp_attached_file','ConfAgendaOCT14.jpg'),(114398,15219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:987;s:6:\"height\";i:925;s:4:\"file\";s:19:\"ConfAgendaOCT14.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ConfAgendaOCT14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ConfAgendaOCT14-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1381760171;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(114405,15222,'_feedback_author',''),(114406,15222,'_feedback_author_email',''),(114407,15222,'_feedback_author_url',''),(114408,15222,'_feedback_subject','Signup form OneCaribbean'),(114409,15222,'_feedback_ip','10.17.1.254'),(114410,15222,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(114411,15222,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"ingrid orel\";s:13:\"Email address\";s:22:\"orelingrid972@yahoo.fr\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(114412,15222,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"ingrid orel\";s:13:\"Email address\";s:22:\"orelingrid972@yahoo.fr\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(114413,15222,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0f0ed9d6-c7de-4c04-a2b3-a5e951826a33\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44913\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"477\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"188.29.165.51\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"477\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381782704.4332\";s:12:\"REQUEST_TIME\";s:10:\"1381782704\";}'),(114414,15222,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:349:\"Name: ingrid orel\n\nEmail address: orelingrid972@yahoo.fr\n\nCountry of Residence: United Kingdom\n\nWhich best describes you?: Tourism Board\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Monday October 14, 2013 at 4:31 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(114427,15227,'_edit_last','2'),(114428,15227,'_edit_lock','1381857570:2'),(114431,15227,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114432,15227,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114433,15227,'_event_id','1984'),(114434,15227,'_event_start_time','00:00:00'),(114435,15227,'_event_end_time','00:00:00'),(114436,15227,'_event_all_day','1'),(114437,15227,'_event_start_date','2014-03-03'),(114438,15227,'_event_end_date','2014-03-04'),(114439,15227,'_event_rsvp','0'),(114440,15227,'_event_rsvp_date',''),(114441,15227,'_event_rsvp_time','00:00:00'),(114442,15227,'_event_spaces',''),(114443,15227,'_location_id','12'),(114444,15227,'_recurrence_id',''),(114445,15227,'_event_status','1'),(114446,15227,'_event_private','0'),(114447,15227,'_event_date_created',''),(114448,15227,'_event_date_modified',''),(114449,15227,'_blog_id',''),(114450,15227,'_group_id','0'),(114451,15227,'_recurrence','0'),(114452,15227,'_recurrence_interval',''),(114453,15227,'_recurrence_freq',''),(114454,15227,'_recurrence_days','0'),(114455,15227,'_recurrence_byday',''),(114456,15227,'_recurrence_byweekno',''),(114457,15227,'_start_ts','1393804800'),(114458,15227,'_end_ts','1393891200'),(114459,15230,'_edit_last','2'),(114460,15230,'_edit_lock','1381858421:2'),(114463,15230,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114464,15230,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114465,15230,'_event_id','1985'),(114466,15230,'_event_start_time','00:00:00'),(114467,15230,'_event_end_time','00:00:00'),(114468,15230,'_event_all_day','1'),(114469,15230,'_event_start_date','2014-05-01'),(114470,15230,'_event_end_date','2014-05-31'),(114471,15230,'_event_rsvp','0'),(114472,15230,'_event_rsvp_date',''),(114473,15230,'_event_rsvp_time','00:00:00'),(114474,15230,'_event_spaces',''),(114475,15230,'_location_id','12'),(114476,15230,'_recurrence_id',''),(114477,15230,'_event_status','1'),(114478,15230,'_event_private','0'),(114479,15230,'_event_date_created',''),(114480,15230,'_event_date_modified',''),(114481,15230,'_blog_id',''),(114482,15230,'_group_id','0'),(114483,15230,'_recurrence','0'),(114484,15230,'_recurrence_interval',''),(114485,15230,'_recurrence_freq',''),(114486,15230,'_recurrence_days','0'),(114487,15230,'_recurrence_byday',''),(114488,15230,'_recurrence_byweekno',''),(114489,15230,'_start_ts','1398902400'),(114490,15230,'_end_ts','1401494400'),(114491,15233,'_edit_last','1837'),(114492,15233,'_edit_lock','1381859669:1837'),(114495,15233,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114496,15233,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114497,15233,'_event_id','1986'),(114498,15233,'_event_start_time','00:00:00'),(114499,15233,'_event_end_time','00:00:00'),(114500,15233,'_event_all_day','1'),(114501,15233,'_event_start_date','2014-05-01'),(114502,15233,'_event_end_date','2014-05-31'),(114503,15233,'_event_rsvp','0'),(114504,15233,'_event_rsvp_date',''),(114505,15233,'_event_rsvp_time','00:00:00'),(114506,15233,'_event_spaces',''),(114507,15233,'_location_id','12'),(114508,15233,'_recurrence_id',''),(114509,15233,'_event_status','1'),(114510,15233,'_event_private','0'),(114511,15233,'_event_date_created',''),(114512,15233,'_event_date_modified',''),(114513,15233,'_blog_id',''),(114514,15233,'_group_id','0'),(114515,15233,'_recurrence','0'),(114516,15233,'_recurrence_interval',''),(114517,15233,'_recurrence_freq',''),(114518,15233,'_recurrence_days','0'),(114519,15233,'_recurrence_byday',''),(114520,15233,'_recurrence_byweekno',''),(114521,15233,'_start_ts','1398902400'),(114522,15233,'_end_ts','1401494400'),(114523,15235,'_edit_last','1837'),(114524,15235,'_edit_lock','1381859933:1837'),(114527,15235,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114528,15235,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114529,15235,'_event_id','1987'),(114530,15235,'_event_start_time','00:00:00'),(114531,15235,'_event_end_time','00:00:00'),(114532,15235,'_event_all_day','1'),(114533,15235,'_event_start_date','2014-05-10'),(114534,15235,'_event_end_date','2014-05-10'),(114535,15235,'_event_rsvp','0'),(114536,15235,'_event_rsvp_date',''),(114537,15235,'_event_rsvp_time','00:00:00'),(114538,15235,'_event_spaces',''),(114539,15235,'_location_id','12'),(114540,15235,'_recurrence_id',''),(114541,15235,'_event_status','1'),(114542,15235,'_event_private','0'),(114543,15235,'_event_date_created',''),(114544,15235,'_event_date_modified',''),(114545,15235,'_blog_id',''),(114546,15235,'_group_id','0'),(114547,15235,'_recurrence','0'),(114548,15235,'_recurrence_interval',''),(114549,15235,'_recurrence_freq',''),(114550,15235,'_recurrence_days','0'),(114551,15235,'_recurrence_byday',''),(114552,15235,'_recurrence_byweekno',''),(114553,15235,'_start_ts','1399680000'),(114554,15235,'_end_ts','1399680000'),(114555,15236,'_edit_last','1837'),(114556,15236,'_edit_lock','1381860486:1837'),(114559,15236,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114560,15236,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114561,15236,'_event_id','1988'),(114562,15236,'_event_start_time','00:00:00'),(114563,15236,'_event_end_time','00:00:00'),(114564,15236,'_event_all_day','1'),(114565,15236,'_event_start_date','2014-05-24'),(114566,15236,'_event_end_date','2014-05-24'),(114567,15236,'_event_rsvp','0'),(114568,15236,'_event_rsvp_date',''),(114569,15236,'_event_rsvp_time','00:00:00'),(114570,15236,'_event_spaces',''),(114571,15236,'_location_id','12'),(114572,15236,'_recurrence_id',''),(114573,15236,'_event_status','1'),(114574,15236,'_event_private','0'),(114575,15236,'_event_date_created',''),(114576,15236,'_event_date_modified',''),(114577,15236,'_blog_id',''),(114578,15236,'_group_id','0'),(114579,15236,'_recurrence','0'),(114580,15236,'_recurrence_interval',''),(114581,15236,'_recurrence_freq',''),(114582,15236,'_recurrence_days','0'),(114583,15236,'_recurrence_byday',''),(114584,15236,'_recurrence_byweekno',''),(114585,15236,'_start_ts','1400889600'),(114586,15236,'_end_ts','1400889600'),(114587,15238,'_edit_last','1837'),(114588,15238,'_edit_lock','1381860896:1837'),(114591,15238,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114592,15238,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114593,15238,'_event_id','1989'),(114594,15238,'_event_start_time','00:00:00'),(114595,15238,'_event_end_time','00:00:00'),(114596,15238,'_event_all_day','1'),(114597,15238,'_event_start_date','2014-06-01'),(114598,15238,'_event_end_date','2014-06-07'),(114599,15238,'_event_rsvp','0'),(114600,15238,'_event_rsvp_date',''),(114601,15238,'_event_rsvp_time','00:00:00'),(114602,15238,'_event_spaces',''),(114603,15238,'_location_id','12'),(114604,15238,'_recurrence_id',''),(114605,15238,'_event_status','1'),(114606,15238,'_event_private','0'),(114607,15238,'_event_date_created',''),(114608,15238,'_event_date_modified',''),(114609,15238,'_blog_id',''),(114610,15238,'_group_id','0'),(114611,15238,'_recurrence','0'),(114612,15238,'_recurrence_interval',''),(114613,15238,'_recurrence_freq',''),(114614,15238,'_recurrence_days','0'),(114615,15238,'_recurrence_byday',''),(114616,15238,'_recurrence_byweekno',''),(114617,15238,'_start_ts','1401580800'),(114618,15238,'_end_ts','1402099200'),(114619,15239,'_edit_last','1837'),(114620,15239,'_edit_lock','1381861135:1837'),(114623,15239,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114624,15239,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114625,15239,'_event_id','1990'),(114626,15239,'_event_start_time','00:00:00'),(114627,15239,'_event_end_time','00:00:00'),(114628,15239,'_event_all_day','1'),(114629,15239,'_event_start_date','2014-06-08'),(114630,15239,'_event_end_date','2014-06-08'),(114631,15239,'_event_rsvp','0'),(114632,15239,'_event_rsvp_date',''),(114633,15239,'_event_rsvp_time','00:00:00'),(114634,15239,'_event_spaces',''),(114635,15239,'_location_id','12'),(114636,15239,'_recurrence_id',''),(114637,15239,'_event_status','1'),(114638,15239,'_event_private','0'),(114639,15239,'_event_date_created',''),(114640,15239,'_event_date_modified',''),(114641,15239,'_blog_id',''),(114642,15239,'_group_id','0'),(114643,15239,'_recurrence','0'),(114644,15239,'_recurrence_interval',''),(114645,15239,'_recurrence_freq',''),(114646,15239,'_recurrence_days','0'),(114647,15239,'_recurrence_byday',''),(114648,15239,'_recurrence_byweekno',''),(114649,15239,'_start_ts','1402185600'),(114650,15239,'_end_ts','1402185600'),(114651,15240,'_edit_last','1837'),(114652,15240,'_edit_lock','1404835826:1837'),(114657,15240,'_event_id','1991'),(114658,15240,'_event_start_time','00:00:00'),(114659,15240,'_event_end_time','00:00:00'),(114660,15240,'_event_all_day','1'),(114661,15240,'_event_start_date','2014-07-10'),(114662,15240,'_event_end_date','2014-07-20'),(114663,15240,'_event_rsvp','0'),(114664,15240,'_event_rsvp_date',''),(114665,15240,'_event_rsvp_time','00:00:00'),(114666,15240,'_event_spaces',''),(114667,15240,'_location_id','12'),(114668,15240,'_recurrence_id',''),(114669,15240,'_event_status','1'),(114670,15240,'_event_private','0'),(114671,15240,'_event_date_created',''),(114672,15240,'_event_date_modified',''),(114673,15240,'_blog_id',''),(114674,15240,'_group_id','0'),(114675,15240,'_recurrence','0'),(114676,15240,'_recurrence_interval',''),(114677,15240,'_recurrence_freq',''),(114678,15240,'_recurrence_days','0'),(114679,15240,'_recurrence_byday',''),(114680,15240,'_recurrence_byweekno',''),(114681,15240,'_start_ts','1404950400'),(114682,15240,'_end_ts','1405814400'),(114683,15241,'_edit_last','1837'),(114684,15241,'_edit_lock','1381861686:1837'),(114687,15241,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114688,15241,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114689,15241,'_event_id','1992'),(114690,15241,'_event_start_time','00:00:00'),(114691,15241,'_event_end_time','00:00:00'),(114692,15241,'_event_all_day','1'),(114693,15241,'_event_start_date','2014-08-03'),(114694,15241,'_event_end_date','2014-08-03'),(114695,15241,'_event_rsvp','0'),(114696,15241,'_event_rsvp_date',''),(114697,15241,'_event_rsvp_time','00:00:00'),(114698,15241,'_event_spaces',''),(114699,15241,'_location_id','12'),(114700,15241,'_recurrence_id',''),(114701,15241,'_event_status','1'),(114702,15241,'_event_private','0'),(114703,15241,'_event_date_created',''),(114704,15241,'_event_date_modified',''),(114705,15241,'_blog_id',''),(114706,15241,'_group_id','0'),(114707,15241,'_recurrence','0'),(114708,15241,'_recurrence_interval',''),(114709,15241,'_recurrence_freq',''),(114710,15241,'_recurrence_days','0'),(114711,15241,'_recurrence_byday',''),(114712,15241,'_recurrence_byweekno',''),(114713,15241,'_start_ts','1407024000'),(114714,15241,'_end_ts','1407024000'),(114715,15242,'_edit_last','1837'),(114716,15242,'_edit_lock','1404836152:1837'),(114721,15242,'_event_id','1993'),(114722,15242,'_event_start_time','00:00:00'),(114723,15242,'_event_end_time','00:00:00'),(114724,15242,'_event_all_day','1'),(114725,15242,'_event_start_date','2014-08-01'),(114726,15242,'_event_end_date','2014-08-03'),(114727,15242,'_event_rsvp','0'),(114728,15242,'_event_rsvp_date',''),(114729,15242,'_event_rsvp_time','00:00:00'),(114730,15242,'_event_spaces',''),(114731,15242,'_location_id','12'),(114732,15242,'_recurrence_id',''),(114733,15242,'_event_status','1'),(114734,15242,'_event_private','0'),(114735,15242,'_event_date_created',''),(114736,15242,'_event_date_modified',''),(114737,15242,'_blog_id',''),(114738,15242,'_group_id','0'),(114739,15242,'_recurrence','0'),(114740,15242,'_recurrence_interval',''),(114741,15242,'_recurrence_freq',''),(114742,15242,'_recurrence_days','0'),(114743,15242,'_recurrence_byday',''),(114744,15242,'_recurrence_byweekno',''),(114745,15242,'_start_ts','1406851200'),(114746,15242,'_end_ts','1407024000'),(114747,15244,'_edit_last','2'),(114748,15244,'_edit_lock','1386786983:2'),(114751,15244,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114752,15244,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114753,15244,'_event_id','1994'),(114754,15244,'_event_start_time','00:00:00'),(114755,15244,'_event_end_time','00:00:00'),(114756,15244,'_event_all_day','1'),(114757,15244,'_event_start_date','2014-08-08'),(114758,15244,'_event_end_date','2014-08-10'),(114759,15244,'_event_rsvp','0'),(114760,15244,'_event_rsvp_date',''),(114761,15244,'_event_rsvp_time','00:00:00'),(114762,15244,'_event_spaces',''),(114763,15244,'_location_id','12'),(114764,15244,'_recurrence_id',''),(114765,15244,'_event_status','1'),(114766,15244,'_event_private','0'),(114767,15244,'_event_date_created',''),(114768,15244,'_event_date_modified',''),(114769,15244,'_blog_id',''),(114770,15244,'_group_id','0'),(114771,15244,'_recurrence','0'),(114772,15244,'_recurrence_interval',''),(114773,15244,'_recurrence_freq',''),(114774,15244,'_recurrence_days','0'),(114775,15244,'_recurrence_byday',''),(114776,15244,'_recurrence_byweekno',''),(114777,15244,'_start_ts','1407456000'),(114778,15244,'_end_ts','1407628800'),(114779,15246,'_edit_last','1837'),(114780,15246,'_edit_lock','1381862901:1837'),(114783,15246,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114784,15246,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114785,15246,'_event_id','1995'),(114786,15246,'_event_start_time','00:00:00'),(114787,15246,'_event_end_time','00:00:00'),(114788,15246,'_event_all_day','1'),(114789,15246,'_event_start_date','2014-09-14'),(114790,15246,'_event_end_date','2014-09-21'),(114791,15246,'_event_rsvp','0'),(114792,15246,'_event_rsvp_date',''),(114793,15246,'_event_rsvp_time','00:00:00'),(114794,15246,'_event_spaces',''),(114795,15246,'_location_id','12'),(114796,15246,'_recurrence_id',''),(114797,15246,'_event_status','1'),(114798,15246,'_event_private','0'),(114799,15246,'_event_date_created',''),(114800,15246,'_event_date_modified',''),(114801,15246,'_blog_id',''),(114802,15246,'_group_id','0'),(114803,15246,'_recurrence','0'),(114804,15246,'_recurrence_interval',''),(114805,15246,'_recurrence_freq',''),(114806,15246,'_recurrence_days','0'),(114807,15246,'_recurrence_byday',''),(114808,15246,'_recurrence_byweekno',''),(114809,15246,'_start_ts','1410652800'),(114810,15246,'_end_ts','1411257600'),(114811,15247,'_edit_last','1837'),(114812,15247,'_edit_lock','1381863525:1837'),(114815,15247,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114816,15247,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114817,15247,'_event_id','1996'),(114818,15247,'_event_start_time','00:00:00'),(114819,15247,'_event_end_time','00:00:00'),(114820,15247,'_event_all_day','1'),(114821,15247,'_event_start_date','2014-09-26'),(114822,15247,'_event_end_date','2014-09-28'),(114823,15247,'_event_rsvp','0'),(114824,15247,'_event_rsvp_date',''),(114825,15247,'_event_rsvp_time','00:00:00'),(114826,15247,'_event_spaces',''),(114827,15247,'_location_id','12'),(114828,15247,'_recurrence_id',''),(114829,15247,'_event_status','1'),(114830,15247,'_event_private','0'),(114831,15247,'_event_date_created',''),(114832,15247,'_event_date_modified',''),(114833,15247,'_blog_id',''),(114834,15247,'_group_id','0'),(114835,15247,'_recurrence','0'),(114836,15247,'_recurrence_interval',''),(114837,15247,'_recurrence_freq',''),(114838,15247,'_recurrence_days','0'),(114839,15247,'_recurrence_byday',''),(114840,15247,'_recurrence_byweekno',''),(114841,15247,'_start_ts','1411689600'),(114842,15247,'_end_ts','1411862400'),(114845,13822,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114846,13822,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114873,15253,'_wp_attached_file','oct16Latestnewpdf.pdf'),(114889,15250,'_edit_last','1837'),(114890,15250,'_edit_lock','1381932164:1837'),(114893,15250,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114894,15250,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(114895,15250,'_event_id','1997'),(114896,15250,'_event_start_time','00:00:00'),(114897,15250,'_event_end_time','00:00:00'),(114898,15250,'_event_all_day','1'),(114899,15250,'_event_start_date','2014-10-19'),(114900,15250,'_event_end_date','2014-10-19'),(114901,15250,'_event_rsvp','0'),(114902,15250,'_event_rsvp_date',''),(114903,15250,'_event_rsvp_time','00:00:00'),(114904,15250,'_event_spaces',''),(114905,15250,'_location_id','12'),(114906,15250,'_recurrence_id',''),(114907,15250,'_event_status','1'),(114908,15250,'_event_private','0'),(114909,15250,'_event_date_created',''),(114910,15250,'_event_date_modified',''),(114911,15250,'_blog_id',''),(114912,15250,'_group_id','0'),(114913,15250,'_recurrence','0'),(114914,15250,'_recurrence_interval',''),(114915,15250,'_recurrence_freq',''),(114916,15250,'_recurrence_days','0'),(114917,15250,'_recurrence_byday',''),(114918,15250,'_recurrence_byweekno',''),(114919,15250,'_start_ts','1413676800'),(114920,15250,'_end_ts','1413676800'),(114921,15255,'_edit_last','1837'),(114922,15255,'_edit_lock','1404836298:1837'),(114927,15255,'_event_id','1998'),(114928,15255,'_event_start_time','00:00:00'),(114929,15255,'_event_end_time','00:00:00'),(114930,15255,'_event_all_day','1'),(114931,15255,'_event_start_date','2014-10-27'),(114932,15255,'_event_end_date','2014-10-30'),(114933,15255,'_event_rsvp','0'),(114934,15255,'_event_rsvp_date',''),(114935,15255,'_event_rsvp_time','00:00:00'),(114936,15255,'_event_spaces',''),(114937,15255,'_location_id','12'),(114938,15255,'_recurrence_id',''),(114939,15255,'_event_status','1'),(114940,15255,'_event_private','0'),(114941,15255,'_event_date_created',''),(114942,15255,'_event_date_modified',''),(114943,15255,'_blog_id',''),(114944,15255,'_group_id','0'),(114945,15255,'_recurrence','0'),(114946,15255,'_recurrence_interval',''),(114947,15255,'_recurrence_freq',''),(114948,15255,'_recurrence_days','0'),(114949,15255,'_recurrence_byday',''),(114950,15255,'_recurrence_byweekno',''),(114951,15255,'_start_ts','1414368000'),(114952,15255,'_end_ts','1414627200'),(114953,15257,'_edit_last','1837'),(114954,15257,'_edit_lock','1404836402:1837'),(114959,15257,'_event_id','1999'),(114960,15257,'_event_start_time','00:00:00'),(114961,15257,'_event_end_time','00:00:00'),(114962,15257,'_event_all_day','1'),(114963,15257,'_event_start_date','2014-10-31'),(114964,15257,'_event_end_date','2014-10-31'),(114965,15257,'_event_rsvp','0'),(114966,15257,'_event_rsvp_date',''),(114967,15257,'_event_rsvp_time','00:00:00'),(114968,15257,'_event_spaces',''),(114969,15257,'_location_id','12'),(114970,15257,'_recurrence_id',''),(114971,15257,'_event_status','1'),(114972,15257,'_event_private','0'),(114973,15257,'_event_date_created',''),(114974,15257,'_event_date_modified',''),(114975,15257,'_blog_id',''),(114976,15257,'_group_id','0'),(114977,15257,'_recurrence','0'),(114978,15257,'_recurrence_interval',''),(114979,15257,'_recurrence_freq',''),(114980,15257,'_recurrence_days','0'),(114981,15257,'_recurrence_byday',''),(114982,15257,'_recurrence_byweekno',''),(114983,15257,'_start_ts','1414713600'),(114984,15257,'_end_ts','1414713600'),(114985,15259,'_edit_last','2'),(114986,15259,'_edit_lock','1386783116:2'),(114991,15259,'_event_id','2000'),(114992,15259,'_event_start_time','00:00:00'),(114993,15259,'_event_end_time','00:00:00'),(114994,15259,'_event_all_day','1'),(114995,15259,'_event_start_date','2014-10-24'),(114996,15259,'_event_end_date','2014-10-26'),(114997,15259,'_event_rsvp','0'),(114998,15259,'_event_rsvp_date',''),(114999,15259,'_event_rsvp_time','00:00:00'),(115000,15259,'_event_spaces',''),(115001,15259,'_location_id','12'),(115002,15259,'_recurrence_id',''),(115003,15259,'_event_status','1'),(115004,15259,'_event_private','0'),(115005,15259,'_event_date_created',''),(115006,15259,'_event_date_modified',''),(115007,15259,'_blog_id',''),(115008,15259,'_group_id','0'),(115009,15259,'_recurrence','0'),(115010,15259,'_recurrence_interval',''),(115011,15259,'_recurrence_freq',''),(115012,15259,'_recurrence_days','0'),(115013,15259,'_recurrence_byday',''),(115014,15259,'_recurrence_byweekno',''),(115015,15259,'_start_ts','1414108800'),(115016,15259,'_end_ts','1414281600'),(115017,15261,'_edit_last','1837'),(115018,15261,'_edit_lock','1381933628:1837'),(115021,15261,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115022,15261,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115023,15261,'_event_id','2001'),(115024,15261,'_event_start_time','00:00:00'),(115025,15261,'_event_end_time','00:00:00'),(115026,15261,'_event_all_day','1'),(115027,15261,'_event_start_date','2014-11-03'),(115028,15261,'_event_end_date','2014-11-03'),(115029,15261,'_event_rsvp','0'),(115030,15261,'_event_rsvp_date',''),(115031,15261,'_event_rsvp_time','00:00:00'),(115032,15261,'_event_spaces',''),(115033,15261,'_location_id','12'),(115034,15261,'_recurrence_id',''),(115035,15261,'_event_status','1'),(115036,15261,'_event_private','0'),(115037,15261,'_event_date_created',''),(115038,15261,'_event_date_modified',''),(115039,15261,'_blog_id',''),(115040,15261,'_group_id','0'),(115041,15261,'_recurrence','0'),(115042,15261,'_recurrence_interval',''),(115043,15261,'_recurrence_freq',''),(115044,15261,'_recurrence_days','0'),(115045,15261,'_recurrence_byday',''),(115046,15261,'_recurrence_byweekno',''),(115047,15261,'_start_ts','1414972800'),(115048,15261,'_end_ts','1414972800'),(115049,15262,'_wp_attached_file','Performance-Management-Indicators-for-2014.pdf'),(115050,15263,'_wp_attached_file','Regional-HR-Department-Workplan-Status-Report.October-2013.pdf'),(115051,15264,'_wp_attached_file','WinfieldGriffithOCT2013Reports.pdf'),(115052,15265,'_wp_attached_file','Oct16GaiHenrySustainablePresentation.pdf'),(115054,15267,'_wp_attached_file','UK-and-Europe-Missions-Review-and-Activities-2013-Final.pdf'),(115055,15268,'_wp_attached_file','USAWorkPlanOct2013.pdf'),(115056,15269,'_wp_attached_file','Communications-Report-Work-Plan-2013-2014.pdf'),(115069,15274,'_feedback_author',''),(115070,15274,'_feedback_author_email',''),(115071,15274,'_feedback_author_url',''),(115072,15274,'_feedback_subject','Signup form OneCaribbean'),(115073,15274,'_feedback_ip','10.17.1.254'),(115074,15274,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115075,15274,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"keenan charles\";s:13:\"Email address\";s:30:\"keenan.charles@travelgate9.com\";s:20:\"Country of Residence\";s:21:\"trinidad & tobago\";s:28:\"Name of Organization/Company\";s:31:\"Gate 9 travel services co. ltd.\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115076,15274,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"keenan charles\";s:13:\"Email address\";s:30:\"keenan.charles@travelgate9.com\";s:20:\"Country of Residence\";s:17:\"trinidad & tobago\";s:28:\"Name of Organization/Company\";s:31:\"Gate 9 travel services co. ltd.\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115077,15274,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b2e75f2d-8632-45cf-a2be-230242a6cf85\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41771\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"626\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"190.83.236.182\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"626\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1381954851.5059\";s:12:\"REQUEST_TIME\";s:10:\"1381954851\";}'),(115078,15274,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:531:\"Name: keenan charles\n\nEmail address: keenan.charles@travelgate9.com\n\nCountry of Residence: trinidad & tobago\n\nName of Organization/Company: Gate 9 travel services co. ltd.\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday October 16, 2013 at 4:20 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115088,15276,'_wp_attached_file','WGriffithTourism-Overview-October2013.pdf'),(115089,15277,'_wp_attached_file','Status-Report-on-2013-Measures-of-Success-October-2013.pdf'),(115090,15278,'_wp_attached_file','Food-Tourism-Presentation-Oct-2013GailHenry.pdf'),(115092,15280,'_wp_attached_file','Finance-Presentation-October-2013.pdf'),(115114,15285,'_wp_attached_file','Regional-TSA-presentation-October-2013.pdf'),(115115,15286,'_wp_attached_file','Maureen-Blockeland-TSA-presentation.pdf'),(115116,15287,'_wp_attached_file','Carol-Coy-TSA_Martiniqueupdate.pdf'),(115117,15288,'_wp_attached_file','Clara-Van-De-Pol-UNWTO-TSA-workshop.pdf'),(115126,15292,'_wp_attached_file','LennoxHoneChurchOct2013Martinique.docx'),(115256,15327,'_feedback_author',''),(115257,15327,'_feedback_author_email',''),(115258,15327,'_feedback_author_url',''),(115259,15327,'_feedback_subject','Signup form OneCaribbean'),(115260,15327,'_feedback_ip','10.17.1.254'),(115261,15327,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115262,15327,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"dsdpat\";s:13:\"Email address\";s:17:\"xwniwx@vqnuje.com\";s:20:\"Country of Residence\";s:5:\"61482\";s:28:\"Name of Organization/Company\";s:11:\"jEpXfeKRenr\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:11:\"ehkIFjZsuyw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(115263,15327,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"dsdpat\";s:13:\"Email address\";s:17:\"xwniwx@vqnuje.com\";s:20:\"Country of Residence\";s:5:\"61482\";s:28:\"Name of Organization/Company\";s:11:\"jEpXfeKRenr\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:11:\"ehkIFjZsuyw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(115264,15327,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6c615d1c-5e32-44ff-a057-158da59d83f1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50949\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"119.30.39.1\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:8:\"HTTP_VIA\";s:31:\"1.1 Bytemobile OSN WebProxy/5.2\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:13:\"max-age=43200\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1382300550.929\";s:12:\"REQUEST_TIME\";s:10:\"1382300550\";}'),(115265,15327,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: dsdpat\n\nEmail address: xwniwx@vqnuje.com\n\nCountry of Residence: 61482\n\nName of Organization/Company: jEpXfeKRenr\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: ehkIFjZsuyw\n\nMessage was sent on Sunday October 20, 2013 at 4:22 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115266,15328,'_feedback_author',''),(115267,15328,'_feedback_author_email',''),(115268,15328,'_feedback_author_url',''),(115269,15328,'_feedback_subject','Signup form OneCaribbean'),(115270,15328,'_feedback_ip','10.17.1.254'),(115271,15328,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115272,15328,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"cormouls-houles\";s:13:\"Email address\";s:35:\"veronicka.cormouls-houles@orange.fr\";s:20:\"Country of Residence\";s:10:\"martinique\";s:28:\"Name of Organization/Company\";s:16:\"parfums des iles\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:51:\"tropical perfume creator and animation for tourists\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115273,15328,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"cormouls-houles\";s:13:\"Email address\";s:35:\"veronicka.cormouls-houles@orange.fr\";s:20:\"Country of Residence\";s:10:\"martinique\";s:28:\"Name of Organization/Company\";s:16:\"parfums des iles\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:51:\"tropical perfume creator and animation for tourists\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115274,15328,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-abeaa946-2d96-494b-b932-233628d1cfdb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51909\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"614\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"80.8.12.62\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"614\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382301761.6443\";s:12:\"REQUEST_TIME\";s:10:\"1382301761\";}'),(115275,15328,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:565:\"Name: cormouls-houles\n\nEmail address: veronicka.cormouls-houles@orange.fr\n\nCountry of Residence: martinique\n\nName of Organization/Company: parfums des iles\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: tropical perfume creator and animation for tourists\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Sunday October 20, 2013 at 4:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115276,15329,'_feedback_author',''),(115277,15329,'_feedback_author_email',''),(115278,15329,'_feedback_author_url',''),(115279,15329,'_feedback_subject','Signup form OneCaribbean'),(115280,15329,'_feedback_ip','10.17.1.254'),(115281,15329,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115282,15329,'_feedback_all_fields','a:13:{s:4:\"Name\";s:22:\"Juan Modesto Rodriguez\";s:13:\"Email address\";s:25:\"juanmrodriguez7@gmail.com\";s:20:\"Country of Residence\";s:21:\"República Dominicana\";s:28:\"Name of Organization/Company\";s:13:\"Vecino Global\";s:25:\"Which best describes you?\";s:43:\"Media - impresión / radio / tv / en línea\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115283,15329,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:22:\"Juan Modesto Rodriguez\";s:13:\"Email address\";s:25:\"juanmrodriguez7@gmail.com\";s:20:\"Country of Residence\";s:21:\"República Dominicana\";s:28:\"Name of Organization/Company\";s:13:\"Vecino Global\";s:25:\"Which best describes you?\";s:43:\"Media - impresión / radio / tv / en línea\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115284,15329,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-91c91553-fa9f-4acd-b7a2-ce2c34262e39\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35076\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"663\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"186.6.107.233\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"es-ES,es;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"663\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:13:\"1382318984.58\";s:12:\"REQUEST_TIME\";s:10:\"1382318984\";}'),(115285,15329,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:543:\"Name: Juan Modesto Rodriguez\n\nEmail address: juanmrodriguez7@gmail.com\n\nCountry of Residence: República Dominicana\n\nName of Organization/Company: Vecino Global\n\nWhich best describes you?: Media - impresión / radio / tv / en línea\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Sunday October 20, 2013 at 9:29 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115350,15338,'_edit_last','1837'),(115351,15338,'_edit_lock','1382370439:1837'),(115354,15338,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115355,15338,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115356,15338,'_event_id','2002'),(115357,15338,'_event_start_time','18:00:00'),(115358,15338,'_event_end_time','18:00:00'),(115359,15338,'_event_all_day','0'),(115360,15338,'_event_start_date','2013-11-02'),(115361,15338,'_event_end_date','2013-11-02'),(115362,15338,'_event_rsvp','0'),(115363,15338,'_event_rsvp_date',''),(115364,15338,'_event_rsvp_time','00:00:00'),(115365,15338,'_event_spaces',''),(115366,15338,'_location_id','27'),(115367,15338,'_recurrence_id',''),(115368,15338,'_event_status','1'),(115369,15338,'_event_private','0'),(115370,15338,'_event_date_created',''),(115371,15338,'_event_date_modified',''),(115372,15338,'_blog_id',''),(115373,15338,'_group_id','0'),(115374,15338,'_recurrence','0'),(115375,15338,'_recurrence_interval',''),(115376,15338,'_recurrence_freq',''),(115377,15338,'_recurrence_days','0'),(115378,15338,'_recurrence_byday',''),(115379,15338,'_recurrence_byweekno',''),(115380,15338,'_start_ts','1383415200'),(115381,15338,'_end_ts','1383415200'),(115382,15340,'_edit_last','2'),(115383,15340,'_edit_lock','1383667531:2'),(115386,15340,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115387,15340,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115388,15340,'_event_id','2003'),(115389,15340,'_event_start_time','19:00:00'),(115390,15340,'_event_end_time','23:00:00'),(115391,15340,'_event_all_day','0'),(115392,15340,'_event_start_date','2013-11-10'),(115393,15340,'_event_end_date','2013-11-10'),(115394,15340,'_event_rsvp','0'),(115395,15340,'_event_rsvp_date',''),(115396,15340,'_event_rsvp_time','00:00:00'),(115397,15340,'_event_spaces',''),(115398,15340,'_location_id','27'),(115399,15340,'_recurrence_id',''),(115400,15340,'_event_status','1'),(115401,15340,'_event_private','0'),(115402,15340,'_event_date_created',''),(115403,15340,'_event_date_modified',''),(115404,15340,'_blog_id',''),(115405,15340,'_group_id','0'),(115406,15340,'_recurrence','0'),(115407,15340,'_recurrence_interval',''),(115408,15340,'_recurrence_freq',''),(115409,15340,'_recurrence_days','0'),(115410,15340,'_recurrence_byday',''),(115411,15340,'_recurrence_byweekno',''),(115412,15340,'_start_ts','1384110000'),(115413,15340,'_end_ts','1384124400'),(115414,15341,'_edit_last','2'),(115415,15341,'_edit_lock','1383667514:2'),(115416,6446,'groups-groups_read_post','Council of Ministers'),(115431,15341,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115432,15341,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115433,15341,'_event_id','2004'),(115434,15341,'_event_start_time','19:00:00'),(115435,15341,'_event_end_time','21:00:00'),(115436,15341,'_event_all_day','0'),(115437,15341,'_event_start_date','2013-11-15'),(115438,15341,'_event_end_date','2013-11-15'),(115439,15341,'_event_rsvp','0'),(115440,15341,'_event_rsvp_date',''),(115441,15341,'_event_rsvp_time','00:00:00'),(115442,15341,'_event_spaces',''),(115443,15341,'_location_id','27'),(115444,15341,'_recurrence_id',''),(115445,15341,'_event_status','1'),(115446,15341,'_event_private','0'),(115447,15341,'_event_date_created',''),(115448,15341,'_event_date_modified',''),(115449,15341,'_blog_id',''),(115450,15341,'_group_id','0'),(115451,15341,'_recurrence','0'),(115452,15341,'_recurrence_interval',''),(115453,15341,'_recurrence_freq',''),(115454,15341,'_recurrence_days','0'),(115455,15341,'_recurrence_byday',''),(115456,15341,'_recurrence_byweekno',''),(115457,15341,'_start_ts','1384542000'),(115458,15341,'_end_ts','1384549200'),(115459,15344,'_edit_last','2'),(115460,15344,'_edit_lock','1383667522:2'),(115463,15344,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115464,15344,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115465,15344,'_event_id','2005'),(115466,15344,'_event_start_time','19:00:00'),(115467,15344,'_event_end_time','23:00:00'),(115468,15344,'_event_all_day','0'),(115469,15344,'_event_start_date','2013-11-18'),(115470,15344,'_event_end_date','2013-11-24'),(115471,15344,'_event_rsvp','0'),(115472,15344,'_event_rsvp_date',''),(115473,15344,'_event_rsvp_time','00:00:00'),(115474,15344,'_event_spaces',''),(115475,15344,'_location_id','27'),(115476,15344,'_recurrence_id',''),(115477,15344,'_event_status','1'),(115478,15344,'_event_private','0'),(115479,15344,'_event_date_created',''),(115480,15344,'_event_date_modified',''),(115481,15344,'_blog_id',''),(115482,15344,'_group_id','0'),(115483,15344,'_recurrence','0'),(115484,15344,'_recurrence_interval',''),(115485,15344,'_recurrence_freq',''),(115486,15344,'_recurrence_days','0'),(115487,15344,'_recurrence_byday',''),(115488,15344,'_recurrence_byweekno',''),(115489,15344,'_start_ts','1384801200'),(115490,15344,'_end_ts','1385334000'),(115491,15345,'_edit_last','2'),(115492,15345,'_edit_lock','1383667555:2'),(115495,15345,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115496,15345,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115497,15345,'_event_id','2006'),(115498,15345,'_event_start_time','20:00:00'),(115499,15345,'_event_end_time','22:30:00'),(115500,15345,'_event_all_day','0'),(115501,15345,'_event_start_date','2013-11-30'),(115502,15345,'_event_end_date','2013-11-30'),(115503,15345,'_event_rsvp','0'),(115504,15345,'_event_rsvp_date',''),(115505,15345,'_event_rsvp_time','00:00:00'),(115506,15345,'_event_spaces',''),(115507,15345,'_location_id','27'),(115508,15345,'_recurrence_id',''),(115509,15345,'_event_status','1'),(115510,15345,'_event_private','0'),(115511,15345,'_event_date_created',''),(115512,15345,'_event_date_modified',''),(115513,15345,'_blog_id',''),(115514,15345,'_group_id','0'),(115515,15345,'_recurrence','0'),(115516,15345,'_recurrence_interval',''),(115517,15345,'_recurrence_freq',''),(115518,15345,'_recurrence_days','0'),(115519,15345,'_recurrence_byday',''),(115520,15345,'_recurrence_byweekno',''),(115521,15345,'_start_ts','1385841600'),(115522,15345,'_end_ts','1385850600'),(115523,15347,'_feedback_author',''),(115524,15347,'_feedback_author_email',''),(115525,15347,'_feedback_author_url',''),(115526,15347,'_feedback_subject','Signup form OneCaribbean'),(115527,15347,'_feedback_ip','10.17.1.254'),(115528,15347,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115529,15347,'_feedback_all_fields','a:13:{s:4:\"Name\";s:7:\"Marlene\";s:13:\"Email address\";s:18:\"bombae@hotmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:17:\"Serenty Vacations\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:24:\"Independent Travel Agent\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115530,15347,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:7:\"Marlene\";s:13:\"Email address\";s:18:\"bombae@hotmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:17:\"Serenty Vacations\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:24:\"Independent Travel Agent\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115531,15347,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:170:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-90b53ef1-b4aa-4691-99f1-b12bf5a209e6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43741\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"603\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"216.1.68.85\";s:15:\"HTTP_USER_AGENT\";s:170:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:114:\"application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"603\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382372187.0044\";s:12:\"REQUEST_TIME\";s:10:\"1382372187\";}'),(115532,15347,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:555:\"Name: Marlene\n\nEmail address: bombae@hotmail.com\n\nCountry of Residence: United States\n\nName of Organization/Company: Serenty Vacations\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Independent Travel Agent\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday October 21, 2013 at 12:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115533,7490,'groups-groups_read_post','Board of Directors'),(115543,7490,'groups-groups_read_post','Board of Directors'),(115591,15369,'_edit_last','2'),(115592,15369,'_edit_lock','1383667580:2'),(115607,15369,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115608,15369,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115609,15369,'_event_id','2007'),(115610,15369,'_event_start_time','00:00:00'),(115611,15369,'_event_end_time','00:00:00'),(115612,15369,'_event_all_day','1'),(115613,15369,'_event_start_date','2013-12-01'),(115614,15369,'_event_end_date','2013-12-04'),(115615,15369,'_event_rsvp','0'),(115616,15369,'_event_rsvp_date',''),(115617,15369,'_event_rsvp_time','00:00:00'),(115618,15369,'_event_spaces',''),(115619,15369,'_location_id','27'),(115620,15369,'_recurrence_id',''),(115621,15369,'_event_status','1'),(115622,15369,'_event_private','0'),(115623,15369,'_event_date_created',''),(115624,15369,'_event_date_modified',''),(115625,15369,'_blog_id',''),(115626,15369,'_group_id','0'),(115627,15369,'_recurrence','0'),(115628,15369,'_recurrence_interval',''),(115629,15369,'_recurrence_freq',''),(115630,15369,'_recurrence_days','0'),(115631,15369,'_recurrence_byday',''),(115632,15369,'_recurrence_byweekno',''),(115633,15369,'_start_ts','1385856000'),(115634,15369,'_end_ts','1386115200'),(115635,15372,'_edit_last','2'),(115636,15372,'_edit_lock','1383667599:2'),(115639,15372,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115640,15372,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115641,15372,'_event_id','2008'),(115642,15372,'_event_start_time','09:00:00'),(115643,15372,'_event_end_time','13:00:00'),(115644,15372,'_event_all_day','0'),(115645,15372,'_event_start_date','2013-12-07'),(115646,15372,'_event_end_date','2013-12-08'),(115647,15372,'_event_rsvp','0'),(115648,15372,'_event_rsvp_date',''),(115649,15372,'_event_rsvp_time','00:00:00'),(115650,15372,'_event_spaces',''),(115651,15372,'_location_id','27'),(115652,15372,'_recurrence_id',''),(115653,15372,'_event_status','1'),(115654,15372,'_event_private','0'),(115655,15372,'_event_date_created',''),(115656,15372,'_event_date_modified',''),(115657,15372,'_blog_id',''),(115658,15372,'_group_id','0'),(115659,15372,'_recurrence','0'),(115660,15372,'_recurrence_interval',''),(115661,15372,'_recurrence_freq',''),(115662,15372,'_recurrence_days','0'),(115663,15372,'_recurrence_byday',''),(115664,15372,'_recurrence_byweekno',''),(115665,15372,'_start_ts','1386406800'),(115666,15372,'_end_ts','1386507600'),(115667,15373,'_edit_last','2'),(115668,15373,'_edit_lock','1383667621:2'),(115671,15373,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115672,15373,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(115673,15373,'_event_id','2009'),(115674,15373,'_event_start_time','10:00:00'),(115675,15373,'_event_end_time','14:00:00'),(115676,15373,'_event_all_day','0'),(115677,15373,'_event_start_date','2013-12-26'),(115678,15373,'_event_end_date','2013-12-26'),(115679,15373,'_event_rsvp','0'),(115680,15373,'_event_rsvp_date',''),(115681,15373,'_event_rsvp_time','00:00:00'),(115682,15373,'_event_spaces',''),(115683,15373,'_location_id','27'),(115684,15373,'_recurrence_id',''),(115685,15373,'_event_status','1'),(115686,15373,'_event_private','0'),(115687,15373,'_event_date_created',''),(115688,15373,'_event_date_modified',''),(115689,15373,'_blog_id',''),(115690,15373,'_group_id','0'),(115691,15373,'_recurrence','0'),(115692,15373,'_recurrence_interval',''),(115693,15373,'_recurrence_freq',''),(115694,15373,'_recurrence_days','0'),(115695,15373,'_recurrence_byday',''),(115696,15373,'_recurrence_byweekno',''),(115697,15373,'_start_ts','1388052000'),(115698,15373,'_end_ts','1388066400'),(115729,15378,'_feedback_author',''),(115730,15378,'_feedback_author_email',''),(115731,15378,'_feedback_author_url',''),(115732,15378,'_feedback_subject','Signup form OneCaribbean'),(115733,15378,'_feedback_ip','10.17.1.254'),(115734,15378,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115735,15378,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Joanne Lefevre\";s:13:\"Email address\";s:24:\"joanne@sandraleach.co.uk\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:24:\"The Sandra Leach Company\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Representation Company\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115736,15378,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Joanne Lefevre\";s:13:\"Email address\";s:24:\"joanne@sandraleach.co.uk\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:24:\"The Sandra Leach Company\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Representation Company\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115737,15378,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e50220f0-9ae5-41af-8709-0e60bccbec4f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35040\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"610\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"82.68.1.157\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-GB\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"610\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382441844.9624\";s:12:\"REQUEST_TIME\";s:10:\"1382441844\";}'),(115738,15378,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:562:\"Name: Joanne Lefevre\n\nEmail address: joanne@sandraleach.co.uk\n\nCountry of Residence: UK\n\nName of Organization/Company: The Sandra Leach Company\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Representation Company\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday October 22, 2013 at 7:37 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115739,15379,'_feedback_author',''),(115740,15379,'_feedback_author_email',''),(115741,15379,'_feedback_author_url',''),(115742,15379,'_feedback_subject','Signup form OneCaribbean'),(115743,15379,'_feedback_ip','10.17.1.254'),(115744,15379,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115745,15379,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Joanne Lefevre\";s:13:\"Email address\";s:24:\"joanne@sandraleach.co.uk\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:24:\"The Sandra Leach Company\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Representation Company\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115746,15379,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Joanne Lefevre\";s:13:\"Email address\";s:24:\"joanne@sandraleach.co.uk\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:24:\"The Sandra Leach Company\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Representation Company\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(115747,15379,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-79a13bea-8903-4e23-9638-e3fccdff1e82\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35055\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"610\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"82.68.1.157\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-GB\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"610\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382441847.7746\";s:12:\"REQUEST_TIME\";s:10:\"1382441847\";}'),(115748,15379,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:562:\"Name: Joanne Lefevre\n\nEmail address: joanne@sandraleach.co.uk\n\nCountry of Residence: UK\n\nName of Organization/Company: The Sandra Leach Company\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Representation Company\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday October 22, 2013 at 7:37 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115749,15380,'_edit_last','2'),(115750,15380,'_edit_lock','1386786393:2'),(115755,15380,'_event_id','2010'),(115756,15380,'_event_start_time','21:00:00'),(115757,15380,'_event_end_time','23:00:00'),(115758,15380,'_event_all_day','0'),(115759,15380,'_event_start_date','2014-01-02'),(115760,15380,'_event_end_date','2014-01-05'),(115761,15380,'_event_rsvp','0'),(115762,15380,'_event_rsvp_date',''),(115763,15380,'_event_rsvp_time','00:00:00'),(115764,15380,'_event_spaces',''),(115765,15380,'_location_id','27'),(115766,15380,'_recurrence_id',''),(115767,15380,'_event_status','1'),(115768,15380,'_event_private','0'),(115769,15380,'_event_date_created',''),(115770,15380,'_event_date_modified',''),(115771,15380,'_blog_id',''),(115772,15380,'_group_id','0'),(115773,15380,'_recurrence','0'),(115774,15380,'_recurrence_interval',''),(115775,15380,'_recurrence_freq',''),(115776,15380,'_recurrence_days','0'),(115777,15380,'_recurrence_byday',''),(115778,15380,'_recurrence_byweekno',''),(115779,15380,'_start_ts','1388696400'),(115780,15380,'_end_ts','1388962800'),(115785,15381,'_edit_last','2'),(115786,15381,'_edit_lock','1386786395:2'),(115791,15381,'_event_id','2011'),(115792,15381,'_event_start_time','16:00:00'),(115793,15381,'_event_end_time','23:00:00'),(115794,15381,'_event_all_day','0'),(115795,15381,'_event_start_date','2014-01-19'),(115796,15381,'_event_end_date','2014-01-19'),(115797,15381,'_event_rsvp','0'),(115798,15381,'_event_rsvp_date',''),(115799,15381,'_event_rsvp_time','00:00:00'),(115800,15381,'_event_spaces',''),(115801,15381,'_location_id','27'),(115802,15381,'_recurrence_id',''),(115803,15381,'_event_status','1'),(115804,15381,'_event_private','0'),(115805,15381,'_event_date_created',''),(115806,15381,'_event_date_modified',''),(115807,15381,'_blog_id',''),(115808,15381,'_group_id','0'),(115809,15381,'_recurrence','0'),(115810,15381,'_recurrence_interval',''),(115811,15381,'_recurrence_freq',''),(115812,15381,'_recurrence_days','0'),(115813,15381,'_recurrence_byday',''),(115814,15381,'_recurrence_byweekno',''),(115815,15381,'_start_ts','1390147200'),(115816,15381,'_end_ts','1390172400'),(115817,15382,'_edit_last','2'),(115818,15382,'_edit_lock','1386623849:2'),(115823,15382,'_event_id','2012'),(115824,15382,'_event_start_time','22:00:00'),(115825,15382,'_event_end_time','22:00:00'),(115826,15382,'_event_all_day','0'),(115827,15382,'_event_start_date','2014-01-31'),(115828,15382,'_event_end_date','2014-01-31'),(115829,15382,'_event_rsvp','0'),(115830,15382,'_event_rsvp_date',''),(115831,15382,'_event_rsvp_time','00:00:00'),(115832,15382,'_event_spaces',''),(115833,15382,'_location_id','27'),(115834,15382,'_recurrence_id',''),(115835,15382,'_event_status','1'),(115836,15382,'_event_private','0'),(115837,15382,'_event_date_created',''),(115838,15382,'_event_date_modified',''),(115839,15382,'_blog_id',''),(115840,15382,'_group_id','0'),(115841,15382,'_recurrence','0'),(115842,15382,'_recurrence_interval',''),(115843,15382,'_recurrence_freq',''),(115844,15382,'_recurrence_days','0'),(115845,15382,'_recurrence_byday',''),(115846,15382,'_recurrence_byweekno',''),(115847,15382,'_start_ts','1391205600'),(115848,15382,'_end_ts','1391205600'),(115853,15383,'_edit_last','2'),(115854,15383,'_edit_lock','1386786339:2'),(115859,15383,'_event_id','2013'),(115860,15383,'_event_start_time','20:00:00'),(115861,15383,'_event_end_time','04:00:00'),(115862,15383,'_event_all_day','0'),(115863,15383,'_event_start_date','2014-02-01'),(115864,15383,'_event_end_date','2014-02-02'),(115865,15383,'_event_rsvp','0'),(115866,15383,'_event_rsvp_date',''),(115867,15383,'_event_rsvp_time','00:00:00'),(115868,15383,'_event_spaces',''),(115869,15383,'_location_id','27'),(115870,15383,'_recurrence_id',''),(115871,15383,'_event_status','1'),(115872,15383,'_event_private','0'),(115873,15383,'_event_date_created',''),(115874,15383,'_event_date_modified',''),(115875,15383,'_blog_id',''),(115876,15383,'_group_id','0'),(115877,15383,'_recurrence','0'),(115878,15383,'_recurrence_interval',''),(115879,15383,'_recurrence_freq',''),(115880,15383,'_recurrence_days','0'),(115881,15383,'_recurrence_byday',''),(115882,15383,'_recurrence_byweekno',''),(115883,15383,'_start_ts','1391284800'),(115884,15383,'_end_ts','1391313600'),(115885,15386,'_wp_attached_file','PrioritySurveySOTICPresentationFAYEFinal.pdf'),(115886,15387,'_wp_attached_file','MembershipServicesWorkPlanSOTICFAYEFinal.pdf'),(115893,13138,'groups-groups_read_post','Board of Directors'),(115894,13138,'groups-groups_read_post','Council of Ministers'),(115895,13138,'groups-groups_read_post','CTO RMF Members'),(115902,15390,'_wp_attached_file','SOTICAlliedMembersFAYEFinal.pdf'),(115903,13138,'groups-groups_read_post','Board of Directors'),(115904,13138,'groups-groups_read_post','Council of Ministers'),(115905,13138,'groups-groups_read_post','CTO RMF Members'),(115916,6386,'groups-groups_read_post','Board of Directors'),(115917,6386,'groups-groups_read_post','Council of Ministers'),(115918,6386,'groups-groups_read_post','TSA'),(115925,15385,'_edit_last','2'),(115926,15385,'_edit_lock','1386786347:2'),(115936,6386,'groups-groups_read_post','Board of Directors'),(115937,6386,'groups-groups_read_post','Council of Ministers'),(115938,6386,'groups-groups_read_post','TSA'),(115945,15400,'_feedback_author',''),(115946,15400,'_feedback_author_email',''),(115947,15400,'_feedback_author_url',''),(115948,15400,'_feedback_subject','Signup form OneCaribbean'),(115949,15400,'_feedback_ip','10.17.1.254'),(115950,15400,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(115951,15400,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Kingsley\";s:13:\"Email address\";s:18:\"Kbeentci@gmail.com\";s:20:\"Country of Residence\";s:24:\"Turks and Caicos Islands\";s:28:\"Name of Organization/Company\";s:10:\"Government\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(115952,15400,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Kingsley\";s:13:\"Email address\";s:18:\"Kbeentci@gmail.com\";s:20:\"Country of Residence\";s:24:\"Turks and Caicos Islands\";s:28:\"Name of Organization/Company\";s:10:\"Government\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(115953,15400,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:139:\"Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f3b9e5f0-d4ac-41dc-9d3e-90a16b024bf8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41994\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"520\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"65.255.54.131\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"520\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382451594.8999\";s:12:\"REQUEST_TIME\";s:10:\"1382451594\";}'),(115954,15400,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:424:\"Name: Kingsley\n\nEmail address: Kbeentci@gmail.com\n\nCountry of Residence: Turks and Caicos Islands\n\nName of Organization/Company: Government\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Tuesday October 22, 2013 at 10:19 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(115955,5904,'_sidebar_name','TSA sidebar'),(115956,6386,'_sidebar_name','TSA sidebar'),(115961,15385,'_event_id','2014'),(115962,15385,'_event_start_time','17:00:00'),(115963,15385,'_event_end_time','01:00:00'),(115964,15385,'_event_all_day','0'),(115965,15385,'_event_start_date','2014-02-09'),(115966,15385,'_event_end_date','2014-02-10'),(115967,15385,'_event_rsvp','0'),(115968,15385,'_event_rsvp_date',''),(115969,15385,'_event_rsvp_time','00:00:00'),(115970,15385,'_event_spaces',''),(115971,15385,'_location_id','27'),(115972,15385,'_recurrence_id',''),(115973,15385,'_event_status','1'),(115974,15385,'_event_private','0'),(115975,15385,'_event_date_created',''),(115976,15385,'_event_date_modified',''),(115977,15385,'_blog_id',''),(115978,15385,'_group_id','0'),(115979,15385,'_recurrence','0'),(115980,15385,'_recurrence_interval',''),(115981,15385,'_recurrence_freq',''),(115982,15385,'_recurrence_days','0'),(115983,15385,'_recurrence_byday',''),(115984,15385,'_recurrence_byweekno',''),(115985,15385,'_start_ts','1391965200'),(115986,15385,'_end_ts','1391994000'),(115989,5899,'groups-groups_read_post','MIST'),(115998,5899,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(115999,5899,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(116000,5899,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(116001,5899,'_aioseop_title','MIST Group'),(116002,5904,'groups-groups_read_post','Board of Directors'),(116003,5904,'groups-groups_read_post','Council of Ministers'),(116004,5904,'groups-groups_read_post','TSA'),(116013,15419,'_wp_attached_file','stanleypalm.jpg'),(116014,15419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:265;s:4:\"file\";s:15:\"stanleypalm.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"stanleypalm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(116027,15422,'_edit_last','2'),(116028,15422,'_edit_lock','1382458679:2'),(116029,15423,'_wp_attached_file','NeilaJonesCToofficials.jpg'),(116030,15423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:439;s:6:\"height\";i:349;s:4:\"file\";s:26:\"NeilaJonesCToofficials.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"NeilaJonesCToofficials-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"NeilaJonesCToofficials-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382441873;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(116031,15422,'truethemes_video_url',''),(116032,15422,'truethemes_external_image_url',''),(116033,15422,'truethemes_slider_shortcode',''),(116034,15422,'truethemes_slider_cu3er',''),(116045,15426,'_wp_attached_file','2013YoutCongresswinners.jpg'),(116046,15426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:521;s:4:\"file\";s:27:\"2013YoutCongresswinners.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"2013YoutCongresswinners-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"2013YoutCongresswinners-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382442144;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(116065,15422,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(116066,15422,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(116073,15430,'_wp_attached_file','Dwayne-BishopOpusSevenSOTIC2013.pdf'),(116074,15432,'_wp_attached_file','F-Friday-Paul-Cohen.pdf'),(116075,15433,'_wp_attached_file','Karine-Roy-Camille2013SOTICpresentation.pdf'),(116088,15436,'_wp_attached_file','Jim-BrodyTravelZooDigitalAmbassadorforDestination.pdf'),(116089,15437,'_wp_attached_file','Olivier-Henry-BiabaudTCIResearchSotic2013.pdf'),(116149,15449,'_edit_last','2'),(116150,15449,'_edit_lock','1382475166:2'),(116151,15450,'_wp_attached_file','STOIC2013OpeningRemarksChairmanDoty.pdf'),(116152,15449,'truethemes_video_url',''),(116153,15449,'truethemes_external_image_url',''),(116154,15449,'truethemes_slider_shortcode',''),(116155,15449,'truethemes_slider_cu3er',''),(116164,15449,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(116165,15449,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(116226,15461,'_feedback_author',''),(116227,15461,'_feedback_author_email',''),(116228,15461,'_feedback_author_url',''),(116229,15461,'_feedback_subject','Signup form OneCaribbean'),(116230,15461,'_feedback_ip','10.17.1.254'),(116231,15461,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(116232,15461,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Dr Ron Snipe\";s:13:\"Email address\";s:15:\"drsnipe@aol.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:44:\"Snipe International Port Angeles, Washington\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:55:\"Publisher of Traveler\'s Passport to USA & Caribbean\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(116233,15461,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Dr Ron Snipe\";s:13:\"Email address\";s:15:\"drsnipe@aol.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:44:\"Snipe International Port Angeles, Washington\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:51:\"Publisher of Traveler\'s Passport to USA & Caribbean\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(116234,15461,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:79:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MATBJS)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cd5f7cdc-a6ee-4ac1-9c3e-1ce532740003\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48453\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"587\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"24.113.147.194\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:79:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MATBJS)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"587\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382502797.9944\";s:12:\"REQUEST_TIME\";s:10:\"1382502797\";}'),(116235,15461,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:544:\"Name: Dr Ron Snipe\n\nEmail address: drsnipe@aol.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Snipe International Port Angeles, Washington\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Publisher of Traveler\'s Passport to USA & Caribbean\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Wednesday October 23, 2013 at 12:33 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(116244,15463,'_edit_last','2'),(116245,15463,'_edit_lock','1386786596:2'),(116250,15463,'_event_id','2015'),(116251,15463,'_event_start_time','20:00:00'),(116252,15463,'_event_end_time','01:00:00'),(116253,15463,'_event_all_day','0'),(116254,15463,'_event_start_date','2014-02-15'),(116255,15463,'_event_end_date','2014-02-16'),(116256,15463,'_event_rsvp','0'),(116257,15463,'_event_rsvp_date',''),(116258,15463,'_event_rsvp_time','00:00:00'),(116259,15463,'_event_spaces',''),(116260,15463,'_location_id','27'),(116261,15463,'_recurrence_id',''),(116262,15463,'_event_status','1'),(116263,15463,'_event_private','0'),(116264,15463,'_event_date_created',''),(116265,15463,'_event_date_modified',''),(116266,15463,'_blog_id',''),(116267,15463,'_group_id','0'),(116268,15463,'_recurrence','0'),(116269,15463,'_recurrence_interval',''),(116270,15463,'_recurrence_freq',''),(116271,15463,'_recurrence_days','0'),(116272,15463,'_recurrence_byday',''),(116273,15463,'_recurrence_byweekno',''),(116274,15463,'_start_ts','1392494400'),(116275,15463,'_end_ts','1392512400'),(116280,15466,'_edit_last','2'),(116281,15466,'_edit_lock','1382535580:2'),(116282,15466,'truethemes_video_url',''),(116283,15466,'truethemes_external_image_url',''),(116284,15466,'truethemes_slider_shortcode',''),(116285,15466,'truethemes_slider_cu3er',''),(116294,15466,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(116295,15466,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(116296,15469,'_edit_last','2'),(116297,15469,'_edit_lock','1382535569:2'),(116298,15469,'truethemes_video_url',''),(116299,15469,'truethemes_external_image_url',''),(116300,15469,'truethemes_slider_shortcode',''),(116301,15469,'truethemes_slider_cu3er',''),(116310,15469,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(116311,15469,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(116314,15472,'_wp_attached_file','UNWTOSoticPresentation.pdf'),(116336,15465,'_edit_last','2'),(116337,15465,'_edit_lock','1386785986:2'),(116342,15465,'_event_id','2016'),(116343,15465,'_event_start_time','18:00:00'),(116344,15465,'_event_end_time','06:00:00'),(116345,15465,'_event_all_day','0'),(116346,15465,'_event_start_date','2014-03-22'),(116347,15465,'_event_end_date','2014-03-23'),(116348,15465,'_event_rsvp','0'),(116349,15465,'_event_rsvp_date',''),(116350,15465,'_event_rsvp_time','00:00:00'),(116351,15465,'_event_spaces',''),(116352,15465,'_location_id','27'),(116353,15465,'_recurrence_id',''),(116354,15465,'_event_status','1'),(116355,15465,'_event_private','0'),(116356,15465,'_event_date_created',''),(116357,15465,'_event_date_modified',''),(116358,15465,'_blog_id',''),(116359,15465,'_group_id','0'),(116360,15465,'_recurrence','0'),(116361,15465,'_recurrence_interval',''),(116362,15465,'_recurrence_freq',''),(116363,15465,'_recurrence_days','0'),(116364,15465,'_recurrence_byday',''),(116365,15465,'_recurrence_byweekno',''),(116366,15465,'_start_ts','1395511200'),(116367,15465,'_end_ts','1395554400'),(116368,15477,'_edit_last','2'),(116369,15477,'_edit_lock','1386785978:2'),(116372,15479,'_wp_attached_file','CTOWTM2013events.jpg'),(116373,15479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:804;s:6:\"height\";i:910;s:4:\"file\";s:20:\"CTOWTM2013events.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CTOWTM2013events-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CTOWTM2013events-265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382524372;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(116419,15477,'_event_id','2017'),(116420,15477,'_event_start_time','09:30:00'),(116421,15477,'_event_end_time','17:00:00'),(116422,15477,'_event_all_day','0'),(116423,15477,'_event_start_date','2014-03-04'),(116424,15477,'_event_end_date','2014-03-06'),(116425,15477,'_event_rsvp','0'),(116426,15477,'_event_rsvp_date',''),(116427,15477,'_event_rsvp_time','00:00:00'),(116428,15477,'_event_spaces',''),(116429,15477,'_location_id','27'),(116430,15477,'_recurrence_id',''),(116431,15477,'_event_status','1'),(116432,15477,'_event_private','0'),(116433,15477,'_event_date_created',''),(116434,15477,'_event_date_modified',''),(116435,15477,'_blog_id',''),(116436,15477,'_group_id','0'),(116437,15477,'_recurrence','0'),(116438,15477,'_recurrence_interval',''),(116439,15477,'_recurrence_freq',''),(116440,15477,'_recurrence_days','0'),(116441,15477,'_recurrence_byday',''),(116442,15477,'_recurrence_byweekno',''),(116443,15477,'_start_ts','1393925400'),(116444,15477,'_end_ts','1394125200'),(116445,15491,'_edit_last','2'),(116446,15491,'_edit_lock','1386785966:2'),(116451,15491,'_event_id','2018'),(116452,15491,'_event_start_time','00:00:00'),(116453,15491,'_event_end_time','00:00:00'),(116454,15491,'_event_all_day','1'),(116455,15491,'_event_start_date','2014-03-03'),(116456,15491,'_event_end_date','2014-03-03'),(116457,15491,'_event_rsvp','0'),(116458,15491,'_event_rsvp_date',''),(116459,15491,'_event_rsvp_time','00:00:00'),(116460,15491,'_event_spaces',''),(116461,15491,'_location_id','27'),(116462,15491,'_recurrence_id',''),(116463,15491,'_event_status','1'),(116464,15491,'_event_private','0'),(116465,15491,'_event_date_created',''),(116466,15491,'_event_date_modified',''),(116467,15491,'_blog_id',''),(116468,15491,'_group_id','0'),(116469,15491,'_recurrence','0'),(116470,15491,'_recurrence_interval',''),(116471,15491,'_recurrence_freq',''),(116472,15491,'_recurrence_days','0'),(116473,15491,'_recurrence_byday',''),(116474,15491,'_recurrence_byweekno',''),(116475,15491,'_start_ts','1393804800'),(116476,15491,'_end_ts','1393804800'),(116509,15494,'_edit_last','2'),(116510,15494,'_edit_lock','1386785957:2'),(116515,15494,'_event_id','2019'),(116516,15494,'_event_start_time','04:00:00'),(116517,15494,'_event_end_time','07:00:00'),(116518,15494,'_event_all_day','0'),(116519,15494,'_event_start_date','2014-03-03'),(116520,15494,'_event_end_date','2014-03-03'),(116521,15494,'_event_rsvp','0'),(116522,15494,'_event_rsvp_date',''),(116523,15494,'_event_rsvp_time','00:00:00'),(116524,15494,'_event_spaces',''),(116525,15494,'_location_id','27'),(116526,15494,'_recurrence_id',''),(116527,15494,'_event_status','1'),(116528,15494,'_event_private','0'),(116529,15494,'_event_date_created',''),(116530,15494,'_event_date_modified',''),(116531,15494,'_blog_id',''),(116532,15494,'_group_id','0'),(116533,15494,'_recurrence','0'),(116534,15494,'_recurrence_interval',''),(116535,15494,'_recurrence_freq',''),(116536,15494,'_recurrence_days','0'),(116537,15494,'_recurrence_byday',''),(116538,15494,'_recurrence_byweekno',''),(116539,15494,'_start_ts','1393819200'),(116540,15494,'_end_ts','1393830000'),(116541,15498,'_edit_last','2'),(116542,15498,'_edit_lock','1386785968:2'),(116547,15498,'_event_id','2020'),(116548,15498,'_event_start_time','00:00:00'),(116549,15498,'_event_end_time','00:00:00'),(116550,15498,'_event_all_day','1'),(116551,15498,'_event_start_date','2014-03-04'),(116552,15498,'_event_end_date','2014-03-04'),(116553,15498,'_event_rsvp','0'),(116554,15498,'_event_rsvp_date',''),(116555,15498,'_event_rsvp_time','00:00:00'),(116556,15498,'_event_spaces',''),(116557,15498,'_location_id','27'),(116558,15498,'_recurrence_id',''),(116559,15498,'_event_status','1'),(116560,15498,'_event_private','0'),(116561,15498,'_event_date_created',''),(116562,15498,'_event_date_modified',''),(116563,15498,'_blog_id',''),(116564,15498,'_group_id','0'),(116565,15498,'_recurrence','0'),(116566,15498,'_recurrence_interval',''),(116567,15498,'_recurrence_freq',''),(116568,15498,'_recurrence_days','0'),(116569,15498,'_recurrence_byday',''),(116570,15498,'_recurrence_byweekno',''),(116571,15498,'_start_ts','1393891200'),(116572,15498,'_end_ts','1393891200'),(116573,15500,'_wp_attached_file','WTMSliderfinal.jpg'),(116574,15500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:274;s:4:\"file\";s:18:\"WTMSliderfinal.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"WTMSliderfinal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"WTMSliderfinal-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(116575,15500,'_edit_lock','1382545352:2'),(116594,15502,'_menu_item_type','post_type'),(116595,15502,'_menu_item_menu_item_parent','0'),(116596,15502,'_menu_item_object_id','6370'),(116597,15502,'_menu_item_object','page'),(116598,15502,'_menu_item_target',''),(116599,15502,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(116600,15502,'_menu_item_xfn',''),(116601,15502,'_menu_item_url',''),(116603,5904,'groups-groups_read_post','Board of Directors'),(116604,5904,'groups-groups_read_post','Council of Ministers'),(116605,5904,'groups-groups_read_post','TSA'),(116610,5904,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(116611,5904,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(116612,15505,'_edit_last','2'),(116613,15505,'_edit_lock','1386786609:2'),(116616,15505,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(116617,15505,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(116618,15505,'_event_id','2021'),(116619,15505,'_event_start_time','00:00:00'),(116620,15505,'_event_end_time','00:00:00'),(116621,15505,'_event_all_day','1'),(116622,15505,'_event_start_date','2014-03-01'),(116623,15505,'_event_end_date','2014-09-30'),(116624,15505,'_event_rsvp','0'),(116625,15505,'_event_rsvp_date',''),(116626,15505,'_event_rsvp_time','00:00:00'),(116627,15505,'_event_spaces',''),(116628,15505,'_location_id','27'),(116629,15505,'_recurrence_id',''),(116630,15505,'_event_status','1'),(116631,15505,'_event_private','0'),(116632,15505,'_event_date_created',''),(116633,15505,'_event_date_modified',''),(116634,15505,'_blog_id',''),(116635,15505,'_group_id','0'),(116636,15505,'_recurrence','0'),(116637,15505,'_recurrence_interval',''),(116638,15505,'_recurrence_freq',''),(116639,15505,'_recurrence_days','0'),(116640,15505,'_recurrence_byday',''),(116641,15505,'_recurrence_byweekno',''),(116642,15505,'_start_ts','1393632000'),(116643,15505,'_end_ts','1412035200'),(116644,15506,'_edit_last','2'),(116645,15506,'_edit_lock','1386786889:2'),(116648,15506,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(116649,15506,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(116650,15506,'_event_id','2022'),(116651,15506,'_event_start_time','00:00:00'),(116652,15506,'_event_end_time','00:00:00'),(116653,15506,'_event_all_day','1'),(116654,15506,'_event_start_date','2014-04-19'),(116655,15506,'_event_end_date','2014-04-27'),(116656,15506,'_event_rsvp','0'),(116657,15506,'_event_rsvp_date',''),(116658,15506,'_event_rsvp_time','00:00:00'),(116659,15506,'_event_spaces',''),(116660,15506,'_location_id','27'),(116661,15506,'_recurrence_id',''),(116662,15506,'_event_status','1'),(116663,15506,'_event_private','0'),(116664,15506,'_event_date_created',''),(116665,15506,'_event_date_modified',''),(116666,15506,'_blog_id',''),(116667,15506,'_group_id','0'),(116668,15506,'_recurrence','0'),(116669,15506,'_recurrence_interval',''),(116670,15506,'_recurrence_freq',''),(116671,15506,'_recurrence_days','0'),(116672,15506,'_recurrence_byday',''),(116673,15506,'_recurrence_byweekno',''),(116674,15506,'_start_ts','1397865600'),(116675,15506,'_end_ts','1398556800'),(116676,15507,'_edit_last','2'),(116677,15507,'_edit_lock','1386785540:2'),(116682,15507,'_event_id','2023'),(116683,15507,'_event_start_time','00:00:00'),(116684,15507,'_event_end_time','00:00:00'),(116685,15507,'_event_all_day','1'),(116686,15507,'_event_start_date','2014-04-29'),(116687,15507,'_event_end_date','2014-05-03'),(116688,15507,'_event_rsvp','0'),(116689,15507,'_event_rsvp_date',''),(116690,15507,'_event_rsvp_time','00:00:00'),(116691,15507,'_event_spaces',''),(116692,15507,'_location_id','27'),(116693,15507,'_recurrence_id',''),(116694,15507,'_event_status','1'),(116695,15507,'_event_private','0'),(116696,15507,'_event_date_created',''),(116697,15507,'_event_date_modified',''),(116698,15507,'_blog_id',''),(116699,15507,'_group_id','0'),(116700,15507,'_recurrence','0'),(116701,15507,'_recurrence_interval',''),(116702,15507,'_recurrence_freq',''),(116703,15507,'_recurrence_days','0'),(116704,15507,'_recurrence_byday',''),(116705,15507,'_recurrence_byweekno',''),(116706,15507,'_start_ts','1398729600'),(116707,15507,'_end_ts','1399075200'),(116708,15508,'_edit_last','2'),(116709,15508,'_edit_lock','1386784374:2'),(116714,15508,'_event_id','2024'),(116715,15508,'_event_start_time','00:00:00'),(116716,15508,'_event_end_time','00:00:00'),(116717,15508,'_event_all_day','1'),(116718,15508,'_event_start_date','2014-05-31'),(116719,15508,'_event_end_date','2014-06-02'),(116720,15508,'_event_rsvp','0'),(116721,15508,'_event_rsvp_date',''),(116722,15508,'_event_rsvp_time','00:00:00'),(116723,15508,'_event_spaces',''),(116724,15508,'_location_id','27'),(116725,15508,'_recurrence_id',''),(116726,15508,'_event_status','1'),(116727,15508,'_event_private','0'),(116728,15508,'_event_date_created',''),(116729,15508,'_event_date_modified',''),(116730,15508,'_blog_id',''),(116731,15508,'_group_id','0'),(116732,15508,'_recurrence','0'),(116733,15508,'_recurrence_interval',''),(116734,15508,'_recurrence_freq',''),(116735,15508,'_recurrence_days','0'),(116736,15508,'_recurrence_byday',''),(116737,15508,'_recurrence_byweekno',''),(116738,15508,'_start_ts','1401494400'),(116739,15508,'_end_ts','1401667200'),(116740,15509,'_edit_last','2'),(116741,15509,'_edit_lock','1386785464:2'),(116746,15509,'_event_id','2025'),(116747,15509,'_event_start_time','19:00:00'),(116748,15509,'_event_end_time','21:30:00'),(116749,15509,'_event_all_day','0'),(116750,15509,'_event_start_date','2014-05-16'),(116751,15509,'_event_end_date','2014-05-18'),(116752,15509,'_event_rsvp','0'),(116753,15509,'_event_rsvp_date',''),(116754,15509,'_event_rsvp_time','00:00:00'),(116755,15509,'_event_spaces',''),(116756,15509,'_location_id','27'),(116757,15509,'_recurrence_id',''),(116758,15509,'_event_status','1'),(116759,15509,'_event_private','0'),(116760,15509,'_event_date_created',''),(116761,15509,'_event_date_modified',''),(116762,15509,'_blog_id',''),(116763,15509,'_group_id','0'),(116764,15509,'_recurrence','0'),(116765,15509,'_recurrence_interval',''),(116766,15509,'_recurrence_freq',''),(116767,15509,'_recurrence_days','0'),(116768,15509,'_recurrence_byday',''),(116769,15509,'_recurrence_byweekno',''),(116770,15509,'_start_ts','1400266800'),(116771,15509,'_end_ts','1400448600'),(116772,15511,'_edit_last','1837'),(116773,15511,'_edit_lock','1382553834:1837'),(116776,15511,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(116777,15511,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(116778,15511,'_event_id','2026'),(116779,15511,'_event_start_time','00:00:00'),(116780,15511,'_event_end_time','00:00:00'),(116781,15511,'_event_all_day','1'),(116782,15511,'_event_start_date','2014-06-22'),(116783,15511,'_event_end_date','2014-06-22'),(116784,15511,'_event_rsvp','0'),(116785,15511,'_event_rsvp_date',''),(116786,15511,'_event_rsvp_time','00:00:00'),(116787,15511,'_event_spaces',''),(116788,15511,'_location_id','27'),(116789,15511,'_recurrence_id',''),(116790,15511,'_event_status','1'),(116791,15511,'_event_private','0'),(116792,15511,'_event_date_created',''),(116793,15511,'_event_date_modified',''),(116794,15511,'_blog_id',''),(116795,15511,'_group_id','0'),(116796,15511,'_recurrence','0'),(116797,15511,'_recurrence_interval',''),(116798,15511,'_recurrence_freq',''),(116799,15511,'_recurrence_days','0'),(116800,15511,'_recurrence_byday',''),(116801,15511,'_recurrence_byweekno',''),(116802,15511,'_start_ts','1403395200'),(116803,15511,'_end_ts','1403395200'),(116804,15512,'_edit_last','2'),(116805,15512,'_edit_lock','1386784991:2'),(116810,15512,'_event_id','2027'),(116811,15512,'_event_start_time','00:00:00'),(116812,15512,'_event_end_time','00:00:00'),(116813,15512,'_event_all_day','1'),(116814,15512,'_event_start_date','2014-06-27'),(116815,15512,'_event_end_date','2014-06-29'),(116816,15512,'_event_rsvp','0'),(116817,15512,'_event_rsvp_date',''),(116818,15512,'_event_rsvp_time','00:00:00'),(116819,15512,'_event_spaces',''),(116820,15512,'_location_id','27'),(116821,15512,'_recurrence_id',''),(116822,15512,'_event_status','1'),(116823,15512,'_event_private','0'),(116824,15512,'_event_date_created',''),(116825,15512,'_event_date_modified',''),(116826,15512,'_blog_id',''),(116827,15512,'_group_id','0'),(116828,15512,'_recurrence','0'),(116829,15512,'_recurrence_interval',''),(116830,15512,'_recurrence_freq',''),(116831,15512,'_recurrence_days','0'),(116832,15512,'_recurrence_byday',''),(116833,15512,'_recurrence_byweekno',''),(116834,15512,'_start_ts','1403827200'),(116835,15512,'_end_ts','1404000000'),(116836,15513,'_edit_last','2'),(116837,15513,'_edit_lock','1386783956:2'),(116842,15513,'_event_id','2028'),(116843,15513,'_event_start_time','00:00:00'),(116844,15513,'_event_end_time','00:00:00'),(116845,15513,'_event_all_day','1'),(116846,15513,'_event_start_date','2014-08-08'),(116847,15513,'_event_end_date','2014-08-08'),(116848,15513,'_event_rsvp','0'),(116849,15513,'_event_rsvp_date',''),(116850,15513,'_event_rsvp_time','00:00:00'),(116851,15513,'_event_spaces',''),(116852,15513,'_location_id','27'),(116853,15513,'_recurrence_id',''),(116854,15513,'_event_status','1'),(116855,15513,'_event_private','0'),(116856,15513,'_event_date_created',''),(116857,15513,'_event_date_modified',''),(116858,15513,'_blog_id',''),(116859,15513,'_group_id','0'),(116860,15513,'_recurrence','0'),(116861,15513,'_recurrence_interval',''),(116862,15513,'_recurrence_freq',''),(116863,15513,'_recurrence_days','0'),(116864,15513,'_recurrence_byday',''),(116865,15513,'_recurrence_byweekno',''),(116866,15513,'_start_ts','1407456000'),(116867,15513,'_end_ts','1407456000'),(116872,15520,'_edit_last','2'),(116873,15520,'_edit_lock','1386783129:2'),(116878,15520,'_event_id','2029'),(116879,15520,'_event_start_time','00:00:00'),(116880,15520,'_event_end_time','00:00:00'),(116881,15520,'_event_all_day','1'),(116882,15520,'_event_start_date','2014-09-24'),(116883,15520,'_event_end_date','2014-09-24'),(116884,15520,'_event_rsvp','0'),(116885,15520,'_event_rsvp_date',''),(116886,15520,'_event_rsvp_time','00:00:00'),(116887,15520,'_event_spaces',''),(116888,15520,'_location_id','27'),(116889,15520,'_recurrence_id',''),(116890,15520,'_event_status','1'),(116891,15520,'_event_private','0'),(116892,15520,'_event_date_created',''),(116893,15520,'_event_date_modified',''),(116894,15520,'_blog_id',''),(116895,15520,'_group_id','0'),(116896,15520,'_recurrence','0'),(116897,15520,'_recurrence_interval',''),(116898,15520,'_recurrence_freq',''),(116899,15520,'_recurrence_days','0'),(116900,15520,'_recurrence_byday',''),(116901,15520,'_recurrence_byweekno',''),(116902,15520,'_start_ts','1411516800'),(116903,15520,'_end_ts','1411516800'),(116912,15522,'_edit_last','2'),(116913,15522,'_edit_lock','1386783108:2'),(116918,15522,'_event_id','2030'),(116919,15522,'_event_start_time','00:00:00'),(116920,15522,'_event_end_time','00:00:00'),(116921,15522,'_event_all_day','1'),(116922,15522,'_event_start_date','2014-10-19'),(116923,15522,'_event_end_date','2014-10-19'),(116924,15522,'_event_rsvp','0'),(116925,15522,'_event_rsvp_date',''),(116926,15522,'_event_rsvp_time','00:00:00'),(116927,15522,'_event_spaces',''),(116928,15522,'_location_id','27'),(116929,15522,'_recurrence_id',''),(116930,15522,'_event_status','1'),(116931,15522,'_event_private','0'),(116932,15522,'_event_date_created',''),(116933,15522,'_event_date_modified',''),(116934,15522,'_blog_id',''),(116935,15522,'_group_id','0'),(116936,15522,'_recurrence','0'),(116937,15522,'_recurrence_interval',''),(116938,15522,'_recurrence_freq',''),(116939,15522,'_recurrence_days','0'),(116940,15522,'_recurrence_byday',''),(116941,15522,'_recurrence_byweekno',''),(116942,15522,'_start_ts','1413676800'),(116943,15522,'_end_ts','1413676800'),(116944,15523,'_edit_last','2'),(116945,15523,'_edit_lock','1386783113:2'),(116950,15523,'_event_id','2031'),(116951,15523,'_event_start_time','00:00:00'),(116952,15523,'_event_end_time','00:00:00'),(116953,15523,'_event_all_day','1'),(116954,15523,'_event_start_date','2014-10-01'),(116955,15523,'_event_end_date','2014-10-31'),(116956,15523,'_event_rsvp','0'),(116957,15523,'_event_rsvp_date',''),(116958,15523,'_event_rsvp_time','00:00:00'),(116959,15523,'_event_spaces',''),(116960,15523,'_location_id','27'),(116961,15523,'_recurrence_id',''),(116962,15523,'_event_status','1'),(116963,15523,'_event_private','0'),(116964,15523,'_event_date_created',''),(116965,15523,'_event_date_modified',''),(116966,15523,'_blog_id',''),(116967,15523,'_group_id','0'),(116968,15523,'_recurrence','0'),(116969,15523,'_recurrence_interval',''),(116970,15523,'_recurrence_freq',''),(116971,15523,'_recurrence_days','0'),(116972,15523,'_recurrence_byday',''),(116973,15523,'_recurrence_byweekno',''),(116974,15523,'_start_ts','1412121600'),(116975,15523,'_end_ts','1414713600'),(117008,15525,'_wp_attached_file','cbbnguideslideroct2013.jpg'),(117009,15525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:26:\"cbbnguideslideroct2013.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cbbnguideslideroct2013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cbbnguideslideroct2013-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(117010,15525,'_edit_lock','1382632795:2'),(117013,14476,'slider_image','http://www.onecaribbean.org/wp-content/uploads/cbbnguideslideroct2013.jpg'),(117018,14476,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(117019,14476,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(117020,15526,'_wp_attached_file','NetworkPlanningChristineKennedyDelta.pdf'),(117033,15528,'_wp_attached_file','AirlineCapacityintheCaribbeanMichaelLumSIXEL.pdf'),(117046,15531,'_wp_attached_file','DeliveringPerfectVisitorExperiencesDanielLevine.pdf'),(117059,15533,'_wp_attached_file','YachtingintheCaribbeanBobHathaway.pdf'),(117072,15535,'_wp_attached_file','HabitationClementCeliaSainville.pdf'),(117085,15537,'_edit_last','2'),(117086,15537,'_edit_lock','1386786384:2'),(117091,15537,'_event_id','2032'),(117092,15537,'_event_start_time','00:00:00'),(117093,15537,'_event_end_time','00:00:00'),(117094,15537,'_event_all_day','1'),(117095,15537,'_event_start_date','2014-01-01'),(117096,15537,'_event_end_date','2014-01-01'),(117097,15537,'_event_rsvp','0'),(117098,15537,'_event_rsvp_date',''),(117099,15537,'_event_rsvp_time','00:00:00'),(117100,15537,'_event_spaces',''),(117101,15537,'_location_id','23'),(117102,15537,'_recurrence_id',''),(117103,15537,'_event_status','1'),(117104,15537,'_event_private','0'),(117105,15537,'_event_date_created',''),(117106,15537,'_event_date_modified',''),(117107,15537,'_blog_id',''),(117108,15537,'_group_id','0'),(117109,15537,'_recurrence','0'),(117110,15537,'_recurrence_interval',''),(117111,15537,'_recurrence_freq',''),(117112,15537,'_recurrence_days','0'),(117113,15537,'_recurrence_byday',''),(117114,15537,'_recurrence_byweekno',''),(117115,15537,'_start_ts','1388534400'),(117116,15537,'_end_ts','1388534400'),(117117,15540,'_wp_attached_file','AmericanExpressEugenioFonseca.pdf'),(117170,15547,'_wp_attached_file','RealitiesIntraCbbnTravelBrianChallenger.pdf'),(117183,15549,'_wp_attached_file','LIATLesroyBrowne.pdf'),(117196,15551,'_wp_attached_file','InselAirAlbertKluyver.pdf'),(117197,15552,'_wp_attached_file','SeabourneAirlinesJaimeLopez.pdf'),(117344,15585,'_wp_attached_file','FinalreportTSAdiagnosispreprecommendationsSeptember2013.pdf'),(117345,6386,'groups-groups_read_post','Board of Directors'),(117346,6386,'groups-groups_read_post','Council of Ministers'),(117347,6386,'groups-groups_read_post','TSA'),(117354,6386,'groups-groups_read_post','Board of Directors'),(117355,6386,'groups-groups_read_post','Council of Ministers'),(117356,6386,'groups-groups_read_post','TSA'),(117361,6386,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(117362,6386,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(117387,15592,'_edit_last','2'),(117388,15592,'_edit_lock','1386623954:2'),(117425,15605,'_wp_attached_file','2013TravelmoleAwardCategories.pdf'),(117426,15606,'_wp_attached_file','2014CTOTravelmoleSustTourismAreasDescriptions.pdf'),(117427,15607,'_feedback_author',''),(117428,15607,'_feedback_author_email',''),(117429,15607,'_feedback_author_url',''),(117430,15607,'_feedback_subject','Signup form OneCaribbean'),(117431,15607,'_feedback_ip','10.17.1.254'),(117432,15607,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(117433,15607,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Alexander Morris\";s:13:\"Email address\";s:27:\"alex@cruiseindustrynews.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:20:\"Cruise Industry News\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(117434,15607,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Alexander Morris\";s:13:\"Email address\";s:27:\"alex@cruiseindustrynews.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:20:\"Cruise Industry News\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(117435,15607,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d198b5c3-5d7d-4ec9-a030-08d201894aed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52693\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"473\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"66.134.174.45\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"473\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382713394.8613\";s:12:\"REQUEST_TIME\";s:10:\"1382713394\";}'),(117436,15607,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:374:\"Name: Alexander Morris\n\nEmail address: alex@cruiseindustrynews.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Cruise Industry News\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Friday October 25, 2013 at 11:03 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(117443,15611,'_wp_attached_file','Final-CTO-TMOLE-Nomination-Form-2014.doc'),(117498,15592,'_event_id','2033'),(117499,15592,'_event_start_time','00:00:00'),(117500,15592,'_event_end_time','00:00:00'),(117501,15592,'_event_all_day','1'),(117502,15592,'_event_start_date','2014-01-02'),(117503,15592,'_event_end_date','2014-01-02'),(117504,15592,'_event_rsvp','0'),(117505,15592,'_event_rsvp_date',''),(117506,15592,'_event_rsvp_time','00:00:00'),(117507,15592,'_event_spaces',''),(117508,15592,'_location_id','23'),(117509,15592,'_recurrence_id',''),(117510,15592,'_event_status','1'),(117511,15592,'_event_private','0'),(117512,15592,'_event_date_created',''),(117513,15592,'_event_date_modified',''),(117514,15592,'_blog_id',''),(117515,15592,'_group_id','0'),(117516,15592,'_recurrence','0'),(117517,15592,'_recurrence_interval',''),(117518,15592,'_recurrence_freq',''),(117519,15592,'_recurrence_days','0'),(117520,15592,'_recurrence_byday',''),(117521,15592,'_recurrence_byweekno',''),(117522,15592,'_start_ts','1388620800'),(117523,15592,'_end_ts','1388620800'),(117534,15629,'_edit_last','2'),(117535,15629,'_edit_lock','1386786398:2'),(117600,15629,'_event_id','2034'),(117601,15629,'_event_start_time','00:00:00'),(117602,15629,'_event_end_time','00:00:00'),(117603,15629,'_event_all_day','1'),(117604,15629,'_event_start_date','2014-01-02'),(117605,15629,'_event_end_date','2014-01-06'),(117606,15629,'_event_rsvp','0'),(117607,15629,'_event_rsvp_date',''),(117608,15629,'_event_rsvp_time','00:00:00'),(117609,15629,'_event_spaces',''),(117610,15629,'_location_id','23'),(117611,15629,'_recurrence_id',''),(117612,15629,'_event_status','1'),(117613,15629,'_event_private','0'),(117614,15629,'_event_date_created',''),(117615,15629,'_event_date_modified',''),(117616,15629,'_blog_id',''),(117617,15629,'_group_id','0'),(117618,15629,'_recurrence','0'),(117619,15629,'_recurrence_interval',''),(117620,15629,'_recurrence_freq',''),(117621,15629,'_recurrence_days','0'),(117622,15629,'_recurrence_byday',''),(117623,15629,'_recurrence_byweekno',''),(117624,15629,'_start_ts','1388620800'),(117625,15629,'_end_ts','1388966400'),(117626,15649,'_edit_last','2'),(117627,15649,'_edit_lock','1386786587:2'),(117645,15649,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(117646,15649,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(117647,15649,'_event_id','2035'),(117648,15649,'_event_start_time','00:00:00'),(117649,15649,'_event_end_time','00:00:00'),(117650,15649,'_event_all_day','1'),(117651,15649,'_event_start_date','2014-02-01'),(117652,15649,'_event_end_date','2014-02-28'),(117653,15649,'_event_rsvp','0'),(117654,15649,'_event_rsvp_date',''),(117655,15649,'_event_rsvp_time','00:00:00'),(117656,15649,'_event_spaces',''),(117657,15649,'_location_id','23'),(117658,15649,'_recurrence_id',''),(117659,15649,'_event_status','1'),(117660,15649,'_event_private','0'),(117661,15649,'_event_date_created',''),(117662,15649,'_event_date_modified',''),(117663,15649,'_blog_id',''),(117664,15649,'_group_id','0'),(117665,15649,'_recurrence','0'),(117666,15649,'_recurrence_interval',''),(117667,15649,'_recurrence_freq',''),(117668,15649,'_recurrence_days','0'),(117669,15649,'_recurrence_byday',''),(117670,15649,'_recurrence_byweekno',''),(117671,15649,'_start_ts','1391212800'),(117672,15649,'_end_ts','1393545600'),(117673,15654,'_wp_attached_file','travelmoleLogoSTAwards.jpg'),(117674,15654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:689;s:6:\"height\";i:113;s:4:\"file\";s:26:\"travelmoleLogoSTAwards.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"travelmoleLogoSTAwards-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"travelmoleLogoSTAwards-300x49.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382705151;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(117687,15659,'_wp_attached_file','STAwards2013.jpg'),(117688,15659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1065;s:6:\"height\";i:372;s:4:\"file\";s:16:\"STAwards2013.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"STAwards2013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"STAwards2013-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"STAwards2013-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382704856;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(117721,15671,'_feedback_author',''),(117722,15671,'_feedback_author_email',''),(117723,15671,'_feedback_author_url',''),(117724,15671,'_feedback_subject','Signup form OneCaribbean'),(117725,15671,'_feedback_ip','10.17.1.254'),(117726,15671,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(117727,15671,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Blake Plumley\";s:13:\"Email address\";s:19:\"Bp@blakeplumley.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:14:\"BKP Consulting\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:34:\"Hospitality Development Consultant\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(117728,15671,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Blake Plumley\";s:13:\"Email address\";s:19:\"Bp@blakeplumley.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:14:\"BKP Consulting\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:34:\"Hospitality Development Consultant\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(117729,15671,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_3 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B511 Safari/9537.53\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-94ff05a0-bfbe-4ac5-b686-4e3f9aa519c2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57966\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"609\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"72.238.43.110\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_3 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B511 Safari/9537.53\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"609\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382720707.9624\";s:12:\"REQUEST_TIME\";s:10:\"1382720707\";}'),(117731,15671,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:558:\"Name: Blake Plumley\n\nEmail address: Bp@blakeplumley.com\n\nCountry of Residence: USA\n\nName of Organization/Company: BKP Consulting\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Hospitality Development Consultant\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday October 25, 2013 at 1:05 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(117735,15672,'_edit_last','2'),(117736,15672,'_edit_lock','1386623847:2'),(117741,15672,'_event_id','2036'),(117742,15672,'_event_start_time','00:00:00'),(117743,15672,'_event_end_time','00:00:00'),(117744,15672,'_event_all_day','1'),(117745,15672,'_event_start_date','2014-01-26'),(117746,15672,'_event_end_date','2014-01-26'),(117747,15672,'_event_rsvp','0'),(117748,15672,'_event_rsvp_date',''),(117749,15672,'_event_rsvp_time','00:00:00'),(117750,15672,'_event_spaces',''),(117751,15672,'_location_id','23'),(117752,15672,'_recurrence_id',''),(117753,15672,'_event_status','1'),(117754,15672,'_event_private','0'),(117755,15672,'_event_date_created',''),(117756,15672,'_event_date_modified',''),(117757,15672,'_blog_id',''),(117758,15672,'_group_id','0'),(117759,15672,'_recurrence','0'),(117760,15672,'_recurrence_interval',''),(117761,15672,'_recurrence_freq',''),(117762,15672,'_recurrence_days','0'),(117763,15672,'_recurrence_byday',''),(117764,15672,'_recurrence_byweekno',''),(117765,15672,'_start_ts','1390694400'),(117766,15672,'_end_ts','1390694400'),(117767,15673,'_edit_last','2'),(117768,15673,'_edit_lock','1386786862:2'),(117769,15674,'_wp_attached_file','NicheMarketsDatabase.pdf'),(117770,15674,'_edit_lock','1382722503:2'),(117773,15673,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(117774,15673,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(117775,15673,'_event_id','2037'),(117776,15673,'_event_start_time','00:00:00'),(117777,15673,'_event_end_time','00:00:00'),(117778,15673,'_event_all_day','1'),(117779,15673,'_event_start_date','2014-03-02'),(117780,15673,'_event_end_date','2014-03-03'),(117781,15673,'_event_rsvp','0'),(117782,15673,'_event_rsvp_date',''),(117783,15673,'_event_rsvp_time','00:00:00'),(117784,15673,'_event_spaces',''),(117785,15673,'_location_id','23'),(117786,15673,'_recurrence_id',''),(117787,15673,'_event_status','1'),(117788,15673,'_event_private','0'),(117789,15673,'_event_date_created',''),(117790,15673,'_event_date_modified',''),(117791,15673,'_blog_id',''),(117792,15673,'_group_id','0'),(117793,15673,'_recurrence','0'),(117794,15673,'_recurrence_interval',''),(117795,15673,'_recurrence_freq',''),(117796,15673,'_recurrence_days','0'),(117797,15673,'_recurrence_byday',''),(117798,15673,'_recurrence_byweekno',''),(117799,15673,'_start_ts','1393718400'),(117800,15673,'_end_ts','1393804800'),(117813,15678,'_edit_last','2'),(117814,15678,'_edit_lock','1386785987:2'),(117819,15678,'_event_id','2038'),(117820,15678,'_event_start_time','00:00:00'),(117821,15678,'_event_end_time','00:00:00'),(117822,15678,'_event_all_day','1'),(117823,15678,'_event_start_date','2014-03-28'),(117824,15678,'_event_end_date','2014-03-30'),(117825,15678,'_event_rsvp','0'),(117826,15678,'_event_rsvp_date',''),(117827,15678,'_event_rsvp_time','00:00:00'),(117828,15678,'_event_spaces',''),(117829,15678,'_location_id','23'),(117830,15678,'_recurrence_id',''),(117831,15678,'_event_status','1'),(117832,15678,'_event_private','0'),(117833,15678,'_event_date_created',''),(117834,15678,'_event_date_modified',''),(117835,15678,'_blog_id',''),(117836,15678,'_group_id','0'),(117837,15678,'_recurrence','0'),(117838,15678,'_recurrence_interval',''),(117839,15678,'_recurrence_freq',''),(117840,15678,'_recurrence_days','0'),(117841,15678,'_recurrence_byday',''),(117842,15678,'_recurrence_byweekno',''),(117843,15678,'_start_ts','1395964800'),(117844,15678,'_end_ts','1396137600'),(117845,15679,'_edit_last','2'),(117846,15679,'_edit_lock','1386785878:2'),(117851,15679,'_event_id','2039'),(117852,15679,'_event_start_time','00:00:00'),(117853,15679,'_event_end_time','00:00:00'),(117854,15679,'_event_all_day','1'),(117855,15679,'_event_start_date','2014-03-30'),(117856,15679,'_event_end_date','2014-03-30'),(117857,15679,'_event_rsvp','0'),(117858,15679,'_event_rsvp_date',''),(117859,15679,'_event_rsvp_time','00:00:00'),(117860,15679,'_event_spaces',''),(117861,15679,'_location_id','23'),(117862,15679,'_recurrence_id',''),(117863,15679,'_event_status','1'),(117864,15679,'_event_private','0'),(117865,15679,'_event_date_created',''),(117866,15679,'_event_date_modified',''),(117867,15679,'_blog_id',''),(117868,15679,'_group_id','0'),(117869,15679,'_recurrence','0'),(117870,15679,'_recurrence_interval',''),(117871,15679,'_recurrence_freq',''),(117872,15679,'_recurrence_days','0'),(117873,15679,'_recurrence_byday',''),(117874,15679,'_recurrence_byweekno',''),(117875,15679,'_start_ts','1396137600'),(117876,15679,'_end_ts','1396137600'),(117877,15680,'_edit_last','2'),(117878,15680,'_edit_lock','1386785880:2'),(117883,15680,'_event_id','2040'),(117884,15680,'_event_start_time','00:00:00'),(117885,15680,'_event_end_time','00:00:00'),(117886,15680,'_event_all_day','1'),(117887,15680,'_event_start_date','2014-03-31'),(117888,15680,'_event_end_date','2014-03-31'),(117889,15680,'_event_rsvp','0'),(117890,15680,'_event_rsvp_date',''),(117891,15680,'_event_rsvp_time','00:00:00'),(117892,15680,'_event_spaces',''),(117893,15680,'_location_id','23'),(117894,15680,'_recurrence_id',''),(117895,15680,'_event_status','1'),(117896,15680,'_event_private','0'),(117897,15680,'_event_date_created',''),(117898,15680,'_event_date_modified',''),(117899,15680,'_blog_id',''),(117900,15680,'_group_id','0'),(117901,15680,'_recurrence','0'),(117902,15680,'_recurrence_interval',''),(117903,15680,'_recurrence_freq',''),(117904,15680,'_recurrence_days','0'),(117905,15680,'_recurrence_byday',''),(117906,15680,'_recurrence_byweekno',''),(117907,15680,'_start_ts','1396224000'),(117908,15680,'_end_ts','1396224000'),(117949,15690,'_feedback_author',''),(117950,15690,'_feedback_author_email',''),(117951,15690,'_feedback_author_url',''),(117952,15690,'_feedback_subject','Signup form OneCaribbean'),(117953,15690,'_feedback_ip','10.17.1.254'),(117954,15690,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(117955,15690,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"Mikhail Francis\";s:13:\"Email address\";s:22:\"mik_svgair@hotmail.com\";s:20:\"Country of Residence\";s:30:\"St. Vincent and the Grenadines\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(117956,15690,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"Mikhail Francis\";s:13:\"Email address\";s:22:\"mik_svgair@hotmail.com\";s:20:\"Country of Residence\";s:30:\"St. Vincent and the Grenadines\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(117957,15690,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1ec4e30d-a416-43f6-ae20-0bd59220bfb9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58776\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"524\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.73.238.228\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:2:\"en\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"524\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1382930920.5646\";s:12:\"REQUEST_TIME\";s:10:\"1382930920\";}'),(117958,15690,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:395:\"Name: Mikhail Francis\n\nEmail address: mik_svgair@hotmail.com\n\nCountry of Residence: St. Vincent and the Grenadines\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Sunday October 27, 2013 at 11:28 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(117983,15693,'_wp_attached_file','thadeusrichardson.jpg'),(117984,15693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:92;s:6:\"height\";i:136;s:4:\"file\";s:21:\"thadeusrichardson.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382956343;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(117997,15696,'_edit_last','2'),(117998,15696,'_edit_lock','1394656541:2'),(118003,15696,'truethemes_page_checkbox',''),(118004,15696,'truethemes_custom_sub_menu','event-sub-menu'),(118005,15696,'truethemes_slider_shortcode',''),(118006,15696,'truethemes_slider_cu3er',''),(118007,15696,'banner_search','yes'),(118008,15696,'page_primary_color_scheme','null'),(118009,15696,'page_secondary_color_scheme','null'),(118010,15696,'page_background_color','#'),(118011,15696,'page_background_position','left top'),(118012,15696,'page_background_repeat','repeat'),(118015,15696,'_wp_page_template','page-template-left-nav.php'),(118020,15701,'_menu_item_type','post_type'),(118021,15701,'_menu_item_menu_item_parent','13342'),(118022,15701,'_menu_item_object_id','15696'),(118023,15701,'_menu_item_object','page'),(118024,15701,'_menu_item_target',''),(118025,15701,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(118026,15701,'_menu_item_xfn',''),(118027,15701,'_menu_item_url',''),(118043,15706,'_wp_attached_file','cbbntourismmonthsliderimage.jpg'),(118044,15706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:276;s:4:\"file\";s:31:\"cbbntourismmonthsliderimage.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cbbntourismmonthsliderimage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cbbntourismmonthsliderimage-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(118045,15706,'_edit_lock','1382973838:2'),(118146,7490,'groups-groups_read_post','Board of Directors'),(118156,7490,'groups-groups_read_post','Board of Directors'),(118166,6446,'groups-groups_read_post','Council of Ministers'),(118179,15728,'_edit_last','2'),(118180,15728,'_edit_lock','1386785883:2'),(118185,15728,'_event_id','2041'),(118186,15728,'_event_start_time','00:00:00'),(118187,15728,'_event_end_time','00:00:00'),(118188,15728,'_event_all_day','1'),(118189,15728,'_event_start_date','2014-04-07'),(118190,15728,'_event_end_date','2014-04-07'),(118191,15728,'_event_rsvp','0'),(118192,15728,'_event_rsvp_date',''),(118193,15728,'_event_rsvp_time','00:00:00'),(118194,15728,'_event_spaces',''),(118195,15728,'_location_id','23'),(118196,15728,'_recurrence_id',''),(118197,15728,'_event_status','1'),(118198,15728,'_event_private','0'),(118199,15728,'_event_date_created',''),(118200,15728,'_event_date_modified',''),(118201,15728,'_blog_id',''),(118202,15728,'_group_id','0'),(118203,15728,'_recurrence','0'),(118204,15728,'_recurrence_interval',''),(118205,15728,'_recurrence_freq',''),(118206,15728,'_recurrence_days','0'),(118207,15728,'_recurrence_byday',''),(118208,15728,'_recurrence_byweekno',''),(118209,15728,'_start_ts','1396828800'),(118210,15728,'_end_ts','1396828800'),(118211,15729,'_edit_last','2'),(118212,15729,'_edit_lock','1386785453:2'),(118217,15729,'_event_id','2042'),(118218,15729,'_event_start_time','00:00:00'),(118219,15729,'_event_end_time','00:00:00'),(118220,15729,'_event_all_day','1'),(118221,15729,'_event_start_date','2014-05-05'),(118222,15729,'_event_end_date','2014-05-05'),(118223,15729,'_event_rsvp','0'),(118224,15729,'_event_rsvp_date',''),(118225,15729,'_event_rsvp_time','00:00:00'),(118226,15729,'_event_spaces',''),(118227,15729,'_location_id','22'),(118228,15729,'_recurrence_id',''),(118229,15729,'_event_status','1'),(118230,15729,'_event_private','0'),(118231,15729,'_event_date_created',''),(118232,15729,'_event_date_modified',''),(118233,15729,'_blog_id',''),(118234,15729,'_group_id','0'),(118235,15729,'_recurrence','0'),(118236,15729,'_recurrence_interval',''),(118237,15729,'_recurrence_freq',''),(118238,15729,'_recurrence_days','0'),(118239,15729,'_recurrence_byday',''),(118240,15729,'_recurrence_byweekno',''),(118241,15729,'_start_ts','1399248000'),(118242,15729,'_end_ts','1399248000'),(118243,15730,'_edit_last','2'),(118244,15730,'_edit_lock','1386785461:2'),(118249,15730,'_event_id','2043'),(118250,15730,'_event_start_time','00:00:00'),(118251,15730,'_event_end_time','00:00:00'),(118252,15730,'_event_all_day','1'),(118253,15730,'_event_start_date','2014-05-10'),(118254,15730,'_event_end_date','2014-05-19'),(118255,15730,'_event_rsvp','0'),(118256,15730,'_event_rsvp_date',''),(118257,15730,'_event_rsvp_time','00:00:00'),(118258,15730,'_event_spaces',''),(118259,15730,'_location_id','23'),(118260,15730,'_recurrence_id',''),(118261,15730,'_event_status','1'),(118262,15730,'_event_private','0'),(118263,15730,'_event_date_created',''),(118264,15730,'_event_date_modified',''),(118265,15730,'_blog_id',''),(118266,15730,'_group_id','0'),(118267,15730,'_recurrence','0'),(118268,15730,'_recurrence_interval',''),(118269,15730,'_recurrence_freq',''),(118270,15730,'_recurrence_days','0'),(118271,15730,'_recurrence_byday',''),(118272,15730,'_recurrence_byweekno',''),(118273,15730,'_start_ts','1399680000'),(118274,15730,'_end_ts','1400457600'),(118275,15733,'_edit_last','2'),(118276,15733,'_edit_lock','1386784392:2'),(118281,15733,'_event_id','2044'),(118282,15733,'_event_start_time','00:00:00'),(118283,15733,'_event_end_time','00:00:00'),(118284,15733,'_event_all_day','1'),(118285,15733,'_event_start_date','2014-06-06'),(118286,15733,'_event_end_date','2014-06-09'),(118287,15733,'_event_rsvp','0'),(118288,15733,'_event_rsvp_date',''),(118289,15733,'_event_rsvp_time','00:00:00'),(118290,15733,'_event_spaces',''),(118291,15733,'_location_id','23'),(118292,15733,'_recurrence_id',''),(118293,15733,'_event_status','1'),(118294,15733,'_event_private','0'),(118295,15733,'_event_date_created',''),(118296,15733,'_event_date_modified',''),(118297,15733,'_blog_id',''),(118298,15733,'_group_id','0'),(118299,15733,'_recurrence','0'),(118300,15733,'_recurrence_interval',''),(118301,15733,'_recurrence_freq',''),(118302,15733,'_recurrence_days','0'),(118303,15733,'_recurrence_byday',''),(118304,15733,'_recurrence_byweekno',''),(118305,15733,'_start_ts','1402012800'),(118306,15733,'_end_ts','1402272000'),(118307,15734,'_edit_last','2'),(118308,15734,'_edit_lock','1386785000:2'),(118313,15734,'_event_id','2045'),(118314,15734,'_event_start_time','00:00:00'),(118315,15734,'_event_end_time','00:00:00'),(118316,15734,'_event_all_day','1'),(118317,15734,'_event_start_date','2014-06-26'),(118318,15734,'_event_end_date','2014-06-28'),(118319,15734,'_event_rsvp','0'),(118320,15734,'_event_rsvp_date',''),(118321,15734,'_event_rsvp_time','00:00:00'),(118322,15734,'_event_spaces',''),(118323,15734,'_location_id','23'),(118324,15734,'_recurrence_id',''),(118325,15734,'_event_status','1'),(118326,15734,'_event_private','0'),(118327,15734,'_event_date_created',''),(118328,15734,'_event_date_modified',''),(118329,15734,'_blog_id',''),(118330,15734,'_group_id','0'),(118331,15734,'_recurrence','0'),(118332,15734,'_recurrence_interval',''),(118333,15734,'_recurrence_freq',''),(118334,15734,'_recurrence_days','0'),(118335,15734,'_recurrence_byday',''),(118336,15734,'_recurrence_byweekno',''),(118337,15734,'_start_ts','1403740800'),(118338,15734,'_end_ts','1403913600'),(118339,15736,'_edit_last','2'),(118340,15736,'_edit_lock','1386783629:2'),(118345,15736,'_event_id','2046'),(118346,15736,'_event_start_time','00:00:00'),(118347,15736,'_event_end_time','00:00:00'),(118348,15736,'_event_all_day','0'),(118349,15736,'_event_start_date','2014-07-24'),(118350,15736,'_event_end_date','2014-08-05'),(118351,15736,'_event_rsvp','0'),(118352,15736,'_event_rsvp_date',''),(118353,15736,'_event_rsvp_time','00:00:00'),(118354,15736,'_event_spaces',''),(118355,15736,'_location_id','23'),(118356,15736,'_recurrence_id',''),(118357,15736,'_event_status','1'),(118358,15736,'_event_private','0'),(118359,15736,'_event_date_created',''),(118360,15736,'_event_date_modified',''),(118361,15736,'_blog_id',''),(118362,15736,'_group_id','0'),(118363,15736,'_recurrence','0'),(118364,15736,'_recurrence_interval',''),(118365,15736,'_recurrence_freq',''),(118366,15736,'_recurrence_days','0'),(118367,15736,'_recurrence_byday',''),(118368,15736,'_recurrence_byweekno',''),(118369,15736,'_start_ts','1406160000'),(118370,15736,'_end_ts','1407196800'),(118371,15738,'_edit_last','2'),(118372,15738,'_edit_lock','1386783938:2'),(118377,15738,'_event_id','2047'),(118378,15738,'_event_start_time','00:00:00'),(118379,15738,'_event_end_time','00:00:00'),(118380,15738,'_event_all_day','1'),(118381,15738,'_event_start_date','2014-08-04'),(118382,15738,'_event_end_date','2014-08-04'),(118383,15738,'_event_rsvp','0'),(118384,15738,'_event_rsvp_date',''),(118385,15738,'_event_rsvp_time','00:00:00'),(118386,15738,'_event_spaces',''),(118387,15738,'_location_id','23'),(118388,15738,'_recurrence_id',''),(118389,15738,'_event_status','1'),(118390,15738,'_event_private','0'),(118391,15738,'_event_date_created',''),(118392,15738,'_event_date_modified',''),(118393,15738,'_blog_id',''),(118394,15738,'_group_id','0'),(118395,15738,'_recurrence','0'),(118396,15738,'_recurrence_interval',''),(118397,15738,'_recurrence_freq',''),(118398,15738,'_recurrence_days','0'),(118399,15738,'_recurrence_byday',''),(118400,15738,'_recurrence_byweekno',''),(118401,15738,'_start_ts','1407110400'),(118402,15738,'_end_ts','1407110400'),(118427,15744,'_edit_last','2'),(118428,15744,'_edit_lock','1383226756:2'),(118429,15744,'truethemes_video_url',''),(118430,15744,'truethemes_external_image_url',''),(118431,15744,'truethemes_slider_shortcode',''),(118432,15744,'truethemes_slider_cu3er',''),(118451,15744,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118452,15744,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118453,15747,'_edit_last','2'),(118454,15747,'_edit_lock','1383226878:2'),(118455,15747,'truethemes_video_url',''),(118456,15747,'truethemes_external_image_url',''),(118457,15747,'truethemes_slider_shortcode',''),(118458,15747,'truethemes_slider_cu3er',''),(118467,15747,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118468,15747,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118469,15749,'_edit_last','2'),(118470,15749,'_edit_lock','1383230776:2'),(118471,15749,'truethemes_video_url',''),(118472,15749,'truethemes_external_image_url',''),(118473,15749,'truethemes_slider_shortcode',''),(118474,15749,'truethemes_slider_cu3er',''),(118483,15749,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118484,15749,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118485,15752,'_edit_last','2'),(118486,15752,'_edit_lock','1383233811:2'),(118487,15752,'truethemes_video_url',''),(118488,15752,'truethemes_external_image_url',''),(118489,15752,'truethemes_slider_shortcode',''),(118490,15752,'truethemes_slider_cu3er',''),(118499,15752,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118500,15752,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118501,15755,'_edit_last','2'),(118502,15755,'_edit_lock','1383233306:2'),(118503,15755,'truethemes_video_url',''),(118504,15755,'truethemes_external_image_url',''),(118505,15755,'truethemes_slider_shortcode',''),(118506,15755,'truethemes_slider_cu3er',''),(118515,15755,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118516,15755,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118519,15758,'_edit_last','2'),(118520,15758,'_edit_lock','1386783940:2'),(118525,15758,'_event_id','2048'),(118526,15758,'_event_start_time','00:00:00'),(118527,15758,'_event_end_time','00:00:00'),(118528,15758,'_event_all_day','1'),(118529,15758,'_event_start_date','2014-08-05'),(118530,15758,'_event_end_date','2014-08-05'),(118531,15758,'_event_rsvp','0'),(118532,15758,'_event_rsvp_date',''),(118533,15758,'_event_rsvp_time','00:00:00'),(118534,15758,'_event_spaces',''),(118535,15758,'_location_id','23'),(118536,15758,'_recurrence_id',''),(118537,15758,'_event_status','1'),(118538,15758,'_event_private','0'),(118539,15758,'_event_date_created',''),(118540,15758,'_event_date_modified',''),(118541,15758,'_blog_id',''),(118542,15758,'_group_id','0'),(118543,15758,'_recurrence','0'),(118544,15758,'_recurrence_interval',''),(118545,15758,'_recurrence_freq',''),(118546,15758,'_recurrence_days','0'),(118547,15758,'_recurrence_byday',''),(118548,15758,'_recurrence_byweekno',''),(118549,15758,'_start_ts','1407196800'),(118550,15758,'_end_ts','1407196800'),(118551,15759,'_edit_last','2'),(118552,15759,'_edit_lock','1386782707:2'),(118557,15759,'_event_id','2049'),(118558,15759,'_event_start_time','00:00:00'),(118559,15759,'_event_end_time','00:00:00'),(118560,15759,'_event_all_day','1'),(118561,15759,'_event_start_date','2014-09-16'),(118562,15759,'_event_end_date','2014-09-16'),(118563,15759,'_event_rsvp','0'),(118564,15759,'_event_rsvp_date',''),(118565,15759,'_event_rsvp_time','00:00:00'),(118566,15759,'_event_spaces',''),(118567,15759,'_location_id','23'),(118568,15759,'_recurrence_id',''),(118569,15759,'_event_status','1'),(118570,15759,'_event_private','0'),(118571,15759,'_event_date_created',''),(118572,15759,'_event_date_modified',''),(118573,15759,'_blog_id',''),(118574,15759,'_group_id','0'),(118575,15759,'_recurrence','0'),(118576,15759,'_recurrence_interval',''),(118577,15759,'_recurrence_freq',''),(118578,15759,'_recurrence_days','0'),(118579,15759,'_recurrence_byday',''),(118580,15759,'_recurrence_byweekno',''),(118581,15759,'_start_ts','1410825600'),(118582,15759,'_end_ts','1410825600'),(118583,15760,'_edit_last','2'),(118584,15760,'_edit_lock','1386782715:2'),(118589,15760,'_event_id','2050'),(118590,15760,'_event_start_time','00:00:00'),(118591,15760,'_event_end_time','00:00:00'),(118592,15760,'_event_all_day','1'),(118593,15760,'_event_start_date','2014-09-20'),(118594,15760,'_event_end_date','2014-09-21'),(118595,15760,'_event_rsvp','0'),(118596,15760,'_event_rsvp_date',''),(118597,15760,'_event_rsvp_time','00:00:00'),(118598,15760,'_event_spaces',''),(118599,15760,'_location_id','23'),(118600,15760,'_recurrence_id',''),(118601,15760,'_event_status','1'),(118602,15760,'_event_private','0'),(118603,15760,'_event_date_created',''),(118604,15760,'_event_date_modified',''),(118605,15760,'_blog_id',''),(118606,15760,'_group_id','0'),(118607,15760,'_recurrence','0'),(118608,15760,'_recurrence_interval',''),(118609,15760,'_recurrence_freq',''),(118610,15760,'_recurrence_days','0'),(118611,15760,'_recurrence_byday',''),(118612,15760,'_recurrence_byweekno',''),(118613,15760,'_start_ts','1411171200'),(118614,15760,'_end_ts','1411257600'),(118615,15761,'_edit_last','1837'),(118616,15761,'_edit_lock','1383244236:1837'),(118617,15762,'_feedback_author',''),(118618,15762,'_feedback_author_email',''),(118619,15762,'_feedback_author_url',''),(118620,15762,'_feedback_subject','Signup form OneCaribbean'),(118621,15762,'_feedback_ip','10.17.1.254'),(118622,15762,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(118623,15762,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Rachel Pereira\";s:13:\"Email address\";s:22:\"office@talktoriver.com\";s:20:\"Country of Residence\";s:15:\"United Kingdom \";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(118624,15762,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Rachel Pereira\";s:13:\"Email address\";s:22:\"office@talktoriver.com\";s:20:\"Country of Residence\";s:15:\"United Kingdom \";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(118625,15762,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-90b593b5-2399-4f0f-b09f-647e8f83af52\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36298\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"353\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"212.56.102.171\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:26:\"en-GB,en-US;q=0.8,en;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"353\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1383307433.5468\";s:12:\"REQUEST_TIME\";s:10:\"1383307433\";}'),(118626,15762,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:230:\"Name: Rachel Pereira\n\nEmail address: office@talktoriver.com\n\nCountry of Residence: United Kingdom\n\nWhich best describes you?: Tourism Board\n\nSend me CTO press releases.: Yes\n\nMessage was sent on Friday November 1, 2013 at 8:03 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(118627,15764,'_edit_last','2'),(118628,15764,'_edit_lock','1383315686:2'),(118629,15764,'truethemes_video_url',''),(118630,15764,'truethemes_external_image_url',''),(118631,15764,'truethemes_slider_shortcode',''),(118632,15764,'truethemes_slider_cu3er',''),(118641,15764,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118642,15764,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118643,15767,'_edit_last','2'),(118644,15767,'_edit_lock','1383315855:2'),(118645,15767,'truethemes_video_url',''),(118646,15767,'truethemes_external_image_url',''),(118647,15767,'truethemes_slider_shortcode',''),(118648,15767,'truethemes_slider_cu3er',''),(118657,15767,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118658,15767,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118659,15770,'_edit_last','2'),(118660,15770,'_edit_lock','1383315814:2'),(118661,15770,'truethemes_video_url',''),(118662,15770,'truethemes_external_image_url',''),(118663,15770,'truethemes_slider_shortcode',''),(118664,15770,'truethemes_slider_cu3er',''),(118673,15770,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(118674,15770,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(118675,15773,'_feedback_author',''),(118676,15773,'_feedback_author_email',''),(118677,15773,'_feedback_author_url',''),(118678,15773,'_feedback_subject','Signup form OneCaribbean'),(118679,15773,'_feedback_ip','10.17.1.254'),(118680,15773,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(118681,15773,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"Daniel Minbielle\";s:13:\"Email address\";s:28:\"dminbielle@defensoria.org.ar\";s:20:\"Country of Residence\";s:9:\"Argentina\";s:28:\"Name of Organization/Company\";s:51:\"Defensoria del Turista de la Ciudad de Buenos Aires\";s:25:\"Which best describes you?\";s:32:\"Consejo de Promoción Turística\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(118682,15773,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"Daniel Minbielle\";s:13:\"Email address\";s:28:\"dminbielle@defensoria.org.ar\";s:20:\"Country of Residence\";s:9:\"Argentina\";s:28:\"Name of Organization/Company\";s:51:\"Defensoria del Turista de la Ciudad de Buenos Aires\";s:25:\"Which best describes you?\";s:32:\"Consejo de Promoción Turística\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(118683,15773,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-395e081c-76a5-48ae-9f32-99bccfcd3e4a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48060\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"581\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"200.114.216.79\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"es-ar,es;q=0.8,en-us;q=0.5,en;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"581\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1383323063.7095\";s:12:\"REQUEST_TIME\";s:10:\"1383323063\";}'),(118684,15773,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:476:\"Name: Daniel Minbielle\n\nEmail address: dminbielle@defensoria.org.ar\n\nCountry of Residence: Argentina\n\nName of Organization/Company: Defensoria del Turista de la Ciudad de Buenos Aires\n\nWhich best describes you?: Consejo de Promoción Turística\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday November 1, 2013 at 12:24 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(118751,15792,'_wp_attached_file','StMartinTourismMonth2013Calendar.doc'),(118818,15803,'_wp_attached_file','WTM2013AlwaysOnConsumerFOURbgb.pdf'),(118831,15805,'_wp_attached_file','EyeforTravel-PresentationWTM2013.pdf'),(118832,15807,'_wp_attached_file','KuoniWTM2013FiveStagesofTravel.pdf'),(118841,15805,'_edit_lock','1383588697:2'),(118846,15805,'_edit_last','2'),(118895,15821,'_edit_last','2'),(118896,15821,'_edit_lock','1386783030:2'),(118901,15821,'_event_id','2051'),(118902,15821,'_event_start_time','00:00:00'),(118903,15821,'_event_end_time','00:00:00'),(118904,15821,'_event_all_day','1'),(118905,15821,'_event_start_date','2014-10-01'),(118906,15821,'_event_end_date','2014-10-31'),(118907,15821,'_event_rsvp','0'),(118908,15821,'_event_rsvp_date',''),(118909,15821,'_event_rsvp_time','00:00:00'),(118910,15821,'_event_spaces',''),(118911,15821,'_location_id','23'),(118912,15821,'_recurrence_id',''),(118913,15821,'_event_status','1'),(118914,15821,'_event_private','0'),(118915,15821,'_event_date_created',''),(118916,15821,'_event_date_modified',''),(118917,15821,'_blog_id',''),(118918,15821,'_group_id','0'),(118919,15821,'_recurrence','0'),(118920,15821,'_recurrence_interval',''),(118921,15821,'_recurrence_freq',''),(118922,15821,'_recurrence_days','0'),(118923,15821,'_recurrence_byday',''),(118924,15821,'_recurrence_byweekno',''),(118925,15821,'_start_ts','1412121600'),(118926,15821,'_end_ts','1414713600'),(118931,15822,'_edit_last','2'),(118932,15822,'_edit_lock','1386783114:2'),(118937,15822,'_event_id','2052'),(118938,15822,'_event_start_time','00:00:00'),(118939,15822,'_event_end_time','00:00:00'),(118940,15822,'_event_all_day','1'),(118941,15822,'_event_start_date','2014-10-01'),(118942,15822,'_event_end_date','2014-10-31'),(118943,15822,'_event_rsvp','0'),(118944,15822,'_event_rsvp_date',''),(118945,15822,'_event_rsvp_time','00:00:00'),(118946,15822,'_event_spaces',''),(118947,15822,'_location_id','23'),(118948,15822,'_recurrence_id',''),(118949,15822,'_event_status','1'),(118950,15822,'_event_private','0'),(118951,15822,'_event_date_created',''),(118952,15822,'_event_date_modified',''),(118953,15822,'_blog_id',''),(118954,15822,'_group_id','0'),(118955,15822,'_recurrence','0'),(118956,15822,'_recurrence_interval',''),(118957,15822,'_recurrence_freq',''),(118958,15822,'_recurrence_days','0'),(118959,15822,'_recurrence_byday',''),(118960,15822,'_recurrence_byweekno',''),(118961,15822,'_start_ts','1412121600'),(118962,15822,'_end_ts','1414713600'),(118963,15823,'_edit_last','2'),(118964,15823,'_edit_lock','1386787033:2'),(118969,15823,'_event_id','2053'),(118970,15823,'_event_start_time','00:00:00'),(118971,15823,'_event_end_time','00:00:00'),(118972,15823,'_event_all_day','1'),(118973,15823,'_event_start_date','2014-10-27'),(118974,15823,'_event_end_date','2014-10-27'),(118975,15823,'_event_rsvp','0'),(118976,15823,'_event_rsvp_date',''),(118977,15823,'_event_rsvp_time','00:00:00'),(118978,15823,'_event_spaces',''),(118979,15823,'_location_id','23'),(118980,15823,'_recurrence_id',''),(118981,15823,'_event_status','1'),(118982,15823,'_event_private','0'),(118983,15823,'_event_date_created',''),(118984,15823,'_event_date_modified',''),(118985,15823,'_blog_id',''),(118986,15823,'_group_id','0'),(118987,15823,'_recurrence','0'),(118988,15823,'_recurrence_interval',''),(118989,15823,'_recurrence_freq',''),(118990,15823,'_recurrence_days','0'),(118991,15823,'_recurrence_byday',''),(118992,15823,'_recurrence_byweekno',''),(118993,15823,'_start_ts','1414368000'),(118994,15823,'_end_ts','1414368000'),(118997,15823,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(118998,15823,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(118999,15825,'_edit_last','2'),(119000,15825,'_edit_lock','1386786967:2'),(119005,15825,'_event_id','2054'),(119006,15825,'_event_start_time','00:00:00'),(119007,15825,'_event_end_time','00:00:00'),(119008,15825,'_event_all_day','1'),(119009,15825,'_event_start_date','2014-11-01'),(119010,15825,'_event_end_date','2014-11-30'),(119011,15825,'_event_rsvp','0'),(119012,15825,'_event_rsvp_date',''),(119013,15825,'_event_rsvp_time','00:00:00'),(119014,15825,'_event_spaces',''),(119015,15825,'_location_id','23'),(119016,15825,'_recurrence_id',''),(119017,15825,'_event_status','1'),(119018,15825,'_event_private','0'),(119019,15825,'_event_date_created',''),(119020,15825,'_event_date_modified',''),(119021,15825,'_blog_id',''),(119022,15825,'_group_id','0'),(119023,15825,'_recurrence','0'),(119024,15825,'_recurrence_interval',''),(119025,15825,'_recurrence_freq',''),(119026,15825,'_recurrence_days','0'),(119027,15825,'_recurrence_byday',''),(119028,15825,'_recurrence_byweekno',''),(119029,15825,'_start_ts','1414800000'),(119030,15825,'_end_ts','1417305600'),(119031,15826,'_edit_last','2'),(119032,15826,'_edit_lock','1386787054:2'),(119037,15826,'_event_id','2055'),(119038,15826,'_event_start_time','00:00:00'),(119039,15826,'_event_end_time','00:00:00'),(119040,15826,'_event_all_day','1'),(119041,15826,'_event_start_date','2014-11-01'),(119042,15826,'_event_end_date','2014-11-30'),(119043,15826,'_event_rsvp','0'),(119044,15826,'_event_rsvp_date',''),(119045,15826,'_event_rsvp_time','00:00:00'),(119046,15826,'_event_spaces',''),(119047,15826,'_location_id','23'),(119048,15826,'_recurrence_id',''),(119049,15826,'_event_status','1'),(119050,15826,'_event_private','0'),(119051,15826,'_event_date_created',''),(119052,15826,'_event_date_modified',''),(119053,15826,'_blog_id',''),(119054,15826,'_group_id','0'),(119055,15826,'_recurrence','0'),(119056,15826,'_recurrence_interval',''),(119057,15826,'_recurrence_freq',''),(119058,15826,'_recurrence_days','0'),(119059,15826,'_recurrence_byday',''),(119060,15826,'_recurrence_byweekno',''),(119061,15826,'_start_ts','1414800000'),(119062,15826,'_end_ts','1417305600'),(119065,15826,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119066,15826,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119067,15827,'_edit_last','2'),(119068,15827,'_edit_lock','1386787061:2'),(119071,15827,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119072,15827,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119073,15827,'_event_id','2056'),(119074,15827,'_event_start_time','00:00:00'),(119075,15827,'_event_end_time','00:00:00'),(119076,15827,'_event_all_day','1'),(119077,15827,'_event_start_date','2014-11-01'),(119078,15827,'_event_end_date','2014-11-30'),(119079,15827,'_event_rsvp','0'),(119080,15827,'_event_rsvp_date',''),(119081,15827,'_event_rsvp_time','00:00:00'),(119082,15827,'_event_spaces',''),(119083,15827,'_location_id','23'),(119084,15827,'_recurrence_id',''),(119085,15827,'_event_status','1'),(119086,15827,'_event_private','0'),(119087,15827,'_event_date_created',''),(119088,15827,'_event_date_modified',''),(119089,15827,'_blog_id',''),(119090,15827,'_group_id','0'),(119091,15827,'_recurrence','0'),(119092,15827,'_recurrence_interval',''),(119093,15827,'_recurrence_freq',''),(119094,15827,'_recurrence_days','0'),(119095,15827,'_recurrence_byday',''),(119096,15827,'_recurrence_byweekno',''),(119097,15827,'_start_ts','1414800000'),(119098,15827,'_end_ts','1417305600'),(119099,15828,'_edit_last','2'),(119100,15828,'_edit_lock','1386782257:2'),(119105,15828,'_event_id','2057'),(119106,15828,'_event_start_time','00:00:00'),(119107,15828,'_event_end_time','00:00:00'),(119108,15828,'_event_all_day','1'),(119109,15828,'_event_start_date','2013-11-22'),(119110,15828,'_event_end_date','2014-01-05'),(119111,15828,'_event_rsvp','0'),(119112,15828,'_event_rsvp_date',''),(119113,15828,'_event_rsvp_time','00:00:00'),(119114,15828,'_event_spaces',''),(119115,15828,'_location_id','23'),(119116,15828,'_recurrence_id',''),(119117,15828,'_event_status','1'),(119118,15828,'_event_private','0'),(119119,15828,'_event_date_created',''),(119120,15828,'_event_date_modified',''),(119121,15828,'_blog_id',''),(119122,15828,'_group_id','0'),(119123,15828,'_recurrence','0'),(119124,15828,'_recurrence_interval',''),(119125,15828,'_recurrence_freq',''),(119126,15828,'_recurrence_days','0'),(119127,15828,'_recurrence_byday',''),(119128,15828,'_recurrence_byweekno',''),(119129,15828,'_start_ts','1385078400'),(119130,15828,'_end_ts','1388880000'),(119139,15830,'_edit_last','2'),(119140,15830,'_edit_lock','1386624496:2'),(119145,15830,'_event_id','2058'),(119146,15830,'_event_start_time','00:00:00'),(119147,15830,'_event_end_time','00:00:00'),(119148,15830,'_event_all_day','1'),(119149,15830,'_event_start_date','2014-01-01'),(119150,15830,'_event_end_date','2014-01-31'),(119151,15830,'_event_rsvp','0'),(119152,15830,'_event_rsvp_date',''),(119153,15830,'_event_rsvp_time','00:00:00'),(119154,15830,'_event_spaces',''),(119155,15830,'_location_id','23'),(119156,15830,'_recurrence_id',''),(119157,15830,'_event_status','1'),(119158,15830,'_event_private','0'),(119159,15830,'_event_date_created',''),(119160,15830,'_event_date_modified',''),(119161,15830,'_blog_id',''),(119162,15830,'_group_id','0'),(119163,15830,'_recurrence','0'),(119164,15830,'_recurrence_interval',''),(119165,15830,'_recurrence_freq',''),(119166,15830,'_recurrence_days','0'),(119167,15830,'_recurrence_byday',''),(119168,15830,'_recurrence_byweekno',''),(119169,15830,'_start_ts','1388534400'),(119170,15830,'_end_ts','1391126400'),(119171,15831,'_edit_last','2'),(119172,15831,'_edit_lock','1386786331:2'),(119177,15831,'_event_id','2059'),(119178,15831,'_event_start_time','00:00:00'),(119179,15831,'_event_end_time','00:00:00'),(119180,15831,'_event_all_day','1'),(119181,15831,'_event_start_date','2014-03-01'),(119182,15831,'_event_end_date','2014-03-31'),(119183,15831,'_event_rsvp','0'),(119184,15831,'_event_rsvp_date',''),(119185,15831,'_event_rsvp_time','00:00:00'),(119186,15831,'_event_spaces',''),(119187,15831,'_location_id','23'),(119188,15831,'_recurrence_id',''),(119189,15831,'_event_status','1'),(119190,15831,'_event_private','0'),(119191,15831,'_event_date_created',''),(119192,15831,'_event_date_modified',''),(119193,15831,'_blog_id',''),(119194,15831,'_group_id','0'),(119195,15831,'_recurrence','0'),(119196,15831,'_recurrence_interval',''),(119197,15831,'_recurrence_freq',''),(119198,15831,'_recurrence_days','0'),(119199,15831,'_recurrence_byday',''),(119200,15831,'_recurrence_byweekno',''),(119201,15831,'_start_ts','1393632000'),(119202,15831,'_end_ts','1396224000'),(119203,15832,'_edit_last','2'),(119204,15832,'_edit_lock','1386784385:2'),(119209,15832,'_event_id','2060'),(119210,15832,'_event_start_time','00:00:00'),(119211,15832,'_event_end_time','00:00:00'),(119212,15832,'_event_all_day','1'),(119213,15832,'_event_start_date','2014-06-01'),(119214,15832,'_event_end_date','2014-06-30'),(119215,15832,'_event_rsvp','0'),(119216,15832,'_event_rsvp_date',''),(119217,15832,'_event_rsvp_time','00:00:00'),(119218,15832,'_event_spaces',''),(119219,15832,'_location_id','23'),(119220,15832,'_recurrence_id',''),(119221,15832,'_event_status','1'),(119222,15832,'_event_private','0'),(119223,15832,'_event_date_created',''),(119224,15832,'_event_date_modified',''),(119225,15832,'_blog_id',''),(119226,15832,'_group_id','0'),(119227,15832,'_recurrence','0'),(119228,15832,'_recurrence_interval',''),(119229,15832,'_recurrence_freq',''),(119230,15832,'_recurrence_days','0'),(119231,15832,'_recurrence_byday',''),(119232,15832,'_recurrence_byweekno',''),(119233,15832,'_start_ts','1401580800'),(119234,15832,'_end_ts','1404086400'),(119235,15833,'_edit_last','2'),(119236,15833,'_edit_lock','1386783438:2'),(119241,15833,'_event_id','2061'),(119242,15833,'_event_start_time','00:00:00'),(119243,15833,'_event_end_time','00:00:00'),(119244,15833,'_event_all_day','1'),(119245,15833,'_event_start_date','2014-07-19'),(119246,15833,'_event_end_date','2014-07-26'),(119247,15833,'_event_rsvp','0'),(119248,15833,'_event_rsvp_date',''),(119249,15833,'_event_rsvp_time','00:00:00'),(119250,15833,'_event_spaces',''),(119251,15833,'_location_id','23'),(119252,15833,'_recurrence_id',''),(119253,15833,'_event_status','1'),(119254,15833,'_event_private','0'),(119255,15833,'_event_date_created',''),(119256,15833,'_event_date_modified',''),(119257,15833,'_blog_id',''),(119258,15833,'_group_id','0'),(119259,15833,'_recurrence','0'),(119260,15833,'_recurrence_interval',''),(119261,15833,'_recurrence_freq',''),(119262,15833,'_recurrence_days','0'),(119263,15833,'_recurrence_byday',''),(119264,15833,'_recurrence_byweekno',''),(119265,15833,'_start_ts','1405728000'),(119266,15833,'_end_ts','1406332800'),(119289,15672,'_wp_old_slug','st-kitts-and-nevis-3rd-annual-nevis-%c2%bd-marathon-nevis'),(119294,15672,'_wp_old_slug','st-kitts-and-nevis-3rd-nevis-%c2%bd-marathon'),(119297,13822,'_wp_old_slug','st-maarten-st-maarten-st-martin-day-holiday'),(119298,13824,'_wp_old_slug','st-maarten-official-opening-of-christmas-in-philipsburg'),(119299,15373,'_wp_old_slug','trinidad-and-tobago-tobago-flying-colours-kite-flying-festival'),(119362,15843,'_edit_last','1837'),(119363,15843,'_edit_lock','1383764834:1837'),(119366,15843,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119367,15843,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119368,15843,'_event_id','2063'),(119369,15843,'_event_start_time','00:00:00'),(119370,15843,'_event_end_time','00:00:00'),(119371,15843,'_event_all_day','1'),(119372,15843,'_event_start_date','2014-01-31'),(119373,15843,'_event_end_date','2014-01-31'),(119374,15843,'_event_rsvp','0'),(119375,15843,'_event_rsvp_date',''),(119376,15843,'_event_rsvp_time','00:00:00'),(119377,15843,'_event_spaces',''),(119378,15843,'_location_id','24'),(119379,15843,'_recurrence_id',''),(119380,15843,'_event_status','1'),(119381,15843,'_event_private','0'),(119382,15843,'_event_date_created',''),(119383,15843,'_event_date_modified',''),(119384,15843,'_blog_id',''),(119385,15843,'_group_id','0'),(119386,15843,'_recurrence','0'),(119387,15843,'_recurrence_interval',''),(119388,15843,'_recurrence_freq',''),(119389,15843,'_recurrence_days','0'),(119390,15843,'_recurrence_byday',''),(119391,15843,'_recurrence_byweekno',''),(119392,15843,'_start_ts','1391126400'),(119393,15843,'_end_ts','1391126400'),(119394,15844,'_feedback_author',''),(119395,15844,'_feedback_author_email',''),(119396,15844,'_feedback_author_url',''),(119397,15844,'_feedback_subject','Signup form OneCaribbean'),(119398,15844,'_feedback_ip','10.17.1.254'),(119399,15844,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(119400,15844,'_feedback_all_fields','a:13:{s:4:\"Name\";s:9:\"saeed1731\";s:13:\"Email address\";s:23:\"s_mohammadi36@yahoo.com\";s:20:\"Country of Residence\";s:4:\"iran\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(119401,15844,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:9:\"saeed1731\";s:13:\"Email address\";s:23:\"s_mohammadi36@yahoo.com\";s:20:\"Country of Residence\";s:4:\"iran\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(119402,15844,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:8:\"referrer\";s:226:\"http://translate.googleusercontent.com/translate_c?client=tmpg&depth=1&hl=en&langpair=en%7Cfa&rurl=translate.google.com&u=http://www.onecaribbean.org/sign-up-page/&usg=ALkJrhhgbY7Cysv0-M4dTlwdQ4F-oQba5g\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d40165cb-93da-4e1e-a7f6-8d1f2f5996f0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42172\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"533\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"151.244.136.165\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";s:12:\"HTTP_REFERER\";s:226:\"http://translate.googleusercontent.com/translate_c?client=tmpg&depth=1&hl=en&langpair=en%7Cfa&rurl=translate.google.com&u=http://www.onecaribbean.org/sign-up-page/&usg=ALkJrhhgbY7Cysv0-M4dTlwdQ4F-oQba5g\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"533\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1383770308.2807\";s:12:\"REQUEST_TIME\";s:10:\"1383770308\";}'),(119403,15844,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:404:\"Name: saeed1731\n\nEmail address: s_mohammadi36@yahoo.com\n\nCountry of Residence: iran\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday November 6, 2013 at 4:38 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(119404,15845,'_edit_last','1837'),(119405,15845,'_edit_lock','1383827413:1837'),(119408,15845,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119409,15845,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119410,15845,'_event_id','2064'),(119411,15845,'_event_start_time','00:00:00'),(119412,15845,'_event_end_time','00:00:00'),(119413,15845,'_event_all_day','1'),(119414,15845,'_event_start_date','2014-02-03'),(119415,15845,'_event_end_date','2014-02-03'),(119416,15845,'_event_rsvp','0'),(119417,15845,'_event_rsvp_date',''),(119418,15845,'_event_rsvp_time','00:00:00'),(119419,15845,'_event_spaces',''),(119420,15845,'_location_id','24'),(119421,15845,'_recurrence_id',''),(119422,15845,'_event_status','1'),(119423,15845,'_event_private','0'),(119424,15845,'_event_date_created',''),(119425,15845,'_event_date_modified',''),(119426,15845,'_blog_id',''),(119427,15845,'_group_id','0'),(119428,15845,'_recurrence','0'),(119429,15845,'_recurrence_interval',''),(119430,15845,'_recurrence_freq',''),(119431,15845,'_recurrence_days','0'),(119432,15845,'_recurrence_byday',''),(119433,15845,'_recurrence_byweekno',''),(119434,15845,'_start_ts','1391385600'),(119435,15845,'_end_ts','1391385600'),(119468,15848,'_edit_last','2'),(119469,15848,'_edit_lock','1386786361:2'),(119474,15848,'_event_id','2066'),(119475,15848,'_event_start_time','00:00:00'),(119476,15848,'_event_end_time','00:00:00'),(119477,15848,'_event_all_day','1'),(119478,15848,'_event_start_date','2014-02-24'),(119479,15848,'_event_end_date','2014-02-24'),(119480,15848,'_event_rsvp','0'),(119481,15848,'_event_rsvp_date',''),(119482,15848,'_event_rsvp_time','00:00:00'),(119483,15848,'_event_spaces',''),(119484,15848,'_location_id','24'),(119485,15848,'_recurrence_id',''),(119486,15848,'_event_status','1'),(119487,15848,'_event_private','0'),(119488,15848,'_event_date_created',''),(119489,15848,'_event_date_modified',''),(119490,15848,'_blog_id',''),(119491,15848,'_group_id','0'),(119492,15848,'_recurrence','0'),(119493,15848,'_recurrence_interval',''),(119494,15848,'_recurrence_freq',''),(119495,15848,'_recurrence_days','0'),(119496,15848,'_recurrence_byday',''),(119497,15848,'_recurrence_byweekno',''),(119498,15848,'_start_ts','1393200000'),(119499,15848,'_end_ts','1393200000'),(119500,15849,'_edit_last','1837'),(119501,15849,'_edit_lock','1383830421:1837'),(119504,15849,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119505,15849,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119506,15849,'_event_id','2067'),(119507,15849,'_event_start_time','00:00:00'),(119508,15849,'_event_end_time','00:00:00'),(119509,15849,'_event_all_day','1'),(119510,15849,'_event_start_date','2014-04-11'),(119511,15849,'_event_end_date','2014-04-13'),(119512,15849,'_event_rsvp','0'),(119513,15849,'_event_rsvp_date',''),(119514,15849,'_event_rsvp_time','00:00:00'),(119515,15849,'_event_spaces',''),(119516,15849,'_location_id','24'),(119517,15849,'_recurrence_id',''),(119518,15849,'_event_status','1'),(119519,15849,'_event_private','0'),(119520,15849,'_event_date_created',''),(119521,15849,'_event_date_modified',''),(119522,15849,'_blog_id',''),(119523,15849,'_group_id','0'),(119524,15849,'_recurrence','0'),(119525,15849,'_recurrence_interval',''),(119526,15849,'_recurrence_freq',''),(119527,15849,'_recurrence_days','0'),(119528,15849,'_recurrence_byday',''),(119529,15849,'_recurrence_byweekno',''),(119530,15849,'_start_ts','1397174400'),(119531,15849,'_end_ts','1397347200'),(119532,15850,'_edit_last','2'),(119533,15850,'_edit_lock','1386785537:2'),(119538,15850,'_event_id','2068'),(119539,15850,'_event_start_time','00:00:00'),(119540,15850,'_event_end_time','00:00:00'),(119541,15850,'_event_all_day','1'),(119542,15850,'_event_start_date','2014-04-30'),(119543,15850,'_event_end_date','2014-05-11'),(119544,15850,'_event_rsvp','0'),(119545,15850,'_event_rsvp_date',''),(119546,15850,'_event_rsvp_time','00:00:00'),(119547,15850,'_event_spaces',''),(119548,15850,'_location_id','24'),(119549,15850,'_recurrence_id',''),(119550,15850,'_event_status','1'),(119551,15850,'_event_private','0'),(119552,15850,'_event_date_created',''),(119553,15850,'_event_date_modified',''),(119554,15850,'_blog_id',''),(119555,15850,'_group_id','0'),(119556,15850,'_recurrence','0'),(119557,15850,'_recurrence_interval',''),(119558,15850,'_recurrence_freq',''),(119559,15850,'_recurrence_days','0'),(119560,15850,'_recurrence_byday',''),(119561,15850,'_recurrence_byweekno',''),(119562,15850,'_start_ts','1398816000'),(119563,15850,'_end_ts','1399766400'),(119572,15852,'_edit_last','2'),(119573,15852,'_edit_lock','1386784347:2'),(119574,15853,'_edit_last','2'),(119575,15853,'_edit_lock','1383845381:2'),(119576,15853,'truethemes_video_url',''),(119577,15853,'truethemes_external_image_url',''),(119578,15853,'truethemes_slider_shortcode',''),(119579,15853,'truethemes_slider_cu3er',''),(119588,15853,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(119589,15853,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(119594,15852,'_event_id','2069'),(119595,15852,'_event_start_time','00:00:00'),(119596,15852,'_event_end_time','00:00:00'),(119597,15852,'_event_all_day','1'),(119598,15852,'_event_start_date','2014-06-09'),(119599,15852,'_event_end_date','2014-07-22'),(119600,15852,'_event_rsvp','0'),(119601,15852,'_event_rsvp_date',''),(119602,15852,'_event_rsvp_time','00:00:00'),(119603,15852,'_event_spaces',''),(119604,15852,'_location_id','24'),(119605,15852,'_recurrence_id',''),(119606,15852,'_event_status','1'),(119607,15852,'_event_private','0'),(119608,15852,'_event_date_created',''),(119609,15852,'_event_date_modified',''),(119610,15852,'_blog_id',''),(119611,15852,'_group_id','0'),(119612,15852,'_recurrence','0'),(119613,15852,'_recurrence_interval',''),(119614,15852,'_recurrence_freq',''),(119615,15852,'_recurrence_days','0'),(119616,15852,'_recurrence_byday',''),(119617,15852,'_recurrence_byweekno',''),(119618,15852,'_start_ts','1402272000'),(119619,15852,'_end_ts','1405987200'),(119620,15856,'_edit_last','1837'),(119621,15856,'_edit_lock','1383833241:1837'),(119624,15856,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119625,15856,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119626,15856,'_event_id','2070'),(119627,15856,'_event_start_time','00:00:00'),(119628,15856,'_event_end_time','00:00:00'),(119629,15856,'_event_all_day','1'),(119630,15856,'_event_start_date','2014-06-24'),(119631,15856,'_event_end_date','2014-06-24'),(119632,15856,'_event_rsvp','0'),(119633,15856,'_event_rsvp_date',''),(119634,15856,'_event_rsvp_time','00:00:00'),(119635,15856,'_event_spaces',''),(119636,15856,'_location_id','24'),(119637,15856,'_recurrence_id',''),(119638,15856,'_event_status','1'),(119639,15856,'_event_private','0'),(119640,15856,'_event_date_created',''),(119641,15856,'_event_date_modified',''),(119642,15856,'_blog_id',''),(119643,15856,'_group_id','0'),(119644,15856,'_recurrence','0'),(119645,15856,'_recurrence_interval',''),(119646,15856,'_recurrence_freq',''),(119647,15856,'_recurrence_days','0'),(119648,15856,'_recurrence_byday',''),(119649,15856,'_recurrence_byweekno',''),(119650,15856,'_start_ts','1403568000'),(119651,15856,'_end_ts','1403568000'),(119652,15857,'_edit_last','2'),(119653,15857,'_edit_lock','1386783618:2'),(119658,15857,'_event_id','2071'),(119659,15857,'_event_start_time','00:00:00'),(119660,15857,'_event_end_time','00:00:00'),(119661,15857,'_event_all_day','0'),(119662,15857,'_event_start_date','2014-07-21'),(119663,15857,'_event_end_date','2014-07-22'),(119664,15857,'_event_rsvp','0'),(119665,15857,'_event_rsvp_date',''),(119666,15857,'_event_rsvp_time','00:00:00'),(119667,15857,'_event_spaces',''),(119668,15857,'_location_id','24'),(119669,15857,'_recurrence_id',''),(119670,15857,'_event_status','1'),(119671,15857,'_event_private','0'),(119672,15857,'_event_date_created',''),(119673,15857,'_event_date_modified',''),(119674,15857,'_blog_id',''),(119675,15857,'_group_id','0'),(119676,15857,'_recurrence','0'),(119677,15857,'_recurrence_interval',''),(119678,15857,'_recurrence_freq',''),(119679,15857,'_recurrence_days','0'),(119680,15857,'_recurrence_byday',''),(119681,15857,'_recurrence_byweekno',''),(119682,15857,'_start_ts','1405900800'),(119683,15857,'_end_ts','1405987200'),(119688,15860,'_edit_last','1837'),(119689,15860,'_edit_lock','1383839364:1837'),(119692,15860,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119693,15860,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119694,15860,'_event_id','2072'),(119695,15860,'_event_start_time','00:00:00'),(119696,15860,'_event_end_time','00:00:00'),(119697,15860,'_event_all_day','1'),(119698,15860,'_event_start_date','2014-08-30'),(119699,15860,'_event_end_date','2014-08-30'),(119700,15860,'_event_rsvp','0'),(119701,15860,'_event_rsvp_date',''),(119702,15860,'_event_rsvp_time','00:00:00'),(119703,15860,'_event_spaces',''),(119704,15860,'_location_id','24'),(119705,15860,'_recurrence_id',''),(119706,15860,'_event_status','1'),(119707,15860,'_event_private','0'),(119708,15860,'_event_date_created',''),(119709,15860,'_event_date_modified',''),(119710,15860,'_blog_id',''),(119711,15860,'_group_id','0'),(119712,15860,'_recurrence','0'),(119713,15860,'_recurrence_interval',''),(119714,15860,'_recurrence_freq',''),(119715,15860,'_recurrence_days','0'),(119716,15860,'_recurrence_byday',''),(119717,15860,'_recurrence_byweekno',''),(119718,15860,'_start_ts','1409356800'),(119719,15860,'_end_ts','1409356800'),(119720,15861,'_edit_last','2'),(119721,15861,'_edit_lock','1386783110:2'),(119726,15861,'_event_id','2073'),(119727,15861,'_event_start_time','00:00:00'),(119728,15861,'_event_end_time','00:00:00'),(119729,15861,'_event_all_day','1'),(119730,15861,'_event_start_date','2014-10-17'),(119731,15861,'_event_end_date','2014-10-17'),(119732,15861,'_event_rsvp','0'),(119733,15861,'_event_rsvp_date',''),(119734,15861,'_event_rsvp_time','00:00:00'),(119735,15861,'_event_spaces',''),(119736,15861,'_location_id','24'),(119737,15861,'_recurrence_id',''),(119738,15861,'_event_status','1'),(119739,15861,'_event_private','0'),(119740,15861,'_event_date_created',''),(119741,15861,'_event_date_modified',''),(119742,15861,'_blog_id',''),(119743,15861,'_group_id','0'),(119744,15861,'_recurrence','0'),(119745,15861,'_recurrence_interval',''),(119746,15861,'_recurrence_freq',''),(119747,15861,'_recurrence_days','0'),(119748,15861,'_recurrence_byday',''),(119749,15861,'_recurrence_byweekno',''),(119750,15861,'_start_ts','1413504000'),(119751,15861,'_end_ts','1413504000'),(119752,15863,'_edit_last','2'),(119753,15863,'_edit_lock','1386783141:2'),(119758,15863,'_event_id','2074'),(119759,15863,'_event_start_time','00:00:00'),(119760,15863,'_event_end_time','00:00:00'),(119761,15863,'_event_all_day','1'),(119762,15863,'_event_start_date','2014-10-01'),(119763,15863,'_event_end_date','2014-10-31'),(119764,15863,'_event_rsvp','0'),(119765,15863,'_event_rsvp_date',''),(119766,15863,'_event_rsvp_time','00:00:00'),(119767,15863,'_event_spaces',''),(119768,15863,'_location_id','24'),(119769,15863,'_recurrence_id',''),(119770,15863,'_event_status','1'),(119771,15863,'_event_private','0'),(119772,15863,'_event_date_created',''),(119773,15863,'_event_date_modified',''),(119774,15863,'_blog_id',''),(119775,15863,'_group_id','0'),(119776,15863,'_recurrence','0'),(119777,15863,'_recurrence_interval',''),(119778,15863,'_recurrence_freq',''),(119779,15863,'_recurrence_days','0'),(119780,15863,'_recurrence_byday',''),(119781,15863,'_recurrence_byweekno',''),(119782,15863,'_start_ts','1412121600'),(119783,15863,'_end_ts','1414713600'),(119784,15864,'_edit_last','2'),(119785,15864,'_edit_lock','1386783301:2'),(119790,15864,'_event_id','2075'),(119791,15864,'_event_start_time','00:00:00'),(119792,15864,'_event_end_time','00:00:00'),(119793,15864,'_event_all_day','1'),(119794,15864,'_event_start_date','2014-10-27'),(119795,15864,'_event_end_date','2014-10-27'),(119796,15864,'_event_rsvp','0'),(119797,15864,'_event_rsvp_date',''),(119798,15864,'_event_rsvp_time','00:00:00'),(119799,15864,'_event_spaces',''),(119800,15864,'_location_id','24'),(119801,15864,'_recurrence_id',''),(119802,15864,'_event_status','1'),(119803,15864,'_event_private','0'),(119804,15864,'_event_date_created',''),(119805,15864,'_event_date_modified',''),(119806,15864,'_blog_id',''),(119807,15864,'_group_id','0'),(119808,15864,'_recurrence','0'),(119809,15864,'_recurrence_interval',''),(119810,15864,'_recurrence_freq',''),(119811,15864,'_recurrence_days','0'),(119812,15864,'_recurrence_byday',''),(119813,15864,'_recurrence_byweekno',''),(119814,15864,'_start_ts','1414368000'),(119815,15864,'_end_ts','1414368000'),(119816,15866,'_edit_last','1837'),(119817,15866,'_edit_lock','1383843807:1837'),(119822,15866,'_event_id','2076'),(119823,15866,'_event_start_time','00:00:00'),(119824,15866,'_event_end_time','00:00:00'),(119825,15866,'_event_all_day','1'),(119826,15866,'_event_start_date','2014-11-24'),(119827,15866,'_event_end_date','2014-12-22'),(119828,15866,'_event_rsvp','0'),(119829,15866,'_event_rsvp_date',''),(119830,15866,'_event_rsvp_time','00:00:00'),(119831,15866,'_event_spaces',''),(119832,15866,'_location_id','24'),(119833,15866,'_recurrence_id',''),(119834,15866,'_event_status','1'),(119835,15866,'_event_private','0'),(119836,15866,'_event_date_created',''),(119837,15866,'_event_date_modified',''),(119838,15866,'_blog_id',''),(119839,15866,'_group_id','0'),(119840,15866,'_recurrence','0'),(119841,15866,'_recurrence_interval',''),(119842,15866,'_recurrence_freq',''),(119843,15866,'_recurrence_days','0'),(119844,15866,'_recurrence_byday',''),(119845,15866,'_recurrence_byweekno',''),(119846,15866,'_start_ts','1416787200'),(119847,15866,'_end_ts','1419206400'),(119850,15866,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119851,15866,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(119884,15879,'_wp_attached_file','travelmoleslider.jpg'),(119885,15879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:444;s:6:\"height\";i:274;s:4:\"file\";s:20:\"travelmoleslider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"travelmoleslider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"travelmoleslider-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(119886,15879,'_edit_lock','1383923673:2'),(119930,7490,'groups-groups_read_post','Board of Directors'),(119943,7490,'groups-groups_read_post','Board of Directors'),(119950,7490,'groups-groups_read_post','Board of Directors'),(119957,7490,'groups-groups_read_post','Board of Directors'),(119964,7490,'groups-groups_read_post','Board of Directors'),(119968,7490,'groups-groups_read_post','Board of Directors'),(119978,7490,'groups-groups_read_post','Board of Directors'),(119988,6446,'groups-groups_read_post','Council of Ministers'),(120001,15889,'_wp_attached_file','BlaiseBorezeeWTMFrance.pdf'),(120002,15890,'_wp_attached_file','DaniellevanPoppelWTMHolland.pdf'),(120003,6446,'groups-groups_read_post','Council of Ministers'),(120016,15892,'_wp_attached_file','SerenaValleWTMItaly.pdf'),(120017,15893,'_wp_attached_file','WTMDirectorsMeeting4BGB.pdf'),(120018,15894,'_wp_attached_file','RolfNielanderWTMGermany.pdf'),(120019,15895,'_wp_attached_file','Carol-Hay-CTO-European-Meeting.pdf'),(120020,6446,'groups-groups_read_post','Council of Ministers'),(120037,6446,'groups-groups_read_post','Council of Ministers'),(120046,6446,'groups-groups_read_post','Council of Ministers'),(120051,6446,'groups-groups_read_post','Council of Ministers'),(120064,6446,'groups-groups_read_post','Council of Ministers'),(120077,6446,'groups-groups_read_post','Council of Ministers'),(120090,6446,'groups-groups_read_post','Council of Ministers'),(120103,6446,'groups-groups_read_post','Council of Ministers'),(120116,6446,'groups-groups_read_post','Council of Ministers'),(120129,6446,'groups-groups_read_post','Council of Ministers'),(120142,6446,'groups-groups_read_post','Council of Ministers'),(120155,7490,'groups-groups_read_post','Board of Directors'),(120165,7490,'groups-groups_read_post','Board of Directors'),(120249,7490,'groups-groups_read_post','Board of Directors'),(120259,15932,'_edit_last','2'),(120260,15932,'_edit_lock','1384264824:2'),(120261,15932,'truethemes_page_checkbox',''),(120262,15932,'truethemes_custom_sub_menu',''),(120263,15932,'truethemes_slider_shortcode',''),(120264,15932,'truethemes_slider_cu3er',''),(120265,15932,'banner_search','yes'),(120266,15932,'page_primary_color_scheme','null'),(120267,15932,'page_secondary_color_scheme','null'),(120268,15932,'page_background_color','#'),(120269,15932,'page_background_position','left top'),(120270,15932,'page_background_repeat','repeat'),(120273,15932,'_wp_page_template','default'),(120278,15932,'groups-groups_read_post','Allied'),(120279,15932,'groups-groups_read_post','Board of Directors'),(120280,15932,'groups-groups_read_post','Council of Ministers'),(120287,15932,'groups-groups_read_post','Access for UK Chapter members'),(120288,15932,'groups-groups_read_post','Allied'),(120289,15932,'groups-groups_read_post','Board of Directors'),(120290,15932,'groups-groups_read_post','Council of Ministers'),(120291,15932,'groups-groups_read_post','CTO RMF Members'),(120296,15932,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120297,15932,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120298,15938,'_edit_last','2'),(120299,15938,'_edit_lock','1384266074:2'),(120300,15938,'groups-groups_read_post','Access for UK Chapter members'),(120301,15938,'truethemes_page_checkbox',''),(120302,15938,'truethemes_custom_sub_menu',''),(120303,15938,'truethemes_slider_shortcode',''),(120304,15938,'truethemes_slider_cu3er',''),(120305,15938,'banner_search','yes'),(120306,15938,'page_primary_color_scheme','null'),(120307,15938,'page_secondary_color_scheme','null'),(120308,15938,'page_background_color','#'),(120309,15938,'page_background_position','left top'),(120310,15938,'page_background_repeat','repeat'),(120313,15938,'_wp_page_template','page-template-left-sidebar.php'),(120318,15938,'groups-groups_read_post','Access for UK Chapter members'),(120326,15938,'groups-groups_read_post','Access for UK Chapter members'),(120333,15938,'groups-groups_read_post','Access for UK Chapter members'),(120338,15938,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120339,15938,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(120420,2813,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120421,2813,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120422,2813,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(120423,2813,'_aioseop_title','Conference & Workshop Papers'),(120432,1861,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120433,1861,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120434,1861,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(120435,1861,'_aioseop_title','Human Resource Conference Papers'),(120444,6197,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120445,6197,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120446,6197,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(120447,6197,'_aioseop_title','Leadership Strategy Conference Papers'),(120476,6370,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120477,6370,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120488,1869,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120489,1869,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120490,1869,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(120491,1869,'_aioseop_description','View proceedings from various workshops conducted by CTO\'s Research and Information Technology Department.'),(120492,1869,'_aioseop_title','Workshop Papers'),(120513,1871,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(120514,1871,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(120515,1871,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(120516,1871,'_aioseop_title','State of the Industry Conference Papers'),(120532,15979,'_feedback_author',''),(120533,15979,'_feedback_author_email',''),(120534,15979,'_feedback_author_url',''),(120535,15979,'_feedback_subject','Signup form OneCaribbean'),(120536,15979,'_feedback_ip','10.17.1.254'),(120537,15979,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(120538,15979,'_feedback_all_fields','a:13:{s:4:\"Name\";s:10:\"tgiuwfxbrt\";s:13:\"Email address\";s:17:\"douirg@hfhinc.com\";s:20:\"Country of Residence\";s:14:\"hXJSeBdryVUvZK\";s:28:\"Name of Organization/Company\";s:10:\"tgiuwfxbrt\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:8:\"YCSWFnKC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120539,15979,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:10:\"tgiuwfxbrt\";s:13:\"Email address\";s:17:\"douirg@hfhinc.com\";s:20:\"Country of Residence\";s:14:\"hXJSeBdryVUvZK\";s:28:\"Name of Organization/Company\";s:10:\"tgiuwfxbrt\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:8:\"YCSWFnKC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120540,15979,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c187a76f-0e92-42a0-86df-8fd94eb34111\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42449\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"335\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.200.13.1\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"335\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1384345007.4608\";s:12:\"REQUEST_TIME\";s:10:\"1384345007\";}'),(120541,15979,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:302:\"Name: tgiuwfxbrt\n\nEmail address: douirg@hfhinc.com\n\nCountry of Residence: hXJSeBdryVUvZK\n\nName of Organization/Company: tgiuwfxbrt\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: YCSWFnKC\n\nMessage was sent on Wednesday November 13, 2013 at 8:16 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(120593,15988,'_wp_attached_file','197by133touristimage.jpg'),(120594,15988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:24:\"197by133touristimage.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"197by133touristimage-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(120595,15988,'_edit_lock','1384375147:2'),(120692,16003,'_feedback_author',''),(120693,16003,'_feedback_author_email',''),(120694,16003,'_feedback_author_url',''),(120695,16003,'_feedback_subject','Signup form OneCaribbean'),(120696,16003,'_feedback_ip','10.17.1.254'),(120697,16003,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(120698,16003,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"link building\";s:13:\"Email address\";s:15:\"email@gmail.com\";s:20:\"Country of Residence\";s:5:\"82113\";s:28:\"Name of Organization/Company\";s:14:\"ymIyiqXYxpVGAU\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:13:\"xccMtZauKoqJV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120699,16003,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"link building\";s:13:\"Email address\";s:15:\"email@gmail.com\";s:20:\"Country of Residence\";s:5:\"82113\";s:28:\"Name of Organization/Company\";s:14:\"ymIyiqXYxpVGAU\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:13:\"xccMtZauKoqJV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120700,16003,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d8f05666-4af9-405c-b49e-9bc5e3bf51ec\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51072\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"37.233.27.142\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1384440739.2769\";s:12:\"REQUEST_TIME\";s:10:\"1384440739\";}'),(120701,16003,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:293:\"Name: link building\n\nEmail address: email@gmail.com\n\nCountry of Residence: 82113\n\nName of Organization/Company: ymIyiqXYxpVGAU\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: xccMtZauKoqJV\n\nMessage was sent on Thursday November 14, 2013 at 10:52 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(120702,16004,'_feedback_author',''),(120703,16004,'_feedback_author_email',''),(120704,16004,'_feedback_author_url',''),(120705,16004,'_feedback_subject','Signup form OneCaribbean'),(120706,16004,'_feedback_ip','10.17.1.254'),(120707,16004,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(120708,16004,'_feedback_all_fields','a:13:{s:4:\"Name\";s:3:\"Ani\";s:13:\"Email address\";s:24:\"aniquefrancois@gmail.com\";s:20:\"Country of Residence\";s:32:\"Saint Vincent and the Grenadines\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120709,16004,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:3:\"Ani\";s:13:\"Email address\";s:24:\"aniquefrancois@gmail.com\";s:20:\"Country of Residence\";s:32:\"Saint Vincent and the Grenadines\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120710,16004,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:103:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a06a9180-e203-4cc3-95be-41c888799fa1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47924\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"574\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"192.214.116.194\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:19:\"HTTP_ACCEPT_CHARSET\";s:34:\"utf-8, iso-8859-1, utf-16, *;q=0.7\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"574\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1384478379.8031\";s:12:\"REQUEST_TIME\";s:10:\"1384478379\";}'),(120711,16004,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:445:\"Name: Ani\n\nEmail address: aniquefrancois@gmail.com\n\nCountry of Residence: Saint Vincent and the Grenadines\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Thursday November 14, 2013 at 9:19 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(120712,16005,'_feedback_author',''),(120713,16005,'_feedback_author_email',''),(120714,16005,'_feedback_author_url',''),(120715,16005,'_feedback_subject','Signup form OneCaribbean'),(120716,16005,'_feedback_ip','10.17.1.254'),(120717,16005,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(120718,16005,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"awesome news\";s:13:\"Email address\";s:15:\"email@gmail.com\";s:20:\"Country of Residence\";s:5:\"75126\";s:28:\"Name of Organization/Company\";s:14:\"eMRWxKhkcSSEiB\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:17:\"lKHQMPLfxqmPlTPAh\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120719,16005,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"awesome news\";s:13:\"Email address\";s:15:\"email@gmail.com\";s:20:\"Country of Residence\";s:5:\"75126\";s:28:\"Name of Organization/Company\";s:14:\"eMRWxKhkcSSEiB\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:17:\"lKHQMPLfxqmPlTPAh\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120720,16005,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-834adace-9838-4c5c-8c15-d1e705189782\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40685\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"37.233.27.142\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1384509365.0674\";s:12:\"REQUEST_TIME\";s:10:\"1384509365\";}'); INSERT INTO `cto_postmeta` VALUES (120721,16005,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: awesome news\n\nEmail address: email@gmail.com\n\nCountry of Residence: 75126\n\nName of Organization/Company: eMRWxKhkcSSEiB\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: lKHQMPLfxqmPlTPAh\n\nMessage was sent on Friday November 15, 2013 at 5:56 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(120722,16007,'_feedback_author',''),(120723,16007,'_feedback_author_email',''),(120724,16007,'_feedback_author_url',''),(120725,16007,'_feedback_subject','Signup form OneCaribbean'),(120726,16007,'_feedback_ip','10.17.1.254'),(120727,16007,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(120728,16007,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Clive Burrow\";s:13:\"Email address\";s:18:\"ctburrow@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(120729,16007,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Clive Burrow\";s:13:\"Email address\";s:18:\"ctburrow@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(120730,16007,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-91c75cb6-06a8-4ed8-9c0d-5f94ba39faed\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33823\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"553\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"184.75.108.226\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"553\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1384539496.0947\";s:12:\"REQUEST_TIME\";s:10:\"1384539496\";}'),(120731,16007,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:416:\"Name: Clive Burrow\n\nEmail address: ctburrow@gmail.com\n\nCountry of Residence: USA\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday November 15, 2013 at 2:18 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(120732,16008,'_feedback_author',''),(120733,16008,'_feedback_author_email',''),(120734,16008,'_feedback_author_url',''),(120735,16008,'_feedback_subject','Signup form OneCaribbean'),(120736,16008,'_feedback_ip','10.17.1.254'),(120737,16008,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(120738,16008,'_feedback_all_fields','a:13:{s:4:\"Name\";s:9:\"qgiodvhjz\";s:13:\"Email address\";s:17:\"cdaibi@wfylwy.com\";s:20:\"Country of Residence\";s:8:\"ZVEbPgPk\";s:28:\"Name of Organization/Company\";s:9:\"qgiodvhjz\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:8:\"GsvalriE\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120739,16008,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:9:\"qgiodvhjz\";s:13:\"Email address\";s:17:\"cdaibi@wfylwy.com\";s:20:\"Country of Residence\";s:8:\"ZVEbPgPk\";s:28:\"Name of Organization/Company\";s:9:\"qgiodvhjz\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:8:\"GsvalriE\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(120740,16008,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a767d5a5-1775-46d9-95b2-76a2c6556da4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49462\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"309\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"93.115.86.194\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"309\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1384773773.0458\";s:12:\"REQUEST_TIME\";s:10:\"1384773773\";}'),(120741,16008,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:273:\"Name: qgiodvhjz\n\nEmail address: cdaibi@wfylwy.com\n\nCountry of Residence: ZVEbPgPk\n\nName of Organization/Company: qgiodvhjz\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: GsvalriE\n\nMessage was sent on Monday November 18, 2013 at 7:22 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(120921,9891,'_edit_last','2'),(120924,9891,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120925,9891,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120947,10831,'_edit_lock','1384868585:2'),(120961,10831,'_edit_last','2'),(120964,10831,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120965,10831,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120971,10021,'_edit_lock','1384869553:2'),(120972,10065,'_edit_lock','1384869241:2'),(120975,10021,'_edit_last','2'),(120978,10021,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120979,10021,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120980,10065,'_edit_last','2'),(120983,10065,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120984,10065,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120989,10244,'_edit_lock','1384869487:2'),(120990,9802,'_edit_lock','1384869483:2'),(120991,10244,'_edit_last','2'),(120994,10244,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120995,10244,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(120996,9802,'_edit_last','2'),(120999,9802,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121000,9802,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121003,16025,'_edit_last','2'),(121004,16025,'_edit_lock','1386623842:2'),(121007,16027,'_wp_attached_file','mayhindsbrochurepdf.pdf'),(121012,16025,'_event_id','2088'),(121013,16025,'_event_start_time','00:00:00'),(121014,16025,'_event_end_time','00:00:00'),(121015,16025,'_event_all_day','1'),(121016,16025,'_event_start_date','2014-01-22'),(121017,16025,'_event_end_date','2014-02-05'),(121018,16025,'_event_rsvp','0'),(121019,16025,'_event_rsvp_date',''),(121020,16025,'_event_rsvp_time','00:00:00'),(121021,16025,'_event_spaces',''),(121022,16025,'_location_id','26'),(121023,16025,'_recurrence_id',''),(121024,16025,'_event_status','1'),(121025,16025,'_event_private','0'),(121026,16025,'_event_date_created',''),(121027,16025,'_event_date_modified',''),(121028,16025,'_blog_id',''),(121029,16025,'_group_id','0'),(121030,16025,'_recurrence','0'),(121031,16025,'_recurrence_interval',''),(121032,16025,'_recurrence_freq',''),(121033,16025,'_recurrence_days','0'),(121034,16025,'_recurrence_byday',''),(121035,16025,'_recurrence_byweekno',''),(121036,16025,'_start_ts','1390348800'),(121037,16025,'_end_ts','1391558400'),(121038,16028,'_edit_last','2'),(121039,16028,'_edit_lock','1386623844:2'),(121056,16028,'_event_id','2089'),(121057,16028,'_event_start_time','00:00:00'),(121058,16028,'_event_end_time','00:00:00'),(121059,16028,'_event_all_day','1'),(121060,16028,'_event_start_date','2014-01-22'),(121061,16028,'_event_end_date','2014-01-26'),(121062,16028,'_event_rsvp','0'),(121063,16028,'_event_rsvp_date',''),(121064,16028,'_event_rsvp_time','00:00:00'),(121065,16028,'_event_spaces',''),(121066,16028,'_location_id','26'),(121067,16028,'_recurrence_id',''),(121068,16028,'_event_status','1'),(121069,16028,'_event_private','0'),(121070,16028,'_event_date_created',''),(121071,16028,'_event_date_modified',''),(121072,16028,'_blog_id',''),(121073,16028,'_group_id','0'),(121074,16028,'_recurrence','0'),(121075,16028,'_recurrence_interval',''),(121076,16028,'_recurrence_freq',''),(121077,16028,'_recurrence_days','0'),(121078,16028,'_recurrence_byday',''),(121079,16028,'_recurrence_byweekno',''),(121080,16028,'_start_ts','1390348800'),(121081,16028,'_end_ts','1390694400'),(121082,16031,'_edit_last','2'),(121083,16031,'_edit_lock','1386623848:2'),(121100,16031,'_event_id','2090'),(121101,16031,'_event_start_time','00:00:00'),(121102,16031,'_event_end_time','00:00:00'),(121103,16031,'_event_all_day','1'),(121104,16031,'_event_start_date','2014-01-31'),(121105,16031,'_event_end_date','2014-01-31'),(121106,16031,'_event_rsvp','0'),(121107,16031,'_event_rsvp_date',''),(121108,16031,'_event_rsvp_time','00:00:00'),(121109,16031,'_event_spaces',''),(121110,16031,'_location_id','26'),(121111,16031,'_recurrence_id',''),(121112,16031,'_event_status','1'),(121113,16031,'_event_private','0'),(121114,16031,'_event_date_created',''),(121115,16031,'_event_date_modified',''),(121116,16031,'_blog_id',''),(121117,16031,'_group_id','0'),(121118,16031,'_recurrence','0'),(121119,16031,'_recurrence_interval',''),(121120,16031,'_recurrence_freq',''),(121121,16031,'_recurrence_days','0'),(121122,16031,'_recurrence_byday',''),(121123,16031,'_recurrence_byweekno',''),(121124,16031,'_start_ts','1391126400'),(121125,16031,'_end_ts','1391126400'),(121126,16033,'_edit_last','2'),(121127,16033,'_edit_lock','1386786440:2'),(121132,16033,'_event_id','2091'),(121133,16033,'_event_start_time','00:00:00'),(121134,16033,'_event_end_time','00:00:00'),(121135,16033,'_event_all_day','1'),(121136,16033,'_event_start_date','2014-03-01'),(121137,16033,'_event_end_date','2014-03-31'),(121138,16033,'_event_rsvp','0'),(121139,16033,'_event_rsvp_date',''),(121140,16033,'_event_rsvp_time','00:00:00'),(121141,16033,'_event_spaces',''),(121142,16033,'_location_id','26'),(121143,16033,'_recurrence_id',''),(121144,16033,'_event_status','1'),(121145,16033,'_event_private','0'),(121146,16033,'_event_date_created',''),(121147,16033,'_event_date_modified',''),(121148,16033,'_blog_id',''),(121149,16033,'_group_id','0'),(121150,16033,'_recurrence','0'),(121151,16033,'_recurrence_interval',''),(121152,16033,'_recurrence_freq',''),(121153,16033,'_recurrence_days','0'),(121154,16033,'_recurrence_byday',''),(121155,16033,'_recurrence_byweekno',''),(121156,16033,'_start_ts','1393632000'),(121157,16033,'_end_ts','1396224000'),(121158,16034,'_edit_last','2'),(121159,16034,'_edit_lock','1386785881:2'),(121164,16034,'_event_id','2092'),(121165,16034,'_event_start_time','00:00:00'),(121166,16034,'_event_end_time','00:00:00'),(121167,16034,'_event_all_day','1'),(121168,16034,'_event_start_date','2014-04-01'),(121169,16034,'_event_end_date','2014-04-30'),(121170,16034,'_event_rsvp','0'),(121171,16034,'_event_rsvp_date',''),(121172,16034,'_event_rsvp_time','00:00:00'),(121173,16034,'_event_spaces',''),(121174,16034,'_location_id','26'),(121175,16034,'_recurrence_id',''),(121176,16034,'_event_status','1'),(121177,16034,'_event_private','0'),(121178,16034,'_event_date_created',''),(121179,16034,'_event_date_modified',''),(121180,16034,'_blog_id',''),(121181,16034,'_group_id','0'),(121182,16034,'_recurrence','0'),(121183,16034,'_recurrence_interval',''),(121184,16034,'_recurrence_freq',''),(121185,16034,'_recurrence_days','0'),(121186,16034,'_recurrence_byday',''),(121187,16034,'_recurrence_byweekno',''),(121188,16034,'_start_ts','1396310400'),(121189,16034,'_end_ts','1398816000'),(121190,16035,'_edit_last','2'),(121191,16035,'_edit_lock','1386785885:2'),(121196,16035,'_event_id','2093'),(121197,16035,'_event_start_time','00:00:00'),(121198,16035,'_event_end_time','00:00:00'),(121199,16035,'_event_all_day','1'),(121200,16035,'_event_start_date','2014-04-17'),(121201,16035,'_event_end_date','2014-04-21'),(121202,16035,'_event_rsvp','0'),(121203,16035,'_event_rsvp_date',''),(121204,16035,'_event_rsvp_time','00:00:00'),(121205,16035,'_event_spaces',''),(121206,16035,'_location_id','26'),(121207,16035,'_recurrence_id',''),(121208,16035,'_event_status','1'),(121209,16035,'_event_private','0'),(121210,16035,'_event_date_created',''),(121211,16035,'_event_date_modified',''),(121212,16035,'_blog_id',''),(121213,16035,'_group_id','0'),(121214,16035,'_recurrence','0'),(121215,16035,'_recurrence_interval',''),(121216,16035,'_recurrence_freq',''),(121217,16035,'_recurrence_days','0'),(121218,16035,'_recurrence_byday',''),(121219,16035,'_recurrence_byweekno',''),(121220,16035,'_start_ts','1397692800'),(121221,16035,'_end_ts','1398038400'),(121222,16036,'_edit_last','2'),(121223,16036,'_edit_lock','1386785548:2'),(121228,16036,'_event_id','2094'),(121229,16036,'_event_start_time','00:00:00'),(121230,16036,'_event_end_time','00:00:00'),(121231,16036,'_event_all_day','1'),(121232,16036,'_event_start_date','2014-05-01'),(121233,16036,'_event_end_date','2014-05-04'),(121234,16036,'_event_rsvp','0'),(121235,16036,'_event_rsvp_date',''),(121236,16036,'_event_rsvp_time','00:00:00'),(121237,16036,'_event_spaces',''),(121238,16036,'_location_id','26'),(121239,16036,'_recurrence_id',''),(121240,16036,'_event_status','1'),(121241,16036,'_event_private','0'),(121242,16036,'_event_date_created',''),(121243,16036,'_event_date_modified',''),(121244,16036,'_blog_id',''),(121245,16036,'_group_id','0'),(121246,16036,'_recurrence','0'),(121247,16036,'_recurrence_interval',''),(121248,16036,'_recurrence_freq',''),(121249,16036,'_recurrence_days','0'),(121250,16036,'_recurrence_byday',''),(121251,16036,'_recurrence_byweekno',''),(121252,16036,'_start_ts','1398902400'),(121253,16036,'_end_ts','1399161600'),(121254,16038,'_edit_last','2'),(121255,16038,'_edit_lock','1386785557:2'),(121260,16038,'_event_id','2095'),(121261,16038,'_event_start_time','00:00:00'),(121262,16038,'_event_end_time','00:00:00'),(121263,16038,'_event_all_day','1'),(121264,16038,'_event_start_date','2014-05-01'),(121265,16038,'_event_end_date','2014-05-31'),(121266,16038,'_event_rsvp','0'),(121267,16038,'_event_rsvp_date',''),(121268,16038,'_event_rsvp_time','00:00:00'),(121269,16038,'_event_spaces',''),(121270,16038,'_location_id','26'),(121271,16038,'_recurrence_id',''),(121272,16038,'_event_status','1'),(121273,16038,'_event_private','0'),(121274,16038,'_event_date_created',''),(121275,16038,'_event_date_modified',''),(121276,16038,'_blog_id',''),(121277,16038,'_group_id','0'),(121278,16038,'_recurrence','0'),(121279,16038,'_recurrence_interval',''),(121280,16038,'_recurrence_freq',''),(121281,16038,'_recurrence_days','0'),(121282,16038,'_recurrence_byday',''),(121283,16038,'_recurrence_byweekno',''),(121284,16038,'_start_ts','1398902400'),(121285,16038,'_end_ts','1401494400'),(121290,16039,'_edit_last','2'),(121291,16039,'_edit_lock','1386784965:2'),(121296,16039,'_event_id','2096'),(121297,16039,'_event_start_time','00:00:00'),(121298,16039,'_event_end_time','00:00:00'),(121299,16039,'_event_all_day','1'),(121300,16039,'_event_start_date','2014-06-27'),(121301,16039,'_event_end_date','2014-07-08'),(121302,16039,'_event_rsvp','0'),(121303,16039,'_event_rsvp_date',''),(121304,16039,'_event_rsvp_time','00:00:00'),(121305,16039,'_event_spaces',''),(121306,16039,'_location_id','26'),(121307,16039,'_recurrence_id',''),(121308,16039,'_event_status','1'),(121309,16039,'_event_private','0'),(121310,16039,'_event_date_created',''),(121311,16039,'_event_date_modified',''),(121312,16039,'_blog_id',''),(121313,16039,'_group_id','0'),(121314,16039,'_recurrence','0'),(121315,16039,'_recurrence_interval',''),(121316,16039,'_recurrence_freq',''),(121317,16039,'_recurrence_days','0'),(121318,16039,'_recurrence_byday',''),(121319,16039,'_recurrence_byweekno',''),(121320,16039,'_start_ts','1403827200'),(121321,16039,'_end_ts','1404777600'),(121330,3352,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(121331,3352,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(121332,3352,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(121333,3352,'_aioseop_title','CTO Scholarship Foundation'),(121340,16045,'_edit_last','2'),(121341,16045,'_edit_lock','1386785083:2'),(121346,16045,'_event_id','2097'),(121347,16045,'_event_start_time','00:00:00'),(121348,16045,'_event_end_time','00:00:00'),(121349,16045,'_event_all_day','1'),(121350,16045,'_event_start_date','2014-07-01'),(121351,16045,'_event_end_date','2014-07-31'),(121352,16045,'_event_rsvp','0'),(121353,16045,'_event_rsvp_date',''),(121354,16045,'_event_rsvp_time','00:00:00'),(121355,16045,'_event_spaces',''),(121356,16045,'_location_id','26'),(121357,16045,'_recurrence_id',''),(121358,16045,'_event_status','1'),(121359,16045,'_event_private','0'),(121360,16045,'_event_date_created',''),(121361,16045,'_event_date_modified',''),(121362,16045,'_blog_id',''),(121363,16045,'_group_id','0'),(121364,16045,'_recurrence','0'),(121365,16045,'_recurrence_interval',''),(121366,16045,'_recurrence_freq',''),(121367,16045,'_recurrence_days','0'),(121368,16045,'_recurrence_byday',''),(121369,16045,'_recurrence_byweekno',''),(121370,16045,'_start_ts','1404172800'),(121371,16045,'_end_ts','1406764800'),(121372,16046,'_edit_last','2'),(121373,16046,'_edit_lock','1386783517:2'),(121378,16046,'_event_id','2098'),(121379,16046,'_event_start_time','00:00:00'),(121380,16046,'_event_end_time','00:00:00'),(121381,16046,'_event_all_day','1'),(121382,16046,'_event_start_date','2014-08-01'),(121383,16046,'_event_end_date','2014-08-31'),(121384,16046,'_event_rsvp','0'),(121385,16046,'_event_rsvp_date',''),(121386,16046,'_event_rsvp_time','00:00:00'),(121387,16046,'_event_spaces',''),(121388,16046,'_location_id','26'),(121389,16046,'_recurrence_id',''),(121390,16046,'_event_status','1'),(121391,16046,'_event_private','0'),(121392,16046,'_event_date_created',''),(121393,16046,'_event_date_modified',''),(121394,16046,'_blog_id',''),(121395,16046,'_group_id','0'),(121396,16046,'_recurrence','0'),(121397,16046,'_recurrence_interval',''),(121398,16046,'_recurrence_freq',''),(121399,16046,'_recurrence_days','0'),(121400,16046,'_recurrence_byday',''),(121401,16046,'_recurrence_byweekno',''),(121402,16046,'_start_ts','1406851200'),(121403,16046,'_end_ts','1409443200'),(121404,16047,'_edit_last','2'),(121405,16047,'_edit_lock','1386783527:2'),(121410,16047,'_event_id','2099'),(121411,16047,'_event_start_time','00:00:00'),(121412,16047,'_event_end_time','00:00:00'),(121413,16047,'_event_all_day','1'),(121414,16047,'_event_start_date','2014-08-01'),(121415,16047,'_event_end_date','2014-08-31'),(121416,16047,'_event_rsvp','0'),(121417,16047,'_event_rsvp_date',''),(121418,16047,'_event_rsvp_time','00:00:00'),(121419,16047,'_event_spaces',''),(121420,16047,'_location_id','26'),(121421,16047,'_recurrence_id',''),(121422,16047,'_event_status','1'),(121423,16047,'_event_private','0'),(121424,16047,'_event_date_created',''),(121425,16047,'_event_date_modified',''),(121426,16047,'_blog_id',''),(121427,16047,'_group_id','0'),(121428,16047,'_recurrence','0'),(121429,16047,'_recurrence_interval',''),(121430,16047,'_recurrence_freq',''),(121431,16047,'_recurrence_days','0'),(121432,16047,'_recurrence_byday',''),(121433,16047,'_recurrence_byweekno',''),(121434,16047,'_start_ts','1406851200'),(121435,16047,'_end_ts','1409443200'),(121456,16049,'_edit_last','2'),(121457,16049,'_edit_lock','1386782774:2'),(121462,16049,'_event_id','2100'),(121463,16049,'_event_start_time','00:00:00'),(121464,16049,'_event_end_time','00:00:00'),(121465,16049,'_event_all_day','1'),(121466,16049,'_event_start_date','2014-09-01'),(121467,16049,'_event_end_date','2014-09-30'),(121468,16049,'_event_rsvp','0'),(121469,16049,'_event_rsvp_date',''),(121470,16049,'_event_rsvp_time','00:00:00'),(121471,16049,'_event_spaces',''),(121472,16049,'_location_id','26'),(121473,16049,'_recurrence_id',''),(121474,16049,'_event_status','1'),(121475,16049,'_event_private','0'),(121476,16049,'_event_date_created',''),(121477,16049,'_event_date_modified',''),(121478,16049,'_blog_id',''),(121479,16049,'_group_id','0'),(121480,16049,'_recurrence','0'),(121481,16049,'_recurrence_interval',''),(121482,16049,'_recurrence_freq',''),(121483,16049,'_recurrence_days','0'),(121484,16049,'_recurrence_byday',''),(121485,16049,'_recurrence_byweekno',''),(121486,16049,'_start_ts','1409529600'),(121487,16049,'_end_ts','1412035200'),(121492,16051,'_edit_last','2'),(121493,16051,'_edit_lock','1386783305:2'),(121498,16051,'_event_id','2101'),(121499,16051,'_event_start_time','00:00:00'),(121500,16051,'_event_end_time','00:00:00'),(121501,16051,'_event_all_day','1'),(121502,16051,'_event_start_date','2014-10-26'),(121503,16051,'_event_end_date','2014-10-27'),(121504,16051,'_event_rsvp','0'),(121505,16051,'_event_rsvp_date',''),(121506,16051,'_event_rsvp_time','00:00:00'),(121507,16051,'_event_spaces',''),(121508,16051,'_location_id','26'),(121509,16051,'_recurrence_id',''),(121510,16051,'_event_status','1'),(121511,16051,'_event_private','0'),(121512,16051,'_event_date_created',''),(121513,16051,'_event_date_modified',''),(121514,16051,'_blog_id',''),(121515,16051,'_group_id','0'),(121516,16051,'_recurrence','0'),(121517,16051,'_recurrence_interval',''),(121518,16051,'_recurrence_freq',''),(121519,16051,'_recurrence_days','0'),(121520,16051,'_recurrence_byday',''),(121521,16051,'_recurrence_byweekno',''),(121522,16051,'_start_ts','1414281600'),(121523,16051,'_end_ts','1414368000'),(121524,16052,'_edit_last','2'),(121525,16052,'_edit_lock','1386782197:2'),(121530,16052,'_event_id','2102'),(121531,16052,'_event_start_time','00:00:00'),(121532,16052,'_event_end_time','00:00:00'),(121533,16052,'_event_all_day','1'),(121534,16052,'_event_start_date','2014-11-01'),(121535,16052,'_event_end_date','2014-11-30'),(121536,16052,'_event_rsvp','0'),(121537,16052,'_event_rsvp_date',''),(121538,16052,'_event_rsvp_time','00:00:00'),(121539,16052,'_event_spaces',''),(121540,16052,'_location_id','26'),(121541,16052,'_recurrence_id',''),(121542,16052,'_event_status','1'),(121543,16052,'_event_private','0'),(121544,16052,'_event_date_created',''),(121545,16052,'_event_date_modified',''),(121546,16052,'_blog_id',''),(121547,16052,'_group_id','0'),(121548,16052,'_recurrence','0'),(121549,16052,'_recurrence_interval',''),(121550,16052,'_recurrence_freq',''),(121551,16052,'_recurrence_days','0'),(121552,16052,'_recurrence_byday',''),(121553,16052,'_recurrence_byweekno',''),(121554,16052,'_start_ts','1414800000'),(121555,16052,'_end_ts','1417305600'),(121556,16053,'_edit_last','2'),(121557,16053,'_edit_lock','1386782085:2'),(121562,16053,'_event_id','2103'),(121563,16053,'_event_start_time','00:00:00'),(121564,16053,'_event_end_time','00:00:00'),(121565,16053,'_event_all_day','0'),(121566,16053,'_event_start_date','2014-11-01'),(121567,16053,'_event_end_date','2014-11-30'),(121568,16053,'_event_rsvp','0'),(121569,16053,'_event_rsvp_date',''),(121570,16053,'_event_rsvp_time','00:00:00'),(121571,16053,'_event_spaces',''),(121572,16053,'_location_id','26'),(121573,16053,'_recurrence_id',''),(121574,16053,'_event_status','1'),(121575,16053,'_event_private','0'),(121576,16053,'_event_date_created',''),(121577,16053,'_event_date_modified',''),(121578,16053,'_blog_id',''),(121579,16053,'_group_id','0'),(121580,16053,'_recurrence','0'),(121581,16053,'_recurrence_interval',''),(121582,16053,'_recurrence_freq',''),(121583,16053,'_recurrence_days','0'),(121584,16053,'_recurrence_byday',''),(121585,16053,'_recurrence_byweekno',''),(121586,16053,'_start_ts','1414800000'),(121587,16053,'_end_ts','1417305600'),(121588,16055,'_edit_last','2'),(121589,16055,'_edit_lock','1386782453:2'),(121594,16055,'_event_id','2104'),(121595,16055,'_event_start_time','00:00:00'),(121596,16055,'_event_end_time','00:00:00'),(121597,16055,'_event_all_day','1'),(121598,16055,'_event_start_date','2014-12-16'),(121599,16055,'_event_end_date','2014-12-24'),(121600,16055,'_event_rsvp','0'),(121601,16055,'_event_rsvp_date',''),(121602,16055,'_event_rsvp_time','00:00:00'),(121603,16055,'_event_spaces',''),(121604,16055,'_location_id','26'),(121605,16055,'_recurrence_id',''),(121606,16055,'_event_status','1'),(121607,16055,'_event_private','0'),(121608,16055,'_event_date_created',''),(121609,16055,'_event_date_modified',''),(121610,16055,'_blog_id',''),(121611,16055,'_group_id','0'),(121612,16055,'_recurrence','0'),(121613,16055,'_recurrence_interval',''),(121614,16055,'_recurrence_freq',''),(121615,16055,'_recurrence_days','0'),(121616,16055,'_recurrence_byday',''),(121617,16055,'_recurrence_byweekno',''),(121618,16055,'_start_ts','1418688000'),(121619,16055,'_end_ts','1419379200'),(121624,16056,'_edit_last','2'),(121625,16056,'_edit_lock','1384958995:2'),(121626,16056,'truethemes_video_url',''),(121627,16056,'truethemes_external_image_url',''),(121628,16056,'truethemes_slider_shortcode',''),(121629,16056,'truethemes_slider_cu3er',''),(121638,16056,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(121639,16056,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(121640,16059,'_wp_attached_file','Membership-Application-October-2013.pdf'),(121671,16066,'_feedback_author',''),(121672,16066,'_feedback_author_email',''),(121673,16066,'_feedback_author_url',''),(121674,16066,'_feedback_subject','Signup form OneCaribbean'),(121675,16066,'_feedback_ip','10.17.1.254'),(121676,16066,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(121677,16066,'_feedback_all_fields','a:13:{s:4:\"Name\";s:3:\"Kim\";s:13:\"Email address\";s:28:\"kimberly_berry@condenast.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:15:\"BRIDES Magazine\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(121678,16066,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:3:\"Kim\";s:13:\"Email address\";s:28:\"kimberly_berry@condenast.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:15:\"BRIDES Magazine\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(121679,16066,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b8c3d2a2-c1ba-4f44-8551-855a5e179d76\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50371\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"495\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"69.2.120.65\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"495\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1385062339.5427\";s:12:\"REQUEST_TIME\";s:10:\"1385062339\";}'),(121680,16066,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:396:\"Name: Kim\n\nEmail address: kimberly_berry@condenast.com\n\nCountry of Residence: USA\n\nName of Organization/Company: BRIDES Magazine\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Thursday November 21, 2013 at 3:32 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(121681,16067,'_edit_last','2'),(121682,16067,'_edit_lock','1386786339:2'),(121687,16067,'_event_id','2105'),(121688,16067,'_event_start_time','11:00:00'),(121689,16067,'_event_end_time','18:00:00'),(121690,16067,'_event_all_day','0'),(121691,16067,'_event_start_date','2014-02-22'),(121692,16067,'_event_end_date','2014-02-23'),(121693,16067,'_event_rsvp','0'),(121694,16067,'_event_rsvp_date',''),(121695,16067,'_event_rsvp_time','00:00:00'),(121696,16067,'_event_spaces',''),(121697,16067,'_location_id','1'),(121698,16067,'_recurrence_id',''),(121699,16067,'_event_status','1'),(121700,16067,'_event_private','0'),(121701,16067,'_event_date_created',''),(121702,16067,'_event_date_modified',''),(121703,16067,'_blog_id',''),(121704,16067,'_group_id','0'),(121705,16067,'_recurrence','0'),(121706,16067,'_recurrence_interval',''),(121707,16067,'_recurrence_freq',''),(121708,16067,'_recurrence_days','0'),(121709,16067,'_recurrence_byday',''),(121710,16067,'_recurrence_byweekno',''),(121711,16067,'_start_ts','1393066800'),(121712,16067,'_end_ts','1393178400'),(121717,16069,'_edit_last','1837'),(121718,16069,'_edit_lock','1385131348:1837'),(121721,16069,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121722,16069,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121723,16069,'_event_id','2106'),(121724,16069,'_event_start_time','00:00:00'),(121725,16069,'_event_end_time','00:00:00'),(121726,16069,'_event_all_day','1'),(121727,16069,'_event_start_date','2014-02-28'),(121728,16069,'_event_end_date','2014-03-02'),(121729,16069,'_event_rsvp','0'),(121730,16069,'_event_rsvp_date',''),(121731,16069,'_event_rsvp_time','00:00:00'),(121732,16069,'_event_spaces',''),(121733,16069,'_location_id','1'),(121734,16069,'_recurrence_id',''),(121735,16069,'_event_status','1'),(121736,16069,'_event_private','0'),(121737,16069,'_event_date_created',''),(121738,16069,'_event_date_modified',''),(121739,16069,'_blog_id',''),(121740,16069,'_group_id','0'),(121741,16069,'_recurrence','0'),(121742,16069,'_recurrence_interval',''),(121743,16069,'_recurrence_freq',''),(121744,16069,'_recurrence_days','0'),(121745,16069,'_recurrence_byday',''),(121746,16069,'_recurrence_byweekno',''),(121747,16069,'_start_ts','1393545600'),(121748,16069,'_end_ts','1393718400'),(121749,16070,'_edit_last','1837'),(121750,16070,'_edit_lock','1385131487:1837'),(121753,16070,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121754,16070,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121755,16070,'_event_id','2107'),(121756,16070,'_event_start_time','00:00:00'),(121757,16070,'_event_end_time','00:00:00'),(121758,16070,'_event_all_day','1'),(121759,16070,'_event_start_date','2014-03-01'),(121760,16070,'_event_end_date','2014-03-01'),(121761,16070,'_event_rsvp','0'),(121762,16070,'_event_rsvp_date',''),(121763,16070,'_event_rsvp_time','00:00:00'),(121764,16070,'_event_spaces',''),(121765,16070,'_location_id','1'),(121766,16070,'_recurrence_id',''),(121767,16070,'_event_status','1'),(121768,16070,'_event_private','0'),(121769,16070,'_event_date_created',''),(121770,16070,'_event_date_modified',''),(121771,16070,'_blog_id',''),(121772,16070,'_group_id','0'),(121773,16070,'_recurrence','0'),(121774,16070,'_recurrence_interval',''),(121775,16070,'_recurrence_freq',''),(121776,16070,'_recurrence_days','0'),(121777,16070,'_recurrence_byday',''),(121778,16070,'_recurrence_byweekno',''),(121779,16070,'_start_ts','1393632000'),(121780,16070,'_end_ts','1393632000'),(121781,16071,'_edit_last','2'),(121782,16071,'_edit_lock','1386785928:2'),(121787,16071,'_event_id','2108'),(121788,16071,'_event_start_time','00:00:00'),(121789,16071,'_event_end_time','00:00:00'),(121790,16071,'_event_all_day','1'),(121791,16071,'_event_start_date','2014-03-03'),(121792,16071,'_event_end_date','2014-03-03'),(121793,16071,'_event_rsvp','0'),(121794,16071,'_event_rsvp_date',''),(121795,16071,'_event_rsvp_time','00:00:00'),(121796,16071,'_event_spaces',''),(121797,16071,'_location_id','1'),(121798,16071,'_recurrence_id',''),(121799,16071,'_event_status','1'),(121800,16071,'_event_private','0'),(121801,16071,'_event_date_created',''),(121802,16071,'_event_date_modified',''),(121803,16071,'_blog_id',''),(121804,16071,'_group_id','0'),(121805,16071,'_recurrence','0'),(121806,16071,'_recurrence_interval',''),(121807,16071,'_recurrence_freq',''),(121808,16071,'_recurrence_days','0'),(121809,16071,'_recurrence_byday',''),(121810,16071,'_recurrence_byweekno',''),(121811,16071,'_start_ts','1393804800'),(121812,16071,'_end_ts','1393804800'),(121813,16072,'_edit_last','1837'),(121814,16072,'_edit_lock','1385132510:1837'),(121817,16072,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121818,16072,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121819,16072,'_event_id','2109'),(121820,16072,'_event_start_time','00:00:00'),(121821,16072,'_event_end_time','00:00:00'),(121822,16072,'_event_all_day','1'),(121823,16072,'_event_start_date','2014-03-01'),(121824,16072,'_event_end_date','2014-03-31'),(121825,16072,'_event_rsvp','0'),(121826,16072,'_event_rsvp_date',''),(121827,16072,'_event_rsvp_time','00:00:00'),(121828,16072,'_event_spaces',''),(121829,16072,'_location_id','1'),(121830,16072,'_recurrence_id',''),(121831,16072,'_event_status','1'),(121832,16072,'_event_private','0'),(121833,16072,'_event_date_created',''),(121834,16072,'_event_date_modified',''),(121835,16072,'_blog_id',''),(121836,16072,'_group_id','0'),(121837,16072,'_recurrence','0'),(121838,16072,'_recurrence_interval',''),(121839,16072,'_recurrence_freq',''),(121840,16072,'_recurrence_days','0'),(121841,16072,'_recurrence_byday',''),(121842,16072,'_recurrence_byweekno',''),(121843,16072,'_start_ts','1393632000'),(121844,16072,'_end_ts','1396224000'),(121845,16073,'_edit_last','1837'),(121846,16073,'_edit_lock','1385133339:1837'),(121849,16073,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121850,16073,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121851,16073,'_event_id','2110'),(121852,16073,'_event_start_time','00:00:00'),(121853,16073,'_event_end_time','00:00:00'),(121854,16073,'_event_all_day','1'),(121855,16073,'_event_start_date','2014-04-19'),(121856,16073,'_event_end_date','2014-04-20'),(121857,16073,'_event_rsvp','0'),(121858,16073,'_event_rsvp_date',''),(121859,16073,'_event_rsvp_time','00:00:00'),(121860,16073,'_event_spaces',''),(121861,16073,'_location_id','1'),(121862,16073,'_recurrence_id',''),(121863,16073,'_event_status','1'),(121864,16073,'_event_private','0'),(121865,16073,'_event_date_created',''),(121866,16073,'_event_date_modified',''),(121867,16073,'_blog_id',''),(121868,16073,'_group_id','0'),(121869,16073,'_recurrence','0'),(121870,16073,'_recurrence_interval',''),(121871,16073,'_recurrence_freq',''),(121872,16073,'_recurrence_days','0'),(121873,16073,'_recurrence_byday',''),(121874,16073,'_recurrence_byweekno',''),(121875,16073,'_start_ts','1397865600'),(121876,16073,'_end_ts','1397952000'),(121877,16075,'_edit_last','1837'),(121878,16075,'_edit_lock','1385134454:1837'),(121883,16075,'_event_id','2111'),(121884,16075,'_event_start_time','14:00:00'),(121885,16075,'_event_end_time','23:30:00'),(121886,16075,'_event_all_day','0'),(121887,16075,'_event_start_date','2014-04-21'),(121888,16075,'_event_end_date','2014-04-21'),(121889,16075,'_event_rsvp','0'),(121890,16075,'_event_rsvp_date',''),(121891,16075,'_event_rsvp_time','00:00:00'),(121892,16075,'_event_spaces',''),(121893,16075,'_location_id','1'),(121894,16075,'_recurrence_id',''),(121895,16075,'_event_status','1'),(121896,16075,'_event_private','0'),(121897,16075,'_event_date_created',''),(121898,16075,'_event_date_modified',''),(121899,16075,'_blog_id',''),(121900,16075,'_group_id','0'),(121901,16075,'_recurrence','0'),(121902,16075,'_recurrence_interval',''),(121903,16075,'_recurrence_freq',''),(121904,16075,'_recurrence_days','0'),(121905,16075,'_recurrence_byday',''),(121906,16075,'_recurrence_byweekno',''),(121907,16075,'_start_ts','1398088800'),(121908,16075,'_end_ts','1398123000'),(121911,16075,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121912,16075,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(121913,16077,'_edit_last','2'),(121914,16077,'_edit_lock','1386785579:2'),(121919,16077,'_event_id','2112'),(121920,16077,'_event_start_time','00:00:00'),(121921,16077,'_event_end_time','00:00:00'),(121922,16077,'_event_all_day','1'),(121923,16077,'_event_start_date','2014-05-09'),(121924,16077,'_event_end_date','2014-05-11'),(121925,16077,'_event_rsvp','0'),(121926,16077,'_event_rsvp_date',''),(121927,16077,'_event_rsvp_time','00:00:00'),(121928,16077,'_event_spaces',''),(121929,16077,'_location_id','1'),(121930,16077,'_recurrence_id',''),(121931,16077,'_event_status','1'),(121932,16077,'_event_private','0'),(121933,16077,'_event_date_created',''),(121934,16077,'_event_date_modified',''),(121935,16077,'_blog_id',''),(121936,16077,'_group_id','0'),(121937,16077,'_recurrence','0'),(121938,16077,'_recurrence_interval',''),(121939,16077,'_recurrence_freq',''),(121940,16077,'_recurrence_days','0'),(121941,16077,'_recurrence_byday',''),(121942,16077,'_recurrence_byweekno',''),(121943,16077,'_start_ts','1399593600'),(121944,16077,'_end_ts','1399766400'),(121945,16078,'_edit_last','2'),(121946,16078,'_edit_lock','1399908979:2'),(121951,16078,'_event_id','2113'),(121952,16078,'_event_start_time','00:00:00'),(121953,16078,'_event_end_time','00:00:00'),(121954,16078,'_event_all_day','1'),(121955,16078,'_event_start_date','2014-05-22'),(121956,16078,'_event_end_date','2014-05-25'),(121957,16078,'_event_rsvp','0'),(121958,16078,'_event_rsvp_date',''),(121959,16078,'_event_rsvp_time','00:00:00'),(121960,16078,'_event_spaces',''),(121961,16078,'_location_id','1'),(121962,16078,'_recurrence_id',''),(121963,16078,'_event_status','1'),(121964,16078,'_event_private','0'),(121965,16078,'_event_date_created',''),(121966,16078,'_event_date_modified',''),(121967,16078,'_blog_id',''),(121968,16078,'_group_id','0'),(121969,16078,'_recurrence','0'),(121970,16078,'_recurrence_interval',''),(121971,16078,'_recurrence_freq',''),(121972,16078,'_recurrence_days','0'),(121973,16078,'_recurrence_byday',''),(121974,16078,'_recurrence_byweekno',''),(121975,16078,'_start_ts','1400716800'),(121976,16078,'_end_ts','1400976000'),(122012,16083,'_feedback_author',''),(122013,16083,'_feedback_author_email',''),(122014,16083,'_feedback_author_url',''),(122015,16083,'_feedback_subject','Signup form OneCaribbean'),(122016,16083,'_feedback_ip','10.17.1.254'),(122017,16083,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(122018,16083,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"Shelli Brin\";s:13:\"Email address\";s:20:\"shellibrin@gmail.com\";s:20:\"Country of Residence\";s:4:\"USVI\";s:28:\"Name of Organization/Company\";s:10:\"Dans Ma Vi\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:17:\"Caribbean Artisan\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(122019,16083,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"Shelli Brin\";s:13:\"Email address\";s:20:\"shellibrin@gmail.com\";s:20:\"Country of Residence\";s:4:\"USVI\";s:28:\"Name of Organization/Company\";s:10:\"Dans Ma Vi\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:17:\"Caribbean Artisan\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(122020,16083,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e3d88637-1355-4f6a-8da5-cd6d2ded793b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53967\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"521\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"12.174.242.26\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"521\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1385400488.8909\";s:12:\"REQUEST_TIME\";s:10:\"1385400488\";}'),(122021,16083,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:477:\"Name: Shelli Brin\n\nEmail address: shellibrin@gmail.com\n\nCountry of Residence: USVI\n\nName of Organization/Company: Dans Ma Vi\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Caribbean Artisan\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Monday November 25, 2013 at 1:28 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(122022,16085,'_edit_last','1837'),(122023,16085,'_edit_lock','1385402027:1837'),(122026,16085,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122027,16085,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122028,16085,'_event_id','2114'),(122029,16085,'_event_start_time','10:00:00'),(122030,16085,'_event_end_time','18:00:00'),(122031,16085,'_event_all_day','0'),(122032,16085,'_event_start_date','2014-05-24'),(122033,16085,'_event_end_date','2014-05-24'),(122034,16085,'_event_rsvp','0'),(122035,16085,'_event_rsvp_date',''),(122036,16085,'_event_rsvp_time','00:00:00'),(122037,16085,'_event_spaces',''),(122038,16085,'_location_id','1'),(122039,16085,'_recurrence_id',''),(122040,16085,'_event_status','1'),(122041,16085,'_event_private','0'),(122042,16085,'_event_date_created',''),(122043,16085,'_event_date_modified',''),(122044,16085,'_blog_id',''),(122045,16085,'_group_id','0'),(122046,16085,'_recurrence','0'),(122047,16085,'_recurrence_interval',''),(122048,16085,'_recurrence_freq',''),(122049,16085,'_recurrence_days','0'),(122050,16085,'_recurrence_byday',''),(122051,16085,'_recurrence_byweekno',''),(122052,16085,'_start_ts','1400925600'),(122053,16085,'_end_ts','1400954400'),(122054,16087,'_edit_last','1837'),(122055,16087,'_edit_lock','1385402121:1837'),(122058,16087,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122059,16087,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122060,16087,'_event_id','2115'),(122061,16087,'_event_start_time','00:00:00'),(122062,16087,'_event_end_time','00:00:00'),(122063,16087,'_event_all_day','1'),(122064,16087,'_event_start_date','2014-05-25'),(122065,16087,'_event_end_date','2014-05-25'),(122066,16087,'_event_rsvp','0'),(122067,16087,'_event_rsvp_date',''),(122068,16087,'_event_rsvp_time','00:00:00'),(122069,16087,'_event_spaces',''),(122070,16087,'_location_id','1'),(122071,16087,'_recurrence_id',''),(122072,16087,'_event_status','1'),(122073,16087,'_event_private','0'),(122074,16087,'_event_date_created',''),(122075,16087,'_event_date_modified',''),(122076,16087,'_blog_id',''),(122077,16087,'_group_id','0'),(122078,16087,'_recurrence','0'),(122079,16087,'_recurrence_interval',''),(122080,16087,'_recurrence_freq',''),(122081,16087,'_recurrence_days','0'),(122082,16087,'_recurrence_byday',''),(122083,16087,'_recurrence_byweekno',''),(122084,16087,'_start_ts','1400976000'),(122085,16087,'_end_ts','1400976000'),(122086,16088,'_edit_last','1837'),(122087,16088,'_edit_lock','1385402575:1837'),(122090,16088,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122091,16088,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122092,16088,'_event_id','2116'),(122093,16088,'_event_start_time','00:00:00'),(122094,16088,'_event_end_time','00:00:00'),(122095,16088,'_event_all_day','1'),(122096,16088,'_event_start_date','2014-05-30'),(122097,16088,'_event_end_date','2014-05-30'),(122098,16088,'_event_rsvp','0'),(122099,16088,'_event_rsvp_date',''),(122100,16088,'_event_rsvp_time','00:00:00'),(122101,16088,'_event_spaces',''),(122102,16088,'_location_id','1'),(122103,16088,'_recurrence_id',''),(122104,16088,'_event_status','1'),(122105,16088,'_event_private','0'),(122106,16088,'_event_date_created',''),(122107,16088,'_event_date_modified',''),(122108,16088,'_blog_id',''),(122109,16088,'_group_id','0'),(122110,16088,'_recurrence','0'),(122111,16088,'_recurrence_interval',''),(122112,16088,'_recurrence_freq',''),(122113,16088,'_recurrence_days','0'),(122114,16088,'_recurrence_byday',''),(122115,16088,'_recurrence_byweekno',''),(122116,16088,'_start_ts','1401408000'),(122117,16088,'_end_ts','1401408000'),(122118,16090,'_edit_last','1837'),(122119,16090,'_edit_lock','1385402559:1837'),(122122,16090,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122123,16090,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122124,16090,'_event_id','2117'),(122125,16090,'_event_start_time','17:30:00'),(122126,16090,'_event_end_time','20:00:00'),(122127,16090,'_event_all_day','0'),(122128,16090,'_event_start_date','2014-06-09'),(122129,16090,'_event_end_date','2014-06-09'),(122130,16090,'_event_rsvp','0'),(122131,16090,'_event_rsvp_date',''),(122132,16090,'_event_rsvp_time','00:00:00'),(122133,16090,'_event_spaces',''),(122134,16090,'_location_id','1'),(122135,16090,'_recurrence_id',''),(122136,16090,'_event_status','1'),(122137,16090,'_event_private','0'),(122138,16090,'_event_date_created',''),(122139,16090,'_event_date_modified',''),(122140,16090,'_blog_id',''),(122141,16090,'_group_id','0'),(122142,16090,'_recurrence','0'),(122143,16090,'_recurrence_interval',''),(122144,16090,'_recurrence_freq',''),(122145,16090,'_recurrence_days','0'),(122146,16090,'_recurrence_byday',''),(122147,16090,'_recurrence_byweekno',''),(122148,16090,'_start_ts','1402335000'),(122149,16090,'_end_ts','1402344000'),(122150,16091,'_edit_last','2'),(122151,16091,'_edit_lock','1386784341:2'),(122156,16091,'_event_id','2118'),(122157,16091,'_event_start_time','00:00:00'),(122158,16091,'_event_end_time','00:00:00'),(122159,16091,'_event_all_day','1'),(122160,16091,'_event_start_date','2014-06-16'),(122161,16091,'_event_end_date','2014-06-16'),(122162,16091,'_event_rsvp','0'),(122163,16091,'_event_rsvp_date',''),(122164,16091,'_event_rsvp_time','00:00:00'),(122165,16091,'_event_spaces',''),(122166,16091,'_location_id','1'),(122167,16091,'_recurrence_id',''),(122168,16091,'_event_status','1'),(122169,16091,'_event_private','0'),(122170,16091,'_event_date_created',''),(122171,16091,'_event_date_modified',''),(122172,16091,'_blog_id',''),(122173,16091,'_group_id','0'),(122174,16091,'_recurrence','0'),(122175,16091,'_recurrence_interval',''),(122176,16091,'_recurrence_freq',''),(122177,16091,'_recurrence_days','0'),(122178,16091,'_recurrence_byday',''),(122179,16091,'_recurrence_byweekno',''),(122180,16091,'_start_ts','1402876800'),(122181,16091,'_end_ts','1402876800'),(122186,16093,'_edit_last','2'),(122187,16093,'_edit_lock','1386784990:2'),(122192,16093,'_event_id','2119'),(122193,16093,'_event_start_time','00:00:00'),(122194,16093,'_event_end_time','00:00:00'),(122195,16093,'_event_all_day','1'),(122196,16093,'_event_start_date','2014-06-20'),(122197,16093,'_event_end_date','2014-06-22'),(122198,16093,'_event_rsvp','0'),(122199,16093,'_event_rsvp_date',''),(122200,16093,'_event_rsvp_time','00:00:00'),(122201,16093,'_event_spaces',''),(122202,16093,'_location_id','1'),(122203,16093,'_recurrence_id',''),(122204,16093,'_event_status','1'),(122205,16093,'_event_private','0'),(122206,16093,'_event_date_created',''),(122207,16093,'_event_date_modified',''),(122208,16093,'_blog_id',''),(122209,16093,'_group_id','0'),(122210,16093,'_recurrence','0'),(122211,16093,'_recurrence_interval',''),(122212,16093,'_recurrence_freq',''),(122213,16093,'_recurrence_days','0'),(122214,16093,'_recurrence_byday',''),(122215,16093,'_recurrence_byweekno',''),(122216,16093,'_start_ts','1403222400'),(122217,16093,'_end_ts','1403395200'),(122218,16094,'_edit_last','1837'),(122219,16094,'_edit_lock','1385403447:1837'),(122222,16094,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122223,16094,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122224,16094,'_event_id','2120'),(122225,16094,'_event_start_time','00:00:00'),(122226,16094,'_event_end_time','00:00:00'),(122227,16094,'_event_all_day','1'),(122228,16094,'_event_start_date','2014-07-06'),(122229,16094,'_event_end_date','2014-07-06'),(122230,16094,'_event_rsvp','0'),(122231,16094,'_event_rsvp_date',''),(122232,16094,'_event_rsvp_time','00:00:00'),(122233,16094,'_event_spaces',''),(122234,16094,'_location_id','1'),(122235,16094,'_recurrence_id',''),(122236,16094,'_event_status','1'),(122237,16094,'_event_private','0'),(122238,16094,'_event_date_created',''),(122239,16094,'_event_date_modified',''),(122240,16094,'_blog_id',''),(122241,16094,'_group_id','0'),(122242,16094,'_recurrence','0'),(122243,16094,'_recurrence_interval',''),(122244,16094,'_recurrence_freq',''),(122245,16094,'_recurrence_days','0'),(122246,16094,'_recurrence_byday',''),(122247,16094,'_recurrence_byweekno',''),(122248,16094,'_start_ts','1404604800'),(122249,16094,'_end_ts','1404604800'),(122250,16095,'_edit_last','2'),(122251,16095,'_edit_lock','1386783928:2'),(122256,16095,'_event_id','2121'),(122257,16095,'_event_start_time','00:00:00'),(122258,16095,'_event_end_time','00:00:00'),(122259,16095,'_event_all_day','1'),(122260,16095,'_event_start_date','2014-08-04'),(122261,16095,'_event_end_date','2014-08-10'),(122262,16095,'_event_rsvp','0'),(122263,16095,'_event_rsvp_date',''),(122264,16095,'_event_rsvp_time','00:00:00'),(122265,16095,'_event_spaces',''),(122266,16095,'_location_id','1'),(122267,16095,'_recurrence_id',''),(122268,16095,'_event_status','1'),(122269,16095,'_event_private','0'),(122270,16095,'_event_date_created',''),(122271,16095,'_event_date_modified',''),(122272,16095,'_blog_id',''),(122273,16095,'_group_id','0'),(122274,16095,'_recurrence','0'),(122275,16095,'_recurrence_interval',''),(122276,16095,'_recurrence_freq',''),(122277,16095,'_recurrence_days','0'),(122278,16095,'_recurrence_byday',''),(122279,16095,'_recurrence_byweekno',''),(122280,16095,'_start_ts','1407110400'),(122281,16095,'_end_ts','1407628800'),(122282,16097,'_edit_last','1837'),(122283,16097,'_edit_lock','1385403853:1837'),(122286,16097,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122287,16097,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122288,16097,'_event_id','2122'),(122289,16097,'_event_start_time','08:00:00'),(122290,16097,'_event_end_time','18:00:00'),(122291,16097,'_event_all_day','0'),(122292,16097,'_event_start_date','2014-08-02'),(122293,16097,'_event_end_date','2014-08-02'),(122294,16097,'_event_rsvp','0'),(122295,16097,'_event_rsvp_date',''),(122296,16097,'_event_rsvp_time','00:00:00'),(122297,16097,'_event_spaces',''),(122298,16097,'_location_id','1'),(122299,16097,'_recurrence_id',''),(122300,16097,'_event_status','1'),(122301,16097,'_event_private','0'),(122302,16097,'_event_date_created',''),(122303,16097,'_event_date_modified',''),(122304,16097,'_blog_id',''),(122305,16097,'_group_id','0'),(122306,16097,'_recurrence','0'),(122307,16097,'_recurrence_interval',''),(122308,16097,'_recurrence_freq',''),(122309,16097,'_recurrence_days','0'),(122310,16097,'_recurrence_byday',''),(122311,16097,'_recurrence_byweekno',''),(122312,16097,'_start_ts','1406966400'),(122313,16097,'_end_ts','1407002400'),(122314,16098,'_edit_last','2'),(122315,16098,'_edit_lock','1386787058:2'),(122320,16098,'_event_id','2123'),(122321,16098,'_event_start_time','04:30:00'),(122322,16098,'_event_end_time','11:00:00'),(122323,16098,'_event_all_day','0'),(122324,16098,'_event_start_date','2014-08-04'),(122325,16098,'_event_end_date','2014-08-04'),(122326,16098,'_event_rsvp','0'),(122327,16098,'_event_rsvp_date',''),(122328,16098,'_event_rsvp_time','00:00:00'),(122329,16098,'_event_spaces',''),(122330,16098,'_location_id','1'),(122331,16098,'_recurrence_id',''),(122332,16098,'_event_status','1'),(122333,16098,'_event_private','0'),(122334,16098,'_event_date_created',''),(122335,16098,'_event_date_modified',''),(122336,16098,'_blog_id',''),(122337,16098,'_group_id','0'),(122338,16098,'_recurrence','0'),(122339,16098,'_recurrence_interval',''),(122340,16098,'_recurrence_freq',''),(122341,16098,'_recurrence_days','0'),(122342,16098,'_recurrence_byday',''),(122343,16098,'_recurrence_byweekno',''),(122344,16098,'_start_ts','1407126600'),(122345,16098,'_end_ts','1407150000'),(122346,16099,'_edit_last','1837'),(122347,16099,'_edit_lock','1385404379:1837'),(122350,16099,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122351,16099,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122352,16099,'_event_id','2124'),(122353,16099,'_event_start_time','14:00:00'),(122354,16099,'_event_end_time','23:30:00'),(122355,16099,'_event_all_day','0'),(122356,16099,'_event_start_date','2014-08-07'),(122357,16099,'_event_end_date','2014-08-07'),(122358,16099,'_event_rsvp','0'),(122359,16099,'_event_rsvp_date',''),(122360,16099,'_event_rsvp_time','00:00:00'),(122361,16099,'_event_spaces',''),(122362,16099,'_location_id','1'),(122363,16099,'_recurrence_id',''),(122364,16099,'_event_status','1'),(122365,16099,'_event_private','0'),(122366,16099,'_event_date_created',''),(122367,16099,'_event_date_modified',''),(122368,16099,'_blog_id',''),(122369,16099,'_group_id','0'),(122370,16099,'_recurrence','0'),(122371,16099,'_recurrence_interval',''),(122372,16099,'_recurrence_freq',''),(122373,16099,'_recurrence_days','0'),(122374,16099,'_recurrence_byday',''),(122375,16099,'_recurrence_byweekno',''),(122376,16099,'_start_ts','1407420000'),(122377,16099,'_end_ts','1407454200'),(122390,16104,'_edit_last','2'),(122391,16104,'_edit_lock','1385565004:2'),(122392,16104,'truethemes_video_url',''),(122393,16104,'truethemes_external_image_url',''),(122394,16104,'truethemes_slider_shortcode',''),(122395,16104,'truethemes_slider_cu3er',''),(122404,16104,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(122405,16104,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(122462,16113,'_edit_last','1837'),(122463,16113,'_edit_lock','1385654090:1837'),(122466,16113,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122467,16113,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122468,16113,'_event_id','2125'),(122469,16113,'_event_start_time','00:00:00'),(122470,16113,'_event_end_time','00:00:00'),(122471,16113,'_event_all_day','1'),(122472,16113,'_event_start_date','2014-08-08'),(122473,16113,'_event_end_date','2014-08-08'),(122474,16113,'_event_rsvp','0'),(122475,16113,'_event_rsvp_date',''),(122476,16113,'_event_rsvp_time','00:00:00'),(122477,16113,'_event_spaces',''),(122478,16113,'_location_id','1'),(122479,16113,'_recurrence_id',''),(122480,16113,'_event_status','1'),(122481,16113,'_event_private','0'),(122482,16113,'_event_date_created',''),(122483,16113,'_event_date_modified',''),(122484,16113,'_blog_id',''),(122485,16113,'_group_id','0'),(122486,16113,'_recurrence','0'),(122487,16113,'_recurrence_interval',''),(122488,16113,'_recurrence_freq',''),(122489,16113,'_recurrence_days','0'),(122490,16113,'_recurrence_byday',''),(122491,16113,'_recurrence_byweekno',''),(122492,16113,'_start_ts','1407456000'),(122493,16113,'_end_ts','1407456000'),(122494,16114,'_edit_last','2'),(122495,16114,'_edit_lock','1386782004:2'),(122500,16114,'_event_id','2126'),(122501,16114,'_event_start_time','10:00:00'),(122502,16114,'_event_end_time','18:00:00'),(122503,16114,'_event_all_day','0'),(122504,16114,'_event_start_date','2014-11-29'),(122505,16114,'_event_end_date','2014-11-29'),(122506,16114,'_event_rsvp','0'),(122507,16114,'_event_rsvp_date',''),(122508,16114,'_event_rsvp_time','00:00:00'),(122509,16114,'_event_spaces',''),(122510,16114,'_location_id','1'),(122511,16114,'_recurrence_id',''),(122512,16114,'_event_status','1'),(122513,16114,'_event_private','0'),(122514,16114,'_event_date_created',''),(122515,16114,'_event_date_modified',''),(122516,16114,'_blog_id',''),(122517,16114,'_group_id','0'),(122518,16114,'_recurrence','0'),(122519,16114,'_recurrence_interval',''),(122520,16114,'_recurrence_freq',''),(122521,16114,'_recurrence_days','0'),(122522,16114,'_recurrence_byday',''),(122523,16114,'_recurrence_byweekno',''),(122524,16114,'_start_ts','1417255200'),(122525,16114,'_end_ts','1417284000'),(122526,16115,'_edit_last','2'),(122527,16115,'_edit_lock','1386782116:2'),(122532,16115,'_event_id','2127'),(122533,16115,'_event_start_time','00:00:00'),(122534,16115,'_event_end_time','00:00:00'),(122535,16115,'_event_all_day','1'),(122536,16115,'_event_start_date','2014-11-29'),(122537,16115,'_event_end_date','2014-11-29'),(122538,16115,'_event_rsvp','0'),(122539,16115,'_event_rsvp_date',''),(122540,16115,'_event_rsvp_time','00:00:00'),(122541,16115,'_event_spaces',''),(122542,16115,'_location_id','1'),(122543,16115,'_recurrence_id',''),(122544,16115,'_event_status','1'),(122545,16115,'_event_private','0'),(122546,16115,'_event_date_created',''),(122547,16115,'_event_date_modified',''),(122548,16115,'_blog_id',''),(122549,16115,'_group_id','0'),(122550,16115,'_recurrence','0'),(122551,16115,'_recurrence_interval',''),(122552,16115,'_recurrence_freq',''),(122553,16115,'_recurrence_days','0'),(122554,16115,'_recurrence_byday',''),(122555,16115,'_recurrence_byweekno',''),(122556,16115,'_start_ts','1417219200'),(122557,16115,'_end_ts','1417219200'),(122558,16116,'_edit_last','1837'),(122559,16116,'_edit_lock','1385654434:1837'),(122562,16116,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122563,16116,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122564,16116,'_event_id','2128'),(122565,16116,'_event_start_time','00:00:00'),(122566,16116,'_event_end_time','00:00:00'),(122567,16116,'_event_all_day','1'),(122568,16116,'_event_start_date','2014-11-29'),(122569,16116,'_event_end_date','2014-12-05'),(122570,16116,'_event_rsvp','0'),(122571,16116,'_event_rsvp_date',''),(122572,16116,'_event_rsvp_time','00:00:00'),(122573,16116,'_event_spaces',''),(122574,16116,'_location_id','1'),(122575,16116,'_recurrence_id',''),(122576,16116,'_event_status','1'),(122577,16116,'_event_private','0'),(122578,16116,'_event_date_created',''),(122579,16116,'_event_date_modified',''),(122580,16116,'_blog_id',''),(122581,16116,'_group_id','0'),(122582,16116,'_recurrence','0'),(122583,16116,'_recurrence_interval',''),(122584,16116,'_recurrence_freq',''),(122585,16116,'_recurrence_days','0'),(122586,16116,'_recurrence_byday',''),(122587,16116,'_recurrence_byweekno',''),(122588,16116,'_start_ts','1417219200'),(122589,16116,'_end_ts','1417737600'),(122590,16117,'_edit_last','1837'),(122591,16117,'_edit_lock','1385654560:1837'),(122594,16117,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122595,16117,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122596,16117,'_event_id','2129'),(122597,16117,'_event_start_time','00:00:00'),(122598,16117,'_event_end_time','00:00:00'),(122599,16117,'_event_all_day','1'),(122600,16117,'_event_start_date','2014-12-17'),(122601,16117,'_event_end_date','2014-12-21'),(122602,16117,'_event_rsvp','0'),(122603,16117,'_event_rsvp_date',''),(122604,16117,'_event_rsvp_time','00:00:00'),(122605,16117,'_event_spaces',''),(122606,16117,'_location_id','1'),(122607,16117,'_recurrence_id',''),(122608,16117,'_event_status','1'),(122609,16117,'_event_private','0'),(122610,16117,'_event_date_created',''),(122611,16117,'_event_date_modified',''),(122612,16117,'_blog_id',''),(122613,16117,'_group_id','0'),(122614,16117,'_recurrence','0'),(122615,16117,'_recurrence_interval',''),(122616,16117,'_recurrence_freq',''),(122617,16117,'_recurrence_days','0'),(122618,16117,'_recurrence_byday',''),(122619,16117,'_recurrence_byweekno',''),(122620,16117,'_start_ts','1418774400'),(122621,16117,'_end_ts','1419120000'),(122622,16118,'_edit_last','1837'),(122623,16118,'_edit_lock','1389277450:1837'),(122628,16118,'_event_id','2130'),(122629,16118,'_event_start_time','00:00:00'),(122630,16118,'_event_end_time','00:00:00'),(122631,16118,'_event_all_day','1'),(122632,16118,'_event_start_date','2014-12-14'),(122633,16118,'_event_end_date','2014-12-15'),(122634,16118,'_event_rsvp','0'),(122635,16118,'_event_rsvp_date',''),(122636,16118,'_event_rsvp_time','00:00:00'),(122637,16118,'_event_spaces',''),(122638,16118,'_location_id','1'),(122639,16118,'_recurrence_id',''),(122640,16118,'_event_status','1'),(122641,16118,'_event_private','0'),(122642,16118,'_event_date_created',''),(122643,16118,'_event_date_modified',''),(122644,16118,'_blog_id',''),(122645,16118,'_group_id','0'),(122646,16118,'_recurrence','0'),(122647,16118,'_recurrence_interval',''),(122648,16118,'_recurrence_freq',''),(122649,16118,'_recurrence_days','0'),(122650,16118,'_recurrence_byday',''),(122651,16118,'_recurrence_byweekno',''),(122652,16118,'_start_ts','1418515200'),(122653,16118,'_end_ts','1418601600'),(122654,16120,'_edit_last','1837'),(122655,16120,'_edit_lock','1385665169:1837'),(122660,16120,'_event_id','2131'),(122661,16120,'_event_start_time','00:00:00'),(122662,16120,'_event_end_time','00:00:00'),(122663,16120,'_event_all_day','1'),(122664,16120,'_event_start_date','2014-12-19'),(122665,16120,'_event_end_date','2014-12-19'),(122666,16120,'_event_rsvp','0'),(122667,16120,'_event_rsvp_date',''),(122668,16120,'_event_rsvp_time','00:00:00'),(122669,16120,'_event_spaces',''),(122670,16120,'_location_id','1'),(122671,16120,'_recurrence_id',''),(122672,16120,'_event_status','1'),(122673,16120,'_event_private','0'),(122674,16120,'_event_date_created',''),(122675,16120,'_event_date_modified',''),(122676,16120,'_blog_id',''),(122677,16120,'_group_id','0'),(122678,16120,'_recurrence','0'),(122679,16120,'_recurrence_interval',''),(122680,16120,'_recurrence_freq',''),(122681,16120,'_recurrence_days','0'),(122682,16120,'_recurrence_byday',''),(122683,16120,'_recurrence_byweekno',''),(122684,16120,'_start_ts','1418947200'),(122685,16120,'_end_ts','1418947200'),(122692,16120,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122693,16120,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122694,16122,'_edit_last','1837'),(122695,16122,'_edit_lock','1386000796:1837'),(122700,16122,'_event_id','2132'),(122701,16122,'_event_start_time','00:00:00'),(122702,16122,'_event_end_time','00:00:00'),(122703,16122,'_event_all_day','1'),(122704,16122,'_event_start_date','2014-01-01'),(122705,16122,'_event_end_date','2014-01-01'),(122706,16122,'_event_rsvp','0'),(122707,16122,'_event_rsvp_date',''),(122708,16122,'_event_rsvp_time','00:00:00'),(122709,16122,'_event_spaces',''),(122710,16122,'_location_id','20'),(122711,16122,'_recurrence_id',''),(122712,16122,'_event_status','1'),(122713,16122,'_event_private','0'),(122714,16122,'_event_date_created',''),(122715,16122,'_event_date_modified',''),(122716,16122,'_blog_id',''),(122717,16122,'_group_id','0'),(122718,16122,'_recurrence','0'),(122719,16122,'_recurrence_interval',''),(122720,16122,'_recurrence_freq',''),(122721,16122,'_recurrence_days','0'),(122722,16122,'_recurrence_byday',''),(122723,16122,'_recurrence_byweekno',''),(122724,16122,'_start_ts','1388534400'),(122725,16122,'_end_ts','1388534400'),(122726,16124,'_edit_last','1837'),(122727,16124,'_edit_lock','1386000939:1837'),(122730,16124,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122731,16124,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122732,16124,'_event_id','2133'),(122733,16124,'_event_start_time','00:00:00'),(122734,16124,'_event_end_time','00:00:00'),(122735,16124,'_event_all_day','1'),(122736,16124,'_event_start_date','2014-03-08'),(122737,16124,'_event_end_date','2014-03-17'),(122738,16124,'_event_rsvp','0'),(122739,16124,'_event_rsvp_date',''),(122740,16124,'_event_rsvp_time','00:00:00'),(122741,16124,'_event_spaces',''),(122742,16124,'_location_id','20'),(122743,16124,'_recurrence_id',''),(122744,16124,'_event_status','1'),(122745,16124,'_event_private','0'),(122746,16124,'_event_date_created',''),(122747,16124,'_event_date_modified',''),(122748,16124,'_blog_id',''),(122749,16124,'_group_id','0'),(122750,16124,'_recurrence','0'),(122751,16124,'_recurrence_interval',''),(122752,16124,'_recurrence_freq',''),(122753,16124,'_recurrence_days','0'),(122754,16124,'_recurrence_byday',''),(122755,16124,'_recurrence_byweekno',''),(122756,16124,'_start_ts','1394236800'),(122757,16124,'_end_ts','1395014400'),(122760,16122,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122761,16122,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122762,16125,'_edit_last','1837'),(122763,16125,'_edit_lock','1386000981:1837'),(122768,16125,'_event_id','2134'),(122769,16125,'_event_start_time','00:00:00'),(122770,16125,'_event_end_time','00:00:00'),(122771,16125,'_event_all_day','1'),(122772,16125,'_event_start_date','2014-03-17'),(122773,16125,'_event_end_date','2014-03-17'),(122774,16125,'_event_rsvp','0'),(122775,16125,'_event_rsvp_date',''),(122776,16125,'_event_rsvp_time','00:00:00'),(122777,16125,'_event_spaces',''),(122778,16125,'_location_id','20'),(122779,16125,'_recurrence_id',''),(122780,16125,'_event_status','1'),(122781,16125,'_event_private','0'),(122782,16125,'_event_date_created',''),(122783,16125,'_event_date_modified',''),(122784,16125,'_blog_id',''),(122785,16125,'_group_id','0'),(122786,16125,'_recurrence','0'),(122787,16125,'_recurrence_interval',''),(122788,16125,'_recurrence_freq',''),(122789,16125,'_recurrence_days','0'),(122790,16125,'_recurrence_byday',''),(122791,16125,'_recurrence_byweekno',''),(122792,16125,'_start_ts','1395014400'),(122793,16125,'_end_ts','1395014400'),(122794,16126,'_feedback_author',''),(122795,16126,'_feedback_author_email',''),(122796,16126,'_feedback_author_url',''),(122797,16126,'_feedback_subject','Signup form OneCaribbean'),(122798,16126,'_feedback_ip','10.17.1.254'),(122799,16126,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(122800,16126,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"monica12345\";s:13:\"Email address\";s:22:\"passportman1@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:20:\"global trade limited\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(122801,16126,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"monica12345\";s:13:\"Email address\";s:22:\"passportman1@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:20:\"global trade limited\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(122802,16126,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:63:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cccd5d5a-e182-4825-a360-27b1f46fb943\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48150\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"196.202.236.217\";s:15:\"HTTP_USER_AGENT\";s:63:\"Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"ISO-8859-1,utf-8;q=0.7,*;q=0.7\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1385706190.0957\";s:12:\"REQUEST_TIME\";s:10:\"1385706190\";}'),(122803,16126,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:241:\"Name: monica12345\n\nEmail address: passportman1@gmail.com\n\nCountry of Residence: USA\n\nName of Organization/Company: global trade limited\n\nWhich best describes you?: Ministry of Tourism\n\nMessage was sent on Friday November 29, 2013 at 2:23 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(122804,16127,'_feedback_author',''),(122805,16127,'_feedback_author_email',''),(122806,16127,'_feedback_author_url',''),(122807,16127,'_feedback_subject','Signup form OneCaribbean'),(122808,16127,'_feedback_ip','10.17.1.254'),(122809,16127,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(122810,16127,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"David Harris\";s:13:\"Email address\";s:27:\"david.harris@tripopolis.net\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:18:\"Tripopolis Limited\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(122811,16127,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"David Harris\";s:13:\"Email address\";s:27:\"david.harris@tripopolis.net\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:18:\"Tripopolis Limited\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(122812,16127,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f707cbc5-686c-44ab-bcc3-c41cef741ab8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51912\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"615\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"90.210.172.103\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:32:\"en-US,en;q=0.8,de;q=0.6,fr;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"615\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1385833173.4038\";s:12:\"REQUEST_TIME\";s:10:\"1385833173\";}'),(122813,16127,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:510:\"Name: David Harris\n\nEmail address: david.harris@tripopolis.net\n\nCountry of Residence: UK\n\nName of Organization/Company: Tripopolis Limited\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday November 30, 2013 at 1:39 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(122814,16128,'_edit_last','1837'),(122815,16128,'_edit_lock','1385998784:1837'),(122820,16128,'_event_id','2135'),(122821,16128,'_event_start_time','00:00:00'),(122822,16128,'_event_end_time','00:00:00'),(122823,16128,'_event_all_day','0'),(122824,16128,'_event_start_date','2014-07-14'),(122825,16128,'_event_end_date','2014-07-21'),(122826,16128,'_event_rsvp','0'),(122827,16128,'_event_rsvp_date',''),(122828,16128,'_event_rsvp_time','00:00:00'),(122829,16128,'_event_spaces',''),(122830,16128,'_location_id','20'),(122831,16128,'_recurrence_id',''),(122832,16128,'_event_status','1'),(122833,16128,'_event_private','0'),(122834,16128,'_event_date_created',''),(122835,16128,'_event_date_modified',''),(122836,16128,'_blog_id',''),(122837,16128,'_group_id','0'),(122838,16128,'_recurrence','0'),(122839,16128,'_recurrence_interval',''),(122840,16128,'_recurrence_freq',''),(122841,16128,'_recurrence_days','0'),(122842,16128,'_recurrence_byday',''),(122843,16128,'_recurrence_byweekno',''),(122844,16128,'_start_ts','1405296000'),(122845,16128,'_end_ts','1405900800'),(122860,16128,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122861,16128,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122862,16131,'_edit_last','1837'),(122863,16131,'_edit_lock','1385999811:1837'),(122866,16131,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122867,16131,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122868,16131,'_event_id','2136'),(122869,16131,'_event_start_time','00:00:00'),(122870,16131,'_event_end_time','00:00:00'),(122871,16131,'_event_all_day','1'),(122872,16131,'_event_start_date','2014-08-02'),(122873,16131,'_event_end_date','2014-08-02'),(122874,16131,'_event_rsvp','0'),(122875,16131,'_event_rsvp_date',''),(122876,16131,'_event_rsvp_time','00:00:00'),(122877,16131,'_event_spaces',''),(122878,16131,'_location_id','20'),(122879,16131,'_recurrence_id',''),(122880,16131,'_event_status','1'),(122881,16131,'_event_private','0'),(122882,16131,'_event_date_created',''),(122883,16131,'_event_date_modified',''),(122884,16131,'_blog_id',''),(122885,16131,'_group_id','0'),(122886,16131,'_recurrence','0'),(122887,16131,'_recurrence_interval',''),(122888,16131,'_recurrence_freq',''),(122889,16131,'_recurrence_days','0'),(122890,16131,'_recurrence_byday',''),(122891,16131,'_recurrence_byweekno',''),(122892,16131,'_start_ts','1406937600'),(122893,16131,'_end_ts','1406937600'),(122894,16133,'_edit_last','1837'),(122895,16133,'_edit_lock','1386000424:1837'),(122900,16133,'_event_id','2137'),(122901,16133,'_event_start_time','00:00:00'),(122902,16133,'_event_end_time','00:00:00'),(122903,16133,'_event_all_day','1'),(122904,16133,'_event_start_date','2014-08-04'),(122905,16133,'_event_end_date','2014-08-04'),(122906,16133,'_event_rsvp','0'),(122907,16133,'_event_rsvp_date',''),(122908,16133,'_event_rsvp_time','00:00:00'),(122909,16133,'_event_spaces',''),(122910,16133,'_location_id','20'),(122911,16133,'_recurrence_id',''),(122912,16133,'_event_status','1'),(122913,16133,'_event_private','0'),(122914,16133,'_event_date_created',''),(122915,16133,'_event_date_modified',''),(122916,16133,'_blog_id',''),(122917,16133,'_group_id','0'),(122918,16133,'_recurrence','0'),(122919,16133,'_recurrence_interval',''),(122920,16133,'_recurrence_freq',''),(122921,16133,'_recurrence_days','0'),(122922,16133,'_recurrence_byday',''),(122923,16133,'_recurrence_byweekno',''),(122924,16133,'_start_ts','1407110400'),(122925,16133,'_end_ts','1407110400'),(122926,16134,'_edit_last','2'),(122927,16134,'_edit_lock','1386782107:2'),(122932,16134,'_event_id','2138'),(122933,16134,'_event_start_time','00:00:00'),(122934,16134,'_event_end_time','00:00:00'),(122935,16134,'_event_all_day','1'),(122936,16134,'_event_start_date','2014-11-14'),(122937,16134,'_event_end_date','2014-11-16'),(122938,16134,'_event_rsvp','0'),(122939,16134,'_event_rsvp_date',''),(122940,16134,'_event_rsvp_time','00:00:00'),(122941,16134,'_event_spaces',''),(122942,16134,'_location_id','20'),(122943,16134,'_recurrence_id',''),(122944,16134,'_event_status','1'),(122945,16134,'_event_private','0'),(122946,16134,'_event_date_created',''),(122947,16134,'_event_date_modified',''),(122948,16134,'_blog_id',''),(122949,16134,'_group_id','0'),(122950,16134,'_recurrence','0'),(122951,16134,'_recurrence_interval',''),(122952,16134,'_recurrence_freq',''),(122953,16134,'_recurrence_days','0'),(122954,16134,'_recurrence_byday',''),(122955,16134,'_recurrence_byweekno',''),(122956,16134,'_start_ts','1415923200'),(122957,16134,'_end_ts','1416096000'),(122960,16133,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122961,16133,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122962,16137,'_edit_last','1837'),(122963,16137,'_edit_lock','1386000633:1837'),(122966,16137,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122967,16137,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(122968,16137,'_event_id','2139'),(122969,16137,'_event_start_time','00:00:00'),(122970,16137,'_event_end_time','00:00:00'),(122971,16137,'_event_all_day','1'),(122972,16137,'_event_start_date','2014-12-14'),(122973,16137,'_event_end_date','2015-01-01'),(122974,16137,'_event_rsvp','0'),(122975,16137,'_event_rsvp_date',''),(122976,16137,'_event_rsvp_time','00:00:00'),(122977,16137,'_event_spaces',''),(122978,16137,'_location_id','20'),(122979,16137,'_recurrence_id',''),(122980,16137,'_event_status','1'),(122981,16137,'_event_private','0'),(122982,16137,'_event_date_created',''),(122983,16137,'_event_date_modified',''),(122984,16137,'_blog_id',''),(122985,16137,'_group_id','0'),(122986,16137,'_recurrence','0'),(122987,16137,'_recurrence_interval',''),(122988,16137,'_recurrence_freq',''),(122989,16137,'_recurrence_days','0'),(122990,16137,'_recurrence_byday',''),(122991,16137,'_recurrence_byweekno',''),(122992,16137,'_start_ts','1418515200'),(122993,16137,'_end_ts','1420070400'),(123000,16125,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123001,16125,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123017,16140,'_wp_attached_file','Lattab13.pdf'),(123048,16145,'_edit_last','1837'),(123049,16145,'_edit_lock','1386009858:1837'),(123052,16145,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123053,16145,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123054,16145,'_event_id','2140'),(123055,16145,'_event_start_time','00:00:00'),(123056,16145,'_event_end_time','00:00:00'),(123057,16145,'_event_all_day','1'),(123058,16145,'_event_start_date','2014-01-30'),(123059,16145,'_event_end_date','2014-02-08'),(123060,16145,'_event_rsvp','0'),(123061,16145,'_event_rsvp_date',''),(123062,16145,'_event_rsvp_time','00:00:00'),(123063,16145,'_event_spaces',''),(123064,16145,'_location_id','14'),(123065,16145,'_recurrence_id',''),(123066,16145,'_event_status','1'),(123067,16145,'_event_private','0'),(123068,16145,'_event_date_created',''),(123069,16145,'_event_date_modified',''),(123070,16145,'_blog_id',''),(123071,16145,'_group_id','0'),(123072,16145,'_recurrence','0'),(123073,16145,'_recurrence_interval',''),(123074,16145,'_recurrence_freq',''),(123075,16145,'_recurrence_days','0'),(123076,16145,'_recurrence_byday',''),(123077,16145,'_recurrence_byweekno',''),(123078,16145,'_start_ts','1391040000'),(123079,16145,'_end_ts','1391817600'),(123080,16146,'_edit_last','1837'),(123081,16146,'_edit_lock','1386009976:1837'),(123084,16146,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123085,16146,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123086,16146,'_event_id','2141'),(123087,16146,'_event_start_time','00:00:00'),(123088,16146,'_event_end_time','00:00:00'),(123089,16146,'_event_all_day','1'),(123090,16146,'_event_start_date','2014-01-06'),(123091,16146,'_event_end_date','2014-03-05'),(123092,16146,'_event_rsvp','0'),(123093,16146,'_event_rsvp_date',''),(123094,16146,'_event_rsvp_time','00:00:00'),(123095,16146,'_event_spaces',''),(123096,16146,'_location_id','14'),(123097,16146,'_recurrence_id',''),(123098,16146,'_event_status','1'),(123099,16146,'_event_private','0'),(123100,16146,'_event_date_created',''),(123101,16146,'_event_date_modified',''),(123102,16146,'_blog_id',''),(123103,16146,'_group_id','0'),(123104,16146,'_recurrence','0'),(123105,16146,'_recurrence_interval',''),(123106,16146,'_recurrence_freq',''),(123107,16146,'_recurrence_days','0'),(123108,16146,'_recurrence_byday',''),(123109,16146,'_recurrence_byweekno',''),(123110,16146,'_start_ts','1388966400'),(123111,16146,'_end_ts','1393977600'),(123112,16147,'_edit_last','1837'),(123113,16147,'_edit_lock','1386010231:1837'),(123116,16147,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123117,16147,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123118,16147,'_event_id','2142'),(123119,16147,'_event_start_time','00:00:00'),(123120,16147,'_event_end_time','00:00:00'),(123121,16147,'_event_all_day','1'),(123122,16147,'_event_start_date','2014-04-19'),(123123,16147,'_event_end_date','2014-04-20'),(123124,16147,'_event_rsvp','0'),(123125,16147,'_event_rsvp_date',''),(123126,16147,'_event_rsvp_time','00:00:00'),(123127,16147,'_event_spaces',''),(123128,16147,'_location_id','14'),(123129,16147,'_recurrence_id',''),(123130,16147,'_event_status','1'),(123131,16147,'_event_private','0'),(123132,16147,'_event_date_created',''),(123133,16147,'_event_date_modified',''),(123134,16147,'_blog_id',''),(123135,16147,'_group_id','0'),(123136,16147,'_recurrence','0'),(123137,16147,'_recurrence_interval',''),(123138,16147,'_recurrence_freq',''),(123139,16147,'_recurrence_days','0'),(123140,16147,'_recurrence_byday',''),(123141,16147,'_recurrence_byweekno',''),(123142,16147,'_start_ts','1397865600'),(123143,16147,'_end_ts','1397952000'),(123144,16148,'_edit_last','1837'),(123145,16148,'_edit_lock','1386010341:1837'),(123148,16148,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123149,16148,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123150,16148,'_event_id','2143'),(123151,16148,'_event_start_time','00:00:00'),(123152,16148,'_event_end_time','00:00:00'),(123153,16148,'_event_all_day','1'),(123154,16148,'_event_start_date','2014-04-10'),(123155,16148,'_event_end_date','2014-04-13'),(123156,16148,'_event_rsvp','0'),(123157,16148,'_event_rsvp_date',''),(123158,16148,'_event_rsvp_time','00:00:00'),(123159,16148,'_event_spaces',''),(123160,16148,'_location_id','14'),(123161,16148,'_recurrence_id',''),(123162,16148,'_event_status','1'),(123163,16148,'_event_private','0'),(123164,16148,'_event_date_created',''),(123165,16148,'_event_date_modified',''),(123166,16148,'_blog_id',''),(123167,16148,'_group_id','0'),(123168,16148,'_recurrence','0'),(123169,16148,'_recurrence_interval',''),(123170,16148,'_recurrence_freq',''),(123171,16148,'_recurrence_days','0'),(123172,16148,'_recurrence_byday',''),(123173,16148,'_recurrence_byweekno',''),(123174,16148,'_start_ts','1397088000'),(123175,16148,'_end_ts','1397347200'),(123176,16149,'_edit_last','1837'),(123177,16149,'_edit_lock','1386010457:1837'),(123180,16149,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123181,16149,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123182,16149,'_event_id','2144'),(123183,16149,'_event_start_time','00:00:00'),(123184,16149,'_event_end_time','00:00:00'),(123185,16149,'_event_all_day','1'),(123186,16149,'_event_start_date','2014-04-19'),(123187,16149,'_event_end_date','2014-04-20'),(123188,16149,'_event_rsvp','0'),(123189,16149,'_event_rsvp_date',''),(123190,16149,'_event_rsvp_time','00:00:00'),(123191,16149,'_event_spaces',''),(123192,16149,'_location_id','14'),(123193,16149,'_recurrence_id',''),(123194,16149,'_event_status','1'),(123195,16149,'_event_private','0'),(123196,16149,'_event_date_created',''),(123197,16149,'_event_date_modified',''),(123198,16149,'_blog_id',''),(123199,16149,'_group_id','0'),(123200,16149,'_recurrence','0'),(123201,16149,'_recurrence_interval',''),(123202,16149,'_recurrence_freq',''),(123203,16149,'_recurrence_days','0'),(123204,16149,'_recurrence_byday',''),(123205,16149,'_recurrence_byweekno',''),(123206,16149,'_start_ts','1397865600'),(123207,16149,'_end_ts','1397952000'),(123208,16150,'_edit_last','1837'),(123209,16150,'_edit_lock','1386010609:1837'),(123212,16150,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123213,16150,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123214,16150,'_event_id','2145'),(123215,16150,'_event_start_time','00:00:00'),(123216,16150,'_event_end_time','00:00:00'),(123217,16150,'_event_all_day','1'),(123218,16150,'_event_start_date','2014-04-26'),(123219,16150,'_event_end_date','2014-04-27'),(123220,16150,'_event_rsvp','0'),(123221,16150,'_event_rsvp_date',''),(123222,16150,'_event_rsvp_time','00:00:00'),(123223,16150,'_event_spaces',''),(123224,16150,'_location_id','14'),(123225,16150,'_recurrence_id',''),(123226,16150,'_event_status','1'),(123227,16150,'_event_private','0'),(123228,16150,'_event_date_created',''),(123229,16150,'_event_date_modified',''),(123230,16150,'_blog_id',''),(123231,16150,'_group_id','0'),(123232,16150,'_recurrence','0'),(123233,16150,'_recurrence_interval',''),(123234,16150,'_recurrence_freq',''),(123235,16150,'_recurrence_days','0'),(123236,16150,'_recurrence_byday',''),(123237,16150,'_recurrence_byweekno',''),(123238,16150,'_start_ts','1398470400'),(123239,16150,'_end_ts','1398556800'),(123240,16151,'_edit_last','1837'),(123241,16151,'_edit_lock','1386010925:1837'),(123244,16151,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123245,16151,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123246,16151,'_event_id','2146'),(123247,16151,'_event_start_time','00:00:00'),(123248,16151,'_event_end_time','00:00:00'),(123249,16151,'_event_all_day','1'),(123250,16151,'_event_start_date','2014-04-19'),(123251,16151,'_event_end_date','2014-04-27'),(123252,16151,'_event_rsvp','0'),(123253,16151,'_event_rsvp_date',''),(123254,16151,'_event_rsvp_time','00:00:00'),(123255,16151,'_event_spaces',''),(123256,16151,'_location_id','14'),(123257,16151,'_recurrence_id',''),(123258,16151,'_event_status','1'),(123259,16151,'_event_private','0'),(123260,16151,'_event_date_created',''),(123261,16151,'_event_date_modified',''),(123262,16151,'_blog_id',''),(123263,16151,'_group_id','0'),(123264,16151,'_recurrence','0'),(123265,16151,'_recurrence_interval',''),(123266,16151,'_recurrence_freq',''),(123267,16151,'_recurrence_days','0'),(123268,16151,'_recurrence_byday',''),(123269,16151,'_recurrence_byweekno',''),(123270,16151,'_start_ts','1397865600'),(123271,16151,'_end_ts','1398556800'),(123272,16153,'_wp_attached_file','AgrotourismInvestmentSeminarReportFinal2013.pdf'),(123273,16153,'_edit_lock','1386078636:2'),(123286,16156,'_wp_attached_file','CWALinkingLocalProductionAgrotourismGailHenrgy2013.pdf'),(123287,16156,'_edit_lock','1386081011:2'),(123300,16159,'_wp_attached_file','3CTO-Food-Tourism-Presentation-1-CWA-AIS.pdf'),(123301,16159,'_edit_lock','1386082765:2'),(123310,1859,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(123311,1859,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(123312,1859,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(123313,1859,'_aioseop_title','Sustainable Tourism Conference Papers and Resources'),(123318,16162,'_wp_attached_file','winnerslide.jpg'),(123319,16162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:274;s:4:\"file\";s:15:\"winnerslide.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"winnerslide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"winnerslide-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(123320,16162,'_edit_lock','1386168537:2'),(123348,16168,'_feedback_author',''),(123349,16168,'_feedback_author_email',''),(123350,16168,'_feedback_author_url',''),(123351,16168,'_feedback_subject','Signup form OneCaribbean'),(123352,16168,'_feedback_ip','10.17.1.254'),(123353,16168,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(123354,16168,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"szakzkyk\";s:13:\"Email address\";s:17:\"uiorkc@rmojyw.com\";s:20:\"Country of Residence\";s:18:\"wfQboaLkqZxmlvzBJJ\";s:28:\"Name of Organization/Company\";s:8:\"szakzkyk\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:8:\"hqSFSnXo\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(123355,16168,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"szakzkyk\";s:13:\"Email address\";s:17:\"uiorkc@rmojyw.com\";s:20:\"Country of Residence\";s:18:\"wfQboaLkqZxmlvzBJJ\";s:28:\"Name of Organization/Company\";s:8:\"szakzkyk\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:8:\"hqSFSnXo\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(123356,16168,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2127bf0e-685e-4194-a983-1df407b49748\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48284\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.59.67.198\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1386533884.9452\";s:12:\"REQUEST_TIME\";s:10:\"1386533884\";}'),(123357,16168,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:288:\"Name: szakzkyk\n\nEmail address: uiorkc@rmojyw.com\n\nCountry of Residence: wfQboaLkqZxmlvzBJJ\n\nName of Organization/Company: szakzkyk\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: hqSFSnXo\n\nMessage was sent on Sunday December 8, 2013 at 4:18 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(123457,10823,'_edit_lock','1386623419:2'),(123458,10823,'_edit_last','2'),(123461,10823,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123462,10823,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123478,15833,'_wp_old_slug','st-kitts-and-nevis-8th-annual-r-o-t-o-reach-one-teach-one-basketball-summer-camp'),(123489,15380,'_wp_old_slug','trinidad-and-tobago-ventures-hockey-club-11th-annual-invitational-indoor-hockey-tournament'),(123494,15592,'_wp_old_slug','st-kitts-and-nevis-national-carnival-last-lap-parade-public-holiday'),(123495,15592,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123496,15592,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123499,16025,'_wp_old_slug','st-vincent-and-the-grenadines-19th-mustique-blues-festival'),(123500,16025,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123501,16025,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123504,16028,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123505,16028,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123508,15672,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123509,15672,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123512,16031,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123513,16031,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123516,15382,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123517,15382,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123520,15830,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123521,15830,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123554,12403,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(123555,12403,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(123653,16212,'_edit_last','1837'),(123654,16212,'_edit_lock','1391023025:1837'),(123659,16212,'_event_id','2148'),(123660,16212,'_event_start_time','00:00:00'),(123661,16212,'_event_end_time','00:00:00'),(123662,16212,'_event_all_day','1'),(123663,16212,'_event_start_date','2014-01-03'),(123664,16212,'_event_end_date','2014-04-27'),(123665,16212,'_event_rsvp','0'),(123666,16212,'_event_rsvp_date',''),(123667,16212,'_event_rsvp_time','00:00:00'),(123668,16212,'_event_spaces',''),(123669,16212,'_location_id','18'),(123670,16212,'_recurrence_id',''),(123671,16212,'_event_status','1'),(123672,16212,'_event_private','0'),(123673,16212,'_event_date_created',''),(123674,16212,'_event_date_modified',''),(123675,16212,'_blog_id',''),(123676,16212,'_group_id','0'),(123677,16212,'_recurrence','0'),(123678,16212,'_recurrence_interval',''),(123679,16212,'_recurrence_freq',''),(123680,16212,'_recurrence_days','0'),(123681,16212,'_recurrence_byday',''),(123682,16212,'_recurrence_byweekno',''),(123683,16212,'_start_ts','1388707200'),(123684,16212,'_end_ts','1398556800'),(123685,16214,'_edit_last','1837'),(123686,16214,'_edit_lock','1386786056:1837'),(123689,16214,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123690,16214,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123691,16214,'_event_id','2149'),(123692,16214,'_event_start_time','00:00:00'),(123693,16214,'_event_end_time','00:00:00'),(123694,16214,'_event_all_day','1'),(123695,16214,'_event_start_date','2014-01-06'),(123696,16214,'_event_end_date','2014-01-06'),(123697,16214,'_event_rsvp','0'),(123698,16214,'_event_rsvp_date',''),(123699,16214,'_event_rsvp_time','00:00:00'),(123700,16214,'_event_spaces',''),(123701,16214,'_location_id','18'),(123702,16214,'_recurrence_id',''),(123703,16214,'_event_status','1'),(123704,16214,'_event_private','0'),(123705,16214,'_event_date_created',''),(123706,16214,'_event_date_modified',''),(123707,16214,'_blog_id',''),(123708,16214,'_group_id','0'),(123709,16214,'_recurrence','0'),(123710,16214,'_recurrence_interval',''),(123711,16214,'_recurrence_freq',''),(123712,16214,'_recurrence_days','0'),(123713,16214,'_recurrence_byday',''),(123714,16214,'_recurrence_byweekno',''),(123715,16214,'_start_ts','1388966400'),(123716,16214,'_end_ts','1388966400'),(123717,16215,'_edit_last','1837'),(123718,16215,'_edit_lock','1386786009:1837'),(123721,16215,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123722,16215,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123723,16215,'_event_id','2150'),(123724,16215,'_event_start_time','00:00:00'),(123725,16215,'_event_end_time','00:00:00'),(123726,16215,'_event_all_day','1'),(123727,16215,'_event_start_date','2014-01-12'),(123728,16215,'_event_end_date','2014-01-14'),(123729,16215,'_event_rsvp','0'),(123730,16215,'_event_rsvp_date',''),(123731,16215,'_event_rsvp_time','00:00:00'),(123732,16215,'_event_spaces',''),(123733,16215,'_location_id','18'),(123734,16215,'_recurrence_id',''),(123735,16215,'_event_status','1'),(123736,16215,'_event_private','0'),(123737,16215,'_event_date_created',''),(123738,16215,'_event_date_modified',''),(123739,16215,'_blog_id',''),(123740,16215,'_group_id','0'),(123741,16215,'_recurrence','0'),(123742,16215,'_recurrence_interval',''),(123743,16215,'_recurrence_freq',''),(123744,16215,'_recurrence_days','0'),(123745,16215,'_recurrence_byday',''),(123746,16215,'_recurrence_byweekno',''),(123747,16215,'_start_ts','1389484800'),(123748,16215,'_end_ts','1389657600'),(123749,16216,'_edit_last','1837'),(123750,16216,'_edit_lock','1386785967:1837'),(123755,16216,'_event_id','2151'),(123756,16216,'_event_start_time','00:00:00'),(123757,16216,'_event_end_time','00:00:00'),(123758,16216,'_event_all_day','1'),(123759,16216,'_event_start_date','2014-01-17'),(123760,16216,'_event_end_date','2014-01-18'),(123761,16216,'_event_rsvp','0'),(123762,16216,'_event_rsvp_date',''),(123763,16216,'_event_rsvp_time','00:00:00'),(123764,16216,'_event_spaces',''),(123765,16216,'_location_id','18'),(123766,16216,'_recurrence_id',''),(123767,16216,'_event_status','1'),(123768,16216,'_event_private','0'),(123769,16216,'_event_date_created',''),(123770,16216,'_event_date_modified',''),(123771,16216,'_blog_id',''),(123772,16216,'_group_id','0'),(123773,16216,'_recurrence','0'),(123774,16216,'_recurrence_interval',''),(123775,16216,'_recurrence_freq',''),(123776,16216,'_recurrence_days','0'),(123777,16216,'_recurrence_byday',''),(123778,16216,'_recurrence_byweekno',''),(123779,16216,'_start_ts','1389916800'),(123780,16216,'_end_ts','1390003200'),(123781,16217,'_edit_last','1837'),(123782,16217,'_edit_lock','1386785885:1837'),(123787,16217,'_event_id','2152'),(123788,16217,'_event_start_time','00:00:00'),(123789,16217,'_event_end_time','00:00:00'),(123790,16217,'_event_all_day','1'),(123791,16217,'_event_start_date','2014-01-26'),(123792,16217,'_event_end_date','2014-01-26'),(123793,16217,'_event_rsvp','0'),(123794,16217,'_event_rsvp_date',''),(123795,16217,'_event_rsvp_time','00:00:00'),(123796,16217,'_event_spaces',''),(123797,16217,'_location_id','18'),(123798,16217,'_recurrence_id',''),(123799,16217,'_event_status','1'),(123800,16217,'_event_private','0'),(123801,16217,'_event_date_created',''),(123802,16217,'_event_date_modified',''),(123803,16217,'_blog_id',''),(123804,16217,'_group_id','0'),(123805,16217,'_recurrence','0'),(123806,16217,'_recurrence_interval',''),(123807,16217,'_recurrence_freq',''),(123808,16217,'_recurrence_days','0'),(123809,16217,'_recurrence_byday',''),(123810,16217,'_recurrence_byweekno',''),(123811,16217,'_start_ts','1390694400'),(123812,16217,'_end_ts','1390694400'),(123813,16218,'_edit_last','1837'),(123814,16218,'_edit_lock','1391023420:1837'),(123817,16052,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123818,16052,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123821,16053,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123822,16053,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123825,16134,'_wp_old_slug','montserrat-montserrat-alliougana-literary-festival-of-the-word'),(123826,16134,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123827,16134,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123830,16115,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123831,16115,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123834,16114,'_wp_old_slug','anguilla-valley-street-festival-as-part-of-tourism-week'),(123835,16114,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123836,16114,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123839,15828,'_wp_old_slug','st-kitts-and-nevis-st-kitts-nevis-national-carnival'),(123844,15828,'_wp_old_slug','st-kitts-and-nevis-carnival'),(123845,15828,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123846,15828,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123849,16118,'_wp_old_slug','anguilla-3rd-annual-fundraising-golf-tournament-at-the-cuisinart-golf-club-resort-spa'),(123858,16055,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123859,16055,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123862,16049,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123863,16049,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123866,15759,'_wp_old_slug','st-kitts-and-nevis-national-heroes-day-public-holiday'),(123867,15759,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123868,15759,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123871,15760,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123872,15760,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123875,15520,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123876,15520,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123879,15863,'_wp_old_slug','st-lucia-creole-heritage-month-folk-research-centre-frc-st-lucia-bill-fish-tournament'),(123880,15863,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123881,15863,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123884,15821,'_wp_old_slug','st-kitts-and-nevis-21st-annual-fishing-tournament-nevis'),(123885,15821,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123886,15821,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123889,15822,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123890,15822,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123893,15523,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123894,15523,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123897,15861,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123898,15861,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123901,15522,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123902,15522,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123905,15259,'_wp_old_slug','dominica-18th-annual-world-creole-music'),(123906,15259,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123907,15259,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123910,16051,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123911,16051,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123914,15864,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123915,15864,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123918,15825,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123919,15825,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123922,15833,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123923,15833,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123926,15857,'_wp_old_slug','st-lucia-saint-lucia-carnival-carnival-pageant-parade-of-bands'),(123927,15857,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123928,15857,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123931,15736,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123932,15736,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123935,16046,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123936,16046,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123943,16047,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123944,16047,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123947,16095,'_wp_old_slug','anguilla-anguilla-summer-festival-2'),(123952,16095,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123953,16095,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123956,15738,'_wp_old_slug','st-kitts-and-nevis-culturama-jouvert-street-jamming-nevis'),(123957,15738,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123958,15738,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123961,15758,'_wp_old_slug','st-kitts-and-nevis-grand-cultural-street-parade-of-troupes-nevis'),(123962,15758,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123963,15758,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123966,15513,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123967,15513,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123970,15508,'_wp_old_slug','trinidad-and-tobago-salsa-fiesta-tnt-caribbean-salsa-congress-5th-edition'),(123971,15508,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123972,15508,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123975,15832,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123976,15832,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123979,15733,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123980,15733,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123983,15852,'_wp_old_slug','st-lucia-lucian-carnival-saint-lucia-carnival-activities'),(123984,15852,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123985,15852,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123988,16091,'_wp_old_slug','anguilla-celebration-of-the-birthday-of-her-majesty-the-queen-2'),(123989,16091,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123990,16091,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123993,16093,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123994,16093,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123997,15734,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(123998,15734,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124001,16039,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124002,16039,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124005,15512,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124006,15512,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124009,16045,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124010,16045,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124015,16218,'_event_id','2153'),(124016,16218,'_event_start_time','00:00:00'),(124017,16218,'_event_end_time','00:00:00'),(124018,16218,'_event_all_day','1'),(124019,16218,'_event_start_date','2014-01-30'),(124020,16218,'_event_end_date','2014-02-01'),(124021,16218,'_event_rsvp','0'),(124022,16218,'_event_rsvp_date',''),(124023,16218,'_event_rsvp_time','00:00:00'),(124024,16218,'_event_spaces',''),(124025,16218,'_location_id','18'),(124026,16218,'_recurrence_id',''),(124027,16218,'_event_status','1'),(124028,16218,'_event_private','0'),(124029,16218,'_event_date_created',''),(124030,16218,'_event_date_modified',''),(124031,16218,'_blog_id',''),(124032,16218,'_group_id','0'),(124033,16218,'_recurrence','0'),(124034,16218,'_recurrence_interval',''),(124035,16218,'_recurrence_freq',''),(124036,16218,'_recurrence_days','0'),(124037,16218,'_recurrence_byday',''),(124038,16218,'_recurrence_byweekno',''),(124039,16218,'_start_ts','1391040000'),(124040,16218,'_end_ts','1391212800'),(124043,15507,'_wp_old_slug','trinidad-and-tobago-34th-international-marlin-madness'),(124048,15507,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124049,15507,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124052,15850,'_wp_old_slug','st-lucia-saint-lucia-jazz-arts-festival'),(124053,15850,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124054,15850,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124057,16036,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124058,16036,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124061,16038,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124062,16038,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124065,15729,'_wp_old_slug','st-kitts-and-nevis-labour-day-emancipation-march-public-holiday'),(124066,15729,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124067,15729,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124070,15730,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124071,15730,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124074,15509,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124075,15509,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124078,16077,'_wp_old_slug','anguilla-12th-annual-anguilla-yacht-regatta'),(124079,16077,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124080,16077,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124091,15491,'_wp_old_slug','trinidad-and-tobago-parade-of-the-bands'),(124092,15491,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124093,15491,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124096,16071,'_wp_old_slug','anguilla-25th-annual-moonsplash-festival'),(124097,16071,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124098,16071,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124101,15494,'_wp_old_slug','trinidad-and-tobago-jouvert-bands-seniors'),(124102,15494,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124103,15494,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124106,15498,'_wp_old_slug','trinidad-and-tobago-parade-of-the-bands-carnival-tuesday'),(124107,15498,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124108,15498,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124115,15477,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124116,15477,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124119,15465,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124120,15465,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124123,15678,'_wp_old_slug','st-kitts-and-nevis-tdc-coca-cola-international-sports-championships'),(124124,15678,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124125,15678,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124132,15679,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124133,15679,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124140,15680,'_wp_old_slug','st-kitts-and-nevis-annual-nevis-to-st-kitts-cross-channel-swim'),(124141,15680,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124142,15680,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124145,16034,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124146,16034,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124149,15728,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124150,15728,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124153,16035,'_wp_old_slug','st-vincent-and-the-grenadines-33rd-bequia-easter-regatta'),(124154,16035,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124155,16035,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124158,16217,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124159,16217,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124166,16216,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124167,16216,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124170,15383,'_wp_old_slug','trinidad-and-tobago-2013-lotto-plus-chutney-soca-monarch-semi-finals'),(124171,15383,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124172,15383,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124175,15385,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124176,15385,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124179,15463,'_wp_old_slug','trinidad-and-tobago-2014-lotto-plus-chutney-soca-monarch-grand-finals'),(124180,15463,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124181,15463,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124184,16067,'_wp_old_slug','anguilla-annual-flower-and-garden-show-2'),(124185,16067,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124186,16067,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124189,15848,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124190,15848,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124193,15831,'_wp_old_slug','st-kitts-and-nevis-black-san-bang-a-lang-community-festival-sandy-point'),(124194,15831,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124195,15831,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124198,16212,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124199,16212,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124202,16033,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124203,16033,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124206,15537,'_wp_old_slug','st-kitts-and-nevis-national-carnival-parade-public-holiday'),(124207,15537,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124208,15537,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124215,15380,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124216,15380,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124219,15381,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124220,15381,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124223,15629,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124224,15629,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124225,16218,'_wp_old_slug','jamaica-jamaica-jazz-and-blues-festival'),(124226,15673,'_wp_old_slug','st-kitts-and-nevis-olympic-sprint-triathlon-skn-national-championships-nevis'),(124227,14943,'_wp_old_slug','saint-lucia-sport-in-black-white-conference-youth-forum'),(124228,16098,'_wp_old_slug','anguilla-august-monday-jouvert-morning-emancipation-day'),(124229,15244,'_wp_old_slug','dominica-nature-island-literary-festival-book-fair-2'),(124232,16098,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124233,16098,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124234,15823,'_wp_old_slug','st-kitts-and-nevis-fifth-annual-latin-festival'),(124235,16261,'_feedback_author',''),(124236,16261,'_feedback_author_email',''),(124237,16261,'_feedback_author_url',''),(124238,16261,'_feedback_subject','Signup form OneCaribbean'),(124239,16261,'_feedback_ip','10.17.1.254'),(124240,16261,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124241,16261,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"xzdtizfxcjw\";s:13:\"Email address\";s:17:\"hswjyu@ysfpay.com\";s:20:\"Country of Residence\";s:5:\"82379\";s:28:\"Name of Organization/Company\";s:11:\"xzdtizfxcjw\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:15:\"oqtfiYTFmDNQWGn\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124242,16261,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"xzdtizfxcjw\";s:13:\"Email address\";s:17:\"hswjyu@ysfpay.com\";s:20:\"Country of Residence\";s:5:\"82379\";s:28:\"Name of Organization/Company\";s:11:\"xzdtizfxcjw\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:15:\"oqtfiYTFmDNQWGn\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124243,16261,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-40b44f3e-6de5-4e58-a660-7b601ac27290\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55291\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"331\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"193.105.210.226\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"331\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1386789891.7223\";s:12:\"REQUEST_TIME\";s:10:\"1386789891\";}'),(124244,16261,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: xzdtizfxcjw\n\nEmail address: hswjyu@ysfpay.com\n\nCountry of Residence: 82379\n\nName of Organization/Company: xzdtizfxcjw\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: oqtfiYTFmDNQWGn\n\nMessage was sent on Wednesday December 11, 2013 at 3:24 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(124245,16262,'_edit_last','1837'),(124246,16262,'_edit_lock','1391023726:1837'),(124251,16262,'_event_id','2154'),(124252,16262,'_event_start_time','00:00:00'),(124253,16262,'_event_end_time','00:00:00'),(124254,16262,'_event_all_day','1'),(124255,16262,'_event_start_date','2014-02-01'),(124256,16262,'_event_end_date','2014-02-28'),(124257,16262,'_event_rsvp','0'),(124258,16262,'_event_rsvp_date',''),(124259,16262,'_event_rsvp_time','00:00:00'),(124260,16262,'_event_spaces',''),(124261,16262,'_location_id','18'),(124262,16262,'_recurrence_id',''),(124263,16262,'_event_status','1'),(124264,16262,'_event_private','0'),(124265,16262,'_event_date_created',''),(124266,16262,'_event_date_modified',''),(124267,16262,'_blog_id',''),(124268,16262,'_group_id','0'),(124269,16262,'_recurrence','0'),(124270,16262,'_recurrence_interval',''),(124271,16262,'_recurrence_freq',''),(124272,16262,'_recurrence_days','0'),(124273,16262,'_recurrence_byday',''),(124274,16262,'_recurrence_byweekno',''),(124275,16262,'_start_ts','1391212800'),(124276,16262,'_end_ts','1393545600'),(124281,16264,'_edit_last','1837'),(124282,16264,'_edit_lock','1386861636:1837'),(124285,16264,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124286,16264,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124287,16264,'_event_id','2155'),(124288,16264,'_event_start_time','00:00:00'),(124289,16264,'_event_end_time','00:00:00'),(124290,16264,'_event_all_day','1'),(124291,16264,'_event_start_date','2014-02-01'),(124292,16264,'_event_end_date','2014-02-06'),(124293,16264,'_event_rsvp','0'),(124294,16264,'_event_rsvp_date',''),(124295,16264,'_event_rsvp_time','00:00:00'),(124296,16264,'_event_spaces',''),(124297,16264,'_location_id','18'),(124298,16264,'_recurrence_id',''),(124299,16264,'_event_status','1'),(124300,16264,'_event_private','0'),(124301,16264,'_event_date_created',''),(124302,16264,'_event_date_modified',''),(124303,16264,'_blog_id',''),(124304,16264,'_group_id','0'),(124305,16264,'_recurrence','0'),(124306,16264,'_recurrence_interval',''),(124307,16264,'_recurrence_freq',''),(124308,16264,'_recurrence_days','0'),(124309,16264,'_recurrence_byday',''),(124310,16264,'_recurrence_byweekno',''),(124311,16264,'_start_ts','1391212800'),(124312,16264,'_end_ts','1391644800'),(124313,16266,'_edit_last','1837'),(124314,16266,'_edit_lock','1391023084:1837'),(124319,16266,'_event_id','2156'),(124320,16266,'_event_start_time','00:00:00'),(124321,16266,'_event_end_time','00:00:00'),(124322,16266,'_event_all_day','1'),(124323,16266,'_event_start_date','2014-02-01'),(124324,16266,'_event_end_date','2014-02-28'),(124325,16266,'_event_rsvp','0'),(124326,16266,'_event_rsvp_date',''),(124327,16266,'_event_rsvp_time','00:00:00'),(124328,16266,'_event_spaces',''),(124329,16266,'_location_id','18'),(124330,16266,'_recurrence_id',''),(124331,16266,'_event_status','1'),(124332,16266,'_event_private','0'),(124333,16266,'_event_date_created',''),(124334,16266,'_event_date_modified',''),(124335,16266,'_blog_id',''),(124336,16266,'_group_id','0'),(124337,16266,'_recurrence','0'),(124338,16266,'_recurrence_interval',''),(124339,16266,'_recurrence_freq',''),(124340,16266,'_recurrence_days','0'),(124341,16266,'_recurrence_byday',''),(124342,16266,'_recurrence_byweekno',''),(124343,16266,'_start_ts','1391212800'),(124344,16266,'_end_ts','1393545600'),(124345,16267,'_edit_last','1837'),(124346,16267,'_edit_lock','1391023506:1837'),(124351,16267,'_event_id','2157'),(124352,16267,'_event_start_time','00:00:00'),(124353,16267,'_event_end_time','00:00:00'),(124354,16267,'_event_all_day','1'),(124355,16267,'_event_start_date','2014-02-06'),(124356,16267,'_event_end_date','2014-02-13'),(124357,16267,'_event_rsvp','0'),(124358,16267,'_event_rsvp_date',''),(124359,16267,'_event_rsvp_time','00:00:00'),(124360,16267,'_event_spaces',''),(124361,16267,'_location_id','18'),(124362,16267,'_recurrence_id',''),(124363,16267,'_event_status','1'),(124364,16267,'_event_private','0'),(124365,16267,'_event_date_created',''),(124366,16267,'_event_date_modified',''),(124367,16267,'_blog_id',''),(124368,16267,'_group_id','0'),(124369,16267,'_recurrence','0'),(124370,16267,'_recurrence_interval',''),(124371,16267,'_recurrence_freq',''),(124372,16267,'_recurrence_days','0'),(124373,16267,'_recurrence_byday',''),(124374,16267,'_recurrence_byweekno',''),(124375,16267,'_start_ts','1391644800'),(124376,16267,'_end_ts','1392249600'),(124381,16270,'_edit_last','2'),(124382,16270,'_edit_lock','1386865322:2'),(124383,16269,'_edit_last','1837'),(124388,16269,'_event_id','2158'),(124389,16269,'_event_start_time','00:00:00'),(124390,16269,'_event_end_time','00:00:00'),(124391,16269,'_event_all_day','1'),(124392,16269,'_event_start_date','2014-02-15'),(124393,16269,'_event_end_date','2014-02-15'),(124394,16269,'_event_rsvp','0'),(124395,16269,'_event_rsvp_date',''),(124396,16269,'_event_rsvp_time','00:00:00'),(124397,16269,'_event_spaces',''),(124398,16269,'_location_id','18'),(124399,16269,'_recurrence_id',''),(124400,16269,'_event_status','1'),(124401,16269,'_event_private','0'),(124402,16269,'_event_date_created',''),(124403,16269,'_event_date_modified',''),(124404,16269,'_blog_id',''),(124405,16269,'_group_id','0'),(124406,16269,'_recurrence','0'),(124407,16269,'_recurrence_interval',''),(124408,16269,'_recurrence_freq',''),(124409,16269,'_recurrence_days','0'),(124410,16269,'_recurrence_byday',''),(124411,16269,'_recurrence_byweekno',''),(124412,16269,'_start_ts','1392422400'),(124413,16269,'_end_ts','1392422400'),(124414,16269,'_edit_lock','1391023819:1837'),(124421,16270,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124422,16270,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124423,16270,'_event_id','2159'),(124424,16270,'_event_start_time','00:00:00'),(124425,16270,'_event_end_time','00:00:00'),(124426,16270,'_event_all_day','0'),(124427,16270,'_event_start_date','2014-10-06'),(124428,16270,'_event_end_date','2014-10-10'),(124429,16270,'_event_rsvp','0'),(124430,16270,'_event_rsvp_date',''),(124431,16270,'_event_rsvp_time','00:00:00'),(124432,16270,'_event_spaces',''),(124433,16270,'_location_id','25'),(124434,16270,'_recurrence_id',''),(124435,16270,'_event_status','1'),(124436,16270,'_event_private','0'),(124437,16270,'_event_date_created',''),(124438,16270,'_event_date_modified',''),(124439,16270,'_blog_id',''),(124440,16270,'_group_id','0'),(124441,16270,'_recurrence','0'),(124442,16270,'_recurrence_interval',''),(124443,16270,'_recurrence_freq',''),(124444,16270,'_recurrence_days','0'),(124445,16270,'_recurrence_byday',''),(124446,16270,'_recurrence_byweekno',''),(124447,16270,'_start_ts','1412553600'),(124448,16270,'_end_ts','1412899200'),(124449,16273,'_wp_attached_file','DEC12Lattab13.pdf'),(124466,16277,'_wp_attached_file','DEC12Stay-Over-Arrivals-YTD-2013.pdf'),(124467,16278,'_wp_attached_file','DEC12Monthly-Tourist-Arrivals-13.pdf'),(124498,16283,'_edit_last','2'),(124499,16283,'_edit_lock','1387298089:2'),(124500,16283,'truethemes_video_url',''),(124501,16283,'truethemes_external_image_url',''),(124502,16283,'truethemes_slider_shortcode',''),(124503,16283,'truethemes_slider_cu3er',''),(124522,16283,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(124523,16283,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(124524,16287,'_feedback_author',''),(124525,16287,'_feedback_author_email',''),(124526,16287,'_feedback_author_url',''),(124527,16287,'_feedback_subject','Signup form OneCaribbean'),(124528,16287,'_feedback_ip','10.17.1.254'),(124529,16287,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124530,16287,'_feedback_all_fields','a:13:{s:4:\"Name\";s:7:\"xauudbh\";s:13:\"Email address\";s:17:\"utbwaq@bqpgcm.com\";s:20:\"Country of Residence\";s:15:\"akMxqpJcYqSDybI\";s:28:\"Name of Organization/Company\";s:7:\"xauudbh\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:14:\"VryqSArlHeRbiT\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124531,16287,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:7:\"xauudbh\";s:13:\"Email address\";s:17:\"utbwaq@bqpgcm.com\";s:20:\"Country of Residence\";s:15:\"akMxqpJcYqSDybI\";s:28:\"Name of Organization/Company\";s:7:\"xauudbh\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:14:\"VryqSArlHeRbiT\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124532,16287,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b579a9e6-94fe-433d-890e-0b53f41e190c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34111\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"194.146.132.134\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1387298753.002\";s:12:\"REQUEST_TIME\";s:10:\"1387298753\";}'),(124533,16287,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:292:\"Name: xauudbh\n\nEmail address: utbwaq@bqpgcm.com\n\nCountry of Residence: akMxqpJcYqSDybI\n\nName of Organization/Company: xauudbh\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: VryqSArlHeRbiT\n\nMessage was sent on Tuesday December 17, 2013 at 12:45 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(124534,16289,'_wp_attached_file','xmas2014slider.jpg'),(124535,16289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:273;s:4:\"file\";s:18:\"xmas2014slider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"xmas2014slider-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"xmas2014slider-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(124536,16289,'_edit_lock','1387299599:2'),(124564,16293,'_feedback_author',''),(124565,16293,'_feedback_author_email',''),(124566,16293,'_feedback_author_url',''),(124567,16293,'_feedback_subject','Signup form OneCaribbean'),(124568,16293,'_feedback_ip','10.17.1.254'),(124569,16293,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124570,16293,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"sofia katzab\";s:13:\"Email address\";s:21:\"sofiakatzab@gmail.com\";s:20:\"Country of Residence\";s:3:\"usa\";s:28:\"Name of Organization/Company\";s:19:\"sofia\'s int. travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(124571,16293,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"sofia katzab\";s:13:\"Email address\";s:21:\"sofiakatzab@gmail.com\";s:20:\"Country of Residence\";s:3:\"usa\";s:28:\"Name of Organization/Company\";s:19:\"sofia\'s int. travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(124572,16293,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-22874f3c-9560-4e07-8999-c2849d5a382d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53646\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"546\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"69.114.184.156\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"en-US,en;q=0.8,ru;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"546\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1387327595.5333\";s:12:\"REQUEST_TIME\";s:10:\"1387327595\";}'),(124573,16293,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:446:\"Name: sofia katzab\n\nEmail address: sofiakatzab@gmail.com\n\nCountry of Residence: usa\n\nName of Organization/Company: sofia\'s int. travel\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday December 17, 2013 at 8:46 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(124574,16294,'_feedback_author',''),(124575,16294,'_feedback_author_email',''),(124576,16294,'_feedback_author_url',''),(124577,16294,'_feedback_subject','Signup form OneCaribbean'),(124578,16294,'_feedback_ip','10.17.1.254'),(124579,16294,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124580,16294,'_feedback_all_fields','a:13:{s:4:\"Name\";s:16:\"erin Christensen\";s:13:\"Email address\";s:17:\"ew32766@gmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124581,16294,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:16:\"erin Christensen\";s:13:\"Email address\";s:17:\"ew32766@gmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124582,16294,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-447e54b8-1b21-40d7-93da-1b685163b22c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36133\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"384\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"206.217.97.18\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"384\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1387383948.7322\";s:12:\"REQUEST_TIME\";s:10:\"1387383948\";}'),(124583,16294,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:265:\"Name: erin Christensen\n\nEmail address: ew32766@gmail.com\n\nCountry of Residence: United States\n\nWhich best describes you?: Other\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Wednesday December 18, 2013 at 12:25 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(124584,16296,'_feedback_author',''),(124585,16296,'_feedback_author_email',''),(124586,16296,'_feedback_author_url',''),(124587,16296,'_feedback_subject','Signup form OneCaribbean'),(124588,16296,'_feedback_ip','10.17.1.254'),(124589,16296,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124590,16296,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"oruqmgnr\";s:13:\"Email address\";s:17:\"utfzpr@ssqjfb.com\";s:20:\"Country of Residence\";s:13:\"tnRKPWxntbNjX\";s:28:\"Name of Organization/Company\";s:8:\"oruqmgnr\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:16:\"skomIEeUdwMqpExw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124591,16296,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"oruqmgnr\";s:13:\"Email address\";s:17:\"utfzpr@ssqjfb.com\";s:20:\"Country of Residence\";s:13:\"tnRKPWxntbNjX\";s:28:\"Name of Organization/Company\";s:8:\"oruqmgnr\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:16:\"skomIEeUdwMqpExw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124592,16296,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-949ec54f-0fb1-4c2f-87eb-ed02c7148467\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57506\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"194.146.132.134\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1388570296.7525\";s:12:\"REQUEST_TIME\";s:10:\"1388570296\";}'),(124593,16296,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: oruqmgnr\n\nEmail address: utfzpr@ssqjfb.com\n\nCountry of Residence: tnRKPWxntbNjX\n\nName of Organization/Company: oruqmgnr\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: skomIEeUdwMqpExw\n\nMessage was sent on Wednesday January 1, 2014 at 5:58 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(124601,16301,'_feedback_author',''),(124602,16301,'_feedback_author_email',''),(124603,16301,'_feedback_author_url',''),(124604,16301,'_feedback_subject','Signup form OneCaribbean'),(124605,16301,'_feedback_ip','10.17.1.254'),(124606,16301,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124607,16301,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"janine\";s:13:\"Email address\";s:21:\"kingfrogxxx@yahoo.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:10:\"Vacationer\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124608,16301,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"janine\";s:13:\"Email address\";s:21:\"kingfrogxxx@yahoo.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:10:\"Vacationer\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124609,16301,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d70e3ff0-c4a4-48c3-b354-5386f8e6c8bb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36966\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"381\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"24.255.58.210\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"381\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1388951384.9447\";s:12:\"REQUEST_TIME\";s:10:\"1388951384\";}'),(124610,16301,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:307:\"Name: janine\n\nEmail address: kingfrogxxx@yahoo.com\n\nCountry of Residence: USA\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Vacationer\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Sunday January 5, 2014 at 3:49 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(124611,16302,'_edit_last','1837'),(124612,16302,'_edit_lock','1391023929:1837'),(124617,16302,'_event_id','2160'),(124618,16302,'_event_start_time','00:00:00'),(124619,16302,'_event_end_time','00:00:00'),(124620,16302,'_event_all_day','1'),(124621,16302,'_event_start_date','2014-02-15'),(124622,16302,'_event_end_date','2014-02-22'),(124623,16302,'_event_rsvp','0'),(124624,16302,'_event_rsvp_date',''),(124625,16302,'_event_rsvp_time','00:00:00'),(124626,16302,'_event_spaces',''),(124627,16302,'_location_id','18'),(124628,16302,'_recurrence_id',''),(124629,16302,'_event_status','1'),(124630,16302,'_event_private','0'),(124631,16302,'_event_date_created',''),(124632,16302,'_event_date_modified',''),(124633,16302,'_blog_id',''),(124634,16302,'_group_id','0'),(124635,16302,'_recurrence','0'),(124636,16302,'_recurrence_interval',''),(124637,16302,'_recurrence_freq',''),(124638,16302,'_recurrence_days','0'),(124639,16302,'_recurrence_byday',''),(124640,16302,'_recurrence_byweekno',''),(124641,16302,'_start_ts','1392422400'),(124642,16302,'_end_ts','1393027200'),(124643,16303,'_edit_last','1837'),(124644,16303,'_edit_lock','1391023207:1837'),(124649,16303,'_event_id','2161'),(124650,16303,'_event_start_time','00:00:00'),(124651,16303,'_event_end_time','00:00:00'),(124652,16303,'_event_all_day','1'),(124653,16303,'_event_start_date','2014-02-01'),(124654,16303,'_event_end_date','2014-02-28'),(124655,16303,'_event_rsvp','0'),(124656,16303,'_event_rsvp_date',''),(124657,16303,'_event_rsvp_time','00:00:00'),(124658,16303,'_event_spaces',''),(124659,16303,'_location_id','18'),(124660,16303,'_recurrence_id',''),(124661,16303,'_event_status','1'),(124662,16303,'_event_private','0'),(124663,16303,'_event_date_created',''),(124664,16303,'_event_date_modified',''),(124665,16303,'_blog_id',''),(124666,16303,'_group_id','0'),(124667,16303,'_recurrence','0'),(124668,16303,'_recurrence_interval',''),(124669,16303,'_recurrence_freq',''),(124670,16303,'_recurrence_days','0'),(124671,16303,'_recurrence_byday',''),(124672,16303,'_recurrence_byweekno',''),(124673,16303,'_start_ts','1391212800'),(124674,16303,'_end_ts','1393545600'),(124675,16304,'_edit_last','1837'),(124676,16304,'_edit_lock','1391023693:1837'),(124681,16304,'_event_id','2162'),(124682,16304,'_event_start_time','00:00:00'),(124683,16304,'_event_end_time','00:00:00'),(124684,16304,'_event_all_day','1'),(124685,16304,'_event_start_date','2014-02-01'),(124686,16304,'_event_end_date','2014-02-28'),(124687,16304,'_event_rsvp','0'),(124688,16304,'_event_rsvp_date',''),(124689,16304,'_event_rsvp_time','00:00:00'),(124690,16304,'_event_spaces',''),(124691,16304,'_location_id','18'),(124692,16304,'_recurrence_id',''),(124693,16304,'_event_status','1'),(124694,16304,'_event_private','0'),(124695,16304,'_event_date_created',''),(124696,16304,'_event_date_modified',''),(124697,16304,'_blog_id',''),(124698,16304,'_group_id','0'),(124699,16304,'_recurrence','0'),(124700,16304,'_recurrence_interval',''),(124701,16304,'_recurrence_freq',''),(124702,16304,'_recurrence_days','0'),(124703,16304,'_recurrence_byday',''),(124704,16304,'_recurrence_byweekno',''),(124705,16304,'_start_ts','1391212800'),(124706,16304,'_end_ts','1393545600'),(124707,16305,'_edit_last','1837'),(124708,16305,'_edit_lock','1391024065:1837'),(124713,16305,'_event_id','2163'),(124714,16305,'_event_start_time','00:00:00'),(124715,16305,'_event_end_time','00:00:00'),(124716,16305,'_event_all_day','1'),(124717,16305,'_event_start_date','2014-02-21'),(124718,16305,'_event_end_date','2014-02-22'),(124719,16305,'_event_rsvp','0'),(124720,16305,'_event_rsvp_date',''),(124721,16305,'_event_rsvp_time','00:00:00'),(124722,16305,'_event_spaces',''),(124723,16305,'_location_id','18'),(124724,16305,'_recurrence_id',''),(124725,16305,'_event_status','1'),(124726,16305,'_event_private','0'),(124727,16305,'_event_date_created',''),(124728,16305,'_event_date_modified',''),(124729,16305,'_blog_id',''),(124730,16305,'_group_id','0'),(124731,16305,'_recurrence','0'),(124732,16305,'_recurrence_interval',''),(124733,16305,'_recurrence_freq',''),(124734,16305,'_recurrence_days','0'),(124735,16305,'_recurrence_byday',''),(124736,16305,'_recurrence_byweekno',''),(124737,16305,'_start_ts','1392940800'),(124738,16305,'_end_ts','1393027200'),(124739,16306,'_edit_last','1837'),(124740,16306,'_edit_lock','1391024212:1837'),(124745,16306,'_event_id','2164'),(124746,16306,'_event_start_time','00:00:00'),(124747,16306,'_event_end_time','00:00:00'),(124748,16306,'_event_all_day','1'),(124749,16306,'_event_start_date','2014-03-01'),(124750,16306,'_event_end_date','2014-03-01'),(124751,16306,'_event_rsvp','0'),(124752,16306,'_event_rsvp_date',''),(124753,16306,'_event_rsvp_time','00:00:00'),(124754,16306,'_event_spaces',''),(124755,16306,'_location_id','18'),(124756,16306,'_recurrence_id',''),(124757,16306,'_event_status','1'),(124758,16306,'_event_private','0'),(124759,16306,'_event_date_created',''),(124760,16306,'_event_date_modified',''),(124761,16306,'_blog_id',''),(124762,16306,'_group_id','0'),(124763,16306,'_recurrence','0'),(124764,16306,'_recurrence_interval',''),(124765,16306,'_recurrence_freq',''),(124766,16306,'_recurrence_days','0'),(124767,16306,'_recurrence_byday',''),(124768,16306,'_recurrence_byweekno',''),(124769,16306,'_start_ts','1393632000'),(124770,16306,'_end_ts','1393632000'),(124771,16308,'_edit_last','1837'),(124772,16308,'_edit_lock','1389024776:1837'),(124775,16308,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124776,16308,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124777,16308,'_event_id','2165'),(124778,16308,'_event_start_time','00:00:00'),(124779,16308,'_event_end_time','00:00:00'),(124780,16308,'_event_all_day','1'),(124781,16308,'_event_start_date','2014-03-07'),(124782,16308,'_event_end_date','2014-03-09'),(124783,16308,'_event_rsvp','0'),(124784,16308,'_event_rsvp_date',''),(124785,16308,'_event_rsvp_time','00:00:00'),(124786,16308,'_event_spaces',''),(124787,16308,'_location_id','18'),(124788,16308,'_recurrence_id',''),(124789,16308,'_event_status','1'),(124790,16308,'_event_private','0'),(124791,16308,'_event_date_created',''),(124792,16308,'_event_date_modified',''),(124793,16308,'_blog_id',''),(124794,16308,'_group_id','0'),(124795,16308,'_recurrence','0'),(124796,16308,'_recurrence_interval',''),(124797,16308,'_recurrence_freq',''),(124798,16308,'_recurrence_days','0'),(124799,16308,'_recurrence_byday',''),(124800,16308,'_recurrence_byweekno',''),(124801,16308,'_start_ts','1394150400'),(124802,16308,'_end_ts','1394323200'),(124803,16309,'_edit_last','1837'),(124804,16309,'_edit_lock','1389025055:1837'),(124807,16309,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124808,16309,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124809,16309,'_event_id','2166'),(124810,16309,'_event_start_time','00:00:00'),(124811,16309,'_event_end_time','00:00:00'),(124812,16309,'_event_all_day','1'),(124813,16309,'_event_start_date','2014-03-29'),(124814,16309,'_event_end_date','2014-03-30'),(124815,16309,'_event_rsvp','0'),(124816,16309,'_event_rsvp_date',''),(124817,16309,'_event_rsvp_time','00:00:00'),(124818,16309,'_event_spaces',''),(124819,16309,'_location_id','18'),(124820,16309,'_recurrence_id',''),(124821,16309,'_event_status','1'),(124822,16309,'_event_private','0'),(124823,16309,'_event_date_created',''),(124824,16309,'_event_date_modified',''),(124825,16309,'_blog_id',''),(124826,16309,'_group_id','0'),(124827,16309,'_recurrence','0'),(124828,16309,'_recurrence_interval',''),(124829,16309,'_recurrence_freq',''),(124830,16309,'_recurrence_days','0'),(124831,16309,'_recurrence_byday',''),(124832,16309,'_recurrence_byweekno',''),(124833,16309,'_start_ts','1396051200'),(124834,16309,'_end_ts','1396137600'),(124835,16310,'_edit_last','1837'),(124836,16310,'_edit_lock','1389036398:1837'),(124841,16310,'_event_id','2167'),(124842,16310,'_event_start_time','00:00:00'),(124843,16310,'_event_end_time','00:00:00'),(124844,16310,'_event_all_day','1'),(124845,16310,'_event_start_date','2014-03-31'),(124846,16310,'_event_end_date','2014-03-31'),(124847,16310,'_event_rsvp','0'),(124848,16310,'_event_rsvp_date',''),(124849,16310,'_event_rsvp_time','00:00:00'),(124850,16310,'_event_spaces',''),(124851,16310,'_location_id','18'),(124852,16310,'_recurrence_id',''),(124853,16310,'_event_status','1'),(124854,16310,'_event_private','0'),(124855,16310,'_event_date_created',''),(124856,16310,'_event_date_modified',''),(124857,16310,'_blog_id',''),(124858,16310,'_group_id','0'),(124859,16310,'_recurrence','0'),(124860,16310,'_recurrence_interval',''),(124861,16310,'_recurrence_freq',''),(124862,16310,'_recurrence_days','0'),(124863,16310,'_recurrence_byday',''),(124864,16310,'_recurrence_byweekno',''),(124865,16310,'_start_ts','1396224000'),(124866,16310,'_end_ts','1396224000'),(124869,16310,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124870,16310,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124871,16313,'_edit_last','1837'),(124872,16313,'_edit_lock','1389125811:1837'),(124877,16313,'_event_id','2168'),(124878,16313,'_event_start_time','00:00:00'),(124879,16313,'_event_end_time','00:00:00'),(124880,16313,'_event_all_day','1'),(124881,16313,'_event_start_date','2014-01-17'),(124882,16313,'_event_end_date','2014-01-19'),(124883,16313,'_event_rsvp','0'),(124884,16313,'_event_rsvp_date',''),(124885,16313,'_event_rsvp_time','00:00:00'),(124886,16313,'_event_spaces',''),(124887,16313,'_location_id','6'),(124888,16313,'_recurrence_id',''),(124889,16313,'_event_status','1'),(124890,16313,'_event_private','0'),(124891,16313,'_event_date_created',''),(124892,16313,'_event_date_modified',''),(124893,16313,'_blog_id',''),(124894,16313,'_group_id','0'),(124895,16313,'_recurrence','0'),(124896,16313,'_recurrence_interval',''),(124897,16313,'_recurrence_freq',''),(124898,16313,'_recurrence_days','0'),(124899,16313,'_recurrence_byday',''),(124900,16313,'_recurrence_byweekno',''),(124901,16313,'_start_ts','1389916800'),(124902,16313,'_end_ts','1390089600'),(124903,16315,'_edit_last','1837'),(124904,16315,'_edit_lock','1389125841:1837'),(124907,16315,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124908,16315,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124909,16315,'_event_id','2169'),(124910,16315,'_event_start_time','00:00:00'),(124911,16315,'_event_end_time','00:00:00'),(124912,16315,'_event_all_day','1'),(124913,16315,'_event_start_date','2014-01-25'),(124914,16315,'_event_end_date','2014-01-31'),(124915,16315,'_event_rsvp','0'),(124916,16315,'_event_rsvp_date',''),(124917,16315,'_event_rsvp_time','00:00:00'),(124918,16315,'_event_spaces',''),(124919,16315,'_location_id','6'),(124920,16315,'_recurrence_id',''),(124921,16315,'_event_status','1'),(124922,16315,'_event_private','0'),(124923,16315,'_event_date_created',''),(124924,16315,'_event_date_modified',''),(124925,16315,'_blog_id',''),(124926,16315,'_group_id','0'),(124927,16315,'_recurrence','0'),(124928,16315,'_recurrence_interval',''),(124929,16315,'_recurrence_freq',''),(124930,16315,'_recurrence_days','0'),(124931,16315,'_recurrence_byday',''),(124932,16315,'_recurrence_byweekno',''),(124933,16315,'_start_ts','1390608000'),(124934,16315,'_end_ts','1391126400'),(124937,16313,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124938,16313,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124939,16317,'_edit_last','1837'),(124940,16317,'_edit_lock','1389126558:1837'),(124943,16317,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124944,16317,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(124945,16317,'_event_id','2170'),(124946,16317,'_event_start_time','00:00:00'),(124947,16317,'_event_end_time','00:00:00'),(124948,16317,'_event_all_day','1'),(124949,16317,'_event_start_date','2014-04-03'),(124950,16317,'_event_end_date','2014-04-06'),(124951,16317,'_event_rsvp','0'),(124952,16317,'_event_rsvp_date',''),(124953,16317,'_event_rsvp_time','00:00:00'),(124954,16317,'_event_spaces',''),(124955,16317,'_location_id','6'),(124956,16317,'_recurrence_id',''),(124957,16317,'_event_status','1'),(124958,16317,'_event_private','0'),(124959,16317,'_event_date_created',''),(124960,16317,'_event_date_modified',''),(124961,16317,'_blog_id',''),(124962,16317,'_group_id','0'),(124963,16317,'_recurrence','0'),(124964,16317,'_recurrence_interval',''),(124965,16317,'_recurrence_freq',''),(124966,16317,'_recurrence_days','0'),(124967,16317,'_recurrence_byday',''),(124968,16317,'_recurrence_byweekno',''),(124969,16317,'_start_ts','1396483200'),(124970,16317,'_end_ts','1396742400'),(124971,16319,'_feedback_author',''),(124972,16319,'_feedback_author_email',''),(124973,16319,'_feedback_author_url',''),(124974,16319,'_feedback_subject','Signup form OneCaribbean'),(124975,16319,'_feedback_ip','10.17.1.254'),(124976,16319,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(124977,16319,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Alfreda O\'Neal\";s:13:\"Email address\";s:27:\"theultimatetravel@yahoo.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:19:\"The Ultimate Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124978,16319,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Alfreda O\'Neal\";s:13:\"Email address\";s:27:\"theultimatetravel@yahoo.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:19:\"The Ultimate Travel\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(124979,16319,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-920f0c09-677c-494e-8473-a7cf910c29e7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45277\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"568\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"99.121.206.172\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"568\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389159847.9057\";s:12:\"REQUEST_TIME\";s:10:\"1389159847\";}'),(124980,16319,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:470:\"Name: Alfreda O\'Neal\n\nEmail address: theultimatetravel@yahoo.com\n\nCountry of Residence: USA\n\nName of Organization/Company: The Ultimate Travel\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Wednesday January 8, 2014 at 1:44 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125007,16329,'_wp_attached_file','2JAN8CTOTravelMoleAwardDescriptionST2014.pdf'),(125008,16330,'_wp_attached_file','2JAN8CTOTravelMoleAwardCategories2014.pdf'),(125017,16118,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125018,16118,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125019,16333,'_edit_last','1837'),(125020,16333,'_edit_lock','1389288976:1837'),(125023,16333,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125024,16333,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125025,16333,'_event_id','2171'),(125026,16333,'_event_start_time','00:00:00'),(125027,16333,'_event_end_time','00:00:00'),(125028,16333,'_event_all_day','1'),(125029,16333,'_event_start_date','2014-01-16'),(125030,16333,'_event_end_date','2014-01-19'),(125031,16333,'_event_rsvp','0'),(125032,16333,'_event_rsvp_date',''),(125033,16333,'_event_rsvp_time','00:00:00'),(125034,16333,'_event_spaces',''),(125035,16333,'_location_id','9'),(125036,16333,'_recurrence_id',''),(125037,16333,'_event_status','1'),(125038,16333,'_event_private','0'),(125039,16333,'_event_date_created',''),(125040,16333,'_event_date_modified',''),(125041,16333,'_blog_id',''),(125042,16333,'_group_id','0'),(125043,16333,'_recurrence','0'),(125044,16333,'_recurrence_interval',''),(125045,16333,'_recurrence_freq',''),(125046,16333,'_recurrence_days','0'),(125047,16333,'_recurrence_byday',''),(125048,16333,'_recurrence_byweekno',''),(125049,16333,'_start_ts','1389830400'),(125050,16333,'_end_ts','1390089600'),(125051,16334,'_edit_last','1837'),(125052,16334,'_edit_lock','1389289177:1837'),(125055,16334,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125056,16334,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125057,16334,'_event_id','2172'),(125058,16334,'_event_start_time','00:00:00'),(125059,16334,'_event_end_time','00:00:00'),(125060,16334,'_event_all_day','0'),(125061,16334,'_event_start_date','2014-05-01'),(125062,16334,'_event_end_date','2014-05-03'),(125063,16334,'_event_rsvp','0'),(125064,16334,'_event_rsvp_date',''),(125065,16334,'_event_rsvp_time','00:00:00'),(125066,16334,'_event_spaces',''),(125067,16334,'_location_id','9'),(125068,16334,'_recurrence_id',''),(125069,16334,'_event_status','1'),(125070,16334,'_event_private','0'),(125071,16334,'_event_date_created',''),(125072,16334,'_event_date_modified',''),(125073,16334,'_blog_id',''),(125074,16334,'_group_id','0'),(125075,16334,'_recurrence','0'),(125076,16334,'_recurrence_interval',''),(125077,16334,'_recurrence_freq',''),(125078,16334,'_recurrence_days','0'),(125079,16334,'_recurrence_byday',''),(125080,16334,'_recurrence_byweekno',''),(125081,16334,'_start_ts','1398902400'),(125082,16334,'_end_ts','1399075200'),(125083,16335,'_edit_last','1837'),(125084,16335,'_edit_lock','1389294275:1837'),(125089,16335,'_event_id','2173'),(125090,16335,'_event_start_time','16:00:00'),(125091,16335,'_event_end_time','00:00:00'),(125092,16335,'_event_all_day','0'),(125093,16335,'_event_start_date','2014-03-01'),(125094,16335,'_event_end_date','2014-03-02'),(125095,16335,'_event_rsvp','0'),(125096,16335,'_event_rsvp_date',''),(125097,16335,'_event_rsvp_time','00:00:00'),(125098,16335,'_event_spaces',''),(125099,16335,'_location_id','9'),(125100,16335,'_recurrence_id',''),(125101,16335,'_event_status','1'),(125102,16335,'_event_private','0'),(125103,16335,'_event_date_created',''),(125104,16335,'_event_date_modified',''),(125105,16335,'_blog_id',''),(125106,16335,'_group_id','0'),(125107,16335,'_recurrence','0'),(125108,16335,'_recurrence_interval',''),(125109,16335,'_recurrence_freq',''),(125110,16335,'_recurrence_days','0'),(125111,16335,'_recurrence_byday',''),(125112,16335,'_recurrence_byweekno',''),(125113,16335,'_start_ts','1393689600'),(125114,16335,'_end_ts','1393718400'),(125125,16335,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125126,16335,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125127,16337,'_feedback_author',''),(125128,16337,'_feedback_author_email',''),(125129,16337,'_feedback_author_url',''),(125130,16337,'_feedback_subject','Signup form OneCaribbean'),(125131,16337,'_feedback_ip','10.17.1.254'),(125132,16337,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125133,16337,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"Jose Ramirez\";s:13:\"Email address\";s:25:\"jlramirez1192@hotmail.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:13:\"Finca Kintoky\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(125134,16337,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"Jose Ramirez\";s:13:\"Email address\";s:25:\"jlramirez1192@hotmail.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:13:\"Finca Kintoky\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(125135,16337,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0c4c4fbd-1166-49e7-b364-5f71bebc3346\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40102\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"602\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"190.76.187.99\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"es-ES,es;q=0.8,en;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"602\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389298903.3089\";s:12:\"REQUEST_TIME\";s:10:\"1389298903\";}'),(125136,16337,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:499:\"Name: Jose Ramirez\n\nEmail address: jlramirez1192@hotmail.com\n\nCountry of Residence: Venezuela\n\nName of Organization/Company: Finca Kintoky\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday January 9, 2014 at 4:21 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125137,16338,'_feedback_author',''),(125138,16338,'_feedback_author_email',''),(125139,16338,'_feedback_author_url',''),(125140,16338,'_feedback_subject','Signup form OneCaribbean'),(125141,16338,'_feedback_ip','10.17.1.254'),(125142,16338,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125143,16338,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Rdoesghd\";s:13:\"Email address\";s:21:\"swozijby@eoelhjzs.com\";s:20:\"Country of Residence\";s:6:\"225954\";s:28:\"Name of Organization/Company\";s:13:\"oqQgnXBAMlSVQ\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:14:\"mgJyQOcErUgTVZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125144,16338,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Rdoesghd\";s:13:\"Email address\";s:21:\"swozijby@eoelhjzs.com\";s:20:\"Country of Residence\";s:6:\"225954\";s:28:\"Name of Organization/Company\";s:13:\"oqQgnXBAMlSVQ\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:14:\"mgJyQOcErUgTVZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125145,16338,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0c4c4fbd-1166-49e7-b364-5f71bebc3346\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39910\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"334\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"334\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389299484.7501\";s:12:\"REQUEST_TIME\";s:10:\"1389299484\";}'),(125146,16338,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: Rdoesghd\n\nEmail address: swozijby@eoelhjzs.com\n\nCountry of Residence: 225954\n\nName of Organization/Company: oqQgnXBAMlSVQ\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: mgJyQOcErUgTVZ\n\nMessage was sent on Thursday January 9, 2014 at 4:31 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125147,16339,'_feedback_author',''),(125148,16339,'_feedback_author_email',''),(125149,16339,'_feedback_author_url',''),(125150,16339,'_feedback_subject','Signup form OneCaribbean'),(125151,16339,'_feedback_ip','10.17.1.254'),(125152,16339,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125153,16339,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"eseorh\";s:13:\"Email address\";s:17:\"qqrefr@dpmbxl.com\";s:20:\"Country of Residence\";s:19:\"FLRgbSJfregzyBUOVFn\";s:28:\"Name of Organization/Company\";s:6:\"eseorh\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:18:\"LiYPmoRswZphlKjgjv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125154,16339,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"eseorh\";s:13:\"Email address\";s:17:\"qqrefr@dpmbxl.com\";s:20:\"Country of Residence\";s:19:\"FLRgbSJfregzyBUOVFn\";s:28:\"Name of Organization/Company\";s:6:\"eseorh\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:18:\"LiYPmoRswZphlKjgjv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125155,16339,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.4 (Ubuntu package 1.0.7)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4e93fd7d-5dc5-44e5-9856-53804fcf1bf7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59963\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"341\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.59.67.198\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.4 (Ubuntu package 1.0.7)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"341\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389328924.2371\";s:12:\"REQUEST_TIME\";s:10:\"1389328924\";}'),(125156,16339,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: eseorh\n\nEmail address: qqrefr@dpmbxl.com\n\nCountry of Residence: FLRgbSJfregzyBUOVFn\n\nName of Organization/Company: eseorh\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: LiYPmoRswZphlKjgjv\n\nMessage was sent on Friday January 10, 2014 at 12:42 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125157,16340,'_edit_last','1837'),(125158,16340,'_edit_lock','1389365725:1837'),(125161,16340,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125162,16340,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125163,16340,'_event_id','2174'),(125164,16340,'_event_start_time','07:00:00'),(125165,16340,'_event_end_time','12:00:00'),(125166,16340,'_event_all_day','0'),(125167,16340,'_event_start_date','2014-01-26'),(125168,16340,'_event_end_date','2014-01-26'),(125169,16340,'_event_rsvp','0'),(125170,16340,'_event_rsvp_date',''),(125171,16340,'_event_rsvp_time','00:00:00'),(125172,16340,'_event_spaces',''),(125173,16340,'_location_id','11'),(125174,16340,'_recurrence_id',''),(125175,16340,'_event_status','1'),(125176,16340,'_event_private','0'),(125177,16340,'_event_date_created',''),(125178,16340,'_event_date_modified',''),(125179,16340,'_blog_id',''),(125180,16340,'_group_id','0'),(125181,16340,'_recurrence','0'),(125182,16340,'_recurrence_interval',''),(125183,16340,'_recurrence_freq',''),(125184,16340,'_recurrence_days','0'),(125185,16340,'_recurrence_byday',''),(125186,16340,'_recurrence_byweekno',''),(125187,16340,'_start_ts','1390719600'),(125188,16340,'_end_ts','1390737600'),(125189,16341,'_edit_last','1837'),(125190,16341,'_edit_lock','1389366240:1837'),(125195,16341,'_event_id','2175'),(125196,16341,'_event_start_time','18:00:00'),(125197,16341,'_event_end_time','23:30:00'),(125198,16341,'_event_all_day','0'),(125199,16341,'_event_start_date','2014-02-03'),(125200,16341,'_event_end_date','2014-02-05'),(125201,16341,'_event_rsvp','0'),(125202,16341,'_event_rsvp_date',''),(125203,16341,'_event_rsvp_time','00:00:00'),(125204,16341,'_event_spaces',''),(125205,16341,'_location_id','11'),(125206,16341,'_recurrence_id',''),(125207,16341,'_event_status','1'),(125208,16341,'_event_private','0'),(125209,16341,'_event_date_created',''),(125210,16341,'_event_date_modified',''),(125211,16341,'_blog_id',''),(125212,16341,'_group_id','0'),(125213,16341,'_recurrence','0'),(125214,16341,'_recurrence_interval',''),(125215,16341,'_recurrence_freq',''),(125216,16341,'_recurrence_days','0'),(125217,16341,'_recurrence_byday',''),(125218,16341,'_recurrence_byweekno',''),(125219,16341,'_start_ts','1391450400'),(125220,16341,'_end_ts','1391643000'),(125221,16342,'_edit_last','1837'),(125222,16342,'_edit_lock','1389366111:1837'),(125229,16341,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125230,16341,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125231,16343,'_edit_last','1837'),(125232,16343,'_edit_lock','1389374690:1837'),(125237,16343,'_event_id','2176'),(125238,16343,'_event_start_time','11:00:00'),(125239,16343,'_event_end_time','12:00:00'),(125240,16343,'_event_all_day','0'),(125241,16343,'_event_start_date','2014-03-01'),(125242,16343,'_event_end_date','2014-03-01'),(125243,16343,'_event_rsvp','0'),(125244,16343,'_event_rsvp_date',''),(125245,16343,'_event_rsvp_time','00:00:00'),(125246,16343,'_event_spaces',''),(125247,16343,'_location_id','11'),(125248,16343,'_recurrence_id',''),(125249,16343,'_event_status','1'),(125250,16343,'_event_private','0'),(125251,16343,'_event_date_created',''),(125252,16343,'_event_date_modified',''),(125253,16343,'_blog_id',''),(125254,16343,'_group_id','0'),(125255,16343,'_recurrence','0'),(125256,16343,'_recurrence_interval',''),(125257,16343,'_recurrence_freq',''),(125258,16343,'_recurrence_days','0'),(125259,16343,'_recurrence_byday',''),(125260,16343,'_recurrence_byweekno',''),(125261,16343,'_start_ts','1393671600'),(125262,16343,'_end_ts','1393675200'),(125269,16343,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125270,16343,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125271,16345,'_edit_last','1837'),(125272,16345,'_edit_lock','1389378749:1837'),(125277,16345,'_event_id','2177'),(125278,16345,'_event_start_time','11:00:00'),(125279,16345,'_event_end_time','23:30:00'),(125280,16345,'_event_all_day','0'),(125281,16345,'_event_start_date','2014-03-02'),(125282,16345,'_event_end_date','2014-03-02'),(125283,16345,'_event_rsvp','0'),(125284,16345,'_event_rsvp_date',''),(125285,16345,'_event_rsvp_time','00:00:00'),(125286,16345,'_event_spaces',''),(125287,16345,'_location_id','11'),(125288,16345,'_recurrence_id',''),(125289,16345,'_event_status','1'),(125290,16345,'_event_private','0'),(125291,16345,'_event_date_created',''),(125292,16345,'_event_date_modified',''),(125293,16345,'_blog_id',''),(125294,16345,'_group_id','0'),(125295,16345,'_recurrence','0'),(125296,16345,'_recurrence_interval',''),(125297,16345,'_recurrence_freq',''),(125298,16345,'_recurrence_days','0'),(125299,16345,'_recurrence_byday',''),(125300,16345,'_recurrence_byweekno',''),(125301,16345,'_start_ts','1393758000'),(125302,16345,'_end_ts','1393803000'),(125309,16345,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125310,16345,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125311,16346,'_edit_last','1837'),(125312,16346,'_edit_lock','1389379912:1837'),(125315,16346,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125316,16346,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125317,16346,'_event_id','2178'),(125318,16346,'_event_start_time','00:00:00'),(125319,16346,'_event_end_time','00:00:00'),(125320,16346,'_event_all_day','1'),(125321,16346,'_event_start_date','2014-03-21'),(125322,16346,'_event_end_date','2014-03-23'),(125323,16346,'_event_rsvp','0'),(125324,16346,'_event_rsvp_date',''),(125325,16346,'_event_rsvp_time','00:00:00'),(125326,16346,'_event_spaces',''),(125327,16346,'_location_id','11'),(125328,16346,'_recurrence_id',''),(125329,16346,'_event_status','1'),(125330,16346,'_event_private','0'),(125331,16346,'_event_date_created',''),(125332,16346,'_event_date_modified',''),(125333,16346,'_blog_id',''),(125334,16346,'_group_id','0'),(125335,16346,'_recurrence','0'),(125336,16346,'_recurrence_interval',''),(125337,16346,'_recurrence_freq',''),(125338,16346,'_recurrence_days','0'),(125339,16346,'_recurrence_byday',''),(125340,16346,'_recurrence_byweekno',''),(125341,16346,'_start_ts','1395360000'),(125342,16346,'_end_ts','1395532800'),(125343,16348,'_edit_last','1837'),(125344,16348,'_edit_lock','1389380684:1837'),(125349,16348,'_event_id','2179'),(125350,16348,'_event_start_time','00:00:00'),(125351,16348,'_event_end_time','00:00:00'),(125352,16348,'_event_all_day','1'),(125353,16348,'_event_start_date','2014-04-02'),(125354,16348,'_event_end_date','2014-04-06'),(125355,16348,'_event_rsvp','0'),(125356,16348,'_event_rsvp_date',''),(125357,16348,'_event_rsvp_time','00:00:00'),(125358,16348,'_event_spaces',''),(125359,16348,'_location_id','11'),(125360,16348,'_recurrence_id',''),(125361,16348,'_event_status','1'),(125362,16348,'_event_private','0'),(125363,16348,'_event_date_created',''),(125364,16348,'_event_date_modified',''),(125365,16348,'_blog_id',''),(125366,16348,'_group_id','0'),(125367,16348,'_recurrence','0'),(125368,16348,'_recurrence_interval',''),(125369,16348,'_recurrence_freq',''),(125370,16348,'_recurrence_days','0'),(125371,16348,'_recurrence_byday',''),(125372,16348,'_recurrence_byweekno',''),(125373,16348,'_start_ts','1396396800'),(125374,16348,'_end_ts','1396742400'),(125381,16348,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125382,16348,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125383,16350,'_edit_last','1837'),(125384,16350,'_edit_lock','1389380947:1837'),(125387,16350,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125388,16350,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125389,16350,'_event_id','2180'),(125390,16350,'_event_start_time','00:00:00'),(125391,16350,'_event_end_time','00:00:00'),(125392,16350,'_event_all_day','1'),(125393,16350,'_event_start_date','2014-04-26'),(125394,16350,'_event_end_date','2014-04-26'),(125395,16350,'_event_rsvp','0'),(125396,16350,'_event_rsvp_date',''),(125397,16350,'_event_rsvp_time','00:00:00'),(125398,16350,'_event_spaces',''),(125399,16350,'_location_id','11'),(125400,16350,'_recurrence_id',''),(125401,16350,'_event_status','1'),(125402,16350,'_event_private','0'),(125403,16350,'_event_date_created',''),(125404,16350,'_event_date_modified',''),(125405,16350,'_blog_id',''),(125406,16350,'_group_id','0'),(125407,16350,'_recurrence','0'),(125408,16350,'_recurrence_interval',''),(125409,16350,'_recurrence_freq',''),(125410,16350,'_recurrence_days','0'),(125411,16350,'_recurrence_byday',''),(125412,16350,'_recurrence_byweekno',''),(125413,16350,'_start_ts','1398470400'),(125414,16350,'_end_ts','1398470400'),(125415,16352,'_edit_last','1837'),(125416,16352,'_edit_lock','1389381305:1837'),(125419,16352,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125420,16352,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125421,16352,'_event_id','2181'),(125422,16352,'_event_start_time','00:00:00'),(125423,16352,'_event_end_time','00:00:00'),(125424,16352,'_event_all_day','1'),(125425,16352,'_event_start_date','2014-04-30'),(125426,16352,'_event_end_date','2014-05-05'),(125427,16352,'_event_rsvp','0'),(125428,16352,'_event_rsvp_date',''),(125429,16352,'_event_rsvp_time','00:00:00'),(125430,16352,'_event_spaces',''),(125431,16352,'_location_id','11'),(125432,16352,'_recurrence_id',''),(125433,16352,'_event_status','1'),(125434,16352,'_event_private','0'),(125435,16352,'_event_date_created',''),(125436,16352,'_event_date_modified',''),(125437,16352,'_blog_id',''),(125438,16352,'_group_id','0'),(125439,16352,'_recurrence','0'),(125440,16352,'_recurrence_interval',''),(125441,16352,'_recurrence_freq',''),(125442,16352,'_recurrence_days','0'),(125443,16352,'_recurrence_byday',''),(125444,16352,'_recurrence_byweekno',''),(125445,16352,'_start_ts','1398816000'),(125446,16352,'_end_ts','1399248000'),(125447,16354,'_edit_last','1837'),(125448,16354,'_edit_lock','1389381881:1837'),(125453,16354,'_event_id','2182'),(125454,16354,'_event_start_time','00:00:00'),(125455,16354,'_event_end_time','00:00:00'),(125456,16354,'_event_all_day','1'),(125457,16354,'_event_start_date','2014-08-30'),(125458,16354,'_event_end_date','2014-08-31'),(125459,16354,'_event_rsvp','0'),(125460,16354,'_event_rsvp_date',''),(125461,16354,'_event_rsvp_time','00:00:00'),(125462,16354,'_event_spaces',''),(125463,16354,'_location_id','11'),(125464,16354,'_recurrence_id',''),(125465,16354,'_event_status','1'),(125466,16354,'_event_private','0'),(125467,16354,'_event_date_created',''),(125468,16354,'_event_date_modified',''),(125469,16354,'_blog_id',''),(125470,16354,'_group_id','0'),(125471,16354,'_recurrence','0'),(125472,16354,'_recurrence_interval',''),(125473,16354,'_recurrence_freq',''),(125474,16354,'_recurrence_days','0'),(125475,16354,'_recurrence_byday',''),(125476,16354,'_recurrence_byweekno',''),(125477,16354,'_start_ts','1409356800'),(125478,16354,'_end_ts','1409443200'),(125481,16354,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125482,16354,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125483,16355,'_feedback_author',''),(125484,16355,'_feedback_author_email',''),(125485,16355,'_feedback_author_url',''),(125486,16355,'_feedback_subject','Signup form OneCaribbean'),(125487,16355,'_feedback_ip','10.17.1.254'),(125488,16355,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125489,16355,'_feedback_all_fields','a:13:{s:4:\"Name\";s:15:\"Kevin Dangleben\";s:13:\"Email address\";s:19:\"kbamanager@cwdom.dm\";s:20:\"Country of Residence\";s:8:\"Dominica\";s:28:\"Name of Organization/Company\";s:21:\"Kalinago Barana Aute\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:13:\"Heritage Site\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(125490,16355,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:15:\"Kevin Dangleben\";s:13:\"Email address\";s:19:\"kbamanager@cwdom.dm\";s:20:\"Country of Residence\";s:8:\"Dominica\";s:28:\"Name of Organization/Company\";s:21:\"Kalinago Barana Aute\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:13:\"Heritage Site\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(125491,16355,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7438dd0b-bfb5-4a16-88fb-5c44dad68359\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35891\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"566\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.80.42.205\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"566\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389453361.9937\";s:12:\"REQUEST_TIME\";s:10:\"1389453361\";}'),(125492,16355,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:520:\"Name: Kevin Dangleben\n\nEmail address: kbamanager@cwdom.dm\n\nCountry of Residence: Dominica\n\nName of Organization/Company: Kalinago Barana Aute\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Heritage Site\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday January 11, 2014 at 11:16 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125493,16356,'_feedback_author',''),(125494,16356,'_feedback_author_email',''),(125495,16356,'_feedback_author_url',''),(125496,16356,'_feedback_subject','Signup form OneCaribbean'),(125497,16356,'_feedback_ip','10.17.1.254'),(125498,16356,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125499,16356,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Iifvvulz\";s:13:\"Email address\";s:21:\"vmenbzzj@aqktxyrj.com\";s:20:\"Country of Residence\";s:4:\"9659\";s:28:\"Name of Organization/Company\";s:12:\"uBsRdFFJywIR\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:11:\"YbZgdgNrNhl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125500,16356,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Iifvvulz\";s:13:\"Email address\";s:21:\"vmenbzzj@aqktxyrj.com\";s:20:\"Country of Residence\";s:4:\"9659\";s:28:\"Name of Organization/Company\";s:12:\"uBsRdFFJywIR\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:11:\"YbZgdgNrNhl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125501,16356,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5eb6108b-c839-4850-8dbd-5a3a2a71eef1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47054\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"109.73.78.99\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389470173.6716\";s:12:\"REQUEST_TIME\";s:10:\"1389470173\";}'),(125502,16356,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:293:\"Name: Iifvvulz\n\nEmail address: vmenbzzj@aqktxyrj.com\n\nCountry of Residence: 9659\n\nName of Organization/Company: uBsRdFFJywIR\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: YbZgdgNrNhl\n\nMessage was sent on Saturday January 11, 2014 at 3:56 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125503,16357,'_feedback_author',''),(125504,16357,'_feedback_author_email',''),(125505,16357,'_feedback_author_url',''),(125506,16357,'_feedback_subject','Signup form OneCaribbean'),(125507,16357,'_feedback_ip','10.17.1.254'),(125508,16357,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125509,16357,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"James \";s:13:\"Email address\";s:23:\"WatchDog.JA@outlook.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(125510,16357,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"James \";s:13:\"Email address\";s:23:\"WatchDog.JA@outlook.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(125511,16357,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-de1df956-4ce4-433c-ab5f-f33cdf3b26a8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34282\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"578\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"99.245.151.247\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"578\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389492124.2356\";s:12:\"REQUEST_TIME\";s:10:\"1389492124\";}'),(125512,16357,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:444:\"Name: James\n\nEmail address: WatchDog.JA@outlook.com\n\nCountry of Residence: Canada\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday January 11, 2014 at 10:02 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125513,16358,'_feedback_author',''),(125514,16358,'_feedback_author_email',''),(125515,16358,'_feedback_author_url',''),(125516,16358,'_feedback_subject','Signup form OneCaribbean'),(125517,16358,'_feedback_ip','10.17.1.254'),(125518,16358,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125519,16358,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Vdfcfomh\";s:13:\"Email address\";s:21:\"eibthujq@mzerufvi.com\";s:20:\"Country of Residence\";s:6:\"812124\";s:28:\"Name of Organization/Company\";s:13:\"rAPerLHHhBfel\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:12:\"fsOevieDfWvj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125520,16358,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Vdfcfomh\";s:13:\"Email address\";s:21:\"eibthujq@mzerufvi.com\";s:20:\"Country of Residence\";s:6:\"812124\";s:28:\"Name of Organization/Company\";s:13:\"rAPerLHHhBfel\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:12:\"fsOevieDfWvj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125521,16358,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:97:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Babya Discoverer 8.0:\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2c944130-8e63-4297-89b1-1fcad802b8f4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49938\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"318\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"109.73.78.99\";s:15:\"HTTP_USER_AGENT\";s:97:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Babya Discoverer 8.0:\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"318\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389515134.4778\";s:12:\"REQUEST_TIME\";s:10:\"1389515134\";}'),(125522,16358,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:281:\"Name: Vdfcfomh\n\nEmail address: eibthujq@mzerufvi.com\n\nCountry of Residence: 812124\n\nName of Organization/Company: rAPerLHHhBfel\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: fsOevieDfWvj\n\nMessage was sent on Sunday January 12, 2014 at 4:25 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125523,16359,'_feedback_author',''),(125524,16359,'_feedback_author_email',''),(125525,16359,'_feedback_author_url',''),(125526,16359,'_feedback_subject','Signup form OneCaribbean'),(125527,16359,'_feedback_ip','10.17.1.254'),(125528,16359,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125529,16359,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Fliiqhwq\";s:13:\"Email address\";s:21:\"hdxzmryi@edlmuufx.com\";s:20:\"Country of Residence\";s:4:\"7428\";s:28:\"Name of Organization/Company\";s:14:\"EZdtvpBvOTVxPA\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"hpBfbipZOjPL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125530,16359,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Fliiqhwq\";s:13:\"Email address\";s:21:\"hdxzmryi@edlmuufx.com\";s:20:\"Country of Residence\";s:4:\"7428\";s:28:\"Name of Organization/Company\";s:14:\"EZdtvpBvOTVxPA\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"hpBfbipZOjPL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125531,16359,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-afac9fac-48ae-4e82-8283-5119f8a8e6c3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51051\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"335\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"109.73.78.99\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"335\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389559202.5354\";s:12:\"REQUEST_TIME\";s:10:\"1389559202\";}'),(125532,16359,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: Fliiqhwq\n\nEmail address: hdxzmryi@edlmuufx.com\n\nCountry of Residence: 7428\n\nName of Organization/Company: EZdtvpBvOTVxPA\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: hpBfbipZOjPL\n\nMessage was sent on Sunday January 12, 2014 at 4:40 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125533,16360,'_feedback_author',''),(125534,16360,'_feedback_author_email',''),(125535,16360,'_feedback_author_url',''),(125536,16360,'_feedback_subject','Signup form OneCaribbean'),(125537,16360,'_feedback_ip','10.17.1.254'),(125538,16360,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125539,16360,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Pnhzgath\";s:13:\"Email address\";s:21:\"nqpvtbde@anvbrmoi.com\";s:20:\"Country of Residence\";s:4:\"1139\";s:28:\"Name of Organization/Company\";s:19:\"HumWQGSxwcphrBBUnNj\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:15:\"HTxAKTiGhfCcHEn\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125540,16360,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Pnhzgath\";s:13:\"Email address\";s:21:\"nqpvtbde@anvbrmoi.com\";s:20:\"Country of Residence\";s:4:\"1139\";s:28:\"Name of Organization/Company\";s:19:\"HumWQGSxwcphrBBUnNj\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:15:\"HTxAKTiGhfCcHEn\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125541,16360,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:104:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.6 (build 01425); MRSPUTNIK 1, 5, 0, 19 SW)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8903c373-d3e8-4614-9e04-0c58ce8ca00d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54350\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"109.73.78.99\";s:15:\"HTTP_USER_AGENT\";s:104:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.6 (build 01425); MRSPUTNIK 1, 5, 0, 19 SW)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389603182.1053\";s:12:\"REQUEST_TIME\";s:10:\"1389603182\";}'),(125542,16360,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:288:\"Name: Pnhzgath\n\nEmail address: nqpvtbde@anvbrmoi.com\n\nCountry of Residence: 1139\n\nName of Organization/Company: HumWQGSxwcphrBBUnNj\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: HTxAKTiGhfCcHEn\n\nMessage was sent on Monday January 13, 2014 at 4:53 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125561,16368,'_wp_attached_file','Jan13TOTMoleNominationFormNewdeadline.doc'),(125562,16368,'_edit_lock','1389623066:2'),(125569,16371,'_wp_attached_file','Racquel_Brown_-_St._Kitts-200x172.jpg'),(125570,16371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:172;s:4:\"file\";s:37:\"Racquel_Brown_-_St._Kitts-200x172.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Racquel_Brown_-_St._Kitts-200x172-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(125571,16371,'_edit_lock','1389625456:2'),(125746,16402,'_edit_last','1837'),(125747,16402,'_edit_lock','1389641589:1837'),(125750,16402,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125751,16402,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(125752,16402,'_event_id','2183'),(125753,16402,'_event_start_time','00:00:00'),(125754,16402,'_event_end_time','00:00:00'),(125755,16402,'_event_all_day','1'),(125756,16402,'_event_start_date','2014-01-30'),(125757,16402,'_event_end_date','2014-02-02'),(125758,16402,'_event_rsvp','0'),(125759,16402,'_event_rsvp_date',''),(125760,16402,'_event_rsvp_time','00:00:00'),(125761,16402,'_event_spaces',''),(125762,16402,'_location_id','2'),(125763,16402,'_recurrence_id',''),(125764,16402,'_event_status','1'),(125765,16402,'_event_private','0'),(125766,16402,'_event_date_created',''),(125767,16402,'_event_date_modified',''),(125768,16402,'_blog_id',''),(125769,16402,'_group_id','0'),(125770,16402,'_recurrence','0'),(125771,16402,'_recurrence_interval',''),(125772,16402,'_recurrence_freq',''),(125773,16402,'_recurrence_days','0'),(125774,16402,'_recurrence_byday',''),(125775,16402,'_recurrence_byweekno',''),(125776,16402,'_start_ts','1391040000'),(125777,16402,'_end_ts','1391299200'),(125885,16419,'_feedback_author',''),(125886,16419,'_feedback_author_email',''),(125887,16419,'_feedback_author_url',''),(125888,16419,'_feedback_subject','Signup form OneCaribbean'),(125889,16419,'_feedback_ip','10.17.1.254'),(125890,16419,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125891,16419,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Saukreqo\";s:13:\"Email address\";s:21:\"wpfonwnc@aalljhse.com\";s:20:\"Country of Residence\";s:4:\"4334\";s:28:\"Name of Organization/Company\";s:13:\"AyzhHcnmowlnW\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:17:\"nhKUzPsfKspwGRAeZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125892,16419,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Saukreqo\";s:13:\"Email address\";s:21:\"wpfonwnc@aalljhse.com\";s:20:\"Country of Residence\";s:4:\"4334\";s:28:\"Name of Organization/Company\";s:13:\"AyzhHcnmowlnW\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:17:\"nhKUzPsfKspwGRAeZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125893,16419,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fff8913a-85f3-4ed7-9f29-72f4efa2115e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44278\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"351\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"351\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:13:\"1389707629.14\";s:12:\"REQUEST_TIME\";s:10:\"1389707629\";}'),(125894,16419,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:309:\"Name: Saukreqo\n\nEmail address: wpfonwnc@aalljhse.com\n\nCountry of Residence: 4334\n\nName of Organization/Company: AyzhHcnmowlnW\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: nhKUzPsfKspwGRAeZ\n\nMessage was sent on Tuesday January 14, 2014 at 9:53 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125895,16420,'_feedback_author',''),(125896,16420,'_feedback_author_email',''),(125897,16420,'_feedback_author_url',''),(125898,16420,'_feedback_subject','Signup form OneCaribbean'),(125899,16420,'_feedback_ip','10.17.1.254'),(125900,16420,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125901,16420,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ljmrhdyh\";s:13:\"Email address\";s:21:\"tczthzkl@rgounawv.com\";s:20:\"Country of Residence\";s:5:\"45732\";s:28:\"Name of Organization/Company\";s:19:\"UhYldbfdSNLUExOrAQh\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:11:\"IzhIcNzlHeq\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125902,16420,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ljmrhdyh\";s:13:\"Email address\";s:21:\"tczthzkl@rgounawv.com\";s:20:\"Country of Residence\";s:5:\"45732\";s:28:\"Name of Organization/Company\";s:19:\"UhYldbfdSNLUExOrAQh\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:11:\"IzhIcNzlHeq\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125903,16420,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fff8913a-85f3-4ed7-9f29-72f4efa2115e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44311\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389707652.8566\";s:12:\"REQUEST_TIME\";s:10:\"1389707652\";}'),(125904,16420,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Ljmrhdyh\n\nEmail address: tczthzkl@rgounawv.com\n\nCountry of Residence: 45732\n\nName of Organization/Company: UhYldbfdSNLUExOrAQh\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: IzhIcNzlHeq\n\nMessage was sent on Tuesday January 14, 2014 at 9:54 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125905,16421,'_feedback_author',''),(125906,16421,'_feedback_author_email',''),(125907,16421,'_feedback_author_url',''),(125908,16421,'_feedback_subject','Signup form OneCaribbean'),(125909,16421,'_feedback_ip','10.17.1.254'),(125910,16421,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125911,16421,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Mpjmyxyj\";s:13:\"Email address\";s:21:\"jehktioj@urnequni.com\";s:20:\"Country of Residence\";s:5:\"58425\";s:28:\"Name of Organization/Company\";s:11:\"dQcxyjkNwUO\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:17:\"LlJSffgnYDbfFowDZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125912,16421,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Mpjmyxyj\";s:13:\"Email address\";s:21:\"jehktioj@urnequni.com\";s:20:\"Country of Residence\";s:5:\"58425\";s:28:\"Name of Organization/Company\";s:11:\"dQcxyjkNwUO\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:17:\"LlJSffgnYDbfFowDZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125913,16421,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-37e926f1-3311-4120-9a2e-27880511732d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44313\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"334\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"334\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389707654.4971\";s:12:\"REQUEST_TIME\";s:10:\"1389707654\";}'),(125914,16421,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: Mpjmyxyj\n\nEmail address: jehktioj@urnequni.com\n\nCountry of Residence: 58425\n\nName of Organization/Company: dQcxyjkNwUO\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: LlJSffgnYDbfFowDZ\n\nMessage was sent on Tuesday January 14, 2014 at 9:54 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125915,16422,'_feedback_author',''),(125916,16422,'_feedback_author_email',''),(125917,16422,'_feedback_author_url',''),(125918,16422,'_feedback_subject','Signup form OneCaribbean'),(125919,16422,'_feedback_ip','10.17.1.254'),(125920,16422,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(125921,16422,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Mlhxbqsu\";s:13:\"Email address\";s:21:\"umbyxeox@rqvuxmcl.com\";s:20:\"Country of Residence\";s:5:\"67885\";s:28:\"Name of Organization/Company\";s:11:\"rRfcMBhwzWe\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:13:\"UqvbkipSMBIFW\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125922,16422,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Mlhxbqsu\";s:13:\"Email address\";s:21:\"umbyxeox@rqvuxmcl.com\";s:20:\"Country of Residence\";s:5:\"67885\";s:28:\"Name of Organization/Company\";s:11:\"rRfcMBhwzWe\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:13:\"UqvbkipSMBIFW\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(125923,16422,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fff8913a-85f3-4ed7-9f29-72f4efa2115e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44315\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"324\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"324\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389707657.7624\";s:12:\"REQUEST_TIME\";s:10:\"1389707657\";}'),(125924,16422,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:288:\"Name: Mlhxbqsu\n\nEmail address: umbyxeox@rqvuxmcl.com\n\nCountry of Residence: 67885\n\nName of Organization/Company: rRfcMBhwzWe\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: UqvbkipSMBIFW\n\nMessage was sent on Tuesday January 14, 2014 at 9:54 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(125987,16444,'_wp_attached_file','oneisha-Richards-Cayman-acting-director.jpg'),(125988,16444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:167;s:4:\"file\";s:43:\"oneisha-Richards-Cayman-acting-director.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"oneisha-Richards-Cayman-acting-director-120x150.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389699226;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(125989,16445,'_wp_attached_file','rosa-harris-cayman-dept-dir.jpg'),(125990,16445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:31:\"rosa-harris-cayman-dept-dir.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(126003,16448,'_wp_attached_file','Judges2014CTOTravelmoleAwards.doc'),(126004,16448,'_edit_lock','1389714898:2'),(126005,16448,'_edit_last','2'),(126012,16451,'_edit_last','2'),(126013,16451,'_edit_lock','1389715094:2'),(126014,16451,'truethemes_video_url',''),(126015,16451,'truethemes_external_image_url',''),(126016,16451,'truethemes_slider_shortcode',''),(126017,16451,'truethemes_slider_cu3er',''),(126036,16451,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(126037,16451,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(126038,16454,'_edit_last','2'),(126039,16454,'_edit_lock','1389715194:2'),(126040,16454,'truethemes_video_url',''),(126041,16454,'truethemes_external_image_url',''),(126042,16454,'truethemes_slider_shortcode',''),(126043,16454,'truethemes_slider_cu3er',''),(126052,16454,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(126053,16454,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(126054,16456,'_edit_last','2'),(126055,16456,'_edit_lock','1389715274:2'),(126056,16456,'truethemes_video_url',''),(126057,16456,'truethemes_external_image_url',''),(126058,16456,'truethemes_slider_shortcode',''),(126059,16456,'truethemes_slider_cu3er',''),(126068,16456,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(126069,16456,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(126070,16458,'_edit_last','2'),(126071,16458,'_edit_lock','1389718498:2'),(126072,16458,'truethemes_video_url',''),(126073,16458,'truethemes_external_image_url',''),(126074,16458,'truethemes_slider_shortcode',''),(126075,16458,'truethemes_slider_cu3er',''),(126084,16458,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(126085,16458,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(126114,16464,'_edit_last','1837'),(126115,16464,'_edit_lock','1389724006:1837'),(126118,16464,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126119,16464,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126120,16464,'_event_id','2184'),(126121,16464,'_event_start_time','00:00:00'),(126122,16464,'_event_end_time','00:00:00'),(126123,16464,'_event_all_day','1'),(126124,16464,'_event_start_date','2014-02-13'),(126125,16464,'_event_end_date','2014-02-16'),(126126,16464,'_event_rsvp','0'),(126127,16464,'_event_rsvp_date',''),(126128,16464,'_event_rsvp_time','00:00:00'),(126129,16464,'_event_spaces',''),(126130,16464,'_location_id','2'),(126131,16464,'_recurrence_id',''),(126132,16464,'_event_status','1'),(126133,16464,'_event_private','0'),(126134,16464,'_event_date_created',''),(126135,16464,'_event_date_modified',''),(126136,16464,'_blog_id',''),(126137,16464,'_group_id','0'),(126138,16464,'_recurrence','0'),(126139,16464,'_recurrence_interval',''),(126140,16464,'_recurrence_freq',''),(126141,16464,'_recurrence_days','0'),(126142,16464,'_recurrence_byday',''),(126143,16464,'_recurrence_byweekno',''),(126144,16464,'_start_ts','1392249600'),(126145,16464,'_end_ts','1392508800'),(126146,16465,'_edit_last','1837'),(126147,16465,'_edit_lock','1389724163:1837'),(126148,16466,'_wp_attached_file','14Jan2014venezuelaStats.docx'),(126149,16466,'_edit_lock','1389724220:2'),(126167,16465,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126168,16465,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126169,16465,'_event_id','2185'),(126170,16465,'_event_start_time','00:00:00'),(126171,16465,'_event_end_time','00:00:00'),(126172,16465,'_event_all_day','1'),(126173,16465,'_event_start_date','2014-02-24'),(126174,16465,'_event_end_date','2014-02-24'),(126175,16465,'_event_rsvp','0'),(126176,16465,'_event_rsvp_date',''),(126177,16465,'_event_rsvp_time','00:00:00'),(126178,16465,'_event_spaces',''),(126179,16465,'_location_id','2'),(126180,16465,'_recurrence_id',''),(126181,16465,'_event_status','1'),(126182,16465,'_event_private','0'),(126183,16465,'_event_date_created',''),(126184,16465,'_event_date_modified',''),(126185,16465,'_blog_id',''),(126186,16465,'_group_id','0'),(126187,16465,'_recurrence','0'),(126188,16465,'_recurrence_interval',''),(126189,16465,'_recurrence_freq',''),(126190,16465,'_recurrence_days','0'),(126191,16465,'_recurrence_byday',''),(126192,16465,'_recurrence_byweekno',''),(126193,16465,'_start_ts','1393200000'),(126194,16465,'_end_ts','1393200000'),(126195,16469,'_edit_last','1837'),(126196,16469,'_edit_lock','1390243387:1837'),(126201,16469,'_event_id','2186'),(126202,16469,'_event_start_time','00:00:00'),(126203,16469,'_event_end_time','00:00:00'),(126204,16469,'_event_all_day','1'),(126205,16469,'_event_start_date','2014-02-28'),(126206,16469,'_event_end_date','2014-03-05'),(126207,16469,'_event_rsvp','0'),(126208,16469,'_event_rsvp_date',''),(126209,16469,'_event_rsvp_time','00:00:00'),(126210,16469,'_event_spaces',''),(126211,16469,'_location_id','2'),(126212,16469,'_recurrence_id',''),(126213,16469,'_event_status','1'),(126214,16469,'_event_private','0'),(126215,16469,'_event_date_created',''),(126216,16469,'_event_date_modified',''),(126217,16469,'_blog_id',''),(126218,16469,'_group_id','0'),(126219,16469,'_recurrence','0'),(126220,16469,'_recurrence_interval',''),(126221,16469,'_recurrence_freq',''),(126222,16469,'_recurrence_days','0'),(126223,16469,'_recurrence_byday',''),(126224,16469,'_recurrence_byweekno',''),(126225,16469,'_start_ts','1393545600'),(126226,16469,'_end_ts','1393977600'),(126231,16472,'_edit_last','1837'),(126232,16472,'_edit_lock','1389724840:1837'),(126235,16472,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126236,16472,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126237,16472,'_event_id','2187'),(126238,16472,'_event_start_time','00:00:00'),(126239,16472,'_event_end_time','00:00:00'),(126240,16472,'_event_all_day','1'),(126241,16472,'_event_start_date','2014-01-15'),(126242,16472,'_event_end_date','2014-01-24'),(126243,16472,'_event_rsvp','0'),(126244,16472,'_event_rsvp_date',''),(126245,16472,'_event_rsvp_time','00:00:00'),(126246,16472,'_event_spaces',''),(126247,16472,'_location_id','4'),(126248,16472,'_recurrence_id',''),(126249,16472,'_event_status','1'),(126250,16472,'_event_private','0'),(126251,16472,'_event_date_created',''),(126252,16472,'_event_date_modified',''),(126253,16472,'_blog_id',''),(126254,16472,'_group_id','0'),(126255,16472,'_recurrence','0'),(126256,16472,'_recurrence_interval',''),(126257,16472,'_recurrence_freq',''),(126258,16472,'_recurrence_days','0'),(126259,16472,'_recurrence_byday',''),(126260,16472,'_recurrence_byweekno',''),(126261,16472,'_start_ts','1389744000'),(126262,16472,'_end_ts','1390521600'),(126263,16473,'_edit_last','1837'),(126264,16473,'_edit_lock','1389725176:1837'),(126267,16473,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126268,16473,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126269,16473,'_event_id','2188'),(126270,16473,'_event_start_time','00:00:00'),(126271,16473,'_event_end_time','00:00:00'),(126272,16473,'_event_all_day','1'),(126273,16473,'_event_start_date','2014-01-16'),(126274,16473,'_event_end_date','2014-05-24'),(126275,16473,'_event_rsvp','0'),(126276,16473,'_event_rsvp_date',''),(126277,16473,'_event_rsvp_time','00:00:00'),(126278,16473,'_event_spaces',''),(126279,16473,'_location_id','4'),(126280,16473,'_recurrence_id',''),(126281,16473,'_event_status','1'),(126282,16473,'_event_private','0'),(126283,16473,'_event_date_created',''),(126284,16473,'_event_date_modified',''),(126285,16473,'_blog_id',''),(126286,16473,'_group_id','0'),(126287,16473,'_recurrence','0'),(126288,16473,'_recurrence_interval',''),(126289,16473,'_recurrence_freq',''),(126290,16473,'_recurrence_days','0'),(126291,16473,'_recurrence_byday',''),(126292,16473,'_recurrence_byweekno',''),(126293,16473,'_start_ts','1389830400'),(126294,16473,'_end_ts','1400889600'),(126295,16474,'_edit_last','1837'),(126296,16474,'_edit_lock','1389725506:1837'),(126299,16474,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126300,16474,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126301,16474,'_event_id','2189'),(126302,16474,'_event_start_time','00:00:00'),(126303,16474,'_event_end_time','00:00:00'),(126304,16474,'_event_all_day','1'),(126305,16474,'_event_start_date','2014-01-16'),(126306,16474,'_event_end_date','2014-01-21'),(126307,16474,'_event_rsvp','0'),(126308,16474,'_event_rsvp_date',''),(126309,16474,'_event_rsvp_time','00:00:00'),(126310,16474,'_event_spaces',''),(126311,16474,'_location_id','4'),(126312,16474,'_recurrence_id',''),(126313,16474,'_event_status','1'),(126314,16474,'_event_private','0'),(126315,16474,'_event_date_created',''),(126316,16474,'_event_date_modified',''),(126317,16474,'_blog_id',''),(126318,16474,'_group_id','0'),(126319,16474,'_recurrence','0'),(126320,16474,'_recurrence_interval',''),(126321,16474,'_recurrence_freq',''),(126322,16474,'_recurrence_days','0'),(126323,16474,'_recurrence_byday',''),(126324,16474,'_recurrence_byweekno',''),(126325,16474,'_start_ts','1389830400'),(126326,16474,'_end_ts','1390262400'),(126327,16475,'_edit_last','1837'),(126328,16475,'_edit_lock','1389725798:1837'),(126331,16475,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126332,16475,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126333,16475,'_event_id','2190'),(126334,16475,'_event_start_time','00:00:00'),(126335,16475,'_event_end_time','00:00:00'),(126336,16475,'_event_all_day','1'),(126337,16475,'_event_start_date','2014-01-25'),(126338,16475,'_event_end_date','2014-01-26'),(126339,16475,'_event_rsvp','0'),(126340,16475,'_event_rsvp_date',''),(126341,16475,'_event_rsvp_time','00:00:00'),(126342,16475,'_event_spaces',''),(126343,16475,'_location_id','4'),(126344,16475,'_recurrence_id',''),(126345,16475,'_event_status','1'),(126346,16475,'_event_private','0'),(126347,16475,'_event_date_created',''),(126348,16475,'_event_date_modified',''),(126349,16475,'_blog_id',''),(126350,16475,'_group_id','0'),(126351,16475,'_recurrence','0'),(126352,16475,'_recurrence_interval',''),(126353,16475,'_recurrence_freq',''),(126354,16475,'_recurrence_days','0'),(126355,16475,'_recurrence_byday',''),(126356,16475,'_recurrence_byweekno',''),(126357,16475,'_start_ts','1390608000'),(126358,16475,'_end_ts','1390694400'),(126359,16477,'_edit_last','1837'),(126360,16477,'_edit_lock','1389725894:1837'),(126365,16477,'_event_id','2191'),(126366,16477,'_event_start_time','00:00:00'),(126367,16477,'_event_end_time','00:00:00'),(126368,16477,'_event_all_day','1'),(126369,16477,'_event_start_date','2014-02-09'),(126370,16477,'_event_end_date','2014-02-16'),(126371,16477,'_event_rsvp','0'),(126372,16477,'_event_rsvp_date',''),(126373,16477,'_event_rsvp_time','00:00:00'),(126374,16477,'_event_spaces',''),(126375,16477,'_location_id','4'),(126376,16477,'_recurrence_id',''),(126377,16477,'_event_status','1'),(126378,16477,'_event_private','0'),(126379,16477,'_event_date_created',''),(126380,16477,'_event_date_modified',''),(126381,16477,'_blog_id',''),(126382,16477,'_group_id','0'),(126383,16477,'_recurrence','0'),(126384,16477,'_recurrence_interval',''),(126385,16477,'_recurrence_freq',''),(126386,16477,'_recurrence_days','0'),(126387,16477,'_recurrence_byday',''),(126388,16477,'_recurrence_byweekno',''),(126389,16477,'_start_ts','1391904000'),(126390,16477,'_end_ts','1392508800'),(126393,16477,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126394,16477,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126395,16478,'_edit_last','1837'),(126396,16478,'_edit_lock','1389726091:1837'),(126401,16478,'_event_id','2192'),(126402,16478,'_event_start_time','00:00:00'),(126403,16478,'_event_end_time','00:00:00'),(126404,16478,'_event_all_day','1'),(126405,16478,'_event_start_date','2014-02-11'),(126406,16478,'_event_end_date','2014-02-15'),(126407,16478,'_event_rsvp','0'),(126408,16478,'_event_rsvp_date',''),(126409,16478,'_event_rsvp_time','00:00:00'),(126410,16478,'_event_spaces',''),(126411,16478,'_location_id','4'),(126412,16478,'_recurrence_id',''),(126413,16478,'_event_status','1'),(126414,16478,'_event_private','0'),(126415,16478,'_event_date_created',''),(126416,16478,'_event_date_modified',''),(126417,16478,'_blog_id',''),(126418,16478,'_group_id','0'),(126419,16478,'_recurrence','0'),(126420,16478,'_recurrence_interval',''),(126421,16478,'_recurrence_freq',''),(126422,16478,'_recurrence_days','0'),(126423,16478,'_recurrence_byday',''),(126424,16478,'_recurrence_byweekno',''),(126425,16478,'_start_ts','1392076800'),(126426,16478,'_end_ts','1392422400'),(126429,16478,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126430,16478,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126431,16479,'_edit_last','1837'),(126432,16479,'_edit_lock','1389726228:1837'),(126435,16479,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126436,16479,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126437,16479,'_event_id','2193'),(126438,16479,'_event_start_time','00:00:00'),(126439,16479,'_event_end_time','00:00:00'),(126440,16479,'_event_all_day','1'),(126441,16479,'_event_start_date','2014-01-21'),(126442,16479,'_event_end_date','2014-01-23'),(126443,16479,'_event_rsvp','0'),(126444,16479,'_event_rsvp_date',''),(126445,16479,'_event_rsvp_time','00:00:00'),(126446,16479,'_event_spaces',''),(126447,16479,'_location_id','4'),(126448,16479,'_recurrence_id',''),(126449,16479,'_event_status','1'),(126450,16479,'_event_private','0'),(126451,16479,'_event_date_created',''),(126452,16479,'_event_date_modified',''),(126453,16479,'_blog_id',''),(126454,16479,'_group_id','0'),(126455,16479,'_recurrence','0'),(126456,16479,'_recurrence_interval',''),(126457,16479,'_recurrence_freq',''),(126458,16479,'_recurrence_days','0'),(126459,16479,'_recurrence_byday',''),(126460,16479,'_recurrence_byweekno',''),(126461,16479,'_start_ts','1390262400'),(126462,16479,'_end_ts','1390435200'),(126463,16481,'_edit_last','1837'),(126464,16481,'_edit_lock','1389726550:1837'),(126469,16481,'_event_id','2194'),(126470,16481,'_event_start_time','00:00:00'),(126471,16481,'_event_end_time','00:00:00'),(126472,16481,'_event_all_day','1'),(126473,16481,'_event_start_date','2014-02-28'),(126474,16481,'_event_end_date','2014-03-13'),(126475,16481,'_event_rsvp','0'),(126476,16481,'_event_rsvp_date',''),(126477,16481,'_event_rsvp_time','00:00:00'),(126478,16481,'_event_spaces',''),(126479,16481,'_location_id','4'),(126480,16481,'_recurrence_id',''),(126481,16481,'_event_status','1'),(126482,16481,'_event_private','0'),(126483,16481,'_event_date_created',''),(126484,16481,'_event_date_modified',''),(126485,16481,'_blog_id',''),(126486,16481,'_group_id','0'),(126487,16481,'_recurrence','0'),(126488,16481,'_recurrence_interval',''),(126489,16481,'_recurrence_freq',''),(126490,16481,'_recurrence_days','0'),(126491,16481,'_recurrence_byday',''),(126492,16481,'_recurrence_byweekno',''),(126493,16481,'_start_ts','1393545600'),(126494,16481,'_end_ts','1394668800'),(126501,16481,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126502,16481,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126503,16483,'_edit_last','1837'),(126504,16483,'_edit_lock','1389726670:1837'),(126507,16483,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126508,16483,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126509,16483,'_event_id','2195'),(126510,16483,'_event_start_time','00:00:00'),(126511,16483,'_event_end_time','00:00:00'),(126512,16483,'_event_all_day','1'),(126513,16483,'_event_start_date','2014-01-13'),(126514,16483,'_event_end_date','2014-01-19'),(126515,16483,'_event_rsvp','0'),(126516,16483,'_event_rsvp_date',''),(126517,16483,'_event_rsvp_time','00:00:00'),(126518,16483,'_event_spaces',''),(126519,16483,'_location_id','15'),(126520,16483,'_recurrence_id',''),(126521,16483,'_event_status','1'),(126522,16483,'_event_private','0'),(126523,16483,'_event_date_created',''),(126524,16483,'_event_date_modified',''),(126525,16483,'_blog_id',''),(126526,16483,'_group_id','0'),(126527,16483,'_recurrence','0'),(126528,16483,'_recurrence_interval',''),(126529,16483,'_recurrence_freq',''),(126530,16483,'_recurrence_days','0'),(126531,16483,'_recurrence_byday',''),(126532,16483,'_recurrence_byweekno',''),(126533,16483,'_start_ts','1389571200'),(126534,16483,'_end_ts','1390089600'),(126535,16484,'_edit_last','1837'),(126536,16484,'_edit_lock','1389726896:1837'),(126539,16484,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126540,16484,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126541,16484,'_event_id','2196'),(126542,16484,'_event_start_time','00:00:00'),(126543,16484,'_event_end_time','00:00:00'),(126544,16484,'_event_all_day','1'),(126545,16484,'_event_start_date','2014-02-23'),(126546,16484,'_event_end_date','2014-03-05'),(126547,16484,'_event_rsvp','0'),(126548,16484,'_event_rsvp_date',''),(126549,16484,'_event_rsvp_time','00:00:00'),(126550,16484,'_event_spaces',''),(126551,16484,'_location_id','15'),(126552,16484,'_recurrence_id',''),(126553,16484,'_event_status','1'),(126554,16484,'_event_private','0'),(126555,16484,'_event_date_created',''),(126556,16484,'_event_date_modified',''),(126557,16484,'_blog_id',''),(126558,16484,'_group_id','0'),(126559,16484,'_recurrence','0'),(126560,16484,'_recurrence_interval',''),(126561,16484,'_recurrence_freq',''),(126562,16484,'_recurrence_days','0'),(126563,16484,'_recurrence_byday',''),(126564,16484,'_recurrence_byweekno',''),(126565,16484,'_start_ts','1393113600'),(126566,16484,'_end_ts','1393977600'),(126567,16485,'_edit_last','1837'),(126568,16485,'_edit_lock','1389726975:1837'),(126571,16485,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126572,16485,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126573,16485,'_event_id','2197'),(126574,16485,'_event_start_time','00:00:00'),(126575,16485,'_event_end_time','00:00:00'),(126576,16485,'_event_all_day','1'),(126577,16485,'_event_start_date','2014-02-01'),(126578,16485,'_event_end_date','2014-02-28'),(126579,16485,'_event_rsvp','0'),(126580,16485,'_event_rsvp_date',''),(126581,16485,'_event_rsvp_time','00:00:00'),(126582,16485,'_event_spaces',''),(126583,16485,'_location_id','15'),(126584,16485,'_recurrence_id',''),(126585,16485,'_event_status','1'),(126586,16485,'_event_private','0'),(126587,16485,'_event_date_created',''),(126588,16485,'_event_date_modified',''),(126589,16485,'_blog_id',''),(126590,16485,'_group_id','0'),(126591,16485,'_recurrence','0'),(126592,16485,'_recurrence_interval',''),(126593,16485,'_recurrence_freq',''),(126594,16485,'_recurrence_days','0'),(126595,16485,'_recurrence_byday',''),(126596,16485,'_recurrence_byweekno',''),(126597,16485,'_start_ts','1391212800'),(126598,16485,'_end_ts','1393545600'),(126599,16486,'_edit_last','1837'),(126600,16486,'_edit_lock','1389727081:1837'),(126603,16486,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126604,16486,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126605,16486,'_event_id','2198'),(126606,16486,'_event_start_time','00:00:00'),(126607,16486,'_event_end_time','00:00:00'),(126608,16486,'_event_all_day','0'),(126609,16486,'_event_start_date','2014-02-09'),(126610,16486,'_event_end_date','2014-02-13'),(126611,16486,'_event_rsvp','0'),(126612,16486,'_event_rsvp_date',''),(126613,16486,'_event_rsvp_time','00:00:00'),(126614,16486,'_event_spaces',''),(126615,16486,'_location_id','15'),(126616,16486,'_recurrence_id',''),(126617,16486,'_event_status','1'),(126618,16486,'_event_private','0'),(126619,16486,'_event_date_created',''),(126620,16486,'_event_date_modified',''),(126621,16486,'_blog_id',''),(126622,16486,'_group_id','0'),(126623,16486,'_recurrence','0'),(126624,16486,'_recurrence_interval',''),(126625,16486,'_recurrence_freq',''),(126626,16486,'_recurrence_days','0'),(126627,16486,'_recurrence_byday',''),(126628,16486,'_recurrence_byweekno',''),(126629,16486,'_start_ts','1391904000'),(126630,16486,'_end_ts','1392249600'),(126631,16487,'_edit_last','1837'),(126632,16487,'_edit_lock','1389727241:1837'),(126637,16487,'_event_id','2199'),(126638,16487,'_event_start_time','00:00:00'),(126639,16487,'_event_end_time','00:00:00'),(126640,16487,'_event_all_day','1'),(126641,16487,'_event_start_date','2014-02-01'),(126642,16487,'_event_end_date','2014-02-28'),(126643,16487,'_event_rsvp','0'),(126644,16487,'_event_rsvp_date',''),(126645,16487,'_event_rsvp_time','00:00:00'),(126646,16487,'_event_spaces',''),(126647,16487,'_location_id','15'),(126648,16487,'_recurrence_id',''),(126649,16487,'_event_status','1'),(126650,16487,'_event_private','0'),(126651,16487,'_event_date_created',''),(126652,16487,'_event_date_modified',''),(126653,16487,'_blog_id',''),(126654,16487,'_group_id','0'),(126655,16487,'_recurrence','0'),(126656,16487,'_recurrence_interval',''),(126657,16487,'_recurrence_freq',''),(126658,16487,'_recurrence_days','0'),(126659,16487,'_recurrence_byday',''),(126660,16487,'_recurrence_byweekno',''),(126661,16487,'_start_ts','1391212800'),(126662,16487,'_end_ts','1393545600'),(126665,16487,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126666,16487,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126667,16488,'_edit_last','1837'),(126668,16488,'_edit_lock','1389727361:1837'),(126671,16488,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126672,16488,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126673,16488,'_event_id','2200'),(126674,16488,'_event_start_time','00:00:00'),(126675,16488,'_event_end_time','00:00:00'),(126676,16488,'_event_all_day','1'),(126677,16488,'_event_start_date','2014-02-11'),(126678,16488,'_event_end_date','2014-02-16'),(126679,16488,'_event_rsvp','0'),(126680,16488,'_event_rsvp_date',''),(126681,16488,'_event_rsvp_time','00:00:00'),(126682,16488,'_event_spaces',''),(126683,16488,'_location_id','15'),(126684,16488,'_recurrence_id',''),(126685,16488,'_event_status','1'),(126686,16488,'_event_private','0'),(126687,16488,'_event_date_created',''),(126688,16488,'_event_date_modified',''),(126689,16488,'_blog_id',''),(126690,16488,'_group_id','0'),(126691,16488,'_recurrence','0'),(126692,16488,'_recurrence_interval',''),(126693,16488,'_recurrence_freq',''),(126694,16488,'_recurrence_days','0'),(126695,16488,'_recurrence_byday',''),(126696,16488,'_recurrence_byweekno',''),(126697,16488,'_start_ts','1392076800'),(126698,16488,'_end_ts','1392508800'),(126699,16489,'_edit_last','1837'),(126700,16489,'_edit_lock','1389727562:1837'),(126703,16489,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126704,16489,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126705,16489,'_event_id','2201'),(126706,16489,'_event_start_time','00:00:00'),(126707,16489,'_event_end_time','00:00:00'),(126708,16489,'_event_all_day','1'),(126709,16489,'_event_start_date','2014-02-21'),(126710,16489,'_event_end_date','2014-02-21'),(126711,16489,'_event_rsvp','0'),(126712,16489,'_event_rsvp_date',''),(126713,16489,'_event_rsvp_time','00:00:00'),(126714,16489,'_event_spaces',''),(126715,16489,'_location_id','15'),(126716,16489,'_recurrence_id',''),(126717,16489,'_event_status','1'),(126718,16489,'_event_private','0'),(126719,16489,'_event_date_created',''),(126720,16489,'_event_date_modified',''),(126721,16489,'_blog_id',''),(126722,16489,'_group_id','0'),(126723,16489,'_recurrence','0'),(126724,16489,'_recurrence_interval',''),(126725,16489,'_recurrence_freq',''),(126726,16489,'_recurrence_days','0'),(126727,16489,'_recurrence_byday',''),(126728,16489,'_recurrence_byweekno',''),(126729,16489,'_start_ts','1392940800'),(126730,16489,'_end_ts','1392940800'),(126731,16490,'_feedback_author',''),(126732,16490,'_feedback_author_email',''),(126733,16490,'_feedback_author_url',''),(126734,16490,'_feedback_subject','Signup form OneCaribbean'),(126735,16490,'_feedback_ip','10.17.1.254'),(126736,16490,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(126737,16490,'_feedback_all_fields','a:13:{s:4:\"Name\";s:14:\"Donna Michaels\";s:13:\"Email address\";s:24:\"donnamichaels7@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:11:\"Travelocity\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126738,16490,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:14:\"Donna Michaels\";s:13:\"Email address\";s:24:\"donnamichaels7@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:11:\"Travelocity\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126739,16490,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1a3b075e-e6ef-4c25-a8c5-573198de87ab\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43203\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"471\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"24.188.164.25\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"471\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389732734.1916\";s:12:\"REQUEST_TIME\";s:10:\"1389732734\";}'),(126740,16490,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:378:\"Name: Donna Michaels\n\nEmail address: donnamichaels7@gmail.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Travelocity\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Tuesday January 14, 2014 at 4:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(126741,16491,'_feedback_author',''),(126742,16491,'_feedback_author_email',''),(126743,16491,'_feedback_author_url',''),(126744,16491,'_feedback_subject','Signup form OneCaribbean'),(126745,16491,'_feedback_ip','10.17.1.254'),(126746,16491,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(126747,16491,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Pofkpqtv\";s:13:\"Email address\";s:21:\"jdvsyhgo@vznceuxj.com\";s:20:\"Country of Residence\";s:6:\"353787\";s:28:\"Name of Organization/Company\";s:18:\"FZUFTmFvBIxtLTFYNv\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:10:\"AfKZXVDjRN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126748,16491,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Pofkpqtv\";s:13:\"Email address\";s:21:\"jdvsyhgo@vznceuxj.com\";s:20:\"Country of Residence\";s:6:\"353787\";s:28:\"Name of Organization/Company\";s:18:\"FZUFTmFvBIxtLTFYNv\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:10:\"AfKZXVDjRN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126749,16491,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dfa82095-74f0-4027-8431-7b640cbff0a7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53931\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"339\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"339\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389747711.8933\";s:12:\"REQUEST_TIME\";s:10:\"1389747711\";}'),(126750,16491,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Pofkpqtv\n\nEmail address: jdvsyhgo@vznceuxj.com\n\nCountry of Residence: 353787\n\nName of Organization/Company: FZUFTmFvBIxtLTFYNv\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: AfKZXVDjRN\n\nMessage was sent on Tuesday January 14, 2014 at 9:01 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(126751,16492,'_feedback_author',''),(126752,16492,'_feedback_author_email',''),(126753,16492,'_feedback_author_url',''),(126754,16492,'_feedback_subject','Signup form OneCaribbean'),(126755,16492,'_feedback_ip','10.17.1.254'),(126756,16492,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(126757,16492,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ksrvukqi\";s:13:\"Email address\";s:21:\"xajpiryh@dhvktyxq.com\";s:20:\"Country of Residence\";s:4:\"1045\";s:28:\"Name of Organization/Company\";s:16:\"ubeNveOqclaEzWXI\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"nLmsajJGasLB\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126758,16492,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ksrvukqi\";s:13:\"Email address\";s:21:\"xajpiryh@dhvktyxq.com\";s:20:\"Country of Residence\";s:4:\"1045\";s:28:\"Name of Organization/Company\";s:16:\"ubeNveOqclaEzWXI\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"nLmsajJGasLB\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126759,16492,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f5441672-07d0-4b1f-9546-0505c0015a54\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53091\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"337\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"337\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1389747713.862\";s:12:\"REQUEST_TIME\";s:10:\"1389747713\";}'),(126760,16492,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:301:\"Name: Ksrvukqi\n\nEmail address: xajpiryh@dhvktyxq.com\n\nCountry of Residence: 1045\n\nName of Organization/Company: ubeNveOqclaEzWXI\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: nLmsajJGasLB\n\nMessage was sent on Tuesday January 14, 2014 at 9:01 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(126761,16493,'_feedback_author',''),(126762,16493,'_feedback_author_email',''),(126763,16493,'_feedback_author_url',''),(126764,16493,'_feedback_subject','Signup form OneCaribbean'),(126765,16493,'_feedback_ip','10.17.1.254'),(126766,16493,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(126767,16493,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Bpsrdxzo\";s:13:\"Email address\";s:21:\"aiqwcoze@rgqqvpbd.com\";s:20:\"Country of Residence\";s:5:\"49218\";s:28:\"Name of Organization/Company\";s:10:\"UNCpkIDDiZ\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:14:\"PteXMqvhuYlyUD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126768,16493,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Bpsrdxzo\";s:13:\"Email address\";s:21:\"aiqwcoze@rgqqvpbd.com\";s:20:\"Country of Residence\";s:5:\"49218\";s:28:\"Name of Organization/Company\";s:10:\"UNCpkIDDiZ\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:14:\"PteXMqvhuYlyUD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126769,16493,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-47551323-ceca-4bb0-996f-a0a954f4a99a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49070\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389782918.0913\";s:12:\"REQUEST_TIME\";s:10:\"1389782918\";}'),(126770,16493,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:287:\"Name: Bpsrdxzo\n\nEmail address: aiqwcoze@rgqqvpbd.com\n\nCountry of Residence: 49218\n\nName of Organization/Company: UNCpkIDDiZ\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: PteXMqvhuYlyUD\n\nMessage was sent on Wednesday January 15, 2014 at 6:48 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(126771,16495,'_feedback_author',''),(126772,16495,'_feedback_author_email',''),(126773,16495,'_feedback_author_url',''),(126774,16495,'_feedback_subject','Signup form OneCaribbean'),(126775,16495,'_feedback_ip','10.17.1.254'),(126776,16494,'_feedback_author',''),(126777,16494,'_feedback_author_email',''),(126778,16495,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(126779,16494,'_feedback_author_url',''),(126780,16495,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Mogtlyfc\";s:13:\"Email address\";s:21:\"lmwmbsrz@jdkarznj.com\";s:20:\"Country of Residence\";s:4:\"8053\";s:28:\"Name of Organization/Company\";s:12:\"HZHQiKNrRHxB\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:11:\"QZJzIXeHIiw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126781,16494,'_feedback_subject','Signup form OneCaribbean'),(126782,16495,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Mogtlyfc\";s:13:\"Email address\";s:21:\"lmwmbsrz@jdkarznj.com\";s:20:\"Country of Residence\";s:4:\"8053\";s:28:\"Name of Organization/Company\";s:12:\"HZHQiKNrRHxB\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:11:\"QZJzIXeHIiw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126783,16494,'_feedback_ip','10.17.1.254'),(126784,16494,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(126785,16495,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3beaf027-1fc8-4681-af30-aae8ad3ab669\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49069\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"314\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"314\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389782920.3102\";s:12:\"REQUEST_TIME\";s:10:\"1389782920\";}'),(126786,16494,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Pouyxsql\";s:13:\"Email address\";s:21:\"vekfyhdj@xfwlgvib.com\";s:20:\"Country of Residence\";s:4:\"2300\";s:28:\"Name of Organization/Company\";s:17:\"aVQAfoWKFSHejPBmN\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:12:\"ssLhvHLknwjb\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126787,16495,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:280:\"Name: Mogtlyfc\n\nEmail address: lmwmbsrz@jdkarznj.com\n\nCountry of Residence: 8053\n\nName of Organization/Company: HZHQiKNrRHxB\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: QZJzIXeHIiw\n\nMessage was sent on Wednesday January 15, 2014 at 6:48 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(126788,16494,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Pouyxsql\";s:13:\"Email address\";s:21:\"vekfyhdj@xfwlgvib.com\";s:20:\"Country of Residence\";s:4:\"2300\";s:28:\"Name of Organization/Company\";s:17:\"aVQAfoWKFSHejPBmN\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:12:\"ssLhvHLknwjb\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(126789,16494,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-423f8b03-e61f-463b-8a87-0bdb450ca9bc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49071\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389782919.8414\";s:12:\"REQUEST_TIME\";s:10:\"1389782919\";}'),(126790,16494,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Pouyxsql\n\nEmail address: vekfyhdj@xfwlgvib.com\n\nCountry of Residence: 2300\n\nName of Organization/Company: aVQAfoWKFSHejPBmN\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: ssLhvHLknwjb\n\nMessage was sent on Wednesday January 15, 2014 at 6:48 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(126791,16496,'_edit_last','1837'),(126792,16496,'_edit_lock','1389792741:1837'),(126795,16496,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126796,16496,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126797,16496,'_event_id','2202'),(126798,16496,'_event_start_time','00:00:00'),(126799,16496,'_event_end_time','00:00:00'),(126800,16496,'_event_all_day','1'),(126801,16496,'_event_start_date','2014-03-08'),(126802,16496,'_event_end_date','2014-03-08'),(126803,16496,'_event_rsvp','0'),(126804,16496,'_event_rsvp_date',''),(126805,16496,'_event_rsvp_time','00:00:00'),(126806,16496,'_event_spaces',''),(126807,16496,'_location_id','4'),(126808,16496,'_recurrence_id',''),(126809,16496,'_event_status','1'),(126810,16496,'_event_private','0'),(126811,16496,'_event_date_created',''),(126812,16496,'_event_date_modified',''),(126813,16496,'_blog_id',''),(126814,16496,'_group_id','0'),(126815,16496,'_recurrence','0'),(126816,16496,'_recurrence_interval',''),(126817,16496,'_recurrence_freq',''),(126818,16496,'_recurrence_days','0'),(126819,16496,'_recurrence_byday',''),(126820,16496,'_recurrence_byweekno',''),(126821,16496,'_start_ts','1394236800'),(126822,16496,'_end_ts','1394236800'),(126823,16497,'_edit_last','1837'),(126824,16497,'_edit_lock','1389792991:1837'),(126827,16497,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126828,16497,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126829,16497,'_event_id','2203'),(126830,16497,'_event_start_time','00:00:00'),(126831,16497,'_event_end_time','00:00:00'),(126832,16497,'_event_all_day','1'),(126833,16497,'_event_start_date','2014-03-08'),(126834,16497,'_event_end_date','2014-03-09'),(126835,16497,'_event_rsvp','0'),(126836,16497,'_event_rsvp_date',''),(126837,16497,'_event_rsvp_time','00:00:00'),(126838,16497,'_event_spaces',''),(126839,16497,'_location_id','4'),(126840,16497,'_recurrence_id',''),(126841,16497,'_event_status','1'),(126842,16497,'_event_private','0'),(126843,16497,'_event_date_created',''),(126844,16497,'_event_date_modified',''),(126845,16497,'_blog_id',''),(126846,16497,'_group_id','0'),(126847,16497,'_recurrence','0'),(126848,16497,'_recurrence_interval',''),(126849,16497,'_recurrence_freq',''),(126850,16497,'_recurrence_days','0'),(126851,16497,'_recurrence_byday',''),(126852,16497,'_recurrence_byweekno',''),(126853,16497,'_start_ts','1394236800'),(126854,16497,'_end_ts','1394323200'),(126855,16498,'_edit_last','1837'),(126856,16498,'_edit_lock','1389793102:1837'),(126859,16498,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126860,16498,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126861,16498,'_event_id','2204'),(126862,16498,'_event_start_time','00:00:00'),(126863,16498,'_event_end_time','00:00:00'),(126864,16498,'_event_all_day','1'),(126865,16498,'_event_start_date','2014-03-11'),(126866,16498,'_event_end_date','2014-03-11'),(126867,16498,'_event_rsvp','0'),(126868,16498,'_event_rsvp_date',''),(126869,16498,'_event_rsvp_time','00:00:00'),(126870,16498,'_event_spaces',''),(126871,16498,'_location_id','4'),(126872,16498,'_recurrence_id',''),(126873,16498,'_event_status','1'),(126874,16498,'_event_private','0'),(126875,16498,'_event_date_created',''),(126876,16498,'_event_date_modified',''),(126877,16498,'_blog_id',''),(126878,16498,'_group_id','0'),(126879,16498,'_recurrence','0'),(126880,16498,'_recurrence_interval',''),(126881,16498,'_recurrence_freq',''),(126882,16498,'_recurrence_days','0'),(126883,16498,'_recurrence_byday',''),(126884,16498,'_recurrence_byweekno',''),(126885,16498,'_start_ts','1394496000'),(126886,16498,'_end_ts','1394496000'),(126887,16499,'_edit_last','1837'),(126888,16499,'_edit_lock','1389793462:1837'),(126891,16499,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126892,16499,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126893,16499,'_event_id','2205'),(126894,16499,'_event_start_time','00:00:00'),(126895,16499,'_event_end_time','00:00:00'),(126896,16499,'_event_all_day','1'),(126897,16499,'_event_start_date','2014-03-12'),(126898,16499,'_event_end_date','2014-03-25'),(126899,16499,'_event_rsvp','0'),(126900,16499,'_event_rsvp_date',''),(126901,16499,'_event_rsvp_time','00:00:00'),(126902,16499,'_event_spaces',''),(126903,16499,'_location_id','4'),(126904,16499,'_recurrence_id',''),(126905,16499,'_event_status','1'),(126906,16499,'_event_private','0'),(126907,16499,'_event_date_created',''),(126908,16499,'_event_date_modified',''),(126909,16499,'_blog_id',''),(126910,16499,'_group_id','0'),(126911,16499,'_recurrence','0'),(126912,16499,'_recurrence_interval',''),(126913,16499,'_recurrence_freq',''),(126914,16499,'_recurrence_days','0'),(126915,16499,'_recurrence_byday',''),(126916,16499,'_recurrence_byweekno',''),(126917,16499,'_start_ts','1394582400'),(126918,16499,'_end_ts','1395705600'),(126919,16500,'_edit_last','1837'),(126920,16500,'_edit_lock','1389797231:1837'),(126923,16500,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126924,16500,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126925,16500,'_event_id','2206'),(126926,16500,'_event_start_time','00:00:00'),(126927,16500,'_event_end_time','00:00:00'),(126928,16500,'_event_all_day','1'),(126929,16500,'_event_start_date','2014-03-22'),(126930,16500,'_event_end_date','2014-04-05'),(126931,16500,'_event_rsvp','0'),(126932,16500,'_event_rsvp_date',''),(126933,16500,'_event_rsvp_time','00:00:00'),(126934,16500,'_event_spaces',''),(126935,16500,'_location_id','4'),(126936,16500,'_recurrence_id',''),(126937,16500,'_event_status','1'),(126938,16500,'_event_private','0'),(126939,16500,'_event_date_created',''),(126940,16500,'_event_date_modified',''),(126941,16500,'_blog_id',''),(126942,16500,'_group_id','0'),(126943,16500,'_recurrence','0'),(126944,16500,'_recurrence_interval',''),(126945,16500,'_recurrence_freq',''),(126946,16500,'_recurrence_days','0'),(126947,16500,'_recurrence_byday',''),(126948,16500,'_recurrence_byweekno',''),(126949,16500,'_start_ts','1395446400'),(126950,16500,'_end_ts','1396656000'),(126951,16501,'_edit_last','1837'),(126952,16501,'_edit_lock','1389797341:1837'),(126955,16501,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126956,16501,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126957,16501,'_event_id','2207'),(126958,16501,'_event_start_time','00:00:00'),(126959,16501,'_event_end_time','00:00:00'),(126960,16501,'_event_all_day','1'),(126961,16501,'_event_start_date','2014-03-01'),(126962,16501,'_event_end_date','2014-03-31'),(126963,16501,'_event_rsvp','0'),(126964,16501,'_event_rsvp_date',''),(126965,16501,'_event_rsvp_time','00:00:00'),(126966,16501,'_event_spaces',''),(126967,16501,'_location_id','4'),(126968,16501,'_recurrence_id',''),(126969,16501,'_event_status','1'),(126970,16501,'_event_private','0'),(126971,16501,'_event_date_created',''),(126972,16501,'_event_date_modified',''),(126973,16501,'_blog_id',''),(126974,16501,'_group_id','0'),(126975,16501,'_recurrence','0'),(126976,16501,'_recurrence_interval',''),(126977,16501,'_recurrence_freq',''),(126978,16501,'_recurrence_days','0'),(126979,16501,'_recurrence_byday',''),(126980,16501,'_recurrence_byweekno',''),(126981,16501,'_start_ts','1393632000'),(126982,16501,'_end_ts','1396224000'),(126983,16502,'_edit_last','1837'),(126984,16502,'_edit_lock','1389797560:1837'),(126987,16502,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126988,16502,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(126989,16502,'_event_id','2208'),(126990,16502,'_event_start_time','00:00:00'),(126991,16502,'_event_end_time','00:00:00'),(126992,16502,'_event_all_day','1'),(126993,16502,'_event_start_date','2014-04-09'),(126994,16502,'_event_end_date','2014-04-13'),(126995,16502,'_event_rsvp','0'),(126996,16502,'_event_rsvp_date',''),(126997,16502,'_event_rsvp_time','00:00:00'),(126998,16502,'_event_spaces',''),(126999,16502,'_location_id','4'),(127000,16502,'_recurrence_id',''),(127001,16502,'_event_status','1'),(127002,16502,'_event_private','0'),(127003,16502,'_event_date_created',''),(127004,16502,'_event_date_modified',''),(127005,16502,'_blog_id',''),(127006,16502,'_group_id','0'),(127007,16502,'_recurrence','0'),(127008,16502,'_recurrence_interval',''),(127009,16502,'_recurrence_freq',''),(127010,16502,'_recurrence_days','0'),(127011,16502,'_recurrence_byday',''),(127012,16502,'_recurrence_byweekno',''),(127013,16502,'_start_ts','1397001600'),(127014,16502,'_end_ts','1397347200'),(127015,16503,'_edit_last','1837'),(127016,16503,'_edit_lock','1389797680:1837'),(127019,16503,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127020,16503,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127021,16503,'_event_id','2209'),(127022,16503,'_event_start_time','00:00:00'),(127023,16503,'_event_end_time','00:00:00'),(127024,16503,'_event_all_day','1'),(127025,16503,'_event_start_date','2014-04-19'),(127026,16503,'_event_end_date','2014-04-21'),(127027,16503,'_event_rsvp','0'),(127028,16503,'_event_rsvp_date',''),(127029,16503,'_event_rsvp_time','00:00:00'),(127030,16503,'_event_spaces',''),(127031,16503,'_location_id','4'),(127032,16503,'_recurrence_id',''),(127033,16503,'_event_status','1'),(127034,16503,'_event_private','0'),(127035,16503,'_event_date_created',''),(127036,16503,'_event_date_modified',''),(127037,16503,'_blog_id',''),(127038,16503,'_group_id','0'),(127039,16503,'_recurrence','0'),(127040,16503,'_recurrence_interval',''),(127041,16503,'_recurrence_freq',''),(127042,16503,'_recurrence_days','0'),(127043,16503,'_recurrence_byday',''),(127044,16503,'_recurrence_byweekno',''),(127045,16503,'_start_ts','1397865600'),(127046,16503,'_end_ts','1398038400'),(127047,16504,'_edit_last','1837'),(127048,16504,'_edit_lock','1389797820:1837'),(127051,16504,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127052,16504,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127053,16504,'_event_id','2210'),(127054,16504,'_event_start_time','00:00:00'),(127055,16504,'_event_end_time','00:00:00'),(127056,16504,'_event_all_day','1'),(127057,16504,'_event_start_date','2014-04-21'),(127058,16504,'_event_end_date','2014-04-28'),(127059,16504,'_event_rsvp','0'),(127060,16504,'_event_rsvp_date',''),(127061,16504,'_event_rsvp_time','00:00:00'),(127062,16504,'_event_spaces',''),(127063,16504,'_location_id','4'),(127064,16504,'_recurrence_id',''),(127065,16504,'_event_status','1'),(127066,16504,'_event_private','0'),(127067,16504,'_event_date_created',''),(127068,16504,'_event_date_modified',''),(127069,16504,'_blog_id',''),(127070,16504,'_group_id','0'),(127071,16504,'_recurrence','0'),(127072,16504,'_recurrence_interval',''),(127073,16504,'_recurrence_freq',''),(127074,16504,'_recurrence_days','0'),(127075,16504,'_recurrence_byday',''),(127076,16504,'_recurrence_byweekno',''),(127077,16504,'_start_ts','1398038400'),(127078,16504,'_end_ts','1398643200'),(127079,16505,'_edit_last','1837'),(127080,16505,'_edit_lock','1389798225:1837'),(127083,16505,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127084,16505,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127085,16505,'_event_id','2211'),(127086,16505,'_event_start_time','00:00:00'),(127087,16505,'_event_end_time','00:00:00'),(127088,16505,'_event_all_day','1'),(127089,16505,'_event_start_date','2014-04-01'),(127090,16505,'_event_end_date','2014-04-30'),(127091,16505,'_event_rsvp','0'),(127092,16505,'_event_rsvp_date',''),(127093,16505,'_event_rsvp_time','00:00:00'),(127094,16505,'_event_spaces',''),(127095,16505,'_location_id','4'),(127096,16505,'_recurrence_id',''),(127097,16505,'_event_status','1'),(127098,16505,'_event_private','0'),(127099,16505,'_event_date_created',''),(127100,16505,'_event_date_modified',''),(127101,16505,'_blog_id',''),(127102,16505,'_group_id','0'),(127103,16505,'_recurrence','0'),(127104,16505,'_recurrence_interval',''),(127105,16505,'_recurrence_freq',''),(127106,16505,'_recurrence_days','0'),(127107,16505,'_recurrence_byday',''),(127108,16505,'_recurrence_byweekno',''),(127109,16505,'_start_ts','1396310400'),(127110,16505,'_end_ts','1398816000'),(127111,16507,'_edit_last','1837'),(127112,16507,'_edit_lock','1389798595:1837'),(127115,16507,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127116,16507,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127117,16507,'_event_id','2212'),(127118,16507,'_event_start_time','00:00:00'),(127119,16507,'_event_end_time','00:00:00'),(127120,16507,'_event_all_day','1'),(127121,16507,'_event_start_date','2014-05-01'),(127122,16507,'_event_end_date','2014-05-31'),(127123,16507,'_event_rsvp','0'),(127124,16507,'_event_rsvp_date',''),(127125,16507,'_event_rsvp_time','00:00:00'),(127126,16507,'_event_spaces',''),(127127,16507,'_location_id','4'),(127128,16507,'_recurrence_id',''),(127129,16507,'_event_status','1'),(127130,16507,'_event_private','0'),(127131,16507,'_event_date_created',''),(127132,16507,'_event_date_modified',''),(127133,16507,'_blog_id',''),(127134,16507,'_group_id','0'),(127135,16507,'_recurrence','0'),(127136,16507,'_recurrence_interval',''),(127137,16507,'_recurrence_freq',''),(127138,16507,'_recurrence_days','0'),(127139,16507,'_recurrence_byday',''),(127140,16507,'_recurrence_byweekno',''),(127141,16507,'_start_ts','1398902400'),(127142,16507,'_end_ts','1401494400'),(127143,16508,'_edit_last','1837'),(127144,16508,'_edit_lock','1389798716:1837'),(127147,16508,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127148,16508,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127149,16508,'_event_id','2213'),(127150,16508,'_event_start_time','00:00:00'),(127151,16508,'_event_end_time','00:00:00'),(127152,16508,'_event_all_day','1'),(127153,16508,'_event_start_date','2014-05-17'),(127154,16508,'_event_end_date','2014-05-18'),(127155,16508,'_event_rsvp','0'),(127156,16508,'_event_rsvp_date',''),(127157,16508,'_event_rsvp_time','00:00:00'),(127158,16508,'_event_spaces',''),(127159,16508,'_location_id','4'),(127160,16508,'_recurrence_id',''),(127161,16508,'_event_status','1'),(127162,16508,'_event_private','0'),(127163,16508,'_event_date_created',''),(127164,16508,'_event_date_modified',''),(127165,16508,'_blog_id',''),(127166,16508,'_group_id','0'),(127167,16508,'_recurrence','0'),(127168,16508,'_recurrence_interval',''),(127169,16508,'_recurrence_freq',''),(127170,16508,'_recurrence_days','0'),(127171,16508,'_recurrence_byday',''),(127172,16508,'_recurrence_byweekno',''),(127173,16508,'_start_ts','1400284800'),(127174,16508,'_end_ts','1400371200'),(127175,16509,'_edit_last','1837'),(127176,16509,'_edit_lock','1389798819:1837'),(127179,16509,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127180,16509,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127181,16509,'_event_id','2214'),(127182,16509,'_event_start_time','00:00:00'),(127183,16509,'_event_end_time','00:00:00'),(127184,16509,'_event_all_day','1'),(127185,16509,'_event_start_date','2014-05-17'),(127186,16509,'_event_end_date','2014-05-20'),(127187,16509,'_event_rsvp','0'),(127188,16509,'_event_rsvp_date',''),(127189,16509,'_event_rsvp_time','00:00:00'),(127190,16509,'_event_spaces',''),(127191,16509,'_location_id','4'),(127192,16509,'_recurrence_id',''),(127193,16509,'_event_status','1'),(127194,16509,'_event_private','0'),(127195,16509,'_event_date_created',''),(127196,16509,'_event_date_modified',''),(127197,16509,'_blog_id',''),(127198,16509,'_group_id','0'),(127199,16509,'_recurrence','0'),(127200,16509,'_recurrence_interval',''),(127201,16509,'_recurrence_freq',''),(127202,16509,'_recurrence_days','0'),(127203,16509,'_recurrence_byday',''),(127204,16509,'_recurrence_byweekno',''),(127205,16509,'_start_ts','1400284800'),(127206,16509,'_end_ts','1400544000'),(127207,16510,'_edit_last','1837'),(127208,16510,'_edit_lock','1389799035:1837'),(127213,16510,'_event_id','2215'),(127214,16510,'_event_start_time','00:00:00'),(127215,16510,'_event_end_time','00:00:00'),(127216,16510,'_event_all_day','1'),(127217,16510,'_event_start_date','2014-05-17'),(127218,16510,'_event_end_date','2014-05-25'),(127219,16510,'_event_rsvp','0'),(127220,16510,'_event_rsvp_date',''),(127221,16510,'_event_rsvp_time','00:00:00'),(127222,16510,'_event_spaces',''),(127223,16510,'_location_id','4'),(127224,16510,'_recurrence_id',''),(127225,16510,'_event_status','1'),(127226,16510,'_event_private','0'),(127227,16510,'_event_date_created',''),(127228,16510,'_event_date_modified',''),(127229,16510,'_blog_id',''),(127230,16510,'_group_id','0'),(127231,16510,'_recurrence','0'),(127232,16510,'_recurrence_interval',''),(127233,16510,'_recurrence_freq',''),(127234,16510,'_recurrence_days','0'),(127235,16510,'_recurrence_byday',''),(127236,16510,'_recurrence_byweekno',''),(127237,16510,'_start_ts','1400284800'),(127238,16510,'_end_ts','1400976000'),(127241,16510,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127242,16510,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127243,16512,'_edit_last','1837'),(127244,16512,'_edit_lock','1389799142:1837'),(127247,16512,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127248,16512,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127249,16512,'_event_id','2216'),(127250,16512,'_event_start_time','00:00:00'),(127251,16512,'_event_end_time','00:00:00'),(127252,16512,'_event_all_day','1'),(127253,16512,'_event_start_date','2014-05-19'),(127254,16512,'_event_end_date','2014-05-27'),(127255,16512,'_event_rsvp','0'),(127256,16512,'_event_rsvp_date',''),(127257,16512,'_event_rsvp_time','00:00:00'),(127258,16512,'_event_spaces',''),(127259,16512,'_location_id','4'),(127260,16512,'_recurrence_id',''),(127261,16512,'_event_status','1'),(127262,16512,'_event_private','0'),(127263,16512,'_event_date_created',''),(127264,16512,'_event_date_modified',''),(127265,16512,'_blog_id',''),(127266,16512,'_group_id','0'),(127267,16512,'_recurrence','0'),(127268,16512,'_recurrence_interval',''),(127269,16512,'_recurrence_freq',''),(127270,16512,'_recurrence_days','0'),(127271,16512,'_recurrence_byday',''),(127272,16512,'_recurrence_byweekno',''),(127273,16512,'_start_ts','1400457600'),(127274,16512,'_end_ts','1401148800'),(127275,16513,'_edit_last','1837'),(127276,16513,'_edit_lock','1389799364:1837'),(127279,16513,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127280,16513,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127281,16513,'_event_id','2217'),(127282,16513,'_event_start_time','00:00:00'),(127283,16513,'_event_end_time','00:00:00'),(127284,16513,'_event_all_day','1'),(127285,16513,'_event_start_date','2014-05-22'),(127286,16513,'_event_end_date','2014-05-28'),(127287,16513,'_event_rsvp','0'),(127288,16513,'_event_rsvp_date',''),(127289,16513,'_event_rsvp_time','00:00:00'),(127290,16513,'_event_spaces',''),(127291,16513,'_location_id','4'),(127292,16513,'_recurrence_id',''),(127293,16513,'_event_status','1'),(127294,16513,'_event_private','0'),(127295,16513,'_event_date_created',''),(127296,16513,'_event_date_modified',''),(127297,16513,'_blog_id',''),(127298,16513,'_group_id','0'),(127299,16513,'_recurrence','0'),(127300,16513,'_recurrence_interval',''),(127301,16513,'_recurrence_freq',''),(127302,16513,'_recurrence_days','0'),(127303,16513,'_recurrence_byday',''),(127304,16513,'_recurrence_byweekno',''),(127305,16513,'_start_ts','1400716800'),(127306,16513,'_end_ts','1401235200'),(127307,16514,'_edit_last','1837'),(127308,16514,'_edit_lock','1389799446:1837'),(127311,16514,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127312,16514,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127313,16514,'_event_id','2218'),(127314,16514,'_event_start_time','00:00:00'),(127315,16514,'_event_end_time','00:00:00'),(127316,16514,'_event_all_day','1'),(127317,16514,'_event_start_date','2014-05-31'),(127318,16514,'_event_end_date','2014-06-01'),(127319,16514,'_event_rsvp','0'),(127320,16514,'_event_rsvp_date',''),(127321,16514,'_event_rsvp_time','00:00:00'),(127322,16514,'_event_spaces',''),(127323,16514,'_location_id','4'),(127324,16514,'_recurrence_id',''),(127325,16514,'_event_status','1'),(127326,16514,'_event_private','0'),(127327,16514,'_event_date_created',''),(127328,16514,'_event_date_modified',''),(127329,16514,'_blog_id',''),(127330,16514,'_group_id','0'),(127331,16514,'_recurrence','0'),(127332,16514,'_recurrence_interval',''),(127333,16514,'_recurrence_freq',''),(127334,16514,'_recurrence_days','0'),(127335,16514,'_recurrence_byday',''),(127336,16514,'_recurrence_byweekno',''),(127337,16514,'_start_ts','1401494400'),(127338,16514,'_end_ts','1401580800'),(127339,16515,'_edit_last','1837'),(127340,16515,'_edit_lock','1389800205:1837'),(127343,16515,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127344,16515,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127345,16515,'_event_id','2219'),(127346,16515,'_event_start_time','00:00:00'),(127347,16515,'_event_end_time','00:00:00'),(127348,16515,'_event_all_day','1'),(127349,16515,'_event_start_date','2014-06-01'),(127350,16515,'_event_end_date','2014-06-30'),(127351,16515,'_event_rsvp','0'),(127352,16515,'_event_rsvp_date',''),(127353,16515,'_event_rsvp_time','00:00:00'),(127354,16515,'_event_spaces',''),(127355,16515,'_location_id','4'),(127356,16515,'_recurrence_id',''),(127357,16515,'_event_status','1'),(127358,16515,'_event_private','0'),(127359,16515,'_event_date_created',''),(127360,16515,'_event_date_modified',''),(127361,16515,'_blog_id',''),(127362,16515,'_group_id','0'),(127363,16515,'_recurrence','0'),(127364,16515,'_recurrence_interval',''),(127365,16515,'_recurrence_freq',''),(127366,16515,'_recurrence_days','0'),(127367,16515,'_recurrence_byday',''),(127368,16515,'_recurrence_byweekno',''),(127369,16515,'_start_ts','1401580800'),(127370,16515,'_end_ts','1404086400'),(127371,16516,'_edit_last','1837'),(127372,16516,'_edit_lock','1389799658:1837'),(127375,16516,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127376,16516,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127377,16516,'_event_id','2220'),(127378,16516,'_event_start_time','00:00:00'),(127379,16516,'_event_end_time','00:00:00'),(127380,16516,'_event_all_day','1'),(127381,16516,'_event_start_date','2014-07-04'),(127382,16516,'_event_end_date','2014-08-03'),(127383,16516,'_event_rsvp','0'),(127384,16516,'_event_rsvp_date',''),(127385,16516,'_event_rsvp_time','00:00:00'),(127386,16516,'_event_spaces',''),(127387,16516,'_location_id','4'),(127388,16516,'_recurrence_id',''),(127389,16516,'_event_status','1'),(127390,16516,'_event_private','0'),(127391,16516,'_event_date_created',''),(127392,16516,'_event_date_modified',''),(127393,16516,'_blog_id',''),(127394,16516,'_group_id','0'),(127395,16516,'_recurrence','0'),(127396,16516,'_recurrence_interval',''),(127397,16516,'_recurrence_freq',''),(127398,16516,'_recurrence_days','0'),(127399,16516,'_recurrence_byday',''),(127400,16516,'_recurrence_byweekno',''),(127401,16516,'_start_ts','1404432000'),(127402,16516,'_end_ts','1407024000'),(127403,16517,'_edit_last','1837'),(127404,16517,'_edit_lock','1389799974:1837'),(127407,16517,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127408,16517,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127409,16517,'_event_id','2221'),(127410,16517,'_event_start_time','00:00:00'),(127411,16517,'_event_end_time','00:00:00'),(127412,16517,'_event_all_day','1'),(127413,16517,'_event_start_date','2014-07-04'),(127414,16517,'_event_end_date','2014-07-25'),(127415,16517,'_event_rsvp','0'),(127416,16517,'_event_rsvp_date',''),(127417,16517,'_event_rsvp_time','00:00:00'),(127418,16517,'_event_spaces',''),(127419,16517,'_location_id','4'),(127420,16517,'_recurrence_id',''),(127421,16517,'_event_status','1'),(127422,16517,'_event_private','0'),(127423,16517,'_event_date_created',''),(127424,16517,'_event_date_modified',''),(127425,16517,'_blog_id',''),(127426,16517,'_group_id','0'),(127427,16517,'_recurrence','0'),(127428,16517,'_recurrence_interval',''),(127429,16517,'_recurrence_freq',''),(127430,16517,'_recurrence_days','0'),(127431,16517,'_recurrence_byday',''),(127432,16517,'_recurrence_byweekno',''),(127433,16517,'_start_ts','1404432000'),(127434,16517,'_end_ts','1406246400'),(127435,16519,'_edit_last','1837'),(127436,16519,'_edit_lock','1389800116:1837'),(127439,16519,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127440,16519,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127441,16519,'_event_id','2222'),(127442,16519,'_event_start_time','00:00:00'),(127443,16519,'_event_end_time','00:00:00'),(127444,16519,'_event_all_day','1'),(127445,16519,'_event_start_date','2014-08-01'),(127446,16519,'_event_end_date','2014-08-31'),(127447,16519,'_event_rsvp','0'),(127448,16519,'_event_rsvp_date',''),(127449,16519,'_event_rsvp_time','00:00:00'),(127450,16519,'_event_spaces',''),(127451,16519,'_location_id','4'),(127452,16519,'_recurrence_id',''),(127453,16519,'_event_status','1'),(127454,16519,'_event_private','0'),(127455,16519,'_event_date_created',''),(127456,16519,'_event_date_modified',''),(127457,16519,'_blog_id',''),(127458,16519,'_group_id','0'),(127459,16519,'_recurrence','0'),(127460,16519,'_recurrence_interval',''),(127461,16519,'_recurrence_freq',''),(127462,16519,'_recurrence_days','0'),(127463,16519,'_recurrence_byday',''),(127464,16519,'_recurrence_byweekno',''),(127465,16519,'_start_ts','1406851200'),(127466,16519,'_end_ts','1409443200'),(127467,16522,'_edit_last','1837'),(127468,16522,'_edit_lock','1389802077:1837'),(127471,16522,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127472,16522,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127473,16522,'_event_id','2223'),(127474,16522,'_event_start_time','00:00:00'),(127475,16522,'_event_end_time','00:00:00'),(127476,16522,'_event_all_day','1'),(127477,16522,'_event_start_date','2014-09-01'),(127478,16522,'_event_end_date','2014-09-30'),(127479,16522,'_event_rsvp','0'),(127480,16522,'_event_rsvp_date',''),(127481,16522,'_event_rsvp_time','00:00:00'),(127482,16522,'_event_spaces',''),(127483,16522,'_location_id','4'),(127484,16522,'_recurrence_id',''),(127485,16522,'_event_status','1'),(127486,16522,'_event_private','0'),(127487,16522,'_event_date_created',''),(127488,16522,'_event_date_modified',''),(127489,16522,'_blog_id',''),(127490,16522,'_group_id','0'),(127491,16522,'_recurrence','0'),(127492,16522,'_recurrence_interval',''),(127493,16522,'_recurrence_freq',''),(127494,16522,'_recurrence_days','0'),(127495,16522,'_recurrence_byday',''),(127496,16522,'_recurrence_byweekno',''),(127497,16522,'_start_ts','1409529600'),(127498,16522,'_end_ts','1412035200'),(127499,16523,'_edit_last','1837'),(127500,16523,'_edit_lock','1389802314:1837'),(127501,16524,'_edit_last','2'),(127502,16524,'_edit_lock','1389811752:2'),(127503,16524,'truethemes_video_url',''),(127504,16524,'truethemes_external_image_url',''),(127505,16524,'truethemes_slider_shortcode',''),(127506,16524,'truethemes_slider_cu3er',''),(127515,16524,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(127516,16524,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(127521,16527,'_edit_last','2'),(127522,16527,'_edit_lock','1407444084:2'),(127523,16528,'_wp_attached_file','soticsavethedatead.jpg'),(127524,16528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:873;s:4:\"file\";s:22:\"soticsavethedatead.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"soticsavethedatead-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"soticsavethedatead-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389798151;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(127525,16527,'truethemes_page_checkbox',''),(127526,16527,'truethemes_custom_sub_menu','sotic-sub'),(127527,16527,'truethemes_slider_shortcode','[layerslider id="33"]'),(127528,16527,'truethemes_slider_cu3er',''),(127529,16527,'banner_search','yes'),(127530,16527,'page_primary_color_scheme','primary-golden.css'),(127531,16527,'page_secondary_color_scheme','secondary-blue.css'),(127532,16527,'page_background_color','#'),(127533,16527,'page_background_position','left top'),(127534,16527,'page_background_repeat','repeat'),(127537,16527,'_wp_page_template','page-template-left-nav.php'),(127566,16536,'_edit_last','1837'),(127567,16536,'_edit_lock','1389812536:1837'),(127572,16536,'_event_id','2224'),(127573,16536,'_event_start_time','00:00:00'),(127574,16536,'_event_end_time','00:00:00'),(127575,16536,'_event_all_day','1'),(127576,16536,'_event_start_date','2014-11-01'),(127577,16536,'_event_end_date','2014-11-30'),(127578,16536,'_event_rsvp','0'),(127579,16536,'_event_rsvp_date',''),(127580,16536,'_event_rsvp_time','00:00:00'),(127581,16536,'_event_spaces',''),(127582,16536,'_location_id','4'),(127583,16536,'_recurrence_id',''),(127584,16536,'_event_status','1'),(127585,16536,'_event_private','0'),(127586,16536,'_event_date_created',''),(127587,16536,'_event_date_modified',''),(127588,16536,'_blog_id',''),(127589,16536,'_group_id','0'),(127590,16536,'_recurrence','0'),(127591,16536,'_recurrence_interval',''),(127592,16536,'_recurrence_freq',''),(127593,16536,'_recurrence_days','0'),(127594,16536,'_recurrence_byday',''),(127595,16536,'_recurrence_byweekno',''),(127596,16536,'_start_ts','1414800000'),(127597,16536,'_end_ts','1417305600'),(127600,16536,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127601,16536,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127602,16538,'_edit_last','1837'),(127603,16538,'_edit_lock','1389812664:1837'),(127606,16538,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127607,16538,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127608,16538,'_event_id','2225'),(127609,16538,'_event_start_time','00:00:00'),(127610,16538,'_event_end_time','00:00:00'),(127611,16538,'_event_all_day','0'),(127612,16538,'_event_start_date','2014-11-01'),(127613,16538,'_event_end_date','2014-11-30'),(127614,16538,'_event_rsvp','0'),(127615,16538,'_event_rsvp_date',''),(127616,16538,'_event_rsvp_time','00:00:00'),(127617,16538,'_event_spaces',''),(127618,16538,'_location_id','4'),(127619,16538,'_recurrence_id',''),(127620,16538,'_event_status','1'),(127621,16538,'_event_private','0'),(127622,16538,'_event_date_created',''),(127623,16538,'_event_date_modified',''),(127624,16538,'_blog_id',''),(127625,16538,'_group_id','0'),(127626,16538,'_recurrence','0'),(127627,16538,'_recurrence_interval',''),(127628,16538,'_recurrence_freq',''),(127629,16538,'_recurrence_days','0'),(127630,16538,'_recurrence_byday',''),(127631,16538,'_recurrence_byweekno',''),(127632,16538,'_start_ts','1414800000'),(127633,16538,'_end_ts','1417305600'),(127634,16539,'_edit_last','1837'),(127635,16539,'_edit_lock','1389812742:1837'),(127638,16539,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127639,16539,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127640,16539,'_event_id','2226'),(127641,16539,'_event_start_time','00:00:00'),(127642,16539,'_event_end_time','00:00:00'),(127643,16539,'_event_all_day','1'),(127644,16539,'_event_start_date','2014-11-21'),(127645,16539,'_event_end_date','2014-11-24'),(127646,16539,'_event_rsvp','0'),(127647,16539,'_event_rsvp_date',''),(127648,16539,'_event_rsvp_time','00:00:00'),(127649,16539,'_event_spaces',''),(127650,16539,'_location_id','4'),(127651,16539,'_recurrence_id',''),(127652,16539,'_event_status','1'),(127653,16539,'_event_private','0'),(127654,16539,'_event_date_created',''),(127655,16539,'_event_date_modified',''),(127656,16539,'_blog_id',''),(127657,16539,'_group_id','0'),(127658,16539,'_recurrence','0'),(127659,16539,'_recurrence_interval',''),(127660,16539,'_recurrence_freq',''),(127661,16539,'_recurrence_days','0'),(127662,16539,'_recurrence_byday',''),(127663,16539,'_recurrence_byweekno',''),(127664,16539,'_start_ts','1416528000'),(127665,16539,'_end_ts','1416787200'),(127666,16540,'_edit_last','1837'),(127667,16540,'_edit_lock','1389812828:1837'),(127670,16540,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127671,16540,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127672,16540,'_event_id','2227'),(127673,16540,'_event_start_time','00:00:00'),(127674,16540,'_event_end_time','00:00:00'),(127675,16540,'_event_all_day','1'),(127676,16540,'_event_start_date','2014-12-05'),(127677,16540,'_event_end_date','2014-12-07'),(127678,16540,'_event_rsvp','0'),(127679,16540,'_event_rsvp_date',''),(127680,16540,'_event_rsvp_time','00:00:00'),(127681,16540,'_event_spaces',''),(127682,16540,'_location_id','4'),(127683,16540,'_recurrence_id',''),(127684,16540,'_event_status','1'),(127685,16540,'_event_private','0'),(127686,16540,'_event_date_created',''),(127687,16540,'_event_date_modified',''),(127688,16540,'_blog_id',''),(127689,16540,'_group_id','0'),(127690,16540,'_recurrence','0'),(127691,16540,'_recurrence_interval',''),(127692,16540,'_recurrence_freq',''),(127693,16540,'_recurrence_days','0'),(127694,16540,'_recurrence_byday',''),(127695,16540,'_recurrence_byweekno',''),(127696,16540,'_start_ts','1417737600'),(127697,16540,'_end_ts','1417910400'),(127698,16541,'_edit_last','1837'),(127699,16541,'_edit_lock','1389814042:1837'),(127702,16541,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127703,16541,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127704,16541,'_event_id','2228'),(127705,16541,'_event_start_time','00:00:00'),(127706,16541,'_event_end_time','00:00:00'),(127707,16541,'_event_all_day','1'),(127708,16541,'_event_start_date','2014-12-07'),(127709,16541,'_event_end_date','2014-12-13'),(127710,16541,'_event_rsvp','0'),(127711,16541,'_event_rsvp_date',''),(127712,16541,'_event_rsvp_time','00:00:00'),(127713,16541,'_event_spaces',''),(127714,16541,'_location_id','4'),(127715,16541,'_recurrence_id',''),(127716,16541,'_event_status','1'),(127717,16541,'_event_private','0'),(127718,16541,'_event_date_created',''),(127719,16541,'_event_date_modified',''),(127720,16541,'_blog_id',''),(127721,16541,'_group_id','0'),(127722,16541,'_recurrence','0'),(127723,16541,'_recurrence_interval',''),(127724,16541,'_recurrence_freq',''),(127725,16541,'_recurrence_days','0'),(127726,16541,'_recurrence_byday',''),(127727,16541,'_recurrence_byweekno',''),(127728,16541,'_start_ts','1417910400'),(127729,16541,'_end_ts','1418428800'),(127736,16545,'_menu_item_type','post_type'),(127737,16545,'_menu_item_menu_item_parent','0'),(127738,16545,'_menu_item_object_id','16527'),(127739,16545,'_menu_item_object','page'),(127740,16545,'_menu_item_target',''),(127741,16545,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(127742,16545,'_menu_item_xfn',''),(127743,16545,'_menu_item_url',''),(127763,16548,'_edit_last','2'),(127764,16548,'_edit_lock','1393531928:2'),(127767,16548,'truethemes_page_checkbox',''),(127768,16548,'truethemes_custom_sub_menu',''),(127769,16548,'truethemes_slider_shortcode',''),(127770,16548,'truethemes_slider_cu3er',''),(127771,16548,'banner_search','yes'),(127772,16548,'page_primary_color_scheme','null'),(127773,16548,'page_secondary_color_scheme','null'),(127774,16548,'page_background_color','#'),(127775,16548,'page_background_position','left top'),(127776,16548,'page_background_repeat','repeat'),(127779,16548,'_wp_page_template','default'),(127802,16554,'_feedback_author',''),(127803,16554,'_feedback_author_email',''),(127804,16554,'_feedback_author_url',''),(127805,16554,'_feedback_subject','Signup form OneCaribbean'),(127806,16554,'_feedback_ip','10.17.1.254'),(127807,16554,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(127808,16554,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Angela Tablac\";s:13:\"Email address\";s:21:\"atablac@travelzoo.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:9:\"Travelzoo\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:23:\"Online travel publisher\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(127809,16554,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Angela Tablac\";s:13:\"Email address\";s:21:\"atablac@travelzoo.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:9:\"Travelzoo\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:23:\"Online travel publisher\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(127810,16554,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0dcc69dd-6542-40b6-b53a-6d754864a40f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43651\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"593\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"12.250.221.198\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"593\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389888010.8749\";s:12:\"REQUEST_TIME\";s:10:\"1389888010\";}'),(127811,16554,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:547:\"Name: Angela Tablac\n\nEmail address: atablac@travelzoo.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Travelzoo\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Online travel publisher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday January 16, 2014 at 12:00 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(127812,16555,'_edit_last','1837'),(127813,16555,'_edit_lock','1389896333:1837'),(127818,16555,'_event_id','2229'),(127819,16555,'_event_start_time','00:00:00'),(127820,16555,'_event_end_time','00:00:00'),(127821,16555,'_event_all_day','1'),(127822,16555,'_event_start_date','2014-03-23'),(127823,16555,'_event_end_date','2014-03-23'),(127824,16555,'_event_rsvp','0'),(127825,16555,'_event_rsvp_date',''),(127826,16555,'_event_rsvp_time','00:00:00'),(127827,16555,'_event_spaces',''),(127828,16555,'_location_id','15'),(127829,16555,'_recurrence_id',''),(127830,16555,'_event_status','1'),(127831,16555,'_event_private','0'),(127832,16555,'_event_date_created',''),(127833,16555,'_event_date_modified',''),(127834,16555,'_blog_id',''),(127835,16555,'_group_id','0'),(127836,16555,'_recurrence','0'),(127837,16555,'_recurrence_interval',''),(127838,16555,'_recurrence_freq',''),(127839,16555,'_recurrence_days','0'),(127840,16555,'_recurrence_byday',''),(127841,16555,'_recurrence_byweekno',''),(127842,16555,'_start_ts','1395532800'),(127843,16555,'_end_ts','1395532800'),(127850,16555,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127851,16555,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127852,16556,'_edit_last','1837'),(127853,16556,'_edit_lock','1389896602:1837'),(127856,16556,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127857,16556,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127858,16556,'_event_id','2230'),(127859,16556,'_event_start_time','00:00:00'),(127860,16556,'_event_end_time','00:00:00'),(127861,16556,'_event_all_day','1'),(127862,16556,'_event_start_date','2014-02-23'),(127863,16556,'_event_end_date','2014-03-05'),(127864,16556,'_event_rsvp','0'),(127865,16556,'_event_rsvp_date',''),(127866,16556,'_event_rsvp_time','00:00:00'),(127867,16556,'_event_spaces',''),(127868,16556,'_location_id','15'),(127869,16556,'_recurrence_id',''),(127870,16556,'_event_status','1'),(127871,16556,'_event_private','0'),(127872,16556,'_event_date_created',''),(127873,16556,'_event_date_modified',''),(127874,16556,'_blog_id',''),(127875,16556,'_group_id','0'),(127876,16556,'_recurrence','0'),(127877,16556,'_recurrence_interval',''),(127878,16556,'_recurrence_freq',''),(127879,16556,'_recurrence_days','0'),(127880,16556,'_recurrence_byday',''),(127881,16556,'_recurrence_byweekno',''),(127882,16556,'_start_ts','1393113600'),(127883,16556,'_end_ts','1393977600'),(127884,16558,'_edit_last','1837'),(127885,16558,'_edit_lock','1389896885:1837'),(127888,16558,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127889,16558,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127890,16558,'_event_id','2231'),(127891,16558,'_event_start_time','00:00:00'),(127892,16558,'_event_end_time','00:00:00'),(127893,16558,'_event_all_day','1'),(127894,16558,'_event_start_date','2014-03-06'),(127895,16558,'_event_end_date','2014-03-09'),(127896,16558,'_event_rsvp','0'),(127897,16558,'_event_rsvp_date',''),(127898,16558,'_event_rsvp_time','00:00:00'),(127899,16558,'_event_spaces',''),(127900,16558,'_location_id','15'),(127901,16558,'_recurrence_id',''),(127902,16558,'_event_status','1'),(127903,16558,'_event_private','0'),(127904,16558,'_event_date_created',''),(127905,16558,'_event_date_modified',''),(127906,16558,'_blog_id',''),(127907,16558,'_group_id','0'),(127908,16558,'_recurrence','0'),(127909,16558,'_recurrence_interval',''),(127910,16558,'_recurrence_freq',''),(127911,16558,'_recurrence_days','0'),(127912,16558,'_recurrence_byday',''),(127913,16558,'_recurrence_byweekno',''),(127914,16558,'_start_ts','1394064000'),(127915,16558,'_end_ts','1394323200'),(127916,16560,'_edit_last','1837'),(127917,16560,'_edit_lock','1389896997:1837'),(127920,16560,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127921,16560,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127922,16560,'_event_id','2232'),(127923,16560,'_event_start_time','10:00:00'),(127924,16560,'_event_end_time','19:00:00'),(127925,16560,'_event_all_day','0'),(127926,16560,'_event_start_date','2014-04-05'),(127927,16560,'_event_end_date','2014-04-05'),(127928,16560,'_event_rsvp','0'),(127929,16560,'_event_rsvp_date',''),(127930,16560,'_event_rsvp_time','00:00:00'),(127931,16560,'_event_spaces',''),(127932,16560,'_location_id','15'),(127933,16560,'_recurrence_id',''),(127934,16560,'_event_status','1'),(127935,16560,'_event_private','0'),(127936,16560,'_event_date_created',''),(127937,16560,'_event_date_modified',''),(127938,16560,'_blog_id',''),(127939,16560,'_group_id','0'),(127940,16560,'_recurrence','0'),(127941,16560,'_recurrence_interval',''),(127942,16560,'_recurrence_freq',''),(127943,16560,'_recurrence_days','0'),(127944,16560,'_recurrence_byday',''),(127945,16560,'_recurrence_byweekno',''),(127946,16560,'_start_ts','1396692000'),(127947,16560,'_end_ts','1396724400'),(127948,16561,'_edit_last','1837'),(127949,16561,'_edit_lock','1389897108:1837'),(127952,16561,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127953,16561,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127954,16561,'_event_id','2233'),(127955,16561,'_event_start_time','00:00:00'),(127956,16561,'_event_end_time','00:00:00'),(127957,16561,'_event_all_day','1'),(127958,16561,'_event_start_date','2014-04-15'),(127959,16561,'_event_end_date','2014-05-02'),(127960,16561,'_event_rsvp','0'),(127961,16561,'_event_rsvp_date',''),(127962,16561,'_event_rsvp_time','00:00:00'),(127963,16561,'_event_spaces',''),(127964,16561,'_location_id','15'),(127965,16561,'_recurrence_id',''),(127966,16561,'_event_status','1'),(127967,16561,'_event_private','0'),(127968,16561,'_event_date_created',''),(127969,16561,'_event_date_modified',''),(127970,16561,'_blog_id',''),(127971,16561,'_group_id','0'),(127972,16561,'_recurrence','0'),(127973,16561,'_recurrence_interval',''),(127974,16561,'_recurrence_freq',''),(127975,16561,'_recurrence_days','0'),(127976,16561,'_recurrence_byday',''),(127977,16561,'_recurrence_byweekno',''),(127978,16561,'_start_ts','1397520000'),(127979,16561,'_end_ts','1398988800'),(127980,16562,'_edit_last','1837'),(127981,16562,'_edit_lock','1389898394:1837'),(127984,16562,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127985,16562,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(127986,16562,'_event_id','2234'),(127987,16562,'_event_start_time','00:00:00'),(127988,16562,'_event_end_time','00:00:00'),(127989,16562,'_event_all_day','1'),(127990,16562,'_event_start_date','2014-05-03'),(127991,16562,'_event_end_date','2014-05-03'),(127992,16562,'_event_rsvp','0'),(127993,16562,'_event_rsvp_date',''),(127994,16562,'_event_rsvp_time','00:00:00'),(127995,16562,'_event_spaces',''),(127996,16562,'_location_id','15'),(127997,16562,'_recurrence_id',''),(127998,16562,'_event_status','1'),(127999,16562,'_event_private','0'),(128000,16562,'_event_date_created',''),(128001,16562,'_event_date_modified',''),(128002,16562,'_blog_id',''),(128003,16562,'_group_id','0'),(128004,16562,'_recurrence','0'),(128005,16562,'_recurrence_interval',''),(128006,16562,'_recurrence_freq',''),(128007,16562,'_recurrence_days','0'),(128008,16562,'_recurrence_byday',''),(128009,16562,'_recurrence_byweekno',''),(128010,16562,'_start_ts','1399075200'),(128011,16562,'_end_ts','1399075200'),(128012,16564,'_edit_last','1837'),(128013,16564,'_edit_lock','1389898467:1837'),(128016,16564,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128017,16564,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128018,16564,'_event_id','2235'),(128019,16564,'_event_start_time','00:00:00'),(128020,16564,'_event_end_time','00:00:00'),(128021,16564,'_event_all_day','1'),(128022,16564,'_event_start_date','2014-05-04'),(128023,16564,'_event_end_date','2014-05-04'),(128024,16564,'_event_rsvp','0'),(128025,16564,'_event_rsvp_date',''),(128026,16564,'_event_rsvp_time','00:00:00'),(128027,16564,'_event_spaces',''),(128028,16564,'_location_id','15'),(128029,16564,'_recurrence_id',''),(128030,16564,'_event_status','1'),(128031,16564,'_event_private','0'),(128032,16564,'_event_date_created',''),(128033,16564,'_event_date_modified',''),(128034,16564,'_blog_id',''),(128035,16564,'_group_id','0'),(128036,16564,'_recurrence','0'),(128037,16564,'_recurrence_interval',''),(128038,16564,'_recurrence_freq',''),(128039,16564,'_recurrence_days','0'),(128040,16564,'_recurrence_byday',''),(128041,16564,'_recurrence_byweekno',''),(128042,16564,'_start_ts','1399161600'),(128043,16564,'_end_ts','1399161600'),(128044,16565,'_edit_last','1837'),(128049,16565,'_event_id','2236'),(128050,16565,'_event_start_time','00:00:00'),(128051,16565,'_event_end_time','00:00:00'),(128052,16565,'_event_all_day','1'),(128053,16565,'_event_start_date','2014-05-08'),(128054,16565,'_event_end_date','2014-05-08'),(128055,16565,'_event_rsvp','0'),(128056,16565,'_event_rsvp_date',''),(128057,16565,'_event_rsvp_time','00:00:00'),(128058,16565,'_event_spaces',''),(128059,16565,'_location_id','15'),(128060,16565,'_recurrence_id',''),(128061,16565,'_event_status','1'),(128062,16565,'_event_private','0'),(128063,16565,'_event_date_created',''),(128064,16565,'_event_date_modified',''),(128065,16565,'_blog_id',''),(128066,16565,'_group_id','0'),(128067,16565,'_recurrence','0'),(128068,16565,'_recurrence_interval',''),(128069,16565,'_recurrence_freq',''),(128070,16565,'_recurrence_days','0'),(128071,16565,'_recurrence_byday',''),(128072,16565,'_recurrence_byweekno',''),(128073,16565,'_start_ts','1399507200'),(128074,16565,'_end_ts','1399507200'),(128075,16565,'_edit_lock','1389899409:1837'),(128082,16565,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128083,16565,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128084,16567,'_edit_last','1837'),(128085,16567,'_edit_lock','1389899476:1837'),(128088,16567,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128089,16567,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128090,16567,'_event_id','2237'),(128091,16567,'_event_start_time','00:00:00'),(128092,16567,'_event_end_time','00:00:00'),(128093,16567,'_event_all_day','1'),(128094,16567,'_event_start_date','2014-05-16'),(128095,16567,'_event_end_date','2014-05-18'),(128096,16567,'_event_rsvp','0'),(128097,16567,'_event_rsvp_date',''),(128098,16567,'_event_rsvp_time','00:00:00'),(128099,16567,'_event_spaces',''),(128100,16567,'_location_id','15'),(128101,16567,'_recurrence_id',''),(128102,16567,'_event_status','1'),(128103,16567,'_event_private','0'),(128104,16567,'_event_date_created',''),(128105,16567,'_event_date_modified',''),(128106,16567,'_blog_id',''),(128107,16567,'_group_id','0'),(128108,16567,'_recurrence','0'),(128109,16567,'_recurrence_interval',''),(128110,16567,'_recurrence_freq',''),(128111,16567,'_recurrence_days','0'),(128112,16567,'_recurrence_byday',''),(128113,16567,'_recurrence_byweekno',''),(128114,16567,'_start_ts','1400198400'),(128115,16567,'_end_ts','1400371200'),(128116,16568,'_edit_last','1837'),(128117,16568,'_edit_lock','1389899603:1837'),(128120,16568,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128121,16568,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128122,16568,'_event_id','2238'),(128123,16568,'_event_start_time','00:00:00'),(128124,16568,'_event_end_time','00:00:00'),(128125,16568,'_event_all_day','1'),(128126,16568,'_event_start_date','2014-05-27'),(128127,16568,'_event_end_date','2014-05-27'),(128128,16568,'_event_rsvp','0'),(128129,16568,'_event_rsvp_date',''),(128130,16568,'_event_rsvp_time','00:00:00'),(128131,16568,'_event_spaces',''),(128132,16568,'_location_id','15'),(128133,16568,'_recurrence_id',''),(128134,16568,'_event_status','1'),(128135,16568,'_event_private','0'),(128136,16568,'_event_date_created',''),(128137,16568,'_event_date_modified',''),(128138,16568,'_blog_id',''),(128139,16568,'_group_id','0'),(128140,16568,'_recurrence','0'),(128141,16568,'_recurrence_interval',''),(128142,16568,'_recurrence_freq',''),(128143,16568,'_recurrence_days','0'),(128144,16568,'_recurrence_byday',''),(128145,16568,'_recurrence_byweekno',''),(128146,16568,'_start_ts','1401148800'),(128147,16568,'_end_ts','1401148800'),(128148,16569,'_edit_last','1837'),(128149,16569,'_edit_lock','1389899690:1837'),(128152,16569,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128153,16569,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128154,16569,'_event_id','2239'),(128155,16569,'_event_start_time','00:00:00'),(128156,16569,'_event_end_time','00:00:00'),(128157,16569,'_event_all_day','1'),(128158,16569,'_event_start_date','2014-06-05'),(128159,16569,'_event_end_date','2014-06-07'),(128160,16569,'_event_rsvp','0'),(128161,16569,'_event_rsvp_date',''),(128162,16569,'_event_rsvp_time','00:00:00'),(128163,16569,'_event_spaces',''),(128164,16569,'_location_id','15'),(128165,16569,'_recurrence_id',''),(128166,16569,'_event_status','1'),(128167,16569,'_event_private','0'),(128168,16569,'_event_date_created',''),(128169,16569,'_event_date_modified',''),(128170,16569,'_blog_id',''),(128171,16569,'_group_id','0'),(128172,16569,'_recurrence','0'),(128173,16569,'_recurrence_interval',''),(128174,16569,'_recurrence_freq',''),(128175,16569,'_recurrence_days','0'),(128176,16569,'_recurrence_byday',''),(128177,16569,'_recurrence_byweekno',''),(128178,16569,'_start_ts','1401926400'),(128179,16569,'_end_ts','1402099200'),(128180,16570,'_edit_last','1837'),(128181,16570,'_edit_lock','1389899785:1837'),(128184,16570,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128185,16570,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128186,16570,'_event_id','2240'),(128187,16570,'_event_start_time','00:00:00'),(128188,16570,'_event_end_time','00:00:00'),(128189,16570,'_event_all_day','1'),(128190,16570,'_event_start_date','2014-06-10'),(128191,16570,'_event_end_date','2014-06-14'),(128192,16570,'_event_rsvp','0'),(128193,16570,'_event_rsvp_date',''),(128194,16570,'_event_rsvp_time','00:00:00'),(128195,16570,'_event_spaces',''),(128196,16570,'_location_id','15'),(128197,16570,'_recurrence_id',''),(128198,16570,'_event_status','1'),(128199,16570,'_event_private','0'),(128200,16570,'_event_date_created',''),(128201,16570,'_event_date_modified',''),(128202,16570,'_blog_id',''),(128203,16570,'_group_id','0'),(128204,16570,'_recurrence','0'),(128205,16570,'_recurrence_interval',''),(128206,16570,'_recurrence_freq',''),(128207,16570,'_recurrence_days','0'),(128208,16570,'_recurrence_byday',''),(128209,16570,'_recurrence_byweekno',''),(128210,16570,'_start_ts','1402358400'),(128211,16570,'_end_ts','1402704000'),(128212,16571,'_edit_last','1837'),(128213,16571,'_edit_lock','1389900418:1837'),(128216,16571,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128217,16571,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128218,16571,'_event_id','2241'),(128219,16571,'_event_start_time','00:00:00'),(128220,16571,'_event_end_time','00:00:00'),(128221,16571,'_event_all_day','1'),(128222,16571,'_event_start_date','2014-06-14'),(128223,16571,'_event_end_date','2014-06-14'),(128224,16571,'_event_rsvp','0'),(128225,16571,'_event_rsvp_date',''),(128226,16571,'_event_rsvp_time','00:00:00'),(128227,16571,'_event_spaces',''),(128228,16571,'_location_id','15'),(128229,16571,'_recurrence_id',''),(128230,16571,'_event_status','1'),(128231,16571,'_event_private','0'),(128232,16571,'_event_date_created',''),(128233,16571,'_event_date_modified',''),(128234,16571,'_blog_id',''),(128235,16571,'_group_id','0'),(128236,16571,'_recurrence','0'),(128237,16571,'_recurrence_interval',''),(128238,16571,'_recurrence_freq',''),(128239,16571,'_recurrence_days','0'),(128240,16571,'_recurrence_byday',''),(128241,16571,'_recurrence_byweekno',''),(128242,16571,'_start_ts','1402704000'),(128243,16571,'_end_ts','1402704000'),(128244,16573,'_edit_last','1837'),(128249,16573,'_event_id','2242'),(128250,16573,'_event_start_time','00:00:00'),(128251,16573,'_event_end_time','00:00:00'),(128252,16573,'_event_all_day','1'),(128253,16573,'_event_start_date','2014-06-21'),(128254,16573,'_event_end_date','2014-06-21'),(128255,16573,'_event_rsvp','0'),(128256,16573,'_event_rsvp_date',''),(128257,16573,'_event_rsvp_time','00:00:00'),(128258,16573,'_event_spaces',''),(128259,16573,'_location_id','15'),(128260,16573,'_recurrence_id',''),(128261,16573,'_event_status','1'),(128262,16573,'_event_private','0'),(128263,16573,'_event_date_created',''),(128264,16573,'_event_date_modified',''),(128265,16573,'_blog_id',''),(128266,16573,'_group_id','0'),(128267,16573,'_recurrence','0'),(128268,16573,'_recurrence_interval',''),(128269,16573,'_recurrence_freq',''),(128270,16573,'_recurrence_days','0'),(128271,16573,'_recurrence_byday',''),(128272,16573,'_recurrence_byweekno',''),(128273,16573,'_start_ts','1403308800'),(128274,16573,'_end_ts','1403308800'),(128275,16573,'_edit_lock','1389970949:1837'),(128278,16573,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128279,16573,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128280,16574,'_edit_last','1837'),(128281,16574,'_edit_lock','1389971329:1837'),(128284,16574,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128285,16574,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128286,16574,'_event_id','2243'),(128287,16574,'_event_start_time','00:00:00'),(128288,16574,'_event_end_time','00:00:00'),(128289,16574,'_event_all_day','1'),(128290,16574,'_event_start_date','2014-06-27'),(128291,16574,'_event_end_date','2014-06-28'),(128292,16574,'_event_rsvp','0'),(128293,16574,'_event_rsvp_date',''),(128294,16574,'_event_rsvp_time','00:00:00'),(128295,16574,'_event_spaces',''),(128296,16574,'_location_id','15'),(128297,16574,'_recurrence_id',''),(128298,16574,'_event_status','1'),(128299,16574,'_event_private','0'),(128300,16574,'_event_date_created',''),(128301,16574,'_event_date_modified',''),(128302,16574,'_blog_id',''),(128303,16574,'_group_id','0'),(128304,16574,'_recurrence','0'),(128305,16574,'_recurrence_interval',''),(128306,16574,'_recurrence_freq',''),(128307,16574,'_recurrence_days','0'),(128308,16574,'_recurrence_byday',''),(128309,16574,'_recurrence_byweekno',''),(128310,16574,'_start_ts','1403827200'),(128311,16574,'_end_ts','1403913600'),(128312,16576,'_edit_last','1837'),(128313,16576,'_edit_lock','1389971313:1837'),(128316,16576,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128317,16576,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128318,16576,'_event_id','2244'),(128319,16576,'_event_start_time','00:00:00'),(128320,16576,'_event_end_time','00:00:00'),(128321,16576,'_event_all_day','1'),(128322,16576,'_event_start_date','2014-07-06'),(128323,16576,'_event_end_date','2014-07-06'),(128324,16576,'_event_rsvp','0'),(128325,16576,'_event_rsvp_date',''),(128326,16576,'_event_rsvp_time','00:00:00'),(128327,16576,'_event_spaces',''),(128328,16576,'_location_id','15'),(128329,16576,'_recurrence_id',''),(128330,16576,'_event_status','1'),(128331,16576,'_event_private','0'),(128332,16576,'_event_date_created',''),(128333,16576,'_event_date_modified',''),(128334,16576,'_blog_id',''),(128335,16576,'_group_id','0'),(128336,16576,'_recurrence','0'),(128337,16576,'_recurrence_interval',''),(128338,16576,'_recurrence_freq',''),(128339,16576,'_recurrence_days','0'),(128340,16576,'_recurrence_byday',''),(128341,16576,'_recurrence_byweekno',''),(128342,16576,'_start_ts','1404604800'),(128343,16576,'_end_ts','1404604800'),(128344,16577,'_edit_last','1837'),(128345,16577,'_edit_lock','1389971756:1837'),(128348,16577,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128349,16577,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128350,16577,'_event_id','2245'),(128351,16577,'_event_start_time','00:00:00'),(128352,16577,'_event_end_time','00:00:00'),(128353,16577,'_event_all_day','1'),(128354,16577,'_event_start_date','2014-07-05'),(128355,16577,'_event_end_date','2014-07-05'),(128356,16577,'_event_rsvp','0'),(128357,16577,'_event_rsvp_date',''),(128358,16577,'_event_rsvp_time','00:00:00'),(128359,16577,'_event_spaces',''),(128360,16577,'_location_id','15'),(128361,16577,'_recurrence_id',''),(128362,16577,'_event_status','1'),(128363,16577,'_event_private','0'),(128364,16577,'_event_date_created',''),(128365,16577,'_event_date_modified',''),(128366,16577,'_blog_id',''),(128367,16577,'_group_id','0'),(128368,16577,'_recurrence','0'),(128369,16577,'_recurrence_interval',''),(128370,16577,'_recurrence_freq',''),(128371,16577,'_recurrence_days','0'),(128372,16577,'_recurrence_byday',''),(128373,16577,'_recurrence_byweekno',''),(128374,16577,'_start_ts','1404518400'),(128375,16577,'_end_ts','1404518400'),(128376,16579,'_edit_last','2'),(128377,16579,'_edit_lock','1389979195:2'),(128378,16579,'truethemes_video_url',''),(128379,16579,'truethemes_external_image_url',''),(128380,16579,'truethemes_slider_shortcode',''),(128381,16579,'truethemes_slider_cu3er',''),(128390,16579,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(128391,16579,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(128404,16578,'_edit_last','1837'),(128405,16578,'_edit_lock','1389981581:1837'),(128408,16578,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128409,16578,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128410,16578,'_event_id','2246'),(128411,16578,'_event_start_time','00:00:00'),(128412,16578,'_event_end_time','00:00:00'),(128413,16578,'_event_all_day','1'),(128414,16578,'_event_start_date','2014-07-14'),(128415,16578,'_event_end_date','2014-07-14'),(128416,16578,'_event_rsvp','0'),(128417,16578,'_event_rsvp_date',''),(128418,16578,'_event_rsvp_time','00:00:00'),(128419,16578,'_event_spaces',''),(128420,16578,'_location_id','15'),(128421,16578,'_recurrence_id',''),(128422,16578,'_event_status','1'),(128423,16578,'_event_private','0'),(128424,16578,'_event_date_created',''),(128425,16578,'_event_date_modified',''),(128426,16578,'_blog_id',''),(128427,16578,'_group_id','0'),(128428,16578,'_recurrence','0'),(128429,16578,'_recurrence_interval',''),(128430,16578,'_recurrence_freq',''),(128431,16578,'_recurrence_days','0'),(128432,16578,'_recurrence_byday',''),(128433,16578,'_recurrence_byweekno',''),(128434,16578,'_start_ts','1405296000'),(128435,16578,'_end_ts','1405296000'),(128436,16584,'_edit_last','1837'),(128437,16584,'_edit_lock','1389981910:1837'),(128440,16584,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128441,16584,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128442,16584,'_event_id','2247'),(128443,16584,'_event_start_time','00:00:00'),(128444,16584,'_event_end_time','00:00:00'),(128445,16584,'_event_all_day','1'),(128446,16584,'_event_start_date','2014-07-21'),(128447,16584,'_event_end_date','2014-07-21'),(128448,16584,'_event_rsvp','0'),(128449,16584,'_event_rsvp_date',''),(128450,16584,'_event_rsvp_time','00:00:00'),(128451,16584,'_event_spaces',''),(128452,16584,'_location_id','15'),(128453,16584,'_recurrence_id',''),(128454,16584,'_event_status','1'),(128455,16584,'_event_private','0'),(128456,16584,'_event_date_created',''),(128457,16584,'_event_date_modified',''),(128458,16584,'_blog_id',''),(128459,16584,'_group_id','0'),(128460,16584,'_recurrence','0'),(128461,16584,'_recurrence_interval',''),(128462,16584,'_recurrence_freq',''),(128463,16584,'_recurrence_days','0'),(128464,16584,'_recurrence_byday',''),(128465,16584,'_recurrence_byweekno',''),(128466,16584,'_start_ts','1405900800'),(128467,16584,'_end_ts','1405900800'),(128468,16587,'_wp_attached_file','CruiseCwealth-Grp-29May13.pdf'),(128469,16587,'_edit_lock','1389983729:2'),(128470,16588,'_wp_attached_file','MICECwealth-Grp-29May2013.pdf'),(128471,16588,'_edit_lock','1389983757:2'),(128472,7490,'groups-groups_read_post','Board of Directors'),(128482,7490,'groups-groups_read_post','Board of Directors'),(128492,7488,'groups-groups_read_post','Allied'),(128505,6446,'groups-groups_read_post','Council of Ministers'),(128518,16586,'_edit_last','1837'),(128519,16586,'_edit_lock','1389984736:1837'),(128522,16586,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128523,16586,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128524,16586,'_event_id','2248'),(128525,16586,'_event_start_time','00:00:00'),(128526,16586,'_event_end_time','00:00:00'),(128527,16586,'_event_all_day','1'),(128528,16586,'_event_start_date','2014-08-04'),(128529,16586,'_event_end_date','2014-08-04'),(128530,16586,'_event_rsvp','0'),(128531,16586,'_event_rsvp_date',''),(128532,16586,'_event_rsvp_time','00:00:00'),(128533,16586,'_event_spaces',''),(128534,16586,'_location_id','15'),(128535,16586,'_recurrence_id',''),(128536,16586,'_event_status','1'),(128537,16586,'_event_private','0'),(128538,16586,'_event_date_created',''),(128539,16586,'_event_date_modified',''),(128540,16586,'_blog_id',''),(128541,16586,'_group_id','0'),(128542,16586,'_recurrence','0'),(128543,16586,'_recurrence_interval',''),(128544,16586,'_recurrence_freq',''),(128545,16586,'_recurrence_days','0'),(128546,16586,'_recurrence_byday',''),(128547,16586,'_recurrence_byweekno',''),(128548,16586,'_start_ts','1407110400'),(128549,16586,'_end_ts','1407110400'),(128550,16593,'_edit_last','1837'),(128551,16593,'_edit_lock','1389984842:1837'),(128554,16593,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128555,16593,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128556,16593,'_event_id','2249'),(128557,16593,'_event_start_time','10:00:00'),(128558,16593,'_event_end_time','19:00:00'),(128559,16593,'_event_all_day','0'),(128560,16593,'_event_start_date','2014-08-10'),(128561,16593,'_event_end_date','2014-08-10'),(128562,16593,'_event_rsvp','0'),(128563,16593,'_event_rsvp_date',''),(128564,16593,'_event_rsvp_time','00:00:00'),(128565,16593,'_event_spaces',''),(128566,16593,'_location_id','15'),(128567,16593,'_recurrence_id',''),(128568,16593,'_event_status','1'),(128569,16593,'_event_private','0'),(128570,16593,'_event_date_created',''),(128571,16593,'_event_date_modified',''),(128572,16593,'_blog_id',''),(128573,16593,'_group_id','0'),(128574,16593,'_recurrence','0'),(128575,16593,'_recurrence_interval',''),(128576,16593,'_recurrence_freq',''),(128577,16593,'_recurrence_days','0'),(128578,16593,'_recurrence_byday',''),(128579,16593,'_recurrence_byweekno',''),(128580,16593,'_start_ts','1407664800'),(128581,16593,'_end_ts','1407697200'),(128582,16594,'_edit_last','1837'),(128583,16594,'_edit_lock','1389984964:1837'),(128586,16594,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128587,16594,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128588,16594,'_event_id','2250'),(128589,16594,'_event_start_time','00:00:00'),(128590,16594,'_event_end_time','00:00:00'),(128591,16594,'_event_all_day','1'),(128592,16594,'_event_start_date','2014-08-14'),(128593,16594,'_event_end_date','2014-08-16'),(128594,16594,'_event_rsvp','0'),(128595,16594,'_event_rsvp_date',''),(128596,16594,'_event_rsvp_time','00:00:00'),(128597,16594,'_event_spaces',''),(128598,16594,'_location_id','15'),(128599,16594,'_recurrence_id',''),(128600,16594,'_event_status','1'),(128601,16594,'_event_private','0'),(128602,16594,'_event_date_created',''),(128603,16594,'_event_date_modified',''),(128604,16594,'_blog_id',''),(128605,16594,'_group_id','0'),(128606,16594,'_recurrence','0'),(128607,16594,'_recurrence_interval',''),(128608,16594,'_recurrence_freq',''),(128609,16594,'_recurrence_days','0'),(128610,16594,'_recurrence_byday',''),(128611,16594,'_recurrence_byweekno',''),(128612,16594,'_start_ts','1407974400'),(128613,16594,'_end_ts','1408147200'),(128614,16595,'_edit_last','1837'),(128615,16595,'_edit_lock','1389985259:1837'),(128618,16595,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128619,16595,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128620,16595,'_event_id','2251'),(128621,16595,'_event_start_time','00:00:00'),(128622,16595,'_event_end_time','00:00:00'),(128623,16595,'_event_all_day','1'),(128624,16595,'_event_start_date','2014-09-20'),(128625,16595,'_event_end_date','2014-09-21'),(128626,16595,'_event_rsvp','0'),(128627,16595,'_event_rsvp_date',''),(128628,16595,'_event_rsvp_time','00:00:00'),(128629,16595,'_event_spaces',''),(128630,16595,'_location_id','15'),(128631,16595,'_recurrence_id',''),(128632,16595,'_event_status','1'),(128633,16595,'_event_private','0'),(128634,16595,'_event_date_created',''),(128635,16595,'_event_date_modified',''),(128636,16595,'_blog_id',''),(128637,16595,'_group_id','0'),(128638,16595,'_recurrence','0'),(128639,16595,'_recurrence_interval',''),(128640,16595,'_recurrence_freq',''),(128641,16595,'_recurrence_days','0'),(128642,16595,'_recurrence_byday',''),(128643,16595,'_recurrence_byweekno',''),(128644,16595,'_start_ts','1411171200'),(128645,16595,'_end_ts','1411257600'),(128646,16596,'_edit_last','1837'),(128647,16596,'_edit_lock','1389985735:1837'),(128650,16596,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128651,16596,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128652,16596,'_event_id','2252'),(128653,16596,'_event_start_time','00:00:00'),(128654,16596,'_event_end_time','00:00:00'),(128655,16596,'_event_all_day','1'),(128656,16596,'_event_start_date','2014-10-01'),(128657,16596,'_event_end_date','2014-10-31'),(128658,16596,'_event_rsvp','0'),(128659,16596,'_event_rsvp_date',''),(128660,16596,'_event_rsvp_time','00:00:00'),(128661,16596,'_event_spaces',''),(128662,16596,'_location_id','15'),(128663,16596,'_recurrence_id',''),(128664,16596,'_event_status','1'),(128665,16596,'_event_private','0'),(128666,16596,'_event_date_created',''),(128667,16596,'_event_date_modified',''),(128668,16596,'_blog_id',''),(128669,16596,'_group_id','0'),(128670,16596,'_recurrence','0'),(128671,16596,'_recurrence_interval',''),(128672,16596,'_recurrence_freq',''),(128673,16596,'_recurrence_days','0'),(128674,16596,'_recurrence_byday',''),(128675,16596,'_recurrence_byweekno',''),(128676,16596,'_start_ts','1412121600'),(128677,16596,'_end_ts','1414713600'),(128678,16598,'_edit_last','1837'),(128679,16598,'_edit_lock','1389985745:1837'),(128682,16598,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128683,16598,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128684,16598,'_event_id','2253'),(128685,16598,'_event_start_time','00:00:00'),(128686,16598,'_event_end_time','00:00:00'),(128687,16598,'_event_all_day','1'),(128688,16598,'_event_start_date','2014-11-04'),(128689,16598,'_event_end_date','2014-11-04'),(128690,16598,'_event_rsvp','0'),(128691,16598,'_event_rsvp_date',''),(128692,16598,'_event_rsvp_time','00:00:00'),(128693,16598,'_event_spaces',''),(128694,16598,'_location_id','15'),(128695,16598,'_recurrence_id',''),(128696,16598,'_event_status','1'),(128697,16598,'_event_private','0'),(128698,16598,'_event_date_created',''),(128699,16598,'_event_date_modified',''),(128700,16598,'_blog_id',''),(128701,16598,'_group_id','0'),(128702,16598,'_recurrence','0'),(128703,16598,'_recurrence_interval',''),(128704,16598,'_recurrence_freq',''),(128705,16598,'_recurrence_days','0'),(128706,16598,'_recurrence_byday',''),(128707,16598,'_recurrence_byweekno',''),(128708,16598,'_start_ts','1415059200'),(128709,16598,'_end_ts','1415059200'),(128710,16599,'_edit_last','1837'),(128711,16599,'_edit_lock','1389985862:1837'),(128714,16599,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128715,16599,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128716,16599,'_event_id','2254'),(128717,16599,'_event_start_time','00:00:00'),(128718,16599,'_event_end_time','00:00:00'),(128719,16599,'_event_all_day','1'),(128720,16599,'_event_start_date','2014-11-01'),(128721,16599,'_event_end_date','2014-11-30'),(128722,16599,'_event_rsvp','0'),(128723,16599,'_event_rsvp_date',''),(128724,16599,'_event_rsvp_time','00:00:00'),(128725,16599,'_event_spaces',''),(128726,16599,'_location_id','15'),(128727,16599,'_recurrence_id',''),(128728,16599,'_event_status','1'),(128729,16599,'_event_private','0'),(128730,16599,'_event_date_created',''),(128731,16599,'_event_date_modified',''),(128732,16599,'_blog_id',''),(128733,16599,'_group_id','0'),(128734,16599,'_recurrence','0'),(128735,16599,'_recurrence_interval',''),(128736,16599,'_recurrence_freq',''),(128737,16599,'_recurrence_days','0'),(128738,16599,'_recurrence_byday',''),(128739,16599,'_recurrence_byweekno',''),(128740,16599,'_start_ts','1414800000'),(128741,16599,'_end_ts','1417305600'),(128742,16600,'_edit_last','1837'),(128743,16600,'_edit_lock','1389985970:1837'),(128746,16600,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128747,16600,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128748,16600,'_event_id','2255'),(128749,16600,'_event_start_time','00:00:00'),(128750,16600,'_event_end_time','00:00:00'),(128751,16600,'_event_all_day','1'),(128752,16600,'_event_start_date','2014-11-11'),(128753,16600,'_event_end_date','2014-11-11'),(128754,16600,'_event_rsvp','0'),(128755,16600,'_event_rsvp_date',''),(128756,16600,'_event_rsvp_time','00:00:00'),(128757,16600,'_event_spaces',''),(128758,16600,'_location_id','15'),(128759,16600,'_recurrence_id',''),(128760,16600,'_event_status','1'),(128761,16600,'_event_private','0'),(128762,16600,'_event_date_created',''),(128763,16600,'_event_date_modified',''),(128764,16600,'_blog_id',''),(128765,16600,'_group_id','0'),(128766,16600,'_recurrence','0'),(128767,16600,'_recurrence_interval',''),(128768,16600,'_recurrence_freq',''),(128769,16600,'_recurrence_days','0'),(128770,16600,'_recurrence_byday',''),(128771,16600,'_recurrence_byweekno',''),(128772,16600,'_start_ts','1415664000'),(128773,16600,'_end_ts','1415664000'),(128774,16601,'_edit_last','1837'),(128775,16601,'_edit_lock','1389986093:1837'),(128780,16601,'_event_id','2256'),(128781,16601,'_event_start_time','00:00:00'),(128782,16601,'_event_end_time','00:00:00'),(128783,16601,'_event_all_day','1'),(128784,16601,'_event_start_date','2014-11-19'),(128785,16601,'_event_end_date','2014-11-19'),(128786,16601,'_event_rsvp','0'),(128787,16601,'_event_rsvp_date',''),(128788,16601,'_event_rsvp_time','00:00:00'),(128789,16601,'_event_spaces',''),(128790,16601,'_location_id','15'),(128791,16601,'_recurrence_id',''),(128792,16601,'_event_status','1'),(128793,16601,'_event_private','0'),(128794,16601,'_event_date_created',''),(128795,16601,'_event_date_modified',''),(128796,16601,'_blog_id',''),(128797,16601,'_group_id','0'),(128798,16601,'_recurrence','0'),(128799,16601,'_recurrence_interval',''),(128800,16601,'_recurrence_freq',''),(128801,16601,'_recurrence_days','0'),(128802,16601,'_recurrence_byday',''),(128803,16601,'_recurrence_byweekno',''),(128804,16601,'_start_ts','1416355200'),(128805,16601,'_end_ts','1416355200'),(128808,16601,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128809,16601,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128810,16602,'_edit_last','1837'),(128811,16602,'_edit_lock','1389986180:1837'),(128814,16602,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128815,16602,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128816,16602,'_event_id','2257'),(128817,16602,'_event_start_time','00:00:00'),(128818,16602,'_event_end_time','00:00:00'),(128819,16602,'_event_all_day','1'),(128820,16602,'_event_start_date','2014-11-28'),(128821,16602,'_event_end_date','2014-11-30'),(128822,16602,'_event_rsvp','0'),(128823,16602,'_event_rsvp_date',''),(128824,16602,'_event_rsvp_time','00:00:00'),(128825,16602,'_event_spaces',''),(128826,16602,'_location_id','15'),(128827,16602,'_recurrence_id',''),(128828,16602,'_event_status','1'),(128829,16602,'_event_private','0'),(128830,16602,'_event_date_created',''),(128831,16602,'_event_date_modified',''),(128832,16602,'_blog_id',''),(128833,16602,'_group_id','0'),(128834,16602,'_recurrence','0'),(128835,16602,'_recurrence_interval',''),(128836,16602,'_recurrence_freq',''),(128837,16602,'_recurrence_days','0'),(128838,16602,'_recurrence_byday',''),(128839,16602,'_recurrence_byweekno',''),(128840,16602,'_start_ts','1417132800'),(128841,16602,'_end_ts','1417305600'),(128842,16603,'_edit_last','1837'),(128843,16603,'_edit_lock','1389986359:1837'),(128846,16603,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128847,16603,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128848,16603,'_event_id','2258'),(128849,16603,'_event_start_time','00:00:00'),(128850,16603,'_event_end_time','00:00:00'),(128851,16603,'_event_all_day','1'),(128852,16603,'_event_start_date','2014-11-22'),(128853,16603,'_event_end_date','2014-11-23'),(128854,16603,'_event_rsvp','0'),(128855,16603,'_event_rsvp_date',''),(128856,16603,'_event_rsvp_time','00:00:00'),(128857,16603,'_event_spaces',''),(128858,16603,'_location_id','15'),(128859,16603,'_recurrence_id',''),(128860,16603,'_event_status','1'),(128861,16603,'_event_private','0'),(128862,16603,'_event_date_created',''),(128863,16603,'_event_date_modified',''),(128864,16603,'_blog_id',''),(128865,16603,'_group_id','0'),(128866,16603,'_recurrence','0'),(128867,16603,'_recurrence_interval',''),(128868,16603,'_recurrence_freq',''),(128869,16603,'_recurrence_days','0'),(128870,16603,'_recurrence_byday',''),(128871,16603,'_recurrence_byweekno',''),(128872,16603,'_start_ts','1416614400'),(128873,16603,'_end_ts','1416700800'),(128874,16605,'_edit_last','2'),(128875,16605,'_edit_lock','1406648896:2'),(128878,16605,'slider_video','http://youtu.be/4qLCkqoqT-k'),(128879,16605,'slider_alignment','align_right'),(128888,16607,'_feedback_author',''),(128889,16607,'_feedback_author_email',''),(128890,16607,'_feedback_author_url',''),(128891,16607,'_feedback_subject','Signup form OneCaribbean'),(128892,16607,'_feedback_ip','10.17.1.254'),(128893,16607,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128894,16607,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Jeubjhrg\";s:13:\"Email address\";s:21:\"ubwfheqi@ttsbyovu.com\";s:20:\"Country of Residence\";s:5:\"42933\";s:28:\"Name of Organization/Company\";s:10:\"WLGyrvaHse\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:14:\"NVoyFmNOtDzrHU\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128895,16607,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Jeubjhrg\";s:13:\"Email address\";s:21:\"ubwfheqi@ttsbyovu.com\";s:20:\"Country of Residence\";s:5:\"42933\";s:28:\"Name of Organization/Company\";s:10:\"WLGyrvaHse\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:14:\"NVoyFmNOtDzrHU\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128896,16607,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-69782e03-93f5-4666-8e17-18474b6f91c4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39348\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1389994831.3089\";s:12:\"REQUEST_TIME\";s:10:\"1389994831\";}'),(128897,16607,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:293:\"Name: Jeubjhrg\n\nEmail address: ubwfheqi@ttsbyovu.com\n\nCountry of Residence: 42933\n\nName of Organization/Company: WLGyrvaHse\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: NVoyFmNOtDzrHU\n\nMessage was sent on Friday January 17, 2014 at 5:40 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128898,16609,'_feedback_author',''),(128899,16609,'_feedback_author_email',''),(128900,16609,'_feedback_author_url',''),(128901,16609,'_feedback_subject','Signup form OneCaribbean'),(128902,16609,'_feedback_ip','10.17.1.254'),(128903,16609,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128904,16609,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Vntrrdcf\";s:13:\"Email address\";s:21:\"ekrvxpsy@qcmaxddt.com\";s:20:\"Country of Residence\";s:6:\"290820\";s:28:\"Name of Organization/Company\";s:12:\"JQtFmCjdNZFY\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:11:\"sETjCKohdOl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128905,16609,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Vntrrdcf\";s:13:\"Email address\";s:21:\"ekrvxpsy@qcmaxddt.com\";s:20:\"Country of Residence\";s:6:\"290820\";s:28:\"Name of Organization/Company\";s:12:\"JQtFmCjdNZFY\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:11:\"sETjCKohdOl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128906,16609,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-eb7f8d25-aaf9-48a0-9bde-3348b872f805\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36626\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"316\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"316\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390075794.4904\";s:12:\"REQUEST_TIME\";s:10:\"1390075794\";}'),(128907,16609,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:281:\"Name: Vntrrdcf\n\nEmail address: ekrvxpsy@qcmaxddt.com\n\nCountry of Residence: 290820\n\nName of Organization/Company: JQtFmCjdNZFY\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: sETjCKohdOl\n\nMessage was sent on Saturday January 18, 2014 at 4:09 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128908,16610,'_feedback_author',''),(128909,16610,'_feedback_author_email',''),(128910,16610,'_feedback_author_url',''),(128911,16610,'_feedback_subject','Signup form OneCaribbean'),(128912,16610,'_feedback_ip','10.17.1.254'),(128913,16610,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128914,16610,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Dbliyoxu\";s:13:\"Email address\";s:21:\"mzyouazh@bxddlvrk.com\";s:20:\"Country of Residence\";s:6:\"581782\";s:28:\"Name of Organization/Company\";s:14:\"FtSyaIsbqPGnId\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:18:\"QCXulaVegkPwYIljoo\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128915,16610,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Dbliyoxu\";s:13:\"Email address\";s:21:\"mzyouazh@bxddlvrk.com\";s:20:\"Country of Residence\";s:6:\"581782\";s:28:\"Name of Organization/Company\";s:14:\"FtSyaIsbqPGnId\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:18:\"QCXulaVegkPwYIljoo\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128916,16610,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-04c92eb0-e4e6-461b-8563-7baa55110077\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41985\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390083401.2928\";s:12:\"REQUEST_TIME\";s:10:\"1390083401\";}'),(128917,16610,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:290:\"Name: Dbliyoxu\n\nEmail address: mzyouazh@bxddlvrk.com\n\nCountry of Residence: 581782\n\nName of Organization/Company: FtSyaIsbqPGnId\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: QCXulaVegkPwYIljoo\n\nMessage was sent on Saturday January 18, 2014 at 6:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128918,16612,'_feedback_author',''),(128919,16611,'_feedback_author',''),(128920,16612,'_feedback_author_email',''),(128921,16611,'_feedback_author_email',''),(128922,16612,'_feedback_author_url',''),(128923,16611,'_feedback_author_url',''),(128924,16611,'_feedback_subject','Signup form OneCaribbean'),(128925,16612,'_feedback_subject','Signup form OneCaribbean'),(128926,16612,'_feedback_ip','10.17.1.254'),(128927,16611,'_feedback_ip','10.17.1.254'),(128928,16612,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128929,16611,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128930,16612,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Kfimhmyz\";s:13:\"Email address\";s:21:\"cunngufd@qgtezigv.com\";s:20:\"Country of Residence\";s:5:\"53647\";s:28:\"Name of Organization/Company\";s:12:\"xlxjtoZWAAmb\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:16:\"BlssaxwtDtbKGZwP\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128931,16611,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Qgvqyhtf\";s:13:\"Email address\";s:21:\"jbdexavv@kzpntxoy.com\";s:20:\"Country of Residence\";s:6:\"447754\";s:28:\"Name of Organization/Company\";s:13:\"XTYbsFjHRJlFM\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:11:\"IJdydEoAAQP\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128932,16612,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Kfimhmyz\";s:13:\"Email address\";s:21:\"cunngufd@qgtezigv.com\";s:20:\"Country of Residence\";s:5:\"53647\";s:28:\"Name of Organization/Company\";s:12:\"xlxjtoZWAAmb\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:16:\"BlssaxwtDtbKGZwP\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128933,16611,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Qgvqyhtf\";s:13:\"Email address\";s:21:\"jbdexavv@kzpntxoy.com\";s:20:\"Country of Residence\";s:6:\"447754\";s:28:\"Name of Organization/Company\";s:13:\"XTYbsFjHRJlFM\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:11:\"IJdydEoAAQP\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128934,16611,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a42d70b5-e51e-4bff-8ef1-770aa3cee227\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41987\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"335\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"335\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390083403.3393\";s:12:\"REQUEST_TIME\";s:10:\"1390083403\";}'),(128935,16612,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3a68bc65-3646-4469-9cb2-a2472886a0fd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41982\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390083403.7143\";s:12:\"REQUEST_TIME\";s:10:\"1390083403\";}'),(128936,16611,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Qgvqyhtf\n\nEmail address: jbdexavv@kzpntxoy.com\n\nCountry of Residence: 447754\n\nName of Organization/Company: XTYbsFjHRJlFM\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: IJdydEoAAQP\n\nMessage was sent on Saturday January 18, 2014 at 6:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128937,16612,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Kfimhmyz\n\nEmail address: cunngufd@qgtezigv.com\n\nCountry of Residence: 53647\n\nName of Organization/Company: xlxjtoZWAAmb\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: BlssaxwtDtbKGZwP\n\nMessage was sent on Saturday January 18, 2014 at 6:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128938,16613,'_feedback_author',''),(128939,16613,'_feedback_author_email',''),(128940,16613,'_feedback_author_url',''),(128941,16613,'_feedback_subject','Signup form OneCaribbean'),(128942,16613,'_feedback_ip','10.17.1.254'),(128943,16613,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128944,16613,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ceyceomu\";s:13:\"Email address\";s:21:\"hjxbvgrt@rkmrvsvi.com\";s:20:\"Country of Residence\";s:5:\"87516\";s:28:\"Name of Organization/Company\";s:14:\"lQHUXuLISQxVAS\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:11:\"lvgrGsUkpUr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128945,16613,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ceyceomu\";s:13:\"Email address\";s:21:\"hjxbvgrt@rkmrvsvi.com\";s:20:\"Country of Residence\";s:5:\"87516\";s:28:\"Name of Organization/Company\";s:14:\"lQHUXuLISQxVAS\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:11:\"lvgrGsUkpUr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128946,16613,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-04c92eb0-e4e6-461b-8563-7baa55110077\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41781\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390083405.7452\";s:12:\"REQUEST_TIME\";s:10:\"1390083405\";}'),(128947,16613,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:290:\"Name: Ceyceomu\n\nEmail address: hjxbvgrt@rkmrvsvi.com\n\nCountry of Residence: 87516\n\nName of Organization/Company: lQHUXuLISQxVAS\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: lvgrGsUkpUr\n\nMessage was sent on Saturday January 18, 2014 at 6:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128948,16614,'_feedback_author',''),(128949,16614,'_feedback_author_email',''),(128950,16614,'_feedback_author_url',''),(128951,16614,'_feedback_subject','Signup form OneCaribbean'),(128952,16614,'_feedback_ip','10.17.1.254'),(128953,16614,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128954,16614,'_feedback_all_fields','a:13:{s:4:\"Name\";s:12:\"David Levitz\";s:13:\"Email address\";s:39:\"david.levitz_tri_intl_trading@yahoo.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:18:\"MRL WORLDWIDE CORP\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:9:\"retailer \";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(128955,16614,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:12:\"David Levitz\";s:13:\"Email address\";s:39:\"david.levitz_tri_intl_trading@yahoo.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:18:\"MRL WORLDWIDE CORP\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:9:\"retailer \";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(128956,16614,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (X11; CrOS x86_64 4731.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.67 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1eba8059-1a69-4860-a738-9536630698b3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39771\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"617\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"24.205.98.63\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (X11; CrOS x86_64 4731.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.67 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"617\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390164781.7598\";s:12:\"REQUEST_TIME\";s:10:\"1390164781\";}'),(128957,16614,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:565:\"Name: David Levitz\n\nEmail address: david.levitz_tri_intl_trading@yahoo.com\n\nCountry of Residence: United States\n\nName of Organization/Company: MRL WORLDWIDE CORP\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: retailer\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Sunday January 19, 2014 at 4:53 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128958,16616,'_feedback_author',''),(128959,16615,'_feedback_author',''),(128960,16615,'_feedback_author_email',''),(128961,16616,'_feedback_author_email',''),(128962,16615,'_feedback_author_url',''),(128963,16616,'_feedback_author_url',''),(128964,16615,'_feedback_subject','Signup form OneCaribbean'),(128965,16616,'_feedback_subject','Signup form OneCaribbean'),(128966,16615,'_feedback_ip','10.17.1.254'),(128967,16616,'_feedback_ip','10.17.1.254'),(128968,16615,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128969,16616,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128970,16615,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Vbhpjbny\";s:13:\"Email address\";s:21:\"grybnuqh@zgaohkud.com\";s:20:\"Country of Residence\";s:5:\"72630\";s:28:\"Name of Organization/Company\";s:13:\"kJzOjWyJoRZKR\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"HakqXHbfBMfbMzEgJ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128971,16616,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Fvuccyjx\";s:13:\"Email address\";s:21:\"wicmgjvm@hgbetbqs.com\";s:20:\"Country of Residence\";s:6:\"154054\";s:28:\"Name of Organization/Company\";s:11:\"zWPsLMrexMs\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:14:\"PXNBJOPLvuqvnX\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128972,16615,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Vbhpjbny\";s:13:\"Email address\";s:21:\"grybnuqh@zgaohkud.com\";s:20:\"Country of Residence\";s:5:\"72630\";s:28:\"Name of Organization/Company\";s:13:\"kJzOjWyJoRZKR\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"HakqXHbfBMfbMzEgJ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128973,16616,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Fvuccyjx\";s:13:\"Email address\";s:21:\"wicmgjvm@hgbetbqs.com\";s:20:\"Country of Residence\";s:6:\"154054\";s:28:\"Name of Organization/Company\";s:11:\"zWPsLMrexMs\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:14:\"PXNBJOPLvuqvnX\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128974,16616,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-221e5aee-92b2-4e71-976e-974078f88f64\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56954\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"336\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"336\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390190834.7038\";s:12:\"REQUEST_TIME\";s:10:\"1390190834\";}'),(128975,16615,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2205f703-dd09-4cd4-a0b4-ff9e49d41585\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56813\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390190833.5164\";s:12:\"REQUEST_TIME\";s:10:\"1390190833\";}'),(128976,16616,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Fvuccyjx\n\nEmail address: wicmgjvm@hgbetbqs.com\n\nCountry of Residence: 154054\n\nName of Organization/Company: zWPsLMrexMs\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: PXNBJOPLvuqvnX\n\nMessage was sent on Monday January 20, 2014 at 12:07 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128977,16615,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Vbhpjbny\n\nEmail address: grybnuqh@zgaohkud.com\n\nCountry of Residence: 72630\n\nName of Organization/Company: kJzOjWyJoRZKR\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: HakqXHbfBMfbMzEgJ\n\nMessage was sent on Monday January 20, 2014 at 12:07 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128978,16617,'_feedback_author',''),(128979,16617,'_feedback_author_email',''),(128980,16617,'_feedback_author_url',''),(128981,16617,'_feedback_subject','Signup form OneCaribbean'),(128982,16617,'_feedback_ip','10.17.1.254'),(128983,16617,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(128984,16617,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Pdsexmug\";s:13:\"Email address\";s:21:\"rbuwtzoz@jxibhjww.com\";s:20:\"Country of Residence\";s:6:\"521567\";s:28:\"Name of Organization/Company\";s:16:\"UjAajsJDGmckckEE\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:16:\"KsYSWffLaDQcufAe\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128985,16617,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Pdsexmug\";s:13:\"Email address\";s:21:\"rbuwtzoz@jxibhjww.com\";s:20:\"Country of Residence\";s:6:\"521567\";s:28:\"Name of Organization/Company\";s:16:\"UjAajsJDGmckckEE\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:16:\"KsYSWffLaDQcufAe\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(128986,16617,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3f3ff95a-0b54-4cf0-983f-2b08f8c49570\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56953\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1390190848.046\";s:12:\"REQUEST_TIME\";s:10:\"1390190848\";}'),(128987,16617,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:289:\"Name: Pdsexmug\n\nEmail address: rbuwtzoz@jxibhjww.com\n\nCountry of Residence: 521567\n\nName of Organization/Company: UjAajsJDGmckckEE\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: KsYSWffLaDQcufAe\n\nMessage was sent on Monday January 20, 2014 at 12:07 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(128988,16618,'_edit_last','1837'),(128989,16618,'_edit_lock','1390233011:1837'),(128992,16618,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128993,16618,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(128994,16618,'_event_id','2259'),(128995,16618,'_event_start_time','00:00:00'),(128996,16618,'_event_end_time','00:00:00'),(128997,16618,'_event_all_day','1'),(128998,16618,'_event_start_date','2014-12-06'),(128999,16618,'_event_end_date','2014-12-06'),(129000,16618,'_event_rsvp','0'),(129001,16618,'_event_rsvp_date',''),(129002,16618,'_event_rsvp_time','00:00:00'),(129003,16618,'_event_spaces',''),(129004,16618,'_location_id','15'),(129005,16618,'_recurrence_id',''),(129006,16618,'_event_status','1'),(129007,16618,'_event_private','0'),(129008,16618,'_event_date_created',''),(129009,16618,'_event_date_modified',''),(129010,16618,'_blog_id',''),(129011,16618,'_group_id','0'),(129012,16618,'_recurrence','0'),(129013,16618,'_recurrence_interval',''),(129014,16618,'_recurrence_freq',''),(129015,16618,'_recurrence_days','0'),(129016,16618,'_recurrence_byday',''),(129017,16618,'_recurrence_byweekno',''),(129018,16618,'_start_ts','1417824000'),(129019,16618,'_end_ts','1417824000'),(129020,16620,'_edit_last','1837'),(129021,16620,'_edit_lock','1390241819:1837'),(129024,16620,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129025,16620,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129026,16620,'_event_id','2260'),(129027,16620,'_event_start_time','00:00:00'),(129028,16620,'_event_end_time','00:00:00'),(129029,16620,'_event_all_day','1'),(129030,16620,'_event_start_date','2014-01-03'),(129031,16620,'_event_end_date','2014-01-31'),(129032,16620,'_event_rsvp','0'),(129033,16620,'_event_rsvp_date',''),(129034,16620,'_event_rsvp_time','00:00:00'),(129035,16620,'_event_spaces',''),(129036,16620,'_location_id','2'),(129037,16620,'_recurrence_id',''),(129038,16620,'_event_status','1'),(129039,16620,'_event_private','0'),(129040,16620,'_event_date_created',''),(129041,16620,'_event_date_modified',''),(129042,16620,'_blog_id',''),(129043,16620,'_group_id','0'),(129044,16620,'_recurrence','0'),(129045,16620,'_recurrence_interval',''),(129046,16620,'_recurrence_freq',''),(129047,16620,'_recurrence_days','0'),(129048,16620,'_recurrence_byday',''),(129049,16620,'_recurrence_byweekno',''),(129050,16620,'_start_ts','1388707200'),(129051,16620,'_end_ts','1391126400'),(129052,16621,'_edit_last','1837'),(129053,16621,'_edit_lock','1390243021:1837'),(129056,16621,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129057,16621,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129058,16621,'_event_id','2261'),(129059,16621,'_event_start_time','00:00:00'),(129060,16621,'_event_end_time','00:00:00'),(129061,16621,'_event_all_day','1'),(129062,16621,'_event_start_date','2014-02-07'),(129063,16621,'_event_end_date','2014-02-28'),(129064,16621,'_event_rsvp','0'),(129065,16621,'_event_rsvp_date',''),(129066,16621,'_event_rsvp_time','00:00:00'),(129067,16621,'_event_spaces',''),(129068,16621,'_location_id','2'),(129069,16621,'_recurrence_id',''),(129070,16621,'_event_status','1'),(129071,16621,'_event_private','0'),(129072,16621,'_event_date_created',''),(129073,16621,'_event_date_modified',''),(129074,16621,'_blog_id',''),(129075,16621,'_group_id','0'),(129076,16621,'_recurrence','0'),(129077,16621,'_recurrence_interval',''),(129078,16621,'_recurrence_freq',''),(129079,16621,'_recurrence_days','0'),(129080,16621,'_recurrence_byday',''),(129081,16621,'_recurrence_byweekno',''),(129082,16621,'_start_ts','1391731200'),(129083,16621,'_end_ts','1393545600'),(129084,16622,'_edit_last','1837'),(129085,16622,'_edit_lock','1390242073:1837'),(129088,16622,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129089,16622,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129090,16622,'_event_id','2262'),(129091,16622,'_event_start_time','00:00:00'),(129092,16622,'_event_end_time','00:00:00'),(129093,16622,'_event_all_day','1'),(129094,16622,'_event_start_date','2014-02-08'),(129095,16622,'_event_end_date','2014-02-08'),(129096,16622,'_event_rsvp','0'),(129097,16622,'_event_rsvp_date',''),(129098,16622,'_event_rsvp_time','00:00:00'),(129099,16622,'_event_spaces',''),(129100,16622,'_location_id','2'),(129101,16622,'_recurrence_id',''),(129102,16622,'_event_status','1'),(129103,16622,'_event_private','0'),(129104,16622,'_event_date_created',''),(129105,16622,'_event_date_modified',''),(129106,16622,'_blog_id',''),(129107,16622,'_group_id','0'),(129108,16622,'_recurrence','0'),(129109,16622,'_recurrence_interval',''),(129110,16622,'_recurrence_freq',''),(129111,16622,'_recurrence_days','0'),(129112,16622,'_recurrence_byday',''),(129113,16622,'_recurrence_byweekno',''),(129114,16622,'_start_ts','1391817600'),(129115,16622,'_end_ts','1391817600'),(129116,16623,'_edit_last','1837'),(129117,16623,'_edit_lock','1391023990:1837'),(129118,16624,'_wp_attached_file','guestpitalitylogo.png'),(129119,16624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:253;s:6:\"height\";i:53;s:4:\"file\";s:21:\"guestpitalitylogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"guestpitalitylogo-150x53.png\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(129136,2817,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(129137,2817,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(129138,2817,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(129139,2817,'_aioseop_title','Total Visitor Satisfaction '),(129144,16623,'_event_id','2263'),(129145,16623,'_event_start_time','00:00:00'),(129146,16623,'_event_end_time','00:00:00'),(129147,16623,'_event_all_day','1'),(129148,16623,'_event_start_date','2014-02-13'),(129149,16623,'_event_end_date','2014-02-16'),(129150,16623,'_event_rsvp','0'),(129151,16623,'_event_rsvp_date',''),(129152,16623,'_event_rsvp_time','00:00:00'),(129153,16623,'_event_spaces',''),(129154,16623,'_location_id','2'),(129155,16623,'_recurrence_id',''),(129156,16623,'_event_status','1'),(129157,16623,'_event_private','0'),(129158,16623,'_event_date_created',''),(129159,16623,'_event_date_modified',''),(129160,16623,'_blog_id',''),(129161,16623,'_group_id','0'),(129162,16623,'_recurrence','0'),(129163,16623,'_recurrence_interval',''),(129164,16623,'_recurrence_freq',''),(129165,16623,'_recurrence_days','0'),(129166,16623,'_recurrence_byday',''),(129167,16623,'_recurrence_byweekno',''),(129168,16623,'_start_ts','1392249600'),(129169,16623,'_end_ts','1392508800'),(129170,16627,'_edit_last','1837'),(129171,16627,'_edit_lock','1390242451:1837'),(129176,16627,'_event_id','2264'),(129177,16627,'_event_start_time','00:00:00'),(129178,16627,'_event_end_time','00:00:00'),(129179,16627,'_event_all_day','1'),(129180,16627,'_event_start_date','2014-02-15'),(129181,16627,'_event_end_date','2014-02-15'),(129182,16627,'_event_rsvp','0'),(129183,16627,'_event_rsvp_date',''),(129184,16627,'_event_rsvp_time','00:00:00'),(129185,16627,'_event_spaces',''),(129186,16627,'_location_id','2'),(129187,16627,'_recurrence_id',''),(129188,16627,'_event_status','1'),(129189,16627,'_event_private','0'),(129190,16627,'_event_date_created',''),(129191,16627,'_event_date_modified',''),(129192,16627,'_blog_id',''),(129193,16627,'_group_id','0'),(129194,16627,'_recurrence','0'),(129195,16627,'_recurrence_interval',''),(129196,16627,'_recurrence_freq',''),(129197,16627,'_recurrence_days','0'),(129198,16627,'_recurrence_byday',''),(129199,16627,'_recurrence_byweekno',''),(129200,16627,'_start_ts','1392422400'),(129201,16627,'_end_ts','1392422400'),(129204,16627,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129205,16627,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129206,16628,'_edit_last','1837'),(129207,16628,'_edit_lock','1390242499:1837'),(129210,16628,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129211,16628,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129212,16628,'_event_id','2265'),(129213,16628,'_event_start_time','00:00:00'),(129214,16628,'_event_end_time','00:00:00'),(129215,16628,'_event_all_day','1'),(129216,16628,'_event_start_date','2014-02-01'),(129217,16628,'_event_end_date','2014-02-28'),(129218,16628,'_event_rsvp','0'),(129219,16628,'_event_rsvp_date',''),(129220,16628,'_event_rsvp_time','00:00:00'),(129221,16628,'_event_spaces',''),(129222,16628,'_location_id','2'),(129223,16628,'_recurrence_id',''),(129224,16628,'_event_status','1'),(129225,16628,'_event_private','0'),(129226,16628,'_event_date_created',''),(129227,16628,'_event_date_modified',''),(129228,16628,'_blog_id',''),(129229,16628,'_group_id','0'),(129230,16628,'_recurrence','0'),(129231,16628,'_recurrence_interval',''),(129232,16628,'_recurrence_freq',''),(129233,16628,'_recurrence_days','0'),(129234,16628,'_recurrence_byday',''),(129235,16628,'_recurrence_byweekno',''),(129236,16628,'_start_ts','1391212800'),(129237,16628,'_end_ts','1393545600'),(129238,16629,'_edit_last','1837'),(129239,16629,'_edit_lock','1390242763:1837'),(129244,16629,'_event_id','2266'),(129245,16629,'_event_start_time','00:00:00'),(129246,16629,'_event_end_time','00:00:00'),(129247,16629,'_event_all_day','1'),(129248,16629,'_event_start_date','2014-02-22'),(129249,16629,'_event_end_date','2014-02-22'),(129250,16629,'_event_rsvp','0'),(129251,16629,'_event_rsvp_date',''),(129252,16629,'_event_rsvp_time','00:00:00'),(129253,16629,'_event_spaces',''),(129254,16629,'_location_id','2'),(129255,16629,'_recurrence_id',''),(129256,16629,'_event_status','1'),(129257,16629,'_event_private','0'),(129258,16629,'_event_date_created',''),(129259,16629,'_event_date_modified',''),(129260,16629,'_blog_id',''),(129261,16629,'_group_id','0'),(129262,16629,'_recurrence','0'),(129263,16629,'_recurrence_interval',''),(129264,16629,'_recurrence_freq',''),(129265,16629,'_recurrence_days','0'),(129266,16629,'_recurrence_byday',''),(129267,16629,'_recurrence_byweekno',''),(129268,16629,'_start_ts','1393027200'),(129269,16629,'_end_ts','1393027200'),(129272,16629,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129273,16629,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129274,16630,'_edit_last','1837'),(129275,16630,'_edit_lock','1390242852:1837'),(129278,16630,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129279,16630,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129280,16630,'_event_id','2267'),(129281,16630,'_event_start_time','00:00:00'),(129282,16630,'_event_end_time','00:00:00'),(129283,16630,'_event_all_day','0'),(129284,16630,'_event_start_date','2014-02-22'),(129285,16630,'_event_end_date','2014-02-22'),(129286,16630,'_event_rsvp','0'),(129287,16630,'_event_rsvp_date',''),(129288,16630,'_event_rsvp_time','00:00:00'),(129289,16630,'_event_spaces',''),(129290,16630,'_location_id','2'),(129291,16630,'_recurrence_id',''),(129292,16630,'_event_status','1'),(129293,16630,'_event_private','0'),(129294,16630,'_event_date_created',''),(129295,16630,'_event_date_modified',''),(129296,16630,'_blog_id',''),(129297,16630,'_group_id','0'),(129298,16630,'_recurrence','0'),(129299,16630,'_recurrence_interval',''),(129300,16630,'_recurrence_freq',''),(129301,16630,'_recurrence_days','0'),(129302,16630,'_recurrence_byday',''),(129303,16630,'_recurrence_byweekno',''),(129304,16630,'_start_ts','1393027200'),(129305,16630,'_end_ts','1393027200'),(129308,16469,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129309,16469,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129310,16632,'_edit_last','1837'),(129311,16632,'_edit_lock','1390246749:1837'),(129314,16632,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129315,16632,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129316,16632,'_event_id','2268'),(129317,16632,'_event_start_time','00:00:00'),(129318,16632,'_event_end_time','00:00:00'),(129319,16632,'_event_all_day','1'),(129320,16632,'_event_start_date','2014-03-02'),(129321,16632,'_event_end_date','2014-03-03'),(129322,16632,'_event_rsvp','0'),(129323,16632,'_event_rsvp_date',''),(129324,16632,'_event_rsvp_time','00:00:00'),(129325,16632,'_event_spaces',''),(129326,16632,'_location_id','2'),(129327,16632,'_recurrence_id',''),(129328,16632,'_event_status','1'),(129329,16632,'_event_private','0'),(129330,16632,'_event_date_created',''),(129331,16632,'_event_date_modified',''),(129332,16632,'_blog_id',''),(129333,16632,'_group_id','0'),(129334,16632,'_recurrence','0'),(129335,16632,'_recurrence_interval',''),(129336,16632,'_recurrence_freq',''),(129337,16632,'_recurrence_days','0'),(129338,16632,'_recurrence_byday',''),(129339,16632,'_recurrence_byweekno',''),(129340,16632,'_start_ts','1393718400'),(129341,16632,'_end_ts','1393804800'),(129342,16634,'_feedback_author',''),(129343,16634,'_feedback_author_email',''),(129344,16634,'_feedback_author_url',''),(129345,16634,'_feedback_subject','Signup form OneCaribbean'),(129346,16634,'_feedback_ip','10.17.1.254'),(129347,16634,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(129348,16634,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Shenelle Mohammed\";s:13:\"Email address\";s:23:\"shen.mohammed@gmail.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(129349,16634,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Shenelle Mohammed\";s:13:\"Email address\";s:23:\"shen.mohammed@gmail.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(129350,16634,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:91:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; Touch; MALNJS)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-30dea387-bd4b-416b-b590-755ea8834264\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"40235\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"587\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"184.148.164.4\";s:8:\"HTTP_DNT\";s:1:\"1\";s:11:\"HTTP_UA_CPU\";s:5:\"AMD64\";s:15:\"HTTP_USER_AGENT\";s:91:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; Touch; MALNJS)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-CA\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"587\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390332932.2813\";s:12:\"REQUEST_TIME\";s:10:\"1390332932\";}'),(129351,16634,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:454:\"Name: Shenelle Mohammed\n\nEmail address: shen.mohammed@gmail.com\n\nCountry of Residence: Canada\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday January 21, 2014 at 3:35 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(129352,16635,'_feedback_author',''),(129353,16635,'_feedback_author_email',''),(129354,16635,'_feedback_author_url',''),(129355,16635,'_feedback_subject','Signup form OneCaribbean'),(129356,16635,'_feedback_ip','10.17.1.254'),(129357,16635,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(129358,16635,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Qixuazzm\";s:13:\"Email address\";s:21:\"cgaxyrii@nhsnwtuf.com\";s:20:\"Country of Residence\";s:6:\"543474\";s:28:\"Name of Organization/Company\";s:18:\"bnhjCidmoPlnKtgUMm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:18:\"lZubfIrbahEpnSsLJu\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(129359,16635,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Qixuazzm\";s:13:\"Email address\";s:21:\"cgaxyrii@nhsnwtuf.com\";s:20:\"Country of Residence\";s:6:\"543474\";s:28:\"Name of Organization/Company\";s:18:\"bnhjCidmoPlnKtgUMm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:18:\"lZubfIrbahEpnSsLJu\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(129360,16635,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a92859c8-b953-4738-b288-d93e435cf350\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51189\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"359\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"359\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390348882.4091\";s:12:\"REQUEST_TIME\";s:10:\"1390348882\";}'),(129361,16635,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:317:\"Name: Qixuazzm\n\nEmail address: cgaxyrii@nhsnwtuf.com\n\nCountry of Residence: 543474\n\nName of Organization/Company: bnhjCidmoPlnKtgUMm\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: lZubfIrbahEpnSsLJu\n\nMessage was sent on Tuesday January 21, 2014 at 8:01 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(129362,16636,'_edit_last','1837'),(129363,16636,'_edit_lock','1390397840:1837'),(129366,16636,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129367,16636,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129368,16636,'_event_id','2269'),(129369,16636,'_event_start_time','00:00:00'),(129370,16636,'_event_end_time','00:00:00'),(129371,16636,'_event_all_day','1'),(129372,16636,'_event_start_date','2014-02-01'),(129373,16636,'_event_end_date','2014-02-01'),(129374,16636,'_event_rsvp','0'),(129375,16636,'_event_rsvp_date',''),(129376,16636,'_event_rsvp_time','00:00:00'),(129377,16636,'_event_spaces',''),(129378,16636,'_location_id','8'),(129379,16636,'_recurrence_id',''),(129380,16636,'_event_status','1'),(129381,16636,'_event_private','0'),(129382,16636,'_event_date_created',''),(129383,16636,'_event_date_modified',''),(129384,16636,'_blog_id',''),(129385,16636,'_group_id','0'),(129386,16636,'_recurrence','0'),(129387,16636,'_recurrence_interval',''),(129388,16636,'_recurrence_freq',''),(129389,16636,'_recurrence_days','0'),(129390,16636,'_recurrence_byday',''),(129391,16636,'_recurrence_byweekno',''),(129392,16636,'_start_ts','1391212800'),(129393,16636,'_end_ts','1391212800'),(129394,16638,'_edit_last','1837'),(129395,16638,'_edit_lock','1390397992:1837'),(129398,16638,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129399,16638,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129400,16638,'_event_id','2270'),(129401,16638,'_event_start_time','00:00:00'),(129402,16638,'_event_end_time','00:00:00'),(129403,16638,'_event_all_day','1'),(129404,16638,'_event_start_date','2014-02-07'),(129405,16638,'_event_end_date','2014-02-14'),(129406,16638,'_event_rsvp','0'),(129407,16638,'_event_rsvp_date',''),(129408,16638,'_event_rsvp_time','00:00:00'),(129409,16638,'_event_spaces',''),(129410,16638,'_location_id','8'),(129411,16638,'_recurrence_id',''),(129412,16638,'_event_status','1'),(129413,16638,'_event_private','0'),(129414,16638,'_event_date_created',''),(129415,16638,'_event_date_modified',''),(129416,16638,'_blog_id',''),(129417,16638,'_group_id','0'),(129418,16638,'_recurrence','0'),(129419,16638,'_recurrence_interval',''),(129420,16638,'_recurrence_freq',''),(129421,16638,'_recurrence_days','0'),(129422,16638,'_recurrence_byday',''),(129423,16638,'_recurrence_byweekno',''),(129424,16638,'_start_ts','1391731200'),(129425,16638,'_end_ts','1392336000'),(129426,16639,'_edit_last','1837'),(129427,16639,'_edit_lock','1390490489:1837'),(129432,16639,'_event_id','2271'),(129433,16639,'_event_start_time','00:00:00'),(129434,16639,'_event_end_time','00:00:00'),(129435,16639,'_event_all_day','1'),(129436,16639,'_event_start_date','2014-01-18'),(129437,16639,'_event_end_date','2014-03-22'),(129438,16639,'_event_rsvp','0'),(129439,16639,'_event_rsvp_date',''),(129440,16639,'_event_rsvp_time','00:00:00'),(129441,16639,'_event_spaces',''),(129442,16639,'_location_id','8'),(129443,16639,'_recurrence_id',''),(129444,16639,'_event_status','1'),(129445,16639,'_event_private','0'),(129446,16639,'_event_date_created',''),(129447,16639,'_event_date_modified',''),(129448,16639,'_blog_id',''),(129449,16639,'_group_id','0'),(129450,16639,'_recurrence','0'),(129451,16639,'_recurrence_interval',''),(129452,16639,'_recurrence_freq',''),(129453,16639,'_recurrence_days','0'),(129454,16639,'_recurrence_byday',''),(129455,16639,'_recurrence_byweekno',''),(129456,16639,'_start_ts','1390003200'),(129457,16639,'_end_ts','1395446400'),(129462,16641,'_edit_last','1837'),(129463,16641,'_edit_lock','1390399616:1837'),(129466,16641,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129467,16641,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129468,16641,'_event_id','2272'),(129469,16641,'_event_start_time','00:00:00'),(129470,16641,'_event_end_time','00:00:00'),(129471,16641,'_event_all_day','1'),(129472,16641,'_event_start_date','2014-02-14'),(129473,16641,'_event_end_date','2014-02-15'),(129474,16641,'_event_rsvp','0'),(129475,16641,'_event_rsvp_date',''),(129476,16641,'_event_rsvp_time','00:00:00'),(129477,16641,'_event_spaces',''),(129478,16641,'_location_id','8'),(129479,16641,'_recurrence_id',''),(129480,16641,'_event_status','1'),(129481,16641,'_event_private','0'),(129482,16641,'_event_date_created',''),(129483,16641,'_event_date_modified',''),(129484,16641,'_blog_id',''),(129485,16641,'_group_id','0'),(129486,16641,'_recurrence','0'),(129487,16641,'_recurrence_interval',''),(129488,16641,'_recurrence_freq',''),(129489,16641,'_recurrence_days','0'),(129490,16641,'_recurrence_byday',''),(129491,16641,'_recurrence_byweekno',''),(129492,16641,'_start_ts','1392336000'),(129493,16641,'_end_ts','1392422400'),(129494,16642,'_edit_last','1837'),(129495,16642,'_edit_lock','1390399746:1837'),(129498,16642,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129499,16642,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129500,16642,'_event_id','2273'),(129501,16642,'_event_start_time','00:00:00'),(129502,16642,'_event_end_time','00:00:00'),(129503,16642,'_event_all_day','1'),(129504,16642,'_event_start_date','2014-02-14'),(129505,16642,'_event_end_date','2014-02-16'),(129506,16642,'_event_rsvp','0'),(129507,16642,'_event_rsvp_date',''),(129508,16642,'_event_rsvp_time','00:00:00'),(129509,16642,'_event_spaces',''),(129510,16642,'_location_id','8'),(129511,16642,'_recurrence_id',''),(129512,16642,'_event_status','1'),(129513,16642,'_event_private','0'),(129514,16642,'_event_date_created',''),(129515,16642,'_event_date_modified',''),(129516,16642,'_blog_id',''),(129517,16642,'_group_id','0'),(129518,16642,'_recurrence','0'),(129519,16642,'_recurrence_interval',''),(129520,16642,'_recurrence_freq',''),(129521,16642,'_recurrence_days','0'),(129522,16642,'_recurrence_byday',''),(129523,16642,'_recurrence_byweekno',''),(129524,16642,'_start_ts','1392336000'),(129525,16642,'_end_ts','1392508800'),(129526,16644,'_edit_last','1837'),(129527,16644,'_edit_lock','1390418969:1837'),(129532,16644,'_event_id','2274'),(129533,16644,'_event_start_time','00:00:00'),(129534,16644,'_event_end_time','00:00:00'),(129535,16644,'_event_all_day','1'),(129536,16644,'_event_start_date','2014-01-01'),(129537,16644,'_event_end_date','2014-12-31'),(129538,16644,'_event_rsvp','0'),(129539,16644,'_event_rsvp_date',''),(129540,16644,'_event_rsvp_time','00:00:00'),(129541,16644,'_event_spaces',''),(129542,16644,'_location_id','8'),(129543,16644,'_recurrence_id',''),(129544,16644,'_event_status','1'),(129545,16644,'_event_private','0'),(129546,16644,'_event_date_created',''),(129547,16644,'_event_date_modified',''),(129548,16644,'_blog_id',''),(129549,16644,'_group_id','0'),(129550,16644,'_recurrence','0'),(129551,16644,'_recurrence_interval',''),(129552,16644,'_recurrence_freq',''),(129553,16644,'_recurrence_days','0'),(129554,16644,'_recurrence_byday',''),(129555,16644,'_recurrence_byweekno',''),(129556,16644,'_start_ts','1388534400'),(129557,16644,'_end_ts','1419984000'),(129562,16646,'_edit_last','1837'),(129563,16646,'_edit_lock','1390400305:1837'),(129566,16646,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129567,16646,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129568,16646,'_event_id','2275'),(129569,16646,'_event_start_time','00:00:00'),(129570,16646,'_event_end_time','00:00:00'),(129571,16646,'_event_all_day','1'),(129572,16646,'_event_start_date','2014-02-28'),(129573,16646,'_event_end_date','2014-02-28'),(129574,16646,'_event_rsvp','0'),(129575,16646,'_event_rsvp_date',''),(129576,16646,'_event_rsvp_time','00:00:00'),(129577,16646,'_event_spaces',''),(129578,16646,'_location_id','8'),(129579,16646,'_recurrence_id',''),(129580,16646,'_event_status','1'),(129581,16646,'_event_private','0'),(129582,16646,'_event_date_created',''),(129583,16646,'_event_date_modified',''),(129584,16646,'_blog_id',''),(129585,16646,'_group_id','0'),(129586,16646,'_recurrence','0'),(129587,16646,'_recurrence_interval',''),(129588,16646,'_recurrence_freq',''),(129589,16646,'_recurrence_days','0'),(129590,16646,'_recurrence_byday',''),(129591,16646,'_recurrence_byweekno',''),(129592,16646,'_start_ts','1393545600'),(129593,16646,'_end_ts','1393545600'),(129594,16647,'_edit_last','1837'),(129595,16647,'_edit_lock','1390403051:1837'),(129598,16647,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129599,16647,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129600,16647,'_event_id','2276'),(129601,16647,'_event_start_time','00:00:00'),(129602,16647,'_event_end_time','00:00:00'),(129603,16647,'_event_all_day','1'),(129604,16647,'_event_start_date','2014-03-03'),(129605,16647,'_event_end_date','2014-03-03'),(129606,16647,'_event_rsvp','0'),(129607,16647,'_event_rsvp_date',''),(129608,16647,'_event_rsvp_time','00:00:00'),(129609,16647,'_event_spaces',''),(129610,16647,'_location_id','8'),(129611,16647,'_recurrence_id',''),(129612,16647,'_event_status','1'),(129613,16647,'_event_private','0'),(129614,16647,'_event_date_created',''),(129615,16647,'_event_date_modified',''),(129616,16647,'_blog_id',''),(129617,16647,'_group_id','0'),(129618,16647,'_recurrence','0'),(129619,16647,'_recurrence_interval',''),(129620,16647,'_recurrence_freq',''),(129621,16647,'_recurrence_days','0'),(129622,16647,'_recurrence_byday',''),(129623,16647,'_recurrence_byweekno',''),(129624,16647,'_start_ts','1393804800'),(129625,16647,'_end_ts','1393804800'),(129626,16648,'_edit_last','1837'),(129627,16648,'_edit_lock','1390403146:1837'),(129630,16648,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129631,16648,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129632,16648,'_event_id','2277'),(129633,16648,'_event_start_time','00:00:00'),(129634,16648,'_event_end_time','00:00:00'),(129635,16648,'_event_all_day','1'),(129636,16648,'_event_start_date','2014-03-07'),(129637,16648,'_event_end_date','2014-03-10'),(129638,16648,'_event_rsvp','0'),(129639,16648,'_event_rsvp_date',''),(129640,16648,'_event_rsvp_time','00:00:00'),(129641,16648,'_event_spaces',''),(129642,16648,'_location_id','8'),(129643,16648,'_recurrence_id',''),(129644,16648,'_event_status','1'),(129645,16648,'_event_private','0'),(129646,16648,'_event_date_created',''),(129647,16648,'_event_date_modified',''),(129648,16648,'_blog_id',''),(129649,16648,'_group_id','0'),(129650,16648,'_recurrence','0'),(129651,16648,'_recurrence_interval',''),(129652,16648,'_recurrence_freq',''),(129653,16648,'_recurrence_days','0'),(129654,16648,'_recurrence_byday',''),(129655,16648,'_recurrence_byweekno',''),(129656,16648,'_start_ts','1394150400'),(129657,16648,'_end_ts','1394409600'),(129658,16649,'_edit_last','1837'),(129659,16649,'_edit_lock','1390403261:1837'),(129664,16649,'_event_id','2278'),(129665,16649,'_event_start_time','00:00:00'),(129666,16649,'_event_end_time','00:00:00'),(129667,16649,'_event_all_day','1'),(129668,16649,'_event_start_date','2014-03-08'),(129669,16649,'_event_end_date','2014-03-12'),(129670,16649,'_event_rsvp','0'),(129671,16649,'_event_rsvp_date',''),(129672,16649,'_event_rsvp_time','00:00:00'),(129673,16649,'_event_spaces',''),(129674,16649,'_location_id','8'),(129675,16649,'_recurrence_id',''),(129676,16649,'_event_status','1'),(129677,16649,'_event_private','0'),(129678,16649,'_event_date_created',''),(129679,16649,'_event_date_modified',''),(129680,16649,'_blog_id',''),(129681,16649,'_group_id','0'),(129682,16649,'_recurrence','0'),(129683,16649,'_recurrence_interval',''),(129684,16649,'_recurrence_freq',''),(129685,16649,'_recurrence_days','0'),(129686,16649,'_recurrence_byday',''),(129687,16649,'_recurrence_byweekno',''),(129688,16649,'_start_ts','1394236800'),(129689,16649,'_end_ts','1394582400'),(129692,16649,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129693,16649,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129726,16651,'_edit_last','1837'),(129727,16651,'_edit_lock','1390420137:1837'),(129732,16651,'_event_id','2280'),(129733,16651,'_event_start_time','00:00:00'),(129734,16651,'_event_end_time','00:00:00'),(129735,16651,'_event_all_day','1'),(129736,16651,'_event_start_date','2014-01-15'),(129737,16651,'_event_end_date','2014-12-19'),(129738,16651,'_event_rsvp','0'),(129739,16651,'_event_rsvp_date',''),(129740,16651,'_event_rsvp_time','00:00:00'),(129741,16651,'_event_spaces',''),(129742,16651,'_location_id','8'),(129743,16651,'_recurrence_id',''),(129744,16651,'_event_status','1'),(129745,16651,'_event_private','0'),(129746,16651,'_event_date_created',''),(129747,16651,'_event_date_modified',''),(129748,16651,'_blog_id',''),(129749,16651,'_group_id','0'),(129750,16651,'_recurrence','0'),(129751,16651,'_recurrence_interval',''),(129752,16651,'_recurrence_freq',''),(129753,16651,'_recurrence_days','0'),(129754,16651,'_recurrence_byday',''),(129755,16651,'_recurrence_byweekno',''),(129756,16651,'_start_ts','1389744000'),(129757,16651,'_end_ts','1418947200'),(129758,16652,'_edit_last','1837'),(129759,16652,'_edit_lock','1390403786:1837'),(129762,16652,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129763,16652,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129764,16652,'_event_id','2281'),(129765,16652,'_event_start_time','00:00:00'),(129766,16652,'_event_end_time','00:00:00'),(129767,16652,'_event_all_day','0'),(129768,16652,'_event_start_date','2014-03-17'),(129769,16652,'_event_end_date','2014-03-17'),(129770,16652,'_event_rsvp','0'),(129771,16652,'_event_rsvp_date',''),(129772,16652,'_event_rsvp_time','00:00:00'),(129773,16652,'_event_spaces',''),(129774,16652,'_location_id','8'),(129775,16652,'_recurrence_id',''),(129776,16652,'_event_status','1'),(129777,16652,'_event_private','0'),(129778,16652,'_event_date_created',''),(129779,16652,'_event_date_modified',''),(129780,16652,'_blog_id',''),(129781,16652,'_group_id','0'),(129782,16652,'_recurrence','0'),(129783,16652,'_recurrence_interval',''),(129784,16652,'_recurrence_freq',''),(129785,16652,'_recurrence_days','0'),(129786,16652,'_recurrence_byday',''),(129787,16652,'_recurrence_byweekno',''),(129788,16652,'_start_ts','1395014400'),(129789,16652,'_end_ts','1395014400'),(129790,16653,'_edit_last','1837'),(129791,16653,'_edit_lock','1390405094:1837'),(129794,16653,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129795,16653,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129796,16653,'_event_id','2282'),(129797,16653,'_event_start_time','00:00:00'),(129798,16653,'_event_end_time','00:00:00'),(129799,16653,'_event_all_day','1'),(129800,16653,'_event_start_date','2014-03-19'),(129801,16653,'_event_end_date','2014-03-22'),(129802,16653,'_event_rsvp','0'),(129803,16653,'_event_rsvp_date',''),(129804,16653,'_event_rsvp_time','00:00:00'),(129805,16653,'_event_spaces',''),(129806,16653,'_location_id','8'),(129807,16653,'_recurrence_id',''),(129808,16653,'_event_status','1'),(129809,16653,'_event_private','0'),(129810,16653,'_event_date_created',''),(129811,16653,'_event_date_modified',''),(129812,16653,'_blog_id',''),(129813,16653,'_group_id','0'),(129814,16653,'_recurrence','0'),(129815,16653,'_recurrence_interval',''),(129816,16653,'_recurrence_freq',''),(129817,16653,'_recurrence_days','0'),(129818,16653,'_recurrence_byday',''),(129819,16653,'_recurrence_byweekno',''),(129820,16653,'_start_ts','1395187200'),(129821,16653,'_end_ts','1395446400'),(129822,16655,'_feedback_author',''),(129823,16655,'_feedback_author_email',''),(129824,16655,'_feedback_author_url',''),(129825,16655,'_feedback_subject','Signup form OneCaribbean'),(129826,16655,'_feedback_ip','10.17.1.254'),(129827,16655,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(129828,16655,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ctxfloml\";s:13:\"Email address\";s:21:\"xmljxjkp@fwwtyvct.com\";s:20:\"Country of Residence\";s:4:\"3597\";s:28:\"Name of Organization/Company\";s:16:\"vsKqLJPwUJKCQQYr\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:10:\"KekZVEGvIH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(129829,16655,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ctxfloml\";s:13:\"Email address\";s:21:\"xmljxjkp@fwwtyvct.com\";s:20:\"Country of Residence\";s:4:\"3597\";s:28:\"Name of Organization/Company\";s:16:\"vsKqLJPwUJKCQQYr\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:10:\"KekZVEGvIH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(129830,16655,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5403a5f0-1045-47f5-a0ff-c727a49a16ee\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33527\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"317\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390406200.4864\";s:12:\"REQUEST_TIME\";s:10:\"1390406200\";}'),(129831,16655,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:284:\"Name: Ctxfloml\n\nEmail address: xmljxjkp@fwwtyvct.com\n\nCountry of Residence: 3597\n\nName of Organization/Company: vsKqLJPwUJKCQQYr\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: KekZVEGvIH\n\nMessage was sent on Wednesday January 22, 2014 at 11:56 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(129832,16656,'_feedback_author',''),(129833,16656,'_feedback_author_email',''),(129834,16656,'_feedback_author_url',''),(129835,16656,'_feedback_subject','Signup form OneCaribbean'),(129836,16656,'_feedback_ip','10.17.1.254'),(129837,16656,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(129838,16656,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Fguirjge\";s:13:\"Email address\";s:21:\"pdnfonxo@ahwuqvai.com\";s:20:\"Country of Residence\";s:6:\"864226\";s:28:\"Name of Organization/Company\";s:19:\"tQHUzDPxITSwoyJvbVV\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"lPmPalXceVcz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(129839,16656,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Fguirjge\";s:13:\"Email address\";s:21:\"pdnfonxo@ahwuqvai.com\";s:20:\"Country of Residence\";s:6:\"864226\";s:28:\"Name of Organization/Company\";s:19:\"tQHUzDPxITSwoyJvbVV\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"lPmPalXceVcz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(129840,16656,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5403a5f0-1045-47f5-a0ff-c727a49a16ee\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33528\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"342\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"342\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390406205.0792\";s:12:\"REQUEST_TIME\";s:10:\"1390406205\";}'),(129841,16656,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:309:\"Name: Fguirjge\n\nEmail address: pdnfonxo@ahwuqvai.com\n\nCountry of Residence: 864226\n\nName of Organization/Company: tQHUzDPxITSwoyJvbVV\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: lPmPalXceVcz\n\nMessage was sent on Wednesday January 22, 2014 at 11:56 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(129882,16661,'_edit_last','1837'),(129883,16661,'_edit_lock','1390415341:1837'),(129888,16661,'_event_id','2284'),(129889,16661,'_event_start_time','00:00:00'),(129890,16661,'_event_end_time','00:00:00'),(129891,16661,'_event_all_day','1'),(129892,16661,'_event_start_date','2014-03-31'),(129893,16661,'_event_end_date','2014-04-06'),(129894,16661,'_event_rsvp','0'),(129895,16661,'_event_rsvp_date',''),(129896,16661,'_event_rsvp_time','00:00:00'),(129897,16661,'_event_spaces',''),(129898,16661,'_location_id','8'),(129899,16661,'_recurrence_id',''),(129900,16661,'_event_status','1'),(129901,16661,'_event_private','0'),(129902,16661,'_event_date_created',''),(129903,16661,'_event_date_modified',''),(129904,16661,'_blog_id',''),(129905,16661,'_group_id','0'),(129906,16661,'_recurrence','0'),(129907,16661,'_recurrence_interval',''),(129908,16661,'_recurrence_freq',''),(129909,16661,'_recurrence_days','0'),(129910,16661,'_recurrence_byday',''),(129911,16661,'_recurrence_byweekno',''),(129912,16661,'_start_ts','1396224000'),(129913,16661,'_end_ts','1396742400'),(129916,16661,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129917,16661,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129918,16662,'_edit_last','1837'),(129919,16662,'_edit_lock','1390415802:1837'),(129922,16662,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129923,16662,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129924,16662,'_event_id','2285'),(129925,16662,'_event_start_time','00:00:00'),(129926,16662,'_event_end_time','00:00:00'),(129927,16662,'_event_all_day','1'),(129928,16662,'_event_start_date','2014-04-12'),(129929,16662,'_event_end_date','2014-04-12'),(129930,16662,'_event_rsvp','0'),(129931,16662,'_event_rsvp_date',''),(129932,16662,'_event_rsvp_time','00:00:00'),(129933,16662,'_event_spaces',''),(129934,16662,'_location_id','8'),(129935,16662,'_recurrence_id',''),(129936,16662,'_event_status','1'),(129937,16662,'_event_private','0'),(129938,16662,'_event_date_created',''),(129939,16662,'_event_date_modified',''),(129940,16662,'_blog_id',''),(129941,16662,'_group_id','0'),(129942,16662,'_recurrence','0'),(129943,16662,'_recurrence_interval',''),(129944,16662,'_recurrence_freq',''),(129945,16662,'_recurrence_days','0'),(129946,16662,'_recurrence_byday',''),(129947,16662,'_recurrence_byweekno',''),(129948,16662,'_start_ts','1397260800'),(129949,16662,'_end_ts','1397260800'),(129950,16663,'_edit_last','1837'),(129951,16663,'_edit_lock','1390417850:1837'),(129954,16663,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129955,16663,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129956,16663,'_event_id','2286'),(129957,16663,'_event_start_time','00:00:00'),(129958,16663,'_event_end_time','00:00:00'),(129959,16663,'_event_all_day','1'),(129960,16663,'_event_start_date','2014-04-10'),(129961,16663,'_event_end_date','2014-04-13'),(129962,16663,'_event_rsvp','0'),(129963,16663,'_event_rsvp_date',''),(129964,16663,'_event_rsvp_time','00:00:00'),(129965,16663,'_event_spaces',''),(129966,16663,'_location_id','8'),(129967,16663,'_recurrence_id',''),(129968,16663,'_event_status','1'),(129969,16663,'_event_private','0'),(129970,16663,'_event_date_created',''),(129971,16663,'_event_date_modified',''),(129972,16663,'_blog_id',''),(129973,16663,'_group_id','0'),(129974,16663,'_recurrence','0'),(129975,16663,'_recurrence_interval',''),(129976,16663,'_recurrence_freq',''),(129977,16663,'_recurrence_days','0'),(129978,16663,'_recurrence_byday',''),(129979,16663,'_recurrence_byweekno',''),(129980,16663,'_start_ts','1397088000'),(129981,16663,'_end_ts','1397347200'),(129982,16665,'_edit_last','1837'),(129983,16665,'_edit_lock','1390417977:1837'),(129986,16644,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(129987,16644,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130000,16651,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130001,16651,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130004,10387,'_edit_lock','1390422253:2'),(130005,10387,'_edit_last','2'),(130008,10387,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130009,10387,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130010,10382,'_edit_lock','1390422292:2'),(130011,10382,'_edit_last','2'),(130014,10382,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130015,10382,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130016,10386,'_edit_lock','1390422479:2'),(130017,10386,'_edit_last','2'),(130020,10386,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130021,10386,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130022,16673,'_feedback_author',''),(130023,16673,'_feedback_author_email',''),(130024,16673,'_feedback_author_url',''),(130025,16673,'_feedback_subject','Signup form OneCaribbean'),(130026,16673,'_feedback_ip','10.17.1.254'),(130027,16673,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130028,16673,'_feedback_all_fields','a:13:{s:4:\"Name\";s:17:\"Danielle Stainton\";s:13:\"Email address\";s:29:\"dstainton@princesscruises.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:16:\"Princess Cruises\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130029,16673,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:17:\"Danielle Stainton\";s:13:\"Email address\";s:29:\"dstainton@princesscruises.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:16:\"Princess Cruises\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130030,16673,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e4cb0679-d0c0-48c2-ae4e-6e8676a84c01\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48583\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"457\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"204.250.12.246\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"457\";s:8:\"HTTP_VIA\";s:34:\"1.1 localhost.localdomain AC1D0691\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390428136.6327\";s:12:\"REQUEST_TIME\";s:10:\"1390428136\";}'),(130031,16673,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:366:\"Name: Danielle Stainton\n\nEmail address: dstainton@princesscruises.com\n\nCountry of Residence: United States\n\nName of Organization/Company: Princess Cruises\n\nWhich best describes you?: Cruiseline\n\nSend me news about CTO events.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Wednesday January 22, 2014 at 6:02 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130032,16674,'_feedback_author',''),(130033,16674,'_feedback_author_email',''),(130034,16674,'_feedback_author_url',''),(130035,16674,'_feedback_subject','Signup form OneCaribbean'),(130036,16674,'_feedback_ip','10.17.1.254'),(130037,16674,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130038,16674,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Srzmbxyl\";s:13:\"Email address\";s:21:\"ielsieop@dxzecnjo.com\";s:20:\"Country of Residence\";s:6:\"256156\";s:28:\"Name of Organization/Company\";s:17:\"CVghkGCdZScPNLerP\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:14:\"DdJDPGxOhMoKhZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130039,16674,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Srzmbxyl\";s:13:\"Email address\";s:21:\"ielsieop@dxzecnjo.com\";s:20:\"Country of Residence\";s:6:\"256156\";s:28:\"Name of Organization/Company\";s:17:\"CVghkGCdZScPNLerP\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:14:\"DdJDPGxOhMoKhZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130040,16674,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7009be87-5e65-4304-8ae8-70f7492b70c0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53030\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"354\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"354\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390434736.3183\";s:12:\"REQUEST_TIME\";s:10:\"1390434736\";}'),(130041,16674,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:314:\"Name: Srzmbxyl\n\nEmail address: ielsieop@dxzecnjo.com\n\nCountry of Residence: 256156\n\nName of Organization/Company: CVghkGCdZScPNLerP\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: DdJDPGxOhMoKhZ\n\nMessage was sent on Wednesday January 22, 2014 at 7:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130042,16675,'_feedback_author',''),(130043,16675,'_feedback_author_email',''),(130044,16675,'_feedback_author_url',''),(130045,16675,'_feedback_subject','Signup form OneCaribbean'),(130046,16675,'_feedback_ip','10.17.1.254'),(130047,16675,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130048,16675,'_feedback_all_fields','a:13:{s:4:\"Name\";s:10:\"ctgdbyqjho\";s:13:\"Email address\";s:17:\"ileopy@fzblef.com\";s:20:\"Country of Residence\";s:5:\"37112\";s:28:\"Name of Organization/Company\";s:13:\"HSXKOdjhHIrNp\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:10:\"StQxWSJvPM\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130049,16675,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:10:\"ctgdbyqjho\";s:13:\"Email address\";s:17:\"ileopy@fzblef.com\";s:20:\"Country of Residence\";s:5:\"37112\";s:28:\"Name of Organization/Company\";s:13:\"HSXKOdjhHIrNp\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:10:\"StQxWSJvPM\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130050,16675,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:57:\"Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2d8a551f-3f68-46e2-8588-a75344d02753\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54839\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"192.147.213.222\";s:15:\"HTTP_X_UP_SUBNO\";s:0:\"\";s:15:\"HTTP_USER_AGENT\";s:57:\"Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:66:\"text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:8:\"HTTP_VIA\";s:21:\"1.1 Comverse 5.5.5.01\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390439820.7271\";s:12:\"REQUEST_TIME\";s:10:\"1390439820\";}'),(130051,16675,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:287:\"Name: ctgdbyqjho\n\nEmail address: ileopy@fzblef.com\n\nCountry of Residence: 37112\n\nName of Organization/Company: HSXKOdjhHIrNp\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: StQxWSJvPM\n\nMessage was sent on Wednesday January 22, 2014 at 9:17 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130052,16676,'_feedback_author',''),(130053,16676,'_feedback_author_email',''),(130054,16676,'_feedback_author_url',''),(130055,16676,'_feedback_subject','Signup form OneCaribbean'),(130056,16676,'_feedback_ip','10.17.1.254'),(130057,16676,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130058,16676,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Eqpykhqn\";s:13:\"Email address\";s:21:\"iktdfvgg@gvosubjw.com\";s:20:\"Country of Residence\";s:5:\"16291\";s:28:\"Name of Organization/Company\";s:19:\"TDqefyAOwyeTwJtYKga\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:17:\"FOuueVBWoxdlDHlVV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130059,16676,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Eqpykhqn\";s:13:\"Email address\";s:21:\"iktdfvgg@gvosubjw.com\";s:20:\"Country of Residence\";s:5:\"16291\";s:28:\"Name of Organization/Company\";s:19:\"TDqefyAOwyeTwJtYKga\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:17:\"FOuueVBWoxdlDHlVV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130060,16676,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f5a1aa08-42e4-4515-a0fc-bc94a503d519\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59986\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"333\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"333\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390445555.4825\";s:12:\"REQUEST_TIME\";s:10:\"1390445555\";}'),(130061,16676,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Eqpykhqn\n\nEmail address: iktdfvgg@gvosubjw.com\n\nCountry of Residence: 16291\n\nName of Organization/Company: TDqefyAOwyeTwJtYKga\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: FOuueVBWoxdlDHlVV\n\nMessage was sent on Wednesday January 22, 2014 at 10:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130062,16677,'_feedback_author',''),(130063,16677,'_feedback_author_email',''),(130064,16677,'_feedback_author_url',''),(130065,16677,'_feedback_subject','Signup form OneCaribbean'),(130066,16677,'_feedback_ip','10.17.1.254'),(130067,16677,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130068,16677,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Lcelxhch\";s:13:\"Email address\";s:21:\"dletstjt@nqrxtfeu.com\";s:20:\"Country of Residence\";s:4:\"1670\";s:28:\"Name of Organization/Company\";s:18:\"dnDfZhRYXBsfoArENa\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:13:\"WcBEpHSOAKMgG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130069,16677,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Lcelxhch\";s:13:\"Email address\";s:21:\"dletstjt@nqrxtfeu.com\";s:20:\"Country of Residence\";s:4:\"1670\";s:28:\"Name of Organization/Company\";s:18:\"dnDfZhRYXBsfoArENa\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:13:\"WcBEpHSOAKMgG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130070,16677,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-071b2f66-2a23-4d0f-8cc8-b43b75c3fe5c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59824\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"336\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"336\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390445600.2708\";s:12:\"REQUEST_TIME\";s:10:\"1390445600\";}'),(130071,16677,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Lcelxhch\n\nEmail address: dletstjt@nqrxtfeu.com\n\nCountry of Residence: 1670\n\nName of Organization/Company: dnDfZhRYXBsfoArENa\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: WcBEpHSOAKMgG\n\nMessage was sent on Wednesday January 22, 2014 at 10:53 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130072,16678,'_feedback_author',''),(130073,16678,'_feedback_author_email',''),(130074,16678,'_feedback_author_url',''),(130075,16678,'_feedback_subject','Signup form OneCaribbean'),(130076,16678,'_feedback_ip','10.17.1.254'),(130077,16678,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130078,16678,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Qnuwosxb\";s:13:\"Email address\";s:21:\"nyzvsvma@alkqgpsq.com\";s:20:\"Country of Residence\";s:5:\"23861\";s:28:\"Name of Organization/Company\";s:12:\"icWjXVlyNRyF\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:14:\"nVYhNSxJEilRbm\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130079,16678,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Qnuwosxb\";s:13:\"Email address\";s:21:\"nyzvsvma@alkqgpsq.com\";s:20:\"Country of Residence\";s:5:\"23861\";s:28:\"Name of Organization/Company\";s:12:\"icWjXVlyNRyF\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:14:\"nVYhNSxJEilRbm\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130080,16678,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-071b2f66-2a23-4d0f-8cc8-b43b75c3fe5c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60066\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"348\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"348\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390445608.1755\";s:12:\"REQUEST_TIME\";s:10:\"1390445608\";}'),(130081,16678,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:309:\"Name: Qnuwosxb\n\nEmail address: nyzvsvma@alkqgpsq.com\n\nCountry of Residence: 23861\n\nName of Organization/Company: icWjXVlyNRyF\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: nVYhNSxJEilRbm\n\nMessage was sent on Wednesday January 22, 2014 at 10:53 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130082,16679,'_feedback_author',''),(130083,16679,'_feedback_author_email',''),(130084,16679,'_feedback_author_url',''),(130085,16679,'_feedback_subject','Signup form OneCaribbean'),(130086,16679,'_feedback_ip','10.17.1.254'),(130087,16679,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130088,16679,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Swvunfsl\";s:13:\"Email address\";s:21:\"btduirdk@mqulteem.com\";s:20:\"Country of Residence\";s:6:\"645783\";s:28:\"Name of Organization/Company\";s:18:\"ilCopkBHqVRWqpWXOA\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:12:\"iweoPfKyEcdx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130089,16679,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Swvunfsl\";s:13:\"Email address\";s:21:\"btduirdk@mqulteem.com\";s:20:\"Country of Residence\";s:6:\"645783\";s:28:\"Name of Organization/Company\";s:18:\"ilCopkBHqVRWqpWXOA\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:12:\"iweoPfKyEcdx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130090,16679,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2cfc2288-1dae-4c34-b57e-314239299f3d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60068\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"337\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"337\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390445612.5653\";s:12:\"REQUEST_TIME\";s:10:\"1390445612\";}'),(130091,16679,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: Swvunfsl\n\nEmail address: btduirdk@mqulteem.com\n\nCountry of Residence: 645783\n\nName of Organization/Company: ilCopkBHqVRWqpWXOA\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: iweoPfKyEcdx\n\nMessage was sent on Wednesday January 22, 2014 at 10:53 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130092,16680,'_feedback_author',''),(130093,16680,'_feedback_author_email',''),(130094,16680,'_feedback_author_url',''),(130095,16680,'_feedback_subject','Signup form OneCaribbean'),(130096,16680,'_feedback_ip','10.17.1.254'),(130097,16680,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130098,16680,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Eexjttep\";s:13:\"Email address\";s:21:\"zgsoyjgu@gqvyvbbc.com\";s:20:\"Country of Residence\";s:5:\"78787\";s:28:\"Name of Organization/Company\";s:19:\"jntriXnkuTQrIifHjJa\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:14:\"sXuRVkjKPwLwpL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130099,16680,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Eexjttep\";s:13:\"Email address\";s:21:\"zgsoyjgu@gqvyvbbc.com\";s:20:\"Country of Residence\";s:5:\"78787\";s:28:\"Name of Organization/Company\";s:19:\"jntriXnkuTQrIifHjJa\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:14:\"sXuRVkjKPwLwpL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130100,16680,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-68c2ad82-dbaa-4fd1-8a33-1bcf3a79e03f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33641\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"333\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"333\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390448194.5074\";s:12:\"REQUEST_TIME\";s:10:\"1390448194\";}'),(130101,16680,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Eexjttep\n\nEmail address: zgsoyjgu@gqvyvbbc.com\n\nCountry of Residence: 78787\n\nName of Organization/Company: jntriXnkuTQrIifHjJa\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: sXuRVkjKPwLwpL\n\nMessage was sent on Wednesday January 22, 2014 at 11:36 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130114,16683,'_wp_attached_file','boanirecommissionerwinklaar.png'),(130115,16683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:168;s:4:\"file\";s:31:\"boanirecommissionerwinklaar.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"boanirecommissionerwinklaar-116x150.png\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130128,16685,'_wp_attached_file','edselwinklaarBonaire.jpg'),(130129,16685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:320;s:4:\"file\";s:24:\"edselwinklaarBonaire.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"edselwinklaarBonaire-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"edselwinklaarBonaire-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130142,16688,'_edit_last','1837'),(130143,16688,'_edit_lock','1390486407:1837'),(130146,16688,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130147,16688,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130148,16688,'_event_id','2290'),(130149,16688,'_event_start_time','00:00:00'),(130150,16688,'_event_end_time','00:00:00'),(130151,16688,'_event_all_day','1'),(130152,16688,'_event_start_date','2014-04-18'),(130153,16688,'_event_end_date','2014-04-20'),(130154,16688,'_event_rsvp','0'),(130155,16688,'_event_rsvp_date',''),(130156,16688,'_event_rsvp_time','00:00:00'),(130157,16688,'_event_spaces',''),(130158,16688,'_location_id','8'),(130159,16688,'_recurrence_id',''),(130160,16688,'_event_status','1'),(130161,16688,'_event_private','0'),(130162,16688,'_event_date_created',''),(130163,16688,'_event_date_modified',''),(130164,16688,'_blog_id',''),(130165,16688,'_group_id','0'),(130166,16688,'_recurrence','0'),(130167,16688,'_recurrence_interval',''),(130168,16688,'_recurrence_freq',''),(130169,16688,'_recurrence_days','0'),(130170,16688,'_recurrence_byday',''),(130171,16688,'_recurrence_byweekno',''),(130172,16688,'_start_ts','1397779200'),(130173,16688,'_end_ts','1397952000'),(130174,16690,'_edit_last','1837'),(130175,16690,'_edit_lock','1390489615:1837'),(130178,16690,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130179,16690,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130180,16690,'_event_id','2291'),(130181,16690,'_event_start_time','00:00:00'),(130182,16690,'_event_end_time','00:00:00'),(130183,16690,'_event_all_day','1'),(130184,16690,'_event_start_date','2014-04-19'),(130185,16690,'_event_end_date','2014-04-19'),(130186,16690,'_event_rsvp','0'),(130187,16690,'_event_rsvp_date',''),(130188,16690,'_event_rsvp_time','00:00:00'),(130189,16690,'_event_spaces',''),(130190,16690,'_location_id','8'),(130191,16690,'_recurrence_id',''),(130192,16690,'_event_status','1'),(130193,16690,'_event_private','0'),(130194,16690,'_event_date_created',''),(130195,16690,'_event_date_modified',''),(130196,16690,'_blog_id',''),(130197,16690,'_group_id','0'),(130198,16690,'_recurrence','0'),(130199,16690,'_recurrence_interval',''),(130200,16690,'_recurrence_freq',''),(130201,16690,'_recurrence_days','0'),(130202,16690,'_recurrence_byday',''),(130203,16690,'_recurrence_byweekno',''),(130204,16690,'_start_ts','1397865600'),(130205,16690,'_end_ts','1397865600'),(130206,16691,'_edit_last','1837'),(130207,16691,'_edit_lock','1390489682:1837'),(130212,16691,'_event_id','2292'),(130213,16691,'_event_start_time','00:00:00'),(130214,16691,'_event_end_time','00:00:00'),(130215,16691,'_event_all_day','1'),(130216,16691,'_event_start_date','2014-04-19'),(130217,16691,'_event_end_date','2014-04-21'),(130218,16691,'_event_rsvp','0'),(130219,16691,'_event_rsvp_date',''),(130220,16691,'_event_rsvp_time','00:00:00'),(130221,16691,'_event_spaces',''),(130222,16691,'_location_id','8'),(130223,16691,'_recurrence_id',''),(130224,16691,'_event_status','1'),(130225,16691,'_event_private','0'),(130226,16691,'_event_date_created',''),(130227,16691,'_event_date_modified',''),(130228,16691,'_blog_id',''),(130229,16691,'_group_id','0'),(130230,16691,'_recurrence','0'),(130231,16691,'_recurrence_interval',''),(130232,16691,'_recurrence_freq',''),(130233,16691,'_recurrence_days','0'),(130234,16691,'_recurrence_byday',''),(130235,16691,'_recurrence_byweekno',''),(130236,16691,'_start_ts','1397865600'),(130237,16691,'_end_ts','1398038400'),(130242,16693,'_edit_last','1837'),(130243,16693,'_edit_lock','1390488288:1837'),(130246,16691,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130247,16691,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130248,16695,'_edit_last','1837'),(130249,16695,'_edit_lock','1390490232:1837'),(130252,16695,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130253,16695,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130254,16695,'_event_id','2293'),(130255,16695,'_event_start_time','00:00:00'),(130256,16695,'_event_end_time','00:00:00'),(130257,16695,'_event_all_day','1'),(130258,16695,'_event_start_date','2014-05-02'),(130259,16695,'_event_end_date','2014-05-02'),(130260,16695,'_event_rsvp','0'),(130261,16695,'_event_rsvp_date',''),(130262,16695,'_event_rsvp_time','00:00:00'),(130263,16695,'_event_spaces',''),(130264,16695,'_location_id','8'),(130265,16695,'_recurrence_id',''),(130266,16695,'_event_status','1'),(130267,16695,'_event_private','0'),(130268,16695,'_event_date_created',''),(130269,16695,'_event_date_modified',''),(130270,16695,'_blog_id',''),(130271,16695,'_group_id','0'),(130272,16695,'_recurrence','0'),(130273,16695,'_recurrence_interval',''),(130274,16695,'_recurrence_freq',''),(130275,16695,'_recurrence_days','0'),(130276,16695,'_recurrence_byday',''),(130277,16695,'_recurrence_byweekno',''),(130278,16695,'_start_ts','1398988800'),(130279,16695,'_end_ts','1398988800'),(130286,16639,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130287,16639,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130290,16697,'_edit_last','1837'),(130291,16697,'_edit_lock','1390491605:1837'),(130294,16697,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130295,16697,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130296,16697,'_event_id','2294'),(130297,16697,'_event_start_time','00:00:00'),(130298,16697,'_event_end_time','00:00:00'),(130299,16697,'_event_all_day','1'),(130300,16697,'_event_start_date','2014-05-03'),(130301,16697,'_event_end_date','2014-05-03'),(130302,16697,'_event_rsvp','0'),(130303,16697,'_event_rsvp_date',''),(130304,16697,'_event_rsvp_time','00:00:00'),(130305,16697,'_event_spaces',''),(130306,16697,'_location_id','8'),(130307,16697,'_recurrence_id',''),(130308,16697,'_event_status','1'),(130309,16697,'_event_private','0'),(130310,16697,'_event_date_created',''),(130311,16697,'_event_date_modified',''),(130312,16697,'_blog_id',''),(130313,16697,'_group_id','0'),(130314,16697,'_recurrence','0'),(130315,16697,'_recurrence_interval',''),(130316,16697,'_recurrence_freq',''),(130317,16697,'_recurrence_days','0'),(130318,16697,'_recurrence_byday',''),(130319,16697,'_recurrence_byweekno',''),(130320,16697,'_start_ts','1399075200'),(130321,16697,'_end_ts','1399075200'),(130322,16698,'_edit_last','1837'),(130323,16698,'_edit_lock','1390491700:1837'),(130326,16698,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130327,16698,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130328,16698,'_event_id','2295'),(130329,16698,'_event_start_time','00:00:00'),(130330,16698,'_event_end_time','00:00:00'),(130331,16698,'_event_all_day','0'),(130332,16698,'_event_start_date','2014-05-17'),(130333,16698,'_event_end_date','2014-05-17'),(130334,16698,'_event_rsvp','0'),(130335,16698,'_event_rsvp_date',''),(130336,16698,'_event_rsvp_time','00:00:00'),(130337,16698,'_event_spaces',''),(130338,16698,'_location_id','8'),(130339,16698,'_recurrence_id',''),(130340,16698,'_event_status','1'),(130341,16698,'_event_private','0'),(130342,16698,'_event_date_created',''),(130343,16698,'_event_date_modified',''),(130344,16698,'_blog_id',''),(130345,16698,'_group_id','0'),(130346,16698,'_recurrence','0'),(130347,16698,'_recurrence_interval',''),(130348,16698,'_recurrence_freq',''),(130349,16698,'_recurrence_days','0'),(130350,16698,'_recurrence_byday',''),(130351,16698,'_recurrence_byweekno',''),(130352,16698,'_start_ts','1400284800'),(130353,16698,'_end_ts','1400284800'),(130354,16700,'_feedback_author',''),(130355,16700,'_feedback_author_email',''),(130356,16700,'_feedback_author_url',''),(130357,16700,'_feedback_subject','Signup form OneCaribbean'),(130358,16700,'_feedback_ip','10.17.1.254'),(130359,16700,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130360,16700,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Malkia Morton\";s:13:\"Email address\";s:17:\"malkiam@gmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130361,16700,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Malkia Morton\";s:13:\"Email address\";s:17:\"malkiam@gmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130362,16700,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d416cc43-394b-4db8-9dd1-1b90fcca67be\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35410\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"476\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"50.75.193.242\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"476\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390492381.8767\";s:12:\"REQUEST_TIME\";s:10:\"1390492381\";}'),(130363,16700,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:351:\"Name: Malkia Morton\n\nEmail address: malkiam@gmail.com\n\nCountry of Residence: United States\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Thursday January 23, 2014 at 11:53 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130394,16699,'_edit_last','1837'),(130395,16699,'_edit_lock','1390499139:1837'),(130396,16705,'_feedback_author',''),(130397,16705,'_feedback_author_email',''),(130398,16705,'_feedback_author_url',''),(130399,16705,'_feedback_subject','Signup form OneCaribbean'),(130400,16705,'_feedback_ip','10.17.1.254'),(130401,16705,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130402,16705,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Riehzzyx\";s:13:\"Email address\";s:21:\"lompvogj@itcfnqou.com\";s:20:\"Country of Residence\";s:4:\"6559\";s:28:\"Name of Organization/Company\";s:13:\"EiNYMfkdxgwTj\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:11:\"HFPzLFqiSEf\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130403,16705,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Riehzzyx\";s:13:\"Email address\";s:21:\"lompvogj@itcfnqou.com\";s:20:\"Country of Residence\";s:4:\"6559\";s:28:\"Name of Organization/Company\";s:13:\"EiNYMfkdxgwTj\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:11:\"HFPzLFqiSEf\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130404,16705,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-07e7159b-9f75-41da-bdd7-ed207f26b45d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35833\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390534748.2333\";s:12:\"REQUEST_TIME\";s:10:\"1390534748\";}'),(130405,16705,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:296:\"Name: Riehzzyx\n\nEmail address: lompvogj@itcfnqou.com\n\nCountry of Residence: 6559\n\nName of Organization/Company: EiNYMfkdxgwTj\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: HFPzLFqiSEf\n\nMessage was sent on Thursday January 23, 2014 at 11:39 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130406,16706,'_feedback_author',''),(130407,16706,'_feedback_author_email',''),(130408,16706,'_feedback_author_url',''),(130409,16706,'_feedback_subject','Signup form OneCaribbean'),(130410,16706,'_feedback_ip','10.17.1.254'),(130411,16706,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130412,16706,'_feedback_all_fields','a:13:{s:4:\"Name\";s:6:\"nlquep\";s:13:\"Email address\";s:17:\"nfwixr@ggoyqb.com\";s:20:\"Country of Residence\";s:5:\"10171\";s:28:\"Name of Organization/Company\";s:12:\"lHIdvVUlKLue\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:15:\"iOXKGdCZUYbgdSs\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130413,16706,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:6:\"nlquep\";s:13:\"Email address\";s:17:\"nfwixr@ggoyqb.com\";s:20:\"Country of Residence\";s:5:\"10171\";s:28:\"Name of Organization/Company\";s:12:\"lHIdvVUlKLue\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:15:\"iOXKGdCZUYbgdSs\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130414,16706,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1a83d7f4-5059-489a-85c5-4c2884bf9b44\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37459\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.58\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390537147.8455\";s:12:\"REQUEST_TIME\";s:10:\"1390537147\";}'),(130415,16706,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:285:\"Name: nlquep\n\nEmail address: nfwixr@ggoyqb.com\n\nCountry of Residence: 10171\n\nName of Organization/Company: lHIdvVUlKLue\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: iOXKGdCZUYbgdSs\n\nMessage was sent on Friday January 24, 2014 at 12:19 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130416,16707,'_feedback_author',''),(130417,16707,'_feedback_author_email',''),(130418,16707,'_feedback_author_url',''),(130419,16707,'_feedback_subject','Signup form OneCaribbean'),(130420,16707,'_feedback_ip','10.17.1.254'),(130421,16707,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130422,16707,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Gemxunkn\";s:13:\"Email address\";s:21:\"oljobzwz@mprzdvzu.com\";s:20:\"Country of Residence\";s:6:\"709622\";s:28:\"Name of Organization/Company\";s:10:\"PJSYeGHKcs\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:12:\"WPLMiTEeBAaS\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130423,16707,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Gemxunkn\";s:13:\"Email address\";s:21:\"oljobzwz@mprzdvzu.com\";s:20:\"Country of Residence\";s:6:\"709622\";s:28:\"Name of Organization/Company\";s:10:\"PJSYeGHKcs\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:12:\"WPLMiTEeBAaS\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130424,16707,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-65918c02-8c52-40de-a7fa-99970568cf7d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33918\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"329\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"329\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390573841.9297\";s:12:\"REQUEST_TIME\";s:10:\"1390573841\";}'),(130425,16707,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:293:\"Name: Gemxunkn\n\nEmail address: oljobzwz@mprzdvzu.com\n\nCountry of Residence: 709622\n\nName of Organization/Company: PJSYeGHKcs\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: WPLMiTEeBAaS\n\nMessage was sent on Friday January 24, 2014 at 10:30 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130428,13449,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130429,13449,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130430,10712,'_edit_lock','1390594597:2'),(130433,16709,'_feedback_author',''),(130434,16709,'_feedback_author_email',''),(130435,16709,'_feedback_author_url',''),(130436,16709,'_feedback_subject','Signup form OneCaribbean'),(130437,16709,'_feedback_ip','10.17.1.254'),(130438,16709,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130439,16709,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ynqviupw\";s:13:\"Email address\";s:21:\"xsualpas@ypsljhwi.com\";s:20:\"Country of Residence\";s:5:\"47602\";s:28:\"Name of Organization/Company\";s:14:\"HDcucTtQJErTFv\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:10:\"RwgFDcVCHH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130440,16709,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ynqviupw\";s:13:\"Email address\";s:21:\"xsualpas@ypsljhwi.com\";s:20:\"Country of Residence\";s:5:\"47602\";s:28:\"Name of Organization/Company\";s:14:\"HDcucTtQJErTFv\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:10:\"RwgFDcVCHH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130441,16709,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0f56edbc-25bc-4718-a34b-6da7bf0e4114\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44635\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"346\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"346\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390589840.7671\";s:12:\"REQUEST_TIME\";s:10:\"1390589840\";}'),(130442,16709,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Ynqviupw\n\nEmail address: xsualpas@ypsljhwi.com\n\nCountry of Residence: 47602\n\nName of Organization/Company: HDcucTtQJErTFv\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: RwgFDcVCHH\n\nMessage was sent on Friday January 24, 2014 at 2:57 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130443,10715,'_edit_lock','1390595104:2'),(130444,16710,'_feedback_author',''),(130445,16710,'_feedback_author_email',''),(130446,16710,'_feedback_author_url',''),(130447,16710,'_feedback_subject','Signup form OneCaribbean'),(130448,16710,'_feedback_ip','10.17.1.254'),(130449,16710,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130450,16710,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Gtdpmsil\";s:13:\"Email address\";s:21:\"lzivgtlj@zksefwcf.com\";s:20:\"Country of Residence\";s:6:\"165555\";s:28:\"Name of Organization/Company\";s:16:\"GKlgNzkoJWkSbDQH\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:12:\"CCMAfBmPTJju\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130451,16710,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Gtdpmsil\";s:13:\"Email address\";s:21:\"lzivgtlj@zksefwcf.com\";s:20:\"Country of Residence\";s:6:\"165555\";s:28:\"Name of Organization/Company\";s:16:\"GKlgNzkoJWkSbDQH\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:12:\"CCMAfBmPTJju\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130452,16710,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-89df68cf-8d07-4ff2-9b2c-680f3855a8ac\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48115\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"329\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"329\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390594625.7436\";s:12:\"REQUEST_TIME\";s:10:\"1390594625\";}'),(130453,16710,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:292:\"Name: Gtdpmsil\n\nEmail address: lzivgtlj@zksefwcf.com\n\nCountry of Residence: 165555\n\nName of Organization/Company: GKlgNzkoJWkSbDQH\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: CCMAfBmPTJju\n\nMessage was sent on Friday January 24, 2014 at 4:17 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130454,16711,'_feedback_author',''),(130455,16711,'_feedback_author_email',''),(130456,16711,'_feedback_author_url',''),(130457,16711,'_feedback_subject','Signup form OneCaribbean'),(130458,16711,'_feedback_ip','10.17.1.254'),(130459,16711,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130460,16711,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Usxsmxqb\";s:13:\"Email address\";s:21:\"gxpljqsh@hlbments.com\";s:20:\"Country of Residence\";s:6:\"327266\";s:28:\"Name of Organization/Company\";s:15:\"TpoefddZpHpgoSH\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:13:\"PuYRUMElztIVz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130461,16711,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Usxsmxqb\";s:13:\"Email address\";s:21:\"gxpljqsh@hlbments.com\";s:20:\"Country of Residence\";s:6:\"327266\";s:28:\"Name of Organization/Company\";s:15:\"TpoefddZpHpgoSH\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:13:\"PuYRUMElztIVz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130462,16711,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c8dd43ac-b10b-4dd9-b65c-287c74c81602\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47272\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"335\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"91.218.114.206\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"335\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390594635.4304\";s:12:\"REQUEST_TIME\";s:10:\"1390594635\";}'),(130463,16711,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: Usxsmxqb\n\nEmail address: gxpljqsh@hlbments.com\n\nCountry of Residence: 327266\n\nName of Organization/Company: TpoefddZpHpgoSH\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: PuYRUMElztIVz\n\nMessage was sent on Friday January 24, 2014 at 4:17 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130464,10715,'_edit_last','2'),(130467,10715,'_wp_old_slug','st-eustatius-kingdom-day'),(130472,13453,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130473,13453,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130478,10714,'_edit_lock','1390595169:2'),(130479,10714,'_edit_last','2'),(130484,10713,'_edit_lock','1390595066:2'),(130485,10713,'_edit_last','2'),(130492,10713,'_wp_old_slug','st-eustatius-statia-america-day'),(130493,10713,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130494,10713,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130497,10715,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130498,10715,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130501,10714,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130502,10714,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130503,16714,'_wp_attached_file','hugo-clarinda-curacao.jpg'),(130504,16714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:210;s:6:\"height\";i:213;s:4:\"file\";s:25:\"hugo-clarinda-curacao.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hugo-clarinda-curacao-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1390581669;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130505,16715,'_wp_attached_file','rudy-grant.jpg'),(130506,16715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:83;s:6:\"height\";i:104;s:4:\"file\";s:14:\"rudy-grant.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130527,2080,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(130528,2080,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(130529,2080,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(130530,2080,'_aioseop_title','Chapter Members'),(130559,16725,'_wp_attached_file','tobagoHRconfSliderjan24.jpg'),(130560,16725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:275;s:4:\"file\";s:27:\"tobagoHRconfSliderjan24.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"tobagoHRconfSliderjan24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"tobagoHRconfSliderjan24-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130561,16725,'_edit_lock','1390599477:2'),(130576,16727,'_feedback_author',''),(130577,16727,'_feedback_author_email',''),(130578,16727,'_feedback_author_url',''),(130579,16727,'_feedback_subject','Signup form OneCaribbean'),(130580,16727,'_feedback_ip','10.17.1.254'),(130581,16727,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130582,16727,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Szdodgix\";s:13:\"Email address\";s:11:\"ncuGuJCUfCw\";s:20:\"Country of Residence\";s:8:\"Szdodgix\";s:28:\"Name of Organization/Company\";s:8:\"Szdodgix\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:27:\"http://binaroptions345.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130583,16727,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Szdodgix\";s:13:\"Email address\";s:11:\"ncuGuJCUfCw\";s:20:\"Country of Residence\";s:8:\"Szdodgix\";s:28:\"Name of Organization/Company\";s:8:\"Szdodgix\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:27:\"http://binaroptions345.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130584,16727,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f3d66d87-5cb2-479d-a65b-d382815496d3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54142\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"344\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.10\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"344\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390646351.7185\";s:12:\"REQUEST_TIME\";s:10:\"1390646351\";}'),(130585,16727,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Szdodgix\n\nEmail address: ncuGuJCUfCw\n\nCountry of Residence: Szdodgix\n\nName of Organization/Company: Szdodgix\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: http://binaroptions345.com/\n\nMessage was sent on Saturday January 25, 2014 at 6:39 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130586,16728,'_feedback_author',''),(130587,16728,'_feedback_author_email',''),(130588,16728,'_feedback_author_url',''),(130589,16728,'_feedback_subject','Signup form OneCaribbean'),(130590,16728,'_feedback_ip','10.17.1.254'),(130591,16728,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130592,16728,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Aoefgmfo\";s:13:\"Email address\";s:21:\"lefnjhae@hfwayuok.com\";s:20:\"Country of Residence\";s:6:\"881777\";s:28:\"Name of Organization/Company\";s:15:\"mElrfAbvCOMJwim\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:16:\"SXgQnFjHNqsAuaUK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130593,16728,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Aoefgmfo\";s:13:\"Email address\";s:21:\"lefnjhae@hfwayuok.com\";s:20:\"Country of Residence\";s:6:\"881777\";s:28:\"Name of Organization/Company\";s:15:\"mElrfAbvCOMJwim\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:16:\"SXgQnFjHNqsAuaUK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130594,16728,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-342631b8-75c6-4b68-9e74-971c9aedc889\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42131\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1390670840.655\";s:12:\"REQUEST_TIME\";s:10:\"1390670840\";}'),(130595,16728,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:297:\"Name: Aoefgmfo\n\nEmail address: lefnjhae@hfwayuok.com\n\nCountry of Residence: 881777\n\nName of Organization/Company: mElrfAbvCOMJwim\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: SXgQnFjHNqsAuaUK\n\nMessage was sent on Saturday January 25, 2014 at 1:27 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130596,16729,'_feedback_author',''),(130597,16729,'_feedback_author_email',''),(130598,16729,'_feedback_author_url',''),(130599,16729,'_feedback_subject','Signup form OneCaribbean'),(130600,16729,'_feedback_ip','10.17.1.254'),(130601,16729,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130602,16729,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Inyijmep\";s:13:\"Email address\";s:21:\"txiqvjdd@ayuaxliz.com\";s:20:\"Country of Residence\";s:4:\"6417\";s:28:\"Name of Organization/Company\";s:13:\"CzJFryGzLUGbE\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:17:\"PXwyWOwUzopORaZMf\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130603,16729,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Inyijmep\";s:13:\"Email address\";s:21:\"txiqvjdd@ayuaxliz.com\";s:20:\"Country of Residence\";s:4:\"6417\";s:28:\"Name of Organization/Company\";s:13:\"CzJFryGzLUGbE\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:17:\"PXwyWOwUzopORaZMf\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130604,16729,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d1e7aa17-67fd-4365-871c-ba7867bf89bb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44536\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390717361.5116\";s:12:\"REQUEST_TIME\";s:10:\"1390717361\";}'),(130605,16729,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:289:\"Name: Inyijmep\n\nEmail address: txiqvjdd@ayuaxliz.com\n\nCountry of Residence: 6417\n\nName of Organization/Company: CzJFryGzLUGbE\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: PXwyWOwUzopORaZMf\n\nMessage was sent on Sunday January 26, 2014 at 2:22 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130606,16730,'_feedback_author',''),(130607,16730,'_feedback_author_email',''),(130608,16730,'_feedback_author_url',''),(130609,16730,'_feedback_subject','Signup form OneCaribbean'),(130610,16730,'_feedback_ip','10.17.1.254'),(130611,16730,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130612,16730,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Hgzkppmb\";s:13:\"Email address\";s:21:\"sjwgyggb@sbdpeqwg.com\";s:20:\"Country of Residence\";s:4:\"9380\";s:28:\"Name of Organization/Company\";s:19:\"CncHwKeaWtxHyZaFHri\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:17:\"ByqnqCBsOROjwjKrg\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130613,16730,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Hgzkppmb\";s:13:\"Email address\";s:21:\"sjwgyggb@sbdpeqwg.com\";s:20:\"Country of Residence\";s:4:\"9380\";s:28:\"Name of Organization/Company\";s:19:\"CncHwKeaWtxHyZaFHri\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:17:\"ByqnqCBsOROjwjKrg\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130614,16730,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-055be9df-ea67-4ea4-8eca-8b0ffacb7b23\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57477\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"345\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"345\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390736985.6038\";s:12:\"REQUEST_TIME\";s:10:\"1390736985\";}'),(130615,16730,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:308:\"Name: Hgzkppmb\n\nEmail address: sjwgyggb@sbdpeqwg.com\n\nCountry of Residence: 9380\n\nName of Organization/Company: CncHwKeaWtxHyZaFHri\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: ByqnqCBsOROjwjKrg\n\nMessage was sent on Sunday January 26, 2014 at 7:49 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130616,16731,'_feedback_author',''),(130617,16731,'_feedback_author_email',''),(130618,16731,'_feedback_author_url',''),(130619,16731,'_feedback_subject','Signup form OneCaribbean'),(130620,16731,'_feedback_ip','10.17.1.254'),(130621,16731,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130622,16731,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Pshdrabb\";s:13:\"Email address\";s:21:\"tnawxzny@qspncrkb.com\";s:20:\"Country of Residence\";s:5:\"29909\";s:28:\"Name of Organization/Company\";s:15:\"iPdGupHpmDpOxlo\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:17:\"YUfRkiPwwAMxfzPQF\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130623,16731,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Pshdrabb\";s:13:\"Email address\";s:21:\"tnawxzny@qspncrkb.com\";s:20:\"Country of Residence\";s:5:\"29909\";s:28:\"Name of Organization/Company\";s:15:\"iPdGupHpmDpOxlo\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:17:\"YUfRkiPwwAMxfzPQF\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130624,16731,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e83328d-5d59-43ae-a979-f371e46cb5e9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33118\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390742727.0842\";s:12:\"REQUEST_TIME\";s:10:\"1390742727\";}'),(130625,16731,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: Pshdrabb\n\nEmail address: tnawxzny@qspncrkb.com\n\nCountry of Residence: 29909\n\nName of Organization/Company: iPdGupHpmDpOxlo\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: YUfRkiPwwAMxfzPQF\n\nMessage was sent on Sunday January 26, 2014 at 9:25 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130626,16732,'_feedback_author',''),(130627,16732,'_feedback_author_email',''),(130628,16732,'_feedback_author_url',''),(130629,16732,'_feedback_subject','Signup form OneCaribbean'),(130630,16732,'_feedback_ip','10.17.1.254'),(130631,16732,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130632,16732,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Bowisabn\";s:13:\"Email address\";s:21:\"ohdkjlyl@gdudrwxg.com\";s:20:\"Country of Residence\";s:4:\"6677\";s:28:\"Name of Organization/Company\";s:18:\"XKDwIIcaKnlyGjBIsE\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:16:\"uWsgbeCgyrijzkhd\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130633,16732,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Bowisabn\";s:13:\"Email address\";s:21:\"ohdkjlyl@gdudrwxg.com\";s:20:\"Country of Residence\";s:4:\"6677\";s:28:\"Name of Organization/Company\";s:18:\"XKDwIIcaKnlyGjBIsE\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:16:\"uWsgbeCgyrijzkhd\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130634,16732,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e83328d-5d59-43ae-a979-f371e46cb5e9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"32781\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"343\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"343\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390742731.8649\";s:12:\"REQUEST_TIME\";s:10:\"1390742731\";}'),(130635,16732,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:306:\"Name: Bowisabn\n\nEmail address: ohdkjlyl@gdudrwxg.com\n\nCountry of Residence: 6677\n\nName of Organization/Company: XKDwIIcaKnlyGjBIsE\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: uWsgbeCgyrijzkhd\n\nMessage was sent on Sunday January 26, 2014 at 9:25 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130636,16733,'_feedback_author',''),(130637,16733,'_feedback_author_email',''),(130638,16733,'_feedback_author_url',''),(130639,16733,'_feedback_subject','Signup form OneCaribbean'),(130640,16733,'_feedback_ip','10.17.1.254'),(130641,16733,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130642,16733,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Lgftsxuj\";s:13:\"Email address\";s:21:\"guiqsmll@uzdkqspe.com\";s:20:\"Country of Residence\";s:6:\"554110\";s:28:\"Name of Organization/Company\";s:13:\"TJCNEpRJsxaYu\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:11:\"wydNYnkAdVv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130643,16733,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Lgftsxuj\";s:13:\"Email address\";s:21:\"guiqsmll@uzdkqspe.com\";s:20:\"Country of Residence\";s:6:\"554110\";s:28:\"Name of Organization/Company\";s:13:\"TJCNEpRJsxaYu\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:11:\"wydNYnkAdVv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130644,16733,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e83328d-5d59-43ae-a979-f371e46cb5e9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33028\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"334\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"334\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390742745.0352\";s:12:\"REQUEST_TIME\";s:10:\"1390742745\";}'),(130645,16733,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: Lgftsxuj\n\nEmail address: guiqsmll@uzdkqspe.com\n\nCountry of Residence: 554110\n\nName of Organization/Company: TJCNEpRJsxaYu\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: wydNYnkAdVv\n\nMessage was sent on Sunday January 26, 2014 at 9:25 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130646,16734,'_feedback_author',''),(130647,16734,'_feedback_author_email',''),(130648,16734,'_feedback_author_url',''),(130649,16734,'_feedback_subject','Signup form OneCaribbean'),(130650,16734,'_feedback_ip','10.17.1.254'),(130651,16734,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130652,16734,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Vkoaumce\";s:13:\"Email address\";s:21:\"pfasxqfz@qgnfexis.com\";s:20:\"Country of Residence\";s:6:\"123264\";s:28:\"Name of Organization/Company\";s:19:\"EQeicEAGddxrlGOHGBF\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:15:\"dQCmAgKvnqyYfyN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130653,16734,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Vkoaumce\";s:13:\"Email address\";s:21:\"pfasxqfz@qgnfexis.com\";s:20:\"Country of Residence\";s:6:\"123264\";s:28:\"Name of Organization/Company\";s:19:\"EQeicEAGddxrlGOHGBF\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:15:\"dQCmAgKvnqyYfyN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130654,16734,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-41538ff6-c1f1-4aeb-b213-9df199bb361f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43569\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"357\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"357\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390758853.7442\";s:12:\"REQUEST_TIME\";s:10:\"1390758853\";}'),(130655,16734,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:314:\"Name: Vkoaumce\n\nEmail address: pfasxqfz@qgnfexis.com\n\nCountry of Residence: 123264\n\nName of Organization/Company: EQeicEAGddxrlGOHGBF\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: dQCmAgKvnqyYfyN\n\nMessage was sent on Sunday January 26, 2014 at 1:54 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130656,16735,'_feedback_author',''),(130657,16735,'_feedback_author_email',''),(130658,16735,'_feedback_author_url',''),(130659,16735,'_feedback_subject','Signup form OneCaribbean'),(130660,16735,'_feedback_ip','10.17.1.254'),(130661,16735,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(130662,16735,'_feedback_all_fields','a:13:{s:4:\"Name\";s:10:\"Dale James\";s:13:\"Email address\";s:26:\"dalejames@islandcharms.net\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:13:\"Island Charms\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:20:\"www.islandcharms.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130663,16735,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:10:\"Dale James\";s:13:\"Email address\";s:26:\"dalejames@islandcharms.net\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:13:\"Island Charms\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:20:\"www.islandcharms.com\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(130664,16735,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-66a0d341-21a7-48ff-bd58-14d40e403d79\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49535\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"459\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"76.119.192.38\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"459\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:13:\"1390767594.85\";s:12:\"REQUEST_TIME\";s:10:\"1390767594\";}'),(130665,16735,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:416:\"Name: Dale James\n\nEmail address: dalejames@islandcharms.net\n\nCountry of Residence: United States\n\nName of Organization/Company: Island Charms\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: www.islandcharms.com\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Sunday January 26, 2014 at 4:19 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(130666,16736,'_wp_attached_file','tracypantonbelize.jpg'),(130667,16736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:21:\"tracypantonbelize.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130692,16741,'_edit_last','2'),(130693,16741,'_edit_lock','1405010456:2'),(130694,16741,'truethemes_page_checkbox',''),(130695,16741,'truethemes_custom_sub_menu','foundation-submenu'),(130696,16741,'truethemes_slider_shortcode',''),(130697,16741,'truethemes_slider_cu3er',''),(130698,16741,'banner_search','yes'),(130699,16741,'page_primary_color_scheme','null'),(130700,16741,'page_secondary_color_scheme','null'),(130701,16741,'page_background_color','#'),(130702,16741,'page_background_position','left top'),(130703,16741,'page_background_repeat','repeat'),(130706,16741,'_wp_page_template','page-template-left-nav.php'),(130717,16745,'_edit_last','1837'),(130718,16745,'_edit_lock','1390850012:1837'),(130721,16745,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130722,16745,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130723,16745,'_event_id','2299'),(130724,16745,'_event_start_time','00:00:00'),(130725,16745,'_event_end_time','00:00:00'),(130726,16745,'_event_all_day','1'),(130727,16745,'_event_start_date','2014-05-17'),(130728,16745,'_event_end_date','2014-05-18'),(130729,16745,'_event_rsvp','0'),(130730,16745,'_event_rsvp_date',''),(130731,16745,'_event_rsvp_time','00:00:00'),(130732,16745,'_event_spaces',''),(130733,16745,'_location_id','8'),(130734,16745,'_recurrence_id',''),(130735,16745,'_event_status','1'),(130736,16745,'_event_private','0'),(130737,16745,'_event_date_created',''),(130738,16745,'_event_date_modified',''),(130739,16745,'_blog_id',''),(130740,16745,'_group_id','0'),(130741,16745,'_recurrence','0'),(130742,16745,'_recurrence_interval',''),(130743,16745,'_recurrence_freq',''),(130744,16745,'_recurrence_days','0'),(130745,16745,'_recurrence_byday',''),(130746,16745,'_recurrence_byweekno',''),(130747,16745,'_start_ts','1400284800'),(130748,16745,'_end_ts','1400371200'),(130749,16746,'_edit_last','1837'),(130750,16746,'_edit_lock','1390850127:1837'),(130753,16746,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130754,16746,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130755,16746,'_event_id','2300'),(130756,16746,'_event_start_time','00:00:00'),(130757,16746,'_event_end_time','00:00:00'),(130758,16746,'_event_all_day','1'),(130759,16746,'_event_start_date','2014-05-18'),(130760,16746,'_event_end_date','2014-05-23'),(130761,16746,'_event_rsvp','0'),(130762,16746,'_event_rsvp_date',''),(130763,16746,'_event_rsvp_time','00:00:00'),(130764,16746,'_event_spaces',''),(130765,16746,'_location_id','8'),(130766,16746,'_recurrence_id',''),(130767,16746,'_event_status','1'),(130768,16746,'_event_private','0'),(130769,16746,'_event_date_created',''),(130770,16746,'_event_date_modified',''),(130771,16746,'_blog_id',''),(130772,16746,'_group_id','0'),(130773,16746,'_recurrence','0'),(130774,16746,'_recurrence_interval',''),(130775,16746,'_recurrence_freq',''),(130776,16746,'_recurrence_days','0'),(130777,16746,'_recurrence_byday',''),(130778,16746,'_recurrence_byweekno',''),(130779,16746,'_start_ts','1400371200'),(130780,16746,'_end_ts','1400803200'),(130781,16747,'_edit_last','1837'),(130782,16747,'_edit_lock','1390850234:1837'),(130785,16747,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130786,16747,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130787,16747,'_event_id','2301'),(130788,16747,'_event_start_time','00:00:00'),(130789,16747,'_event_end_time','00:00:00'),(130790,16747,'_event_all_day','1'),(130791,16747,'_event_start_date','2014-05-23'),(130792,16747,'_event_end_date','2014-05-25'),(130793,16747,'_event_rsvp','0'),(130794,16747,'_event_rsvp_date',''),(130795,16747,'_event_rsvp_time','00:00:00'),(130796,16747,'_event_spaces',''),(130797,16747,'_location_id','8'),(130798,16747,'_recurrence_id',''),(130799,16747,'_event_status','1'),(130800,16747,'_event_private','0'),(130801,16747,'_event_date_created',''),(130802,16747,'_event_date_modified',''),(130803,16747,'_blog_id',''),(130804,16747,'_group_id','0'),(130805,16747,'_recurrence','0'),(130806,16747,'_recurrence_interval',''),(130807,16747,'_recurrence_freq',''),(130808,16747,'_recurrence_days','0'),(130809,16747,'_recurrence_byday',''),(130810,16747,'_recurrence_byweekno',''),(130811,16747,'_start_ts','1400803200'),(130812,16747,'_end_ts','1400976000'),(130813,16748,'_edit_last','1837'),(130814,16748,'_edit_lock','1390850330:1837'),(130817,16748,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130818,16748,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130819,16748,'_event_id','2302'),(130820,16748,'_event_start_time','00:00:00'),(130821,16748,'_event_end_time','00:00:00'),(130822,16748,'_event_all_day','1'),(130823,16748,'_event_start_date','2014-05-24'),(130824,16748,'_event_end_date','2014-05-26'),(130825,16748,'_event_rsvp','0'),(130826,16748,'_event_rsvp_date',''),(130827,16748,'_event_rsvp_time','00:00:00'),(130828,16748,'_event_spaces',''),(130829,16748,'_location_id','8'),(130830,16748,'_recurrence_id',''),(130831,16748,'_event_status','1'),(130832,16748,'_event_private','0'),(130833,16748,'_event_date_created',''),(130834,16748,'_event_date_modified',''),(130835,16748,'_blog_id',''),(130836,16748,'_group_id','0'),(130837,16748,'_recurrence','0'),(130838,16748,'_recurrence_interval',''),(130839,16748,'_recurrence_freq',''),(130840,16748,'_recurrence_days','0'),(130841,16748,'_recurrence_byday',''),(130842,16748,'_recurrence_byweekno',''),(130843,16748,'_start_ts','1400889600'),(130844,16748,'_end_ts','1401062400'),(130845,16749,'_edit_last','1837'),(130846,16749,'_edit_lock','1390850434:1837'),(130849,16749,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130850,16749,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130851,16749,'_event_id','2303'),(130852,16749,'_event_start_time','00:00:00'),(130853,16749,'_event_end_time','00:00:00'),(130854,16749,'_event_all_day','1'),(130855,16749,'_event_start_date','2014-05-24'),(130856,16749,'_event_end_date','2014-05-24'),(130857,16749,'_event_rsvp','0'),(130858,16749,'_event_rsvp_date',''),(130859,16749,'_event_rsvp_time','00:00:00'),(130860,16749,'_event_spaces',''),(130861,16749,'_location_id','8'),(130862,16749,'_recurrence_id',''),(130863,16749,'_event_status','1'),(130864,16749,'_event_private','0'),(130865,16749,'_event_date_created',''),(130866,16749,'_event_date_modified',''),(130867,16749,'_blog_id',''),(130868,16749,'_group_id','0'),(130869,16749,'_recurrence','0'),(130870,16749,'_recurrence_interval',''),(130871,16749,'_recurrence_freq',''),(130872,16749,'_recurrence_days','0'),(130873,16749,'_recurrence_byday',''),(130874,16749,'_recurrence_byweekno',''),(130875,16749,'_start_ts','1400889600'),(130876,16749,'_end_ts','1400889600'),(130877,16750,'_edit_last','1837'),(130878,16750,'_edit_lock','1390850571:1837'),(130881,16750,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130882,16750,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130883,16750,'_event_id','2304'),(130884,16750,'_event_start_time','00:00:00'),(130885,16750,'_event_end_time','00:00:00'),(130886,16750,'_event_all_day','1'),(130887,16750,'_event_start_date','2014-05-25'),(130888,16750,'_event_end_date','2014-05-25'),(130889,16750,'_event_rsvp','0'),(130890,16750,'_event_rsvp_date',''),(130891,16750,'_event_rsvp_time','00:00:00'),(130892,16750,'_event_spaces',''),(130893,16750,'_location_id','8'),(130894,16750,'_recurrence_id',''),(130895,16750,'_event_status','1'),(130896,16750,'_event_private','0'),(130897,16750,'_event_date_created',''),(130898,16750,'_event_date_modified',''),(130899,16750,'_blog_id',''),(130900,16750,'_group_id','0'),(130901,16750,'_recurrence','0'),(130902,16750,'_recurrence_interval',''),(130903,16750,'_recurrence_freq',''),(130904,16750,'_recurrence_days','0'),(130905,16750,'_recurrence_byday',''),(130906,16750,'_recurrence_byweekno',''),(130907,16750,'_start_ts','1400976000'),(130908,16750,'_end_ts','1400976000'),(130909,16751,'_edit_last','1837'),(130910,16751,'_edit_lock','1390850675:1837'),(130913,16751,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130914,16751,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130915,16751,'_event_id','2305'),(130916,16751,'_event_start_time','00:00:00'),(130917,16751,'_event_end_time','00:00:00'),(130918,16751,'_event_all_day','1'),(130919,16751,'_event_start_date','2014-06-14'),(130920,16751,'_event_end_date','2014-06-15'),(130921,16751,'_event_rsvp','0'),(130922,16751,'_event_rsvp_date',''),(130923,16751,'_event_rsvp_time','00:00:00'),(130924,16751,'_event_spaces',''),(130925,16751,'_location_id','8'),(130926,16751,'_recurrence_id',''),(130927,16751,'_event_status','1'),(130928,16751,'_event_private','0'),(130929,16751,'_event_date_created',''),(130930,16751,'_event_date_modified',''),(130931,16751,'_blog_id',''),(130932,16751,'_group_id','0'),(130933,16751,'_recurrence','0'),(130934,16751,'_recurrence_interval',''),(130935,16751,'_recurrence_freq',''),(130936,16751,'_recurrence_days','0'),(130937,16751,'_recurrence_byday',''),(130938,16751,'_recurrence_byweekno',''),(130939,16751,'_start_ts','1402704000'),(130940,16751,'_end_ts','1402790400'),(130941,16752,'_edit_last','1837'),(130942,16752,'_edit_lock','1390850863:1837'),(130945,16752,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130946,16752,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(130947,16752,'_event_id','2306'),(130948,16752,'_event_start_time','00:00:00'),(130949,16752,'_event_end_time','00:00:00'),(130950,16752,'_event_all_day','1'),(130951,16752,'_event_start_date','2014-06-01'),(130952,16752,'_event_end_date','2014-06-30'),(130953,16752,'_event_rsvp','0'),(130954,16752,'_event_rsvp_date',''),(130955,16752,'_event_rsvp_time','00:00:00'),(130956,16752,'_event_spaces',''),(130957,16752,'_location_id','8'),(130958,16752,'_recurrence_id',''),(130959,16752,'_event_status','1'),(130960,16752,'_event_private','0'),(130961,16752,'_event_date_created',''),(130962,16752,'_event_date_modified',''),(130963,16752,'_blog_id',''),(130964,16752,'_group_id','0'),(130965,16752,'_recurrence','0'),(130966,16752,'_recurrence_interval',''),(130967,16752,'_recurrence_freq',''),(130968,16752,'_recurrence_days','0'),(130969,16752,'_recurrence_byday',''),(130970,16752,'_recurrence_byweekno',''),(130971,16752,'_start_ts','1401580800'),(130972,16752,'_end_ts','1404086400'),(130973,16754,'_wp_attached_file','ApplicationFormScholarship2014.pdf'),(130974,16755,'_wp_attached_file','ApplicationFormArleySobersScholarship2014.pdf'),(130975,16756,'_wp_attached_file','ApplicationFormGrant2014.pdf'),(130976,16754,'_edit_lock','1390857380:2'),(130977,16756,'_edit_lock','1390857407:2'),(130978,16755,'_edit_lock','1390857432:2'),(130991,16761,'_menu_item_type','post_type'),(130992,16761,'_menu_item_menu_item_parent','0'),(130993,16761,'_menu_item_object_id','16741'),(130994,16761,'_menu_item_object','page'),(130995,16761,'_menu_item_target',''),(130996,16761,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(130997,16761,'_menu_item_xfn',''),(130998,16761,'_menu_item_url',''),(131036,16768,'_feedback_author',''),(131037,16768,'_feedback_author_email',''),(131038,16768,'_feedback_author_url',''),(131039,16768,'_feedback_subject','Signup form OneCaribbean'),(131040,16768,'_feedback_ip','10.17.1.254'),(131041,16768,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131042,16768,'_feedback_all_fields','a:13:{s:4:\"Name\";s:18:\"Jose Ernesto Bravo\";s:13:\"Email address\";s:18:\"joerbr@outlook.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(131043,16768,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:18:\"Jose Ernesto Bravo\";s:13:\"Email address\";s:18:\"joerbr@outlook.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(131044,16768,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-642a9d46-7cfc-4400-a983-2011fbf2bac0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57416\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"579\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"190.36.116.112\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:59:\"es-ES,es;q=0.8,en;q=0.6,pt;q=0.4,fr;q=0.2,ar;q=0.2,de;q=0.2\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"579\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390862148.5577\";s:12:\"REQUEST_TIME\";s:10:\"1390862148\";}'),(131045,16768,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:445:\"Name: Jose Ernesto Bravo\n\nEmail address: joerbr@outlook.com\n\nCountry of Residence: Venezuela\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday January 27, 2014 at 6:35 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131046,16769,'_feedback_author',''),(131047,16769,'_feedback_author_email',''),(131048,16769,'_feedback_author_url',''),(131049,16769,'_feedback_subject','Signup form OneCaribbean'),(131050,16769,'_feedback_ip','10.17.1.254'),(131051,16769,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131052,16769,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Uhygsakr\";s:13:\"Email address\";s:21:\"pxewjjlt@czdbxqdh.com\";s:20:\"Country of Residence\";s:4:\"6090\";s:28:\"Name of Organization/Company\";s:17:\"txCMmvCdNQCuTzBwP\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:18:\"nuIpJlclQqyIUIJEMQ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131053,16769,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Uhygsakr\";s:13:\"Email address\";s:21:\"pxewjjlt@czdbxqdh.com\";s:20:\"Country of Residence\";s:4:\"6090\";s:28:\"Name of Organization/Company\";s:17:\"txCMmvCdNQCuTzBwP\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:18:\"nuIpJlclQqyIUIJEMQ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131054,16769,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cd871e7f-8b10-4b3d-a1c4-81945c4222b5\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58125\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"343\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"343\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390863233.7062\";s:12:\"REQUEST_TIME\";s:10:\"1390863233\";}'),(131055,16769,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: Uhygsakr\n\nEmail address: pxewjjlt@czdbxqdh.com\n\nCountry of Residence: 6090\n\nName of Organization/Company: txCMmvCdNQCuTzBwP\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: nuIpJlclQqyIUIJEMQ\n\nMessage was sent on Monday January 27, 2014 at 6:53 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131056,16770,'_feedback_author',''),(131057,16770,'_feedback_author_email',''),(131058,16770,'_feedback_author_url',''),(131059,16770,'_feedback_subject','Signup form OneCaribbean'),(131060,16770,'_feedback_ip','10.17.1.254'),(131061,16770,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131062,16770,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Glvktekt\";s:13:\"Email address\";s:21:\"zkaomnrr@vrmiugdv.com\";s:20:\"Country of Residence\";s:4:\"9844\";s:28:\"Name of Organization/Company\";s:19:\"zIyHtpXxqLusZkewkmY\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"YftkxNhGKfBr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131063,16770,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Glvktekt\";s:13:\"Email address\";s:21:\"zkaomnrr@vrmiugdv.com\";s:20:\"Country of Residence\";s:4:\"9844\";s:28:\"Name of Organization/Company\";s:19:\"zIyHtpXxqLusZkewkmY\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"YftkxNhGKfBr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131064,16770,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0398f7eb-54af-4f3d-83d1-4ed53f1eabde\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57880\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"340\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"340\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390905099.3167\";s:12:\"REQUEST_TIME\";s:10:\"1390905099\";}'),(131065,16770,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: Glvktekt\n\nEmail address: zkaomnrr@vrmiugdv.com\n\nCountry of Residence: 9844\n\nName of Organization/Company: zIyHtpXxqLusZkewkmY\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: YftkxNhGKfBr\n\nMessage was sent on Tuesday January 28, 2014 at 6:31 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131066,16771,'_feedback_author',''),(131067,16771,'_feedback_author_email',''),(131068,16771,'_feedback_author_url',''),(131069,16771,'_feedback_subject','Signup form OneCaribbean'),(131070,16771,'_feedback_ip','10.17.1.254'),(131071,16771,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131072,16771,'_feedback_all_fields','a:13:{s:4:\"Name\";s:13:\"Jane Faughnan\";s:13:\"Email address\";s:19:\"jane@sportif.travel\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:14:\"Sportif Travel\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131073,16771,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:13:\"Jane Faughnan\";s:13:\"Email address\";s:19:\"jane@sportif.travel\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:14:\"Sportif Travel\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131074,16771,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5c0fc1c5-d4ee-4165-afda-5020eba29bda\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60148\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"358\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"77.233.132.125\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-gb,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"358\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390908015.5318\";s:12:\"REQUEST_TIME\";s:10:\"1390908015\";}'),(131075,16771,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:269:\"Name: Jane Faughnan\n\nEmail address: jane@sportif.travel\n\nCountry of Residence: UK\n\nName of Organization/Company: Sportif Travel\n\nWhich best describes you?: Tour operator\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Tuesday January 28, 2014 at 7:20 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131076,16772,'_feedback_author',''),(131077,16772,'_feedback_author_email',''),(131078,16772,'_feedback_author_url',''),(131079,16772,'_feedback_subject','Signup form OneCaribbean'),(131080,16772,'_feedback_ip','10.17.1.254'),(131081,16772,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131082,16772,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ergfxkgn\";s:13:\"Email address\";s:21:\"rnczggxq@nkouvxfv.com\";s:20:\"Country of Residence\";s:4:\"7665\";s:28:\"Name of Organization/Company\";s:13:\"vBoZEbDDJKJaX\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:11:\"PyXIuctLOpd\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131083,16772,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ergfxkgn\";s:13:\"Email address\";s:21:\"rnczggxq@nkouvxfv.com\";s:20:\"Country of Residence\";s:4:\"7665\";s:28:\"Name of Organization/Company\";s:13:\"vBoZEbDDJKJaX\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:11:\"PyXIuctLOpd\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131084,16772,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-db2eec4b-086c-49ec-b4ad-65f5c13c083e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39906\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"323\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"323\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390919775.8313\";s:12:\"REQUEST_TIME\";s:10:\"1390919775\";}'),(131085,16772,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:288:\"Name: Ergfxkgn\n\nEmail address: rnczggxq@nkouvxfv.com\n\nCountry of Residence: 7665\n\nName of Organization/Company: vBoZEbDDJKJaX\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: PyXIuctLOpd\n\nMessage was sent on Tuesday January 28, 2014 at 10:36 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131086,16773,'_edit_last','1837'),(131087,16773,'_edit_lock','1390920804:1837'),(131092,16773,'_event_id','2307'),(131093,16773,'_event_start_time','00:00:00'),(131094,16773,'_event_end_time','00:00:00'),(131095,16773,'_event_all_day','1'),(131096,16773,'_event_start_date','2014-06-30'),(131097,16773,'_event_end_date','2014-06-30'),(131098,16773,'_event_rsvp','0'),(131099,16773,'_event_rsvp_date',''),(131100,16773,'_event_rsvp_time','00:00:00'),(131101,16773,'_event_spaces',''),(131102,16773,'_location_id','8'),(131103,16773,'_recurrence_id',''),(131104,16773,'_event_status','1'),(131105,16773,'_event_private','0'),(131106,16773,'_event_date_created',''),(131107,16773,'_event_date_modified',''),(131108,16773,'_blog_id',''),(131109,16773,'_group_id','0'),(131110,16773,'_recurrence','0'),(131111,16773,'_recurrence_interval',''),(131112,16773,'_recurrence_freq',''),(131113,16773,'_recurrence_days','0'),(131114,16773,'_recurrence_byday',''),(131115,16773,'_recurrence_byweekno',''),(131116,16773,'_start_ts','1404086400'),(131117,16773,'_end_ts','1404086400'),(131120,16773,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131121,16773,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131122,16774,'_edit_last','1837'),(131123,16774,'_edit_lock','1390920905:1837'),(131126,16774,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131127,16774,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131128,16774,'_event_id','2308'),(131129,16774,'_event_start_time','00:00:00'),(131130,16774,'_event_end_time','00:00:00'),(131131,16774,'_event_all_day','1'),(131132,16774,'_event_start_date','2014-07-04'),(131133,16774,'_event_end_date','2014-07-05'),(131134,16774,'_event_rsvp','0'),(131135,16774,'_event_rsvp_date',''),(131136,16774,'_event_rsvp_time','00:00:00'),(131137,16774,'_event_spaces',''),(131138,16774,'_location_id','8'),(131139,16774,'_recurrence_id',''),(131140,16774,'_event_status','1'),(131141,16774,'_event_private','0'),(131142,16774,'_event_date_created',''),(131143,16774,'_event_date_modified',''),(131144,16774,'_blog_id',''),(131145,16774,'_group_id','0'),(131146,16774,'_recurrence','0'),(131147,16774,'_recurrence_interval',''),(131148,16774,'_recurrence_freq',''),(131149,16774,'_recurrence_days','0'),(131150,16774,'_recurrence_byday',''),(131151,16774,'_recurrence_byweekno',''),(131152,16774,'_start_ts','1404432000'),(131153,16774,'_end_ts','1404518400'),(131154,16775,'_edit_last','1837'),(131155,16775,'_edit_lock','1390921821:1837'),(131158,16775,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131159,16775,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131160,16775,'_event_id','2309'),(131161,16775,'_event_start_time','00:00:00'),(131162,16775,'_event_end_time','00:00:00'),(131163,16775,'_event_all_day','1'),(131164,16775,'_event_start_date','2014-07-01'),(131165,16775,'_event_end_date','2014-07-31'),(131166,16775,'_event_rsvp','0'),(131167,16775,'_event_rsvp_date',''),(131168,16775,'_event_rsvp_time','00:00:00'),(131169,16775,'_event_spaces',''),(131170,16775,'_location_id','8'),(131171,16775,'_recurrence_id',''),(131172,16775,'_event_status','1'),(131173,16775,'_event_private','0'),(131174,16775,'_event_date_created',''),(131175,16775,'_event_date_modified',''),(131176,16775,'_blog_id',''),(131177,16775,'_group_id','0'),(131178,16775,'_recurrence','0'),(131179,16775,'_recurrence_interval',''),(131180,16775,'_recurrence_freq',''),(131181,16775,'_recurrence_days','0'),(131182,16775,'_recurrence_byday',''),(131183,16775,'_recurrence_byweekno',''),(131184,16775,'_start_ts','1404172800'),(131185,16775,'_end_ts','1406764800'),(131186,16777,'_edit_last','1837'),(131187,16777,'_edit_lock','1390922071:1837'),(131190,16777,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131191,16777,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131192,16777,'_event_id','2310'),(131193,16777,'_event_start_time','00:00:00'),(131194,16777,'_event_end_time','00:00:00'),(131195,16777,'_event_all_day','1'),(131196,16777,'_event_start_date','2014-07-24'),(131197,16777,'_event_end_date','2014-07-24'),(131198,16777,'_event_rsvp','0'),(131199,16777,'_event_rsvp_date',''),(131200,16777,'_event_rsvp_time','00:00:00'),(131201,16777,'_event_spaces',''),(131202,16777,'_location_id','8'),(131203,16777,'_recurrence_id',''),(131204,16777,'_event_status','1'),(131205,16777,'_event_private','0'),(131206,16777,'_event_date_created',''),(131207,16777,'_event_date_modified',''),(131208,16777,'_blog_id',''),(131209,16777,'_group_id','0'),(131210,16777,'_recurrence','0'),(131211,16777,'_recurrence_interval',''),(131212,16777,'_recurrence_freq',''),(131213,16777,'_recurrence_days','0'),(131214,16777,'_recurrence_byday',''),(131215,16777,'_recurrence_byweekno',''),(131216,16777,'_start_ts','1406160000'),(131217,16777,'_end_ts','1406160000'),(131218,16778,'_edit_last','1837'),(131219,16778,'_edit_lock','1390922315:1837'),(131224,16778,'_event_id','2311'),(131225,16778,'_event_start_time','00:00:00'),(131226,16778,'_event_end_time','00:00:00'),(131227,16778,'_event_all_day','1'),(131228,16778,'_event_start_date','2014-07-26'),(131229,16778,'_event_end_date','2014-07-26'),(131230,16778,'_event_rsvp','0'),(131231,16778,'_event_rsvp_date',''),(131232,16778,'_event_rsvp_time','00:00:00'),(131233,16778,'_event_spaces',''),(131234,16778,'_location_id','8'),(131235,16778,'_recurrence_id',''),(131236,16778,'_event_status','1'),(131237,16778,'_event_private','0'),(131238,16778,'_event_date_created',''),(131239,16778,'_event_date_modified',''),(131240,16778,'_blog_id',''),(131241,16778,'_group_id','0'),(131242,16778,'_recurrence','0'),(131243,16778,'_recurrence_interval',''),(131244,16778,'_recurrence_freq',''),(131245,16778,'_recurrence_days','0'),(131246,16778,'_recurrence_byday',''),(131247,16778,'_recurrence_byweekno',''),(131248,16778,'_start_ts','1406332800'),(131249,16778,'_end_ts','1406332800'),(131252,16778,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131253,16778,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131254,16780,'_edit_last','1837'),(131255,16780,'_edit_lock','1390923946:1837'),(131258,16780,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131259,16780,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131260,16780,'_event_id','2312'),(131261,16780,'_event_start_time','00:00:00'),(131262,16780,'_event_end_time','00:00:00'),(131263,16780,'_event_all_day','1'),(131264,16780,'_event_start_date','2014-07-25'),(131265,16780,'_event_end_date','2014-08-10'),(131266,16780,'_event_rsvp','0'),(131267,16780,'_event_rsvp_date',''),(131268,16780,'_event_rsvp_time','00:00:00'),(131269,16780,'_event_spaces',''),(131270,16780,'_location_id','8'),(131271,16780,'_recurrence_id',''),(131272,16780,'_event_status','1'),(131273,16780,'_event_private','0'),(131274,16780,'_event_date_created',''),(131275,16780,'_event_date_modified',''),(131276,16780,'_blog_id',''),(131277,16780,'_group_id','0'),(131278,16780,'_recurrence','0'),(131279,16780,'_recurrence_interval',''),(131280,16780,'_recurrence_freq',''),(131281,16780,'_recurrence_days','0'),(131282,16780,'_recurrence_byday',''),(131283,16780,'_recurrence_byweekno',''),(131284,16780,'_start_ts','1406246400'),(131285,16780,'_end_ts','1407628800'),(131286,16781,'_edit_last','1837'),(131287,16781,'_edit_lock','1390924232:1837'),(131288,16782,'_feedback_author',''),(131289,16782,'_feedback_author_email',''),(131290,16782,'_feedback_author_url',''),(131291,16782,'_feedback_subject','Signup form OneCaribbean'),(131292,16782,'_feedback_ip','10.17.1.254'),(131293,16782,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131294,16782,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ijidxblj\";s:13:\"Email address\";s:21:\"gvvioiea@emazmhhf.com\";s:20:\"Country of Residence\";s:5:\"35289\";s:28:\"Name of Organization/Company\";s:16:\"rxUrfvNjulvDfOdI\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:14:\"omVVNoMVLJhHeS\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131295,16782,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ijidxblj\";s:13:\"Email address\";s:21:\"gvvioiea@emazmhhf.com\";s:20:\"Country of Residence\";s:5:\"35289\";s:28:\"Name of Organization/Company\";s:16:\"rxUrfvNjulvDfOdI\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:14:\"omVVNoMVLJhHeS\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131296,16782,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ebba8eab-866f-44d5-aab8-e064cbd08ccc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43534\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"327\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"327\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390924243.3761\";s:12:\"REQUEST_TIME\";s:10:\"1390924243\";}'),(131297,16782,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:292:\"Name: Ijidxblj\n\nEmail address: gvvioiea@emazmhhf.com\n\nCountry of Residence: 35289\n\nName of Organization/Company: rxUrfvNjulvDfOdI\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: omVVNoMVLJhHeS\n\nMessage was sent on Tuesday January 28, 2014 at 11:50 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131300,16781,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131301,16781,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131302,16781,'_event_id','2313'),(131303,16781,'_event_start_time','00:00:00'),(131304,16781,'_event_end_time','00:00:00'),(131305,16781,'_event_all_day','1'),(131306,16781,'_event_start_date','2014-08-01'),(131307,16781,'_event_end_date','2014-08-31'),(131308,16781,'_event_rsvp','0'),(131309,16781,'_event_rsvp_date',''),(131310,16781,'_event_rsvp_time','00:00:00'),(131311,16781,'_event_spaces',''),(131312,16781,'_location_id','8'),(131313,16781,'_recurrence_id',''),(131314,16781,'_event_status','1'),(131315,16781,'_event_private','0'),(131316,16781,'_event_date_created',''),(131317,16781,'_event_date_modified',''),(131318,16781,'_blog_id',''),(131319,16781,'_group_id','0'),(131320,16781,'_recurrence','0'),(131321,16781,'_recurrence_interval',''),(131322,16781,'_recurrence_freq',''),(131323,16781,'_recurrence_days','0'),(131324,16781,'_recurrence_byday',''),(131325,16781,'_recurrence_byweekno',''),(131326,16781,'_start_ts','1406851200'),(131327,16781,'_end_ts','1409443200'),(131328,16783,'_edit_last','1837'),(131329,16783,'_edit_lock','1390924374:1837'),(131332,16783,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131333,16783,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131334,16783,'_event_id','2314'),(131335,16783,'_event_start_time','00:00:00'),(131336,16783,'_event_end_time','00:00:00'),(131337,16783,'_event_all_day','1'),(131338,16783,'_event_start_date','2014-10-11'),(131339,16783,'_event_end_date','2014-10-12'),(131340,16783,'_event_rsvp','0'),(131341,16783,'_event_rsvp_date',''),(131342,16783,'_event_rsvp_time','00:00:00'),(131343,16783,'_event_spaces',''),(131344,16783,'_location_id','8'),(131345,16783,'_recurrence_id',''),(131346,16783,'_event_status','1'),(131347,16783,'_event_private','0'),(131348,16783,'_event_date_created',''),(131349,16783,'_event_date_modified',''),(131350,16783,'_blog_id',''),(131351,16783,'_group_id','0'),(131352,16783,'_recurrence','0'),(131353,16783,'_recurrence_interval',''),(131354,16783,'_recurrence_freq',''),(131355,16783,'_recurrence_days','0'),(131356,16783,'_recurrence_byday',''),(131357,16783,'_recurrence_byweekno',''),(131358,16783,'_start_ts','1412985600'),(131359,16783,'_end_ts','1413072000'),(131360,16785,'_edit_last','1837'),(131361,16785,'_edit_lock','1390925019:1837'),(131366,16785,'_event_id','2315'),(131367,16785,'_event_start_time','00:00:00'),(131368,16785,'_event_end_time','00:00:00'),(131369,16785,'_event_all_day','1'),(131370,16785,'_event_start_date','2014-10-18'),(131371,16785,'_event_end_date','2014-10-18'),(131372,16785,'_event_rsvp','0'),(131373,16785,'_event_rsvp_date',''),(131374,16785,'_event_rsvp_time','00:00:00'),(131375,16785,'_event_spaces',''),(131376,16785,'_location_id','8'),(131377,16785,'_recurrence_id',''),(131378,16785,'_event_status','1'),(131379,16785,'_event_private','0'),(131380,16785,'_event_date_created',''),(131381,16785,'_event_date_modified',''),(131382,16785,'_blog_id',''),(131383,16785,'_group_id','0'),(131384,16785,'_recurrence','0'),(131385,16785,'_recurrence_interval',''),(131386,16785,'_recurrence_freq',''),(131387,16785,'_recurrence_days','0'),(131388,16785,'_recurrence_byday',''),(131389,16785,'_recurrence_byweekno',''),(131390,16785,'_start_ts','1413590400'),(131391,16785,'_end_ts','1413590400'),(131394,16785,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131395,16785,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131396,16787,'_edit_last','1837'),(131397,16787,'_edit_lock','1390925371:1837'),(131400,16787,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131401,16787,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131402,16787,'_event_id','2316'),(131403,16787,'_event_start_time','00:00:00'),(131404,16787,'_event_end_time','00:00:00'),(131405,16787,'_event_all_day','1'),(131406,16787,'_event_start_date','2014-06-30'),(131407,16787,'_event_end_date','2014-06-30'),(131408,16787,'_event_rsvp','0'),(131409,16787,'_event_rsvp_date',''),(131410,16787,'_event_rsvp_time','00:00:00'),(131411,16787,'_event_spaces',''),(131412,16787,'_location_id','8'),(131413,16787,'_recurrence_id',''),(131414,16787,'_event_status','1'),(131415,16787,'_event_private','0'),(131416,16787,'_event_date_created',''),(131417,16787,'_event_date_modified',''),(131418,16787,'_blog_id',''),(131419,16787,'_group_id','0'),(131420,16787,'_recurrence','0'),(131421,16787,'_recurrence_interval',''),(131422,16787,'_recurrence_freq',''),(131423,16787,'_recurrence_days','0'),(131424,16787,'_recurrence_byday',''),(131425,16787,'_recurrence_byweekno',''),(131426,16787,'_start_ts','1404086400'),(131427,16787,'_end_ts','1404086400'),(131428,16789,'_edit_last','1837'),(131429,16789,'_edit_lock','1390925362:1837'),(131432,16789,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131433,16789,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131434,16789,'_event_id','2317'),(131435,16789,'_event_start_time','00:00:00'),(131436,16789,'_event_end_time','00:00:00'),(131437,16789,'_event_all_day','1'),(131438,16789,'_event_start_date','2014-10-25'),(131439,16789,'_event_end_date','2014-10-25'),(131440,16789,'_event_rsvp','0'),(131441,16789,'_event_rsvp_date',''),(131442,16789,'_event_rsvp_time','00:00:00'),(131443,16789,'_event_spaces',''),(131444,16789,'_location_id','8'),(131445,16789,'_recurrence_id',''),(131446,16789,'_event_status','1'),(131447,16789,'_event_private','0'),(131448,16789,'_event_date_created',''),(131449,16789,'_event_date_modified',''),(131450,16789,'_blog_id',''),(131451,16789,'_group_id','0'),(131452,16789,'_recurrence','0'),(131453,16789,'_recurrence_interval',''),(131454,16789,'_recurrence_freq',''),(131455,16789,'_recurrence_days','0'),(131456,16789,'_recurrence_byday',''),(131457,16789,'_recurrence_byweekno',''),(131458,16789,'_start_ts','1414195200'),(131459,16789,'_end_ts','1414195200'),(131460,16790,'_edit_last','1837'),(131461,16790,'_edit_lock','1390925790:1837'),(131464,16790,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131465,16790,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131466,16790,'_event_id','2318'),(131467,16790,'_event_start_time','00:00:00'),(131468,16790,'_event_end_time','00:00:00'),(131469,16790,'_event_all_day','1'),(131470,16790,'_event_start_date','2014-10-25'),(131471,16790,'_event_end_date','2014-11-01'),(131472,16790,'_event_rsvp','0'),(131473,16790,'_event_rsvp_date',''),(131474,16790,'_event_rsvp_time','00:00:00'),(131475,16790,'_event_spaces',''),(131476,16790,'_location_id','8'),(131477,16790,'_recurrence_id',''),(131478,16790,'_event_status','1'),(131479,16790,'_event_private','0'),(131480,16790,'_event_date_created',''),(131481,16790,'_event_date_modified',''),(131482,16790,'_blog_id',''),(131483,16790,'_group_id','0'),(131484,16790,'_recurrence','0'),(131485,16790,'_recurrence_interval',''),(131486,16790,'_recurrence_freq',''),(131487,16790,'_recurrence_days','0'),(131488,16790,'_recurrence_byday',''),(131489,16790,'_recurrence_byweekno',''),(131490,16790,'_start_ts','1414195200'),(131491,16790,'_end_ts','1414800000'),(131492,16792,'_edit_last','1837'),(131493,16792,'_edit_lock','1390933812:1837'),(131496,16792,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131497,16792,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131498,16792,'_event_id','2319'),(131499,16792,'_event_start_time','00:00:00'),(131500,16792,'_event_end_time','00:00:00'),(131501,16792,'_event_all_day','1'),(131502,16792,'_event_start_date','2014-11-01'),(131503,16792,'_event_end_date','2014-11-30'),(131504,16792,'_event_rsvp','0'),(131505,16792,'_event_rsvp_date',''),(131506,16792,'_event_rsvp_time','00:00:00'),(131507,16792,'_event_spaces',''),(131508,16792,'_location_id','8'),(131509,16792,'_recurrence_id',''),(131510,16792,'_event_status','1'),(131511,16792,'_event_private','0'),(131512,16792,'_event_date_created',''),(131513,16792,'_event_date_modified',''),(131514,16792,'_blog_id',''),(131515,16792,'_group_id','0'),(131516,16792,'_recurrence','0'),(131517,16792,'_recurrence_interval',''),(131518,16792,'_recurrence_freq',''),(131519,16792,'_recurrence_days','0'),(131520,16792,'_recurrence_byday',''),(131521,16792,'_recurrence_byweekno',''),(131522,16792,'_start_ts','1414800000'),(131523,16792,'_end_ts','1417305600'),(131558,16798,'_wp_attached_file','billhanburyceobermudatourismauthority.jpg'),(131559,16798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:349;s:6:\"height\";i:332;s:4:\"file\";s:41:\"billhanburyceobermudatourismauthority.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"billhanburyceobermudatourismauthority-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"billhanburyceobermudatourismauthority-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1390912664;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(131572,16802,'_wp_attached_file','CTO-Membership-Application-Revised-Jan-6.pdf'),(131573,16802,'_edit_lock','1390927369:2'),(131649,16813,'_feedback_author',''),(131650,16813,'_feedback_author_email',''),(131651,16813,'_feedback_author_url',''),(131652,16813,'_feedback_subject','Signup form OneCaribbean'),(131653,16813,'_feedback_ip','10.17.1.254'),(131654,16813,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131655,16813,'_feedback_all_fields','a:13:{s:4:\"Name\";s:11:\"jzkcqvhxebm\";s:13:\"Email address\";s:17:\"twxnqy@glrmqx.com\";s:20:\"Country of Residence\";s:4:\"3136\";s:28:\"Name of Organization/Company\";s:18:\"caMVqAjhTOFtoMFYkQ\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:16:\"iShobzZKxVBnYUBT\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131656,16813,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:11:\"jzkcqvhxebm\";s:13:\"Email address\";s:17:\"twxnqy@glrmqx.com\";s:20:\"Country of Residence\";s:4:\"3136\";s:28:\"Name of Organization/Company\";s:18:\"caMVqAjhTOFtoMFYkQ\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:16:\"iShobzZKxVBnYUBT\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131657,16813,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4d4a3ea5-4d4b-46ae-b55c-09d809e3a22d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47192\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"342\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"342\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390929268.3243\";s:12:\"REQUEST_TIME\";s:10:\"1390929268\";}'),(131658,16813,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:306:\"Name: jzkcqvhxebm\n\nEmail address: twxnqy@glrmqx.com\n\nCountry of Residence: 3136\n\nName of Organization/Company: caMVqAjhTOFtoMFYkQ\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: iShobzZKxVBnYUBT\n\nMessage was sent on Tuesday January 28, 2014 at 1:14 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131674,16816,'_wp_attached_file','DestinationLogoFotoseeker.jpg'),(131675,16816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:857;s:4:\"file\";s:29:\"DestinationLogoFotoseeker.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DestinationLogoFotoseeker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DestinationLogoFotoseeker-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1390918703;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(131696,1930,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(131697,1930,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(131698,1930,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(131699,1930,'_aioseop_title','Latest Caribbean Tourism Organization Member Country Media Releases'),(131715,16824,'_edit_last','1837'),(131716,16824,'_edit_lock','1390933880:1837'),(131719,16824,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131720,16824,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131721,16824,'_event_id','2320'),(131722,16824,'_event_start_time','00:00:00'),(131723,16824,'_event_end_time','00:00:00'),(131724,16824,'_event_all_day','1'),(131725,16824,'_event_start_date','2014-11-01'),(131726,16824,'_event_end_date','2014-11-30'),(131727,16824,'_event_rsvp','0'),(131728,16824,'_event_rsvp_date',''),(131729,16824,'_event_rsvp_time','00:00:00'),(131730,16824,'_event_spaces',''),(131731,16824,'_location_id','8'),(131732,16824,'_recurrence_id',''),(131733,16824,'_event_status','1'),(131734,16824,'_event_private','0'),(131735,16824,'_event_date_created',''),(131736,16824,'_event_date_modified',''),(131737,16824,'_blog_id',''),(131738,16824,'_group_id','0'),(131739,16824,'_recurrence','0'),(131740,16824,'_recurrence_interval',''),(131741,16824,'_recurrence_freq',''),(131742,16824,'_recurrence_days','0'),(131743,16824,'_recurrence_byday',''),(131744,16824,'_recurrence_byweekno',''),(131745,16824,'_start_ts','1414800000'),(131746,16824,'_end_ts','1417305600'),(131747,16825,'_edit_last','1837'),(131748,16825,'_edit_lock','1390939018:1837'),(131751,16825,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131752,16825,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131753,16825,'_event_id','2321'),(131754,16825,'_event_start_time','00:00:00'),(131755,16825,'_event_end_time','00:00:00'),(131756,16825,'_event_all_day','1'),(131757,16825,'_event_start_date','2014-11-01'),(131758,16825,'_event_end_date','2014-11-30'),(131759,16825,'_event_rsvp','0'),(131760,16825,'_event_rsvp_date',''),(131761,16825,'_event_rsvp_time','00:00:00'),(131762,16825,'_event_spaces',''),(131763,16825,'_location_id','8'),(131764,16825,'_recurrence_id',''),(131765,16825,'_event_status','1'),(131766,16825,'_event_private','0'),(131767,16825,'_event_date_created',''),(131768,16825,'_event_date_modified',''),(131769,16825,'_blog_id',''),(131770,16825,'_group_id','0'),(131771,16825,'_recurrence','0'),(131772,16825,'_recurrence_interval',''),(131773,16825,'_recurrence_freq',''),(131774,16825,'_recurrence_days','0'),(131775,16825,'_recurrence_byday',''),(131776,16825,'_recurrence_byweekno',''),(131777,16825,'_start_ts','1414800000'),(131778,16825,'_end_ts','1417305600'),(131779,16827,'_edit_last','1837'),(131780,16827,'_edit_lock','1390939114:1837'),(131783,16827,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131784,16827,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131785,16827,'_event_id','2322'),(131786,16827,'_event_start_time','00:00:00'),(131787,16827,'_event_end_time','00:00:00'),(131788,16827,'_event_all_day','1'),(131789,16827,'_event_start_date','2014-11-08'),(131790,16827,'_event_end_date','2014-11-09'),(131791,16827,'_event_rsvp','0'),(131792,16827,'_event_rsvp_date',''),(131793,16827,'_event_rsvp_time','00:00:00'),(131794,16827,'_event_spaces',''),(131795,16827,'_location_id','8'),(131796,16827,'_recurrence_id',''),(131797,16827,'_event_status','1'),(131798,16827,'_event_private','0'),(131799,16827,'_event_date_created',''),(131800,16827,'_event_date_modified',''),(131801,16827,'_blog_id',''),(131802,16827,'_group_id','0'),(131803,16827,'_recurrence','0'),(131804,16827,'_recurrence_interval',''),(131805,16827,'_recurrence_freq',''),(131806,16827,'_recurrence_days','0'),(131807,16827,'_recurrence_byday',''),(131808,16827,'_recurrence_byweekno',''),(131809,16827,'_start_ts','1415404800'),(131810,16827,'_end_ts','1415491200'),(131811,16829,'_edit_last','1837'),(131812,16829,'_edit_lock','1390939239:1837'),(131815,16829,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131816,16829,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131817,16829,'_event_id','2323'),(131818,16829,'_event_start_time','00:00:00'),(131819,16829,'_event_end_time','00:00:00'),(131820,16829,'_event_all_day','1'),(131821,16829,'_event_start_date','2014-11-22'),(131822,16829,'_event_end_date','2014-11-22'),(131823,16829,'_event_rsvp','0'),(131824,16829,'_event_rsvp_date',''),(131825,16829,'_event_rsvp_time','00:00:00'),(131826,16829,'_event_spaces',''),(131827,16829,'_location_id','8'),(131828,16829,'_recurrence_id',''),(131829,16829,'_event_status','1'),(131830,16829,'_event_private','0'),(131831,16829,'_event_date_created',''),(131832,16829,'_event_date_modified',''),(131833,16829,'_blog_id',''),(131834,16829,'_group_id','0'),(131835,16829,'_recurrence','0'),(131836,16829,'_recurrence_interval',''),(131837,16829,'_recurrence_freq',''),(131838,16829,'_recurrence_days','0'),(131839,16829,'_recurrence_byday',''),(131840,16829,'_recurrence_byweekno',''),(131841,16829,'_start_ts','1416614400'),(131842,16829,'_end_ts','1416614400'),(131843,16830,'_edit_last','1837'),(131844,16830,'_edit_lock','1390939448:1837'),(131847,16830,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131848,16830,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131849,16830,'_event_id','2324'),(131850,16830,'_event_start_time','00:00:00'),(131851,16830,'_event_end_time','00:00:00'),(131852,16830,'_event_all_day','1'),(131853,16830,'_event_start_date','2014-11-22'),(131854,16830,'_event_end_date','2014-11-29'),(131855,16830,'_event_rsvp','0'),(131856,16830,'_event_rsvp_date',''),(131857,16830,'_event_rsvp_time','00:00:00'),(131858,16830,'_event_spaces',''),(131859,16830,'_location_id','8'),(131860,16830,'_recurrence_id',''),(131861,16830,'_event_status','1'),(131862,16830,'_event_private','0'),(131863,16830,'_event_date_created',''),(131864,16830,'_event_date_modified',''),(131865,16830,'_blog_id',''),(131866,16830,'_group_id','0'),(131867,16830,'_recurrence','0'),(131868,16830,'_recurrence_interval',''),(131869,16830,'_recurrence_freq',''),(131870,16830,'_recurrence_days','0'),(131871,16830,'_recurrence_byday',''),(131872,16830,'_recurrence_byweekno',''),(131873,16830,'_start_ts','1416614400'),(131874,16830,'_end_ts','1417219200'),(131875,16832,'_feedback_author',''),(131876,16832,'_feedback_author_email',''),(131877,16832,'_feedback_author_url',''),(131878,16832,'_feedback_subject','Signup form OneCaribbean'),(131879,16832,'_feedback_ip','10.17.1.254'),(131880,16832,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131881,16832,'_feedback_all_fields','a:13:{s:4:\"Name\";s:8:\"Ukxyycfm\";s:13:\"Email address\";s:21:\"irmtfekj@sklklehi.com\";s:20:\"Country of Residence\";s:9:\"kYdrSCGvb\";s:28:\"Name of Organization/Company\";s:8:\"Ukxyycfm\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:12:\"QrmIlUUQOPnO\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131882,16832,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:8:\"Ukxyycfm\";s:13:\"Email address\";s:21:\"irmtfekj@sklklehi.com\";s:20:\"Country of Residence\";s:9:\"kYdrSCGvb\";s:28:\"Name of Organization/Company\";s:8:\"Ukxyycfm\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:12:\"QrmIlUUQOPnO\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131883,16832,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dafa36fc-ae22-461b-8ef4-ed226dd38d79\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37359\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.188\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1390956340.181\";s:12:\"REQUEST_TIME\";s:10:\"1390956340\";}'),(131884,16832,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:285:\"Name: Ukxyycfm\n\nEmail address: irmtfekj@sklklehi.com\n\nCountry of Residence: kYdrSCGvb\n\nName of Organization/Company: Ukxyycfm\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: QrmIlUUQOPnO\n\nMessage was sent on Tuesday January 28, 2014 at 8:45 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131885,16833,'_feedback_author',''),(131886,16833,'_feedback_author_email',''),(131887,16833,'_feedback_author_url',''),(131888,16833,'_feedback_subject','Signup form OneCaribbean'),(131889,16833,'_feedback_ip','10.17.1.254'),(131890,16833,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131891,16833,'_feedback_all_fields','a:13:{s:4:\"Name\";s:24:\"Sandra Velazquez Rivera\";s:13:\"Email address\";s:24:\"svelazquez@caguas.gov.pr\";s:20:\"Country of Residence\";s:12:\"Puerto Rico \";s:28:\"Name of Organization/Company\";s:23:\"Municipality of Caguas \";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131892,16833,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:24:\"Sandra Velazquez Rivera\";s:13:\"Email address\";s:24:\"svelazquez@caguas.gov.pr\";s:20:\"Country of Residence\";s:12:\"Puerto Rico \";s:28:\"Name of Organization/Company\";s:23:\"Municipality of Caguas \";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131893,16834,'_feedback_author',''),(131894,16834,'_feedback_author_email',''),(131895,16833,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MASMJS)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f46d5f05-ce88-4e41-b9e9-94d1e163e973\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39085\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"466\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"24.171.242.231\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:86:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MASMJS)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-US,en;q=0.8,es-ES;q=0.5,es;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"466\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1390960282.5388\";s:12:\"REQUEST_TIME\";s:10:\"1390960282\";}'),(131896,16834,'_feedback_author_url',''),(131897,16833,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:373:\"Name: Sandra Velazquez Rivera\n\nEmail address: svelazquez@caguas.gov.pr\n\nCountry of Residence: Puerto Rico\n\nName of Organization/Company: Municipality of Caguas\n\nWhich best describes you?: Tourism Board\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Tuesday January 28, 2014 at 9:51 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131898,16834,'_feedback_subject','Signup form OneCaribbean'),(131899,16834,'_feedback_ip','10.17.1.254'),(131900,16834,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(131901,16834,'_feedback_all_fields','a:13:{s:4:\"Name\";s:24:\"Sandra Velazquez Rivera\";s:13:\"Email address\";s:24:\"svelazquez@caguas.gov.pr\";s:20:\"Country of Residence\";s:12:\"Puerto Rico \";s:28:\"Name of Organization/Company\";s:23:\"Municipality of Caguas \";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131902,16834,'_feedback_extra_fields','a:13:{s:4:\"Name\";s:24:\"Sandra Velazquez Rivera\";s:13:\"Email address\";s:24:\"svelazquez@caguas.gov.pr\";s:20:\"Country of Residence\";s:12:\"Puerto Rico \";s:28:\"Name of Organization/Company\";s:23:\"Municipality of Caguas \";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:27:\"Send me statistics updates.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(131903,16834,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:86:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MASMJS)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2c8fde4e-c440-488f-add0-e076ce840def\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39262\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"466\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"24.171.242.231\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:86:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MASMJS)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"en-US,en;q=0.8,es-ES;q=0.5,es;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"466\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1390960283.648\";s:12:\"REQUEST_TIME\";s:10:\"1390960283\";}'),(131904,16834,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:373:\"Name: Sandra Velazquez Rivera\n\nEmail address: svelazquez@caguas.gov.pr\n\nCountry of Residence: Puerto Rico\n\nName of Organization/Company: Municipality of Caguas\n\nWhich best describes you?: Tourism Board\n\nSend me statistics updates.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Tuesday January 28, 2014 at 9:51 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(131917,16835,'_edit_last','1837'),(131918,16835,'_edit_lock','1391002799:1837'),(131921,16835,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131922,16835,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131923,16835,'_event_id','2325'),(131924,16835,'_event_start_time','00:00:00'),(131925,16835,'_event_end_time','00:00:00'),(131926,16835,'_event_all_day','1'),(131927,16835,'_event_start_date','2014-11-29'),(131928,16835,'_event_end_date','2014-11-30'),(131929,16835,'_event_rsvp','0'),(131930,16835,'_event_rsvp_date',''),(131931,16835,'_event_rsvp_time','00:00:00'),(131932,16835,'_event_spaces',''),(131933,16835,'_location_id','8'),(131934,16835,'_recurrence_id',''),(131935,16835,'_event_status','1'),(131936,16835,'_event_private','0'),(131937,16835,'_event_date_created',''),(131938,16835,'_event_date_modified',''),(131939,16835,'_blog_id',''),(131940,16835,'_group_id','0'),(131941,16835,'_recurrence','0'),(131942,16835,'_recurrence_interval',''),(131943,16835,'_recurrence_freq',''),(131944,16835,'_recurrence_days','0'),(131945,16835,'_recurrence_byday',''),(131946,16835,'_recurrence_byweekno',''),(131947,16835,'_start_ts','1417219200'),(131948,16835,'_end_ts','1417305600'),(131949,16838,'_edit_last','1837'),(131950,16838,'_edit_lock','1391002862:1837'),(131953,16838,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131954,16838,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131955,16838,'_event_id','2326'),(131956,16838,'_event_start_time','00:00:00'),(131957,16838,'_event_end_time','00:00:00'),(131958,16838,'_event_all_day','1'),(131959,16838,'_event_start_date','2014-12-05'),(131960,16838,'_event_end_date','2014-12-06'),(131961,16838,'_event_rsvp','0'),(131962,16838,'_event_rsvp_date',''),(131963,16838,'_event_rsvp_time','00:00:00'),(131964,16838,'_event_spaces',''),(131965,16838,'_location_id','8'),(131966,16838,'_recurrence_id',''),(131967,16838,'_event_status','1'),(131968,16838,'_event_private','0'),(131969,16838,'_event_date_created',''),(131970,16838,'_event_date_modified',''),(131971,16838,'_blog_id',''),(131972,16838,'_group_id','0'),(131973,16838,'_recurrence','0'),(131974,16838,'_recurrence_interval',''),(131975,16838,'_recurrence_freq',''),(131976,16838,'_recurrence_days','0'),(131977,16838,'_recurrence_byday',''),(131978,16838,'_recurrence_byweekno',''),(131979,16838,'_start_ts','1417737600'),(131980,16838,'_end_ts','1417824000'),(131981,16839,'_edit_last','1837'),(131982,16839,'_edit_lock','1391002933:1837'),(131985,16839,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131986,16839,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(131987,16839,'_event_id','2327'),(131988,16839,'_event_start_time','00:00:00'),(131989,16839,'_event_end_time','00:00:00'),(131990,16839,'_event_all_day','1'),(131991,16839,'_event_start_date','2014-12-12'),(131992,16839,'_event_end_date','2014-12-13'),(131993,16839,'_event_rsvp','0'),(131994,16839,'_event_rsvp_date',''),(131995,16839,'_event_rsvp_time','00:00:00'),(131996,16839,'_event_spaces',''),(131997,16839,'_location_id','8'),(131998,16839,'_recurrence_id',''),(131999,16839,'_event_status','1'),(132000,16839,'_event_private','0'),(132001,16839,'_event_date_created',''),(132002,16839,'_event_date_modified',''),(132003,16839,'_blog_id',''),(132004,16839,'_group_id','0'),(132005,16839,'_recurrence','0'),(132006,16839,'_recurrence_interval',''),(132007,16839,'_recurrence_freq',''),(132008,16839,'_recurrence_days','0'),(132009,16839,'_recurrence_byday',''),(132010,16839,'_recurrence_byweekno',''),(132011,16839,'_start_ts','1418342400'),(132012,16839,'_end_ts','1418428800'),(132013,16840,'_edit_last','1837'),(132014,16840,'_edit_lock','1391003027:1837'),(132017,16840,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132018,16840,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132019,16840,'_event_id','2328'),(132020,16840,'_event_start_time','00:00:00'),(132021,16840,'_event_end_time','00:00:00'),(132022,16840,'_event_all_day','1'),(132023,16840,'_event_start_date','2014-12-13'),(132024,16840,'_event_end_date','2014-12-13'),(132025,16840,'_event_rsvp','0'),(132026,16840,'_event_rsvp_date',''),(132027,16840,'_event_rsvp_time','00:00:00'),(132028,16840,'_event_spaces',''),(132029,16840,'_location_id','8'),(132030,16840,'_recurrence_id',''),(132031,16840,'_event_status','1'),(132032,16840,'_event_private','0'),(132033,16840,'_event_date_created',''),(132034,16840,'_event_date_modified',''),(132035,16840,'_blog_id',''),(132036,16840,'_group_id','0'),(132037,16840,'_recurrence','0'),(132038,16840,'_recurrence_interval',''),(132039,16840,'_recurrence_freq',''),(132040,16840,'_recurrence_days','0'),(132041,16840,'_recurrence_byday',''),(132042,16840,'_recurrence_byweekno',''),(132043,16840,'_start_ts','1418428800'),(132044,16840,'_end_ts','1418428800'),(132045,16841,'_edit_last','1837'),(132046,16841,'_edit_lock','1391003280:1837'),(132049,16841,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132050,16841,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132051,16841,'_event_id','2329'),(132052,16841,'_event_start_time','00:00:00'),(132053,16841,'_event_end_time','00:00:00'),(132054,16841,'_event_all_day','1'),(132055,16841,'_event_start_date','2014-12-01'),(132056,16841,'_event_end_date','2014-12-31'),(132057,16841,'_event_rsvp','0'),(132058,16841,'_event_rsvp_date',''),(132059,16841,'_event_rsvp_time','00:00:00'),(132060,16841,'_event_spaces',''),(132061,16841,'_location_id','8'),(132062,16841,'_recurrence_id',''),(132063,16841,'_event_status','1'),(132064,16841,'_event_private','0'),(132065,16841,'_event_date_created',''),(132066,16841,'_event_date_modified',''),(132067,16841,'_blog_id',''),(132068,16841,'_group_id','0'),(132069,16841,'_recurrence','0'),(132070,16841,'_recurrence_interval',''),(132071,16841,'_recurrence_freq',''),(132072,16841,'_recurrence_days','0'),(132073,16841,'_recurrence_byday',''),(132074,16841,'_recurrence_byweekno',''),(132075,16841,'_start_ts','1417392000'),(132076,16841,'_end_ts','1419984000'),(132077,16843,'_edit_last','1837'),(132078,16843,'_edit_lock','1391003352:1837'),(132081,16843,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132082,16843,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132083,16843,'_event_id','2330'),(132084,16843,'_event_start_time','00:00:00'),(132085,16843,'_event_end_time','00:00:00'),(132086,16843,'_event_all_day','1'),(132087,16843,'_event_start_date','2014-12-24'),(132088,16843,'_event_end_date','2014-12-24'),(132089,16843,'_event_rsvp','0'),(132090,16843,'_event_rsvp_date',''),(132091,16843,'_event_rsvp_time','00:00:00'),(132092,16843,'_event_spaces',''),(132093,16843,'_location_id','8'),(132094,16843,'_recurrence_id',''),(132095,16843,'_event_status','1'),(132096,16843,'_event_private','0'),(132097,16843,'_event_date_created',''),(132098,16843,'_event_date_modified',''),(132099,16843,'_blog_id',''),(132100,16843,'_group_id','0'),(132101,16843,'_recurrence','0'),(132102,16843,'_recurrence_interval',''),(132103,16843,'_recurrence_freq',''),(132104,16843,'_recurrence_days','0'),(132105,16843,'_recurrence_byday',''),(132106,16843,'_recurrence_byweekno',''),(132107,16843,'_start_ts','1419379200'),(132108,16843,'_end_ts','1419379200'),(132109,16844,'_edit_last','1837'),(132110,16844,'_edit_lock','1391003409:1837'),(132113,16844,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132114,16844,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132115,16844,'_event_id','2331'),(132116,16844,'_event_start_time','00:00:00'),(132117,16844,'_event_end_time','00:00:00'),(132118,16844,'_event_all_day','1'),(132119,16844,'_event_start_date','2014-12-25'),(132120,16844,'_event_end_date','2014-12-25'),(132121,16844,'_event_rsvp','0'),(132122,16844,'_event_rsvp_date',''),(132123,16844,'_event_rsvp_time','00:00:00'),(132124,16844,'_event_spaces',''),(132125,16844,'_location_id','8'),(132126,16844,'_recurrence_id',''),(132127,16844,'_event_status','1'),(132128,16844,'_event_private','0'),(132129,16844,'_event_date_created',''),(132130,16844,'_event_date_modified',''),(132131,16844,'_blog_id',''),(132132,16844,'_group_id','0'),(132133,16844,'_recurrence','0'),(132134,16844,'_recurrence_interval',''),(132135,16844,'_recurrence_freq',''),(132136,16844,'_recurrence_days','0'),(132137,16844,'_recurrence_byday',''),(132138,16844,'_recurrence_byweekno',''),(132139,16844,'_start_ts','1419465600'),(132140,16844,'_end_ts','1419465600'),(132141,16845,'_edit_last','1837'),(132142,16845,'_edit_lock','1391003498:1837'),(132145,16845,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132146,16845,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132147,16845,'_event_id','2332'),(132148,16845,'_event_start_time','00:00:00'),(132149,16845,'_event_end_time','00:00:00'),(132150,16845,'_event_all_day','1'),(132151,16845,'_event_start_date','2014-12-31'),(132152,16845,'_event_end_date','2014-12-31'),(132153,16845,'_event_rsvp','0'),(132154,16845,'_event_rsvp_date',''),(132155,16845,'_event_rsvp_time','00:00:00'),(132156,16845,'_event_spaces',''),(132157,16845,'_location_id','8'),(132158,16845,'_recurrence_id',''),(132159,16845,'_event_status','1'),(132160,16845,'_event_private','0'),(132161,16845,'_event_date_created',''),(132162,16845,'_event_date_modified',''),(132163,16845,'_blog_id',''),(132164,16845,'_group_id','0'),(132165,16845,'_recurrence','0'),(132166,16845,'_recurrence_interval',''),(132167,16845,'_recurrence_freq',''),(132168,16845,'_recurrence_days','0'),(132169,16845,'_recurrence_byday',''),(132170,16845,'_recurrence_byweekno',''),(132171,16845,'_start_ts','1419984000'),(132172,16845,'_end_ts','1419984000'),(132173,16846,'_edit_last','1837'),(132174,16846,'_edit_lock','1391006784:1837'),(132179,16846,'_event_id','2333'),(132180,16846,'_event_start_time','00:00:00'),(132181,16846,'_event_end_time','00:00:00'),(132182,16846,'_event_all_day','1'),(132183,16846,'_event_start_date','2014-12-31'),(132184,16846,'_event_end_date','2014-12-31'),(132185,16846,'_event_rsvp','0'),(132186,16846,'_event_rsvp_date',''),(132187,16846,'_event_rsvp_time','00:00:00'),(132188,16846,'_event_spaces',''),(132189,16846,'_location_id','8'),(132190,16846,'_recurrence_id',''),(132191,16846,'_event_status','1'),(132192,16846,'_event_private','0'),(132193,16846,'_event_date_created',''),(132194,16846,'_event_date_modified',''),(132195,16846,'_blog_id',''),(132196,16846,'_group_id','0'),(132197,16846,'_recurrence','0'),(132198,16846,'_recurrence_interval',''),(132199,16846,'_recurrence_freq',''),(132200,16846,'_recurrence_days','0'),(132201,16846,'_recurrence_byday',''),(132202,16846,'_recurrence_byweekno',''),(132203,16846,'_start_ts','1419984000'),(132204,16846,'_end_ts','1419984000'),(132215,16846,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132216,16846,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132247,16852,'_edit_last','1837'),(132248,16852,'_edit_lock','1391007309:1837'),(132251,16852,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132252,16852,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132253,16852,'_event_id','2334'),(132254,16852,'_event_start_time','00:00:00'),(132255,16852,'_event_end_time','00:00:00'),(132256,16852,'_event_all_day','1'),(132257,16852,'_event_start_date','2014-04-18'),(132258,16852,'_event_end_date','2014-04-21'),(132259,16852,'_event_rsvp','0'),(132260,16852,'_event_rsvp_date',''),(132261,16852,'_event_rsvp_time','00:00:00'),(132262,16852,'_event_spaces',''),(132263,16852,'_location_id','18'),(132264,16852,'_recurrence_id',''),(132265,16852,'_event_status','1'),(132266,16852,'_event_private','0'),(132267,16852,'_event_date_created',''),(132268,16852,'_event_date_modified',''),(132269,16852,'_blog_id',''),(132270,16852,'_group_id','0'),(132271,16852,'_recurrence','0'),(132272,16852,'_recurrence_interval',''),(132273,16852,'_recurrence_freq',''),(132274,16852,'_recurrence_days','0'),(132275,16852,'_recurrence_byday',''),(132276,16852,'_recurrence_byweekno',''),(132277,16852,'_start_ts','1397779200'),(132278,16852,'_end_ts','1398038400'),(132279,16853,'_edit_last','1837'),(132280,16853,'_edit_lock','1391007545:1837'),(132283,16853,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132284,16853,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132285,16853,'_event_id','2335'),(132286,16853,'_event_start_time','00:00:00'),(132287,16853,'_event_end_time','00:00:00'),(132288,16853,'_event_all_day','1'),(132289,16853,'_event_start_date','2014-04-21'),(132290,16853,'_event_end_date','2014-04-21'),(132291,16853,'_event_rsvp','0'),(132292,16853,'_event_rsvp_date',''),(132293,16853,'_event_rsvp_time','00:00:00'),(132294,16853,'_event_spaces',''),(132295,16853,'_location_id','18'),(132296,16853,'_recurrence_id',''),(132297,16853,'_event_status','1'),(132298,16853,'_event_private','0'),(132299,16853,'_event_date_created',''),(132300,16853,'_event_date_modified',''),(132301,16853,'_blog_id',''),(132302,16853,'_group_id','0'),(132303,16853,'_recurrence','0'),(132304,16853,'_recurrence_interval',''),(132305,16853,'_recurrence_freq',''),(132306,16853,'_recurrence_days','0'),(132307,16853,'_recurrence_byday',''),(132308,16853,'_recurrence_byweekno',''),(132309,16853,'_start_ts','1398038400'),(132310,16853,'_end_ts','1398038400'),(132311,16854,'_edit_last','1837'),(132312,16854,'_edit_lock','1391007743:1837'),(132315,16854,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132316,16854,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132317,16854,'_event_id','2336'),(132318,16854,'_event_start_time','00:00:00'),(132319,16854,'_event_end_time','00:00:00'),(132320,16854,'_event_all_day','1'),(132321,16854,'_event_start_date','2014-04-21'),(132322,16854,'_event_end_date','2014-04-21'),(132323,16854,'_event_rsvp','0'),(132324,16854,'_event_rsvp_date',''),(132325,16854,'_event_rsvp_time','00:00:00'),(132326,16854,'_event_spaces',''),(132327,16854,'_location_id','18'),(132328,16854,'_recurrence_id',''),(132329,16854,'_event_status','1'),(132330,16854,'_event_private','0'),(132331,16854,'_event_date_created',''),(132332,16854,'_event_date_modified',''),(132333,16854,'_blog_id',''),(132334,16854,'_group_id','0'),(132335,16854,'_recurrence','0'),(132336,16854,'_recurrence_interval',''),(132337,16854,'_recurrence_freq',''),(132338,16854,'_recurrence_days','0'),(132339,16854,'_recurrence_byday',''),(132340,16854,'_recurrence_byweekno',''),(132341,16854,'_start_ts','1398038400'),(132342,16854,'_end_ts','1398038400'),(132343,16855,'_edit_last','1837'),(132344,16855,'_edit_lock','1391015029:1837'),(132347,16855,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132348,16855,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132349,16855,'_event_id','2337'),(132350,16855,'_event_start_time','00:00:00'),(132351,16855,'_event_end_time','00:00:00'),(132352,16855,'_event_all_day','1'),(132353,16855,'_event_start_date','2014-04-03'),(132354,16855,'_event_end_date','2014-04-06'),(132355,16855,'_event_rsvp','0'),(132356,16855,'_event_rsvp_date',''),(132357,16855,'_event_rsvp_time','00:00:00'),(132358,16855,'_event_spaces',''),(132359,16855,'_location_id','18'),(132360,16855,'_recurrence_id',''),(132361,16855,'_event_status','1'),(132362,16855,'_event_private','0'),(132363,16855,'_event_date_created',''),(132364,16855,'_event_date_modified',''),(132365,16855,'_blog_id',''),(132366,16855,'_group_id','0'),(132367,16855,'_recurrence','0'),(132368,16855,'_recurrence_interval',''),(132369,16855,'_recurrence_freq',''),(132370,16855,'_recurrence_days','0'),(132371,16855,'_recurrence_byday',''),(132372,16855,'_recurrence_byweekno',''),(132373,16855,'_start_ts','1396483200'),(132374,16855,'_end_ts','1396742400'),(132375,16857,'_edit_last','1837'),(132376,16857,'_edit_lock','1391021734:1837'),(132379,16857,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132380,16857,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132381,16857,'_event_id','2338'),(132382,16857,'_event_start_time','00:00:00'),(132383,16857,'_event_end_time','00:00:00'),(132384,16857,'_event_all_day','1'),(132385,16857,'_event_start_date','2014-05-05'),(132386,16857,'_event_end_date','2014-05-06'),(132387,16857,'_event_rsvp','0'),(132388,16857,'_event_rsvp_date',''),(132389,16857,'_event_rsvp_time','00:00:00'),(132390,16857,'_event_spaces',''),(132391,16857,'_location_id','18'),(132392,16857,'_recurrence_id',''),(132393,16857,'_event_status','1'),(132394,16857,'_event_private','0'),(132395,16857,'_event_date_created',''),(132396,16857,'_event_date_modified',''),(132397,16857,'_blog_id',''),(132398,16857,'_group_id','0'),(132399,16857,'_recurrence','0'),(132400,16857,'_recurrence_interval',''),(132401,16857,'_recurrence_freq',''),(132402,16857,'_recurrence_days','0'),(132403,16857,'_recurrence_byday',''),(132404,16857,'_recurrence_byweekno',''),(132405,16857,'_start_ts','1399248000'),(132406,16857,'_end_ts','1399334400'),(132407,16858,'_edit_last','1837'),(132408,16858,'_edit_lock','1391022455:1837'),(132411,16858,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132412,16858,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132413,16858,'_event_id','2339'),(132414,16858,'_event_start_time','00:00:00'),(132415,16858,'_event_end_time','00:00:00'),(132416,16858,'_event_all_day','1'),(132417,16858,'_event_start_date','2014-05-31'),(132418,16858,'_event_end_date','2014-05-31'),(132419,16858,'_event_rsvp','0'),(132420,16858,'_event_rsvp_date',''),(132421,16858,'_event_rsvp_time','00:00:00'),(132422,16858,'_event_spaces',''),(132423,16858,'_location_id','18'),(132424,16858,'_recurrence_id',''),(132425,16858,'_event_status','1'),(132426,16858,'_event_private','0'),(132427,16858,'_event_date_created',''),(132428,16858,'_event_date_modified',''),(132429,16858,'_blog_id',''),(132430,16858,'_group_id','0'),(132431,16858,'_recurrence','0'),(132432,16858,'_recurrence_interval',''),(132433,16858,'_recurrence_freq',''),(132434,16858,'_recurrence_days','0'),(132435,16858,'_recurrence_byday',''),(132436,16858,'_recurrence_byweekno',''),(132437,16858,'_start_ts','1401494400'),(132438,16858,'_end_ts','1401494400'),(132439,16860,'_edit_last','1837'),(132440,16860,'_edit_lock','1391022616:1837'),(132443,16860,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132444,16860,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132445,16860,'_event_id','2340'),(132446,16860,'_event_start_time','00:00:00'),(132447,16860,'_event_end_time','00:00:00'),(132448,16860,'_event_all_day','1'),(132449,16860,'_event_start_date','2014-05-27'),(132450,16860,'_event_end_date','2014-05-29'),(132451,16860,'_event_rsvp','0'),(132452,16860,'_event_rsvp_date',''),(132453,16860,'_event_rsvp_time','00:00:00'),(132454,16860,'_event_spaces',''),(132455,16860,'_location_id','18'),(132456,16860,'_recurrence_id',''),(132457,16860,'_event_status','1'),(132458,16860,'_event_private','0'),(132459,16860,'_event_date_created',''),(132460,16860,'_event_date_modified',''),(132461,16860,'_blog_id',''),(132462,16860,'_group_id','0'),(132463,16860,'_recurrence','0'),(132464,16860,'_recurrence_interval',''),(132465,16860,'_recurrence_freq',''),(132466,16860,'_recurrence_days','0'),(132467,16860,'_recurrence_byday',''),(132468,16860,'_recurrence_byweekno',''),(132469,16860,'_start_ts','1401148800'),(132470,16860,'_end_ts','1401321600'),(132471,16861,'_edit_last','1837'),(132472,16861,'_edit_lock','1391022806:1837'),(132475,16861,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132476,16861,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132477,16861,'_event_id','2341'),(132478,16861,'_event_start_time','00:00:00'),(132479,16861,'_event_end_time','00:00:00'),(132480,16861,'_event_all_day','1'),(132481,16861,'_event_start_date','2014-06-02'),(132482,16861,'_event_end_date','2014-06-02'),(132483,16861,'_event_rsvp','0'),(132484,16861,'_event_rsvp_date',''),(132485,16861,'_event_rsvp_time','00:00:00'),(132486,16861,'_event_spaces',''),(132487,16861,'_location_id','18'),(132488,16861,'_recurrence_id',''),(132489,16861,'_event_status','1'),(132490,16861,'_event_private','0'),(132491,16861,'_event_date_created',''),(132492,16861,'_event_date_modified',''),(132493,16861,'_blog_id',''),(132494,16861,'_group_id','0'),(132495,16861,'_recurrence','0'),(132496,16861,'_recurrence_interval',''),(132497,16861,'_recurrence_freq',''),(132498,16861,'_recurrence_days','0'),(132499,16861,'_recurrence_byday',''),(132500,16861,'_recurrence_byweekno',''),(132501,16861,'_start_ts','1401667200'),(132502,16861,'_end_ts','1401667200'),(132503,16862,'_edit_last','1837'),(132504,16862,'_edit_lock','1391023002:1837'),(132507,16862,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132508,16862,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132509,16862,'_event_id','2342'),(132510,16862,'_event_start_time','00:00:00'),(132511,16862,'_event_end_time','00:00:00'),(132512,16862,'_event_all_day','1'),(132513,16862,'_event_start_date','2014-06-01'),(132514,16862,'_event_end_date','2014-06-30'),(132515,16862,'_event_rsvp','0'),(132516,16862,'_event_rsvp_date',''),(132517,16862,'_event_rsvp_time','00:00:00'),(132518,16862,'_event_spaces',''),(132519,16862,'_location_id','18'),(132520,16862,'_recurrence_id',''),(132521,16862,'_event_status','1'),(132522,16862,'_event_private','0'),(132523,16862,'_event_date_created',''),(132524,16862,'_event_date_modified',''),(132525,16862,'_blog_id',''),(132526,16862,'_group_id','0'),(132527,16862,'_recurrence','0'),(132528,16862,'_recurrence_interval',''),(132529,16862,'_recurrence_freq',''),(132530,16862,'_recurrence_days','0'),(132531,16862,'_recurrence_byday',''),(132532,16862,'_recurrence_byweekno',''),(132533,16862,'_start_ts','1401580800'),(132534,16862,'_end_ts','1404086400'),(132537,16266,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132538,16266,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132541,16262,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132542,16262,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132545,16303,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132546,16303,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132549,16218,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132550,16218,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132557,16267,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132558,16267,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132565,16304,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132566,16304,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132573,16269,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132574,16269,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132581,16302,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132582,16302,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132585,16623,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132586,16623,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132589,16305,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132590,16305,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132593,16306,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132594,16306,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132595,16864,'_feedback_author',''),(132596,16864,'_feedback_author_email',''),(132597,16864,'_feedback_author_url',''),(132598,16864,'_feedback_subject','Signup form OneCaribbean'),(132599,16864,'_feedback_ip','10.17.1.254'),(132600,16864,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(132601,16864,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"tlqrfwj\";s:13:\"Email address\";s:17:\"vogsra@qudshi.com\";s:20:\"Country of Residence\";s:6:\"281078\";s:28:\"Name of Organization/Company\";s:19:\"vsrtAnHvDcBUkHZxqwy\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:13:\"jaZltOmyLUKSV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132602,16864,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"tlqrfwj\";s:13:\"Email address\";s:17:\"vogsra@qudshi.com\";s:20:\"Country of Residence\";s:6:\"281078\";s:28:\"Name of Organization/Company\";s:19:\"vsrtAnHvDcBUkHZxqwy\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:13:\"jaZltOmyLUKSV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132603,16864,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7c946dac-fbe1-4e16-b518-522595205c61\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56010\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391025931.3192\";s:12:\"REQUEST_TIME\";s:10:\"1391025931\";}'),(132604,16864,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: tlqrfwj\n\nEmail address: vogsra@qudshi.com\n\nCountry of Residence: 281078\n\nName of Organization/Company: vsrtAnHvDcBUkHZxqwy\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: jaZltOmyLUKSV\n\nMessage was sent on Wednesday January 29, 2014 at 4:05 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(132605,16865,'_feedback_author',''),(132606,16865,'_feedback_author_email',''),(132607,16865,'_feedback_author_url',''),(132608,16865,'_feedback_subject','Signup form OneCaribbean'),(132609,16865,'_feedback_ip','10.17.1.254'),(132610,16865,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(132611,16865,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"okxbqew\";s:13:\"Email address\";s:17:\"wxfgrq@wcrokx.com\";s:20:\"Country of Residence\";s:5:\"58654\";s:28:\"Name of Organization/Company\";s:16:\"QOPYxBKEirpJRJpM\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:11:\"JfiUZcScvdc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132612,16865,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"okxbqew\";s:13:\"Email address\";s:17:\"wxfgrq@wcrokx.com\";s:20:\"Country of Residence\";s:5:\"58654\";s:28:\"Name of Organization/Company\";s:16:\"QOPYxBKEirpJRJpM\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:11:\"JfiUZcScvdc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132613,16865,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e7d55872-ac13-47d3-a419-677015c77bef\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60249\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391074690.5166\";s:12:\"REQUEST_TIME\";s:10:\"1391074690\";}'),(132614,16865,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:297:\"Name: okxbqew\n\nEmail address: wxfgrq@wcrokx.com\n\nCountry of Residence: 58654\n\nName of Organization/Company: QOPYxBKEirpJRJpM\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: JfiUZcScvdc\n\nMessage was sent on Thursday January 30, 2014 at 5:38 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(132615,16866,'_feedback_author',''),(132616,16866,'_feedback_author_email',''),(132617,16866,'_feedback_author_url',''),(132618,16866,'_feedback_subject','Signup form OneCaribbean'),(132619,16866,'_feedback_ip','10.17.1.254'),(132620,16866,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(132621,16866,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"fyystx\";s:13:\"Email address\";s:17:\"vrdgks@guosax.com\";s:20:\"Country of Residence\";s:5:\"24985\";s:28:\"Name of Organization/Company\";s:16:\"gneNAgSTPHleyHwd\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:15:\"oqAgqxDRqTTxhlb\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132622,16866,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"fyystx\";s:13:\"Email address\";s:17:\"vrdgks@guosax.com\";s:20:\"Country of Residence\";s:5:\"24985\";s:28:\"Name of Organization/Company\";s:16:\"gneNAgSTPHleyHwd\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:15:\"oqAgqxDRqTTxhlb\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132623,16866,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e7d55872-ac13-47d3-a419-677015c77bef\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60307\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"317\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391074736.5426\";s:12:\"REQUEST_TIME\";s:10:\"1391074736\";}'),(132624,16866,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:282:\"Name: fyystx\n\nEmail address: vrdgks@guosax.com\n\nCountry of Residence: 24985\n\nName of Organization/Company: gneNAgSTPHleyHwd\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: oqAgqxDRqTTxhlb\n\nMessage was sent on Thursday January 30, 2014 at 5:39 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(132625,16868,'_edit_last','1837'),(132626,16868,'_edit_lock','1392214821:1837'),(132631,16868,'_event_id','2343'),(132632,16868,'_event_start_time','00:00:00'),(132633,16868,'_event_end_time','00:00:00'),(132634,16868,'_event_all_day','1'),(132635,16868,'_event_start_date','2014-06-11'),(132636,16868,'_event_end_date','2014-06-16'),(132637,16868,'_event_rsvp','0'),(132638,16868,'_event_rsvp_date',''),(132639,16868,'_event_rsvp_time','00:00:00'),(132640,16868,'_event_spaces',''),(132641,16868,'_location_id','18'),(132642,16868,'_recurrence_id',''),(132643,16868,'_event_status','1'),(132644,16868,'_event_private','0'),(132645,16868,'_event_date_created',''),(132646,16868,'_event_date_modified',''),(132647,16868,'_blog_id',''),(132648,16868,'_group_id','0'),(132649,16868,'_recurrence','0'),(132650,16868,'_recurrence_interval',''),(132651,16868,'_recurrence_freq',''),(132652,16868,'_recurrence_days','0'),(132653,16868,'_recurrence_byday',''),(132654,16868,'_recurrence_byweekno',''),(132655,16868,'_start_ts','1402444800'),(132656,16868,'_end_ts','1402876800'),(132657,16869,'_edit_last','1837'),(132658,16869,'_edit_lock','1391091600:1837'),(132661,16869,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132662,16869,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132663,16869,'_event_id','2344'),(132664,16869,'_event_start_time','00:00:00'),(132665,16869,'_event_end_time','00:00:00'),(132666,16869,'_event_all_day','1'),(132667,16869,'_event_start_date','2014-06-08'),(132668,16869,'_event_end_date','2014-06-15'),(132669,16869,'_event_rsvp','0'),(132670,16869,'_event_rsvp_date',''),(132671,16869,'_event_rsvp_time','00:00:00'),(132672,16869,'_event_spaces',''),(132673,16869,'_location_id','18'),(132674,16869,'_recurrence_id',''),(132675,16869,'_event_status','1'),(132676,16869,'_event_private','0'),(132677,16869,'_event_date_created',''),(132678,16869,'_event_date_modified',''),(132679,16869,'_blog_id',''),(132680,16869,'_group_id','0'),(132681,16869,'_recurrence','0'),(132682,16869,'_recurrence_interval',''),(132683,16869,'_recurrence_freq',''),(132684,16869,'_recurrence_days','0'),(132685,16869,'_recurrence_byday',''),(132686,16869,'_recurrence_byweekno',''),(132687,16869,'_start_ts','1402185600'),(132688,16869,'_end_ts','1402790400'),(132689,16867,'_edit_last','2'),(132690,16867,'_wp_page_template','page-template-left-nav.php'),(132693,16867,'truethemes_page_checkbox',''),(132694,16867,'truethemes_custom_sub_menu','allied-membership'),(132695,16867,'truethemes_slider_shortcode',''),(132696,16867,'truethemes_slider_cu3er',''),(132697,16867,'banner_search','yes'),(132698,16867,'page_primary_color_scheme','null'),(132699,16867,'page_secondary_color_scheme','null'),(132700,16867,'page_background_color','#'),(132701,16867,'page_background_position','left top'),(132702,16867,'page_background_repeat','repeat'),(132705,16867,'_edit_lock','1407787546:2'),(132712,16870,'_edit_last','1837'),(132713,16870,'_edit_lock','1391091786:1837'),(132728,16870,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132729,16870,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132730,16870,'_event_id','2345'),(132731,16870,'_event_start_time','00:00:00'),(132732,16870,'_event_end_time','00:00:00'),(132733,16870,'_event_all_day','1'),(132734,16870,'_event_start_date','2014-06-01'),(132735,16870,'_event_end_date','2014-06-30'),(132736,16870,'_event_rsvp','0'),(132737,16870,'_event_rsvp_date',''),(132738,16870,'_event_rsvp_time','00:00:00'),(132739,16870,'_event_spaces',''),(132740,16870,'_location_id','18'),(132741,16870,'_recurrence_id',''),(132742,16870,'_event_status','1'),(132743,16870,'_event_private','0'),(132744,16870,'_event_date_created',''),(132745,16870,'_event_date_modified',''),(132746,16870,'_blog_id',''),(132747,16870,'_group_id','0'),(132748,16870,'_recurrence','0'),(132749,16870,'_recurrence_interval',''),(132750,16870,'_recurrence_freq',''),(132751,16870,'_recurrence_days','0'),(132752,16870,'_recurrence_byday',''),(132753,16870,'_recurrence_byweekno',''),(132754,16870,'_start_ts','1401580800'),(132755,16870,'_end_ts','1404086400'),(132756,16878,'_edit_last','1837'),(132757,16878,'_edit_lock','1391092484:1837'),(132762,16878,'_event_id','2346'),(132763,16878,'_event_start_time','00:00:00'),(132764,16878,'_event_end_time','00:00:00'),(132765,16878,'_event_all_day','1'),(132766,16878,'_event_start_date','2014-06-01'),(132767,16878,'_event_end_date','2014-06-30'),(132768,16878,'_event_rsvp','0'),(132769,16878,'_event_rsvp_date',''),(132770,16878,'_event_rsvp_time','00:00:00'),(132771,16878,'_event_spaces',''),(132772,16878,'_location_id','18'),(132773,16878,'_recurrence_id',''),(132774,16878,'_event_status','1'),(132775,16878,'_event_private','0'),(132776,16878,'_event_date_created',''),(132777,16878,'_event_date_modified',''),(132778,16878,'_blog_id',''),(132779,16878,'_group_id','0'),(132780,16878,'_recurrence','0'),(132781,16878,'_recurrence_interval',''),(132782,16878,'_recurrence_freq',''),(132783,16878,'_recurrence_days','0'),(132784,16878,'_recurrence_byday',''),(132785,16878,'_recurrence_byweekno',''),(132786,16878,'_start_ts','1401580800'),(132787,16878,'_end_ts','1404086400'),(132790,16878,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132791,16878,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132792,16880,'_edit_last','1837'),(132793,16880,'_edit_lock','1391093689:1837'),(132798,16880,'_event_id','2347'),(132799,16880,'_event_start_time','00:00:00'),(132800,16880,'_event_end_time','00:00:00'),(132801,16880,'_event_all_day','1'),(132802,16880,'_event_start_date','2014-06-01'),(132803,16880,'_event_end_date','2014-06-30'),(132804,16880,'_event_rsvp','0'),(132805,16880,'_event_rsvp_date',''),(132806,16880,'_event_rsvp_time','00:00:00'),(132807,16880,'_event_spaces',''),(132808,16880,'_location_id','18'),(132809,16880,'_recurrence_id',''),(132810,16880,'_event_status','1'),(132811,16880,'_event_private','0'),(132812,16880,'_event_date_created',''),(132813,16880,'_event_date_modified',''),(132814,16880,'_blog_id',''),(132815,16880,'_group_id','0'),(132816,16880,'_recurrence','0'),(132817,16880,'_recurrence_interval',''),(132818,16880,'_recurrence_freq',''),(132819,16880,'_recurrence_days','0'),(132820,16880,'_recurrence_byday',''),(132821,16880,'_recurrence_byweekno',''),(132822,16880,'_start_ts','1401580800'),(132823,16880,'_end_ts','1404086400'),(132824,16881,'_edit_last','1837'),(132825,16881,'_edit_lock','1391092955:1837'),(132828,16881,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132829,16881,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132830,16881,'_event_id','2348'),(132831,16881,'_event_start_time','00:00:00'),(132832,16881,'_event_end_time','00:00:00'),(132833,16881,'_event_all_day','1'),(132834,16881,'_event_start_date','2014-07-01'),(132835,16881,'_event_end_date','2014-07-01'),(132836,16881,'_event_rsvp','0'),(132837,16881,'_event_rsvp_date',''),(132838,16881,'_event_rsvp_time','00:00:00'),(132839,16881,'_event_spaces',''),(132840,16881,'_location_id','18'),(132841,16881,'_recurrence_id',''),(132842,16881,'_event_status','1'),(132843,16881,'_event_private','0'),(132844,16881,'_event_date_created',''),(132845,16881,'_event_date_modified',''),(132846,16881,'_blog_id',''),(132847,16881,'_group_id','0'),(132848,16881,'_recurrence','0'),(132849,16881,'_recurrence_interval',''),(132850,16881,'_recurrence_freq',''),(132851,16881,'_recurrence_days','0'),(132852,16881,'_recurrence_byday',''),(132853,16881,'_recurrence_byweekno',''),(132854,16881,'_start_ts','1404172800'),(132855,16881,'_end_ts','1404172800'),(132858,16880,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132859,16880,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132860,16883,'_edit_last','1837'),(132861,16883,'_edit_lock','1391094957:1837'),(132864,16883,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132865,16883,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132866,16883,'_event_id','2349'),(132867,16883,'_event_start_time','00:00:00'),(132868,16883,'_event_end_time','00:00:00'),(132869,16883,'_event_all_day','1'),(132870,16883,'_event_start_date','2014-07-06'),(132871,16883,'_event_end_date','2014-07-06'),(132872,16883,'_event_rsvp','0'),(132873,16883,'_event_rsvp_date',''),(132874,16883,'_event_rsvp_time','00:00:00'),(132875,16883,'_event_spaces',''),(132876,16883,'_location_id','18'),(132877,16883,'_recurrence_id',''),(132878,16883,'_event_status','1'),(132879,16883,'_event_private','0'),(132880,16883,'_event_date_created',''),(132881,16883,'_event_date_modified',''),(132882,16883,'_blog_id',''),(132883,16883,'_group_id','0'),(132884,16883,'_recurrence','0'),(132885,16883,'_recurrence_interval',''),(132886,16883,'_recurrence_freq',''),(132887,16883,'_recurrence_days','0'),(132888,16883,'_recurrence_byday',''),(132889,16883,'_recurrence_byweekno',''),(132890,16883,'_start_ts','1404604800'),(132891,16883,'_end_ts','1404604800'),(132892,10202,'_edit_lock','1391095409:1837'),(132893,10222,'_edit_lock','1391102995:1837'),(132894,10202,'_edit_last','1837'),(132897,10202,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132898,10202,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(132899,16888,'_feedback_author',''),(132900,16888,'_feedback_author_email',''),(132901,16888,'_feedback_author_url',''),(132902,16888,'_feedback_subject','Signup form OneCaribbean'),(132903,16888,'_feedback_ip','10.17.1.254'),(132904,16888,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(132905,16888,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"cbmtxqgxn\";s:13:\"Email address\";s:17:\"ytdjqd@esares.com\";s:20:\"Country of Residence\";s:15:\"ExsrtLYOzcirAqr\";s:28:\"Name of Organization/Company\";s:9:\"cbmtxqgxn\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:8:\"bHqVRnma\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132906,16888,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"cbmtxqgxn\";s:13:\"Email address\";s:17:\"ytdjqd@esares.com\";s:20:\"Country of Residence\";s:15:\"ExsrtLYOzcirAqr\";s:28:\"Name of Organization/Company\";s:9:\"cbmtxqgxn\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:8:\"bHqVRnma\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(132907,16888,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-402c9c14-1c46-4c20-a379-baec16227266\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49838\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"346\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.188\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"346\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391100457.4038\";s:12:\"REQUEST_TIME\";s:10:\"1391100457\";}'),(132908,16888,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:306:\"Name: cbmtxqgxn\n\nEmail address: ytdjqd@esares.com\n\nCountry of Residence: ExsrtLYOzcirAqr\n\nName of Organization/Company: cbmtxqgxn\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: bHqVRnma\n\nMessage was sent on Thursday January 30, 2014 at 12:47 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(132927,10220,'_edit_lock','1391104706:1837'),(132982,10200,'_edit_lock','1391104932:1837'),(133001,10200,'_edit_last','1837'),(133008,10200,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133009,10200,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133010,10205,'_edit_lock','1391105079:1837'),(133017,10205,'_edit_last','1837'),(133020,10205,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133021,10205,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133022,10188,'_edit_lock','1391107460:1837'),(133023,10201,'_edit_lock','1391105649:1837'),(133036,10223,'_edit_lock','1391105912:1837'),(133037,10836,'_edit_lock','1391107065:1837'),(133038,10835,'_edit_lock','1391109303:1837'),(133039,16933,'_feedback_author',''),(133040,16933,'_feedback_author_email',''),(133041,16933,'_feedback_author_url',''),(133042,16933,'_feedback_subject','Signup form OneCaribbean'),(133043,16933,'_feedback_ip','10.17.1.254'),(133044,16933,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133045,16933,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Jakcepxd\";s:13:\"Email address\";s:21:\"agfulgka@nebziaks.com\";s:20:\"Country of Residence\";s:6:\"250298\";s:28:\"Name of Organization/Company\";s:18:\"LNbtZrYNeIjWsjLpnL\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:18:\"qMeTtyQxceVRxMUtiR\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133046,16933,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Jakcepxd\";s:13:\"Email address\";s:21:\"agfulgka@nebziaks.com\";s:20:\"Country of Residence\";s:6:\"250298\";s:28:\"Name of Organization/Company\";s:18:\"LNbtZrYNeIjWsjLpnL\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:18:\"qMeTtyQxceVRxMUtiR\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133047,16933,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3e9ed257-fa69-4f99-89fb-9a8cb672415f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54533\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"337\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"337\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391149665.0533\";s:12:\"REQUEST_TIME\";s:10:\"1391149665\";}'),(133048,16933,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Jakcepxd\n\nEmail address: agfulgka@nebziaks.com\n\nCountry of Residence: 250298\n\nName of Organization/Company: LNbtZrYNeIjWsjLpnL\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: qMeTtyQxceVRxMUtiR\n\nMessage was sent on Friday January 31, 2014 at 2:27 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133049,16938,'_edit_last','1837'),(133050,16938,'_edit_lock','1391172313:1837'),(133055,16938,'_event_id','2353'),(133056,16938,'_event_start_time','00:00:00'),(133057,16938,'_event_end_time','00:00:00'),(133058,16938,'_event_all_day','1'),(133059,16938,'_event_start_date','2014-07-01'),(133060,16938,'_event_end_date','2014-07-31'),(133061,16938,'_event_rsvp','0'),(133062,16938,'_event_rsvp_date',''),(133063,16938,'_event_rsvp_time','00:00:00'),(133064,16938,'_event_spaces',''),(133065,16938,'_location_id','18'),(133066,16938,'_recurrence_id',''),(133067,16938,'_event_status','1'),(133068,16938,'_event_private','0'),(133069,16938,'_event_date_created',''),(133070,16938,'_event_date_modified',''),(133071,16938,'_blog_id',''),(133072,16938,'_group_id','0'),(133073,16938,'_recurrence','0'),(133074,16938,'_recurrence_interval',''),(133075,16938,'_recurrence_freq',''),(133076,16938,'_recurrence_days','0'),(133077,16938,'_recurrence_byday',''),(133078,16938,'_recurrence_byweekno',''),(133079,16938,'_start_ts','1404172800'),(133080,16938,'_end_ts','1406764800'),(133087,16938,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133088,16938,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133089,16940,'_edit_last','1837'),(133090,16940,'_edit_lock','1391172578:1837'),(133093,16940,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133094,16940,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133095,16940,'_event_id','2354'),(133096,16940,'_event_start_time','00:00:00'),(133097,16940,'_event_end_time','00:00:00'),(133098,16940,'_event_all_day','1'),(133099,16940,'_event_start_date','2014-07-01'),(133100,16940,'_event_end_date','2014-07-31'),(133101,16940,'_event_rsvp','0'),(133102,16940,'_event_rsvp_date',''),(133103,16940,'_event_rsvp_time','00:00:00'),(133104,16940,'_event_spaces',''),(133105,16940,'_location_id','18'),(133106,16940,'_recurrence_id',''),(133107,16940,'_event_status','1'),(133108,16940,'_event_private','0'),(133109,16940,'_event_date_created',''),(133110,16940,'_event_date_modified',''),(133111,16940,'_blog_id',''),(133112,16940,'_group_id','0'),(133113,16940,'_recurrence','0'),(133114,16940,'_recurrence_interval',''),(133115,16940,'_recurrence_freq',''),(133116,16940,'_recurrence_days','0'),(133117,16940,'_recurrence_byday',''),(133118,16940,'_recurrence_byweekno',''),(133119,16940,'_start_ts','1404172800'),(133120,16940,'_end_ts','1406764800'),(133121,16941,'_edit_last','1837'),(133122,16941,'_edit_lock','1391173644:1837'),(133127,16941,'_event_id','2355'),(133128,16941,'_event_start_time','00:00:00'),(133129,16941,'_event_end_time','00:00:00'),(133130,16941,'_event_all_day','1'),(133131,16941,'_event_start_date','2014-07-06'),(133132,16941,'_event_end_date','2014-07-06'),(133133,16941,'_event_rsvp','0'),(133134,16941,'_event_rsvp_date',''),(133135,16941,'_event_rsvp_time','00:00:00'),(133136,16941,'_event_spaces',''),(133137,16941,'_location_id','18'),(133138,16941,'_recurrence_id',''),(133139,16941,'_event_status','1'),(133140,16941,'_event_private','0'),(133141,16941,'_event_date_created',''),(133142,16941,'_event_date_modified',''),(133143,16941,'_blog_id',''),(133144,16941,'_group_id','0'),(133145,16941,'_recurrence','0'),(133146,16941,'_recurrence_interval',''),(133147,16941,'_recurrence_freq',''),(133148,16941,'_recurrence_days','0'),(133149,16941,'_recurrence_byday',''),(133150,16941,'_recurrence_byweekno',''),(133151,16941,'_start_ts','1404604800'),(133152,16941,'_end_ts','1404604800'),(133153,16942,'_edit_last','1837'),(133154,16942,'_edit_lock','1391172973:1837'),(133157,16942,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133158,16942,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133159,16942,'_event_id','2356'),(133160,16942,'_event_start_time','00:00:00'),(133161,16942,'_event_end_time','00:00:00'),(133162,16942,'_event_all_day','0'),(133163,16942,'_event_start_date','2014-07-31'),(133164,16942,'_event_end_date','2014-08-06'),(133165,16942,'_event_rsvp','0'),(133166,16942,'_event_rsvp_date',''),(133167,16942,'_event_rsvp_time','00:00:00'),(133168,16942,'_event_spaces',''),(133169,16942,'_location_id','18'),(133170,16942,'_recurrence_id',''); INSERT INTO `cto_postmeta` VALUES (133171,16942,'_event_status','1'),(133172,16942,'_event_private','0'),(133173,16942,'_event_date_created',''),(133174,16942,'_event_date_modified',''),(133175,16942,'_blog_id',''),(133176,16942,'_group_id','0'),(133177,16942,'_recurrence','0'),(133178,16942,'_recurrence_interval',''),(133179,16942,'_recurrence_freq',''),(133180,16942,'_recurrence_days','0'),(133181,16942,'_recurrence_byday',''),(133182,16942,'_recurrence_byweekno',''),(133183,16942,'_start_ts','1406764800'),(133184,16942,'_end_ts','1407283200'),(133191,16941,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133192,16941,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133193,16944,'_edit_last','1837'),(133194,16944,'_edit_lock','1391174101:1837'),(133197,16944,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133198,16944,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133199,16944,'_event_id','2357'),(133200,16944,'_event_start_time','00:00:00'),(133201,16944,'_event_end_time','00:00:00'),(133202,16944,'_event_all_day','1'),(133203,16944,'_event_start_date','2014-07-13'),(133204,16944,'_event_end_date','2014-07-13'),(133205,16944,'_event_rsvp','0'),(133206,16944,'_event_rsvp_date',''),(133207,16944,'_event_rsvp_time','00:00:00'),(133208,16944,'_event_spaces',''),(133209,16944,'_location_id','18'),(133210,16944,'_recurrence_id',''),(133211,16944,'_event_status','1'),(133212,16944,'_event_private','0'),(133213,16944,'_event_date_created',''),(133214,16944,'_event_date_modified',''),(133215,16944,'_blog_id',''),(133216,16944,'_group_id','0'),(133217,16944,'_recurrence','0'),(133218,16944,'_recurrence_interval',''),(133219,16944,'_recurrence_freq',''),(133220,16944,'_recurrence_days','0'),(133221,16944,'_recurrence_byday',''),(133222,16944,'_recurrence_byweekno',''),(133223,16944,'_start_ts','1405209600'),(133224,16944,'_end_ts','1405209600'),(133225,16946,'_edit_last','1837'),(133226,16946,'_edit_lock','1391177066:1837'),(133229,16946,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133230,16946,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133231,16946,'_event_id','2358'),(133232,16946,'_event_start_time','00:00:00'),(133233,16946,'_event_end_time','00:00:00'),(133234,16946,'_event_all_day','1'),(133235,16946,'_event_start_date','2014-07-01'),(133236,16946,'_event_end_date','2014-08-31'),(133237,16946,'_event_rsvp','0'),(133238,16946,'_event_rsvp_date',''),(133239,16946,'_event_rsvp_time','00:00:00'),(133240,16946,'_event_spaces',''),(133241,16946,'_location_id','18'),(133242,16946,'_recurrence_id',''),(133243,16946,'_event_status','1'),(133244,16946,'_event_private','0'),(133245,16946,'_event_date_created',''),(133246,16946,'_event_date_modified',''),(133247,16946,'_blog_id',''),(133248,16946,'_group_id','0'),(133249,16946,'_recurrence','0'),(133250,16946,'_recurrence_interval',''),(133251,16946,'_recurrence_freq',''),(133252,16946,'_recurrence_days','0'),(133253,16946,'_recurrence_byday',''),(133254,16946,'_recurrence_byweekno',''),(133255,16946,'_start_ts','1404172800'),(133256,16946,'_end_ts','1409443200'),(133257,16948,'_edit_last','1837'),(133258,16948,'_edit_lock','1391181323:1837'),(133267,16948,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133268,16948,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133269,16948,'_event_id','2359'),(133270,16948,'_event_start_time','00:00:00'),(133271,16948,'_event_end_time','00:00:00'),(133272,16948,'_event_all_day','1'),(133273,16948,'_event_start_date','2014-07-13'),(133274,16948,'_event_end_date','2014-07-19'),(133275,16948,'_event_rsvp','0'),(133276,16948,'_event_rsvp_date',''),(133277,16948,'_event_rsvp_time','00:00:00'),(133278,16948,'_event_spaces',''),(133279,16948,'_location_id','18'),(133280,16948,'_recurrence_id',''),(133281,16948,'_event_status','1'),(133282,16948,'_event_private','0'),(133283,16948,'_event_date_created',''),(133284,16948,'_event_date_modified',''),(133285,16948,'_blog_id',''),(133286,16948,'_group_id','0'),(133287,16948,'_recurrence','0'),(133288,16948,'_recurrence_interval',''),(133289,16948,'_recurrence_freq',''),(133290,16948,'_recurrence_days','0'),(133291,16948,'_recurrence_byday',''),(133292,16948,'_recurrence_byweekno',''),(133293,16948,'_start_ts','1405209600'),(133294,16948,'_end_ts','1405728000'),(133295,16952,'_edit_last','1837'),(133296,16952,'_edit_lock','1391181385:1837'),(133299,16952,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133300,16952,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133301,16952,'_event_id','2360'),(133302,16952,'_event_start_time','00:00:00'),(133303,16952,'_event_end_time','00:00:00'),(133304,16952,'_event_all_day','1'),(133305,16952,'_event_start_date','2014-07-18'),(133306,16952,'_event_end_date','2014-07-20'),(133307,16952,'_event_rsvp','0'),(133308,16952,'_event_rsvp_date',''),(133309,16952,'_event_rsvp_time','00:00:00'),(133310,16952,'_event_spaces',''),(133311,16952,'_location_id','18'),(133312,16952,'_recurrence_id',''),(133313,16952,'_event_status','1'),(133314,16952,'_event_private','0'),(133315,16952,'_event_date_created',''),(133316,16952,'_event_date_modified',''),(133317,16952,'_blog_id',''),(133318,16952,'_group_id','0'),(133319,16952,'_recurrence','0'),(133320,16952,'_recurrence_interval',''),(133321,16952,'_recurrence_freq',''),(133322,16952,'_recurrence_days','0'),(133323,16952,'_recurrence_byday',''),(133324,16952,'_recurrence_byweekno',''),(133325,16952,'_start_ts','1405641600'),(133326,16952,'_end_ts','1405814400'),(133327,16953,'_edit_last','1837'),(133328,16953,'_edit_lock','1391188273:1837'),(133331,16953,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133332,16953,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133333,16953,'_event_id','2361'),(133334,16953,'_event_start_time','00:00:00'),(133335,16953,'_event_end_time','00:00:00'),(133336,16953,'_event_all_day','1'),(133337,16953,'_event_start_date','2014-07-31'),(133338,16953,'_event_end_date','2014-08-01'),(133339,16953,'_event_rsvp','0'),(133340,16953,'_event_rsvp_date',''),(133341,16953,'_event_rsvp_time','00:00:00'),(133342,16953,'_event_spaces',''),(133343,16953,'_location_id','18'),(133344,16953,'_recurrence_id',''),(133345,16953,'_event_status','1'),(133346,16953,'_event_private','0'),(133347,16953,'_event_date_created',''),(133348,16953,'_event_date_modified',''),(133349,16953,'_blog_id',''),(133350,16953,'_group_id','0'),(133351,16953,'_recurrence','0'),(133352,16953,'_recurrence_interval',''),(133353,16953,'_recurrence_freq',''),(133354,16953,'_recurrence_days','0'),(133355,16953,'_recurrence_byday',''),(133356,16953,'_recurrence_byweekno',''),(133357,16953,'_start_ts','1406764800'),(133358,16953,'_end_ts','1406851200'),(133359,16956,'_feedback_author',''),(133360,16956,'_feedback_author_email',''),(133361,16956,'_feedback_author_url',''),(133362,16956,'_feedback_subject','Signup form OneCaribbean'),(133363,16956,'_feedback_ip','10.17.1.254'),(133364,16956,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133365,16956,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Emsmhmkk\";s:13:\"Email address\";s:21:\"ybjokvzr@nhvchsvy.com\";s:20:\"Country of Residence\";s:6:\"185568\";s:28:\"Name of Organization/Company\";s:18:\"fFayTNjuSeBVXEFRJV\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:15:\"XhEVodFVqHPwlep\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133366,16956,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Emsmhmkk\";s:13:\"Email address\";s:21:\"ybjokvzr@nhvchsvy.com\";s:20:\"Country of Residence\";s:6:\"185568\";s:28:\"Name of Organization/Company\";s:18:\"fFayTNjuSeBVXEFRJV\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:15:\"XhEVodFVqHPwlep\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133367,16956,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b3e9a77e-3efd-4494-bfcf-318ee50adcf7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51294\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"343\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"343\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391186081.0911\";s:12:\"REQUEST_TIME\";s:10:\"1391186081\";}'),(133368,16956,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:305:\"Name: Emsmhmkk\n\nEmail address: ybjokvzr@nhvchsvy.com\n\nCountry of Residence: 185568\n\nName of Organization/Company: fFayTNjuSeBVXEFRJV\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: XhEVodFVqHPwlep\n\nMessage was sent on Friday January 31, 2014 at 12:34 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133369,16957,'_edit_last','1837'),(133370,16957,'_edit_lock','1391188743:1837'),(133381,16957,'_event_id','2362'),(133382,16957,'_event_start_time','00:00:00'),(133383,16957,'_event_end_time','00:00:00'),(133384,16957,'_event_all_day','1'),(133385,16957,'_event_start_date','2014-08-01'),(133386,16957,'_event_end_date','2014-08-31'),(133387,16957,'_event_rsvp','0'),(133388,16957,'_event_rsvp_date',''),(133389,16957,'_event_rsvp_time','00:00:00'),(133390,16957,'_event_spaces',''),(133391,16957,'_location_id','18'),(133392,16957,'_recurrence_id',''),(133393,16957,'_event_status','1'),(133394,16957,'_event_private','0'),(133395,16957,'_event_date_created',''),(133396,16957,'_event_date_modified',''),(133397,16957,'_blog_id',''),(133398,16957,'_group_id','0'),(133399,16957,'_recurrence','0'),(133400,16957,'_recurrence_interval',''),(133401,16957,'_recurrence_freq',''),(133402,16957,'_recurrence_days','0'),(133403,16957,'_recurrence_byday',''),(133404,16957,'_recurrence_byweekno',''),(133405,16957,'_start_ts','1406851200'),(133406,16957,'_end_ts','1409443200'),(133409,16957,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133410,16957,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133411,16960,'_edit_last','1837'),(133412,16960,'_edit_lock','1391189100:1837'),(133415,16960,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133416,16960,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133417,16960,'_event_id','2363'),(133418,16960,'_event_start_time','00:00:00'),(133419,16960,'_event_end_time','00:00:00'),(133420,16960,'_event_all_day','0'),(133421,16960,'_event_start_date','2014-08-03'),(133422,16960,'_event_end_date','2014-08-04'),(133423,16960,'_event_rsvp','0'),(133424,16960,'_event_rsvp_date',''),(133425,16960,'_event_rsvp_time','00:00:00'),(133426,16960,'_event_spaces',''),(133427,16960,'_location_id','18'),(133428,16960,'_recurrence_id',''),(133429,16960,'_event_status','1'),(133430,16960,'_event_private','0'),(133431,16960,'_event_date_created',''),(133432,16960,'_event_date_modified',''),(133433,16960,'_blog_id',''),(133434,16960,'_group_id','0'),(133435,16960,'_recurrence','0'),(133436,16960,'_recurrence_interval',''),(133437,16960,'_recurrence_freq',''),(133438,16960,'_recurrence_days','0'),(133439,16960,'_recurrence_byday',''),(133440,16960,'_recurrence_byweekno',''),(133441,16960,'_start_ts','1407024000'),(133442,16960,'_end_ts','1407110400'),(133443,16962,'_edit_last','1837'),(133444,16962,'_edit_lock','1391189433:1837'),(133447,16962,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133448,16962,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133449,16962,'_event_id','2364'),(133450,16962,'_event_start_time','00:00:00'),(133451,16962,'_event_end_time','00:00:00'),(133452,16962,'_event_all_day','1'),(133453,16962,'_event_start_date','2014-08-01'),(133454,16962,'_event_end_date','2014-08-06'),(133455,16962,'_event_rsvp','0'),(133456,16962,'_event_rsvp_date',''),(133457,16962,'_event_rsvp_time','00:00:00'),(133458,16962,'_event_spaces',''),(133459,16962,'_location_id','18'),(133460,16962,'_recurrence_id',''),(133461,16962,'_event_status','1'),(133462,16962,'_event_private','0'),(133463,16962,'_event_date_created',''),(133464,16962,'_event_date_modified',''),(133465,16962,'_blog_id',''),(133466,16962,'_group_id','0'),(133467,16962,'_recurrence','0'),(133468,16962,'_recurrence_interval',''),(133469,16962,'_recurrence_freq',''),(133470,16962,'_recurrence_days','0'),(133471,16962,'_recurrence_byday',''),(133472,16962,'_recurrence_byweekno',''),(133473,16962,'_start_ts','1406851200'),(133474,16962,'_end_ts','1407283200'),(133475,16964,'_edit_last','1837'),(133476,16964,'_edit_lock','1391190234:1837'),(133479,16964,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133480,16964,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133481,16964,'_event_id','2365'),(133482,16964,'_event_start_time','00:00:00'),(133483,16964,'_event_end_time','00:00:00'),(133484,16964,'_event_all_day','1'),(133485,16964,'_event_start_date','2014-08-03'),(133486,16964,'_event_end_date','2014-08-06'),(133487,16964,'_event_rsvp','0'),(133488,16964,'_event_rsvp_date',''),(133489,16964,'_event_rsvp_time','00:00:00'),(133490,16964,'_event_spaces',''),(133491,16964,'_location_id','18'),(133492,16964,'_recurrence_id',''),(133493,16964,'_event_status','1'),(133494,16964,'_event_private','0'),(133495,16964,'_event_date_created',''),(133496,16964,'_event_date_modified',''),(133497,16964,'_blog_id',''),(133498,16964,'_group_id','0'),(133499,16964,'_recurrence','0'),(133500,16964,'_recurrence_interval',''),(133501,16964,'_recurrence_freq',''),(133502,16964,'_recurrence_days','0'),(133503,16964,'_recurrence_byday',''),(133504,16964,'_recurrence_byweekno',''),(133505,16964,'_start_ts','1407024000'),(133506,16964,'_end_ts','1407283200'),(133513,16968,'_edit_last','1837'),(133514,16968,'_edit_lock','1391190453:1837'),(133523,16968,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133524,16968,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133525,16968,'_event_id','2366'),(133526,16968,'_event_start_time','00:00:00'),(133527,16968,'_event_end_time','00:00:00'),(133528,16968,'_event_all_day','1'),(133529,16968,'_event_start_date','2014-08-04'),(133530,16968,'_event_end_date','2014-08-06'),(133531,16968,'_event_rsvp','0'),(133532,16968,'_event_rsvp_date',''),(133533,16968,'_event_rsvp_time','00:00:00'),(133534,16968,'_event_spaces',''),(133535,16968,'_location_id','18'),(133536,16968,'_recurrence_id',''),(133537,16968,'_event_status','1'),(133538,16968,'_event_private','0'),(133539,16968,'_event_date_created',''),(133540,16968,'_event_date_modified',''),(133541,16968,'_blog_id',''),(133542,16968,'_group_id','0'),(133543,16968,'_recurrence','0'),(133544,16968,'_recurrence_interval',''),(133545,16968,'_recurrence_freq',''),(133546,16968,'_recurrence_days','0'),(133547,16968,'_recurrence_byday',''),(133548,16968,'_recurrence_byweekno',''),(133549,16968,'_start_ts','1407110400'),(133550,16968,'_end_ts','1407283200'),(133551,16970,'_edit_last','1837'),(133552,16970,'_edit_lock','1391190894:1837'),(133555,16970,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133556,16970,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133557,16970,'_event_id','2367'),(133558,16970,'_event_start_time','00:00:00'),(133559,16970,'_event_end_time','00:00:00'),(133560,16970,'_event_all_day','0'),(133561,16970,'_event_start_date','2014-08-06'),(133562,16970,'_event_end_date','2014-08-06'),(133563,16970,'_event_rsvp','0'),(133564,16970,'_event_rsvp_date',''),(133565,16970,'_event_rsvp_time','00:00:00'),(133566,16970,'_event_spaces',''),(133567,16970,'_location_id','18'),(133568,16970,'_recurrence_id',''),(133569,16970,'_event_status','1'),(133570,16970,'_event_private','0'),(133571,16970,'_event_date_created',''),(133572,16970,'_event_date_modified',''),(133573,16970,'_blog_id',''),(133574,16970,'_group_id','0'),(133575,16970,'_recurrence','0'),(133576,16970,'_recurrence_interval',''),(133577,16970,'_recurrence_freq',''),(133578,16970,'_recurrence_days','0'),(133579,16970,'_recurrence_byday',''),(133580,16970,'_recurrence_byweekno',''),(133581,16970,'_start_ts','1407283200'),(133582,16970,'_end_ts','1407283200'),(133583,16972,'_edit_last','1837'),(133584,16972,'_edit_lock','1391195470:1837'),(133587,16972,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133588,16972,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133589,16972,'_event_id','2368'),(133590,16972,'_event_start_time','00:00:00'),(133591,16972,'_event_end_time','00:00:00'),(133592,16972,'_event_all_day','1'),(133593,16972,'_event_start_date','2014-08-06'),(133594,16972,'_event_end_date','2014-08-06'),(133595,16972,'_event_rsvp','0'),(133596,16972,'_event_rsvp_date',''),(133597,16972,'_event_rsvp_time','00:00:00'),(133598,16972,'_event_spaces',''),(133599,16972,'_location_id','18'),(133600,16972,'_recurrence_id',''),(133601,16972,'_event_status','1'),(133602,16972,'_event_private','0'),(133603,16972,'_event_date_created',''),(133604,16972,'_event_date_modified',''),(133605,16972,'_blog_id',''),(133606,16972,'_group_id','0'),(133607,16972,'_recurrence','0'),(133608,16972,'_recurrence_interval',''),(133609,16972,'_recurrence_freq',''),(133610,16972,'_recurrence_days','0'),(133611,16972,'_recurrence_byday',''),(133612,16972,'_recurrence_byweekno',''),(133613,16972,'_start_ts','1407283200'),(133614,16972,'_end_ts','1407283200'),(133621,16977,'_feedback_author',''),(133622,16977,'_feedback_author_email',''),(133623,16977,'_feedback_author_url',''),(133624,16977,'_feedback_subject','Signup form OneCaribbean'),(133625,16977,'_feedback_ip','10.17.1.254'),(133626,16977,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133627,16977,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Muscessk\";s:13:\"Email address\";s:21:\"drmnmdmu@scfvzzfa.com\";s:20:\"Country of Residence\";s:6:\"589182\";s:28:\"Name of Organization/Company\";s:11:\"TtjPUuyYzpB\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:14:\"OIwZkiIFzxahzl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133628,16977,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Muscessk\";s:13:\"Email address\";s:21:\"drmnmdmu@scfvzzfa.com\";s:20:\"Country of Residence\";s:6:\"589182\";s:28:\"Name of Organization/Company\";s:11:\"TtjPUuyYzpB\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:14:\"OIwZkiIFzxahzl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133629,16977,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7f5afb33-5ae9-427e-a37c-133b1aea9908\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38304\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"336\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"336\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391200710.0095\";s:12:\"REQUEST_TIME\";s:10:\"1391200710\";}'),(133630,16977,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:299:\"Name: Muscessk\n\nEmail address: drmnmdmu@scfvzzfa.com\n\nCountry of Residence: 589182\n\nName of Organization/Company: TtjPUuyYzpB\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: OIwZkiIFzxahzl\n\nMessage was sent on Friday January 31, 2014 at 4:38 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133631,16978,'_feedback_author',''),(133632,16978,'_feedback_author_email',''),(133633,16978,'_feedback_author_url',''),(133634,16978,'_feedback_subject','Signup form OneCaribbean'),(133635,16978,'_feedback_ip','10.17.1.254'),(133636,16978,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133637,16978,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Tzhrreha\";s:13:\"Email address\";s:21:\"kanucdvk@diwdwzvf.com\";s:20:\"Country of Residence\";s:4:\"6763\";s:28:\"Name of Organization/Company\";s:10:\"AAbuDSEijH\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:19:\"frcFmGptfKwtolJZtuG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133638,16978,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Tzhrreha\";s:13:\"Email address\";s:21:\"kanucdvk@diwdwzvf.com\";s:20:\"Country of Residence\";s:4:\"6763\";s:28:\"Name of Organization/Company\";s:10:\"AAbuDSEijH\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:19:\"frcFmGptfKwtolJZtuG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133639,16978,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-01a5a064-98d3-46c4-95a4-1f9350e9bf37\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47523\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391205110.8503\";s:12:\"REQUEST_TIME\";s:10:\"1391205110\";}'),(133640,16978,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: Tzhrreha\n\nEmail address: kanucdvk@diwdwzvf.com\n\nCountry of Residence: 6763\n\nName of Organization/Company: AAbuDSEijH\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: frcFmGptfKwtolJZtuG\n\nMessage was sent on Friday January 31, 2014 at 5:51 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133641,16979,'_feedback_author',''),(133642,16979,'_feedback_author_email',''),(133643,16979,'_feedback_author_url',''),(133644,16979,'_feedback_subject','Signup form OneCaribbean'),(133645,16979,'_feedback_ip','10.17.1.254'),(133646,16979,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133647,16979,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Washlcwj\";s:13:\"Email address\";s:21:\"kcsaejhk@fltvhvdr.com\";s:20:\"Country of Residence\";s:6:\"623394\";s:28:\"Name of Organization/Company\";s:15:\"MLrgrnnYkegglxy\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:18:\"CQYZwHzQMhBCBOcqzV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133648,16979,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Washlcwj\";s:13:\"Email address\";s:21:\"kcsaejhk@fltvhvdr.com\";s:20:\"Country of Residence\";s:6:\"623394\";s:28:\"Name of Organization/Company\";s:15:\"MLrgrnnYkegglxy\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:18:\"CQYZwHzQMhBCBOcqzV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133649,16979,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7a16804c-5663-4070-9de6-f19f133daf57\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47523\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"344\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"344\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391205121.7553\";s:12:\"REQUEST_TIME\";s:10:\"1391205121\";}'),(133650,16979,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:307:\"Name: Washlcwj\n\nEmail address: kcsaejhk@fltvhvdr.com\n\nCountry of Residence: 623394\n\nName of Organization/Company: MLrgrnnYkegglxy\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: CQYZwHzQMhBCBOcqzV\n\nMessage was sent on Friday January 31, 2014 at 5:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133651,16980,'_feedback_author',''),(133652,16980,'_feedback_author_email',''),(133653,16980,'_feedback_author_url',''),(133654,16980,'_feedback_subject','Signup form OneCaribbean'),(133655,16980,'_feedback_ip','10.17.1.254'),(133656,16980,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133657,16980,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Zsazkzgd\";s:13:\"Email address\";s:21:\"uxgfsmrk@hslsqvag.com\";s:20:\"Country of Residence\";s:6:\"770414\";s:28:\"Name of Organization/Company\";s:14:\"ZLsMhqLbfDjvbW\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"LQDnwuIDroCMBT\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133658,16980,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Zsazkzgd\";s:13:\"Email address\";s:21:\"uxgfsmrk@hslsqvag.com\";s:20:\"Country of Residence\";s:6:\"770414\";s:28:\"Name of Organization/Company\";s:14:\"ZLsMhqLbfDjvbW\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"LQDnwuIDroCMBT\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133659,16980,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7a16804c-5663-4070-9de6-f19f133daf57\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45954\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391205159.8286\";s:12:\"REQUEST_TIME\";s:10:\"1391205159\";}'),(133660,16980,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:284:\"Name: Zsazkzgd\n\nEmail address: uxgfsmrk@hslsqvag.com\n\nCountry of Residence: 770414\n\nName of Organization/Company: ZLsMhqLbfDjvbW\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: LQDnwuIDroCMBT\n\nMessage was sent on Friday January 31, 2014 at 5:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133661,16981,'_feedback_author',''),(133662,16981,'_feedback_author_email',''),(133663,16981,'_feedback_author_url',''),(133664,16981,'_feedback_subject','Signup form OneCaribbean'),(133665,16981,'_feedback_ip','10.17.1.254'),(133666,16981,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(133667,16981,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"kyzveqqcqu\";s:13:\"Email address\";s:17:\"jgzdio@fadedu.com\";s:20:\"Country of Residence\";s:6:\"550782\";s:28:\"Name of Organization/Company\";s:18:\"DUVrCneExfzArIWcAG\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:17:\"HBbvdSvGJcumMkGCD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133668,16981,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"kyzveqqcqu\";s:13:\"Email address\";s:17:\"jgzdio@fadedu.com\";s:20:\"Country of Residence\";s:6:\"550782\";s:28:\"Name of Organization/Company\";s:18:\"DUVrCneExfzArIWcAG\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:17:\"HBbvdSvGJcumMkGCD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(133669,16981,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1e597d3a-658d-4b61-a5d1-0dc7fe25274e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33152\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"344\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"344\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391304114.4739\";s:12:\"REQUEST_TIME\";s:10:\"1391304114\";}'),(133670,16981,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:309:\"Name: kyzveqqcqu\n\nEmail address: jgzdio@fadedu.com\n\nCountry of Residence: 550782\n\nName of Organization/Company: DUVrCneExfzArIWcAG\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: HBbvdSvGJcumMkGCD\n\nMessage was sent on Saturday February 1, 2014 at 9:21 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(133671,16982,'_edit_last','1837'),(133672,16982,'_edit_lock','1391444043:1837'),(133675,16982,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133676,16982,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133677,16982,'_event_id','2369'),(133678,16982,'_event_start_time','00:00:00'),(133679,16982,'_event_end_time','00:00:00'),(133680,16982,'_event_all_day','1'),(133681,16982,'_event_start_date','2014-02-01'),(133682,16982,'_event_end_date','2014-02-28'),(133683,16982,'_event_rsvp','0'),(133684,16982,'_event_rsvp_date',''),(133685,16982,'_event_rsvp_time','00:00:00'),(133686,16982,'_event_spaces',''),(133687,16982,'_location_id','19'),(133688,16982,'_recurrence_id',''),(133689,16982,'_event_status','1'),(133690,16982,'_event_private','0'),(133691,16982,'_event_date_created',''),(133692,16982,'_event_date_modified',''),(133693,16982,'_blog_id',''),(133694,16982,'_group_id','0'),(133695,16982,'_recurrence','0'),(133696,16982,'_recurrence_interval',''),(133697,16982,'_recurrence_freq',''),(133698,16982,'_recurrence_days','0'),(133699,16982,'_recurrence_byday',''),(133700,16982,'_recurrence_byweekno',''),(133701,16982,'_start_ts','1391212800'),(133702,16982,'_end_ts','1393545600'),(133703,16984,'_edit_last','1837'),(133704,16984,'_edit_lock','1391444428:1837'),(133707,16984,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133708,16984,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133709,16984,'_event_id','2370'),(133710,16984,'_event_start_time','00:00:00'),(133711,16984,'_event_end_time','00:00:00'),(133712,16984,'_event_all_day','1'),(133713,16984,'_event_start_date','2014-02-07'),(133714,16984,'_event_end_date','2014-02-07'),(133715,16984,'_event_rsvp','0'),(133716,16984,'_event_rsvp_date',''),(133717,16984,'_event_rsvp_time','00:00:00'),(133718,16984,'_event_spaces',''),(133719,16984,'_location_id','19'),(133720,16984,'_recurrence_id',''),(133721,16984,'_event_status','1'),(133722,16984,'_event_private','0'),(133723,16984,'_event_date_created',''),(133724,16984,'_event_date_modified',''),(133725,16984,'_blog_id',''),(133726,16984,'_group_id','0'),(133727,16984,'_recurrence','0'),(133728,16984,'_recurrence_interval',''),(133729,16984,'_recurrence_freq',''),(133730,16984,'_recurrence_days','0'),(133731,16984,'_recurrence_byday',''),(133732,16984,'_recurrence_byweekno',''),(133733,16984,'_start_ts','1391731200'),(133734,16984,'_end_ts','1391731200'),(133735,16986,'_edit_last','1837'),(133736,16986,'_edit_lock','1391444557:1837'),(133741,16986,'_event_id','2371'),(133742,16986,'_event_start_time','00:00:00'),(133743,16986,'_event_end_time','00:00:00'),(133744,16986,'_event_all_day','1'),(133745,16986,'_event_start_date','2014-02-01'),(133746,16986,'_event_end_date','2014-02-28'),(133747,16986,'_event_rsvp','0'),(133748,16986,'_event_rsvp_date',''),(133749,16986,'_event_rsvp_time','00:00:00'),(133750,16986,'_event_spaces',''),(133751,16986,'_location_id','19'),(133752,16986,'_recurrence_id',''),(133753,16986,'_event_status','1'),(133754,16986,'_event_private','0'),(133755,16986,'_event_date_created',''),(133756,16986,'_event_date_modified',''),(133757,16986,'_blog_id',''),(133758,16986,'_group_id','0'),(133759,16986,'_recurrence','0'),(133760,16986,'_recurrence_interval',''),(133761,16986,'_recurrence_freq',''),(133762,16986,'_recurrence_days','0'),(133763,16986,'_recurrence_byday',''),(133764,16986,'_recurrence_byweekno',''),(133765,16986,'_start_ts','1391212800'),(133766,16986,'_end_ts','1393545600'),(133769,16986,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133770,16986,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133771,16988,'_edit_last','1837'),(133772,16988,'_edit_lock','1391444710:1837'),(133777,16988,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133778,16988,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133779,16988,'_event_id','2372'),(133780,16988,'_event_start_time','00:00:00'),(133781,16988,'_event_end_time','00:00:00'),(133782,16988,'_event_all_day','1'),(133783,16988,'_event_start_date','2014-02-09'),(133784,16988,'_event_end_date','2014-02-09'),(133785,16988,'_event_rsvp','0'),(133786,16988,'_event_rsvp_date',''),(133787,16988,'_event_rsvp_time','00:00:00'),(133788,16988,'_event_spaces',''),(133789,16988,'_location_id','19'),(133790,16988,'_recurrence_id',''),(133791,16988,'_event_status','1'),(133792,16988,'_event_private','0'),(133793,16988,'_event_date_created',''),(133794,16988,'_event_date_modified',''),(133795,16988,'_blog_id',''),(133796,16988,'_group_id','0'),(133797,16988,'_recurrence','0'),(133798,16988,'_recurrence_interval',''),(133799,16988,'_recurrence_freq',''),(133800,16988,'_recurrence_days','0'),(133801,16988,'_recurrence_byday',''),(133802,16988,'_recurrence_byweekno',''),(133803,16988,'_start_ts','1391904000'),(133804,16988,'_end_ts','1391904000'),(133828,16991,'_edit_last','1837'),(133829,16991,'_edit_lock','1391445516:1837'),(133834,16991,'_event_id','2373'),(133835,16991,'_event_start_time','00:00:00'),(133836,16991,'_event_end_time','00:00:00'),(133837,16991,'_event_all_day','1'),(133838,16991,'_event_start_date','2014-02-01'),(133839,16991,'_event_end_date','2014-02-28'),(133840,16991,'_event_rsvp','0'),(133841,16991,'_event_rsvp_date',''),(133842,16991,'_event_rsvp_time','00:00:00'),(133843,16991,'_event_spaces',''),(133844,16991,'_location_id','19'),(133845,16991,'_recurrence_id',''),(133846,16991,'_event_status','1'),(133847,16991,'_event_private','0'),(133848,16991,'_event_date_created',''),(133849,16991,'_event_date_modified',''),(133850,16991,'_blog_id',''),(133851,16991,'_group_id','0'),(133852,16991,'_recurrence','0'),(133853,16991,'_recurrence_interval',''),(133854,16991,'_recurrence_freq',''),(133855,16991,'_recurrence_days','0'),(133856,16991,'_recurrence_byday',''),(133857,16991,'_recurrence_byweekno',''),(133858,16991,'_start_ts','1391212800'),(133859,16991,'_end_ts','1393545600'),(133866,16994,'_edit_last','1837'),(133867,16994,'_edit_lock','1391445140:1837'),(133870,16994,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133871,16994,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133872,16994,'_event_id','2374'),(133873,16994,'_event_start_time','00:00:00'),(133874,16994,'_event_end_time','00:00:00'),(133875,16994,'_event_all_day','1'),(133876,16994,'_event_start_date','2014-02-28'),(133877,16994,'_event_end_date','2014-03-04'),(133878,16994,'_event_rsvp','0'),(133879,16994,'_event_rsvp_date',''),(133880,16994,'_event_rsvp_time','00:00:00'),(133881,16994,'_event_spaces',''),(133882,16994,'_location_id','19'),(133883,16994,'_recurrence_id',''),(133884,16994,'_event_status','1'),(133885,16994,'_event_private','0'),(133886,16994,'_event_date_created',''),(133887,16994,'_event_date_modified',''),(133888,16994,'_blog_id',''),(133889,16994,'_group_id','0'),(133890,16994,'_recurrence','0'),(133891,16994,'_recurrence_interval',''),(133892,16994,'_recurrence_freq',''),(133893,16994,'_recurrence_days','0'),(133894,16994,'_recurrence_byday',''),(133895,16994,'_recurrence_byweekno',''),(133896,16994,'_start_ts','1393545600'),(133897,16994,'_end_ts','1393891200'),(133900,16991,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133901,16991,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133902,16999,'_edit_last','1837'),(133903,16999,'_edit_lock','1391445504:1837'),(133906,16999,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133907,16999,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133908,16999,'_event_id','2375'),(133909,16999,'_event_start_time','00:00:00'),(133910,16999,'_event_end_time','00:00:00'),(133911,16999,'_event_all_day','1'),(133912,16999,'_event_start_date','2014-03-02'),(133913,16999,'_event_end_date','2014-03-02'),(133914,16999,'_event_rsvp','0'),(133915,16999,'_event_rsvp_date',''),(133916,16999,'_event_rsvp_time','00:00:00'),(133917,16999,'_event_spaces',''),(133918,16999,'_location_id','19'),(133919,16999,'_recurrence_id',''),(133920,16999,'_event_status','1'),(133921,16999,'_event_private','0'),(133922,16999,'_event_date_created',''),(133923,16999,'_event_date_modified',''),(133924,16999,'_blog_id',''),(133925,16999,'_group_id','0'),(133926,16999,'_recurrence','0'),(133927,16999,'_recurrence_interval',''),(133928,16999,'_recurrence_freq',''),(133929,16999,'_recurrence_days','0'),(133930,16999,'_recurrence_byday',''),(133931,16999,'_recurrence_byweekno',''),(133932,16999,'_start_ts','1393718400'),(133933,16999,'_end_ts','1393718400'),(133934,17000,'_edit_last','1837'),(133935,17000,'_edit_lock','1391445780:1837'),(133938,17000,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133939,17000,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133940,17000,'_event_id','2376'),(133941,17000,'_event_start_time','00:00:00'),(133942,17000,'_event_end_time','00:00:00'),(133943,17000,'_event_all_day','1'),(133944,17000,'_event_start_date','2014-03-03'),(133945,17000,'_event_end_date','2014-03-03'),(133946,17000,'_event_rsvp','0'),(133947,17000,'_event_rsvp_date',''),(133948,17000,'_event_rsvp_time','00:00:00'),(133949,17000,'_event_spaces',''),(133950,17000,'_location_id','19'),(133951,17000,'_recurrence_id',''),(133952,17000,'_event_status','1'),(133953,17000,'_event_private','0'),(133954,17000,'_event_date_created',''),(133955,17000,'_event_date_modified',''),(133956,17000,'_blog_id',''),(133957,17000,'_group_id','0'),(133958,17000,'_recurrence','0'),(133959,17000,'_recurrence_interval',''),(133960,17000,'_recurrence_freq',''),(133961,17000,'_recurrence_days','0'),(133962,17000,'_recurrence_byday',''),(133963,17000,'_recurrence_byweekno',''),(133964,17000,'_start_ts','1393804800'),(133965,17000,'_end_ts','1393804800'),(133966,17002,'_edit_last','1837'),(133967,17002,'_edit_lock','1391445795:1837'),(133970,17002,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133971,17002,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(133972,17002,'_event_id','2377'),(133973,17002,'_event_start_time','00:00:00'),(133974,17002,'_event_end_time','00:00:00'),(133975,17002,'_event_all_day','1'),(133976,17002,'_event_start_date','2014-03-04'),(133977,17002,'_event_end_date','2014-03-04'),(133978,17002,'_event_rsvp','0'),(133979,17002,'_event_rsvp_date',''),(133980,17002,'_event_rsvp_time','00:00:00'),(133981,17002,'_event_spaces',''),(133982,17002,'_location_id','19'),(133983,17002,'_recurrence_id',''),(133984,17002,'_event_status','1'),(133985,17002,'_event_private','0'),(133986,17002,'_event_date_created',''),(133987,17002,'_event_date_modified',''),(133988,17002,'_blog_id',''),(133989,17002,'_group_id','0'),(133990,17002,'_recurrence','0'),(133991,17002,'_recurrence_interval',''),(133992,17002,'_recurrence_freq',''),(133993,17002,'_recurrence_days','0'),(133994,17002,'_recurrence_byday',''),(133995,17002,'_recurrence_byweekno',''),(133996,17002,'_start_ts','1393891200'),(133997,17002,'_end_ts','1393891200'),(133998,17003,'_edit_last','1837'),(133999,17003,'_edit_lock','1391445990:1837'),(134016,17003,'_event_id','2378'),(134017,17003,'_event_start_time','00:00:00'),(134018,17003,'_event_end_time','00:00:00'),(134019,17003,'_event_all_day','1'),(134020,17003,'_event_start_date','2014-03-05'),(134021,17003,'_event_end_date','2014-03-05'),(134022,17003,'_event_rsvp','0'),(134023,17003,'_event_rsvp_date',''),(134024,17003,'_event_rsvp_time','00:00:00'),(134025,17003,'_event_spaces',''),(134026,17003,'_location_id','19'),(134027,17003,'_recurrence_id',''),(134028,17003,'_event_status','1'),(134029,17003,'_event_private','0'),(134030,17003,'_event_date_created',''),(134031,17003,'_event_date_modified',''),(134032,17003,'_blog_id',''),(134033,17003,'_group_id','0'),(134034,17003,'_recurrence','0'),(134035,17003,'_recurrence_interval',''),(134036,17003,'_recurrence_freq',''),(134037,17003,'_recurrence_days','0'),(134038,17003,'_recurrence_byday',''),(134039,17003,'_recurrence_byweekno',''),(134040,17003,'_start_ts','1393977600'),(134041,17003,'_end_ts','1393977600'),(134044,17003,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134045,17003,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134046,17006,'_edit_last','1837'),(134047,17006,'_edit_lock','1391446973:1837'),(134052,17006,'_event_id','2379'),(134053,17006,'_event_start_time','00:00:00'),(134054,17006,'_event_end_time','00:00:00'),(134055,17006,'_event_all_day','1'),(134056,17006,'_event_start_date','2014-03-08'),(134057,17006,'_event_end_date','2014-03-09'),(134058,17006,'_event_rsvp','0'),(134059,17006,'_event_rsvp_date',''),(134060,17006,'_event_rsvp_time','00:00:00'),(134061,17006,'_event_spaces',''),(134062,17006,'_location_id','19'),(134063,17006,'_recurrence_id',''),(134064,17006,'_event_status','1'),(134065,17006,'_event_private','0'),(134066,17006,'_event_date_created',''),(134067,17006,'_event_date_modified',''),(134068,17006,'_blog_id',''),(134069,17006,'_group_id','0'),(134070,17006,'_recurrence','0'),(134071,17006,'_recurrence_interval',''),(134072,17006,'_recurrence_freq',''),(134073,17006,'_recurrence_days','0'),(134074,17006,'_recurrence_byday',''),(134075,17006,'_recurrence_byweekno',''),(134076,17006,'_start_ts','1394236800'),(134077,17006,'_end_ts','1394323200'),(134078,17007,'_edit_last','1837'),(134079,17007,'_edit_lock','1391446516:1837'),(134084,17007,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134085,17007,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134086,17007,'_event_id','2380'),(134087,17007,'_event_start_time','00:00:00'),(134088,17007,'_event_end_time','00:00:00'),(134089,17007,'_event_all_day','0'),(134090,17007,'_event_start_date','2014-03-21'),(134091,17007,'_event_end_date','2014-03-23'),(134092,17007,'_event_rsvp','0'),(134093,17007,'_event_rsvp_date',''),(134094,17007,'_event_rsvp_time','00:00:00'),(134095,17007,'_event_spaces',''),(134096,17007,'_location_id','19'),(134097,17007,'_recurrence_id',''),(134098,17007,'_event_status','1'),(134099,17007,'_event_private','0'),(134100,17007,'_event_date_created',''),(134101,17007,'_event_date_modified',''),(134102,17007,'_blog_id',''),(134103,17007,'_group_id','0'),(134104,17007,'_recurrence','0'),(134105,17007,'_recurrence_interval',''),(134106,17007,'_recurrence_freq',''),(134107,17007,'_recurrence_days','0'),(134108,17007,'_recurrence_byday',''),(134109,17007,'_recurrence_byweekno',''),(134110,17007,'_start_ts','1395360000'),(134111,17007,'_end_ts','1395532800'),(134118,17006,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134119,17006,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134120,17009,'_edit_last','1837'),(134121,17009,'_edit_lock','1391447491:1837'),(134124,17009,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134125,17009,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134126,17009,'_event_id','2381'),(134127,17009,'_event_start_time','00:00:00'),(134128,17009,'_event_end_time','00:00:00'),(134129,17009,'_event_all_day','1'),(134130,17009,'_event_start_date','2014-03-01'),(134131,17009,'_event_end_date','2014-03-31'),(134132,17009,'_event_rsvp','0'),(134133,17009,'_event_rsvp_date',''),(134134,17009,'_event_rsvp_time','00:00:00'),(134135,17009,'_event_spaces',''),(134136,17009,'_location_id','19'),(134137,17009,'_recurrence_id',''),(134138,17009,'_event_status','1'),(134139,17009,'_event_private','0'),(134140,17009,'_event_date_created',''),(134141,17009,'_event_date_modified',''),(134142,17009,'_blog_id',''),(134143,17009,'_group_id','0'),(134144,17009,'_recurrence','0'),(134145,17009,'_recurrence_interval',''),(134146,17009,'_recurrence_freq',''),(134147,17009,'_recurrence_days','0'),(134148,17009,'_recurrence_byday',''),(134149,17009,'_recurrence_byweekno',''),(134150,17009,'_start_ts','1393632000'),(134151,17009,'_end_ts','1396224000'),(134152,17010,'_edit_last','1837'),(134153,17010,'_edit_lock','1391447760:1837'),(134156,17010,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134157,17010,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134158,17010,'_event_id','2382'),(134159,17010,'_event_start_time','00:00:00'),(134160,17010,'_event_end_time','00:00:00'),(134161,17010,'_event_all_day','1'),(134162,17010,'_event_start_date','2014-03-28'),(134163,17010,'_event_end_date','2014-03-31'),(134164,17010,'_event_rsvp','0'),(134165,17010,'_event_rsvp_date',''),(134166,17010,'_event_rsvp_time','00:00:00'),(134167,17010,'_event_spaces',''),(134168,17010,'_location_id','19'),(134169,17010,'_recurrence_id',''),(134170,17010,'_event_status','1'),(134171,17010,'_event_private','0'),(134172,17010,'_event_date_created',''),(134173,17010,'_event_date_modified',''),(134174,17010,'_blog_id',''),(134175,17010,'_group_id','0'),(134176,17010,'_recurrence','0'),(134177,17010,'_recurrence_interval',''),(134178,17010,'_recurrence_freq',''),(134179,17010,'_recurrence_days','0'),(134180,17010,'_recurrence_byday',''),(134181,17010,'_recurrence_byweekno',''),(134182,17010,'_start_ts','1395964800'),(134183,17010,'_end_ts','1396224000'),(134184,17011,'_edit_last','1837'),(134185,17011,'_edit_lock','1391448299:1837'),(134190,17011,'_event_id','2383'),(134191,17011,'_event_start_time','00:00:00'),(134192,17011,'_event_end_time','00:00:00'),(134193,17011,'_event_all_day','1'),(134194,17011,'_event_start_date','2014-02-01'),(134195,17011,'_event_end_date','2014-02-28'),(134196,17011,'_event_rsvp','0'),(134197,17011,'_event_rsvp_date',''),(134198,17011,'_event_rsvp_time','00:00:00'),(134199,17011,'_event_spaces',''),(134200,17011,'_location_id','5'),(134201,17011,'_recurrence_id',''),(134202,17011,'_event_status','1'),(134203,17011,'_event_private','0'),(134204,17011,'_event_date_created',''),(134205,17011,'_event_date_modified',''),(134206,17011,'_blog_id',''),(134207,17011,'_group_id','0'),(134208,17011,'_recurrence','0'),(134209,17011,'_recurrence_interval',''),(134210,17011,'_recurrence_freq',''),(134211,17011,'_recurrence_days','0'),(134212,17011,'_recurrence_byday',''),(134213,17011,'_recurrence_byweekno',''),(134214,17011,'_start_ts','1391212800'),(134215,17011,'_end_ts','1393545600'),(134216,17012,'_edit_last','1837'),(134217,17012,'_edit_lock','1391448229:1837'),(134222,17012,'_event_id','2384'),(134223,17012,'_event_start_time','00:00:00'),(134224,17012,'_event_end_time','00:00:00'),(134225,17012,'_event_all_day','1'),(134226,17012,'_event_start_date','2014-02-01'),(134227,17012,'_event_end_date','2014-02-28'),(134228,17012,'_event_rsvp','0'),(134229,17012,'_event_rsvp_date',''),(134230,17012,'_event_rsvp_time','00:00:00'),(134231,17012,'_event_spaces',''),(134232,17012,'_location_id','5'),(134233,17012,'_recurrence_id',''),(134234,17012,'_event_status','1'),(134235,17012,'_event_private','0'),(134236,17012,'_event_date_created',''),(134237,17012,'_event_date_modified',''),(134238,17012,'_blog_id',''),(134239,17012,'_group_id','0'),(134240,17012,'_recurrence','0'),(134241,17012,'_recurrence_interval',''),(134242,17012,'_recurrence_freq',''),(134243,17012,'_recurrence_days','0'),(134244,17012,'_recurrence_byday',''),(134245,17012,'_recurrence_byweekno',''),(134246,17012,'_start_ts','1391212800'),(134247,17012,'_end_ts','1393545600'),(134254,17012,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134255,17012,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134258,17011,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134259,17011,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134260,17013,'_edit_last','1837'),(134261,17013,'_edit_lock','1391448413:1837'),(134264,17013,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134265,17013,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134266,17013,'_event_id','2385'),(134267,17013,'_event_start_time','00:00:00'),(134268,17013,'_event_end_time','00:00:00'),(134269,17013,'_event_all_day','1'),(134270,17013,'_event_start_date','2014-03-01'),(134271,17013,'_event_end_date','2014-03-31'),(134272,17013,'_event_rsvp','0'),(134273,17013,'_event_rsvp_date',''),(134274,17013,'_event_rsvp_time','00:00:00'),(134275,17013,'_event_spaces',''),(134276,17013,'_location_id','5'),(134277,17013,'_recurrence_id',''),(134278,17013,'_event_status','1'),(134279,17013,'_event_private','0'),(134280,17013,'_event_date_created',''),(134281,17013,'_event_date_modified',''),(134282,17013,'_blog_id',''),(134283,17013,'_group_id','0'),(134284,17013,'_recurrence','0'),(134285,17013,'_recurrence_interval',''),(134286,17013,'_recurrence_freq',''),(134287,17013,'_recurrence_days','0'),(134288,17013,'_recurrence_byday',''),(134289,17013,'_recurrence_byweekno',''),(134290,17013,'_start_ts','1393632000'),(134291,17013,'_end_ts','1396224000'),(134292,17014,'_edit_last','1837'),(134293,17014,'_edit_lock','1391448766:1837'),(134298,17014,'_event_id','2386'),(134299,17014,'_event_start_time','00:00:00'),(134300,17014,'_event_end_time','00:00:00'),(134301,17014,'_event_all_day','1'),(134302,17014,'_event_start_date','2014-03-01'),(134303,17014,'_event_end_date','2014-03-31'),(134304,17014,'_event_rsvp','0'),(134305,17014,'_event_rsvp_date',''),(134306,17014,'_event_rsvp_time','00:00:00'),(134307,17014,'_event_spaces',''),(134308,17014,'_location_id','5'),(134309,17014,'_recurrence_id',''),(134310,17014,'_event_status','1'),(134311,17014,'_event_private','0'),(134312,17014,'_event_date_created',''),(134313,17014,'_event_date_modified',''),(134314,17014,'_blog_id',''),(134315,17014,'_group_id','0'),(134316,17014,'_recurrence','0'),(134317,17014,'_recurrence_interval',''),(134318,17014,'_recurrence_freq',''),(134319,17014,'_recurrence_days','0'),(134320,17014,'_recurrence_byday',''),(134321,17014,'_recurrence_byweekno',''),(134322,17014,'_start_ts','1393632000'),(134323,17014,'_end_ts','1396224000'),(134326,17014,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134327,17014,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134328,17015,'_edit_last','1837'),(134329,17015,'_edit_lock','1391448878:1837'),(134332,17015,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134333,17015,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134334,17015,'_event_id','2387'),(134335,17015,'_event_start_time','00:00:00'),(134336,17015,'_event_end_time','00:00:00'),(134337,17015,'_event_all_day','1'),(134338,17015,'_event_start_date','2014-03-01'),(134339,17015,'_event_end_date','2014-03-31'),(134340,17015,'_event_rsvp','0'),(134341,17015,'_event_rsvp_date',''),(134342,17015,'_event_rsvp_time','00:00:00'),(134343,17015,'_event_spaces',''),(134344,17015,'_location_id','5'),(134345,17015,'_recurrence_id',''),(134346,17015,'_event_status','1'),(134347,17015,'_event_private','0'),(134348,17015,'_event_date_created',''),(134349,17015,'_event_date_modified',''),(134350,17015,'_blog_id',''),(134351,17015,'_group_id','0'),(134352,17015,'_recurrence','0'),(134353,17015,'_recurrence_interval',''),(134354,17015,'_recurrence_freq',''),(134355,17015,'_recurrence_days','0'),(134356,17015,'_recurrence_byday',''),(134357,17015,'_recurrence_byweekno',''),(134358,17015,'_start_ts','1393632000'),(134359,17015,'_end_ts','1396224000'),(134360,17016,'_edit_last','1837'),(134361,17016,'_edit_lock','1391449328:1837'),(134364,17016,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134365,17016,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134366,17016,'_event_id','2388'),(134367,17016,'_event_start_time','00:00:00'),(134368,17016,'_event_end_time','00:00:00'),(134369,17016,'_event_all_day','1'),(134370,17016,'_event_start_date','2014-03-01'),(134371,17016,'_event_end_date','2014-03-31'),(134372,17016,'_event_rsvp','0'),(134373,17016,'_event_rsvp_date',''),(134374,17016,'_event_rsvp_time','00:00:00'),(134375,17016,'_event_spaces',''),(134376,17016,'_location_id','5'),(134377,17016,'_recurrence_id',''),(134378,17016,'_event_status','1'),(134379,17016,'_event_private','0'),(134380,17016,'_event_date_created',''),(134381,17016,'_event_date_modified',''),(134382,17016,'_blog_id',''),(134383,17016,'_group_id','0'),(134384,17016,'_recurrence','0'),(134385,17016,'_recurrence_interval',''),(134386,17016,'_recurrence_freq',''),(134387,17016,'_recurrence_days','0'),(134388,17016,'_recurrence_byday',''),(134389,17016,'_recurrence_byweekno',''),(134390,17016,'_start_ts','1393632000'),(134391,17016,'_end_ts','1396224000'),(134392,17018,'_edit_last','1837'),(134393,17018,'_edit_lock','1391449598:1837'),(134396,17018,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134397,17018,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134398,17018,'_event_id','2389'),(134399,17018,'_event_start_time','00:00:00'),(134400,17018,'_event_end_time','00:00:00'),(134401,17018,'_event_all_day','1'),(134402,17018,'_event_start_date','2014-04-13'),(134403,17018,'_event_end_date','2014-04-20'),(134404,17018,'_event_rsvp','0'),(134405,17018,'_event_rsvp_date',''),(134406,17018,'_event_rsvp_time','00:00:00'),(134407,17018,'_event_spaces',''),(134408,17018,'_location_id','5'),(134409,17018,'_recurrence_id',''),(134410,17018,'_event_status','1'),(134411,17018,'_event_private','0'),(134412,17018,'_event_date_created',''),(134413,17018,'_event_date_modified',''),(134414,17018,'_blog_id',''),(134415,17018,'_group_id','0'),(134416,17018,'_recurrence','0'),(134417,17018,'_recurrence_interval',''),(134418,17018,'_recurrence_freq',''),(134419,17018,'_recurrence_days','0'),(134420,17018,'_recurrence_byday',''),(134421,17018,'_recurrence_byweekno',''),(134422,17018,'_start_ts','1397347200'),(134423,17018,'_end_ts','1397952000'),(134460,17026,'_edit_last','1837'),(134461,17026,'_edit_lock','1391518688:1837'),(134464,17026,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134465,17026,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134466,17026,'_event_id','2390'),(134467,17026,'_event_start_time','00:00:00'),(134468,17026,'_event_end_time','00:00:00'),(134469,17026,'_event_all_day','1'),(134470,17026,'_event_start_date','2014-04-05'),(134471,17026,'_event_end_date','2014-04-06'),(134472,17026,'_event_rsvp','0'),(134473,17026,'_event_rsvp_date',''),(134474,17026,'_event_rsvp_time','00:00:00'),(134475,17026,'_event_spaces',''),(134476,17026,'_location_id','19'),(134477,17026,'_recurrence_id',''),(134478,17026,'_event_status','1'),(134479,17026,'_event_private','0'),(134480,17026,'_event_date_created',''),(134481,17026,'_event_date_modified',''),(134482,17026,'_blog_id',''),(134483,17026,'_group_id','0'),(134484,17026,'_recurrence','0'),(134485,17026,'_recurrence_interval',''),(134486,17026,'_recurrence_freq',''),(134487,17026,'_recurrence_days','0'),(134488,17026,'_recurrence_byday',''),(134489,17026,'_recurrence_byweekno',''),(134490,17026,'_start_ts','1396656000'),(134491,17026,'_end_ts','1396742400'),(134492,17028,'_edit_last','1837'),(134493,17028,'_edit_lock','1391519330:1837'),(134496,17028,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134497,17028,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134498,17028,'_event_id','2391'),(134499,17028,'_event_start_time','00:00:00'),(134500,17028,'_event_end_time','00:00:00'),(134501,17028,'_event_all_day','1'),(134502,17028,'_event_start_date','2014-04-09'),(134503,17028,'_event_end_date','2014-04-13'),(134504,17028,'_event_rsvp','0'),(134505,17028,'_event_rsvp_date',''),(134506,17028,'_event_rsvp_time','00:00:00'),(134507,17028,'_event_spaces',''),(134508,17028,'_location_id','19'),(134509,17028,'_recurrence_id',''),(134510,17028,'_event_status','1'),(134511,17028,'_event_private','0'),(134512,17028,'_event_date_created',''),(134513,17028,'_event_date_modified',''),(134514,17028,'_blog_id',''),(134515,17028,'_group_id','0'),(134516,17028,'_recurrence','0'),(134517,17028,'_recurrence_interval',''),(134518,17028,'_recurrence_freq',''),(134519,17028,'_recurrence_days','0'),(134520,17028,'_recurrence_byday',''),(134521,17028,'_recurrence_byweekno',''),(134522,17028,'_start_ts','1397001600'),(134523,17028,'_end_ts','1397347200'),(134524,17029,'_edit_last','1837'),(134525,17029,'_edit_lock','1391519811:1837'),(134528,17029,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134529,17029,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134530,17029,'_event_id','2392'),(134531,17029,'_event_start_time','00:00:00'),(134532,17029,'_event_end_time','00:00:00'),(134533,17029,'_event_all_day','1'),(134534,17029,'_event_start_date','2014-04-19'),(134535,17029,'_event_end_date','2014-04-21'),(134536,17029,'_event_rsvp','0'),(134537,17029,'_event_rsvp_date',''),(134538,17029,'_event_rsvp_time','00:00:00'),(134539,17029,'_event_spaces',''),(134540,17029,'_location_id','19'),(134541,17029,'_recurrence_id',''),(134542,17029,'_event_status','1'),(134543,17029,'_event_private','0'),(134544,17029,'_event_date_created',''),(134545,17029,'_event_date_modified',''),(134546,17029,'_blog_id',''),(134547,17029,'_group_id','0'),(134548,17029,'_recurrence','0'),(134549,17029,'_recurrence_interval',''),(134550,17029,'_recurrence_freq',''),(134551,17029,'_recurrence_days','0'),(134552,17029,'_recurrence_byday',''),(134553,17029,'_recurrence_byweekno',''),(134554,17029,'_start_ts','1397865600'),(134555,17029,'_end_ts','1398038400'),(134556,17030,'_edit_last','1837'),(134557,17030,'_edit_lock','1391519967:1837'),(134560,17030,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134561,17030,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134562,17030,'_event_id','2393'),(134563,17030,'_event_start_time','00:00:00'),(134564,17030,'_event_end_time','00:00:00'),(134565,17030,'_event_all_day','1'),(134566,17030,'_event_start_date','2014-04-20'),(134567,17030,'_event_end_date','2014-04-20'),(134568,17030,'_event_rsvp','0'),(134569,17030,'_event_rsvp_date',''),(134570,17030,'_event_rsvp_time','00:00:00'),(134571,17030,'_event_spaces',''),(134572,17030,'_location_id','19'),(134573,17030,'_recurrence_id',''),(134574,17030,'_event_status','1'),(134575,17030,'_event_private','0'),(134576,17030,'_event_date_created',''),(134577,17030,'_event_date_modified',''),(134578,17030,'_blog_id',''),(134579,17030,'_group_id','0'),(134580,17030,'_recurrence','0'),(134581,17030,'_recurrence_interval',''),(134582,17030,'_recurrence_freq',''),(134583,17030,'_recurrence_days','0'),(134584,17030,'_recurrence_byday',''),(134585,17030,'_recurrence_byweekno',''),(134586,17030,'_start_ts','1397952000'),(134587,17030,'_end_ts','1397952000'),(134588,17031,'_edit_last','1837'),(134589,17031,'_edit_lock','1391520145:1837'),(134592,17031,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134593,17031,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134594,17031,'_event_id','2394'),(134595,17031,'_event_start_time','00:00:00'),(134596,17031,'_event_end_time','00:00:00'),(134597,17031,'_event_all_day','1'),(134598,17031,'_event_start_date','2014-04-21'),(134599,17031,'_event_end_date','2014-04-21'),(134600,17031,'_event_rsvp','0'),(134601,17031,'_event_rsvp_date',''),(134602,17031,'_event_rsvp_time','00:00:00'),(134603,17031,'_event_spaces',''),(134604,17031,'_location_id','19'),(134605,17031,'_recurrence_id',''),(134606,17031,'_event_status','1'),(134607,17031,'_event_private','0'),(134608,17031,'_event_date_created',''),(134609,17031,'_event_date_modified',''),(134610,17031,'_blog_id',''),(134611,17031,'_group_id','0'),(134612,17031,'_recurrence','0'),(134613,17031,'_recurrence_interval',''),(134614,17031,'_recurrence_freq',''),(134615,17031,'_recurrence_days','0'),(134616,17031,'_recurrence_byday',''),(134617,17031,'_recurrence_byweekno',''),(134618,17031,'_start_ts','1398038400'),(134619,17031,'_end_ts','1398038400'),(134620,17032,'_edit_last','1837'),(134621,17032,'_edit_lock','1391522376:1837'),(134626,17032,'_event_id','2395'),(134627,17032,'_event_start_time','00:00:00'),(134628,17032,'_event_end_time','00:00:00'),(134629,17032,'_event_all_day','1'),(134630,17032,'_event_start_date','2014-04-01'),(134631,17032,'_event_end_date','2014-04-30'),(134632,17032,'_event_rsvp','0'),(134633,17032,'_event_rsvp_date',''),(134634,17032,'_event_rsvp_time','00:00:00'),(134635,17032,'_event_spaces',''),(134636,17032,'_location_id','19'),(134637,17032,'_recurrence_id',''),(134638,17032,'_event_status','1'),(134639,17032,'_event_private','0'),(134640,17032,'_event_date_created',''),(134641,17032,'_event_date_modified',''),(134642,17032,'_blog_id',''),(134643,17032,'_group_id','0'),(134644,17032,'_recurrence','0'),(134645,17032,'_recurrence_interval',''),(134646,17032,'_recurrence_freq',''),(134647,17032,'_recurrence_days','0'),(134648,17032,'_recurrence_byday',''),(134649,17032,'_recurrence_byweekno',''),(134650,17032,'_start_ts','1396310400'),(134651,17032,'_end_ts','1398816000'),(134652,17034,'_feedback_author',''),(134653,17034,'_feedback_author_email',''),(134654,17034,'_feedback_author_url',''),(134655,17034,'_feedback_subject','Signup form OneCaribbean'),(134656,17034,'_feedback_ip','10.17.1.254'),(134657,17034,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(134658,17034,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Gbxwtyfj\";s:13:\"Email address\";s:21:\"mlvasaki@xhhpevgc.com\";s:20:\"Country of Residence\";s:10:\"EyftjeCWvX\";s:28:\"Name of Organization/Company\";s:8:\"Gbxwtyfj\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:8:\"hcnyMUZD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(134659,17034,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Gbxwtyfj\";s:13:\"Email address\";s:21:\"mlvasaki@xhhpevgc.com\";s:20:\"Country of Residence\";s:10:\"EyftjeCWvX\";s:28:\"Name of Organization/Company\";s:8:\"Gbxwtyfj\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:8:\"hcnyMUZD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(134660,17034,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6e667d24-ad2c-4a35-872b-d6dbe4219d13\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37510\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"327\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.10\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"327\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1391522226.536\";s:12:\"REQUEST_TIME\";s:10:\"1391522226\";}'),(134661,17034,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: Gbxwtyfj\n\nEmail address: mlvasaki@xhhpevgc.com\n\nCountry of Residence: EyftjeCWvX\n\nName of Organization/Company: Gbxwtyfj\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: hcnyMUZD\n\nMessage was sent on Tuesday February 4, 2014 at 9:57 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(134664,17032,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134665,17032,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134666,17035,'_edit_last','1837'),(134667,17035,'_edit_lock','1391522639:1837'),(134670,17035,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134671,17035,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134672,17035,'_event_id','2396'),(134673,17035,'_event_start_time','00:00:00'),(134674,17035,'_event_end_time','00:00:00'),(134675,17035,'_event_all_day','1'),(134676,17035,'_event_start_date','2014-04-01'),(134677,17035,'_event_end_date','2014-04-30'),(134678,17035,'_event_rsvp','0'),(134679,17035,'_event_rsvp_date',''),(134680,17035,'_event_rsvp_time','00:00:00'),(134681,17035,'_event_spaces',''),(134682,17035,'_location_id','19'),(134683,17035,'_recurrence_id',''),(134684,17035,'_event_status','1'),(134685,17035,'_event_private','0'),(134686,17035,'_event_date_created',''),(134687,17035,'_event_date_modified',''),(134688,17035,'_blog_id',''),(134689,17035,'_group_id','0'),(134690,17035,'_recurrence','0'),(134691,17035,'_recurrence_interval',''),(134692,17035,'_recurrence_freq',''),(134693,17035,'_recurrence_days','0'),(134694,17035,'_recurrence_byday',''),(134695,17035,'_recurrence_byweekno',''),(134696,17035,'_start_ts','1396310400'),(134697,17035,'_end_ts','1398816000'),(134698,17036,'_edit_last','1837'),(134699,17036,'_edit_lock','1391523352:1837'),(134704,17036,'_event_id','2397'),(134705,17036,'_event_start_time','00:00:00'),(134706,17036,'_event_end_time','00:00:00'),(134707,17036,'_event_all_day','1'),(134708,17036,'_event_start_date','2014-05-01'),(134709,17036,'_event_end_date','2014-05-31'),(134710,17036,'_event_rsvp','0'),(134711,17036,'_event_rsvp_date',''),(134712,17036,'_event_rsvp_time','00:00:00'),(134713,17036,'_event_spaces',''),(134714,17036,'_location_id','19'),(134715,17036,'_recurrence_id',''),(134716,17036,'_event_status','1'),(134717,17036,'_event_private','0'),(134718,17036,'_event_date_created',''),(134719,17036,'_event_date_modified',''),(134720,17036,'_blog_id',''),(134721,17036,'_group_id','0'),(134722,17036,'_recurrence','0'),(134723,17036,'_recurrence_interval',''),(134724,17036,'_recurrence_freq',''),(134725,17036,'_recurrence_days','0'),(134726,17036,'_recurrence_byday',''),(134727,17036,'_recurrence_byweekno',''),(134728,17036,'_start_ts','1398902400'),(134729,17036,'_end_ts','1401494400'),(134736,17036,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134737,17036,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134738,17038,'_edit_last','1837'),(134739,17038,'_edit_lock','1391524113:1837'),(134744,17038,'_event_id','2398'),(134745,17038,'_event_start_time','00:00:00'),(134746,17038,'_event_end_time','00:00:00'),(134747,17038,'_event_all_day','1'),(134748,17038,'_event_start_date','2014-05-01'),(134749,17038,'_event_end_date','2014-05-04'),(134750,17038,'_event_rsvp','0'),(134751,17038,'_event_rsvp_date',''),(134752,17038,'_event_rsvp_time','00:00:00'),(134753,17038,'_event_spaces',''),(134754,17038,'_location_id','19'),(134755,17038,'_recurrence_id',''),(134756,17038,'_event_status','1'),(134757,17038,'_event_private','0'),(134758,17038,'_event_date_created',''),(134759,17038,'_event_date_modified',''),(134760,17038,'_blog_id',''),(134761,17038,'_group_id','0'),(134762,17038,'_recurrence','0'),(134763,17038,'_recurrence_interval',''),(134764,17038,'_recurrence_freq',''),(134765,17038,'_recurrence_days','0'),(134766,17038,'_recurrence_byday',''),(134767,17038,'_recurrence_byweekno',''),(134768,17038,'_start_ts','1398902400'),(134769,17038,'_end_ts','1399161600'),(134772,17038,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134773,17038,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134774,17040,'_edit_last','1837'),(134775,17040,'_edit_lock','1391524556:1837'),(134778,17040,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134779,17040,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134780,17040,'_event_id','2399'),(134781,17040,'_event_start_time','00:00:00'),(134782,17040,'_event_end_time','00:00:00'),(134783,17040,'_event_all_day','1'),(134784,17040,'_event_start_date','2014-05-02'),(134785,17040,'_event_end_date','2014-05-04'),(134786,17040,'_event_rsvp','0'),(134787,17040,'_event_rsvp_date',''),(134788,17040,'_event_rsvp_time','00:00:00'),(134789,17040,'_event_spaces',''),(134790,17040,'_location_id','19'),(134791,17040,'_recurrence_id',''),(134792,17040,'_event_status','1'),(134793,17040,'_event_private','0'),(134794,17040,'_event_date_created',''),(134795,17040,'_event_date_modified',''),(134796,17040,'_blog_id',''),(134797,17040,'_group_id','0'),(134798,17040,'_recurrence','0'),(134799,17040,'_recurrence_interval',''),(134800,17040,'_recurrence_freq',''),(134801,17040,'_recurrence_days','0'),(134802,17040,'_recurrence_byday',''),(134803,17040,'_recurrence_byweekno',''),(134804,17040,'_start_ts','1398988800'),(134805,17040,'_end_ts','1399161600'),(134806,17041,'_edit_last','1837'),(134807,17041,'_edit_lock','1391525002:1837'),(134810,17041,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134811,17041,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134812,17041,'_event_id','2400'),(134813,17041,'_event_start_time','00:00:00'),(134814,17041,'_event_end_time','00:00:00'),(134815,17041,'_event_all_day','1'),(134816,17041,'_event_start_date','2014-05-03'),(134817,17041,'_event_end_date','2014-05-04'),(134818,17041,'_event_rsvp','0'),(134819,17041,'_event_rsvp_date',''),(134820,17041,'_event_rsvp_time','00:00:00'),(134821,17041,'_event_spaces',''),(134822,17041,'_location_id','19'),(134823,17041,'_recurrence_id',''),(134824,17041,'_event_status','1'),(134825,17041,'_event_private','0'),(134826,17041,'_event_date_created',''),(134827,17041,'_event_date_modified',''),(134828,17041,'_blog_id',''),(134829,17041,'_group_id','0'),(134830,17041,'_recurrence','0'),(134831,17041,'_recurrence_interval',''),(134832,17041,'_recurrence_freq',''),(134833,17041,'_recurrence_days','0'),(134834,17041,'_recurrence_byday',''),(134835,17041,'_recurrence_byweekno',''),(134836,17041,'_start_ts','1399075200'),(134837,17041,'_end_ts','1399161600'),(134838,17042,'_edit_last','1837'),(134839,17042,'_edit_lock','1391525137:1837'),(134842,17042,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134843,17042,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134844,17042,'_event_id','2401'),(134845,17042,'_event_start_time','00:00:00'),(134846,17042,'_event_end_time','00:00:00'),(134847,17042,'_event_all_day','1'),(134848,17042,'_event_start_date','2014-05-06'),(134849,17042,'_event_end_date','2014-05-11'),(134850,17042,'_event_rsvp','0'),(134851,17042,'_event_rsvp_date',''),(134852,17042,'_event_rsvp_time','00:00:00'),(134853,17042,'_event_spaces',''),(134854,17042,'_location_id','19'),(134855,17042,'_recurrence_id',''),(134856,17042,'_event_status','1'),(134857,17042,'_event_private','0'),(134858,17042,'_event_date_created',''),(134859,17042,'_event_date_modified',''),(134860,17042,'_blog_id',''),(134861,17042,'_group_id','0'),(134862,17042,'_recurrence','0'),(134863,17042,'_recurrence_interval',''),(134864,17042,'_recurrence_freq',''),(134865,17042,'_recurrence_days','0'),(134866,17042,'_recurrence_byday',''),(134867,17042,'_recurrence_byweekno',''),(134868,17042,'_start_ts','1399334400'),(134869,17042,'_end_ts','1399766400'),(134870,17044,'_edit_last','1837'),(134871,17044,'_edit_lock','1391532171:1837'),(134874,17044,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134875,17044,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134876,17044,'_event_id','2402'),(134877,17044,'_event_start_time','00:00:00'),(134878,17044,'_event_end_time','00:00:00'),(134879,17044,'_event_all_day','1'),(134880,17044,'_event_start_date','2014-05-10'),(134881,17044,'_event_end_date','2014-05-11'),(134882,17044,'_event_rsvp','0'),(134883,17044,'_event_rsvp_date',''),(134884,17044,'_event_rsvp_time','00:00:00'),(134885,17044,'_event_spaces',''),(134886,17044,'_location_id','19'),(134887,17044,'_recurrence_id',''),(134888,17044,'_event_status','1'),(134889,17044,'_event_private','0'),(134890,17044,'_event_date_created',''),(134891,17044,'_event_date_modified',''),(134892,17044,'_blog_id',''),(134893,17044,'_group_id','0'),(134894,17044,'_recurrence','0'),(134895,17044,'_recurrence_interval',''),(134896,17044,'_recurrence_freq',''),(134897,17044,'_recurrence_days','0'),(134898,17044,'_recurrence_byday',''),(134899,17044,'_recurrence_byweekno',''),(134900,17044,'_start_ts','1399680000'),(134901,17044,'_end_ts','1399766400'),(134932,17056,'_feedback_author',''),(134933,17056,'_feedback_author_email',''),(134934,17056,'_feedback_author_url',''),(134935,17056,'_feedback_subject','Signup form OneCaribbean'),(134936,17056,'_feedback_ip','10.17.1.254'),(134937,17056,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(134938,17056,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Wcgncukg\";s:13:\"Email address\";s:21:\"rboynaqm@gtrnjkaf.com\";s:20:\"Country of Residence\";s:4:\"9828\";s:28:\"Name of Organization/Company\";s:8:\"Wcgncukg\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:15:\"zBtsILTrneMyhST\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(134939,17056,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Wcgncukg\";s:13:\"Email address\";s:21:\"rboynaqm@gtrnjkaf.com\";s:20:\"Country of Residence\";s:4:\"9828\";s:28:\"Name of Organization/Company\";s:8:\"Wcgncukg\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:15:\"zBtsILTrneMyhST\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(134940,17056,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-10936deb-79ca-4e04-b512-49b6415a1d91\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43076\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"322\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"322\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391530415.6729\";s:12:\"REQUEST_TIME\";s:10:\"1391530415\";}'),(134941,17056,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:287:\"Name: Wcgncukg\n\nEmail address: rboynaqm@gtrnjkaf.com\n\nCountry of Residence: 9828\n\nName of Organization/Company: Wcgncukg\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: zBtsILTrneMyhST\n\nMessage was sent on Tuesday February 4, 2014 at 12:13 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(134942,17057,'_edit_last','1837'),(134943,17057,'_edit_lock','1391532197:1837'),(134946,17057,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134947,17057,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(134948,17057,'_event_id','2403'),(134949,17057,'_event_start_time','00:00:00'),(134950,17057,'_event_end_time','00:00:00'),(134951,17057,'_event_all_day','1'),(134952,17057,'_event_start_date','2014-05-17'),(134953,17057,'_event_end_date','2014-05-17'),(134954,17057,'_event_rsvp','0'),(134955,17057,'_event_rsvp_date',''),(134956,17057,'_event_rsvp_time','00:00:00'),(134957,17057,'_event_spaces',''),(134958,17057,'_location_id','19'),(134959,17057,'_recurrence_id',''),(134960,17057,'_event_status','1'),(134961,17057,'_event_private','0'),(134962,17057,'_event_date_created',''),(134963,17057,'_event_date_modified',''),(134964,17057,'_blog_id',''),(134965,17057,'_group_id','0'),(134966,17057,'_recurrence','0'),(134967,17057,'_recurrence_interval',''),(134968,17057,'_recurrence_freq',''),(134969,17057,'_recurrence_days','0'),(134970,17057,'_recurrence_byday',''),(134971,17057,'_recurrence_byweekno',''),(134972,17057,'_start_ts','1400284800'),(134973,17057,'_end_ts','1400284800'),(134974,17059,'_edit_last','2'),(134975,17059,'_edit_lock','1407788574:2'),(134976,17059,'truethemes_page_checkbox',''),(134977,17059,'truethemes_custom_sub_menu','allied-membership'),(134978,17059,'truethemes_slider_shortcode',''),(134979,17059,'truethemes_slider_cu3er',''),(134980,17059,'banner_search','yes'),(134981,17059,'page_primary_color_scheme','null'),(134982,17059,'page_secondary_color_scheme','null'),(134983,17059,'page_background_color','#'),(134984,17059,'page_background_position','left top'),(134985,17059,'page_background_repeat','repeat'),(134988,17059,'_wp_page_template','page-template-left-nav.php'),(135029,17073,'_feedback_author',''),(135030,17073,'_feedback_author_email',''),(135031,17073,'_feedback_author_url',''),(135032,17073,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(135033,17073,'_feedback_ip','10.17.1.254'),(135034,17073,'_feedback_contact_form_url','http://www.onecaribbean.org/allied-membership-form/'),(135035,17073,'_feedback_all_fields','a:14:{s:13:\"Company Name:\";s:17:\"test company name\";s:23:\"Primary Representative:\";s:8:\"test rep\";s:15:\"Title/Position:\";s:10:\"test title\";s:14:\"Street Adress:\";s:12:\"test address\";s:5:\"City:\";s:9:\"test city\";s:6:\"State:\";s:10:\"test state\";s:3:\"Zip\";s:6:\"908740\";s:6:\"Phone:\";s:7:\"9083456\";s:4:\"Fax:\";s:7:\"4545689\";s:6:\"Email:\";s:24:\"scoward@caribtourism.com\";s:8:\"Website:\";s:20:\"www.onecaribbean.org\";s:17:\"Type of Business:\";s:13:\"business type\";s:33:\"Descrption of Company (100 words)\";s:16:\"test description\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:23:\"names and test contacts\";}'),(135036,17073,'_feedback_extra_fields','a:13:{s:13:\"Company Name:\";s:17:\"test company name\";s:23:\"Primary Representative:\";s:8:\"test rep\";s:15:\"Title/Position:\";s:10:\"test title\";s:14:\"Street Adress:\";s:12:\"test address\";s:5:\"City:\";s:9:\"test city\";s:6:\"State:\";s:10:\"test state\";s:3:\"Zip\";s:6:\"908740\";s:6:\"Phone:\";s:7:\"9083456\";s:4:\"Fax:\";s:7:\"4545689\";s:6:\"Email:\";s:24:\"scoward@caribtourism.com\";s:8:\"Website:\";s:20:\"www.onecaribbean.org\";s:17:\"Type of Business:\";s:13:\"business type\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:23:\"names and test contacts\";}'),(135037,17073,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:16:\"test description\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";s:8:\"referrer\";s:51:\"http://www.onecaribbean.org/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:24:\"/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7d4554c5-67d9-4b35-85db-7170fbb929bf\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45527\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"577\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:24:\"/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:24:\"/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.73.197.46\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";s:12:\"HTTP_REFERER\";s:51:\"http://www.onecaribbean.org/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"577\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391534512.8507\";s:12:\"REQUEST_TIME\";s:10:\"1391534512\";}'),(135038,17073,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:506:\"Company Name:: test company name\n\nPrimary Representative:: test rep\n\nTitle/Position:: test title\n\nStreet Adress:: test address\n\nCity:: test city\n\nState:: test state\n\nZip: 908740\n\nPhone:: 9083456\n\nFax:: 4545689\n\nEmail:: scoward@caribtourism.com\n\nWebsite:: www.onecaribbean.org\n\nType of Business:: business type\n\nNames and Contact Info for 2 Additional Representatives:: names and test contacts\n\nDescrption of Company (100 words) : test description \n\n\nMessage was sent on Tuesday February 4, 2014 at 1:21 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(135045,17076,'_feedback_author',''),(135046,17076,'_feedback_author_email',''),(135047,17076,'_feedback_author_url',''),(135048,17076,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(135049,17076,'_feedback_ip','10.17.1.254'),(135050,17076,'_feedback_contact_form_url','http://www.onecaribbean.org/allied-membership-form/'),(135051,17076,'_feedback_all_fields','a:14:{s:13:\"Company Name:\";s:14:\"test company 2\";s:23:\"Primary Representative:\";s:10:\"test rep 2\";s:15:\"Title/Position:\";s:12:\"test title 2\";s:14:\"Street Adress:\";s:14:\"test address 2\";s:5:\"City:\";s:9:\"test city\";s:6:\"State:\";s:13:\"test states 2\";s:3:\"Zip\";s:9:\"test zip2\";s:6:\"Phone:\";s:7:\"3450987\";s:4:\"Fax:\";s:7:\"8907345\";s:6:\"Email:\";s:18:\"slcoward@gmail.com\";s:8:\"Website:\";s:15:\"test websites 2\";s:17:\"Type of Business:\";s:18:\"test buisness type\";s:33:\"Descrption of Company (100 words)\";s:11:\"test desc 2\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:19:\"test names of reps2\";}'),(135052,17076,'_feedback_extra_fields','a:13:{s:13:\"Company Name:\";s:14:\"test company 2\";s:23:\"Primary Representative:\";s:10:\"test rep 2\";s:15:\"Title/Position:\";s:12:\"test title 2\";s:14:\"Street Adress:\";s:14:\"test address 2\";s:5:\"City:\";s:9:\"test city\";s:6:\"State:\";s:13:\"test states 2\";s:3:\"Zip\";s:9:\"test zip2\";s:6:\"Phone:\";s:7:\"3450987\";s:4:\"Fax:\";s:7:\"8907345\";s:6:\"Email:\";s:18:\"slcoward@gmail.com\";s:8:\"Website:\";s:15:\"test websites 2\";s:17:\"Type of Business:\";s:18:\"test buisness type\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:19:\"test names of reps2\";}'),(135053,17076,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:11:\"test desc 2\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";s:8:\"referrer\";s:51:\"http://www.onecaribbean.org/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:24:\"/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7d4554c5-67d9-4b35-85db-7170fbb929bf\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46067\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"571\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:24:\"/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:24:\"/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.73.197.46\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0\";s:12:\"HTTP_REFERER\";s:51:\"http://www.onecaribbean.org/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"571\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391535041.7892\";s:12:\"REQUEST_TIME\";s:10:\"1391535041\";}'),(135054,17076,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:500:\"Company Name:: test company 2\n\nPrimary Representative:: test rep 2\n\nTitle/Position:: test title 2\n\nStreet Adress:: test address 2\n\nCity:: test city\n\nState:: test states 2\n\nZip: test zip2\n\nPhone:: 3450987\n\nFax:: 8907345\n\nEmail:: slcoward@gmail.com\n\nWebsite:: test websites 2\n\nType of Business:: test buisness type\n\nNames and Contact Info for 2 Additional Representatives:: test names of reps2\n\nDescrption of Company (100 words) : test desc 2 \n\n\nMessage was sent on Tuesday February 4, 2014 at 1:30 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(135103,17093,'_edit_last','2'),(135104,17093,'_edit_lock','1407945496:1861'),(135105,17093,'truethemes_page_checkbox',''),(135106,17093,'truethemes_custom_sub_menu','allied-membership'),(135107,17093,'truethemes_slider_shortcode',''),(135108,17093,'truethemes_slider_cu3er',''),(135109,17093,'banner_search','yes'),(135110,17093,'page_primary_color_scheme','null'),(135111,17093,'page_secondary_color_scheme','null'),(135112,17093,'page_background_color','#'),(135113,17093,'page_background_position','left top'),(135114,17093,'page_background_repeat','repeat'),(135117,17093,'_wp_page_template','page-template-left-nav.php'),(135152,17109,'_menu_item_type','post_type'),(135153,17109,'_menu_item_menu_item_parent','0'),(135154,17109,'_menu_item_object_id','17093'),(135155,17109,'_menu_item_object','page'),(135156,17109,'_menu_item_target',''),(135157,17109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(135158,17109,'_menu_item_xfn',''),(135159,17109,'_menu_item_url',''),(135161,17110,'_menu_item_type','post_type'),(135162,17110,'_menu_item_menu_item_parent','0'),(135163,17110,'_menu_item_object_id','17059'),(135164,17110,'_menu_item_object','page'),(135165,17110,'_menu_item_target',''),(135166,17110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(135167,17110,'_menu_item_xfn',''),(135168,17110,'_menu_item_url',''),(135170,17111,'_menu_item_type','post_type'),(135171,17111,'_menu_item_menu_item_parent','0'),(135172,17111,'_menu_item_object_id','16867'),(135173,17111,'_menu_item_object','page'),(135174,17111,'_menu_item_target',''),(135175,17111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(135176,17111,'_menu_item_xfn',''),(135177,17111,'_menu_item_url',''),(135281,17145,'_edit_last','1837'),(135284,17145,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135285,17145,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135286,17145,'_event_id','2404'),(135287,17145,'_event_start_time','00:00:00'),(135288,17145,'_event_end_time','00:00:00'),(135289,17145,'_event_all_day','0'),(135290,17145,'_event_start_date',''),(135291,17145,'_event_end_date',''),(135292,17145,'_event_rsvp','0'),(135293,17145,'_event_rsvp_date',''),(135294,17145,'_event_rsvp_time','00:00:00'),(135295,17145,'_event_spaces',''),(135296,17145,'_location_id','0'),(135297,17145,'_recurrence_id',''),(135298,17145,'_event_status',''),(135299,17145,'_event_private','0'),(135300,17145,'_event_date_created',''),(135301,17145,'_event_date_modified',''),(135302,17145,'_blog_id',''),(135303,17145,'_group_id','0'),(135304,17145,'_recurrence','0'),(135305,17145,'_recurrence_interval',''),(135306,17145,'_recurrence_freq',''),(135307,17145,'_recurrence_days','0'),(135308,17145,'_recurrence_byday',''),(135309,17145,'_recurrence_byweekno',''),(135310,17145,'_start_ts','1391472000'),(135311,17145,'_end_ts','1391472000'),(135312,17145,'_edit_lock','1391541774:1837'),(135313,17146,'_edit_last','1837'),(135314,17146,'_edit_lock','1391544564:1837'),(135319,17146,'_event_id','2405'),(135320,17146,'_event_start_time','00:00:00'),(135321,17146,'_event_end_time','00:00:00'),(135322,17146,'_event_all_day','1'),(135323,17146,'_event_start_date','2014-05-29'),(135324,17146,'_event_end_date','2014-05-29'),(135325,17146,'_event_rsvp','0'),(135326,17146,'_event_rsvp_date',''),(135327,17146,'_event_rsvp_time','00:00:00'),(135328,17146,'_event_spaces',''),(135329,17146,'_location_id','19'),(135330,17146,'_recurrence_id',''),(135331,17146,'_event_status','1'),(135332,17146,'_event_private','0'),(135333,17146,'_event_date_created',''),(135334,17146,'_event_date_modified',''),(135335,17146,'_blog_id',''),(135336,17146,'_group_id','0'),(135337,17146,'_recurrence','0'),(135338,17146,'_recurrence_interval',''),(135339,17146,'_recurrence_freq',''),(135340,17146,'_recurrence_days','0'),(135341,17146,'_recurrence_byday',''),(135342,17146,'_recurrence_byweekno',''),(135343,17146,'_start_ts','1401321600'),(135344,17146,'_end_ts','1401321600'),(135347,17146,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135348,17146,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135349,17147,'_edit_last','1837'),(135350,17147,'_edit_lock','1391546374:1837'),(135353,17147,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135354,17147,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135355,17147,'_event_id','2406'),(135356,17147,'_event_start_time','00:00:00'),(135357,17147,'_event_end_time','00:00:00'),(135358,17147,'_event_all_day','1'),(135359,17147,'_event_start_date','2014-05-29'),(135360,17147,'_event_end_date','2014-05-31'),(135361,17147,'_event_rsvp','0'),(135362,17147,'_event_rsvp_date',''),(135363,17147,'_event_rsvp_time','00:00:00'),(135364,17147,'_event_spaces',''),(135365,17147,'_location_id','19'),(135366,17147,'_recurrence_id',''),(135367,17147,'_event_status','1'),(135368,17147,'_event_private','0'),(135369,17147,'_event_date_created',''),(135370,17147,'_event_date_modified',''),(135371,17147,'_blog_id',''),(135372,17147,'_group_id','0'),(135373,17147,'_recurrence','0'),(135374,17147,'_recurrence_interval',''),(135375,17147,'_recurrence_freq',''),(135376,17147,'_recurrence_days','0'),(135377,17147,'_recurrence_byday',''),(135378,17147,'_recurrence_byweekno',''),(135379,17147,'_start_ts','1401321600'),(135380,17147,'_end_ts','1401494400'),(135381,17149,'_edit_last','1837'),(135382,17149,'_edit_lock','1391547196:1837'),(135385,17149,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135386,17149,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135387,17149,'_event_id','2407'),(135388,17149,'_event_start_time','00:00:00'),(135389,17149,'_event_end_time','00:00:00'),(135390,17149,'_event_all_day','1'),(135391,17149,'_event_start_date','2014-05-30'),(135392,17149,'_event_end_date','2014-06-01'),(135393,17149,'_event_rsvp','0'),(135394,17149,'_event_rsvp_date',''),(135395,17149,'_event_rsvp_time','00:00:00'),(135396,17149,'_event_spaces',''),(135397,17149,'_location_id','19'),(135398,17149,'_recurrence_id',''),(135399,17149,'_event_status','1'),(135400,17149,'_event_private','0'),(135401,17149,'_event_date_created',''),(135402,17149,'_event_date_modified',''),(135403,17149,'_blog_id',''),(135404,17149,'_group_id','0'),(135405,17149,'_recurrence','0'),(135406,17149,'_recurrence_interval',''),(135407,17149,'_recurrence_freq',''),(135408,17149,'_recurrence_days','0'),(135409,17149,'_recurrence_byday',''),(135410,17149,'_recurrence_byweekno',''),(135411,17149,'_start_ts','1401408000'),(135412,17149,'_end_ts','1401580800'),(135413,17150,'_feedback_author',''),(135414,17150,'_feedback_author_email',''),(135415,17150,'_feedback_author_url',''),(135416,17150,'_feedback_subject','Signup form OneCaribbean'),(135417,17150,'_feedback_ip','10.17.1.254'),(135418,17150,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(135419,17150,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Qnomsaee\";s:13:\"Email address\";s:21:\"mckjnajr@kmyvbrxy.com\";s:20:\"Country of Residence\";s:5:\"80522\";s:28:\"Name of Organization/Company\";s:8:\"Qnomsaee\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:11:\"ZoORSLAAqMW\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(135420,17150,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Qnomsaee\";s:13:\"Email address\";s:21:\"mckjnajr@kmyvbrxy.com\";s:20:\"Country of Residence\";s:5:\"80522\";s:28:\"Name of Organization/Company\";s:8:\"Qnomsaee\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:11:\"ZoORSLAAqMW\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(135421,17150,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-27567e25-584f-4a6b-bbd6-65a80fe60383\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39950\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"341\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"341\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1391557548.383\";s:12:\"REQUEST_TIME\";s:10:\"1391557548\";}'),(135422,17150,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:299:\"Name: Qnomsaee\n\nEmail address: mckjnajr@kmyvbrxy.com\n\nCountry of Residence: 80522\n\nName of Organization/Company: Qnomsaee\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: ZoORSLAAqMW\n\nMessage was sent on Tuesday February 4, 2014 at 7:45 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(135423,17151,'_edit_last','1837'),(135424,17151,'_edit_lock','1391603357:1837'),(135427,17151,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135428,17151,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135429,17151,'_event_id','2408'),(135430,17151,'_event_start_time','00:00:00'),(135431,17151,'_event_end_time','00:00:00'),(135432,17151,'_event_all_day','1'),(135433,17151,'_event_start_date','2014-05-01'),(135434,17151,'_event_end_date','2014-05-31'),(135435,17151,'_event_rsvp','0'),(135436,17151,'_event_rsvp_date',''),(135437,17151,'_event_rsvp_time','00:00:00'),(135438,17151,'_event_spaces',''),(135439,17151,'_location_id','19'),(135440,17151,'_recurrence_id',''),(135441,17151,'_event_status','1'),(135442,17151,'_event_private','0'),(135443,17151,'_event_date_created',''),(135444,17151,'_event_date_modified',''),(135445,17151,'_blog_id',''),(135446,17151,'_group_id','0'),(135447,17151,'_recurrence','0'),(135448,17151,'_recurrence_interval',''),(135449,17151,'_recurrence_freq',''),(135450,17151,'_recurrence_days','0'),(135451,17151,'_recurrence_byday',''),(135452,17151,'_recurrence_byweekno',''),(135453,17151,'_start_ts','1398902400'),(135454,17151,'_end_ts','1401494400'),(135455,17152,'_edit_last','1837'),(135456,17152,'_edit_lock','1391603514:1837'),(135459,17152,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135460,17152,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135461,17152,'_event_id','2409'),(135462,17152,'_event_start_time','00:00:00'),(135463,17152,'_event_end_time','00:00:00'),(135464,17152,'_event_all_day','1'),(135465,17152,'_event_start_date','2014-05-01'),(135466,17152,'_event_end_date','2014-05-31'),(135467,17152,'_event_rsvp','0'),(135468,17152,'_event_rsvp_date',''),(135469,17152,'_event_rsvp_time','00:00:00'),(135470,17152,'_event_spaces',''),(135471,17152,'_location_id','19'),(135472,17152,'_recurrence_id',''),(135473,17152,'_event_status','1'),(135474,17152,'_event_private','0'),(135475,17152,'_event_date_created',''),(135476,17152,'_event_date_modified',''),(135477,17152,'_blog_id',''),(135478,17152,'_group_id','0'),(135479,17152,'_recurrence','0'),(135480,17152,'_recurrence_interval',''),(135481,17152,'_recurrence_freq',''),(135482,17152,'_recurrence_days','0'),(135483,17152,'_recurrence_byday',''),(135484,17152,'_recurrence_byweekno',''),(135485,17152,'_start_ts','1398902400'),(135486,17152,'_end_ts','1401494400'),(135487,17153,'_edit_last','1837'),(135488,17153,'_edit_lock','1391603843:1837'),(135491,17153,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135492,17153,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135493,17153,'_event_id','2410'),(135494,17153,'_event_start_time','00:00:00'),(135495,17153,'_event_end_time','00:00:00'),(135496,17153,'_event_all_day','1'),(135497,17153,'_event_start_date','2014-06-02'),(135498,17153,'_event_end_date','2014-06-08'),(135499,17153,'_event_rsvp','0'),(135500,17153,'_event_rsvp_date',''),(135501,17153,'_event_rsvp_time','00:00:00'),(135502,17153,'_event_spaces',''),(135503,17153,'_location_id','19'),(135504,17153,'_recurrence_id',''),(135505,17153,'_event_status','1'),(135506,17153,'_event_private','0'),(135507,17153,'_event_date_created',''),(135508,17153,'_event_date_modified',''),(135509,17153,'_blog_id',''),(135510,17153,'_group_id','0'),(135511,17153,'_recurrence','0'),(135512,17153,'_recurrence_interval',''),(135513,17153,'_recurrence_freq',''),(135514,17153,'_recurrence_days','0'),(135515,17153,'_recurrence_byday',''),(135516,17153,'_recurrence_byweekno',''),(135517,17153,'_start_ts','1401667200'),(135518,17153,'_end_ts','1402185600'),(135519,17154,'_edit_last','1837'),(135520,17154,'_edit_lock','1391604915:1837'),(135523,17154,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135524,17154,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135525,17154,'_event_id','2411'),(135526,17154,'_event_start_time','00:00:00'),(135527,17154,'_event_end_time','00:00:00'),(135528,17154,'_event_all_day','1'),(135529,17154,'_event_start_date','2014-06-07'),(135530,17154,'_event_end_date','2014-06-09'),(135531,17154,'_event_rsvp','0'),(135532,17154,'_event_rsvp_date',''),(135533,17154,'_event_rsvp_time','00:00:00'),(135534,17154,'_event_spaces',''),(135535,17154,'_location_id','19'),(135536,17154,'_recurrence_id',''),(135537,17154,'_event_status','1'),(135538,17154,'_event_private','0'),(135539,17154,'_event_date_created',''),(135540,17154,'_event_date_modified',''),(135541,17154,'_blog_id',''),(135542,17154,'_group_id','0'),(135543,17154,'_recurrence','0'),(135544,17154,'_recurrence_interval',''),(135545,17154,'_recurrence_freq',''),(135546,17154,'_recurrence_days','0'),(135547,17154,'_recurrence_byday',''),(135548,17154,'_recurrence_byweekno',''),(135549,17154,'_start_ts','1402099200'),(135550,17154,'_end_ts','1402272000'),(135551,17155,'_edit_last','1837'),(135552,17155,'_edit_lock','1391605425:1837'),(135555,17155,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135556,17155,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135557,17155,'_event_id','2412'),(135558,17155,'_event_start_time','00:00:00'),(135559,17155,'_event_end_time','00:00:00'),(135560,17155,'_event_all_day','1'),(135561,17155,'_event_start_date','2014-06-01'),(135562,17155,'_event_end_date','2014-06-30'),(135563,17155,'_event_rsvp','0'),(135564,17155,'_event_rsvp_date',''),(135565,17155,'_event_rsvp_time','00:00:00'),(135566,17155,'_event_spaces',''),(135567,17155,'_location_id','19'),(135568,17155,'_recurrence_id',''),(135569,17155,'_event_status','1'),(135570,17155,'_event_private','0'),(135571,17155,'_event_date_created',''),(135572,17155,'_event_date_modified',''),(135573,17155,'_blog_id',''),(135574,17155,'_group_id','0'),(135575,17155,'_recurrence','0'),(135576,17155,'_recurrence_interval',''),(135577,17155,'_recurrence_freq',''),(135578,17155,'_recurrence_days','0'),(135579,17155,'_recurrence_byday',''),(135580,17155,'_recurrence_byweekno',''),(135581,17155,'_start_ts','1401580800'),(135582,17155,'_end_ts','1404086400'),(135583,17157,'_edit_last','1837'),(135584,17157,'_edit_lock','1391605499:1837'),(135587,17157,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135588,17157,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135589,17157,'_event_id','2413'),(135590,17157,'_event_start_time','00:00:00'),(135591,17157,'_event_end_time','00:00:00'),(135592,17157,'_event_all_day','1'),(135593,17157,'_event_start_date','2014-06-01'),(135594,17157,'_event_end_date','2014-06-30'),(135595,17157,'_event_rsvp','0'),(135596,17157,'_event_rsvp_date',''),(135597,17157,'_event_rsvp_time','00:00:00'),(135598,17157,'_event_spaces',''),(135599,17157,'_location_id','19'),(135600,17157,'_recurrence_id',''),(135601,17157,'_event_status','1'),(135602,17157,'_event_private','0'),(135603,17157,'_event_date_created',''),(135604,17157,'_event_date_modified',''),(135605,17157,'_blog_id',''),(135606,17157,'_group_id','0'),(135607,17157,'_recurrence','0'),(135608,17157,'_recurrence_interval',''),(135609,17157,'_recurrence_freq',''),(135610,17157,'_recurrence_days','0'),(135611,17157,'_recurrence_byday',''),(135612,17157,'_recurrence_byweekno',''),(135613,17157,'_start_ts','1401580800'),(135614,17157,'_end_ts','1404086400'),(135615,17159,'_edit_last','1837'),(135616,17159,'_edit_lock','1391605664:1837'),(135619,17159,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135620,17159,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135621,17159,'_event_id','2414'),(135622,17159,'_event_start_time','00:00:00'),(135623,17159,'_event_end_time','00:00:00'),(135624,17159,'_event_all_day','1'),(135625,17159,'_event_start_date','2014-06-01'),(135626,17159,'_event_end_date','2014-06-30'),(135627,17159,'_event_rsvp','0'),(135628,17159,'_event_rsvp_date',''),(135629,17159,'_event_rsvp_time','00:00:00'),(135630,17159,'_event_spaces',''),(135631,17159,'_location_id','19'),(135632,17159,'_recurrence_id',''),(135633,17159,'_event_status','1'),(135634,17159,'_event_private','0'),(135635,17159,'_event_date_created',''),(135636,17159,'_event_date_modified',''),(135637,17159,'_blog_id',''),(135638,17159,'_group_id','0'),(135639,17159,'_recurrence','0'),(135640,17159,'_recurrence_interval',''),(135641,17159,'_recurrence_freq',''),(135642,17159,'_recurrence_days','0'),(135643,17159,'_recurrence_byday',''),(135644,17159,'_recurrence_byweekno',''),(135645,17159,'_start_ts','1401580800'),(135646,17159,'_end_ts','1404086400'),(135647,17160,'_edit_last','1837'),(135648,17160,'_edit_lock','1391605817:1837'),(135651,17160,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135652,17160,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135653,17160,'_event_id','2415'),(135654,17160,'_event_start_time','00:00:00'),(135655,17160,'_event_end_time','00:00:00'),(135656,17160,'_event_all_day','1'),(135657,17160,'_event_start_date','2014-06-01'),(135658,17160,'_event_end_date','2014-06-30'),(135659,17160,'_event_rsvp','0'),(135660,17160,'_event_rsvp_date',''),(135661,17160,'_event_rsvp_time','00:00:00'),(135662,17160,'_event_spaces',''),(135663,17160,'_location_id','19'),(135664,17160,'_recurrence_id',''),(135665,17160,'_event_status','1'),(135666,17160,'_event_private','0'),(135667,17160,'_event_date_created',''),(135668,17160,'_event_date_modified',''),(135669,17160,'_blog_id',''),(135670,17160,'_group_id','0'),(135671,17160,'_recurrence','0'),(135672,17160,'_recurrence_interval',''),(135673,17160,'_recurrence_freq',''),(135674,17160,'_recurrence_days','0'),(135675,17160,'_recurrence_byday',''),(135676,17160,'_recurrence_byweekno',''),(135677,17160,'_start_ts','1401580800'),(135678,17160,'_end_ts','1404086400'),(135679,17161,'_edit_last','1837'),(135680,17161,'_edit_lock','1391606137:1837'),(135683,17161,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135684,17161,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135685,17161,'_event_id','2416'),(135686,17161,'_event_start_time','00:00:00'),(135687,17161,'_event_end_time','00:00:00'),(135688,17161,'_event_all_day','1'),(135689,17161,'_event_start_date','2014-06-26'),(135690,17161,'_event_end_date','2014-06-26'),(135691,17161,'_event_rsvp','0'),(135692,17161,'_event_rsvp_date',''),(135693,17161,'_event_rsvp_time','00:00:00'),(135694,17161,'_event_spaces',''),(135695,17161,'_location_id','19'),(135696,17161,'_recurrence_id',''),(135697,17161,'_event_status','1'),(135698,17161,'_event_private','0'),(135699,17161,'_event_date_created',''),(135700,17161,'_event_date_modified',''),(135701,17161,'_blog_id',''),(135702,17161,'_group_id','0'),(135703,17161,'_recurrence','0'),(135704,17161,'_recurrence_interval',''),(135705,17161,'_recurrence_freq',''),(135706,17161,'_recurrence_days','0'),(135707,17161,'_recurrence_byday',''),(135708,17161,'_recurrence_byweekno',''),(135709,17161,'_start_ts','1403740800'),(135710,17161,'_end_ts','1403740800'),(135711,17162,'_edit_last','1837'),(135712,17162,'_edit_lock','1391606513:1837'),(135715,17162,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135716,17162,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135717,17162,'_event_id','2417'),(135718,17162,'_event_start_time','00:00:00'),(135719,17162,'_event_end_time','00:00:00'),(135720,17162,'_event_all_day','1'),(135721,17162,'_event_start_date','2014-07-01'),(135722,17162,'_event_end_date','2014-07-31'),(135723,17162,'_event_rsvp','0'),(135724,17162,'_event_rsvp_date',''),(135725,17162,'_event_rsvp_time','00:00:00'),(135726,17162,'_event_spaces',''),(135727,17162,'_location_id','19'),(135728,17162,'_recurrence_id',''),(135729,17162,'_event_status','1'),(135730,17162,'_event_private','0'),(135731,17162,'_event_date_created',''),(135732,17162,'_event_date_modified',''),(135733,17162,'_blog_id',''),(135734,17162,'_group_id','0'),(135735,17162,'_recurrence','0'),(135736,17162,'_recurrence_interval',''),(135737,17162,'_recurrence_freq',''),(135738,17162,'_recurrence_days','0'),(135739,17162,'_recurrence_byday',''),(135740,17162,'_recurrence_byweekno',''),(135741,17162,'_start_ts','1404172800'),(135742,17162,'_end_ts','1406764800'),(135743,17163,'_edit_last','1837'),(135744,17163,'_edit_lock','1391606751:1837'),(135747,17163,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135748,17163,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135749,17163,'_event_id','2418'),(135750,17163,'_event_start_time','00:00:00'),(135751,17163,'_event_end_time','00:00:00'),(135752,17163,'_event_all_day','1'),(135753,17163,'_event_start_date','2014-07-06'),(135754,17163,'_event_end_date','2014-07-06'),(135755,17163,'_event_rsvp','0'),(135756,17163,'_event_rsvp_date',''),(135757,17163,'_event_rsvp_time','00:00:00'),(135758,17163,'_event_spaces',''),(135759,17163,'_location_id','19'),(135760,17163,'_recurrence_id',''),(135761,17163,'_event_status','1'),(135762,17163,'_event_private','0'),(135763,17163,'_event_date_created',''),(135764,17163,'_event_date_modified',''),(135765,17163,'_blog_id',''),(135766,17163,'_group_id','0'),(135767,17163,'_recurrence','0'),(135768,17163,'_recurrence_interval',''),(135769,17163,'_recurrence_freq',''),(135770,17163,'_recurrence_days','0'),(135771,17163,'_recurrence_byday',''),(135772,17163,'_recurrence_byweekno',''),(135773,17163,'_start_ts','1404604800'),(135774,17163,'_end_ts','1404604800'),(135775,17164,'_edit_last','1837'),(135776,17164,'_edit_lock','1391607455:1837'),(135779,17164,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135780,17164,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135781,17164,'_event_id','2419'),(135782,17164,'_event_start_time','00:00:00'),(135783,17164,'_event_end_time','00:00:00'),(135784,17164,'_event_all_day','1'),(135785,17164,'_event_start_date','2014-07-06'),(135786,17164,'_event_end_date','2014-07-06'),(135787,17164,'_event_rsvp','0'),(135788,17164,'_event_rsvp_date',''),(135789,17164,'_event_rsvp_time','00:00:00'),(135790,17164,'_event_spaces',''),(135791,17164,'_location_id','19'),(135792,17164,'_recurrence_id',''),(135793,17164,'_event_status','1'),(135794,17164,'_event_private','0'),(135795,17164,'_event_date_created',''),(135796,17164,'_event_date_modified',''),(135797,17164,'_blog_id',''),(135798,17164,'_group_id','0'),(135799,17164,'_recurrence','0'),(135800,17164,'_recurrence_interval',''),(135801,17164,'_recurrence_freq',''),(135802,17164,'_recurrence_days','0'),(135803,17164,'_recurrence_byday',''),(135804,17164,'_recurrence_byweekno',''),(135805,17164,'_start_ts','1404604800'),(135806,17164,'_end_ts','1404604800'),(135807,17166,'_edit_last','1837'),(135808,17166,'_edit_lock','1391607480:1837'),(135811,17166,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135812,17166,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135813,17166,'_event_id','2420'),(135814,17166,'_event_start_time','00:00:00'),(135815,17166,'_event_end_time','00:00:00'),(135816,17166,'_event_all_day','1'),(135817,17166,'_event_start_date','2014-07-01'),(135818,17166,'_event_end_date','2014-07-31'),(135819,17166,'_event_rsvp','0'),(135820,17166,'_event_rsvp_date',''),(135821,17166,'_event_rsvp_time','00:00:00'),(135822,17166,'_event_spaces',''),(135823,17166,'_location_id','19'),(135824,17166,'_recurrence_id',''),(135825,17166,'_event_status','1'),(135826,17166,'_event_private','0'),(135827,17166,'_event_date_created',''),(135828,17166,'_event_date_modified',''),(135829,17166,'_blog_id',''),(135830,17166,'_group_id','0'),(135831,17166,'_recurrence','0'),(135832,17166,'_recurrence_interval',''),(135833,17166,'_recurrence_freq',''),(135834,17166,'_recurrence_days','0'),(135835,17166,'_recurrence_byday',''),(135836,17166,'_recurrence_byweekno',''),(135837,17166,'_start_ts','1404172800'),(135838,17166,'_end_ts','1406764800'),(135839,17167,'_edit_last','1837'),(135840,17167,'_edit_lock','1391607811:1837'),(135843,17167,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135844,17167,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135845,17167,'_event_id','2421'),(135846,17167,'_event_start_time','00:00:00'),(135847,17167,'_event_end_time','00:00:00'),(135848,17167,'_event_all_day','1'),(135849,17167,'_event_start_date','2014-07-12'),(135850,17167,'_event_end_date','2014-07-13'),(135851,17167,'_event_rsvp','0'),(135852,17167,'_event_rsvp_date',''),(135853,17167,'_event_rsvp_time','00:00:00'),(135854,17167,'_event_spaces',''),(135855,17167,'_location_id','19'),(135856,17167,'_recurrence_id',''),(135857,17167,'_event_status','1'),(135858,17167,'_event_private','0'),(135859,17167,'_event_date_created',''),(135860,17167,'_event_date_modified',''),(135861,17167,'_blog_id',''),(135862,17167,'_group_id','0'),(135863,17167,'_recurrence','0'),(135864,17167,'_recurrence_interval',''),(135865,17167,'_recurrence_freq',''),(135866,17167,'_recurrence_days','0'),(135867,17167,'_recurrence_byday',''),(135868,17167,'_recurrence_byweekno',''),(135869,17167,'_start_ts','1405123200'),(135870,17167,'_end_ts','1405209600'),(135871,17168,'_edit_last','1837'),(135872,17168,'_edit_lock','1391608878:1837'),(135875,17168,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135876,17168,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135877,17168,'_event_id','2422'),(135878,17168,'_event_start_time','00:00:00'),(135879,17168,'_event_end_time','00:00:00'),(135880,17168,'_event_all_day','1'),(135881,17168,'_event_start_date','2014-07-13'),(135882,17168,'_event_end_date','2014-07-13'),(135883,17168,'_event_rsvp','0'),(135884,17168,'_event_rsvp_date',''),(135885,17168,'_event_rsvp_time','00:00:00'),(135886,17168,'_event_spaces',''),(135887,17168,'_location_id','19'),(135888,17168,'_recurrence_id',''),(135889,17168,'_event_status','1'),(135890,17168,'_event_private','0'),(135891,17168,'_event_date_created',''),(135892,17168,'_event_date_modified',''),(135893,17168,'_blog_id',''),(135894,17168,'_group_id','0'),(135895,17168,'_recurrence','0'),(135896,17168,'_recurrence_interval',''),(135897,17168,'_recurrence_freq',''),(135898,17168,'_recurrence_days','0'),(135899,17168,'_recurrence_byday',''),(135900,17168,'_recurrence_byweekno',''),(135901,17168,'_start_ts','1405209600'),(135902,17168,'_end_ts','1405209600'),(135903,17169,'_edit_last','1837'),(135904,17169,'_edit_lock','1391609144:1837'),(135907,17169,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135908,17169,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135909,17169,'_event_id','2423'),(135910,17169,'_event_start_time','00:00:00'),(135911,17169,'_event_end_time','00:00:00'),(135912,17169,'_event_all_day','1'),(135913,17169,'_event_start_date','2014-07-01'),(135914,17169,'_event_end_date','2014-07-31'),(135915,17169,'_event_rsvp','0'),(135916,17169,'_event_rsvp_date',''),(135917,17169,'_event_rsvp_time','00:00:00'),(135918,17169,'_event_spaces',''),(135919,17169,'_location_id','19'),(135920,17169,'_recurrence_id',''),(135921,17169,'_event_status','1'),(135922,17169,'_event_private','0'),(135923,17169,'_event_date_created',''),(135924,17169,'_event_date_modified',''),(135925,17169,'_blog_id',''),(135926,17169,'_group_id','0'),(135927,17169,'_recurrence','0'),(135928,17169,'_recurrence_interval',''),(135929,17169,'_recurrence_freq',''),(135930,17169,'_recurrence_days','0'),(135931,17169,'_recurrence_byday',''),(135932,17169,'_recurrence_byweekno',''),(135933,17169,'_start_ts','1404172800'),(135934,17169,'_end_ts','1406764800'),(135947,17170,'_edit_last','1837'),(135948,17170,'_edit_lock','1391609458:1837'),(135975,17170,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135976,17170,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(135977,17170,'_event_id','2424'),(135978,17170,'_event_start_time','00:00:00'),(135979,17170,'_event_end_time','00:00:00'),(135980,17170,'_event_all_day','1'),(135981,17170,'_event_start_date','2014-07-01'),(135982,17170,'_event_end_date','2014-07-31'),(135983,17170,'_event_rsvp','0'),(135984,17170,'_event_rsvp_date',''),(135985,17170,'_event_rsvp_time','00:00:00'),(135986,17170,'_event_spaces',''),(135987,17170,'_location_id','19'),(135988,17170,'_recurrence_id',''),(135989,17170,'_event_status','1'),(135990,17170,'_event_private','0'),(135991,17170,'_event_date_created',''),(135992,17170,'_event_date_modified',''),(135993,17170,'_blog_id',''),(135994,17170,'_group_id','0'),(135995,17170,'_recurrence','0'),(135996,17170,'_recurrence_interval',''),(135997,17170,'_recurrence_freq',''),(135998,17170,'_recurrence_days','0'),(135999,17170,'_recurrence_byday',''),(136000,17170,'_recurrence_byweekno',''),(136001,17170,'_start_ts','1404172800'),(136002,17170,'_end_ts','1406764800'),(136003,17174,'_edit_last','1837'),(136004,17174,'_edit_lock','1391609647:1837'),(136007,17174,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136008,17174,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136009,17174,'_event_id','2425'),(136010,17174,'_event_start_time','00:00:00'),(136011,17174,'_event_end_time','00:00:00'),(136012,17174,'_event_all_day','1'),(136013,17174,'_event_start_date','2014-07-01'),(136014,17174,'_event_end_date','2014-07-31'),(136015,17174,'_event_rsvp','0'),(136016,17174,'_event_rsvp_date',''),(136017,17174,'_event_rsvp_time','00:00:00'),(136018,17174,'_event_spaces',''),(136019,17174,'_location_id','19'),(136020,17174,'_recurrence_id',''),(136021,17174,'_event_status','1'),(136022,17174,'_event_private','0'),(136023,17174,'_event_date_created',''),(136024,17174,'_event_date_modified',''),(136025,17174,'_blog_id',''),(136026,17174,'_group_id','0'),(136027,17174,'_recurrence','0'),(136028,17174,'_recurrence_interval',''),(136029,17174,'_recurrence_freq',''),(136030,17174,'_recurrence_days','0'),(136031,17174,'_recurrence_byday',''),(136032,17174,'_recurrence_byweekno',''),(136033,17174,'_start_ts','1404172800'),(136034,17174,'_end_ts','1406764800'),(136035,17175,'_edit_last','1837'),(136036,17175,'_edit_lock','1391609835:1837'),(136039,17175,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136040,17175,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136041,17175,'_event_id','2426'),(136042,17175,'_event_start_time','00:00:00'),(136043,17175,'_event_end_time','00:00:00'),(136044,17175,'_event_all_day','1'),(136045,17175,'_event_start_date','2014-07-27'),(136046,17175,'_event_end_date','2014-08-03'),(136047,17175,'_event_rsvp','0'),(136048,17175,'_event_rsvp_date',''),(136049,17175,'_event_rsvp_time','00:00:00'),(136050,17175,'_event_spaces',''),(136051,17175,'_location_id','19'),(136052,17175,'_recurrence_id',''),(136053,17175,'_event_status','1'),(136054,17175,'_event_private','0'),(136055,17175,'_event_date_created',''),(136056,17175,'_event_date_modified',''),(136057,17175,'_blog_id',''),(136058,17175,'_group_id','0'),(136059,17175,'_recurrence','0'),(136060,17175,'_recurrence_interval',''),(136061,17175,'_recurrence_freq',''),(136062,17175,'_recurrence_days','0'),(136063,17175,'_recurrence_byday',''),(136064,17175,'_recurrence_byweekno',''),(136065,17175,'_start_ts','1406419200'),(136066,17175,'_end_ts','1407024000'),(136067,17176,'_edit_last','1837'),(136068,17176,'_edit_lock','1391609992:1837'),(136071,17176,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136072,17176,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136073,17176,'_event_id','2427'),(136074,17176,'_event_start_time','00:00:00'),(136075,17176,'_event_end_time','00:00:00'),(136076,17176,'_event_all_day','1'),(136077,17176,'_event_start_date','2014-08-01'),(136078,17176,'_event_end_date','2014-08-31'),(136079,17176,'_event_rsvp','0'),(136080,17176,'_event_rsvp_date',''),(136081,17176,'_event_rsvp_time','00:00:00'),(136082,17176,'_event_spaces',''),(136083,17176,'_location_id','19'),(136084,17176,'_recurrence_id',''),(136085,17176,'_event_status','1'),(136086,17176,'_event_private','0'),(136087,17176,'_event_date_created',''),(136088,17176,'_event_date_modified',''),(136089,17176,'_blog_id',''),(136090,17176,'_group_id','0'),(136091,17176,'_recurrence','0'),(136092,17176,'_recurrence_interval',''),(136093,17176,'_recurrence_freq',''),(136094,17176,'_recurrence_days','0'),(136095,17176,'_recurrence_byday',''),(136096,17176,'_recurrence_byweekno',''),(136097,17176,'_start_ts','1406851200'),(136098,17176,'_end_ts','1409443200'),(136099,17177,'_edit_last','1837'),(136100,17177,'_edit_lock','1391610198:1837'),(136103,17177,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136104,17177,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136105,17177,'_event_id','2428'),(136106,17177,'_event_start_time','00:00:00'),(136107,17177,'_event_end_time','00:00:00'),(136108,17177,'_event_all_day','1'),(136109,17177,'_event_start_date','2014-08-30'),(136110,17177,'_event_end_date','2014-08-30'),(136111,17177,'_event_rsvp','0'),(136112,17177,'_event_rsvp_date',''),(136113,17177,'_event_rsvp_time','00:00:00'),(136114,17177,'_event_spaces',''),(136115,17177,'_location_id','19'),(136116,17177,'_recurrence_id',''),(136117,17177,'_event_status','1'),(136118,17177,'_event_private','0'),(136119,17177,'_event_date_created',''),(136120,17177,'_event_date_modified',''),(136121,17177,'_blog_id',''),(136122,17177,'_group_id','0'),(136123,17177,'_recurrence','0'),(136124,17177,'_recurrence_interval',''),(136125,17177,'_recurrence_freq',''),(136126,17177,'_recurrence_days','0'),(136127,17177,'_recurrence_byday',''),(136128,17177,'_recurrence_byweekno',''),(136129,17177,'_start_ts','1409356800'),(136130,17177,'_end_ts','1409356800'),(136143,17180,'_edit_last','1837'),(136144,17180,'_edit_lock','1391611704:1837'),(136186,17180,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136187,17180,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136188,17180,'_event_id','2429'),(136189,17180,'_event_start_time','00:00:00'),(136190,17180,'_event_end_time','00:00:00'),(136191,17180,'_event_all_day','1'),(136192,17180,'_event_start_date','2014-08-31'),(136193,17180,'_event_end_date','2014-08-31'),(136194,17180,'_event_rsvp','0'),(136195,17180,'_event_rsvp_date',''),(136196,17180,'_event_rsvp_time','00:00:00'),(136197,17180,'_event_spaces',''),(136198,17180,'_location_id','19'),(136199,17180,'_recurrence_id',''),(136200,17180,'_event_status','1'),(136201,17180,'_event_private','0'),(136202,17180,'_event_date_created',''),(136203,17180,'_event_date_modified',''),(136204,17180,'_blog_id',''),(136205,17180,'_group_id','0'),(136206,17180,'_recurrence','0'),(136207,17180,'_recurrence_interval',''),(136208,17180,'_recurrence_freq',''),(136209,17180,'_recurrence_days','0'),(136210,17180,'_recurrence_byday',''),(136211,17180,'_recurrence_byweekno',''),(136212,17180,'_start_ts','1409443200'),(136213,17180,'_end_ts','1409443200'),(136214,17190,'_edit_last','1837'),(136215,17190,'_edit_lock','1391613875:1837'),(136220,17190,'_event_id','2430'),(136221,17190,'_event_start_time','00:00:00'),(136222,17190,'_event_end_time','00:00:00'),(136223,17190,'_event_all_day','1'),(136224,17190,'_event_start_date','2014-09-20'),(136225,17190,'_event_end_date','2014-09-21'),(136226,17190,'_event_rsvp','0'),(136227,17190,'_event_rsvp_date',''),(136228,17190,'_event_rsvp_time','00:00:00'),(136229,17190,'_event_spaces',''),(136230,17190,'_location_id','19'),(136231,17190,'_recurrence_id',''),(136232,17190,'_event_status','1'),(136233,17190,'_event_private','0'),(136234,17190,'_event_date_created',''),(136235,17190,'_event_date_modified',''),(136236,17190,'_blog_id',''),(136237,17190,'_group_id','0'),(136238,17190,'_recurrence','0'),(136239,17190,'_recurrence_interval',''),(136240,17190,'_recurrence_freq',''),(136241,17190,'_recurrence_days','0'),(136242,17190,'_recurrence_byday',''),(136243,17190,'_recurrence_byweekno',''),(136244,17190,'_start_ts','1411171200'),(136245,17190,'_end_ts','1411257600'),(136246,17191,'_edit_last','1837'),(136247,17191,'_edit_lock','1391613300:1837'),(136250,17191,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136251,17191,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136252,17191,'_event_id','2431'),(136253,17191,'_event_start_time','00:00:00'),(136254,17191,'_event_end_time','00:00:00'),(136255,17191,'_event_all_day','1'),(136256,17191,'_event_start_date','2014-10-01'),(136257,17191,'_event_end_date','2014-10-31'),(136258,17191,'_event_rsvp','0'),(136259,17191,'_event_rsvp_date',''),(136260,17191,'_event_rsvp_time','00:00:00'),(136261,17191,'_event_spaces',''),(136262,17191,'_location_id','19'),(136263,17191,'_recurrence_id',''),(136264,17191,'_event_status','1'),(136265,17191,'_event_private','0'),(136266,17191,'_event_date_created',''),(136267,17191,'_event_date_modified',''),(136268,17191,'_blog_id',''),(136269,17191,'_group_id','0'),(136270,17191,'_recurrence','0'),(136271,17191,'_recurrence_interval',''),(136272,17191,'_recurrence_freq',''),(136273,17191,'_recurrence_days','0'),(136274,17191,'_recurrence_byday',''),(136275,17191,'_recurrence_byweekno',''),(136276,17191,'_start_ts','1412121600'),(136277,17191,'_end_ts','1414713600'),(136280,17190,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136281,17190,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136282,17192,'_edit_last','1837'),(136283,17192,'_edit_lock','1391614378:1837'),(136286,17192,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136287,17192,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136288,17192,'_event_id','2432'),(136289,17192,'_event_start_time','00:00:00'),(136290,17192,'_event_end_time','00:00:00'),(136291,17192,'_event_all_day','1'),(136292,17192,'_event_start_date','2014-10-21'),(136293,17192,'_event_end_date','2014-10-25'),(136294,17192,'_event_rsvp','0'),(136295,17192,'_event_rsvp_date',''),(136296,17192,'_event_rsvp_time','00:00:00'),(136297,17192,'_event_spaces',''),(136298,17192,'_location_id','19'),(136299,17192,'_recurrence_id',''),(136300,17192,'_event_status','1'),(136301,17192,'_event_private','0'),(136302,17192,'_event_date_created',''),(136303,17192,'_event_date_modified',''),(136304,17192,'_blog_id',''),(136305,17192,'_group_id','0'),(136306,17192,'_recurrence','0'),(136307,17192,'_recurrence_interval',''),(136308,17192,'_recurrence_freq',''),(136309,17192,'_recurrence_days','0'),(136310,17192,'_recurrence_byday',''),(136311,17192,'_recurrence_byweekno',''),(136312,17192,'_start_ts','1413849600'),(136313,17192,'_end_ts','1414195200'),(136314,17194,'_edit_last','1837'),(136315,17194,'_edit_lock','1391614575:1837'),(136318,17194,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136319,17194,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136320,17194,'_event_id','2433'),(136321,17194,'_event_start_time','00:00:00'),(136322,17194,'_event_end_time','00:00:00'),(136323,17194,'_event_all_day','1'),(136324,17194,'_event_start_date','2014-11-01'),(136325,17194,'_event_end_date','2014-11-30'),(136326,17194,'_event_rsvp','0'),(136327,17194,'_event_rsvp_date',''),(136328,17194,'_event_rsvp_time','00:00:00'),(136329,17194,'_event_spaces',''),(136330,17194,'_location_id','19'),(136331,17194,'_recurrence_id',''),(136332,17194,'_event_status','1'),(136333,17194,'_event_private','0'),(136334,17194,'_event_date_created',''),(136335,17194,'_event_date_modified',''),(136336,17194,'_blog_id',''),(136337,17194,'_group_id','0'),(136338,17194,'_recurrence','0'),(136339,17194,'_recurrence_interval',''),(136340,17194,'_recurrence_freq',''),(136341,17194,'_recurrence_days','0'),(136342,17194,'_recurrence_byday',''),(136343,17194,'_recurrence_byweekno',''),(136344,17194,'_start_ts','1414800000'),(136345,17194,'_end_ts','1417305600'),(136346,17196,'_edit_last','1837'),(136347,17196,'_edit_lock','1391614570:1837'),(136350,17196,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136351,17196,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136352,17196,'_event_id','2434'),(136353,17196,'_event_start_time','00:00:00'),(136354,17196,'_event_end_time','00:00:00'),(136355,17196,'_event_all_day','1'),(136356,17196,'_event_start_date','2014-11-11'),(136357,17196,'_event_end_date','2014-11-11'),(136358,17196,'_event_rsvp','0'),(136359,17196,'_event_rsvp_date',''),(136360,17196,'_event_rsvp_time','00:00:00'),(136361,17196,'_event_spaces',''),(136362,17196,'_location_id','19'),(136363,17196,'_recurrence_id',''),(136364,17196,'_event_status','1'),(136365,17196,'_event_private','0'),(136366,17196,'_event_date_created',''),(136367,17196,'_event_date_modified',''),(136368,17196,'_blog_id',''),(136369,17196,'_group_id','0'),(136370,17196,'_recurrence','0'),(136371,17196,'_recurrence_interval',''),(136372,17196,'_recurrence_freq',''),(136373,17196,'_recurrence_days','0'),(136374,17196,'_recurrence_byday',''),(136375,17196,'_recurrence_byweekno',''),(136376,17196,'_start_ts','1415664000'),(136377,17196,'_end_ts','1415664000'),(136378,17197,'_edit_last','1837'),(136379,17197,'_edit_lock','1391614678:1837'),(136382,17197,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136383,17197,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136384,17197,'_event_id','2435'),(136385,17197,'_event_start_time','00:00:00'),(136386,17197,'_event_end_time','00:00:00'),(136387,17197,'_event_all_day','0'),(136388,17197,'_event_start_date','2014-11-01'),(136389,17197,'_event_end_date','2014-11-30'),(136390,17197,'_event_rsvp','0'),(136391,17197,'_event_rsvp_date',''),(136392,17197,'_event_rsvp_time','00:00:00'),(136393,17197,'_event_spaces',''),(136394,17197,'_location_id','19'),(136395,17197,'_recurrence_id',''),(136396,17197,'_event_status','1'),(136397,17197,'_event_private','0'),(136398,17197,'_event_date_created',''),(136399,17197,'_event_date_modified',''),(136400,17197,'_blog_id',''),(136401,17197,'_group_id','0'),(136402,17197,'_recurrence','0'),(136403,17197,'_recurrence_interval',''),(136404,17197,'_recurrence_freq',''),(136405,17197,'_recurrence_days','0'),(136406,17197,'_recurrence_byday',''),(136407,17197,'_recurrence_byweekno',''),(136408,17197,'_start_ts','1414800000'),(136409,17197,'_end_ts','1417305600'),(136410,17198,'_edit_last','1837'),(136411,17198,'_edit_lock','1391614792:1837'),(136414,17198,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136415,17198,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136416,17198,'_event_id','2436'),(136417,17198,'_event_start_time','00:00:00'),(136418,17198,'_event_end_time','00:00:00'),(136419,17198,'_event_all_day','1'),(136420,17198,'_event_start_date','2014-11-30'),(136421,17198,'_event_end_date','2014-11-30'),(136422,17198,'_event_rsvp','0'),(136423,17198,'_event_rsvp_date',''),(136424,17198,'_event_rsvp_time','00:00:00'),(136425,17198,'_event_spaces',''),(136426,17198,'_location_id','19'),(136427,17198,'_recurrence_id',''),(136428,17198,'_event_status','1'),(136429,17198,'_event_private','0'),(136430,17198,'_event_date_created',''),(136431,17198,'_event_date_modified',''),(136432,17198,'_blog_id',''),(136433,17198,'_group_id','0'),(136434,17198,'_recurrence','0'),(136435,17198,'_recurrence_interval',''),(136436,17198,'_recurrence_freq',''),(136437,17198,'_recurrence_days','0'),(136438,17198,'_recurrence_byday',''),(136439,17198,'_recurrence_byweekno',''),(136440,17198,'_start_ts','1417305600'),(136441,17198,'_end_ts','1417305600'),(136442,17199,'_edit_last','1837'),(136443,17199,'_edit_lock','1391614937:1837'),(136446,17199,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136447,17199,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136448,17199,'_event_id','2437'),(136449,17199,'_event_start_time','00:00:00'),(136450,17199,'_event_end_time','00:00:00'),(136451,17199,'_event_all_day','1'),(136452,17199,'_event_start_date','2014-12-06'),(136453,17199,'_event_end_date','2014-12-07'),(136454,17199,'_event_rsvp','0'),(136455,17199,'_event_rsvp_date',''),(136456,17199,'_event_rsvp_time','00:00:00'),(136457,17199,'_event_spaces',''),(136458,17199,'_location_id','19'),(136459,17199,'_recurrence_id',''),(136460,17199,'_event_status','1'),(136461,17199,'_event_private','0'),(136462,17199,'_event_date_created',''),(136463,17199,'_event_date_modified',''),(136464,17199,'_blog_id',''),(136465,17199,'_group_id','0'),(136466,17199,'_recurrence','0'),(136467,17199,'_recurrence_interval',''),(136468,17199,'_recurrence_freq',''),(136469,17199,'_recurrence_days','0'),(136470,17199,'_recurrence_byday',''),(136471,17199,'_recurrence_byweekno',''),(136472,17199,'_start_ts','1417824000'),(136473,17199,'_end_ts','1417910400'),(136474,17200,'_edit_last','1837'),(136475,17200,'_edit_lock','1391615050:1837'),(136478,17200,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136479,17200,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136480,17200,'_event_id','2438'),(136481,17200,'_event_start_time','00:00:00'),(136482,17200,'_event_end_time','00:00:00'),(136483,17200,'_event_all_day','1'),(136484,17200,'_event_start_date','2014-12-14'),(136485,17200,'_event_end_date','2014-12-14'),(136486,17200,'_event_rsvp','0'),(136487,17200,'_event_rsvp_date',''),(136488,17200,'_event_rsvp_time','00:00:00'),(136489,17200,'_event_spaces',''),(136490,17200,'_location_id','19'),(136491,17200,'_recurrence_id',''),(136492,17200,'_event_status','1'),(136493,17200,'_event_private','0'),(136494,17200,'_event_date_created',''),(136495,17200,'_event_date_modified',''),(136496,17200,'_blog_id',''),(136497,17200,'_group_id','0'),(136498,17200,'_recurrence','0'),(136499,17200,'_recurrence_interval',''),(136500,17200,'_recurrence_freq',''),(136501,17200,'_recurrence_days','0'),(136502,17200,'_recurrence_byday',''),(136503,17200,'_recurrence_byweekno',''),(136504,17200,'_start_ts','1418515200'),(136505,17200,'_end_ts','1418515200'),(136506,17201,'_edit_last','1837'),(136507,17201,'_edit_lock','1391628108:1837'),(136512,17201,'_event_id','2439'),(136513,17201,'_event_start_time','00:00:00'),(136514,17201,'_event_end_time','00:00:00'),(136515,17201,'_event_all_day','1'),(136516,17201,'_event_start_date','2014-12-30'),(136517,17201,'_event_end_date','2014-12-30'),(136518,17201,'_event_rsvp','0'),(136519,17201,'_event_rsvp_date',''),(136520,17201,'_event_rsvp_time','00:00:00'),(136521,17201,'_event_spaces',''),(136522,17201,'_location_id','19'),(136523,17201,'_recurrence_id',''),(136524,17201,'_event_status','1'),(136525,17201,'_event_private','0'),(136526,17201,'_event_date_created',''),(136527,17201,'_event_date_modified',''),(136528,17201,'_blog_id',''),(136529,17201,'_group_id','0'),(136530,17201,'_recurrence','0'),(136531,17201,'_recurrence_interval',''),(136532,17201,'_recurrence_freq',''),(136533,17201,'_recurrence_days','0'),(136534,17201,'_recurrence_byday',''),(136535,17201,'_recurrence_byweekno',''),(136536,17201,'_start_ts','1419897600'),(136537,17201,'_end_ts','1419897600'),(136540,17201,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136541,17201,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136542,17203,'_feedback_author',''),(136543,17203,'_feedback_author_email',''),(136544,17203,'_feedback_author_url',''),(136545,17203,'_feedback_subject','Signup form OneCaribbean'),(136546,17203,'_feedback_ip','10.17.1.254'),(136547,17203,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(136548,17203,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"Carole Lair\";s:13:\"Email address\";s:22:\"carolelair@2phase3.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:11:\"Carole Lair\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136549,17203,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"Carole Lair\";s:13:\"Email address\";s:22:\"carolelair@2phase3.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:11:\"Carole Lair\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136550,17203,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-81c8bbc9-8ce7-4247-9377-c9f451e6be4f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43323\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"352\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"99.241.189.248\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"352\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391619507.1926\";s:12:\"REQUEST_TIME\";s:10:\"1391619507\";}'),(136551,17203,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:266:\"Name: Carole Lair\n\nEmail address: carolelair@2phase3.com\n\nCountry of Residence: Canada\n\nName of Organization/Company: Carole Lair\n\nWhich best describes you?: Other\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Wednesday February 5, 2014 at 12:58 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(136552,17204,'_feedback_author',''),(136553,17204,'_feedback_author_email',''),(136554,17204,'_feedback_author_url',''),(136555,17204,'_feedback_subject','Signup form OneCaribbean'),(136556,17204,'_feedback_ip','10.17.1.254'),(136557,17204,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(136558,17204,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"Nigel Collett\";s:13:\"Email address\";s:21:\"nigel.collett@t4g.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:11:\"T4G Limited\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136559,17204,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"Nigel Collett\";s:13:\"Email address\";s:21:\"nigel.collett@t4g.com\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:11:\"T4G Limited\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136560,17204,'_feedback_akismet_values','a:105:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f79654a9-c461-4ce8-972a-7048c5e68efb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50517\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"467\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"207.139.9.170\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"467\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391628508.3988\";s:12:\"REQUEST_TIME\";s:10:\"1391628508\";}'),(136561,17204,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:374:\"Name: Nigel Collett\n\nEmail address: nigel.collett@t4g.com\n\nCountry of Residence: Canada\n\nName of Organization/Company: T4G Limited\n\nWhich best describes you?: Other\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Wednesday February 5, 2014 at 3:28 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(136562,17205,'_feedback_author',''),(136563,17205,'_feedback_author_email',''),(136564,17205,'_feedback_author_url',''),(136565,17205,'_feedback_subject','Signup form OneCaribbean'),(136566,17205,'_feedback_ip','10.17.1.254'),(136567,17205,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(136568,17205,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Dpkottbl\";s:13:\"Email address\";s:21:\"xizebfzc@iilpvxcl.com\";s:20:\"Country of Residence\";s:5:\"44444\";s:28:\"Name of Organization/Company\";s:8:\"Dpkottbl\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:15:\"GCTPLILUdiYbAAA\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136569,17205,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Dpkottbl\";s:13:\"Email address\";s:21:\"xizebfzc@iilpvxcl.com\";s:20:\"Country of Residence\";s:5:\"44444\";s:28:\"Name of Organization/Company\";s:8:\"Dpkottbl\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:15:\"GCTPLILUdiYbAAA\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136570,17205,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3dc7385c-95ab-4adf-b931-2ab9d24ca8a7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56649\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"333\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"333\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391636707.1333\";s:12:\"REQUEST_TIME\";s:10:\"1391636707\";}'),(136571,17205,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:299:\"Name: Dpkottbl\n\nEmail address: xizebfzc@iilpvxcl.com\n\nCountry of Residence: 44444\n\nName of Organization/Company: Dpkottbl\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: GCTPLILUdiYbAAA\n\nMessage was sent on Wednesday February 5, 2014 at 5:45 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(136572,17206,'_feedback_author',''),(136573,17206,'_feedback_author_email',''),(136574,17206,'_feedback_author_url',''),(136575,17206,'_feedback_subject','Signup form OneCaribbean'),(136576,17206,'_feedback_ip','10.17.1.254'),(136577,17206,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(136578,17206,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Fpznsoxd\";s:13:\"Email address\";s:21:\"cfqhrngv@gtpromrd.com\";s:20:\"Country of Residence\";s:6:\"409352\";s:28:\"Name of Organization/Company\";s:8:\"Fpznsoxd\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:19:\"qkIrlLNvWaovxuuHRfQ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136579,17206,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Fpznsoxd\";s:13:\"Email address\";s:21:\"cfqhrngv@gtpromrd.com\";s:20:\"Country of Residence\";s:6:\"409352\";s:28:\"Name of Organization/Company\";s:8:\"Fpznsoxd\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:19:\"qkIrlLNvWaovxuuHRfQ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136580,17206,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a8003d26-d899-4885-99de-e78b18cbcea9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50865\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"337\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"337\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1391667616.752\";s:12:\"REQUEST_TIME\";s:10:\"1391667616\";}'),(136581,17206,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Fpznsoxd\n\nEmail address: cfqhrngv@gtpromrd.com\n\nCountry of Residence: 409352\n\nName of Organization/Company: Fpznsoxd\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: qkIrlLNvWaovxuuHRfQ\n\nMessage was sent on Thursday February 6, 2014 at 2:20 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(136582,17207,'_edit_last','2'),(136583,17207,'_edit_lock','1393448978:2'),(136602,17213,'_edit_last','1837'),(136603,17213,'_edit_lock','1391701070:1837'),(136606,17213,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136607,17213,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136608,17213,'_event_id','2440'),(136609,17213,'_event_start_time','00:00:00'),(136610,17213,'_event_end_time','00:00:00'),(136611,17213,'_event_all_day','1'),(136612,17213,'_event_start_date','2014-04-01'),(136613,17213,'_event_end_date','2014-04-30'),(136614,17213,'_event_rsvp','0'),(136615,17213,'_event_rsvp_date',''),(136616,17213,'_event_rsvp_time','00:00:00'),(136617,17213,'_event_spaces',''),(136618,17213,'_location_id','5'),(136619,17213,'_recurrence_id',''),(136620,17213,'_event_status','1'),(136621,17213,'_event_private','0'),(136622,17213,'_event_date_created',''),(136623,17213,'_event_date_modified',''),(136624,17213,'_blog_id',''),(136625,17213,'_group_id','0'),(136626,17213,'_recurrence','0'),(136627,17213,'_recurrence_interval',''),(136628,17213,'_recurrence_freq',''),(136629,17213,'_recurrence_days','0'),(136630,17213,'_recurrence_byday',''),(136631,17213,'_recurrence_byweekno',''),(136632,17213,'_start_ts','1396310400'),(136633,17213,'_end_ts','1398816000'),(136634,17214,'_edit_last','1837'),(136635,17214,'_edit_lock','1391701236:1837'),(136638,17214,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136639,17214,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136640,17214,'_event_id','2441'),(136641,17214,'_event_start_time','00:00:00'),(136642,17214,'_event_end_time','00:00:00'),(136643,17214,'_event_all_day','1'),(136644,17214,'_event_start_date','2014-04-21'),(136645,17214,'_event_end_date','2014-04-21'),(136646,17214,'_event_rsvp','0'),(136647,17214,'_event_rsvp_date',''),(136648,17214,'_event_rsvp_time','00:00:00'),(136649,17214,'_event_spaces',''),(136650,17214,'_location_id','5'),(136651,17214,'_recurrence_id',''),(136652,17214,'_event_status','1'),(136653,17214,'_event_private','0'),(136654,17214,'_event_date_created',''),(136655,17214,'_event_date_modified',''),(136656,17214,'_blog_id',''),(136657,17214,'_group_id','0'),(136658,17214,'_recurrence','0'),(136659,17214,'_recurrence_interval',''),(136660,17214,'_recurrence_freq',''),(136661,17214,'_recurrence_days','0'),(136662,17214,'_recurrence_byday',''),(136663,17214,'_recurrence_byweekno',''),(136664,17214,'_start_ts','1398038400'),(136665,17214,'_end_ts','1398038400'),(136666,17215,'_edit_last','1837'),(136667,17215,'_edit_lock','1391701329:1837'),(136670,17215,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136671,17215,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136672,17215,'_event_id','2442'),(136673,17215,'_event_start_time','00:00:00'),(136674,17215,'_event_end_time','00:00:00'),(136675,17215,'_event_all_day','1'),(136676,17215,'_event_start_date','2014-04-01'),(136677,17215,'_event_end_date','2014-04-30'),(136678,17215,'_event_rsvp','0'),(136679,17215,'_event_rsvp_date',''),(136680,17215,'_event_rsvp_time','00:00:00'),(136681,17215,'_event_spaces',''),(136682,17215,'_location_id','5'),(136683,17215,'_recurrence_id',''),(136684,17215,'_event_status','1'),(136685,17215,'_event_private','0'),(136686,17215,'_event_date_created',''),(136687,17215,'_event_date_modified',''),(136688,17215,'_blog_id',''),(136689,17215,'_group_id','0'),(136690,17215,'_recurrence','0'),(136691,17215,'_recurrence_interval',''),(136692,17215,'_recurrence_freq',''),(136693,17215,'_recurrence_days','0'),(136694,17215,'_recurrence_byday',''),(136695,17215,'_recurrence_byweekno',''),(136696,17215,'_start_ts','1396310400'),(136697,17215,'_end_ts','1398816000'),(136698,17216,'_edit_last','1837'),(136699,17216,'_edit_lock','1391701413:1837'),(136702,17216,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136703,17216,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136704,17216,'_event_id','2443'),(136705,17216,'_event_start_time','00:00:00'),(136706,17216,'_event_end_time','00:00:00'),(136707,17216,'_event_all_day','1'),(136708,17216,'_event_start_date','2014-04-01'),(136709,17216,'_event_end_date','2014-04-30'),(136710,17216,'_event_rsvp','0'),(136711,17216,'_event_rsvp_date',''),(136712,17216,'_event_rsvp_time','00:00:00'),(136713,17216,'_event_spaces',''),(136714,17216,'_location_id','5'),(136715,17216,'_recurrence_id',''),(136716,17216,'_event_status','1'),(136717,17216,'_event_private','0'),(136718,17216,'_event_date_created',''),(136719,17216,'_event_date_modified',''),(136720,17216,'_blog_id',''),(136721,17216,'_group_id','0'),(136722,17216,'_recurrence','0'),(136723,17216,'_recurrence_interval',''),(136724,17216,'_recurrence_freq',''),(136725,17216,'_recurrence_days','0'),(136726,17216,'_recurrence_byday',''),(136727,17216,'_recurrence_byweekno',''),(136728,17216,'_start_ts','1396310400'),(136729,17216,'_end_ts','1398816000'),(136730,17217,'_edit_last','1837'),(136731,17217,'_edit_lock','1391701561:1837'),(136734,17217,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136735,17217,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136736,17217,'_event_id','2444'),(136737,17217,'_event_start_time','00:00:00'),(136738,17217,'_event_end_time','00:00:00'),(136739,17217,'_event_all_day','1'),(136740,17217,'_event_start_date','2014-04-01'),(136741,17217,'_event_end_date','2014-04-30'),(136742,17217,'_event_rsvp','0'),(136743,17217,'_event_rsvp_date',''),(136744,17217,'_event_rsvp_time','00:00:00'),(136745,17217,'_event_spaces',''),(136746,17217,'_location_id','5'),(136747,17217,'_recurrence_id',''),(136748,17217,'_event_status','1'),(136749,17217,'_event_private','0'),(136750,17217,'_event_date_created',''),(136751,17217,'_event_date_modified',''),(136752,17217,'_blog_id',''),(136753,17217,'_group_id','0'),(136754,17217,'_recurrence','0'),(136755,17217,'_recurrence_interval',''),(136756,17217,'_recurrence_freq',''),(136757,17217,'_recurrence_days','0'),(136758,17217,'_recurrence_byday',''),(136759,17217,'_recurrence_byweekno',''),(136760,17217,'_start_ts','1396310400'),(136761,17217,'_end_ts','1398816000'),(136762,17218,'_edit_last','1837'),(136763,17218,'_edit_lock','1391701646:1837'),(136766,17218,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136767,17218,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136768,17218,'_event_id','2445'),(136769,17218,'_event_start_time','00:00:00'),(136770,17218,'_event_end_time','00:00:00'),(136771,17218,'_event_all_day','1'),(136772,17218,'_event_start_date','2014-04-01'),(136773,17218,'_event_end_date','2014-04-30'),(136774,17218,'_event_rsvp','0'),(136775,17218,'_event_rsvp_date',''),(136776,17218,'_event_rsvp_time','00:00:00'),(136777,17218,'_event_spaces',''),(136778,17218,'_location_id','5'),(136779,17218,'_recurrence_id',''),(136780,17218,'_event_status','1'),(136781,17218,'_event_private','0'),(136782,17218,'_event_date_created',''),(136783,17218,'_event_date_modified',''),(136784,17218,'_blog_id',''),(136785,17218,'_group_id','0'),(136786,17218,'_recurrence','0'),(136787,17218,'_recurrence_interval',''),(136788,17218,'_recurrence_freq',''),(136789,17218,'_recurrence_days','0'),(136790,17218,'_recurrence_byday',''),(136791,17218,'_recurrence_byweekno',''),(136792,17218,'_start_ts','1396310400'),(136793,17218,'_end_ts','1398816000'),(136794,17219,'_edit_last','1837'),(136795,17219,'_edit_lock','1391701963:1837'),(136798,17219,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136799,17219,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136800,17219,'_event_id','2446'),(136801,17219,'_event_start_time','00:00:00'),(136802,17219,'_event_end_time','00:00:00'),(136803,17219,'_event_all_day','1'),(136804,17219,'_event_start_date','2014-04-01'),(136805,17219,'_event_end_date','2014-04-30'),(136806,17219,'_event_rsvp','0'),(136807,17219,'_event_rsvp_date',''),(136808,17219,'_event_rsvp_time','00:00:00'),(136809,17219,'_event_spaces',''),(136810,17219,'_location_id','5'),(136811,17219,'_recurrence_id',''),(136812,17219,'_event_status','1'),(136813,17219,'_event_private','0'),(136814,17219,'_event_date_created',''),(136815,17219,'_event_date_modified',''),(136816,17219,'_blog_id',''),(136817,17219,'_group_id','0'),(136818,17219,'_recurrence','0'),(136819,17219,'_recurrence_interval',''),(136820,17219,'_recurrence_freq',''),(136821,17219,'_recurrence_days','0'),(136822,17219,'_recurrence_byday',''),(136823,17219,'_recurrence_byweekno',''),(136824,17219,'_start_ts','1396310400'),(136825,17219,'_end_ts','1398816000'),(136826,17221,'_edit_last','1837'),(136827,17221,'_edit_lock','1391702117:1837'),(136830,17221,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136831,17221,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136832,17221,'_event_id','2447'),(136833,17221,'_event_start_time','00:00:00'),(136834,17221,'_event_end_time','00:00:00'),(136835,17221,'_event_all_day','1'),(136836,17221,'_event_start_date','2014-05-01'),(136837,17221,'_event_end_date','2014-05-31'),(136838,17221,'_event_rsvp','0'),(136839,17221,'_event_rsvp_date',''),(136840,17221,'_event_rsvp_time','00:00:00'),(136841,17221,'_event_spaces',''),(136842,17221,'_location_id','5'),(136843,17221,'_recurrence_id',''),(136844,17221,'_event_status','1'),(136845,17221,'_event_private','0'),(136846,17221,'_event_date_created',''),(136847,17221,'_event_date_modified',''),(136848,17221,'_blog_id',''),(136849,17221,'_group_id','0'),(136850,17221,'_recurrence','0'),(136851,17221,'_recurrence_interval',''),(136852,17221,'_recurrence_freq',''),(136853,17221,'_recurrence_days','0'),(136854,17221,'_recurrence_byday',''),(136855,17221,'_recurrence_byweekno',''),(136856,17221,'_start_ts','1398902400'),(136857,17221,'_end_ts','1401494400'),(136858,17222,'_edit_last','1837'),(136859,17222,'_edit_lock','1391702686:1837'),(136862,17222,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136863,17222,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136864,17222,'_event_id','2448'),(136865,17222,'_event_start_time','00:00:00'),(136866,17222,'_event_end_time','00:00:00'),(136867,17222,'_event_all_day','1'),(136868,17222,'_event_start_date','2014-05-01'),(136869,17222,'_event_end_date','2014-05-31'),(136870,17222,'_event_rsvp','0'),(136871,17222,'_event_rsvp_date',''),(136872,17222,'_event_rsvp_time','00:00:00'),(136873,17222,'_event_spaces',''),(136874,17222,'_location_id','5'),(136875,17222,'_recurrence_id',''),(136876,17222,'_event_status','1'),(136877,17222,'_event_private','0'),(136878,17222,'_event_date_created',''),(136879,17222,'_event_date_modified',''),(136880,17222,'_blog_id',''),(136881,17222,'_group_id','0'),(136882,17222,'_recurrence','0'),(136883,17222,'_recurrence_interval',''),(136884,17222,'_recurrence_freq',''),(136885,17222,'_recurrence_days','0'),(136886,17222,'_recurrence_byday',''),(136887,17222,'_recurrence_byweekno',''),(136888,17222,'_start_ts','1398902400'),(136889,17222,'_end_ts','1401494400'),(136890,17224,'_edit_last','1837'),(136891,17224,'_edit_lock','1391703476:1837'),(136894,17224,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136895,17224,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136896,17224,'_event_id','2449'),(136897,17224,'_event_start_time','00:00:00'),(136898,17224,'_event_end_time','00:00:00'),(136899,17224,'_event_all_day','1'),(136900,17224,'_event_start_date','2014-05-01'),(136901,17224,'_event_end_date','2014-05-31'),(136902,17224,'_event_rsvp','0'),(136903,17224,'_event_rsvp_date',''),(136904,17224,'_event_rsvp_time','00:00:00'),(136905,17224,'_event_spaces',''),(136906,17224,'_location_id','5'),(136907,17224,'_recurrence_id',''),(136908,17224,'_event_status','1'),(136909,17224,'_event_private','0'),(136910,17224,'_event_date_created',''),(136911,17224,'_event_date_modified',''),(136912,17224,'_blog_id',''),(136913,17224,'_group_id','0'),(136914,17224,'_recurrence','0'),(136915,17224,'_recurrence_interval',''),(136916,17224,'_recurrence_freq',''),(136917,17224,'_recurrence_days','0'),(136918,17224,'_recurrence_byday',''),(136919,17224,'_recurrence_byweekno',''),(136920,17224,'_start_ts','1398902400'),(136921,17224,'_end_ts','1401494400'),(136922,17226,'_edit_last','1837'),(136923,17226,'_edit_lock','1391709341:1837'),(136926,17226,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136927,17226,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136928,17226,'_event_id','2450'),(136929,17226,'_event_start_time','00:00:00'),(136930,17226,'_event_end_time','00:00:00'),(136931,17226,'_event_all_day','1'),(136932,17226,'_event_start_date','2014-05-11'),(136933,17226,'_event_end_date','2014-05-11'),(136934,17226,'_event_rsvp','0'),(136935,17226,'_event_rsvp_date',''),(136936,17226,'_event_rsvp_time','00:00:00'),(136937,17226,'_event_spaces',''),(136938,17226,'_location_id','5'),(136939,17226,'_recurrence_id',''),(136940,17226,'_event_status','1'),(136941,17226,'_event_private','0'),(136942,17226,'_event_date_created',''),(136943,17226,'_event_date_modified',''),(136944,17226,'_blog_id',''),(136945,17226,'_group_id','0'),(136946,17226,'_recurrence','0'),(136947,17226,'_recurrence_interval',''),(136948,17226,'_recurrence_freq',''),(136949,17226,'_recurrence_days','0'),(136950,17226,'_recurrence_byday',''),(136951,17226,'_recurrence_byweekno',''),(136952,17226,'_start_ts','1399766400'),(136953,17226,'_end_ts','1399766400'),(136954,17228,'_feedback_author',''),(136955,17228,'_feedback_author_email',''),(136956,17228,'_feedback_author_url',''),(136957,17228,'_feedback_subject','Signup form OneCaribbean'),(136958,17228,'_feedback_ip','10.17.1.254'),(136959,17228,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(136960,17228,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Ptticoex\";s:13:\"Email address\";s:21:\"wjizwvvd@rkvpwqyb.com\";s:20:\"Country of Residence\";s:4:\"8228\";s:28:\"Name of Organization/Company\";s:8:\"Ptticoex\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:17:\"nzEYiZFVUdPoESPJa\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136961,17228,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Ptticoex\";s:13:\"Email address\";s:21:\"wjizwvvd@rkvpwqyb.com\";s:20:\"Country of Residence\";s:4:\"8228\";s:28:\"Name of Organization/Company\";s:8:\"Ptticoex\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:17:\"nzEYiZFVUdPoESPJa\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(136962,17228,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-390eec62-ba7a-441b-bea0-86da94b0f0db\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53870\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"316\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"316\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391709374.2033\";s:12:\"REQUEST_TIME\";s:10:\"1391709374\";}'),(136963,17228,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:281:\"Name: Ptticoex\n\nEmail address: wjizwvvd@rkvpwqyb.com\n\nCountry of Residence: 8228\n\nName of Organization/Company: Ptticoex\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: nzEYiZFVUdPoESPJa\n\nMessage was sent on Thursday February 6, 2014 at 1:56 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(136964,17229,'_edit_last','1837'),(136965,17229,'_edit_lock','1391709372:1837'),(136968,17229,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136969,17229,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(136970,17229,'_event_id','2451'),(136971,17229,'_event_start_time','00:00:00'),(136972,17229,'_event_end_time','00:00:00'),(136973,17229,'_event_all_day','1'),(136974,17229,'_event_start_date','2014-05-01'),(136975,17229,'_event_end_date','2014-05-31'),(136976,17229,'_event_rsvp','0'),(136977,17229,'_event_rsvp_date',''),(136978,17229,'_event_rsvp_time','00:00:00'),(136979,17229,'_event_spaces',''),(136980,17229,'_location_id','5'),(136981,17229,'_recurrence_id',''),(136982,17229,'_event_status','1'),(136983,17229,'_event_private','0'),(136984,17229,'_event_date_created',''),(136985,17229,'_event_date_modified',''),(136986,17229,'_blog_id',''),(136987,17229,'_group_id','0'),(136988,17229,'_recurrence','0'),(136989,17229,'_recurrence_interval',''),(136990,17229,'_recurrence_freq',''),(136991,17229,'_recurrence_days','0'),(136992,17229,'_recurrence_byday',''),(136993,17229,'_recurrence_byweekno',''),(136994,17229,'_start_ts','1398902400'),(136995,17229,'_end_ts','1401494400'),(136996,17230,'_edit_last','1837'),(136997,17230,'_edit_lock','1391709946:1837'),(137002,17230,'_event_id','2452'),(137003,17230,'_event_start_time','00:00:00'),(137004,17230,'_event_end_time','00:00:00'),(137005,17230,'_event_all_day','1'),(137006,17230,'_event_start_date','2014-05-01'),(137007,17230,'_event_end_date','2014-05-31'),(137008,17230,'_event_rsvp','0'),(137009,17230,'_event_rsvp_date',''),(137010,17230,'_event_rsvp_time','00:00:00'),(137011,17230,'_event_spaces',''),(137012,17230,'_location_id','5'),(137013,17230,'_recurrence_id',''),(137014,17230,'_event_status','1'),(137015,17230,'_event_private','0'),(137016,17230,'_event_date_created',''),(137017,17230,'_event_date_modified',''),(137018,17230,'_blog_id',''),(137019,17230,'_group_id','0'),(137020,17230,'_recurrence','0'),(137021,17230,'_recurrence_interval',''),(137022,17230,'_recurrence_freq',''),(137023,17230,'_recurrence_days','0'),(137024,17230,'_recurrence_byday',''),(137025,17230,'_recurrence_byweekno',''),(137026,17230,'_start_ts','1398902400'),(137027,17230,'_end_ts','1401494400'),(137030,17230,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137031,17230,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137038,17233,'_edit_last','2'),(137039,17233,'_edit_lock','1391720170:2'),(137042,17233,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137043,17233,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137044,17233,'_event_id','2453'),(137045,17233,'_event_start_time','00:00:00'),(137046,17233,'_event_end_time','00:00:00'),(137047,17233,'_event_all_day','0'),(137048,17233,'_event_start_date','2014-11-13'),(137049,17233,'_event_end_date','2014-11-14'),(137050,17233,'_event_rsvp','0'),(137051,17233,'_event_rsvp_date',''),(137052,17233,'_event_rsvp_time','00:00:00'),(137053,17233,'_event_spaces',''),(137054,17233,'_location_id','0'),(137055,17233,'_recurrence_id',''),(137056,17233,'_event_status','1'),(137057,17233,'_event_private','0'),(137058,17233,'_event_date_created',''),(137059,17233,'_event_date_modified',''),(137060,17233,'_blog_id',''),(137061,17233,'_group_id','0'),(137062,17233,'_recurrence','0'),(137063,17233,'_recurrence_interval',''),(137064,17233,'_recurrence_freq',''),(137065,17233,'_recurrence_days','0'),(137066,17233,'_recurrence_byday',''),(137067,17233,'_recurrence_byweekno',''),(137068,17233,'_start_ts','1415836800'),(137069,17233,'_end_ts','1415923200'),(137094,17237,'_feedback_author',''),(137095,17237,'_feedback_author_email',''),(137096,17237,'_feedback_author_url',''),(137097,17237,'_feedback_subject','Signup form OneCaribbean'),(137098,17237,'_feedback_ip','10.17.1.254'),(137099,17237,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137100,17237,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Iafrwihn\";s:13:\"Email address\";s:21:\"zlbiauit@jrrsiqtf.com\";s:20:\"Country of Residence\";s:6:\"537709\";s:28:\"Name of Organization/Company\";s:8:\"Iafrwihn\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:13:\"orNDTmnbvrTTw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(137101,17237,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Iafrwihn\";s:13:\"Email address\";s:21:\"zlbiauit@jrrsiqtf.com\";s:20:\"Country of Residence\";s:6:\"537709\";s:28:\"Name of Organization/Company\";s:8:\"Iafrwihn\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:13:\"orNDTmnbvrTTw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(137102,17237,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-abb7912b-bd52-46d2-8609-75a95a236a01\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53845\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"322\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"94.242.252.40\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"322\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391747417.9732\";s:12:\"REQUEST_TIME\";s:10:\"1391747417\";}'),(137103,17237,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: Iafrwihn\n\nEmail address: zlbiauit@jrrsiqtf.com\n\nCountry of Residence: 537709\n\nName of Organization/Company: Iafrwihn\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: orNDTmnbvrTTw\n\nMessage was sent on Friday February 7, 2014 at 12:30 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137104,17238,'_feedback_author',''),(137105,17238,'_feedback_author_email',''),(137106,17238,'_feedback_author_url',''),(137107,17238,'_feedback_subject','Signup form OneCaribbean'),(137108,17238,'_feedback_ip','10.17.1.254'),(137109,17238,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137110,17238,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"aizriwb\";s:13:\"Email address\";s:17:\"owynyu@thprad.com\";s:20:\"Country of Residence\";s:18:\"kOUDOjiDqpgiBIPvKM\";s:28:\"Name of Organization/Company\";s:7:\"aizriwb\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:12:\"apziFscGAucA\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(137111,17238,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"aizriwb\";s:13:\"Email address\";s:17:\"owynyu@thprad.com\";s:20:\"Country of Residence\";s:18:\"kOUDOjiDqpgiBIPvKM\";s:28:\"Name of Organization/Company\";s:7:\"aizriwb\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:12:\"apziFscGAucA\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(137112,17238,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-608153b9-96a8-4d85-92c0-637ef1ff898a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55601\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"337\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"91.200.13.110\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"337\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391751029.9077\";s:12:\"REQUEST_TIME\";s:10:\"1391751029\";}'),(137113,17238,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: aizriwb\n\nEmail address: owynyu@thprad.com\n\nCountry of Residence: kOUDOjiDqpgiBIPvKM\n\nName of Organization/Company: aizriwb\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: apziFscGAucA\n\nMessage was sent on Friday February 7, 2014 at 1:30 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137114,17239,'_feedback_author',''),(137115,17239,'_feedback_author_email',''),(137116,17239,'_feedback_author_url',''),(137117,17239,'_feedback_subject','Signup form OneCaribbean'),(137118,17239,'_feedback_ip','10.17.1.254'),(137119,17239,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137120,17239,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"KEENAN CHARLES\";s:13:\"Email address\";s:30:\"KEENAN.CHARLES@TRAVELGATE9.COM\";s:20:\"Country of Residence\";s:21:\"Trinidad & Tobago\";s:28:\"Name of Organization/Company\";s:23:\"Gate 9 travel services \";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137121,17239,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"KEENAN CHARLES\";s:13:\"Email address\";s:30:\"KEENAN.CHARLES@TRAVELGATE9.COM\";s:20:\"Country of Residence\";s:17:\"Trinidad & Tobago\";s:28:\"Name of Organization/Company\";s:23:\"Gate 9 travel services \";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137122,17239,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3c00ea5c-e639-452a-aff3-7027139731e0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43393\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"582\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"190.213.225.144\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"582\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1391997671.2525\";s:12:\"REQUEST_TIME\";s:10:\"1391997671\";}'),(137123,17239,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:486:\"Name: KEENAN CHARLES\n\nEmail address: KEENAN.CHARLES@TRAVELGATE9.COM\n\nCountry of Residence: Trinidad & Tobago\n\nName of Organization/Company: Gate 9 travel services\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Sunday February 9, 2014 at 10:01 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137214,17254,'_wp_attached_file','2014-State-of-the-Industry-Report-Chairman.docx'),(137215,17255,'_wp_attached_file','Caribbean-Tourism-Review-2014.docx'),(137216,17256,'_wp_attached_file','Visitor-expenditure-up-in-2013.docx'),(137247,17261,'_wp_attached_file','Winfield-Griffith-Dissecting-the-Numbers.docx'),(137323,17272,'_feedback_author',''),(137324,17272,'_feedback_author_email',''),(137325,17272,'_feedback_author_url',''),(137326,17272,'_feedback_subject','Signup form OneCaribbean'),(137327,17272,'_feedback_ip','10.17.1.254'),(137328,17272,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137329,17272,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"Blake Plumley\";s:13:\"Email address\";s:19:\"bp@blakeplumley.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:19:\"BKP Intl Consulting\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Hospitality Consultant\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137330,17272,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"Blake Plumley\";s:13:\"Email address\";s:19:\"bp@blakeplumley.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:19:\"BKP Intl Consulting\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Hospitality Consultant\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137331,17272,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-29070405-35d2-4255-acf0-bc93428c45e6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54853\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"566\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"72.238.43.110\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"566\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392050228.2501\";s:12:\"REQUEST_TIME\";s:10:\"1392050228\";}'),(137332,17272,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:519:\"Name: Blake Plumley\n\nEmail address: bp@blakeplumley.com\n\nCountry of Residence: USA\n\nName of Organization/Company: BKP Intl Consulting\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Hospitality Consultant\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday February 10, 2014 at 12:37 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137333,17273,'_edit_last','2'),(137334,17273,'_edit_lock','1392050908:2'),(137335,17273,'truethemes_video_url',''),(137336,17273,'truethemes_external_image_url',''),(137337,17273,'truethemes_slider_shortcode',''),(137338,17273,'truethemes_slider_cu3er',''),(137347,17273,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(137348,17273,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(137349,17275,'_edit_last','2'),(137350,17275,'_edit_lock','1392052092:2'),(137351,17275,'truethemes_video_url',''),(137352,17275,'truethemes_external_image_url',''),(137353,17275,'truethemes_slider_shortcode',''),(137354,17275,'truethemes_slider_cu3er',''),(137363,17275,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(137364,17275,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(137365,17279,'_feedback_author',''),(137366,17279,'_feedback_author_email',''),(137367,17279,'_feedback_author_url',''),(137368,17279,'_feedback_subject','Signup form OneCaribbean'),(137369,17279,'_feedback_ip','10.17.1.254'),(137370,17279,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137371,17279,'_feedback_all_fields','a:12:{s:4:\"Name\";s:16:\"Mr. Jose Ramirez\";s:13:\"Email address\";s:25:\"jlramirez1192@hotmail.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:13:\"Finca Kintoky\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:9:\"Professor\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137372,17279,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:16:\"Mr. Jose Ramirez\";s:13:\"Email address\";s:25:\"jlramirez1192@hotmail.com\";s:20:\"Country of Residence\";s:9:\"Venezuela\";s:28:\"Name of Organization/Company\";s:13:\"Finca Kintoky\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:9:\"Professor\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137373,17279,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-5999002b-f251-43d6-8b82-1b9a77291f89\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"32784\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"564\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"190.76.187.99\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"es-ES,es;q=0.8,en;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"564\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392058294.6212\";s:12:\"REQUEST_TIME\";s:10:\"1392058294\";}'),(137374,17279,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:516:\"Name: Mr. Jose Ramirez\n\nEmail address: jlramirez1192@hotmail.com\n\nCountry of Residence: Venezuela\n\nName of Organization/Company: Finca Kintoky\n\nWhich best describes you?: Airline\n\nIf you chose Other above, please specify below:: Professor\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday February 10, 2014 at 2:51 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137375,17281,'_feedback_author',''),(137376,17281,'_feedback_author_email',''),(137377,17281,'_feedback_author_url',''),(137378,17281,'_feedback_subject','Signup form OneCaribbean'),(137379,17281,'_feedback_ip','10.17.1.254'),(137380,17281,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137381,17281,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"sandra blasco\";s:13:\"Email address\";s:27:\"sandrablasco@europapress.es\";s:20:\"Country of Residence\";s:7:\"españa\";s:28:\"Name of Organization/Company\";s:12:\"europa press\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137382,17281,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"sandra blasco\";s:13:\"Email address\";s:27:\"sandrablasco@europapress.es\";s:20:\"Country of Residence\";s:7:\"españa\";s:28:\"Name of Organization/Company\";s:12:\"europa press\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(137383,17281,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9d63d6e2-ac18-4a2d-9dda-db6f2f2462cb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48117\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"583\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"212.170.237.184\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"es-ES,es;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"583\";s:8:\"HTTP_VIA\";s:13:\"1.1 HOSTING17\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392116515.0123\";s:12:\"REQUEST_TIME\";s:10:\"1392116515\";}'),(137384,17281,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:475:\"Name: sandra blasco\n\nEmail address: sandrablasco@europapress.es\n\nCountry of Residence: españa\n\nName of Organization/Company: europa press\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday February 11, 2014 at 7:01 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137385,17282,'_edit_last','1837'),(137386,17282,'_edit_lock','1392125590:1837'),(137389,17282,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137390,17282,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137391,17282,'_event_id','2454'),(137392,17282,'_event_start_time','00:00:00'),(137393,17282,'_event_end_time','00:00:00'),(137394,17282,'_event_all_day','1'),(137395,17282,'_event_start_date','2014-08-06'),(137396,17282,'_event_end_date','2014-08-06'),(137397,17282,'_event_rsvp','0'),(137398,17282,'_event_rsvp_date',''),(137399,17282,'_event_rsvp_time','00:00:00'),(137400,17282,'_event_spaces',''),(137401,17282,'_location_id','18'),(137402,17282,'_recurrence_id',''),(137403,17282,'_event_status','1'),(137404,17282,'_event_private','0'),(137405,17282,'_event_date_created',''),(137406,17282,'_event_date_modified',''),(137407,17282,'_blog_id',''),(137408,17282,'_group_id','0'),(137409,17282,'_recurrence','0'),(137410,17282,'_recurrence_interval',''),(137411,17282,'_recurrence_freq',''),(137412,17282,'_recurrence_days','0'),(137413,17282,'_recurrence_byday',''),(137414,17282,'_recurrence_byweekno',''),(137415,17282,'_start_ts','1407283200'),(137416,17282,'_end_ts','1407283200'),(137417,17284,'_edit_last','1837'),(137418,17284,'_edit_lock','1392125733:1837'),(137421,17284,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137422,17284,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137423,17284,'_event_id','2455'),(137424,17284,'_event_start_time','00:00:00'),(137425,17284,'_event_end_time','00:00:00'),(137426,17284,'_event_all_day','1'),(137427,17284,'_event_start_date','2014-08-10'),(137428,17284,'_event_end_date','2014-08-10'),(137429,17284,'_event_rsvp','0'),(137430,17284,'_event_rsvp_date',''),(137431,17284,'_event_rsvp_time','00:00:00'),(137432,17284,'_event_spaces',''),(137433,17284,'_location_id','18'),(137434,17284,'_recurrence_id',''),(137435,17284,'_event_status','1'),(137436,17284,'_event_private','0'),(137437,17284,'_event_date_created',''),(137438,17284,'_event_date_modified',''),(137439,17284,'_blog_id',''),(137440,17284,'_group_id','0'),(137441,17284,'_recurrence','0'),(137442,17284,'_recurrence_interval',''),(137443,17284,'_recurrence_freq',''),(137444,17284,'_recurrence_days','0'),(137445,17284,'_recurrence_byday',''),(137446,17284,'_recurrence_byweekno',''),(137447,17284,'_start_ts','1407628800'),(137448,17284,'_end_ts','1407628800'),(137449,17285,'_edit_last','1837'),(137450,17285,'_edit_lock','1392126696:1837'),(137455,17285,'_event_id','2456'),(137456,17285,'_event_start_time','00:00:00'),(137457,17285,'_event_end_time','00:00:00'),(137458,17285,'_event_all_day','1'),(137459,17285,'_event_start_date','2014-09-19'),(137460,17285,'_event_end_date','2014-09-19'),(137461,17285,'_event_rsvp','0'),(137462,17285,'_event_rsvp_date',''),(137463,17285,'_event_rsvp_time','00:00:00'),(137464,17285,'_event_spaces',''),(137465,17285,'_location_id','18'),(137466,17285,'_recurrence_id',''),(137467,17285,'_event_status','1'),(137468,17285,'_event_private','0'),(137469,17285,'_event_date_created',''),(137470,17285,'_event_date_modified',''),(137471,17285,'_blog_id',''),(137472,17285,'_group_id','0'),(137473,17285,'_recurrence','0'),(137474,17285,'_recurrence_interval',''),(137475,17285,'_recurrence_freq',''),(137476,17285,'_recurrence_days','0'),(137477,17285,'_recurrence_byday',''),(137478,17285,'_recurrence_byweekno',''),(137479,17285,'_start_ts','1411084800'),(137480,17285,'_end_ts','1411084800'),(137481,17287,'_edit_last','1837'),(137482,17287,'_edit_lock','1392126328:1837'),(137485,17287,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137486,17287,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137487,17287,'_event_id','2457'),(137488,17287,'_event_start_time','00:00:00'),(137489,17287,'_event_end_time','00:00:00'),(137490,17287,'_event_all_day','1'),(137491,17287,'_event_start_date','2014-09-27'),(137492,17287,'_event_end_date','2014-09-27'),(137493,17287,'_event_rsvp','0'),(137494,17287,'_event_rsvp_date',''),(137495,17287,'_event_rsvp_time','00:00:00'),(137496,17287,'_event_spaces',''),(137497,17287,'_location_id','18'),(137498,17287,'_recurrence_id',''),(137499,17287,'_event_status','1'),(137500,17287,'_event_private','0'),(137501,17287,'_event_date_created',''),(137502,17287,'_event_date_modified',''),(137503,17287,'_blog_id',''),(137504,17287,'_group_id','0'),(137505,17287,'_recurrence','0'),(137506,17287,'_recurrence_interval',''),(137507,17287,'_recurrence_freq',''),(137508,17287,'_recurrence_days','0'),(137509,17287,'_recurrence_byday',''),(137510,17287,'_recurrence_byweekno',''),(137511,17287,'_start_ts','1411776000'),(137512,17287,'_end_ts','1411776000'),(137515,17285,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137516,17285,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137517,17288,'_edit_last','1837'),(137518,17288,'_edit_lock','1392127452:1837'),(137521,17288,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137522,17288,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137523,17288,'_event_id','2458'),(137524,17288,'_event_start_time','00:00:00'),(137525,17288,'_event_end_time','00:00:00'),(137526,17288,'_event_all_day','1'),(137527,17288,'_event_start_date','2014-09-28'),(137528,17288,'_event_end_date','2014-09-28'),(137529,17288,'_event_rsvp','0'),(137530,17288,'_event_rsvp_date',''),(137531,17288,'_event_rsvp_time','00:00:00'),(137532,17288,'_event_spaces',''),(137533,17288,'_location_id','18'),(137534,17288,'_recurrence_id',''),(137535,17288,'_event_status','1'),(137536,17288,'_event_private','0'),(137537,17288,'_event_date_created',''),(137538,17288,'_event_date_modified',''),(137539,17288,'_blog_id',''),(137540,17288,'_group_id','0'),(137541,17288,'_recurrence','0'),(137542,17288,'_recurrence_interval',''),(137543,17288,'_recurrence_freq',''),(137544,17288,'_recurrence_days','0'),(137545,17288,'_recurrence_byday',''),(137546,17288,'_recurrence_byweekno',''),(137547,17288,'_start_ts','1411862400'),(137548,17288,'_end_ts','1411862400'),(137549,17290,'_edit_last','1837'),(137550,17290,'_edit_lock','1392127575:1837'),(137553,17290,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137554,17290,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137555,17290,'_event_id','2459'),(137556,17290,'_event_start_time','00:00:00'),(137557,17290,'_event_end_time','00:00:00'),(137558,17290,'_event_all_day','1'),(137559,17290,'_event_start_date','2014-09-28'),(137560,17290,'_event_end_date','2014-09-28'),(137561,17290,'_event_rsvp','0'),(137562,17290,'_event_rsvp_date',''),(137563,17290,'_event_rsvp_time','00:00:00'),(137564,17290,'_event_spaces',''),(137565,17290,'_location_id','18'),(137566,17290,'_recurrence_id',''),(137567,17290,'_event_status','1'),(137568,17290,'_event_private','0'),(137569,17290,'_event_date_created',''),(137570,17290,'_event_date_modified',''),(137571,17290,'_blog_id',''),(137572,17290,'_group_id','0'),(137573,17290,'_recurrence','0'),(137574,17290,'_recurrence_interval',''),(137575,17290,'_recurrence_freq',''),(137576,17290,'_recurrence_days','0'),(137577,17290,'_recurrence_byday',''),(137578,17290,'_recurrence_byweekno',''),(137579,17290,'_start_ts','1411862400'),(137580,17290,'_end_ts','1411862400'),(137581,17291,'_edit_last','1837'),(137582,17291,'_edit_lock','1392131565:1837'),(137583,17292,'_wp_attached_file','Winfield-Griffith-2014-Dissecting-the-Number-final.docx'),(137603,17291,'_event_id','2460'),(137604,17291,'_event_start_time','00:00:00'),(137605,17291,'_event_end_time','00:00:00'),(137606,17291,'_event_all_day','1'),(137607,17291,'_event_start_date','2014-09-01'),(137608,17291,'_event_end_date','2014-09-30'),(137609,17291,'_event_rsvp','0'),(137610,17291,'_event_rsvp_date',''),(137611,17291,'_event_rsvp_time','00:00:00'),(137612,17291,'_event_spaces',''),(137613,17291,'_location_id','18'),(137614,17291,'_recurrence_id',''),(137615,17291,'_event_status','1'),(137616,17291,'_event_private','0'),(137617,17291,'_event_date_created',''),(137618,17291,'_event_date_modified',''),(137619,17291,'_blog_id',''),(137620,17291,'_group_id','0'),(137621,17291,'_recurrence','0'),(137622,17291,'_recurrence_interval',''),(137623,17291,'_recurrence_freq',''),(137624,17291,'_recurrence_days','0'),(137625,17291,'_recurrence_byday',''),(137626,17291,'_recurrence_byweekno',''),(137627,17291,'_start_ts','1409529600'),(137628,17291,'_end_ts','1412035200'),(137631,17291,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137632,17291,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137633,17296,'_edit_last','1837'),(137634,17296,'_edit_lock','1392131839:1837'),(137637,17296,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137638,17296,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137639,17296,'_event_id','2461'),(137640,17296,'_event_start_time','00:00:00'),(137641,17296,'_event_end_time','00:00:00'),(137642,17296,'_event_all_day','1'),(137643,17296,'_event_start_date','2014-10-01'),(137644,17296,'_event_end_date','2014-10-31'),(137645,17296,'_event_rsvp','0'),(137646,17296,'_event_rsvp_date',''),(137647,17296,'_event_rsvp_time','00:00:00'),(137648,17296,'_event_spaces',''),(137649,17296,'_location_id','18'),(137650,17296,'_recurrence_id',''),(137651,17296,'_event_status','1'),(137652,17296,'_event_private','0'),(137653,17296,'_event_date_created',''),(137654,17296,'_event_date_modified',''),(137655,17296,'_blog_id',''),(137656,17296,'_group_id','0'),(137657,17296,'_recurrence','0'),(137658,17296,'_recurrence_interval',''),(137659,17296,'_recurrence_freq',''),(137660,17296,'_recurrence_days','0'),(137661,17296,'_recurrence_byday',''),(137662,17296,'_recurrence_byweekno',''),(137663,17296,'_start_ts','1412121600'),(137664,17296,'_end_ts','1414713600'),(137665,17297,'_edit_last','1837'),(137666,17297,'_edit_lock','1392135045:1837'),(137671,17297,'_event_id','2462'),(137672,17297,'_event_start_time','00:00:00'),(137673,17297,'_event_end_time','00:00:00'),(137674,17297,'_event_all_day','1'),(137675,17297,'_event_start_date','2014-10-02'),(137676,17297,'_event_end_date','2014-10-04'),(137677,17297,'_event_rsvp','0'),(137678,17297,'_event_rsvp_date',''),(137679,17297,'_event_rsvp_time','00:00:00'),(137680,17297,'_event_spaces',''),(137681,17297,'_location_id','18'),(137682,17297,'_recurrence_id',''),(137683,17297,'_event_status','1'),(137684,17297,'_event_private','0'),(137685,17297,'_event_date_created',''),(137686,17297,'_event_date_modified',''),(137687,17297,'_blog_id',''),(137688,17297,'_group_id','0'),(137689,17297,'_recurrence','0'),(137690,17297,'_recurrence_interval',''),(137691,17297,'_recurrence_freq',''),(137692,17297,'_recurrence_days','0'),(137693,17297,'_recurrence_byday',''),(137694,17297,'_recurrence_byweekno',''),(137695,17297,'_start_ts','1412208000'),(137696,17297,'_end_ts','1412380800'),(137699,17297,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137700,17297,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137701,17299,'_edit_last','1837'),(137702,17299,'_edit_lock','1392140634:1837'),(137707,17299,'_event_id','2463'),(137708,17299,'_event_start_time','00:00:00'),(137709,17299,'_event_end_time','00:00:00'),(137710,17299,'_event_all_day','1'),(137711,17299,'_event_start_date','2014-10-13'),(137712,17299,'_event_end_date','2014-10-20'),(137713,17299,'_event_rsvp','0'),(137714,17299,'_event_rsvp_date',''),(137715,17299,'_event_rsvp_time','00:00:00'),(137716,17299,'_event_spaces',''),(137717,17299,'_location_id','18'),(137718,17299,'_recurrence_id',''),(137719,17299,'_event_status','1'),(137720,17299,'_event_private','0'),(137721,17299,'_event_date_created',''),(137722,17299,'_event_date_modified',''),(137723,17299,'_blog_id',''),(137724,17299,'_group_id','0'),(137725,17299,'_recurrence','0'),(137726,17299,'_recurrence_interval',''),(137727,17299,'_recurrence_freq',''),(137728,17299,'_recurrence_days','0'),(137729,17299,'_recurrence_byday',''),(137730,17299,'_recurrence_byweekno',''),(137731,17299,'_start_ts','1413158400'),(137732,17299,'_end_ts','1413763200'),(137735,17299,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137736,17299,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137752,17303,'_wp_attached_file','2014-State-of-the-Industry-Report-MPE-Final2.docx'),(137768,17306,'_edit_last','1837'),(137769,17306,'_edit_lock','1392140798:1837'),(137772,17306,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137773,17306,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137774,17306,'_event_id','2464'),(137775,17306,'_event_start_time','00:00:00'),(137776,17306,'_event_end_time','00:00:00'),(137777,17306,'_event_all_day','1'),(137778,17306,'_event_start_date','2014-10-01'),(137779,17306,'_event_end_date','2014-10-31'),(137780,17306,'_event_rsvp','0'),(137781,17306,'_event_rsvp_date',''),(137782,17306,'_event_rsvp_time','00:00:00'),(137783,17306,'_event_spaces',''),(137784,17306,'_location_id','18'),(137785,17306,'_recurrence_id',''),(137786,17306,'_event_status','1'),(137787,17306,'_event_private','0'),(137788,17306,'_event_date_created',''),(137789,17306,'_event_date_modified',''),(137790,17306,'_blog_id',''),(137791,17306,'_group_id','0'),(137792,17306,'_recurrence','0'),(137793,17306,'_recurrence_interval',''),(137794,17306,'_recurrence_freq',''),(137795,17306,'_recurrence_days','0'),(137796,17306,'_recurrence_byday',''),(137797,17306,'_recurrence_byweekno',''),(137798,17306,'_start_ts','1412121600'),(137799,17306,'_end_ts','1414713600'),(137800,17307,'_edit_last','1837'),(137801,17307,'_edit_lock','1392143031:1837'),(137804,17307,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137805,17307,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137806,17307,'_event_id','2465'),(137807,17307,'_event_start_time','00:00:00'),(137808,17307,'_event_end_time','00:00:00'),(137809,17307,'_event_all_day','1'),(137810,17307,'_event_start_date','2014-10-17'),(137811,17307,'_event_end_date','2014-10-19'),(137812,17307,'_event_rsvp','0'),(137813,17307,'_event_rsvp_date',''),(137814,17307,'_event_rsvp_time','00:00:00'),(137815,17307,'_event_spaces',''),(137816,17307,'_location_id','18'),(137817,17307,'_recurrence_id',''),(137818,17307,'_event_status','1'),(137819,17307,'_event_private','0'),(137820,17307,'_event_date_created',''),(137821,17307,'_event_date_modified',''),(137822,17307,'_blog_id',''),(137823,17307,'_group_id','0'),(137824,17307,'_recurrence','0'),(137825,17307,'_recurrence_interval',''),(137826,17307,'_recurrence_freq',''),(137827,17307,'_recurrence_days','0'),(137828,17307,'_recurrence_byday',''),(137829,17307,'_recurrence_byweekno',''),(137830,17307,'_start_ts','1413504000'),(137831,17307,'_end_ts','1413676800'),(137832,17309,'_edit_last','1837'),(137833,17309,'_edit_lock','1392143273:1837'),(137838,17309,'_event_id','2466'),(137839,17309,'_event_start_time','00:00:00'),(137840,17309,'_event_end_time','00:00:00'),(137841,17309,'_event_all_day','1'),(137842,17309,'_event_start_date','2014-10-18'),(137843,17309,'_event_end_date','2014-10-18'),(137844,17309,'_event_rsvp','0'),(137845,17309,'_event_rsvp_date',''),(137846,17309,'_event_rsvp_time','00:00:00'),(137847,17309,'_event_spaces',''),(137848,17309,'_location_id','18'),(137849,17309,'_recurrence_id',''),(137850,17309,'_event_status','1'),(137851,17309,'_event_private','0'),(137852,17309,'_event_date_created',''),(137853,17309,'_event_date_modified',''),(137854,17309,'_blog_id',''),(137855,17309,'_group_id','0'),(137856,17309,'_recurrence','0'),(137857,17309,'_recurrence_interval',''),(137858,17309,'_recurrence_freq',''),(137859,17309,'_recurrence_days','0'),(137860,17309,'_recurrence_byday',''),(137861,17309,'_recurrence_byweekno',''),(137862,17309,'_start_ts','1413590400'),(137863,17309,'_end_ts','1413590400'),(137866,17309,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137867,17309,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137868,17311,'_edit_last','1837'),(137869,17311,'_edit_lock','1392144171:1837'),(137872,17311,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137873,17311,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137874,17311,'_event_id','2467'),(137875,17311,'_event_start_time','00:00:00'),(137876,17311,'_event_end_time','00:00:00'),(137877,17311,'_event_all_day','1'),(137878,17311,'_event_start_date','2014-10-19'),(137879,17311,'_event_end_date','2014-10-20'),(137880,17311,'_event_rsvp','0'),(137881,17311,'_event_rsvp_date',''),(137882,17311,'_event_rsvp_time','00:00:00'),(137883,17311,'_event_spaces',''),(137884,17311,'_location_id','18'),(137885,17311,'_recurrence_id',''),(137886,17311,'_event_status','1'),(137887,17311,'_event_private','0'),(137888,17311,'_event_date_created',''),(137889,17311,'_event_date_modified',''),(137890,17311,'_blog_id',''),(137891,17311,'_group_id','0'),(137892,17311,'_recurrence','0'),(137893,17311,'_recurrence_interval',''),(137894,17311,'_recurrence_freq',''),(137895,17311,'_recurrence_days','0'),(137896,17311,'_recurrence_byday',''),(137897,17311,'_recurrence_byweekno',''),(137898,17311,'_start_ts','1413676800'),(137899,17311,'_end_ts','1413763200'),(137900,17313,'_edit_last','1837'),(137901,17313,'_edit_lock','1392149476:1837'),(137906,17313,'_event_id','2468'),(137907,17313,'_event_start_time','00:00:00'),(137908,17313,'_event_end_time','00:00:00'),(137909,17313,'_event_all_day','1'),(137910,17313,'_event_start_date','2014-10-26'),(137911,17313,'_event_end_date','2014-11-02'),(137912,17313,'_event_rsvp','0'),(137913,17313,'_event_rsvp_date',''),(137914,17313,'_event_rsvp_time','00:00:00'),(137915,17313,'_event_spaces',''),(137916,17313,'_location_id','18'),(137917,17313,'_recurrence_id',''),(137918,17313,'_event_status','1'),(137919,17313,'_event_private','0'),(137920,17313,'_event_date_created',''),(137921,17313,'_event_date_modified',''),(137922,17313,'_blog_id',''),(137923,17313,'_group_id','0'),(137924,17313,'_recurrence','0'),(137925,17313,'_recurrence_interval',''),(137926,17313,'_recurrence_freq',''),(137927,17313,'_recurrence_days','0'),(137928,17313,'_recurrence_byday',''),(137929,17313,'_recurrence_byweekno',''),(137930,17313,'_start_ts','1414281600'),(137931,17313,'_end_ts','1414886400'),(137949,17313,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137950,17313,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137951,17317,'_edit_last','1837'),(137952,17317,'_edit_lock','1392150545:1837'),(137957,17317,'_event_id','2469'),(137958,17317,'_event_start_time','00:00:00'),(137959,17317,'_event_end_time','00:00:00'),(137960,17317,'_event_all_day','1'),(137961,17317,'_event_start_date','2014-10-21'),(137962,17317,'_event_end_date','2014-10-21'),(137963,17317,'_event_rsvp','0'),(137964,17317,'_event_rsvp_date',''),(137965,17317,'_event_rsvp_time','00:00:00'),(137966,17317,'_event_spaces',''),(137967,17317,'_location_id','18'),(137968,17317,'_recurrence_id',''),(137969,17317,'_event_status','1'),(137970,17317,'_event_private','0'),(137971,17317,'_event_date_created',''),(137972,17317,'_event_date_modified',''),(137973,17317,'_blog_id',''),(137974,17317,'_group_id','0'),(137975,17317,'_recurrence','0'),(137976,17317,'_recurrence_interval',''),(137977,17317,'_recurrence_freq',''),(137978,17317,'_recurrence_days','0'),(137979,17317,'_recurrence_byday',''),(137980,17317,'_recurrence_byweekno',''),(137981,17317,'_start_ts','1413849600'),(137982,17317,'_end_ts','1413849600'),(137985,17317,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137986,17317,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(137987,17319,'_edit_last','1837'),(137988,17319,'_edit_lock','1392150780:1837'),(137989,17320,'_feedback_author',''),(137990,17320,'_feedback_author_email',''),(137991,17320,'_feedback_author_url',''),(137992,17320,'_feedback_subject','Signup form OneCaribbean'),(137993,17320,'_feedback_ip','10.17.1.254'),(137994,17320,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(137995,17320,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Actferew\";s:13:\"Email address\";s:21:\"agnpqcyf@akrwlinw.com\";s:20:\"Country of Residence\";s:6:\"696454\";s:28:\"Name of Organization/Company\";s:8:\"Actferew\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"usiwrDlvsHMFWvEYN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(137996,17320,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Actferew\";s:13:\"Email address\";s:21:\"agnpqcyf@akrwlinw.com\";s:20:\"Country of Residence\";s:6:\"696454\";s:28:\"Name of Organization/Company\";s:8:\"Actferew\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"usiwrDlvsHMFWvEYN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(137997,17320,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7bf1fad4-2d6d-42a0-9cca-80ffd286bc41\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58169\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392165414.9306\";s:12:\"REQUEST_TIME\";s:10:\"1392165414\";}'),(137998,17320,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: Actferew\n\nEmail address: agnpqcyf@akrwlinw.com\n\nCountry of Residence: 696454\n\nName of Organization/Company: Actferew\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: usiwrDlvsHMFWvEYN\n\nMessage was sent on Tuesday February 11, 2014 at 8:37 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(137999,17321,'_feedback_author',''),(138000,17321,'_feedback_author_email',''),(138001,17321,'_feedback_author_url',''),(138002,17321,'_feedback_subject','Signup form OneCaribbean'),(138003,17321,'_feedback_ip','10.17.1.254'),(138004,17321,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138005,17321,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Vjyggvom\";s:13:\"Email address\";s:21:\"iakgjxbk@hqksfdha.com\";s:20:\"Country of Residence\";s:4:\"8603\";s:28:\"Name of Organization/Company\";s:8:\"Vjyggvom\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"VutcmlSfGchVHBzjc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138006,17321,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Vjyggvom\";s:13:\"Email address\";s:21:\"iakgjxbk@hqksfdha.com\";s:20:\"Country of Residence\";s:4:\"8603\";s:28:\"Name of Organization/Company\";s:8:\"Vjyggvom\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"VutcmlSfGchVHBzjc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138007,17321,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6207c645-94cf-4624-a9cb-7b1ff734898f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57769\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"324\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"324\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392203622.0335\";s:12:\"REQUEST_TIME\";s:10:\"1392203622\";}'),(138008,17321,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: Vjyggvom\n\nEmail address: iakgjxbk@hqksfdha.com\n\nCountry of Residence: 8603\n\nName of Organization/Company: Vjyggvom\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: VutcmlSfGchVHBzjc\n\nMessage was sent on Wednesday February 12, 2014 at 7:13 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138009,17322,'_edit_last','1837'),(138010,17322,'_edit_lock','1392211463:1837'),(138013,17322,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138014,17322,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138015,17322,'_event_id','2470'),(138016,17322,'_event_start_time','00:00:00'),(138017,17322,'_event_end_time','00:00:00'),(138018,17322,'_event_all_day','1'),(138019,17322,'_event_start_date','2014-10-01'),(138020,17322,'_event_end_date','2014-10-31'),(138021,17322,'_event_rsvp','0'),(138022,17322,'_event_rsvp_date',''),(138023,17322,'_event_rsvp_time','00:00:00'),(138024,17322,'_event_spaces',''),(138025,17322,'_location_id','18'),(138026,17322,'_recurrence_id',''),(138027,17322,'_event_status','1'),(138028,17322,'_event_private','0'),(138029,17322,'_event_date_created',''),(138030,17322,'_event_date_modified',''),(138031,17322,'_blog_id',''),(138032,17322,'_group_id','0'),(138033,17322,'_recurrence','0'),(138034,17322,'_recurrence_interval',''),(138035,17322,'_recurrence_freq',''),(138036,17322,'_recurrence_days','0'),(138037,17322,'_recurrence_byday',''),(138038,17322,'_recurrence_byweekno',''),(138039,17322,'_start_ts','1412121600'),(138040,17322,'_end_ts','1414713600'),(138047,16868,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138048,16868,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138049,17324,'_edit_last','1837'),(138050,17324,'_edit_lock','1392215696:1837'),(138055,17324,'_event_id','2471'),(138056,17324,'_event_start_time','00:00:00'),(138057,17324,'_event_end_time','00:00:00'),(138058,17324,'_event_all_day','1'),(138059,17324,'_event_start_date','2014-10-01'),(138060,17324,'_event_end_date','2014-10-31'),(138061,17324,'_event_rsvp','0'),(138062,17324,'_event_rsvp_date',''),(138063,17324,'_event_rsvp_time','00:00:00'),(138064,17324,'_event_spaces',''),(138065,17324,'_location_id','18'),(138066,17324,'_recurrence_id',''),(138067,17324,'_event_status','1'),(138068,17324,'_event_private','0'),(138069,17324,'_event_date_created',''),(138070,17324,'_event_date_modified',''),(138071,17324,'_blog_id',''),(138072,17324,'_group_id','0'),(138073,17324,'_recurrence','0'),(138074,17324,'_recurrence_interval',''),(138075,17324,'_recurrence_freq',''),(138076,17324,'_recurrence_days','0'),(138077,17324,'_recurrence_byday',''),(138078,17324,'_recurrence_byweekno',''),(138079,17324,'_start_ts','1412121600'),(138080,17324,'_end_ts','1414713600'),(138083,17324,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138084,17324,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138085,17326,'_edit_last','1837'),(138086,17326,'_edit_lock','1392216286:1837'),(138089,17326,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138090,17326,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138091,17326,'_event_id','2472'),(138092,17326,'_event_start_time','00:00:00'),(138093,17326,'_event_end_time','00:00:00'),(138094,17326,'_event_all_day','1'),(138095,17326,'_event_start_date','2014-11-01'),(138096,17326,'_event_end_date','2014-11-30'),(138097,17326,'_event_rsvp','0'),(138098,17326,'_event_rsvp_date',''),(138099,17326,'_event_rsvp_time','00:00:00'),(138100,17326,'_event_spaces',''),(138101,17326,'_location_id','18'),(138102,17326,'_recurrence_id',''),(138103,17326,'_event_status','1'),(138104,17326,'_event_private','0'),(138105,17326,'_event_date_created',''),(138106,17326,'_event_date_modified',''),(138107,17326,'_blog_id',''),(138108,17326,'_group_id','0'),(138109,17326,'_recurrence','0'),(138110,17326,'_recurrence_interval',''),(138111,17326,'_recurrence_freq',''),(138112,17326,'_recurrence_days','0'),(138113,17326,'_recurrence_byday',''),(138114,17326,'_recurrence_byweekno',''),(138115,17326,'_start_ts','1414800000'),(138116,17326,'_end_ts','1417305600'),(138117,17328,'_edit_last','1837'),(138118,17328,'_edit_lock','1392217289:1837'),(138121,17328,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138122,17328,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138123,17328,'_event_id','2473'),(138124,17328,'_event_start_time','00:00:00'),(138125,17328,'_event_end_time','00:00:00'),(138126,17328,'_event_all_day','1'),(138127,17328,'_event_start_date','2014-11-19'),(138128,17328,'_event_end_date','2014-11-23'),(138129,17328,'_event_rsvp','0'),(138130,17328,'_event_rsvp_date',''),(138131,17328,'_event_rsvp_time','00:00:00'),(138132,17328,'_event_spaces',''),(138133,17328,'_location_id','18'),(138134,17328,'_recurrence_id',''),(138135,17328,'_event_status','1'),(138136,17328,'_event_private','0'),(138137,17328,'_event_date_created',''),(138138,17328,'_event_date_modified',''),(138139,17328,'_blog_id',''),(138140,17328,'_group_id','0'),(138141,17328,'_recurrence','0'),(138142,17328,'_recurrence_interval',''),(138143,17328,'_recurrence_freq',''),(138144,17328,'_recurrence_days','0'),(138145,17328,'_recurrence_byday',''),(138146,17328,'_recurrence_byweekno',''),(138147,17328,'_start_ts','1416355200'),(138148,17328,'_end_ts','1416700800'),(138149,17329,'_edit_last','1837'),(138150,17329,'_edit_lock','1392218603:1837'),(138155,17329,'_event_id','2474'),(138156,17329,'_event_start_time','00:00:00'),(138157,17329,'_event_end_time','00:00:00'),(138158,17329,'_event_all_day','1'),(138159,17329,'_event_start_date','2014-11-24'),(138160,17329,'_event_end_date','2014-12-01'),(138161,17329,'_event_rsvp','0'),(138162,17329,'_event_rsvp_date',''),(138163,17329,'_event_rsvp_time','00:00:00'),(138164,17329,'_event_spaces',''),(138165,17329,'_location_id','18'),(138166,17329,'_recurrence_id',''),(138167,17329,'_event_status','1'),(138168,17329,'_event_private','0'),(138169,17329,'_event_date_created',''),(138170,17329,'_event_date_modified',''),(138171,17329,'_blog_id',''),(138172,17329,'_group_id','0'),(138173,17329,'_recurrence','0'),(138174,17329,'_recurrence_interval',''),(138175,17329,'_recurrence_freq',''),(138176,17329,'_recurrence_days','0'),(138177,17329,'_recurrence_byday',''),(138178,17329,'_recurrence_byweekno',''),(138179,17329,'_start_ts','1416787200'),(138180,17329,'_end_ts','1417392000'),(138183,17329,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138184,17329,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138187,17332,'_edit_last','1837'),(138188,17332,'_edit_lock','1392223132:1837'),(138189,17333,'_feedback_author',''),(138190,17333,'_feedback_author_email',''),(138191,17333,'_feedback_author_url',''),(138192,17333,'_feedback_subject','Signup form OneCaribbean'),(138193,17333,'_feedback_ip','10.17.1.254'),(138194,17333,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138195,17333,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Uoodvvbt\";s:13:\"Email address\";s:21:\"svyvwxpx@itpuavan.com\";s:20:\"Country of Residence\";s:4:\"6176\";s:28:\"Name of Organization/Company\";s:8:\"Uoodvvbt\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:16:\"bWdHyydvUrUVbYoH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138196,17333,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Uoodvvbt\";s:13:\"Email address\";s:21:\"svyvwxpx@itpuavan.com\";s:20:\"Country of Residence\";s:4:\"6176\";s:28:\"Name of Organization/Company\";s:8:\"Uoodvvbt\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:16:\"bWdHyydvUrUVbYoH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138197,17333,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-567a260c-21f1-45a5-a276-e2bf1df4bc35\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41416\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392219121.2293\";s:12:\"REQUEST_TIME\";s:10:\"1392219121\";}'),(138198,17333,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: Uoodvvbt\n\nEmail address: svyvwxpx@itpuavan.com\n\nCountry of Residence: 6176\n\nName of Organization/Company: Uoodvvbt\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: bWdHyydvUrUVbYoH\n\nMessage was sent on Wednesday February 12, 2014 at 11:32 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138201,17332,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138202,17332,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138203,17332,'_event_id','2475'),(138204,17332,'_event_start_time','00:00:00'),(138205,17332,'_event_end_time','00:00:00'),(138206,17332,'_event_all_day','1'),(138207,17332,'_event_start_date','2014-11-27'),(138208,17332,'_event_end_date','2014-11-30'),(138209,17332,'_event_rsvp','0'),(138210,17332,'_event_rsvp_date',''),(138211,17332,'_event_rsvp_time','00:00:00'),(138212,17332,'_event_spaces',''),(138213,17332,'_location_id','18'),(138214,17332,'_recurrence_id',''),(138215,17332,'_event_status','1'),(138216,17332,'_event_private','0'),(138217,17332,'_event_date_created',''),(138218,17332,'_event_date_modified',''),(138219,17332,'_blog_id',''),(138220,17332,'_group_id','0'),(138221,17332,'_recurrence','0'),(138222,17332,'_recurrence_interval',''),(138223,17332,'_recurrence_freq',''),(138224,17332,'_recurrence_days','0'),(138225,17332,'_recurrence_byday',''),(138226,17332,'_recurrence_byweekno',''),(138227,17332,'_start_ts','1417046400'),(138228,17332,'_end_ts','1417305600'),(138229,17335,'_edit_last','1837'),(138230,17335,'_edit_lock','1392232226:1837'),(138233,17335,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138234,17335,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138235,17335,'_event_id','2476'),(138236,17335,'_event_start_time','00:00:00'),(138237,17335,'_event_end_time','00:00:00'),(138238,17335,'_event_all_day','1'),(138239,17335,'_event_start_date','2014-11-29'),(138240,17335,'_event_end_date','2014-11-30'),(138241,17335,'_event_rsvp','0'),(138242,17335,'_event_rsvp_date',''),(138243,17335,'_event_rsvp_time','00:00:00'),(138244,17335,'_event_spaces',''),(138245,17335,'_location_id','18'),(138246,17335,'_recurrence_id',''),(138247,17335,'_event_status','1'),(138248,17335,'_event_private','0'),(138249,17335,'_event_date_created',''),(138250,17335,'_event_date_modified',''),(138251,17335,'_blog_id',''),(138252,17335,'_group_id','0'),(138253,17335,'_recurrence','0'),(138254,17335,'_recurrence_interval',''),(138255,17335,'_recurrence_freq',''),(138256,17335,'_recurrence_days','0'),(138257,17335,'_recurrence_byday',''),(138258,17335,'_recurrence_byweekno',''),(138259,17335,'_start_ts','1417219200'),(138260,17335,'_end_ts','1417305600'),(138261,17337,'_feedback_author',''),(138262,17337,'_feedback_author_email',''),(138263,17337,'_feedback_author_url',''),(138264,17337,'_feedback_subject','Signup form OneCaribbean'),(138265,17337,'_feedback_ip','10.17.1.254'),(138266,17337,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138267,17337,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Mbisxqjt\";s:13:\"Email address\";s:21:\"ycumekam@ufgjzvox.com\";s:20:\"Country of Residence\";s:4:\"5997\";s:28:\"Name of Organization/Company\";s:8:\"Mbisxqjt\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:10:\"pBpBXrDCcz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138268,17337,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Mbisxqjt\";s:13:\"Email address\";s:21:\"ycumekam@ufgjzvox.com\";s:20:\"Country of Residence\";s:4:\"5997\";s:28:\"Name of Organization/Company\";s:8:\"Mbisxqjt\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:10:\"pBpBXrDCcz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138269,17337,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-329444d7-1f0b-4a62-a211-4cae8062f17f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45217\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"317\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392223934.2433\";s:12:\"REQUEST_TIME\";s:10:\"1392223934\";}'),(138270,17337,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:285:\"Name: Mbisxqjt\n\nEmail address: ycumekam@ufgjzvox.com\n\nCountry of Residence: 5997\n\nName of Organization/Company: Mbisxqjt\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: pBpBXrDCcz\n\nMessage was sent on Wednesday February 12, 2014 at 12:52 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138271,17338,'_edit_last','1837'),(138272,17338,'_edit_lock','1392232373:1837'),(138275,17338,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138276,17338,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138277,17338,'_event_id','2477'),(138278,17338,'_event_start_time','00:00:00'),(138279,17338,'_event_end_time','00:00:00'),(138280,17338,'_event_all_day','1'),(138281,17338,'_event_start_date','2014-12-01'),(138282,17338,'_event_end_date','2014-12-31'),(138283,17338,'_event_rsvp','0'),(138284,17338,'_event_rsvp_date',''),(138285,17338,'_event_rsvp_time','00:00:00'),(138286,17338,'_event_spaces',''),(138287,17338,'_location_id','18'),(138288,17338,'_recurrence_id',''),(138289,17338,'_event_status','1'),(138290,17338,'_event_private','0'),(138291,17338,'_event_date_created',''),(138292,17338,'_event_date_modified',''),(138293,17338,'_blog_id',''),(138294,17338,'_group_id','0'),(138295,17338,'_recurrence','0'),(138296,17338,'_recurrence_interval',''),(138297,17338,'_recurrence_freq',''),(138298,17338,'_recurrence_days','0'),(138299,17338,'_recurrence_byday',''),(138300,17338,'_recurrence_byweekno',''),(138301,17338,'_start_ts','1417392000'),(138302,17338,'_end_ts','1419984000'),(138303,17339,'_edit_last','1837'),(138304,17339,'_edit_lock','1392235227:1837'),(138307,17339,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138308,17339,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138309,17339,'_event_id','2478'),(138310,17339,'_event_start_time','00:00:00'),(138311,17339,'_event_end_time','00:00:00'),(138312,17339,'_event_all_day','1'),(138313,17339,'_event_start_date','2014-12-05'),(138314,17339,'_event_end_date','2014-12-07'),(138315,17339,'_event_rsvp','0'),(138316,17339,'_event_rsvp_date',''),(138317,17339,'_event_rsvp_time','00:00:00'),(138318,17339,'_event_spaces',''),(138319,17339,'_location_id','18'),(138320,17339,'_recurrence_id',''),(138321,17339,'_event_status','1'),(138322,17339,'_event_private','0'),(138323,17339,'_event_date_created',''),(138324,17339,'_event_date_modified',''),(138325,17339,'_blog_id',''),(138326,17339,'_group_id','0'),(138327,17339,'_recurrence','0'),(138328,17339,'_recurrence_interval',''),(138329,17339,'_recurrence_freq',''),(138330,17339,'_recurrence_days','0'),(138331,17339,'_recurrence_byday',''),(138332,17339,'_recurrence_byweekno',''),(138333,17339,'_start_ts','1417737600'),(138334,17339,'_end_ts','1417910400'),(138335,17341,'_feedback_author',''),(138336,17341,'_feedback_author_email',''),(138337,17341,'_feedback_author_url',''),(138338,17341,'_feedback_subject','Signup form OneCaribbean'),(138339,17341,'_feedback_ip','10.17.1.254'),(138340,17341,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138341,17341,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Uhkonlpt\";s:13:\"Email address\";s:21:\"aqgdcmpz@mylufmpr.com\";s:20:\"Country of Residence\";s:5:\"20422\";s:28:\"Name of Organization/Company\";s:8:\"Uhkonlpt\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:10:\"mucdzEREMG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138342,17341,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Uhkonlpt\";s:13:\"Email address\";s:21:\"aqgdcmpz@mylufmpr.com\";s:20:\"Country of Residence\";s:5:\"20422\";s:28:\"Name of Organization/Company\";s:8:\"Uhkonlpt\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:10:\"mucdzEREMG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138343,17341,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-05fc998c-7e8a-4cb2-9158-1213683aea59\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55040\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392273706.9699\";s:12:\"REQUEST_TIME\";s:10:\"1392273706\";}'),(138344,17341,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Uhkonlpt\n\nEmail address: aqgdcmpz@mylufmpr.com\n\nCountry of Residence: 20422\n\nName of Organization/Company: Uhkonlpt\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: mucdzEREMG\n\nMessage was sent on Thursday February 13, 2014 at 2:41 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138345,17343,'_edit_last','1837'),(138346,17343,'_edit_lock','1392301845:1837'),(138347,17345,'_edit_last','1837'),(138348,17345,'_edit_lock','1392311369:1837'),(138351,17345,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138352,17345,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138353,17345,'_event_id','2479'),(138354,17345,'_event_start_time','00:00:00'),(138355,17345,'_event_end_time','00:00:00'),(138356,17345,'_event_all_day','1'),(138357,17345,'_event_start_date','2014-12-01'),(138358,17345,'_event_end_date','2014-12-31'),(138359,17345,'_event_rsvp','0'),(138360,17345,'_event_rsvp_date',''),(138361,17345,'_event_rsvp_time','00:00:00'),(138362,17345,'_event_spaces',''),(138363,17345,'_location_id','18'),(138364,17345,'_recurrence_id',''),(138365,17345,'_event_status','1'),(138366,17345,'_event_private','0'),(138367,17345,'_event_date_created',''),(138368,17345,'_event_date_modified',''),(138369,17345,'_blog_id',''),(138370,17345,'_group_id','0'),(138371,17345,'_recurrence','0'),(138372,17345,'_recurrence_interval',''),(138373,17345,'_recurrence_freq',''),(138374,17345,'_recurrence_days','0'),(138375,17345,'_recurrence_byday',''),(138376,17345,'_recurrence_byweekno',''),(138377,17345,'_start_ts','1417392000'),(138378,17345,'_end_ts','1419984000'),(138379,17346,'_edit_last','1837'),(138380,17346,'_edit_lock','1392311555:1837'),(138383,17346,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138384,17346,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138385,17346,'_event_id','2480'),(138386,17346,'_event_start_time','00:00:00'),(138387,17346,'_event_end_time','00:00:00'),(138388,17346,'_event_all_day','1'),(138389,17346,'_event_start_date','2014-12-26'),(138390,17346,'_event_end_date','2014-12-26'),(138391,17346,'_event_rsvp','0'),(138392,17346,'_event_rsvp_date',''),(138393,17346,'_event_rsvp_time','00:00:00'),(138394,17346,'_event_spaces',''),(138395,17346,'_location_id','18'),(138396,17346,'_recurrence_id',''),(138397,17346,'_event_status','1'),(138398,17346,'_event_private','0'),(138399,17346,'_event_date_created',''),(138400,17346,'_event_date_modified',''),(138401,17346,'_blog_id',''),(138402,17346,'_group_id','0'),(138403,17346,'_recurrence','0'),(138404,17346,'_recurrence_interval',''),(138405,17346,'_recurrence_freq',''),(138406,17346,'_recurrence_days','0'),(138407,17346,'_recurrence_byday',''),(138408,17346,'_recurrence_byweekno',''),(138409,17346,'_start_ts','1419552000'),(138410,17346,'_end_ts','1419552000'),(138411,17347,'_edit_last','1837'),(138412,17347,'_edit_lock','1392311816:1837'),(138417,17347,'_event_id','2481'),(138418,17347,'_event_start_time','00:00:00'),(138419,17347,'_event_end_time','00:00:00'),(138420,17347,'_event_all_day','1'),(138421,17347,'_event_start_date','2014-12-31'),(138422,17347,'_event_end_date','2014-12-31'),(138423,17347,'_event_rsvp','0'),(138424,17347,'_event_rsvp_date',''),(138425,17347,'_event_rsvp_time','00:00:00'),(138426,17347,'_event_spaces',''),(138427,17347,'_location_id','18'),(138428,17347,'_recurrence_id',''),(138429,17347,'_event_status','1'),(138430,17347,'_event_private','0'),(138431,17347,'_event_date_created',''),(138432,17347,'_event_date_modified',''),(138433,17347,'_blog_id',''),(138434,17347,'_group_id','0'),(138435,17347,'_recurrence','0'),(138436,17347,'_recurrence_interval',''),(138437,17347,'_recurrence_freq',''),(138438,17347,'_recurrence_days','0'),(138439,17347,'_recurrence_byday',''),(138440,17347,'_recurrence_byweekno',''),(138441,17347,'_start_ts','1419984000'),(138442,17347,'_end_ts','1419984000'),(138445,17347,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138446,17347,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138447,17348,'_edit_last','1837'),(138448,17348,'_edit_lock','1392312451:1837'),(138451,17348,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138452,17348,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138453,17348,'_event_id','2482'),(138454,17348,'_event_start_time','00:00:00'),(138455,17348,'_event_end_time','00:00:00'),(138456,17348,'_event_all_day','1'),(138457,17348,'_event_start_date','2014-06-01'),(138458,17348,'_event_end_date','2014-06-30'),(138459,17348,'_event_rsvp','0'),(138460,17348,'_event_rsvp_date',''),(138461,17348,'_event_rsvp_time','00:00:00'),(138462,17348,'_event_spaces',''),(138463,17348,'_location_id','5'),(138464,17348,'_recurrence_id',''),(138465,17348,'_event_status','1'),(138466,17348,'_event_private','0'),(138467,17348,'_event_date_created',''),(138468,17348,'_event_date_modified',''),(138469,17348,'_blog_id',''),(138470,17348,'_group_id','0'),(138471,17348,'_recurrence','0'),(138472,17348,'_recurrence_interval',''),(138473,17348,'_recurrence_freq',''),(138474,17348,'_recurrence_days','0'),(138475,17348,'_recurrence_byday',''),(138476,17348,'_recurrence_byweekno',''),(138477,17348,'_start_ts','1401580800'),(138478,17348,'_end_ts','1404086400'),(138479,17350,'_edit_last','1837'),(138480,17350,'_edit_lock','1392315977:1837'),(138483,17350,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138484,17350,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138485,17350,'_event_id','2483'),(138486,17350,'_event_start_time','00:00:00'),(138487,17350,'_event_end_time','00:00:00'),(138488,17350,'_event_all_day','1'),(138489,17350,'_event_start_date','2014-06-01'),(138490,17350,'_event_end_date','2014-06-30'),(138491,17350,'_event_rsvp','0'),(138492,17350,'_event_rsvp_date',''),(138493,17350,'_event_rsvp_time','00:00:00'),(138494,17350,'_event_spaces',''),(138495,17350,'_location_id','5'),(138496,17350,'_recurrence_id',''),(138497,17350,'_event_status','1'),(138498,17350,'_event_private','0'),(138499,17350,'_event_date_created',''),(138500,17350,'_event_date_modified',''),(138501,17350,'_blog_id',''),(138502,17350,'_group_id','0'),(138503,17350,'_recurrence','0'),(138504,17350,'_recurrence_interval',''),(138505,17350,'_recurrence_freq',''),(138506,17350,'_recurrence_days','0'),(138507,17350,'_recurrence_byday',''),(138508,17350,'_recurrence_byweekno',''),(138509,17350,'_start_ts','1401580800'),(138510,17350,'_end_ts','1404086400'),(138511,17352,'_edit_last','1837'),(138512,17352,'_edit_lock','1392317368:1837'),(138515,17352,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138516,17352,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138517,17352,'_event_id','2484'),(138518,17352,'_event_start_time','00:00:00'),(138519,17352,'_event_end_time','00:00:00'),(138520,17352,'_event_all_day','1'),(138521,17352,'_event_start_date','2014-06-01'),(138522,17352,'_event_end_date','2014-06-30'),(138523,17352,'_event_rsvp','0'),(138524,17352,'_event_rsvp_date',''),(138525,17352,'_event_rsvp_time','00:00:00'),(138526,17352,'_event_spaces',''),(138527,17352,'_location_id','5'),(138528,17352,'_recurrence_id',''),(138529,17352,'_event_status','1'),(138530,17352,'_event_private','0'),(138531,17352,'_event_date_created',''),(138532,17352,'_event_date_modified',''),(138533,17352,'_blog_id',''),(138534,17352,'_group_id','0'),(138535,17352,'_recurrence','0'),(138536,17352,'_recurrence_interval',''),(138537,17352,'_recurrence_freq',''),(138538,17352,'_recurrence_days','0'),(138539,17352,'_recurrence_byday',''),(138540,17352,'_recurrence_byweekno',''),(138541,17352,'_start_ts','1401580800'),(138542,17352,'_end_ts','1404086400'),(138543,17354,'_feedback_author',''),(138544,17354,'_feedback_author_email',''),(138545,17354,'_feedback_author_url',''),(138546,17354,'_feedback_subject','Signup form OneCaribbean'),(138547,17354,'_feedback_ip','10.17.1.254'),(138548,17354,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138549,17354,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Wliksygu\";s:13:\"Email address\";s:21:\"hlowwcbt@deqwkpen.com\";s:20:\"Country of Residence\";s:4:\"2173\";s:28:\"Name of Organization/Company\";s:8:\"Wliksygu\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:14:\"SgAlGfwOHXekZS\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138550,17354,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Wliksygu\";s:13:\"Email address\";s:21:\"hlowwcbt@deqwkpen.com\";s:20:\"Country of Residence\";s:4:\"2173\";s:28:\"Name of Organization/Company\";s:8:\"Wliksygu\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:14:\"SgAlGfwOHXekZS\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138551,17354,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-47c2954c-24bc-4724-8e5e-b60a0ec6be77\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58656\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"331\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"331\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392317002.5054\";s:12:\"REQUEST_TIME\";s:10:\"1392317002\";}'),(138552,17354,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:297:\"Name: Wliksygu\n\nEmail address: hlowwcbt@deqwkpen.com\n\nCountry of Residence: 2173\n\nName of Organization/Company: Wliksygu\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: SgAlGfwOHXekZS\n\nMessage was sent on Thursday February 13, 2014 at 2:43 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138553,17355,'_edit_last','1837'),(138554,17355,'_edit_lock','1392317775:1837'),(138559,17355,'_event_id','2485'),(138560,17355,'_event_start_time','00:00:00'),(138561,17355,'_event_end_time','00:00:00'),(138562,17355,'_event_all_day','1'),(138563,17355,'_event_start_date','2014-06-01'),(138564,17355,'_event_end_date','2014-06-30'),(138565,17355,'_event_rsvp','0'),(138566,17355,'_event_rsvp_date',''),(138567,17355,'_event_rsvp_time','00:00:00'),(138568,17355,'_event_spaces',''),(138569,17355,'_location_id','5'),(138570,17355,'_recurrence_id',''),(138571,17355,'_event_status','1'),(138572,17355,'_event_private','0'),(138573,17355,'_event_date_created',''),(138574,17355,'_event_date_modified',''),(138575,17355,'_blog_id',''),(138576,17355,'_group_id','0'),(138577,17355,'_recurrence','0'),(138578,17355,'_recurrence_interval',''),(138579,17355,'_recurrence_freq',''),(138580,17355,'_recurrence_days','0'),(138581,17355,'_recurrence_byday',''),(138582,17355,'_recurrence_byweekno',''),(138583,17355,'_start_ts','1401580800'),(138584,17355,'_end_ts','1404086400'),(138587,17355,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138588,17355,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138589,17357,'_edit_last','1837'),(138590,17357,'_edit_lock','1392317901:1837'),(138593,17357,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138594,17357,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138595,17357,'_event_id','2486'),(138596,17357,'_event_start_time','00:00:00'),(138597,17357,'_event_end_time','00:00:00'),(138598,17357,'_event_all_day','1'),(138599,17357,'_event_start_date','2014-06-01'),(138600,17357,'_event_end_date','2014-06-30'),(138601,17357,'_event_rsvp','0'),(138602,17357,'_event_rsvp_date',''),(138603,17357,'_event_rsvp_time','00:00:00'),(138604,17357,'_event_spaces',''),(138605,17357,'_location_id','5'),(138606,17357,'_recurrence_id',''),(138607,17357,'_event_status','1'),(138608,17357,'_event_private','0'),(138609,17357,'_event_date_created',''),(138610,17357,'_event_date_modified',''),(138611,17357,'_blog_id',''),(138612,17357,'_group_id','0'),(138613,17357,'_recurrence','0'),(138614,17357,'_recurrence_interval',''),(138615,17357,'_recurrence_freq',''),(138616,17357,'_recurrence_days','0'),(138617,17357,'_recurrence_byday',''),(138618,17357,'_recurrence_byweekno',''),(138619,17357,'_start_ts','1401580800'),(138620,17357,'_end_ts','1404086400'),(138621,17358,'_edit_last','1837'),(138622,17358,'_edit_lock','1392317988:1837'),(138625,17358,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138626,17358,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138627,17358,'_event_id','2487'),(138628,17358,'_event_start_time','00:00:00'),(138629,17358,'_event_end_time','00:00:00'),(138630,17358,'_event_all_day','1'),(138631,17358,'_event_start_date','2014-06-01'),(138632,17358,'_event_end_date','2014-06-30'),(138633,17358,'_event_rsvp','0'),(138634,17358,'_event_rsvp_date',''),(138635,17358,'_event_rsvp_time','00:00:00'),(138636,17358,'_event_spaces',''),(138637,17358,'_location_id','5'),(138638,17358,'_recurrence_id',''),(138639,17358,'_event_status','1'),(138640,17358,'_event_private','0'),(138641,17358,'_event_date_created',''),(138642,17358,'_event_date_modified',''),(138643,17358,'_blog_id',''),(138644,17358,'_group_id','0'),(138645,17358,'_recurrence','0'),(138646,17358,'_recurrence_interval',''),(138647,17358,'_recurrence_freq',''),(138648,17358,'_recurrence_days','0'),(138649,17358,'_recurrence_byday',''),(138650,17358,'_recurrence_byweekno',''),(138651,17358,'_start_ts','1401580800'),(138652,17358,'_end_ts','1404086400'),(138653,17359,'_edit_last','1837'),(138654,17359,'_edit_lock','1392318128:1837'),(138657,17359,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138658,17359,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138659,17359,'_event_id','2488'),(138660,17359,'_event_start_time','00:00:00'),(138661,17359,'_event_end_time','00:00:00'),(138662,17359,'_event_all_day','1'),(138663,17359,'_event_start_date','2014-07-01'),(138664,17359,'_event_end_date','2014-07-31'),(138665,17359,'_event_rsvp','0'),(138666,17359,'_event_rsvp_date',''),(138667,17359,'_event_rsvp_time','00:00:00'),(138668,17359,'_event_spaces',''),(138669,17359,'_location_id','5'),(138670,17359,'_recurrence_id',''),(138671,17359,'_event_status','1'),(138672,17359,'_event_private','0'),(138673,17359,'_event_date_created',''),(138674,17359,'_event_date_modified',''),(138675,17359,'_blog_id',''),(138676,17359,'_group_id','0'),(138677,17359,'_recurrence','0'),(138678,17359,'_recurrence_interval',''),(138679,17359,'_recurrence_freq',''),(138680,17359,'_recurrence_days','0'),(138681,17359,'_recurrence_byday',''),(138682,17359,'_recurrence_byweekno',''),(138683,17359,'_start_ts','1404172800'),(138684,17359,'_end_ts','1406764800'),(138685,17361,'_edit_last','1837'),(138686,17361,'_edit_lock','1392318232:1837'),(138689,17361,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138690,17361,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138691,17361,'_event_id','2489'),(138692,17361,'_event_start_time','00:00:00'),(138693,17361,'_event_end_time','00:00:00'),(138694,17361,'_event_all_day','1'),(138695,17361,'_event_start_date','2014-07-01'),(138696,17361,'_event_end_date','2014-07-31'),(138697,17361,'_event_rsvp','0'),(138698,17361,'_event_rsvp_date',''),(138699,17361,'_event_rsvp_time','00:00:00'),(138700,17361,'_event_spaces',''),(138701,17361,'_location_id','5'),(138702,17361,'_recurrence_id',''),(138703,17361,'_event_status','1'),(138704,17361,'_event_private','0'),(138705,17361,'_event_date_created',''),(138706,17361,'_event_date_modified',''),(138707,17361,'_blog_id',''),(138708,17361,'_group_id','0'),(138709,17361,'_recurrence','0'),(138710,17361,'_recurrence_interval',''),(138711,17361,'_recurrence_freq',''),(138712,17361,'_recurrence_days','0'),(138713,17361,'_recurrence_byday',''),(138714,17361,'_recurrence_byweekno',''),(138715,17361,'_start_ts','1404172800'),(138716,17361,'_end_ts','1406764800'),(138717,17362,'_edit_last','1837'),(138718,17362,'_edit_lock','1392318324:1837'),(138721,17362,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138722,17362,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138723,17362,'_event_id','2490'),(138724,17362,'_event_start_time','00:00:00'),(138725,17362,'_event_end_time','00:00:00'),(138726,17362,'_event_all_day','1'),(138727,17362,'_event_start_date','2014-07-01'),(138728,17362,'_event_end_date','2014-07-31'),(138729,17362,'_event_rsvp','0'),(138730,17362,'_event_rsvp_date',''),(138731,17362,'_event_rsvp_time','00:00:00'),(138732,17362,'_event_spaces',''),(138733,17362,'_location_id','5'),(138734,17362,'_recurrence_id',''),(138735,17362,'_event_status','1'),(138736,17362,'_event_private','0'),(138737,17362,'_event_date_created',''),(138738,17362,'_event_date_modified',''),(138739,17362,'_blog_id',''),(138740,17362,'_group_id','0'),(138741,17362,'_recurrence','0'),(138742,17362,'_recurrence_interval',''),(138743,17362,'_recurrence_freq',''),(138744,17362,'_recurrence_days','0'),(138745,17362,'_recurrence_byday',''),(138746,17362,'_recurrence_byweekno',''),(138747,17362,'_start_ts','1404172800'),(138748,17362,'_end_ts','1406764800'),(138749,17363,'_edit_last','1837'),(138750,17363,'_edit_lock','1392318439:1837'),(138755,17363,'_event_id','2491'),(138756,17363,'_event_start_time','00:00:00'),(138757,17363,'_event_end_time','00:00:00'),(138758,17363,'_event_all_day','1'),(138759,17363,'_event_start_date','2014-08-01'),(138760,17363,'_event_end_date','2014-08-31'),(138761,17363,'_event_rsvp','0'),(138762,17363,'_event_rsvp_date',''),(138763,17363,'_event_rsvp_time','00:00:00'),(138764,17363,'_event_spaces',''),(138765,17363,'_location_id','5'),(138766,17363,'_recurrence_id',''),(138767,17363,'_event_status','1'),(138768,17363,'_event_private','0'),(138769,17363,'_event_date_created',''),(138770,17363,'_event_date_modified',''),(138771,17363,'_blog_id',''),(138772,17363,'_group_id','0'),(138773,17363,'_recurrence','0'),(138774,17363,'_recurrence_interval',''),(138775,17363,'_recurrence_freq',''),(138776,17363,'_recurrence_days','0'),(138777,17363,'_recurrence_byday',''),(138778,17363,'_recurrence_byweekno',''),(138779,17363,'_start_ts','1406851200'),(138780,17363,'_end_ts','1409443200'),(138787,17363,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138788,17363,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138789,17364,'_edit_last','1837'),(138790,17364,'_edit_lock','1392318594:1837'),(138793,17364,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138794,17364,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138795,17364,'_event_id','2492'),(138796,17364,'_event_start_time','00:00:00'),(138797,17364,'_event_end_time','00:00:00'),(138798,17364,'_event_all_day','1'),(138799,17364,'_event_start_date','2014-08-01'),(138800,17364,'_event_end_date','2014-08-31'),(138801,17364,'_event_rsvp','0'),(138802,17364,'_event_rsvp_date',''),(138803,17364,'_event_rsvp_time','00:00:00'),(138804,17364,'_event_spaces',''),(138805,17364,'_location_id','5'),(138806,17364,'_recurrence_id',''),(138807,17364,'_event_status','1'),(138808,17364,'_event_private','0'),(138809,17364,'_event_date_created',''),(138810,17364,'_event_date_modified',''),(138811,17364,'_blog_id',''),(138812,17364,'_group_id','0'),(138813,17364,'_recurrence','0'),(138814,17364,'_recurrence_interval',''),(138815,17364,'_recurrence_freq',''),(138816,17364,'_recurrence_days','0'),(138817,17364,'_recurrence_byday',''),(138818,17364,'_recurrence_byweekno',''),(138819,17364,'_start_ts','1406851200'),(138820,17364,'_end_ts','1409443200'),(138821,17365,'_edit_last','1837'),(138822,17365,'_edit_lock','1392319695:1837'),(138827,17365,'_event_id','2493'),(138828,17365,'_event_start_time','00:00:00'),(138829,17365,'_event_end_time','00:00:00'),(138830,17365,'_event_all_day','1'),(138831,17365,'_event_start_date','2014-08-01'),(138832,17365,'_event_end_date','2014-08-31'),(138833,17365,'_event_rsvp','0'),(138834,17365,'_event_rsvp_date',''),(138835,17365,'_event_rsvp_time','00:00:00'),(138836,17365,'_event_spaces',''),(138837,17365,'_location_id','5'),(138838,17365,'_recurrence_id',''),(138839,17365,'_event_status','1'),(138840,17365,'_event_private','0'),(138841,17365,'_event_date_created',''),(138842,17365,'_event_date_modified',''),(138843,17365,'_blog_id',''),(138844,17365,'_group_id','0'),(138845,17365,'_recurrence','0'),(138846,17365,'_recurrence_interval',''),(138847,17365,'_recurrence_freq',''),(138848,17365,'_recurrence_days','0'),(138849,17365,'_recurrence_byday',''),(138850,17365,'_recurrence_byweekno',''),(138851,17365,'_start_ts','1406851200'),(138852,17365,'_end_ts','1409443200'),(138867,17365,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138868,17365,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138869,17367,'_feedback_author',''),(138870,17367,'_feedback_author_email',''),(138871,17367,'_feedback_author_url',''),(138872,17367,'_feedback_subject','Signup form OneCaribbean'),(138873,17367,'_feedback_ip','10.17.1.254'),(138874,17367,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138875,17367,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Rwzfqwdr\";s:13:\"Email address\";s:21:\"pcxgfxnq@wizjikvk.com\";s:20:\"Country of Residence\";s:5:\"75530\";s:28:\"Name of Organization/Company\";s:8:\"Rwzfqwdr\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:13:\"kKJgVGEQTNnHz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138876,17367,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Rwzfqwdr\";s:13:\"Email address\";s:21:\"pcxgfxnq@wizjikvk.com\";s:20:\"Country of Residence\";s:5:\"75530\";s:28:\"Name of Organization/Company\";s:8:\"Rwzfqwdr\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:13:\"kKJgVGEQTNnHz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138877,17367,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-71411943-6575-49ff-8996-72d57138eedb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36175\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392324165.7221\";s:12:\"REQUEST_TIME\";s:10:\"1392324165\";}'),(138878,17367,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Rwzfqwdr\n\nEmail address: pcxgfxnq@wizjikvk.com\n\nCountry of Residence: 75530\n\nName of Organization/Company: Rwzfqwdr\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: kKJgVGEQTNnHz\n\nMessage was sent on Thursday February 13, 2014 at 4:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138879,17368,'_feedback_author',''),(138880,17368,'_feedback_author_email',''),(138881,17368,'_feedback_author_url',''),(138882,17368,'_feedback_subject','Signup form OneCaribbean'),(138883,17368,'_feedback_ip','10.17.1.254'),(138884,17368,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138885,17368,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Gmhomesm\";s:13:\"Email address\";s:21:\"xvfxlflz@soytttwf.com\";s:20:\"Country of Residence\";s:4:\"2112\";s:28:\"Name of Organization/Company\";s:8:\"Gmhomesm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:10:\"XVWpAeZDmC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138886,17368,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Gmhomesm\";s:13:\"Email address\";s:21:\"xvfxlflz@soytttwf.com\";s:20:\"Country of Residence\";s:4:\"2112\";s:28:\"Name of Organization/Company\";s:8:\"Gmhomesm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:10:\"XVWpAeZDmC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138887,17368,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-93bda3f1-7853-471d-aff3-69dcc68272c8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52016\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"339\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"339\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392345755.2334\";s:12:\"REQUEST_TIME\";s:10:\"1392345755\";}'),(138888,17368,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Gmhomesm\n\nEmail address: xvfxlflz@soytttwf.com\n\nCountry of Residence: 2112\n\nName of Organization/Company: Gmhomesm\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: XVWpAeZDmC\n\nMessage was sent on Thursday February 13, 2014 at 10:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138889,17369,'_feedback_author',''),(138890,17369,'_feedback_author_email',''),(138891,17369,'_feedback_author_url',''),(138892,17369,'_feedback_subject','Signup form OneCaribbean'),(138893,17369,'_feedback_ip','10.17.1.254'),(138894,17369,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138895,17369,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"boibfn\";s:13:\"Email address\";s:17:\"ldstwu@nyahll.com\";s:20:\"Country of Residence\";s:5:\"79332\";s:28:\"Name of Organization/Company\";s:6:\"boibfn\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:11:\"ufSYtCATVhQ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138896,17369,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"boibfn\";s:13:\"Email address\";s:17:\"ldstwu@nyahll.com\";s:20:\"Country of Residence\";s:5:\"79332\";s:28:\"Name of Organization/Company\";s:6:\"boibfn\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:11:\"ufSYtCATVhQ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138897,17369,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-51ab155b-b4c4-416e-a1a0-b59e28a23fbd\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52016\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.188\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"317\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392346176.3695\";s:12:\"REQUEST_TIME\";s:10:\"1392346176\";}'),(138898,17369,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:284:\"Name: boibfn\n\nEmail address: ldstwu@nyahll.com\n\nCountry of Residence: 79332\n\nName of Organization/Company: boibfn\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: ufSYtCATVhQ\n\nMessage was sent on Thursday February 13, 2014 at 10:49 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138899,17370,'_feedback_author',''),(138900,17370,'_feedback_author_email',''),(138901,17370,'_feedback_author_url',''),(138902,17370,'_feedback_subject','Signup form OneCaribbean'),(138903,17370,'_feedback_ip','10.17.1.254'),(138904,17370,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138905,17370,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Gifeoufu\";s:13:\"Email address\";s:21:\"dodzmuqb@voriyvfb.com\";s:20:\"Country of Residence\";s:4:\"2255\";s:28:\"Name of Organization/Company\";s:8:\"Gifeoufu\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:15:\"XgCrFNkkQwgIuXc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138906,17370,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Gifeoufu\";s:13:\"Email address\";s:21:\"dodzmuqb@voriyvfb.com\";s:20:\"Country of Residence\";s:4:\"2255\";s:28:\"Name of Organization/Company\";s:8:\"Gifeoufu\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:15:\"XgCrFNkkQwgIuXc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138907,17370,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c2ba91df-976e-4956-acd4-8d274620ada5\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56620\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392352083.5754\";s:12:\"REQUEST_TIME\";s:10:\"1392352083\";}'),(138908,17370,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:297:\"Name: Gifeoufu\n\nEmail address: dodzmuqb@voriyvfb.com\n\nCountry of Residence: 2255\n\nName of Organization/Company: Gifeoufu\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: XgCrFNkkQwgIuXc\n\nMessage was sent on Friday February 14, 2014 at 12:28 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138909,17371,'_feedback_author',''),(138910,17371,'_feedback_author_email',''),(138911,17371,'_feedback_author_url',''),(138912,17371,'_feedback_subject','Signup form OneCaribbean'),(138913,17371,'_feedback_ip','10.17.1.254'),(138914,17371,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138915,17371,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Etregcua\";s:13:\"Email address\";s:21:\"vvrecspi@vzawudew.com\";s:20:\"Country of Residence\";s:6:\"122672\";s:28:\"Name of Organization/Company\";s:8:\"Etregcua\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:13:\"WPehdvMfKARoC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138916,17371,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Etregcua\";s:13:\"Email address\";s:21:\"vvrecspi@vzawudew.com\";s:20:\"Country of Residence\";s:6:\"122672\";s:28:\"Name of Organization/Company\";s:8:\"Etregcua\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:13:\"WPehdvMfKARoC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138917,17371,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dce26c2b-66e9-4377-9fe4-34efa3db97c8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56644\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"344\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"344\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392352094.9646\";s:12:\"REQUEST_TIME\";s:10:\"1392352094\";}'),(138918,17371,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Etregcua\n\nEmail address: vvrecspi@vzawudew.com\n\nCountry of Residence: 122672\n\nName of Organization/Company: Etregcua\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: WPehdvMfKARoC\n\nMessage was sent on Friday February 14, 2014 at 12:28 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138919,17372,'_feedback_author',''),(138920,17372,'_feedback_author_email',''),(138921,17372,'_feedback_author_url',''),(138922,17372,'_feedback_subject','Signup form OneCaribbean'),(138923,17372,'_feedback_ip','10.17.1.254'),(138924,17372,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138925,17372,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Ejfafpsc\";s:13:\"Email address\";s:21:\"tekmmkyn@sfgclptf.com\";s:20:\"Country of Residence\";s:4:\"1272\";s:28:\"Name of Organization/Company\";s:8:\"Ejfafpsc\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:17:\"zghDFWiOcbiILnQMh\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138926,17372,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Ejfafpsc\";s:13:\"Email address\";s:21:\"tekmmkyn@sfgclptf.com\";s:20:\"Country of Residence\";s:4:\"1272\";s:28:\"Name of Organization/Company\";s:8:\"Ejfafpsc\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:17:\"zghDFWiOcbiILnQMh\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138927,17372,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c2ba91df-976e-4956-acd4-8d274620ada5\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56614\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"334\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"334\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392352111.4623\";s:12:\"REQUEST_TIME\";s:10:\"1392352111\";}'),(138928,17372,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:299:\"Name: Ejfafpsc\n\nEmail address: tekmmkyn@sfgclptf.com\n\nCountry of Residence: 1272\n\nName of Organization/Company: Ejfafpsc\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: zghDFWiOcbiILnQMh\n\nMessage was sent on Friday February 14, 2014 at 12:28 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138929,17373,'_feedback_author',''),(138930,17373,'_feedback_author_email',''),(138931,17373,'_feedback_author_url',''),(138932,17373,'_feedback_subject','Signup form OneCaribbean'),(138933,17373,'_feedback_ip','10.17.1.254'),(138934,17373,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138935,17373,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Gdaizcfa\";s:13:\"Email address\";s:21:\"wqovjvvn@jwocdxpf.com\";s:20:\"Country of Residence\";s:6:\"965038\";s:28:\"Name of Organization/Company\";s:8:\"Gdaizcfa\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:15:\"AGvMvMZOEXdglPv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138936,17373,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Gdaizcfa\";s:13:\"Email address\";s:21:\"wqovjvvn@jwocdxpf.com\";s:20:\"Country of Residence\";s:6:\"965038\";s:28:\"Name of Organization/Company\";s:8:\"Gdaizcfa\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:15:\"AGvMvMZOEXdglPv\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138937,17373,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d49ea38c-56b9-4d90-9402-f61c2446afc1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33571\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392359481.2587\";s:12:\"REQUEST_TIME\";s:10:\"1392359481\";}'),(138938,17373,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Gdaizcfa\n\nEmail address: wqovjvvn@jwocdxpf.com\n\nCountry of Residence: 965038\n\nName of Organization/Company: Gdaizcfa\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: AGvMvMZOEXdglPv\n\nMessage was sent on Friday February 14, 2014 at 2:31 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138939,17374,'_edit_last','1837'),(138940,17374,'_edit_lock','1392390927:1837'),(138945,17374,'_event_id','2494'),(138946,17374,'_event_start_time','00:00:00'),(138947,17374,'_event_end_time','00:00:00'),(138948,17374,'_event_all_day','1'),(138949,17374,'_event_start_date','2014-09-01'),(138950,17374,'_event_end_date','2014-09-30'),(138951,17374,'_event_rsvp','0'),(138952,17374,'_event_rsvp_date',''),(138953,17374,'_event_rsvp_time','00:00:00'),(138954,17374,'_event_spaces',''),(138955,17374,'_location_id','5'),(138956,17374,'_recurrence_id',''),(138957,17374,'_event_status','1'),(138958,17374,'_event_private','0'),(138959,17374,'_event_date_created',''),(138960,17374,'_event_date_modified',''),(138961,17374,'_blog_id',''),(138962,17374,'_group_id','0'),(138963,17374,'_recurrence','0'),(138964,17374,'_recurrence_interval',''),(138965,17374,'_recurrence_freq',''),(138966,17374,'_recurrence_days','0'),(138967,17374,'_recurrence_byday',''),(138968,17374,'_recurrence_byweekno',''),(138969,17374,'_start_ts','1409529600'),(138970,17374,'_end_ts','1412035200'),(138973,17374,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138974,17374,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(138975,17376,'_feedback_author',''),(138976,17376,'_feedback_author_email',''),(138977,17376,'_feedback_author_url',''),(138978,17376,'_feedback_subject','Signup form OneCaribbean'),(138979,17376,'_feedback_ip','10.17.1.254'),(138980,17376,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138981,17376,'_feedback_all_fields','a:12:{s:4:\"Name\";s:16:\"Carol-ann Jordan\";s:13:\"Email address\";s:27:\"carolannj@visitbarbados.org\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:26:\"Barbados Tourism Authority\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138982,17376,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:16:\"Carol-ann Jordan\";s:13:\"Email address\";s:27:\"carolannj@visitbarbados.org\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:26:\"Barbados Tourism Authority\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138983,17376,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6493f54f-62e6-4c46-be3d-3474275d8b08\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48987\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"546\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"196.1.170.243\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"546\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392410794.1435\";s:12:\"REQUEST_TIME\";s:10:\"1392410794\";}'),(138984,17376,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:449:\"Name: Carol-ann Jordan\n\nEmail address: carolannj@visitbarbados.org\n\nCountry of Residence: Barbados\n\nName of Organization/Company: Barbados Tourism Authority\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Friday February 14, 2014 at 4:47 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138985,17377,'_feedback_author',''),(138986,17377,'_feedback_author_email',''),(138987,17377,'_feedback_author_url',''),(138988,17377,'_feedback_subject','Signup form OneCaribbean'),(138989,17377,'_feedback_ip','10.17.1.254'),(138990,17377,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(138991,17377,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Ayswyqnr\";s:13:\"Email address\";s:21:\"wuxzruke@pruxivly.com\";s:20:\"Country of Residence\";s:6:\"739893\";s:28:\"Name of Organization/Company\";s:8:\"Ayswyqnr\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"qWuqyzXdUfwy\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138992,17377,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Ayswyqnr\";s:13:\"Email address\";s:21:\"wuxzruke@pruxivly.com\";s:20:\"Country of Residence\";s:6:\"739893\";s:28:\"Name of Organization/Company\";s:8:\"Ayswyqnr\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"qWuqyzXdUfwy\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(138993,17377,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3aaab997-6146-44ac-9ed7-c754a1d84975\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58513\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"331\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.187\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"331\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392421811.1559\";s:12:\"REQUEST_TIME\";s:10:\"1392421811\";}'),(138994,17377,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: Ayswyqnr\n\nEmail address: wuxzruke@pruxivly.com\n\nCountry of Residence: 739893\n\nName of Organization/Company: Ayswyqnr\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: qWuqyzXdUfwy\n\nMessage was sent on Friday February 14, 2014 at 7:50 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(138995,17378,'_feedback_author',''),(138996,17378,'_feedback_author_email',''),(138997,17378,'_feedback_author_url',''),(138998,17378,'_feedback_subject','Signup form OneCaribbean'),(138999,17378,'_feedback_ip','10.17.1.254'),(139000,17378,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139001,17378,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"bkperxfabu\";s:13:\"Email address\";s:17:\"auvfov@utzwkc.com\";s:20:\"Country of Residence\";s:6:\"187052\";s:28:\"Name of Organization/Company\";s:10:\"bkperxfabu\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:16:\"UfnVrQGjacCxLNgD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139002,17378,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"bkperxfabu\";s:13:\"Email address\";s:17:\"auvfov@utzwkc.com\";s:20:\"Country of Residence\";s:6:\"187052\";s:28:\"Name of Organization/Company\";s:10:\"bkperxfabu\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:16:\"UfnVrQGjacCxLNgD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139003,17378,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-90dd6079-35f7-4040-8614-d07987814ac0\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58951\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"334\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.188\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"334\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392485563.6746\";s:12:\"REQUEST_TIME\";s:10:\"1392485563\";}'),(139004,17378,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:298:\"Name: bkperxfabu\n\nEmail address: auvfov@utzwkc.com\n\nCountry of Residence: 187052\n\nName of Organization/Company: bkperxfabu\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: UfnVrQGjacCxLNgD\n\nMessage was sent on Saturday February 15, 2014 at 1:32 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139005,17379,'_feedback_author',''),(139006,17379,'_feedback_author_email',''),(139007,17379,'_feedback_author_url',''),(139008,17379,'_feedback_subject','Signup form OneCaribbean'),(139009,17379,'_feedback_ip','10.17.1.254'),(139010,17379,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139011,17379,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"ugohhkrtss\";s:13:\"Email address\";s:17:\"vutrrf@zdjxyk.com\";s:20:\"Country of Residence\";s:12:\"xSbZMmHRNgKm\";s:28:\"Name of Organization/Company\";s:10:\"ugohhkrtss\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:14:\"eJmBDUSTRqZfVn\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139012,17379,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"ugohhkrtss\";s:13:\"Email address\";s:17:\"vutrrf@zdjxyk.com\";s:20:\"Country of Residence\";s:12:\"xSbZMmHRNgKm\";s:28:\"Name of Organization/Company\";s:10:\"ugohhkrtss\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:14:\"eJmBDUSTRqZfVn\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139013,17379,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ad7f8abc-3b5c-4113-ba2d-6baab25b757e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38659\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1392532144.377\";s:12:\"REQUEST_TIME\";s:10:\"1392532144\";}'),(139014,17379,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: ugohhkrtss\n\nEmail address: vutrrf@zdjxyk.com\n\nCountry of Residence: xSbZMmHRNgKm\n\nName of Organization/Company: ugohhkrtss\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: eJmBDUSTRqZfVn\n\nMessage was sent on Sunday February 16, 2014 at 2:29 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139015,17380,'_feedback_author',''),(139016,17380,'_feedback_author_email',''),(139017,17380,'_feedback_author_url',''),(139018,17380,'_feedback_subject','Signup form OneCaribbean'),(139019,17380,'_feedback_ip','10.17.1.254'),(139020,17380,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139021,17380,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"hwursp\";s:13:\"Email address\";s:17:\"vxcyaq@babeso.com\";s:20:\"Country of Residence\";s:8:\"orQNppbx\";s:28:\"Name of Organization/Company\";s:6:\"hwursp\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:9:\"yEHaEPHTs\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139022,17380,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"hwursp\";s:13:\"Email address\";s:17:\"vxcyaq@babeso.com\";s:20:\"Country of Residence\";s:8:\"orQNppbx\";s:28:\"Name of Organization/Company\";s:6:\"hwursp\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:9:\"yEHaEPHTs\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139023,17380,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-48bcfe3d-0c51-4336-9881-be57a799a6ce\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"38571\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"312\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"312\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392532181.7171\";s:12:\"REQUEST_TIME\";s:10:\"1392532181\";}'),(139024,17380,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:276:\"Name: hwursp\n\nEmail address: vxcyaq@babeso.com\n\nCountry of Residence: orQNppbx\n\nName of Organization/Company: hwursp\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: yEHaEPHTs\n\nMessage was sent on Sunday February 16, 2014 at 2:29 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139025,17381,'_feedback_author',''),(139026,17381,'_feedback_author_email',''),(139027,17381,'_feedback_author_url',''),(139028,17381,'_feedback_subject','Signup form OneCaribbean'),(139029,17381,'_feedback_ip','10.17.1.254'),(139030,17381,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139031,17381,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Svlbsqpd\";s:13:\"Email address\";s:21:\"xvmlzrhk@vbeigogc.com\";s:20:\"Country of Residence\";s:5:\"19060\";s:28:\"Name of Organization/Company\";s:8:\"Svlbsqpd\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:14:\"NAsgvIuykpfIhz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139032,17381,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Svlbsqpd\";s:13:\"Email address\";s:21:\"xvmlzrhk@vbeigogc.com\";s:20:\"Country of Residence\";s:5:\"19060\";s:28:\"Name of Organization/Company\";s:8:\"Svlbsqpd\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:14:\"NAsgvIuykpfIhz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139033,17381,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-084d11f3-3903-492f-829a-5307c5c2eee7\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52036\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"331\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.207.7.141\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"331\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392550388.4961\";s:12:\"REQUEST_TIME\";s:10:\"1392550388\";}'),(139034,17381,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:293:\"Name: Svlbsqpd\n\nEmail address: xvmlzrhk@vbeigogc.com\n\nCountry of Residence: 19060\n\nName of Organization/Company: Svlbsqpd\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: NAsgvIuykpfIhz\n\nMessage was sent on Sunday February 16, 2014 at 7:33 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139035,17382,'_feedback_author',''),(139036,17382,'_feedback_author_email',''),(139037,17382,'_feedback_author_url',''),(139038,17382,'_feedback_subject','Signup form OneCaribbean'),(139039,17382,'_feedback_ip','10.17.1.254'),(139040,17382,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139041,17382,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"umkzud\";s:13:\"Email address\";s:17:\"qeatng@lsioca.com\";s:20:\"Country of Residence\";s:6:\"412636\";s:28:\"Name of Organization/Company\";s:6:\"umkzud\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:15:\"ryRDlCkJciUxPLx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139042,17382,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"umkzud\";s:13:\"Email address\";s:17:\"qeatng@lsioca.com\";s:20:\"Country of Residence\";s:6:\"412636\";s:28:\"Name of Organization/Company\";s:6:\"umkzud\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:15:\"ryRDlCkJciUxPLx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139043,17382,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f150ddd4-8d4d-48aa-902b-ce46f5d0ddd1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34089\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.37\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392564381.4443\";s:12:\"REQUEST_TIME\";s:10:\"1392564381\";}'),(139044,17382,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:297:\"Name: umkzud\n\nEmail address: qeatng@lsioca.com\n\nCountry of Residence: 412636\n\nName of Organization/Company: umkzud\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: ryRDlCkJciUxPLx\n\nMessage was sent on Sunday February 16, 2014 at 11:26 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139045,17383,'_feedback_author',''),(139046,17383,'_feedback_author_email',''),(139047,17383,'_feedback_author_url',''),(139048,17383,'_feedback_subject','Signup form OneCaribbean'),(139049,17383,'_feedback_ip','10.17.1.254'),(139050,17383,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139051,17383,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"vztfjx\";s:13:\"Email address\";s:17:\"kziyvr@yuokcv.com\";s:20:\"Country of Residence\";s:5:\"67116\";s:28:\"Name of Organization/Company\";s:6:\"vztfjx\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"AiTwzKYCGXflyl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139052,17383,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"vztfjx\";s:13:\"Email address\";s:17:\"kziyvr@yuokcv.com\";s:20:\"Country of Residence\";s:5:\"67116\";s:28:\"Name of Organization/Company\";s:6:\"vztfjx\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"AiTwzKYCGXflyl\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139053,17383,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-472b1e11-3366-4b5f-ad2b-610394475f09\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34003\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"306\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.37\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"306\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392564407.9277\";s:12:\"REQUEST_TIME\";s:10:\"1392564407\";}'),(139054,17383,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:271:\"Name: vztfjx\n\nEmail address: kziyvr@yuokcv.com\n\nCountry of Residence: 67116\n\nName of Organization/Company: vztfjx\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: AiTwzKYCGXflyl\n\nMessage was sent on Sunday February 16, 2014 at 11:26 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139055,17384,'_feedback_author',''),(139056,17384,'_feedback_author_email',''),(139057,17384,'_feedback_author_url',''),(139058,17384,'_feedback_subject','Signup form OneCaribbean'),(139059,17384,'_feedback_ip','10.17.1.254'),(139060,17384,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139061,17384,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Maqxkwsq\";s:13:\"Email address\";s:21:\"kpllmfso@eudnlgmw.com\";s:20:\"Country of Residence\";s:6:\"434288\";s:28:\"Name of Organization/Company\";s:8:\"Maqxkwsq\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:16:\"JrvxRbPEwaCyEUOj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139062,17384,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Maqxkwsq\";s:13:\"Email address\";s:21:\"kpllmfso@eudnlgmw.com\";s:20:\"Country of Residence\";s:6:\"434288\";s:28:\"Name of Organization/Company\";s:8:\"Maqxkwsq\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:16:\"JrvxRbPEwaCyEUOj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139063,17384,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-87657ace-ab18-47f0-9202-e84319dc1502\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37839\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"322\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"322\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392569299.7611\";s:12:\"REQUEST_TIME\";s:10:\"1392569299\";}'),(139064,17384,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:287:\"Name: Maqxkwsq\n\nEmail address: kpllmfso@eudnlgmw.com\n\nCountry of Residence: 434288\n\nName of Organization/Company: Maqxkwsq\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: JrvxRbPEwaCyEUOj\n\nMessage was sent on Sunday February 16, 2014 at 12:48 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139065,17385,'_feedback_author',''),(139066,17385,'_feedback_author_email',''),(139067,17385,'_feedback_author_url',''),(139068,17385,'_feedback_subject','Signup form OneCaribbean'),(139069,17385,'_feedback_ip','10.17.1.254'),(139070,17385,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139071,17385,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Teri Anderholm\";s:13:\"Email address\";s:20:\"Tanderholm@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:19:\"INNspirationsbyTeri\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139072,17385,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Teri Anderholm\";s:13:\"Email address\";s:20:\"Tanderholm@gmail.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:19:\"INNspirationsbyTeri\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139073,17385,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:141:\"Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b0c3dff1-9213-429a-80c7-9a478bb08ea3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48259\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"394\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"208.50.124.34\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:141:\"Mozilla/5.0 (iPad; U; CPU OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"394\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392583311.3617\";s:12:\"REQUEST_TIME\";s:10:\"1392583311\";}'),(139074,17385,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: Teri Anderholm\n\nEmail address: Tanderholm@gmail.com\n\nCountry of Residence: USA\n\nName of Organization/Company: INNspirationsbyTeri\n\nWhich best describes you?: Other\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Sunday February 16, 2014 at 4:41 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139075,17386,'_feedback_author',''),(139076,17386,'_feedback_author_email',''),(139077,17386,'_feedback_author_url',''),(139078,17386,'_feedback_subject','Signup form OneCaribbean'),(139079,17386,'_feedback_ip','10.17.1.254'),(139080,17386,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139081,17386,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Amkpbmky\";s:13:\"Email address\";s:21:\"qpwtdeea@dshzydlf.com\";s:20:\"Country of Residence\";s:6:\"567002\";s:28:\"Name of Organization/Company\";s:8:\"Amkpbmky\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"kqHRFZIBECmwAapvU\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139082,17386,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Amkpbmky\";s:13:\"Email address\";s:21:\"qpwtdeea@dshzydlf.com\";s:20:\"Country of Residence\";s:6:\"567002\";s:28:\"Name of Organization/Company\";s:8:\"Amkpbmky\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"kqHRFZIBECmwAapvU\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139083,17386,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b7fdeb48-fb76-4a07-a727-f5c2d84d9df4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57571\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1392596066.825\";s:12:\"REQUEST_TIME\";s:10:\"1392596066\";}'),(139084,17386,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:290:\"Name: Amkpbmky\n\nEmail address: qpwtdeea@dshzydlf.com\n\nCountry of Residence: 567002\n\nName of Organization/Company: Amkpbmky\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: kqHRFZIBECmwAapvU\n\nMessage was sent on Sunday February 16, 2014 at 8:14 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139085,17387,'_feedback_author',''),(139086,17387,'_feedback_author_email',''),(139087,17387,'_feedback_author_url',''),(139088,17387,'_feedback_subject','Signup form OneCaribbean'),(139089,17387,'_feedback_ip','10.17.1.254'),(139090,17387,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139091,17387,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Nxornkad\";s:13:\"Email address\";s:21:\"jqadxatz@qnkwqeto.com\";s:20:\"Country of Residence\";s:6:\"430221\";s:28:\"Name of Organization/Company\";s:8:\"Nxornkad\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:10:\"unofVNFWMs\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139092,17387,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Nxornkad\";s:13:\"Email address\";s:21:\"jqadxatz@qnkwqeto.com\";s:20:\"Country of Residence\";s:6:\"430221\";s:28:\"Name of Organization/Company\";s:8:\"Nxornkad\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:10:\"unofVNFWMs\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139093,17387,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-41a8f0a6-7abf-44c9-8c50-01871281a7d9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39627\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"311\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.207.7.141\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"311\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392609665.3292\";s:12:\"REQUEST_TIME\";s:10:\"1392609665\";}'),(139094,17387,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:276:\"Name: Nxornkad\n\nEmail address: jqadxatz@qnkwqeto.com\n\nCountry of Residence: 430221\n\nName of Organization/Company: Nxornkad\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: unofVNFWMs\n\nMessage was sent on Monday February 17, 2014 at 12:01 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139095,17388,'_feedback_author',''),(139096,17388,'_feedback_author_email',''),(139097,17388,'_feedback_author_url',''),(139098,17388,'_feedback_subject','Signup form OneCaribbean'),(139099,17388,'_feedback_ip','10.17.1.254'),(139100,17388,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139101,17388,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Lzkonmtx\";s:13:\"Email address\";s:21:\"flbyfkok@pjirwntf.com\";s:20:\"Country of Residence\";s:5:\"36062\";s:28:\"Name of Organization/Company\";s:8:\"Lzkonmtx\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"kRUNLxuZAzLLtr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139102,17388,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Lzkonmtx\";s:13:\"Email address\";s:21:\"flbyfkok@pjirwntf.com\";s:20:\"Country of Residence\";s:5:\"36062\";s:28:\"Name of Organization/Company\";s:8:\"Lzkonmtx\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"kRUNLxuZAzLLtr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139103,17388,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3b9a957c-dca7-45ba-bf58-2b47a5eaad04\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47020\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"314\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"314\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392619835.9799\";s:12:\"REQUEST_TIME\";s:10:\"1392619835\";}'),(139104,17388,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:278:\"Name: Lzkonmtx\n\nEmail address: flbyfkok@pjirwntf.com\n\nCountry of Residence: 36062\n\nName of Organization/Company: Lzkonmtx\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: kRUNLxuZAzLLtr\n\nMessage was sent on Monday February 17, 2014 at 2:50 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139105,17389,'_feedback_author',''),(139106,17389,'_feedback_author_email',''),(139107,17389,'_feedback_author_url',''),(139108,17389,'_feedback_subject','Signup form OneCaribbean'),(139109,17389,'_feedback_ip','10.17.1.254'),(139110,17389,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139111,17389,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Wpwmcvlm\";s:13:\"Email address\";s:21:\"tfglrwbq@bosbelhp.com\";s:20:\"Country of Residence\";s:16:\"dPiqUNLtwIokSOBr\";s:28:\"Name of Organization/Company\";s:8:\"Wpwmcvlm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:13:\"luNDfWDvmDDyr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139112,17389,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Wpwmcvlm\";s:13:\"Email address\";s:21:\"tfglrwbq@bosbelhp.com\";s:20:\"Country of Residence\";s:16:\"dPiqUNLtwIokSOBr\";s:28:\"Name of Organization/Company\";s:8:\"Wpwmcvlm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:13:\"luNDfWDvmDDyr\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139113,17389,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-91bab56a-4a54-4bc0-aa73-87ab82cfe82c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34609\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"354\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"354\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392640794.5961\";s:12:\"REQUEST_TIME\";s:10:\"1392640794\";}'),(139114,17389,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:312:\"Name: Wpwmcvlm\n\nEmail address: tfglrwbq@bosbelhp.com\n\nCountry of Residence: dPiqUNLtwIokSOBr\n\nName of Organization/Company: Wpwmcvlm\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: luNDfWDvmDDyr\n\nMessage was sent on Monday February 17, 2014 at 8:39 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139115,17390,'_feedback_author',''),(139116,17390,'_feedback_author_email',''),(139117,17390,'_feedback_author_url',''),(139118,17390,'_feedback_subject','Signup form OneCaribbean'),(139119,17390,'_feedback_ip','10.17.1.254'),(139120,17390,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139121,17390,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Fkeorjju\";s:13:\"Email address\";s:21:\"svexkhpu@bpwhpsoo.com\";s:20:\"Country of Residence\";s:16:\"xIltYZzibmIGOUjx\";s:28:\"Name of Organization/Company\";s:8:\"Fkeorjju\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:10:\"vvugxEoWtN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139122,17390,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Fkeorjju\";s:13:\"Email address\";s:21:\"svexkhpu@bpwhpsoo.com\";s:20:\"Country of Residence\";s:16:\"xIltYZzibmIGOUjx\";s:28:\"Name of Organization/Company\";s:8:\"Fkeorjju\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:10:\"vvugxEoWtN\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139123,17390,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-91bab56a-4a54-4bc0-aa73-87ab82cfe82c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34618\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"329\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"329\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392640814.3972\";s:12:\"REQUEST_TIME\";s:10:\"1392640814\";}'),(139124,17390,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:293:\"Name: Fkeorjju\n\nEmail address: svexkhpu@bpwhpsoo.com\n\nCountry of Residence: xIltYZzibmIGOUjx\n\nName of Organization/Company: Fkeorjju\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: vvugxEoWtN\n\nMessage was sent on Monday February 17, 2014 at 8:40 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139125,17391,'_feedback_author',''),(139126,17391,'_feedback_author_email',''),(139127,17391,'_feedback_author_url',''),(139128,17391,'_feedback_subject','Signup form OneCaribbean'),(139129,17391,'_feedback_ip','10.17.1.254'),(139130,17391,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139131,17391,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Mkglpopk\";s:13:\"Email address\";s:21:\"lrujbbdo@cucidkjy.com\";s:20:\"Country of Residence\";s:4:\"6613\";s:28:\"Name of Organization/Company\";s:8:\"Mkglpopk\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:17:\"cFRKYsbHVvgxgrEWq\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139132,17391,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Mkglpopk\";s:13:\"Email address\";s:21:\"lrujbbdo@cucidkjy.com\";s:20:\"Country of Residence\";s:4:\"6613\";s:28:\"Name of Organization/Company\";s:8:\"Mkglpopk\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:17:\"cFRKYsbHVvgxgrEWq\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139133,17391,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6175b380-601f-41b5-a757-5aa4c9de4d85\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43995\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392652650.2239\";s:12:\"REQUEST_TIME\";s:10:\"1392652650\";}'),(139134,17391,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: Mkglpopk\n\nEmail address: lrujbbdo@cucidkjy.com\n\nCountry of Residence: 6613\n\nName of Organization/Company: Mkglpopk\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: cFRKYsbHVvgxgrEWq\n\nMessage was sent on Monday February 17, 2014 at 11:57 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139143,1799,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(139144,1799,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(139145,1799,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(139146,1799,'_aioseop_title','Human Resource Development'),(139177,17399,'_feedback_author',''),(139178,17399,'_feedback_author_email',''),(139179,17399,'_feedback_author_url',''),(139180,17399,'_feedback_subject','Signup form OneCaribbean'),(139181,17399,'_feedback_ip','10.17.1.254'),(139182,17399,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139183,17399,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Jerome McElroy\";s:13:\"Email address\";s:23:\"jmcelroy@saintmarys.edu\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:20:\"Saint Mary\'s College\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Professor of Economics\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(139184,17399,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Jerome McElroy\";s:13:\"Email address\";s:23:\"jmcelroy@saintmarys.edu\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:20:\"Saint Mary\'s College\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:22:\"Professor of Economics\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(139185,17399,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.8 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.8\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1bae6219-5631-49b2-8ffb-0073f66c1fa1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59087\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"451\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"76.23.90.34\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.8 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.8\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"451\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392672600.8699\";s:12:\"REQUEST_TIME\";s:10:\"1392672600\";}'),(139186,17399,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:407:\"Name: Jerome McElroy\n\nEmail address: jmcelroy@saintmarys.edu\n\nCountry of Residence: USA\n\nName of Organization/Company: Saint Mary\'s College\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Professor of Economics\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday February 17, 2014 at 5:30 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139187,17400,'_feedback_author',''),(139188,17400,'_feedback_author_email',''),(139189,17400,'_feedback_author_url',''),(139190,17400,'_feedback_subject','Signup form OneCaribbean'),(139191,17400,'_feedback_ip','10.17.1.254'),(139192,17400,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139193,17400,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Fpdikghh\";s:13:\"Email address\";s:21:\"cengsvhl@tkyohaso.com\";s:20:\"Country of Residence\";s:4:\"8544\";s:28:\"Name of Organization/Company\";s:8:\"Fpdikghh\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:10:\"HyVZVMtsYD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139194,17400,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Fpdikghh\";s:13:\"Email address\";s:21:\"cengsvhl@tkyohaso.com\";s:20:\"Country of Residence\";s:4:\"8544\";s:28:\"Name of Organization/Company\";s:8:\"Fpdikghh\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:10:\"HyVZVMtsYD\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139195,17400,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-756da07b-0d37-47a3-9c8c-b4190654c314\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"32892\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"317\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392674822.8033\";s:12:\"REQUEST_TIME\";s:10:\"1392674822\";}'),(139196,17400,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:281:\"Name: Fpdikghh\n\nEmail address: cengsvhl@tkyohaso.com\n\nCountry of Residence: 8544\n\nName of Organization/Company: Fpdikghh\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: HyVZVMtsYD\n\nMessage was sent on Monday February 17, 2014 at 6:07 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139197,17401,'_feedback_author',''),(139198,17401,'_feedback_author_email',''),(139199,17401,'_feedback_author_url',''),(139200,17401,'_feedback_subject','Signup form OneCaribbean'),(139201,17401,'_feedback_ip','10.17.1.254'),(139202,17401,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139203,17401,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Tpsjcfwh\";s:13:\"Email address\";s:21:\"bfeaoqgd@uwizibjd.com\";s:20:\"Country of Residence\";s:6:\"781515\";s:28:\"Name of Organization/Company\";s:8:\"Tpsjcfwh\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:12:\"YsElqnUIVIWi\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139204,17401,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Tpsjcfwh\";s:13:\"Email address\";s:21:\"bfeaoqgd@uwizibjd.com\";s:20:\"Country of Residence\";s:6:\"781515\";s:28:\"Name of Organization/Company\";s:8:\"Tpsjcfwh\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:12:\"YsElqnUIVIWi\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139205,17401,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-96cc837a-92c0-4dcd-b714-0ef1ad5cbaab\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48351\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392695356.1276\";s:12:\"REQUEST_TIME\";s:10:\"1392695356\";}'),(139206,17401,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: Tpsjcfwh\n\nEmail address: bfeaoqgd@uwizibjd.com\n\nCountry of Residence: 781515\n\nName of Organization/Company: Tpsjcfwh\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: YsElqnUIVIWi\n\nMessage was sent on Monday February 17, 2014 at 11:49 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139207,17402,'_feedback_author',''),(139208,17402,'_feedback_author_email',''),(139209,17402,'_feedback_author_url',''),(139210,17402,'_feedback_subject','Signup form OneCaribbean'),(139211,17402,'_feedback_ip','10.17.1.254'),(139212,17402,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(139213,17402,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Cjjdoxep\";s:13:\"Email address\";s:21:\"hoyabxvf@knajhall.com\";s:20:\"Country of Residence\";s:4:\"4348\";s:28:\"Name of Organization/Company\";s:8:\"Cjjdoxep\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:13:\"VcPUYxVMoEHWZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139214,17402,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Cjjdoxep\";s:13:\"Email address\";s:21:\"hoyabxvf@knajhall.com\";s:20:\"Country of Residence\";s:4:\"4348\";s:28:\"Name of Organization/Company\";s:8:\"Cjjdoxep\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:13:\"VcPUYxVMoEHWZ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(139215,17402,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e5a6717f-4ed6-46a7-b708-7fce7ecffb38\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52758\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"317\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392701318.4363\";s:12:\"REQUEST_TIME\";s:10:\"1392701318\";}'),(139216,17402,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:282:\"Name: Cjjdoxep\n\nEmail address: hoyabxvf@knajhall.com\n\nCountry of Residence: 4348\n\nName of Organization/Company: Cjjdoxep\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: VcPUYxVMoEHWZ\n\nMessage was sent on Tuesday February 18, 2014 at 1:28 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139217,17403,'_edit_last','1837'),(139218,17403,'_edit_lock','1392731015:1837'),(139221,17403,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139222,17403,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139223,17403,'_event_id','2495'),(139224,17403,'_event_start_time','00:00:00'),(139225,17403,'_event_end_time','00:00:00'),(139226,17403,'_event_all_day','1'),(139227,17403,'_event_start_date','2014-09-01'),(139228,17403,'_event_end_date','2014-09-30'),(139229,17403,'_event_rsvp','0'),(139230,17403,'_event_rsvp_date',''),(139231,17403,'_event_rsvp_time','00:00:00'),(139232,17403,'_event_spaces',''),(139233,17403,'_location_id','5'),(139234,17403,'_recurrence_id',''),(139235,17403,'_event_status','1'),(139236,17403,'_event_private','0'),(139237,17403,'_event_date_created',''),(139238,17403,'_event_date_modified',''),(139239,17403,'_blog_id',''),(139240,17403,'_group_id','0'),(139241,17403,'_recurrence','0'),(139242,17403,'_recurrence_interval',''),(139243,17403,'_recurrence_freq',''),(139244,17403,'_recurrence_days','0'),(139245,17403,'_recurrence_byday',''),(139246,17403,'_recurrence_byweekno',''),(139247,17403,'_start_ts','1409529600'),(139248,17403,'_end_ts','1412035200'),(139249,17405,'_edit_last','1837'),(139250,17405,'_edit_lock','1392732157:1837'),(139253,17405,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139254,17405,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139255,17405,'_event_id','2496'),(139256,17405,'_event_start_time','00:00:00'),(139257,17405,'_event_end_time','00:00:00'),(139258,17405,'_event_all_day','1'),(139259,17405,'_event_start_date','2014-09-10'),(139260,17405,'_event_end_date','2014-09-10'),(139261,17405,'_event_rsvp','0'),(139262,17405,'_event_rsvp_date',''),(139263,17405,'_event_rsvp_time','00:00:00'),(139264,17405,'_event_spaces',''),(139265,17405,'_location_id','5'),(139266,17405,'_recurrence_id',''),(139267,17405,'_event_status','1'),(139268,17405,'_event_private','0'),(139269,17405,'_event_date_created',''),(139270,17405,'_event_date_modified',''),(139271,17405,'_blog_id',''),(139272,17405,'_group_id','0'),(139273,17405,'_recurrence','0'),(139274,17405,'_recurrence_interval',''),(139275,17405,'_recurrence_freq',''),(139276,17405,'_recurrence_days','0'),(139277,17405,'_recurrence_byday',''),(139278,17405,'_recurrence_byweekno',''),(139279,17405,'_start_ts','1410307200'),(139280,17405,'_end_ts','1410307200'),(139281,17407,'_edit_last','1837'),(139282,17407,'_edit_lock','1392733489:1837'),(139285,17407,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139286,17407,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139287,17407,'_event_id','2497'),(139288,17407,'_event_start_time','00:00:00'),(139289,17407,'_event_end_time','00:00:00'),(139290,17407,'_event_all_day','1'),(139291,17407,'_event_start_date','2014-09-01'),(139292,17407,'_event_end_date','2014-09-30'),(139293,17407,'_event_rsvp','0'),(139294,17407,'_event_rsvp_date',''),(139295,17407,'_event_rsvp_time','00:00:00'),(139296,17407,'_event_spaces',''),(139297,17407,'_location_id','5'),(139298,17407,'_recurrence_id',''),(139299,17407,'_event_status','1'),(139300,17407,'_event_private','0'),(139301,17407,'_event_date_created',''),(139302,17407,'_event_date_modified',''),(139303,17407,'_blog_id',''),(139304,17407,'_group_id','0'),(139305,17407,'_recurrence','0'),(139306,17407,'_recurrence_interval',''),(139307,17407,'_recurrence_freq',''),(139308,17407,'_recurrence_days','0'),(139309,17407,'_recurrence_byday',''),(139310,17407,'_recurrence_byweekno',''),(139311,17407,'_start_ts','1409529600'),(139312,17407,'_end_ts','1412035200'),(139313,17408,'_edit_last','1837'),(139314,17408,'_edit_lock','1392733576:1837'),(139317,17408,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139318,17408,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139319,17408,'_event_id','2498'),(139320,17408,'_event_start_time','00:00:00'),(139321,17408,'_event_end_time','00:00:00'),(139322,17408,'_event_all_day','1'),(139323,17408,'_event_start_date','2014-10-01'),(139324,17408,'_event_end_date','2014-10-31'),(139325,17408,'_event_rsvp','0'),(139326,17408,'_event_rsvp_date',''),(139327,17408,'_event_rsvp_time','00:00:00'),(139328,17408,'_event_spaces',''),(139329,17408,'_location_id','5'),(139330,17408,'_recurrence_id',''),(139331,17408,'_event_status','1'),(139332,17408,'_event_private','0'),(139333,17408,'_event_date_created',''),(139334,17408,'_event_date_modified',''),(139335,17408,'_blog_id',''),(139336,17408,'_group_id','0'),(139337,17408,'_recurrence','0'),(139338,17408,'_recurrence_interval',''),(139339,17408,'_recurrence_freq',''),(139340,17408,'_recurrence_days','0'),(139341,17408,'_recurrence_byday',''),(139342,17408,'_recurrence_byweekno',''),(139343,17408,'_start_ts','1412121600'),(139344,17408,'_end_ts','1414713600'),(139345,17409,'_edit_last','1837'),(139346,17409,'_edit_lock','1392733684:1837'),(139349,17409,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139350,17409,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139351,17409,'_event_id','2499'),(139352,17409,'_event_start_time','00:00:00'),(139353,17409,'_event_end_time','00:00:00'),(139354,17409,'_event_all_day','1'),(139355,17409,'_event_start_date','2014-10-01'),(139356,17409,'_event_end_date','2014-10-31'),(139357,17409,'_event_rsvp','0'),(139358,17409,'_event_rsvp_date',''),(139359,17409,'_event_rsvp_time','00:00:00'),(139360,17409,'_event_spaces',''),(139361,17409,'_location_id','5'),(139362,17409,'_recurrence_id',''),(139363,17409,'_event_status','1'),(139364,17409,'_event_private','0'),(139365,17409,'_event_date_created',''),(139366,17409,'_event_date_modified',''),(139367,17409,'_blog_id',''),(139368,17409,'_group_id','0'),(139369,17409,'_recurrence','0'),(139370,17409,'_recurrence_interval',''),(139371,17409,'_recurrence_freq',''),(139372,17409,'_recurrence_days','0'),(139373,17409,'_recurrence_byday',''),(139374,17409,'_recurrence_byweekno',''),(139375,17409,'_start_ts','1412121600'),(139376,17409,'_end_ts','1414713600'),(139377,17410,'_edit_last','1837'),(139378,17410,'_edit_lock','1392734029:1837'),(139381,17410,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139382,17410,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139383,17410,'_event_id','2500'),(139384,17410,'_event_start_time','00:00:00'),(139385,17410,'_event_end_time','00:00:00'),(139386,17410,'_event_all_day','1'),(139387,17410,'_event_start_date','2014-11-22'),(139388,17410,'_event_end_date','2014-11-22'),(139389,17410,'_event_rsvp','0'),(139390,17410,'_event_rsvp_date',''),(139391,17410,'_event_rsvp_time','00:00:00'),(139392,17410,'_event_spaces',''),(139393,17410,'_location_id','5'),(139394,17410,'_recurrence_id',''),(139395,17410,'_event_status','1'),(139396,17410,'_event_private','0'),(139397,17410,'_event_date_created',''),(139398,17410,'_event_date_modified',''),(139399,17410,'_blog_id',''),(139400,17410,'_group_id','0'),(139401,17410,'_recurrence','0'),(139402,17410,'_recurrence_interval',''),(139403,17410,'_recurrence_freq',''),(139404,17410,'_recurrence_days','0'),(139405,17410,'_recurrence_byday',''),(139406,17410,'_recurrence_byweekno',''),(139407,17410,'_start_ts','1416614400'),(139408,17410,'_end_ts','1416614400'),(139409,17411,'_edit_last','1837'),(139410,17411,'_edit_lock','1392734121:1837'),(139413,17411,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139414,17411,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139415,17411,'_event_id','2501'),(139416,17411,'_event_start_time','00:00:00'),(139417,17411,'_event_end_time','00:00:00'),(139418,17411,'_event_all_day','1'),(139419,17411,'_event_start_date','2014-11-19'),(139420,17411,'_event_end_date','2014-11-19'),(139421,17411,'_event_rsvp','0'),(139422,17411,'_event_rsvp_date',''),(139423,17411,'_event_rsvp_time','00:00:00'),(139424,17411,'_event_spaces',''),(139425,17411,'_location_id','5'),(139426,17411,'_recurrence_id',''),(139427,17411,'_event_status','1'),(139428,17411,'_event_private','0'),(139429,17411,'_event_date_created',''),(139430,17411,'_event_date_modified',''),(139431,17411,'_blog_id',''),(139432,17411,'_group_id','0'),(139433,17411,'_recurrence','0'),(139434,17411,'_recurrence_interval',''),(139435,17411,'_recurrence_freq',''),(139436,17411,'_recurrence_days','0'),(139437,17411,'_recurrence_byday',''),(139438,17411,'_recurrence_byweekno',''),(139439,17411,'_start_ts','1416355200'),(139440,17411,'_end_ts','1416355200'),(139441,17412,'_edit_last','1837'),(139442,17412,'_edit_lock','1392734260:1837'),(139445,17412,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139446,17412,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139447,17412,'_event_id','2502'),(139448,17412,'_event_start_time','00:00:00'),(139449,17412,'_event_end_time','00:00:00'),(139450,17412,'_event_all_day','1'),(139451,17412,'_event_start_date','2014-12-01'),(139452,17412,'_event_end_date','2014-12-31'),(139453,17412,'_event_rsvp','0'),(139454,17412,'_event_rsvp_date',''),(139455,17412,'_event_rsvp_time','00:00:00'),(139456,17412,'_event_spaces',''),(139457,17412,'_location_id','5'),(139458,17412,'_recurrence_id',''),(139459,17412,'_event_status','1'),(139460,17412,'_event_private','0'),(139461,17412,'_event_date_created',''),(139462,17412,'_event_date_modified',''),(139463,17412,'_blog_id',''),(139464,17412,'_group_id','0'),(139465,17412,'_recurrence','0'),(139466,17412,'_recurrence_interval',''),(139467,17412,'_recurrence_freq',''),(139468,17412,'_recurrence_days','0'),(139469,17412,'_recurrence_byday',''),(139470,17412,'_recurrence_byweekno',''),(139471,17412,'_start_ts','1417392000'),(139472,17412,'_end_ts','1419984000'),(139473,17414,'_edit_last','2'),(139474,17414,'_edit_lock','1393340453:2'),(139475,17413,'_edit_last','1837'),(139476,17413,'_edit_lock','1392734371:1837'),(139479,17413,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139480,17413,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139481,17413,'_event_id','2503'),(139482,17413,'_event_start_time','00:00:00'),(139483,17413,'_event_end_time','00:00:00'),(139484,17413,'_event_all_day','1'),(139485,17413,'_event_start_date','2014-12-01'),(139486,17413,'_event_end_date','2014-12-31'),(139487,17413,'_event_rsvp','0'),(139488,17413,'_event_rsvp_date',''),(139489,17413,'_event_rsvp_time','00:00:00'),(139490,17413,'_event_spaces',''),(139491,17413,'_location_id','5'),(139492,17413,'_recurrence_id',''),(139493,17413,'_event_status','1'),(139494,17413,'_event_private','0'),(139495,17413,'_event_date_created',''),(139496,17413,'_event_date_modified',''),(139497,17413,'_blog_id',''),(139498,17413,'_group_id','0'),(139499,17413,'_recurrence','0'),(139500,17413,'_recurrence_interval',''),(139501,17413,'_recurrence_freq',''),(139502,17413,'_recurrence_days','0'),(139503,17413,'_recurrence_byday',''),(139504,17413,'_recurrence_byweekno',''),(139505,17413,'_start_ts','1417392000'),(139506,17413,'_end_ts','1419984000'),(139507,17415,'_edit_last','1837'),(139508,17415,'_edit_lock','1392736832:1837'),(139511,17415,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139512,17415,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139513,17415,'_event_id','2504'),(139514,17415,'_event_start_time','00:00:00'),(139515,17415,'_event_end_time','00:00:00'),(139516,17415,'_event_all_day','1'),(139517,17415,'_event_start_date','2014-12-26'),(139518,17415,'_event_end_date','2014-12-26'),(139519,17415,'_event_rsvp','0'),(139520,17415,'_event_rsvp_date',''),(139521,17415,'_event_rsvp_time','00:00:00'),(139522,17415,'_event_spaces',''),(139523,17415,'_location_id','5'),(139524,17415,'_recurrence_id',''),(139525,17415,'_event_status','1'),(139526,17415,'_event_private','0'),(139527,17415,'_event_date_created',''),(139528,17415,'_event_date_modified',''),(139529,17415,'_blog_id',''),(139530,17415,'_group_id','0'),(139531,17415,'_recurrence','0'),(139532,17415,'_recurrence_interval',''),(139533,17415,'_recurrence_freq',''),(139534,17415,'_recurrence_days','0'),(139535,17415,'_recurrence_byday',''),(139536,17415,'_recurrence_byweekno',''),(139537,17415,'_start_ts','1419552000'),(139538,17415,'_end_ts','1419552000'),(139539,17414,'truethemes_page_checkbox',''),(139540,17414,'truethemes_custom_sub_menu','foundation-submenu'),(139541,17414,'truethemes_slider_shortcode',''),(139542,17414,'truethemes_slider_cu3er',''),(139543,17414,'banner_search','yes'),(139544,17414,'page_primary_color_scheme','null'),(139545,17414,'page_secondary_color_scheme','null'),(139546,17414,'page_background_color','#'),(139547,17414,'page_background_position','left top'),(139548,17414,'page_background_repeat','repeat'),(139551,17414,'_wp_page_template','page-template-left-nav.php'),(139580,17426,'_feedback_author','scoward@caribtourism.com'),(139581,17426,'_feedback_author_email','scoward@caribtourism.com'),(139582,17426,'_feedback_author_url',''),(139583,17426,'_feedback_subject','OneCaribbean.org Beneficiaries Give Back'),(139584,17426,'_feedback_ip','10.17.1.254'),(139585,17426,'_feedback_contact_form_url','http://www.onecaribbean.org/?page_id=17414'),(139586,17426,'_feedback_all_fields','a:6:{s:51:\"Name: Please provide your full first and last name.\";s:13:\"sharon coward\";s:52:\"Phone: Please enter your phone number with area code\";s:10:\"2464275242\";s:14:\"Email Address:\";s:24:\"scoward@caribtourism.com\";s:37:\"Donor is past beneficiary of (year): \";s:4:\"1990\";s:42:\"Your Written Story: (maximum of 100 words)\";s:29:\"test story beneficiaries page\";s:40:\"May we contact you for more information?\";s:2:\"No\";}'),(139587,17426,'_feedback_extra_fields','a:4:{s:51:\"Name: Please provide your full first and last name.\";s:13:\"sharon coward\";s:52:\"Phone: Please enter your phone number with area code\";s:10:\"2464275242\";s:37:\"Donor is past beneficiary of (year): \";s:4:\"1990\";s:40:\"May we contact you for more information?\";s:2:\"No\";}'),(139588,17426,'_feedback_akismet_values','a:103:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:24:\"scoward@caribtourism.com\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:40:\"OneCaribbean.org Beneficiaries Give Back\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:29:\"test story beneficiaries page\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:8:\"referrer\";s:59:\"http://www.onecaribbean.org/?page_id=17414&preview=true\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:32:\"/?page_id=17414&preview=true\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7451558a-a90d-4652-bc7b-ba442c8dd254\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49405\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:30:\"page_id=17414&preview=true\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"453\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.73.197.46\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:12:\"HTTP_REFERER\";s:59:\"http://www.onecaribbean.org/?page_id=17414&preview=true\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"453\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392734915.7434\";s:12:\"REQUEST_TIME\";s:10:\"1392734915\";}'),(139589,17426,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:40:\"OneCaribbean.org Beneficiaries Give Back\";s:7:\"message\";s:435:\" : scoward@caribtourism.com \n\nEmail Address: : scoward@caribtourism.com \n\nName: Please provide your full first and last name.: sharon coward\n\nPhone: Please enter your phone number with area code: 2464275242\n\nDonor is past beneficiary of (year): : 1990\n\nMay we contact you for more information?: No\n\nYour Written Story: (maximum of 100 words) : test story beneficiaries page \n\n\nMessage was sent on Tuesday February 18, 2014 at 10:48 am\n\";s:7:\"headers\";s:136:\"From: scoward@caribtourism.com <scoward@caribtourism.com>\r\nReply-To: scoward@caribtourism.com\r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(139602,17431,'_edit_last','1837'),(139603,17431,'_edit_lock','1392737204:1837'),(139606,17431,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139607,17431,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139608,17431,'_event_id','2505'),(139609,17431,'_event_start_time','00:00:00'),(139610,17431,'_event_end_time','00:00:00'),(139611,17431,'_event_all_day','1'),(139612,17431,'_event_start_date','2014-03-03'),(139613,17431,'_event_end_date','2014-03-03'),(139614,17431,'_event_rsvp','0'),(139615,17431,'_event_rsvp_date',''),(139616,17431,'_event_rsvp_time','00:00:00'),(139617,17431,'_event_spaces',''),(139618,17431,'_location_id','13'),(139619,17431,'_recurrence_id',''),(139620,17431,'_event_status','1'),(139621,17431,'_event_private','0'),(139622,17431,'_event_date_created',''),(139623,17431,'_event_date_modified',''),(139624,17431,'_blog_id',''),(139625,17431,'_group_id','0'),(139626,17431,'_recurrence','0'),(139627,17431,'_recurrence_interval',''),(139628,17431,'_recurrence_freq',''),(139629,17431,'_recurrence_days','0'),(139630,17431,'_recurrence_byday',''),(139631,17431,'_recurrence_byweekno',''),(139632,17431,'_start_ts','1393804800'),(139633,17431,'_end_ts','1393804800'),(139634,17432,'_edit_last','1837'),(139635,17432,'_edit_lock','1392737370:1837'),(139638,17432,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139639,17432,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139640,17432,'_event_id','2506'),(139641,17432,'_event_start_time','00:00:00'),(139642,17432,'_event_end_time','00:00:00'),(139643,17432,'_event_all_day','1'),(139644,17432,'_event_start_date','2014-03-06'),(139645,17432,'_event_end_date','2014-03-06'),(139646,17432,'_event_rsvp','0'),(139647,17432,'_event_rsvp_date',''),(139648,17432,'_event_rsvp_time','00:00:00'),(139649,17432,'_event_spaces',''),(139650,17432,'_location_id','13'),(139651,17432,'_recurrence_id',''),(139652,17432,'_event_status','1'),(139653,17432,'_event_private','0'),(139654,17432,'_event_date_created',''),(139655,17432,'_event_date_modified',''),(139656,17432,'_blog_id',''),(139657,17432,'_group_id','0'),(139658,17432,'_recurrence','0'),(139659,17432,'_recurrence_interval',''),(139660,17432,'_recurrence_freq',''),(139661,17432,'_recurrence_days','0'),(139662,17432,'_recurrence_byday',''),(139663,17432,'_recurrence_byweekno',''),(139664,17432,'_start_ts','1394064000'),(139665,17432,'_end_ts','1394064000'),(139666,17433,'_edit_last','1837'),(139667,17433,'_edit_lock','1392737676:1837'),(139672,17433,'_event_id','2507'),(139673,17433,'_event_start_time','00:00:00'),(139674,17433,'_event_end_time','00:00:00'),(139675,17433,'_event_all_day','1'),(139676,17433,'_event_start_date','2014-04-20'),(139677,17433,'_event_end_date','2014-04-20'),(139678,17433,'_event_rsvp','0'),(139679,17433,'_event_rsvp_date',''),(139680,17433,'_event_rsvp_time','00:00:00'),(139681,17433,'_event_spaces',''),(139682,17433,'_location_id','13'),(139683,17433,'_recurrence_id',''),(139684,17433,'_event_status','1'),(139685,17433,'_event_private','0'),(139686,17433,'_event_date_created',''),(139687,17433,'_event_date_modified',''),(139688,17433,'_blog_id',''),(139689,17433,'_group_id','0'),(139690,17433,'_recurrence','0'),(139691,17433,'_recurrence_interval',''),(139692,17433,'_recurrence_freq',''),(139693,17433,'_recurrence_days','0'),(139694,17433,'_recurrence_byday',''),(139695,17433,'_recurrence_byweekno',''),(139696,17433,'_start_ts','1397952000'),(139697,17433,'_end_ts','1397952000'),(139700,17433,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139701,17433,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139702,17434,'_edit_last','1837'),(139703,17434,'_edit_lock','1392738119:1837'),(139706,17434,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139707,17434,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139708,17434,'_event_id','2508'),(139709,17434,'_event_start_time','00:00:00'),(139710,17434,'_event_end_time','00:00:00'),(139711,17434,'_event_all_day','1'),(139712,17434,'_event_start_date','2014-04-25'),(139713,17434,'_event_end_date','2014-04-27'),(139714,17434,'_event_rsvp','0'),(139715,17434,'_event_rsvp_date',''),(139716,17434,'_event_rsvp_time','00:00:00'),(139717,17434,'_event_spaces',''),(139718,17434,'_location_id','13'),(139719,17434,'_recurrence_id',''),(139720,17434,'_event_status','1'),(139721,17434,'_event_private','0'),(139722,17434,'_event_date_created',''),(139723,17434,'_event_date_modified',''),(139724,17434,'_blog_id',''),(139725,17434,'_group_id','0'),(139726,17434,'_recurrence','0'),(139727,17434,'_recurrence_interval',''),(139728,17434,'_recurrence_freq',''),(139729,17434,'_recurrence_days','0'),(139730,17434,'_recurrence_byday',''),(139731,17434,'_recurrence_byweekno',''),(139732,17434,'_start_ts','1398384000'),(139733,17434,'_end_ts','1398556800'),(139734,17436,'_edit_last','1837'),(139735,17436,'_edit_lock','1392738309:1837'),(139738,17436,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139739,17436,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139740,17436,'_event_id','2509'),(139741,17436,'_event_start_time','00:00:00'),(139742,17436,'_event_end_time','00:00:00'),(139743,17436,'_event_all_day','1'),(139744,17436,'_event_start_date','2014-06-06'),(139745,17436,'_event_end_date','2014-06-30'),(139746,17436,'_event_rsvp','0'),(139747,17436,'_event_rsvp_date',''),(139748,17436,'_event_rsvp_time','00:00:00'),(139749,17436,'_event_spaces',''),(139750,17436,'_location_id','13'),(139751,17436,'_recurrence_id',''),(139752,17436,'_event_status','1'),(139753,17436,'_event_private','0'),(139754,17436,'_event_date_created',''),(139755,17436,'_event_date_modified',''),(139756,17436,'_blog_id',''),(139757,17436,'_group_id','0'),(139758,17436,'_recurrence','0'),(139759,17436,'_recurrence_interval',''),(139760,17436,'_recurrence_freq',''),(139761,17436,'_recurrence_days','0'),(139762,17436,'_recurrence_byday',''),(139763,17436,'_recurrence_byweekno',''),(139764,17436,'_start_ts','1402012800'),(139765,17436,'_end_ts','1404086400'),(139766,17437,'_edit_last','1837'),(139767,17437,'_edit_lock','1392738634:1837'),(139770,17437,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139771,17437,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139772,17437,'_event_id','2510'),(139773,17437,'_event_start_time','00:00:00'),(139774,17437,'_event_end_time','00:00:00'),(139775,17437,'_event_all_day','1'),(139776,17437,'_event_start_date','2014-08-11'),(139777,17437,'_event_end_date','2014-08-31'),(139778,17437,'_event_rsvp','0'),(139779,17437,'_event_rsvp_date',''),(139780,17437,'_event_rsvp_time','00:00:00'),(139781,17437,'_event_spaces',''),(139782,17437,'_location_id','13'),(139783,17437,'_recurrence_id',''),(139784,17437,'_event_status','1'),(139785,17437,'_event_private','0'),(139786,17437,'_event_date_created',''),(139787,17437,'_event_date_modified',''),(139788,17437,'_blog_id',''),(139789,17437,'_group_id','0'),(139790,17437,'_recurrence','0'),(139791,17437,'_recurrence_interval',''),(139792,17437,'_recurrence_freq',''),(139793,17437,'_recurrence_days','0'),(139794,17437,'_recurrence_byday',''),(139795,17437,'_recurrence_byweekno',''),(139796,17437,'_start_ts','1407715200'),(139797,17437,'_end_ts','1409443200'),(139798,17438,'_edit_last','1837'),(139799,17438,'_edit_lock','1392745935:1837'),(139802,17438,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139803,17438,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(139804,17438,'_event_id','2511'),(139805,17438,'_event_start_time','00:00:00'),(139806,17438,'_event_end_time','00:00:00'),(139807,17438,'_event_all_day','1'),(139808,17438,'_event_start_date','2014-12-19'),(139809,17438,'_event_end_date','2014-12-23'),(139810,17438,'_event_rsvp','0'),(139811,17438,'_event_rsvp_date',''),(139812,17438,'_event_rsvp_time','00:00:00'),(139813,17438,'_event_spaces',''),(139814,17438,'_location_id','13'),(139815,17438,'_recurrence_id',''),(139816,17438,'_event_status','1'),(139817,17438,'_event_private','0'),(139818,17438,'_event_date_created',''),(139819,17438,'_event_date_modified',''),(139820,17438,'_blog_id',''),(139821,17438,'_group_id','0'),(139822,17438,'_recurrence','0'),(139823,17438,'_recurrence_interval',''),(139824,17438,'_recurrence_freq',''),(139825,17438,'_recurrence_days','0'),(139826,17438,'_recurrence_byday',''),(139827,17438,'_recurrence_byweekno',''),(139828,17438,'_start_ts','1418947200'),(139829,17438,'_end_ts','1419292800'),(139830,17440,'_edit_last','2'),(139831,17440,'_edit_lock','1392742189:2'),(139832,17440,'truethemes_video_url',''),(139833,17440,'truethemes_external_image_url',''),(139834,17440,'truethemes_slider_shortcode',''),(139835,17440,'truethemes_slider_cu3er',''),(139844,17440,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(139845,17440,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(139846,17442,'_edit_last','2'),(139847,17442,'_edit_lock','1392742510:2'),(139848,17442,'truethemes_video_url',''),(139849,17442,'truethemes_external_image_url',''),(139850,17442,'truethemes_slider_shortcode',''),(139851,17442,'truethemes_slider_cu3er',''),(139860,17442,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(139861,17442,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(139862,17446,'_wp_attached_file','Monroe2014Application-Form-Scholarship-Final.pdf'),(139863,17447,'_wp_attached_file','Monroe2014Application-Form-Grant.pdf'),(139966,17464,'_edit_last','2'),(139967,17464,'_edit_lock','1392932419:2'),(139968,17464,'truethemes_video_url',''),(139969,17464,'truethemes_external_image_url',''),(139970,17464,'truethemes_slider_shortcode',''),(139971,17464,'truethemes_slider_cu3er',''),(139982,17467,'_wp_attached_file','HAGift-Form-Final.pdf'),(139989,17470,'_wp_attached_file','Caribbean-Week-in-NY-rdited-logo.jpg'),(139990,17470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:277;s:4:\"file\";s:36:\"Caribbean-Week-in-NY-rdited-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Caribbean-Week-in-NY-rdited-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Caribbean-Week-in-NY-rdited-logo-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(140002,17473,'_wp_attached_file','wordSchematicCW2014Feb19.docx'),(140045,17479,'_wp_attached_file','cweekslider2014.jpg'),(140046,17479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:19:\"cweekslider2014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cweekslider2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cweekslider2014-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(140047,17479,'_edit_lock','1392835548:2'),(140095,17483,'_wp_attached_file','MakingWavesFeb2014.pdf'),(140154,17493,'_feedback_author',''),(140155,17493,'_feedback_author_email',''),(140156,17493,'_feedback_author_url',''),(140157,17493,'_feedback_subject','Signup form OneCaribbean'),(140158,17493,'_feedback_ip','10.17.1.254'),(140159,17493,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140160,17493,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"gqzsmbral\";s:13:\"Email address\";s:17:\"eazhis@mbtpfv.com\";s:20:\"Country of Residence\";s:12:\"JuZazqfXsdfk\";s:28:\"Name of Organization/Company\";s:9:\"gqzsmbral\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"JGrPQGlZQFFQSi\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140161,17493,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"gqzsmbral\";s:13:\"Email address\";s:17:\"eazhis@mbtpfv.com\";s:20:\"Country of Residence\";s:12:\"JuZazqfXsdfk\";s:28:\"Name of Organization/Company\";s:9:\"gqzsmbral\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"JGrPQGlZQFFQSi\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140162,17493,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f641406b-1854-4504-b2b2-3c901bcbf91a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41447\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"319\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.36\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"319\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392912808.0445\";s:12:\"REQUEST_TIME\";s:10:\"1392912808\";}'),(140163,17493,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: gqzsmbral\n\nEmail address: eazhis@mbtpfv.com\n\nCountry of Residence: JuZazqfXsdfk\n\nName of Organization/Company: gqzsmbral\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: JGrPQGlZQFFQSi\n\nMessage was sent on Thursday February 20, 2014 at 12:13 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140164,17494,'_feedback_author',''),(140165,17494,'_feedback_author_email',''),(140166,17494,'_feedback_author_url',''),(140167,17494,'_feedback_subject','Signup form OneCaribbean'),(140168,17494,'_feedback_ip','72.193.46.104'),(140169,17494,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(140170,17494,'_feedback_all_fields','a:12:{s:4:\"Name\";s:12:\"MARK WILDER\";s:13:\"Email address\";s:23:\"mwilder@wwxfighting.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:27:\"WORLD WIDE XTREME FIGHTING\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:27:\"MIXED MARTIAL ARTS EVENTS\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140171,17494,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:12:\"MARK WILDER\";s:13:\"Email address\";s:23:\"mwilder@wwxfighting.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:27:\"WORLD WIDE XTREME FIGHTING\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:27:\"MIXED MARTIAL ARTS EVENTS\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140172,17494,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:13:\"72.193.46.104\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:13:\"72.193.46.104\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d66b2bf2-bdb3-4dad-abdc-f5138c8bf120\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:4:\"1784\";s:11:\"REMOTE_HOST\";s:13:\"72.193.46.104\";s:11:\"REMOTE_ADDR\";s:13:\"72.193.46.104\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"472\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"472\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392919564.3714\";s:12:\"REQUEST_TIME\";s:10:\"1392919564\";}'),(140173,17494,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:432:\"Name: MARK WILDER\n\nEmail address: mwilder@wwxfighting.com\n\nCountry of Residence: USA\n\nName of Organization/Company: WORLD WIDE XTREME FIGHTING\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: MIXED MARTIAL ARTS EVENTS\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Thursday February 20, 2014 at 2:06 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140174,17495,'_feedback_author',''),(140175,17495,'_feedback_author_email',''),(140176,17495,'_feedback_author_url',''),(140177,17495,'_feedback_subject','Signup form OneCaribbean'),(140178,17495,'_feedback_ip','10.17.1.254'),(140179,17495,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140180,17495,'_feedback_all_fields','a:12:{s:4:\"Name\";s:23:\"Kervains Ricki MERISIER\";s:13:\"Email address\";s:23:\"kervainsricki@gmail.com\";s:20:\"Country of Residence\";s:5:\"Haiti\";s:28:\"Name of Organization/Company\";s:24:\"école hoteliere d\'Haiti\";s:25:\"Which best describes you?\";s:20:\"Etudiant / Chercheur\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(140181,17495,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:23:\"Kervains Ricki MERISIER\";s:13:\"Email address\";s:23:\"kervainsricki@gmail.com\";s:20:\"Country of Residence\";s:5:\"Haiti\";s:28:\"Name of Organization/Company\";s:24:\"école hoteliere d\'Haiti\";s:25:\"Which best describes you?\";s:20:\"Etudiant / Chercheur\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(140182,17495,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1c16eaa3-b914-478e-80bf-6118d237044b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51031\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"507\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"186.190.21.167\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"507\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392923714.8724\";s:12:\"REQUEST_TIME\";s:10:\"1392923714\";}'),(140183,17495,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:406:\"Name: Kervains Ricki MERISIER\n\nEmail address: kervainsricki@gmail.com\n\nCountry of Residence: Haiti\n\nName of Organization/Company: école hoteliere d\'Haiti\n\nWhich best describes you?: Etudiant / Chercheur\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday February 20, 2014 at 3:15 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140184,17496,'_feedback_author',''),(140185,17496,'_feedback_author_email',''),(140186,17496,'_feedback_author_url',''),(140187,17496,'_feedback_subject','Signup form OneCaribbean'),(140188,17496,'_feedback_ip','10.17.1.254'),(140189,17496,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140190,17496,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Alain METELLUS\";s:13:\"Email address\";s:21:\"metelluseau@yahoo.com\";s:20:\"Country of Residence\";s:5:\"Haiti\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140191,17496,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Alain METELLUS\";s:13:\"Email address\";s:21:\"metelluseau@yahoo.com\";s:20:\"Country of Residence\";s:5:\"Haiti\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140192,17496,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:70:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c36a1fd3-2e64-4946-8b8f-6ab9b20d7125\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51490\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"400\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"186.190.21.167\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"it-it,it;q=0.8,en-us;q=0.5,en;q=0.3\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"ISO-8859-1,utf-8;q=0.7,*;q=0.7\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"400\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392924366.1835\";s:12:\"REQUEST_TIME\";s:10:\"1392924366\";}'),(140193,17496,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:279:\"Name: Alain METELLUS\n\nEmail address: metelluseau@yahoo.com\n\nCountry of Residence: Haiti\n\nWhich best describes you?: Educational Institution\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Thursday February 20, 2014 at 3:26 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140202,17464,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(140203,17464,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(140204,17498,'_feedback_author',''),(140205,17498,'_feedback_author_email',''),(140206,17498,'_feedback_author_url',''),(140207,17498,'_feedback_subject','Signup form OneCaribbean'),(140208,17498,'_feedback_ip','10.17.1.254'),(140209,17498,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140210,17498,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Yagesebs\";s:13:\"Email address\";s:21:\"wdksdnjx@tisiyzqr.com\";s:20:\"Country of Residence\";s:6:\"865753\";s:28:\"Name of Organization/Company\";s:8:\"Yagesebs\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:13:\"NgLUIsPuhAEFz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140211,17498,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Yagesebs\";s:13:\"Email address\";s:21:\"wdksdnjx@tisiyzqr.com\";s:20:\"Country of Residence\";s:6:\"865753\";s:28:\"Name of Organization/Company\";s:8:\"Yagesebs\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:13:\"NgLUIsPuhAEFz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140212,17498,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-83456b18-5df9-4d08-8fad-ee94c1d7ea34\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58529\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"344\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.207.7.141\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"344\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392970094.3572\";s:12:\"REQUEST_TIME\";s:10:\"1392970094\";}'),(140213,17498,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:302:\"Name: Yagesebs\n\nEmail address: wdksdnjx@tisiyzqr.com\n\nCountry of Residence: 865753\n\nName of Organization/Company: Yagesebs\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: NgLUIsPuhAEFz\n\nMessage was sent on Friday February 21, 2014 at 4:08 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140214,17499,'_feedback_author',''),(140215,17499,'_feedback_author_email',''),(140216,17499,'_feedback_author_url',''),(140217,17499,'_feedback_subject','Signup form OneCaribbean'),(140218,17499,'_feedback_ip','10.17.1.254'),(140219,17499,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140220,17499,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Budklatp\";s:13:\"Email address\";s:21:\"fmtvfxsi@xbrpemgs.com\";s:20:\"Country of Residence\";s:11:\"YcrNvKvUszB\";s:28:\"Name of Organization/Company\";s:8:\"Budklatp\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:15:\"GAjemoWzkyiHzum\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140221,17499,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Budklatp\";s:13:\"Email address\";s:21:\"fmtvfxsi@xbrpemgs.com\";s:20:\"Country of Residence\";s:11:\"YcrNvKvUszB\";s:28:\"Name of Organization/Company\";s:8:\"Budklatp\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:15:\"GAjemoWzkyiHzum\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140222,17499,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f8704f2d-2216-46bb-ab6f-c4c53ba1df9f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41039\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.8\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392984574.3669\";s:12:\"REQUEST_TIME\";s:10:\"1392984574\";}'),(140223,17499,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:290:\"Name: Budklatp\n\nEmail address: fmtvfxsi@xbrpemgs.com\n\nCountry of Residence: YcrNvKvUszB\n\nName of Organization/Company: Budklatp\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: GAjemoWzkyiHzum\n\nMessage was sent on Friday February 21, 2014 at 8:09 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140224,17500,'_feedback_author',''),(140225,17500,'_feedback_author_email',''),(140226,17500,'_feedback_author_url',''),(140227,17500,'_feedback_subject','Signup form OneCaribbean'),(140228,17500,'_feedback_ip','10.17.1.254'),(140229,17500,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140230,17500,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Ytwffxuk\";s:13:\"Email address\";s:21:\"urjlcewu@jkxemawy.com\";s:20:\"Country of Residence\";s:19:\"jFLNwYvqfsFeigMehlf\";s:28:\"Name of Organization/Company\";s:8:\"Ytwffxuk\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"PXzOvTpRLXps\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140231,17500,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Ytwffxuk\";s:13:\"Email address\";s:21:\"urjlcewu@jkxemawy.com\";s:20:\"Country of Residence\";s:19:\"jFLNwYvqfsFeigMehlf\";s:28:\"Name of Organization/Company\";s:8:\"Ytwffxuk\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:12:\"PXzOvTpRLXps\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140232,17500,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-acab04ee-5478-47a7-8f57-72a56cd9646d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41037\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"344\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.8\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"344\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392984576.5711\";s:12:\"REQUEST_TIME\";s:10:\"1392984576\";}'),(140233,17500,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:308:\"Name: Ytwffxuk\n\nEmail address: urjlcewu@jkxemawy.com\n\nCountry of Residence: jFLNwYvqfsFeigMehlf\n\nName of Organization/Company: Ytwffxuk\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: PXzOvTpRLXps\n\nMessage was sent on Friday February 21, 2014 at 8:09 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140234,17501,'_feedback_author',''),(140235,17501,'_feedback_author_email',''),(140236,17501,'_feedback_author_url',''),(140237,17501,'_feedback_subject','Signup form OneCaribbean'),(140238,17501,'_feedback_ip','10.17.1.254'),(140239,17501,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140240,17501,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Eionefmt\";s:13:\"Email address\";s:21:\"pxlrcrdi@jfupnxxi.com\";s:20:\"Country of Residence\";s:19:\"LVpUDcvePjxOboCvLhd\";s:28:\"Name of Organization/Company\";s:8:\"Eionefmt\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:13:\"vDjOyvuJCTppw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140241,17501,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Eionefmt\";s:13:\"Email address\";s:21:\"pxlrcrdi@jfupnxxi.com\";s:20:\"Country of Residence\";s:19:\"LVpUDcvePjxOboCvLhd\";s:28:\"Name of Organization/Company\";s:8:\"Eionefmt\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:13:\"vDjOyvuJCTppw\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140242,17501,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-acab04ee-5478-47a7-8f57-72a56cd9646d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"41038\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"345\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.8\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"345\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1392984583.0428\";s:12:\"REQUEST_TIME\";s:10:\"1392984583\";}'),(140243,17501,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:309:\"Name: Eionefmt\n\nEmail address: pxlrcrdi@jfupnxxi.com\n\nCountry of Residence: LVpUDcvePjxOboCvLhd\n\nName of Organization/Company: Eionefmt\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: vDjOyvuJCTppw\n\nMessage was sent on Friday February 21, 2014 at 8:09 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140246,17504,'_feedback_author',''),(140247,17504,'_feedback_author_email',''),(140248,17504,'_feedback_author_url',''),(140249,17504,'_feedback_subject','Signup form OneCaribbean'),(140250,17504,'_feedback_ip','10.17.1.254'),(140251,17504,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140252,17504,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"ltfnygwstmv\";s:13:\"Email address\";s:17:\"ptjnop@fubrxr.com\";s:20:\"Country of Residence\";s:6:\"431641\";s:28:\"Name of Organization/Company\";s:11:\"ltfnygwstmv\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:17:\"EGgnWNiVHcbBOxGPK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140253,17504,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"ltfnygwstmv\";s:13:\"Email address\";s:17:\"ptjnop@fubrxr.com\";s:20:\"Country of Residence\";s:6:\"431641\";s:28:\"Name of Organization/Company\";s:11:\"ltfnygwstmv\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:17:\"EGgnWNiVHcbBOxGPK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140254,17504,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c7298515-d53f-4a7a-b0f1-fd6578413746\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34519\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"338\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"338\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393050120.4875\";s:12:\"REQUEST_TIME\";s:10:\"1393050120\";}'),(140255,17504,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: ltfnygwstmv\n\nEmail address: ptjnop@fubrxr.com\n\nCountry of Residence: 431641\n\nName of Organization/Company: ltfnygwstmv\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: EGgnWNiVHcbBOxGPK\n\nMessage was sent on Saturday February 22, 2014 at 2:22 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140256,17505,'_feedback_author',''),(140257,17505,'_feedback_author_email',''),(140258,17505,'_feedback_author_url',''),(140259,17505,'_feedback_subject','Signup form OneCaribbean'),(140260,17505,'_feedback_ip','10.17.1.254'),(140261,17505,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140262,17505,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"yvutjczfcz\";s:13:\"Email address\";s:17:\"vylkgy@ksbkga.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:24:\"http://ngpdikbnskwm.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140263,17505,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"yvutjczfcz\";s:13:\"Email address\";s:17:\"vylkgy@ksbkga.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:24:\"http://ngpdikbnskwm.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140264,17505,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-36f11cb1-0c27-48e1-840f-f8b0cd7e9343\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47574\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"351\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"351\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393143792.0359\";s:12:\"REQUEST_TIME\";s:10:\"1393143792\";}'),(140265,17505,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:307:\"Name: yvutjczfcz\n\nEmail address: vylkgy@ksbkga.com\n\nCountry of Residence: New York\n\nName of Organization/Company: New York\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: http://ngpdikbnskwm.com/\n\nMessage was sent on Sunday February 23, 2014 at 4:23 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140266,17506,'_feedback_author',''),(140267,17506,'_feedback_author_email',''),(140268,17506,'_feedback_author_url',''),(140269,17506,'_feedback_subject','Signup form OneCaribbean'),(140270,17506,'_feedback_ip','10.17.1.254'),(140271,17506,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140272,17506,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"tqtyoadogus\";s:13:\"Email address\";s:17:\"sagczk@crhlvu.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:24:\"http://tbyygrfcpgrr.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140273,17506,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"tqtyoadogus\";s:13:\"Email address\";s:17:\"sagczk@crhlvu.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:24:\"http://tbyygrfcpgrr.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140274,17506,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-81167070-8c8a-406b-a272-e9ba7d53fc52\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47569\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"348\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"348\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393143794.1028\";s:12:\"REQUEST_TIME\";s:10:\"1393143794\";}'),(140275,17506,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: tqtyoadogus\n\nEmail address: sagczk@crhlvu.com\n\nCountry of Residence: New York\n\nName of Organization/Company: New York\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: http://tbyygrfcpgrr.com/\n\nMessage was sent on Sunday February 23, 2014 at 4:23 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140276,17507,'_feedback_author',''),(140277,17507,'_feedback_author_email',''),(140278,17507,'_feedback_author_url',''),(140279,17507,'_feedback_subject','Signup form OneCaribbean'),(140280,17507,'_feedback_ip','10.17.1.254'),(140281,17507,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140282,17507,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"udqdtxipme\";s:13:\"Email address\";s:17:\"uvbcsk@tiryhb.com\";s:20:\"Country of Residence\";s:6:\"614559\";s:28:\"Name of Organization/Company\";s:10:\"udqdtxipme\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:14:\"BLrcpMouDBIfeJ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140283,17507,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"udqdtxipme\";s:13:\"Email address\";s:17:\"uvbcsk@tiryhb.com\";s:20:\"Country of Residence\";s:6:\"614559\";s:28:\"Name of Organization/Company\";s:10:\"udqdtxipme\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:14:\"BLrcpMouDBIfeJ\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140284,17507,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-aefb2980-f262-412a-8ed6-077637832a71\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52349\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"320\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"320\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393150298.8336\";s:12:\"REQUEST_TIME\";s:10:\"1393150298\";}'),(140285,17507,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:284:\"Name: udqdtxipme\n\nEmail address: uvbcsk@tiryhb.com\n\nCountry of Residence: 614559\n\nName of Organization/Company: udqdtxipme\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: BLrcpMouDBIfeJ\n\nMessage was sent on Sunday February 23, 2014 at 6:11 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140286,17508,'_feedback_author',''),(140287,17508,'_feedback_author_email',''),(140288,17508,'_feedback_author_url',''),(140289,17508,'_feedback_subject','Signup form OneCaribbean'),(140290,17508,'_feedback_ip','10.17.1.254'),(140291,17508,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140292,17508,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"ueyotwkl\";s:13:\"Email address\";s:17:\"htnsou@wrmgsq.com\";s:20:\"Country of Residence\";s:5:\"29257\";s:28:\"Name of Organization/Company\";s:8:\"ueyotwkl\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"VEiPaoEWwjbSpY\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140293,17508,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"ueyotwkl\";s:13:\"Email address\";s:17:\"htnsou@wrmgsq.com\";s:20:\"Country of Residence\";s:5:\"29257\";s:28:\"Name of Organization/Company\";s:8:\"ueyotwkl\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:14:\"VEiPaoEWwjbSpY\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140294,17508,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b5ee7bea-0267-417b-93ac-a41cb0a3681f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44913\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"310\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"310\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393178253.7431\";s:12:\"REQUEST_TIME\";s:10:\"1393178253\";}'),(140295,17508,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:274:\"Name: ueyotwkl\n\nEmail address: htnsou@wrmgsq.com\n\nCountry of Residence: 29257\n\nName of Organization/Company: ueyotwkl\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: VEiPaoEWwjbSpY\n\nMessage was sent on Sunday February 23, 2014 at 1:57 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140296,17509,'_feedback_author',''),(140297,17509,'_feedback_author_email',''),(140298,17509,'_feedback_author_url',''),(140299,17509,'_feedback_subject','Signup form OneCaribbean'),(140300,17509,'_feedback_ip','10.17.1.254'),(140301,17509,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(140302,17509,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"hdfvlvr\";s:13:\"Email address\";s:17:\"wrcsgz@dtlvca.com\";s:20:\"Country of Residence\";s:5:\"72678\";s:28:\"Name of Organization/Company\";s:7:\"hdfvlvr\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:19:\"RsqaBhiLXVlFKJDapFV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140303,17509,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"hdfvlvr\";s:13:\"Email address\";s:17:\"wrcsgz@dtlvca.com\";s:20:\"Country of Residence\";s:5:\"72678\";s:28:\"Name of Organization/Company\";s:7:\"hdfvlvr\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:19:\"RsqaBhiLXVlFKJDapFV\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(140304,17509,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-641a3ea4-13df-41d1-8042-48a2cb229e60\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47781\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"331\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"331\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393182093.7384\";s:12:\"REQUEST_TIME\";s:10:\"1393182093\";}'),(140305,17509,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: hdfvlvr\n\nEmail address: wrcsgz@dtlvca.com\n\nCountry of Residence: 72678\n\nName of Organization/Company: hdfvlvr\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: RsqaBhiLXVlFKJDapFV\n\nMessage was sent on Sunday February 23, 2014 at 3:01 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(140376,17522,'_edit_last','2'),(140377,17522,'_edit_lock','1393268571:2'),(140378,17522,'truethemes_video_url',''),(140379,17522,'truethemes_external_image_url',''),(140380,17522,'truethemes_slider_shortcode',''),(140381,17522,'truethemes_slider_cu3er',''),(140390,17522,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(140391,17522,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(140392,17524,'_edit_last','2'),(140393,17524,'_edit_lock','1393268697:2'),(140394,17524,'truethemes_video_url',''),(140395,17524,'truethemes_external_image_url',''),(140396,17524,'truethemes_slider_shortcode',''),(140397,17524,'truethemes_slider_cu3er',''),(140406,17524,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(140407,17524,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(140753,17414,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(140754,17414,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(140809,17637,'_menu_item_type','post_type'),(140810,17637,'_menu_item_menu_item_parent','0'),(140811,17637,'_menu_item_object_id','17414'),(140812,17637,'_menu_item_object','page'),(140813,17637,'_menu_item_target',''),(140814,17637,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(140815,17637,'_menu_item_xfn',''),(140816,17637,'_menu_item_url',''),(140932,17675,'_wp_attached_file','paypallogo.jpg'),(140933,17675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:151;s:6:\"height\";i:74;s:4:\"file\";s:14:\"paypallogo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"paypallogo-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393408520;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(141138,17735,'_feedback_author',''),(141139,17735,'_feedback_author_email',''),(141140,17735,'_feedback_author_url',''),(141141,17735,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(141142,17735,'_feedback_ip','10.17.1.254'),(141143,17735,'_feedback_contact_form_url','http://www.onecaribbean.org/about-allied-membership/allied-membership-form/'),(141144,17735,'_feedback_all_fields','a:14:{s:13:\"Company Name:\";s:12:\"test company\";s:23:\"Primary Representative:\";s:6:\"myself\";s:15:\"Title/Position:\";s:13:\"test position\";s:15:\"Street Address:\";s:15:\"234 gray street\";s:5:\"City:\";s:10:\"st michael\";s:6:\"State:\";s:9:\"st mcahel\";s:3:\"Zip\";s:5:\"12345\";s:6:\"Phone:\";s:10:\"2464275242\";s:4:\"Fax:\";s:13:\"246-897-09456\";s:6:\"Email:\";s:24:\"scoward@caribtourism.com\";s:8:\"Website:\";s:0:\"\";s:34:\"Description of Company (100 words)\";s:16:\"test description\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:18:\"myself 1\r\nmyself 2\";s:17:\"Type of Business:\";s:129:\"Franchisor Owned Caribbean Based Business including Restaurants / Eateries / Bars / Shops / Retail stores / Sites and Attractions\";}'),(141145,17735,'_feedback_extra_fields','a:13:{s:13:\"Company Name:\";s:12:\"test company\";s:23:\"Primary Representative:\";s:6:\"myself\";s:15:\"Title/Position:\";s:13:\"test position\";s:15:\"Street Address:\";s:15:\"234 gray street\";s:5:\"City:\";s:10:\"st michael\";s:6:\"State:\";s:9:\"st mcahel\";s:3:\"Zip\";s:5:\"12345\";s:6:\"Phone:\";s:10:\"2464275242\";s:4:\"Fax:\";s:13:\"246-897-09456\";s:6:\"Email:\";s:24:\"scoward@caribtourism.com\";s:8:\"Website:\";s:0:\"\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:18:\"myself 1\r\nmyself 2\";s:17:\"Type of Business:\";s:129:\"Franchisor Owned Caribbean Based Business including Restaurants / Eateries / Bars / Shops / Retail stores / Sites and Attractions\";}'),(141146,17735,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:16:\"test description\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:8:\"referrer\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:48:\"/about-allied-membership/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-eec55e6b-8ef1-4544-9805-f33ebe9d9e97\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44373\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"717\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.73.197.46\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:12:\"HTTP_REFERER\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"717\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393439183.2601\";s:12:\"REQUEST_TIME\";s:10:\"1393439183\";}'),(141147,17735,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:597:\"Company Name:: test company\n\nPrimary Representative:: myself\n\nTitle/Position:: test position\n\nStreet Address:: 234 gray street\n\nCity:: st michael\n\nState:: st mcahel\n\nZip: 12345\n\nPhone:: 2464275242\n\nFax:: 246-897-09456\n\nEmail:: scoward@caribtourism.com\n\nNames and Contact Info for 2 Additional Representatives:: myself 1\r\nmyself 2\n\nType of Business:: Franchisor Owned Caribbean Based Business including Restaurants / Eateries / Bars / Shops / Retail stores / Sites and Attractions\n\nDescription of Company (100 words) : test description \n\n\nMessage was sent on Wednesday February 26, 2014 at 2:26 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141214,17755,'_feedback_author',''),(141215,17755,'_feedback_author_email',''),(141216,17755,'_feedback_author_url',''),(141217,17755,'_feedback_subject','Signup form OneCaribbean'),(141218,17755,'_feedback_ip','10.17.1.254'),(141219,17755,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141220,17755,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"Danielle Hale\";s:13:\"Email address\";s:26:\"dhale@classicvacations.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:17:\"Classic Vacations\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141221,17755,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"Danielle Hale\";s:13:\"Email address\";s:26:\"dhale@classicvacations.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:17:\"Classic Vacations\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141222,17755,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6b5b83db-bc3e-49d5-8f94-b6217ccf540e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49018\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"408\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"63.172.184.254\";s:19:\"HTTP_X_BLUECOAT_VIA\";s:16:\"f9995b681a1fcb0a\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"408\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393444963.9644\";s:12:\"REQUEST_TIME\";s:10:\"1393444963\";}'),(141223,17755,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:320:\"Name: Danielle Hale\n\nEmail address: dhale@classicvacations.com\n\nCountry of Residence: USA\n\nName of Organization/Company: Classic Vacations\n\nWhich best describes you?: Tour operator\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Wednesday February 26, 2014 at 4:02 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141224,17756,'_feedback_author',''),(141225,17756,'_feedback_author_email',''),(141226,17756,'_feedback_author_url',''),(141227,17756,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(141228,17756,'_feedback_ip','10.17.1.254'),(141229,17756,'_feedback_contact_form_url','http://www.onecaribbean.org/about-allied-membership/allied-membership-form/'),(141230,17756,'_feedback_all_fields','a:14:{s:13:\"Company Name:\";s:5:\"mmmmm\";s:23:\"Primary Representative:\";s:6:\"kkkkkk\";s:15:\"Title/Position:\";s:5:\"ooooo\";s:15:\"Street Address:\";s:7:\"ppppppp\";s:5:\"City:\";s:6:\"aaaaaa\";s:6:\"State:\";s:6:\"oooooo\";s:3:\"Zip\";s:7:\"eeeeeee\";s:6:\"Phone:\";s:7:\"1111111\";s:4:\"Fax:\";s:7:\"1111111\";s:6:\"Email:\";s:5:\"kkkkk\";s:8:\"Website:\";s:6:\"llllll\";s:34:\"Description of Company (100 words)\";s:88:\"jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:18:\"ppppppp\r\njjjjjjjjj\";s:17:\"Type of Business:\";s:14:\"Public Library\";}'),(141231,17756,'_feedback_extra_fields','a:13:{s:13:\"Company Name:\";s:5:\"mmmmm\";s:23:\"Primary Representative:\";s:6:\"kkkkkk\";s:15:\"Title/Position:\";s:5:\"ooooo\";s:15:\"Street Address:\";s:7:\"ppppppp\";s:5:\"City:\";s:6:\"aaaaaa\";s:6:\"State:\";s:6:\"oooooo\";s:3:\"Zip\";s:7:\"eeeeeee\";s:6:\"Phone:\";s:7:\"1111111\";s:4:\"Fax:\";s:7:\"1111111\";s:6:\"Email:\";s:5:\"kkkkk\";s:8:\"Website:\";s:6:\"llllll\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:18:\"ppppppp\r\njjjjjjjjj\";s:17:\"Type of Business:\";s:14:\"Public Library\";}'),(141232,17756,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:88:\"jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:48:\"/about-allied-membership/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6b5b83db-bc3e-49d5-8f94-b6217ccf540e\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"49115\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"612\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.73.197.46\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"612\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393444972.3394\";s:12:\"REQUEST_TIME\";s:10:\"1393444972\";}'),(141233,17756,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:516:\"Company Name:: mmmmm\n\nPrimary Representative:: kkkkkk\n\nTitle/Position:: ooooo\n\nStreet Address:: ppppppp\n\nCity:: aaaaaa\n\nState:: oooooo\n\nZip: eeeeeee\n\nPhone:: 1111111\n\nFax:: 1111111\n\nEmail:: kkkkk\n\nWebsite:: llllll\n\nNames and Contact Info for 2 Additional Representatives:: ppppppp\r\njjjjjjjjj\n\nType of Business:: Public Library\n\nDescription of Company (100 words) : jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj \n\n\nMessage was sent on Wednesday February 26, 2014 at 4:02 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141234,17207,'truethemes_page_checkbox',''),(141235,17207,'truethemes_custom_sub_menu',''),(141236,17207,'truethemes_slider_shortcode',''),(141237,17207,'truethemes_slider_cu3er',''),(141238,17207,'banner_search','yes'),(141239,17207,'page_primary_color_scheme','primary-red.css'),(141240,17207,'page_secondary_color_scheme','secondary-silver.css'),(141241,17207,'page_background_color','#'),(141242,17207,'page_background_position','left top'),(141243,17207,'page_background_repeat','repeat'),(141246,17207,'_wp_page_template','default'),(141251,17207,'groups-groups_read_post','Access for CTO Staff'),(141258,17207,'groups-groups_read_post','Access for CTO Staff'),(141263,17207,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141264,17207,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141265,17762,'_feedback_author',''),(141266,17762,'_feedback_author_email',''),(141267,17762,'_feedback_author_url',''),(141268,17762,'_feedback_subject','Signup form OneCaribbean'),(141269,17762,'_feedback_ip','108.33.114.46'),(141270,17762,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(141271,17762,'_feedback_all_fields','a:12:{s:4:\"Name\";s:22:\"JEHANNE JACKSON-BUDDLE\";s:13:\"Email address\";s:19:\"jjb_360@hotmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:25:\"XStream Travel/Encuentros\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(141272,17762,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:22:\"JEHANNE JACKSON-BUDDLE\";s:13:\"Email address\";s:19:\"jjb_360@hotmail.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:25:\"XStream Travel/Encuentros\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(141273,17762,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:13:\"108.33.114.46\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:13:\"108.33.114.46\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-92fe936f-deca-40b5-b4d5-59048f106d5b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55003\";s:11:\"REMOTE_HOST\";s:13:\"108.33.114.46\";s:11:\"REMOTE_ADDR\";s:13:\"108.33.114.46\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"579\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"579\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393454123.5012\";s:12:\"REQUEST_TIME\";s:10:\"1393454123\";}'),(141274,17762,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:481:\"Name: JEHANNE JACKSON-BUDDLE\n\nEmail address: jjb_360@hotmail.com\n\nCountry of Residence: United States\n\nName of Organization/Company: XStream Travel/Encuentros\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday February 26, 2014 at 6:35 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141275,17763,'_feedback_author',''),(141276,17763,'_feedback_author_email',''),(141277,17763,'_feedback_author_url',''),(141278,17763,'_feedback_subject','Signup form OneCaribbean'),(141279,17763,'_feedback_ip','10.17.1.254'),(141280,17763,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141281,17763,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Jwrilplb\";s:13:\"Email address\";s:21:\"rdhyyrsq@hwddfyui.com\";s:20:\"Country of Residence\";s:5:\"87731\";s:28:\"Name of Organization/Company\";s:8:\"Jwrilplb\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:18:\"XlvwibQXXuZdncGAkL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141282,17763,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Jwrilplb\";s:13:\"Email address\";s:21:\"rdhyyrsq@hwddfyui.com\";s:20:\"Country of Residence\";s:5:\"87731\";s:28:\"Name of Organization/Company\";s:8:\"Jwrilplb\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:18:\"XlvwibQXXuZdncGAkL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141283,17763,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ad13e720-d373-402d-b43b-d244ea816bb8\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37449\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"336\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"94.242.255.202\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"336\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393466934.3344\";s:12:\"REQUEST_TIME\";s:10:\"1393466934\";}'),(141284,17763,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: Jwrilplb\n\nEmail address: rdhyyrsq@hwddfyui.com\n\nCountry of Residence: 87731\n\nName of Organization/Company: Jwrilplb\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: XlvwibQXXuZdncGAkL\n\nMessage was sent on Wednesday February 26, 2014 at 10:08 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141285,17764,'_edit_last','2'),(141286,17764,'_edit_lock','1393517231:2'),(141287,17764,'truethemes_video_url',''),(141288,17764,'truethemes_external_image_url',''),(141289,17764,'truethemes_slider_shortcode',''),(141290,17764,'truethemes_slider_cu3er',''),(141299,17764,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141300,17764,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141313,17771,'_feedback_author',''),(141314,17771,'_feedback_author_email',''),(141315,17771,'_feedback_author_url',''),(141316,17771,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(141317,17771,'_feedback_ip','10.17.1.254'),(141318,17771,'_feedback_contact_form_url','http://www.onecaribbean.org/about-allied-membership/allied-membership-form/'),(141319,17771,'_feedback_all_fields','a:14:{s:13:\"Company Name:\";s:40:\"Caribbean Tourism Organization-USA, Inc.\";s:23:\"Primary Representative:\";s:11:\"Sylma Brown\";s:15:\"Title/Position:\";s:8:\"Director\";s:15:\"Street Address:\";s:22:\"80 Broad Street, #3302\";s:5:\"City:\";s:8:\"New York\";s:6:\"State:\";s:2:\"NY\";s:3:\"Zip\";s:5:\"10004\";s:6:\"Phone:\";s:12:\"212-635-9530\";s:4:\"Fax:\";s:12:\"212-635-9511\";s:6:\"Email:\";s:23:\"sbrown@caribtourism.com\";s:8:\"Website:\";s:20:\"www.onecaribbean.org\";s:34:\"Description of Company (100 words)\";s:272:\"the global voice for 30 Caribbean destinations with headquarters in Barbados and ...\r\nprovides services to its Dutch, English, French and Spanish speaking member countries in the area of marketing, Research, Tourism Education, Events Planning,Sustainable Tourism, etc.... \";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:35:\"Fernando Abreu\r\n\r\nMarcia Napier\r\n\r\n\";s:17:\"Type of Business:\";s:27:\"Association or Organization\";}'),(141320,17771,'_feedback_extra_fields','a:13:{s:13:\"Company Name:\";s:40:\"Caribbean Tourism Organization-USA, Inc.\";s:23:\"Primary Representative:\";s:11:\"Sylma Brown\";s:15:\"Title/Position:\";s:8:\"Director\";s:15:\"Street Address:\";s:22:\"80 Broad Street, #3302\";s:5:\"City:\";s:8:\"New York\";s:6:\"State:\";s:2:\"NY\";s:3:\"Zip\";s:5:\"10004\";s:6:\"Phone:\";s:12:\"212-635-9530\";s:4:\"Fax:\";s:12:\"212-635-9511\";s:6:\"Email:\";s:23:\"sbrown@caribtourism.com\";s:8:\"Website:\";s:20:\"www.onecaribbean.org\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:35:\"Fernando Abreu\r\n\r\nMarcia Napier\r\n\r\n\";s:17:\"Type of Business:\";s:27:\"Association or Organization\";}'),(141321,17771,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:271:\"the global voice for 30 Caribbean destinations with headquarters in Barbados and ...\r\nprovides services to its Dutch, English, French and Spanish speaking member countries in the area of marketing, Research, Tourism Education, Events Planning,Sustainable Tourism, etc....\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:48:\"/about-allied-membership/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3650327b-c875-4e5c-850e-a1a1281213fe\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51813\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"958\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"209.148.55.139\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"958\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393520731.3304\";s:12:\"REQUEST_TIME\";s:10:\"1393520731\";}'),(141322,17771,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:820:\"Company Name:: Caribbean Tourism Organization-USA, Inc.\n\nPrimary Representative:: Sylma Brown\n\nTitle/Position:: Director\n\nStreet Address:: 80 Broad Street, #3302\n\nCity:: New York\n\nState:: NY\n\nZip: 10004\n\nPhone:: 212-635-9530\n\nFax:: 212-635-9511\n\nEmail:: sbrown@caribtourism.com\n\nWebsite:: www.onecaribbean.org\n\nNames and Contact Info for 2 Additional Representatives:: Fernando Abreu\r\n\r\nMarcia Napier\n\nType of Business:: Association or Organization\n\nDescription of Company (100 words) : the global voice for 30 Caribbean destinations with headquarters in Barbados and ...\r\nprovides services to its Dutch, English, French and Spanish speaking member countries in the area of marketing, Research, Tourism Education, Events Planning,Sustainable Tourism, etc.... \n\n\nMessage was sent on Thursday February 27, 2014 at 1:05 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141327,16548,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141328,16548,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141329,17774,'_feedback_author',''),(141330,17774,'_feedback_author_email',''),(141331,17774,'_feedback_author_url',''),(141332,17774,'_feedback_subject','Signup form OneCaribbean'),(141333,17774,'_feedback_ip','10.17.1.254'),(141334,17774,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141335,17774,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"nlugwb\";s:13:\"Email address\";s:17:\"khmpzk@wagjsq.com\";s:20:\"Country of Residence\";s:6:\"516925\";s:28:\"Name of Organization/Company\";s:6:\"nlugwb\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:15:\"xlTUFbsGdnrDnFz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141336,17774,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"nlugwb\";s:13:\"Email address\";s:17:\"khmpzk@wagjsq.com\";s:20:\"Country of Residence\";s:6:\"516925\";s:28:\"Name of Organization/Company\";s:6:\"nlugwb\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:15:\"xlTUFbsGdnrDnFz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141337,17774,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1e5dcb7a-2452-4b55-a925-cfce95b517ca\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56064\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"313\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"313\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393526314.2744\";s:12:\"REQUEST_TIME\";s:10:\"1393526314\";}'),(141338,17774,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:279:\"Name: nlugwb\n\nEmail address: khmpzk@wagjsq.com\n\nCountry of Residence: 516925\n\nName of Organization/Company: nlugwb\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: xlTUFbsGdnrDnFz\n\nMessage was sent on Thursday February 27, 2014 at 2:38 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141339,17776,'_feedback_author',''),(141340,17776,'_feedback_author_email',''),(141341,17776,'_feedback_author_url',''),(141342,17776,'_feedback_subject','Signup form OneCaribbean'),(141343,17776,'_feedback_ip','10.17.1.254'),(141344,17776,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141345,17776,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"dlskalrid\";s:13:\"Email address\";s:17:\"bopvht@sgqbeg.com\";s:20:\"Country of Residence\";s:5:\"66679\";s:28:\"Name of Organization/Company\";s:9:\"dlskalrid\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:15:\"KxrElwTwXUDTmMK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141346,17776,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"dlskalrid\";s:13:\"Email address\";s:17:\"bopvht@sgqbeg.com\";s:20:\"Country of Residence\";s:5:\"66679\";s:28:\"Name of Organization/Company\";s:9:\"dlskalrid\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:15:\"KxrElwTwXUDTmMK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141347,17776,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-caf99b72-81ab-47f9-a17e-f019a323dbcb\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51590\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"330\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"330\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393556478.1319\";s:12:\"REQUEST_TIME\";s:10:\"1393556478\";}'),(141348,17776,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: dlskalrid\n\nEmail address: bopvht@sgqbeg.com\n\nCountry of Residence: 66679\n\nName of Organization/Company: dlskalrid\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: KxrElwTwXUDTmMK\n\nMessage was sent on Thursday February 27, 2014 at 11:01 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141349,17777,'_feedback_author',''),(141350,17777,'_feedback_author_email',''),(141351,17777,'_feedback_author_url',''),(141352,17777,'_feedback_subject','Signup form OneCaribbean'),(141353,17777,'_feedback_ip','10.17.1.254'),(141354,17777,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141355,17777,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"Jeff Rahm\";s:13:\"Email address\";s:15:\"325 Nicholas La\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:4:\"AOPA\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141356,17777,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"Jeff Rahm\";s:13:\"Email address\";s:15:\"325 Nicholas La\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:4:\"AOPA\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141357,17777,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:129:\"Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a103aabe-03d9-494c-85f8-014e727dec4a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"48540\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"412\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"71.224.187.122\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"412\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393588834.2138\";s:12:\"REQUEST_TIME\";s:10:\"1393588834\";}'),(141358,17777,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:321:\"Name: Jeff Rahm\n\nEmail address: 325 Nicholas La\n\nCountry of Residence: USA\n\nName of Organization/Company: AOPA\n\nWhich best describes you?: Airline\n\nSend me news about CTO events.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Friday February 28, 2014 at 8:00 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141390,17786,'_edit_last','2'),(141391,17786,'_edit_lock','1393602132:2'),(141392,17787,'_wp_attached_file','CTOUNWTOmemo.jpg'),(141393,17787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:401;s:6:\"height\";i:295;s:4:\"file\";s:16:\"CTOUNWTOmemo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"CTOUNWTOmemo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"CTOUNWTOmemo-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(141394,17786,'truethemes_video_url',''),(141395,17786,'truethemes_external_image_url',''),(141396,17786,'truethemes_slider_shortcode',''),(141397,17786,'truethemes_slider_cu3er',''),(141406,17786,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141407,17786,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141408,17789,'_edit_last','2'),(141409,17789,'_edit_lock','1393602385:2'),(141410,17789,'truethemes_video_url',''),(141411,17789,'truethemes_external_image_url',''),(141412,17789,'truethemes_slider_shortcode',''),(141413,17789,'truethemes_slider_cu3er',''),(141422,17789,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141423,17789,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141424,17792,'_edit_last','2'),(141425,17792,'_edit_lock','1393613151:2'),(141426,17792,'truethemes_video_url',''),(141427,17792,'truethemes_external_image_url',''),(141428,17792,'truethemes_slider_shortcode',''),(141429,17792,'truethemes_slider_cu3er',''),(141438,17792,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141439,17792,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141440,17795,'_wp_attached_file','FEB28Lattab13.pdf'),(141441,17796,'_wp_attached_file','Arrivals2013FEB28.pdf'),(141487,17802,'_feedback_author',''),(141488,17802,'_feedback_author_email',''),(141489,17802,'_feedback_author_url',''),(141490,17802,'_feedback_subject','Signup form OneCaribbean'),(141491,17802,'_feedback_ip','10.17.1.254'),(141492,17802,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141493,17802,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"kocjdjh\";s:13:\"Email address\";s:17:\"kmdgzg@nspotw.com\";s:20:\"Country of Residence\";s:6:\"495106\";s:28:\"Name of Organization/Company\";s:7:\"kocjdjh\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:15:\"xRrEvYzyeyCWFCK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141494,17802,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"kocjdjh\";s:13:\"Email address\";s:17:\"kmdgzg@nspotw.com\";s:20:\"Country of Residence\";s:6:\"495106\";s:28:\"Name of Organization/Company\";s:7:\"kocjdjh\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:15:\"xRrEvYzyeyCWFCK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141495,17802,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1a69e9e4-f6d4-4f8b-8de2-1ea4529edb02\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56340\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"310\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"310\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393632128.7499\";s:12:\"REQUEST_TIME\";s:10:\"1393632128\";}'),(141496,17802,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:274:\"Name: kocjdjh\n\nEmail address: kmdgzg@nspotw.com\n\nCountry of Residence: 495106\n\nName of Organization/Company: kocjdjh\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: xRrEvYzyeyCWFCK\n\nMessage was sent on Friday February 28, 2014 at 8:02 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141497,17803,'_feedback_author',''),(141498,17803,'_feedback_author_email',''),(141499,17803,'_feedback_author_url',''),(141500,17803,'_feedback_subject','Signup form OneCaribbean'),(141501,17803,'_feedback_ip','10.17.1.254'),(141502,17803,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141503,17803,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"mpdzqwsw\";s:13:\"Email address\";s:17:\"yubrfz@kvzmvf.com\";s:20:\"Country of Residence\";s:6:\"392518\";s:28:\"Name of Organization/Company\";s:8:\"mpdzqwsw\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:10:\"NjteWxkHmG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141504,17803,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"mpdzqwsw\";s:13:\"Email address\";s:17:\"yubrfz@kvzmvf.com\";s:20:\"Country of Residence\";s:6:\"392518\";s:28:\"Name of Organization/Company\";s:8:\"mpdzqwsw\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:10:\"NjteWxkHmG\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141505,17803,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-215656fb-4add-4312-b192-13d7a3e21528\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55251\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393738655.7675\";s:12:\"REQUEST_TIME\";s:10:\"1393738655\";}'),(141506,17803,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:285:\"Name: mpdzqwsw\n\nEmail address: yubrfz@kvzmvf.com\n\nCountry of Residence: 392518\n\nName of Organization/Company: mpdzqwsw\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: NjteWxkHmG\n\nMessage was sent on Sunday March 2, 2014 at 1:37 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141507,17804,'_feedback_author',''),(141508,17804,'_feedback_author_email',''),(141509,17804,'_feedback_author_url',''),(141510,17804,'_feedback_subject','Signup form OneCaribbean'),(141511,17804,'_feedback_ip','10.17.1.254'),(141512,17804,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141513,17804,'_feedback_all_fields','a:12:{s:4:\"Name\";s:12:\"LaVaina Muse\";s:13:\"Email address\";s:25:\"divineescapes@comcast.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:14:\"DIVINE ESCAPES\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(141514,17804,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:12:\"LaVaina Muse\";s:13:\"Email address\";s:25:\"divineescapes@comcast.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:14:\"DIVINE ESCAPES\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(141515,17804,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fb2c3ff6-b5f3-4ba0-8420-5b25329d6a35\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52653\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"550\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"69.253.87.18\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"550\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1393878192.854\";s:12:\"REQUEST_TIME\";s:10:\"1393878192\";}'),(141516,17804,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:449:\"Name: LaVaina Muse\n\nEmail address: divineescapes@comcast.net\n\nCountry of Residence: USA\n\nName of Organization/Company: DIVINE ESCAPES\n\nWhich best describes you?: Travel agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday March 3, 2014 at 4:23 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141517,17805,'_feedback_author',''),(141518,17805,'_feedback_author_email',''),(141519,17805,'_feedback_author_url',''),(141520,17805,'_feedback_subject','Signup form OneCaribbean'),(141521,17805,'_feedback_ip','10.17.1.254'),(141522,17805,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141523,17805,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"Julia Coney\";s:13:\"Email address\";s:20:\"julia@juliaconey.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:14:\"JuliaConey.com\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141524,17805,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"Julia Coney\";s:13:\"Email address\";s:20:\"julia@juliaconey.com\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:14:\"JuliaConey.com\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(141525,17805,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4cc58a39-5b14-43cd-9733-cc1ebd17ff47\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55885\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"504\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"71.114.87.34\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"504\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1393882188.0336\";s:12:\"REQUEST_TIME\";s:10:\"1393882188\";}'),(141526,17805,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:399:\"Name: Julia Coney\n\nEmail address: julia@juliaconey.com\n\nCountry of Residence: United States\n\nName of Organization/Company: JuliaConey.com\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Monday March 3, 2014 at 5:29 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141527,17807,'_edit_last','1837'),(141528,17807,'_edit_lock','1393952613:1837'),(141545,17810,'_edit_last','2'),(141546,17810,'_edit_lock','1393942851:2'),(141547,17810,'truethemes_video_url',''),(141548,17810,'truethemes_external_image_url',''),(141549,17810,'truethemes_slider_shortcode',''),(141550,17810,'truethemes_slider_cu3er',''),(141559,17810,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(141560,17810,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(141561,17814,'_wp_attached_file','CTO2014CalendarMarch.jpg'),(141562,17814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:711;s:6:\"height\";i:734;s:4:\"file\";s:24:\"CTO2014CalendarMarch.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CTO2014CalendarMarch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"CTO2014CalendarMarch-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393928641;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(141563,17815,'_wp_attached_file','CTOCalendarJunetoSept2014.jpg'),(141564,17815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:571;s:4:\"file\";s:29:\"CTOCalendarJunetoSept2014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"CTOCalendarJunetoSept2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"CTOCalendarJunetoSept2014-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393928672;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(141565,17816,'_wp_attached_file','CTOCalendarOcttoDec2014.jpg'),(141566,17816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:640;s:4:\"file\";s:27:\"CTOCalendarOcttoDec2014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CTOCalendarOcttoDec2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"CTOCalendarOcttoDec2014-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393928695;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(141618,17825,'_feedback_author',''),(141619,17825,'_feedback_author_email',''),(141620,17825,'_feedback_author_url',''),(141621,17825,'_feedback_subject','Signup form OneCaribbean'),(141622,17825,'_feedback_ip','10.17.1.254'),(141623,17825,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(141624,17825,'_feedback_all_fields','a:12:{s:4:\"Name\";s:12:\"Ramon Pomes \";s:13:\"Email address\";s:26:\"dirmixtas@cubanacan.tur.cu\";s:20:\"Country of Residence\";s:4:\"Cuba\";s:28:\"Name of Organization/Company\";s:15:\"Cubanacan Group\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(141625,17825,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:12:\"Ramon Pomes \";s:13:\"Email address\";s:26:\"dirmixtas@cubanacan.tur.cu\";s:20:\"Country of Residence\";s:4:\"Cuba\";s:28:\"Name of Organization/Company\";s:15:\"Cubanacan Group\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(141626,17825,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:151:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-0dc90770-66da-42f0-af7f-0b4af8b66714\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39714\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"553\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"200.55.130.146\";s:15:\"HTTP_USER_AGENT\";s:151:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:2:\"es\";s:11:\"HTTP_ACCEPT\";s:239:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml, application/x-ms-xbap, application/x-ms-application, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"553\";s:8:\"HTTP_VIA\";s:11:\"1.0 SERVER3\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1393968787.598\";s:12:\"REQUEST_TIME\";s:10:\"1393968787\";}'),(141627,17825,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:452:\"Name: Ramon Pomes\n\nEmail address: dirmixtas@cubanacan.tur.cu\n\nCountry of Residence: Cuba\n\nName of Organization/Company: Cubanacan Group\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday March 4, 2014 at 5:33 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(141628,17826,'_edit_last','1837'),(141629,17826,'_edit_lock','1394026650:1837'),(141634,17826,'_event_id','2512'),(141635,17826,'_event_start_time','09:00:00'),(141636,17826,'_event_end_time','23:30:00'),(141637,17826,'_event_all_day','0'),(141638,17826,'_event_start_date','2014-03-09'),(141639,17826,'_event_end_date','2014-03-09'),(141640,17826,'_event_rsvp','0'),(141641,17826,'_event_rsvp_date',''),(141642,17826,'_event_rsvp_time','00:00:00'),(141643,17826,'_event_spaces',''),(141644,17826,'_location_id','29'),(141645,17826,'_recurrence_id',''),(141646,17826,'_event_status','1'),(141647,17826,'_event_private','0'),(141648,17826,'_event_date_created',''),(141649,17826,'_event_date_modified',''),(141650,17826,'_blog_id',''),(141651,17826,'_group_id','0'),(141652,17826,'_recurrence','0'),(141653,17826,'_recurrence_interval',''),(141654,17826,'_recurrence_freq',''),(141655,17826,'_recurrence_days','0'),(141656,17826,'_recurrence_byday',''),(141657,17826,'_recurrence_byweekno',''),(141658,17826,'_start_ts','1394355600'),(141659,17826,'_end_ts','1394407800'),(141660,17827,'_edit_last','1837'),(141661,17827,'_edit_lock','1394027041:1837'),(141666,17827,'_event_id','2513'),(141667,17827,'_event_start_time','17:30:00'),(141668,17827,'_event_end_time','23:30:00'),(141669,17827,'_event_all_day','0'),(141670,17827,'_event_start_date','2014-04-04'),(141671,17827,'_event_end_date','2014-04-04'),(141672,17827,'_event_rsvp','0'),(141673,17827,'_event_rsvp_date',''),(141674,17827,'_event_rsvp_time','00:00:00'),(141675,17827,'_event_spaces',''),(141676,17827,'_location_id','29'),(141677,17827,'_recurrence_id',''),(141678,17827,'_event_status','1'),(141679,17827,'_event_private','0'),(141680,17827,'_event_date_created',''),(141681,17827,'_event_date_modified',''),(141682,17827,'_blog_id',''),(141683,17827,'_group_id','0'),(141684,17827,'_recurrence','0'),(141685,17827,'_recurrence_interval',''),(141686,17827,'_recurrence_freq',''),(141687,17827,'_recurrence_days','0'),(141688,17827,'_recurrence_byday',''),(141689,17827,'_recurrence_byweekno',''),(141690,17827,'_start_ts','1396632600'),(141691,17827,'_end_ts','1396654200'),(141692,17829,'_edit_last','1837'),(141693,17829,'_edit_lock','1394027002:1837'),(141698,17829,'_event_id','2514'),(141699,17829,'_event_start_time','19:00:00'),(141700,17829,'_event_end_time','23:30:00'),(141701,17829,'_event_all_day','0'),(141702,17829,'_event_start_date','2014-04-20'),(141703,17829,'_event_end_date','2014-04-20'),(141704,17829,'_event_rsvp','0'),(141705,17829,'_event_rsvp_date',''),(141706,17829,'_event_rsvp_time','00:00:00'),(141707,17829,'_event_spaces',''),(141708,17829,'_location_id','29'),(141709,17829,'_recurrence_id',''),(141710,17829,'_event_status','1'),(141711,17829,'_event_private','0'),(141712,17829,'_event_date_created',''),(141713,17829,'_event_date_modified',''),(141714,17829,'_blog_id',''),(141715,17829,'_group_id','0'),(141716,17829,'_recurrence','0'),(141717,17829,'_recurrence_interval',''),(141718,17829,'_recurrence_freq',''),(141719,17829,'_recurrence_days','0'),(141720,17829,'_recurrence_byday',''),(141721,17829,'_recurrence_byweekno',''),(141722,17829,'_start_ts','1398020400'),(141723,17829,'_end_ts','1398036600'),(141724,17831,'_edit_last','1837'),(141725,17831,'_edit_lock','1394027079:1837'),(141728,17831,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141729,17831,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141730,17831,'_event_id','2515'),(141731,17831,'_event_start_time','21:00:00'),(141732,17831,'_event_end_time','23:30:00'),(141733,17831,'_event_all_day','0'),(141734,17831,'_event_start_date','2014-04-20'),(141735,17831,'_event_end_date','2014-04-20'),(141736,17831,'_event_rsvp','0'),(141737,17831,'_event_rsvp_date',''),(141738,17831,'_event_rsvp_time','00:00:00'),(141739,17831,'_event_spaces',''),(141740,17831,'_location_id','29'),(141741,17831,'_recurrence_id',''),(141742,17831,'_event_status','1'),(141743,17831,'_event_private','0'),(141744,17831,'_event_date_created',''),(141745,17831,'_event_date_modified',''),(141746,17831,'_blog_id',''),(141747,17831,'_group_id','0'),(141748,17831,'_recurrence','0'),(141749,17831,'_recurrence_interval',''),(141750,17831,'_recurrence_freq',''),(141751,17831,'_recurrence_days','0'),(141752,17831,'_recurrence_byday',''),(141753,17831,'_recurrence_byweekno',''),(141754,17831,'_start_ts','1398027600'),(141755,17831,'_end_ts','1398036600'),(141758,17826,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141759,17826,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141762,17827,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141763,17827,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141766,17829,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141767,17829,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141768,17832,'_edit_last','1837'),(141769,17832,'_edit_lock','1394027436:1837'),(141772,17832,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141773,17832,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141774,17832,'_event_id','2516'),(141775,17832,'_event_start_time','18:00:00'),(141776,17832,'_event_end_time','23:30:00'),(141777,17832,'_event_all_day','0'),(141778,17832,'_event_start_date','2014-04-21'),(141779,17832,'_event_end_date','2014-04-21'),(141780,17832,'_event_rsvp','0'),(141781,17832,'_event_rsvp_date',''),(141782,17832,'_event_rsvp_time','00:00:00'),(141783,17832,'_event_spaces',''),(141784,17832,'_location_id','29'),(141785,17832,'_recurrence_id',''),(141786,17832,'_event_status','1'),(141787,17832,'_event_private','0'),(141788,17832,'_event_date_created',''),(141789,17832,'_event_date_modified',''),(141790,17832,'_blog_id',''),(141791,17832,'_group_id','0'),(141792,17832,'_recurrence','0'),(141793,17832,'_recurrence_interval',''),(141794,17832,'_recurrence_freq',''),(141795,17832,'_recurrence_days','0'),(141796,17832,'_recurrence_byday',''),(141797,17832,'_recurrence_byweekno',''),(141798,17832,'_start_ts','1398103200'),(141799,17832,'_end_ts','1398123000'),(141800,17833,'_edit_last','1837'),(141801,17833,'_edit_lock','1394027512:1837'),(141804,17833,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141805,17833,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141806,17833,'_event_id','2517'),(141807,17833,'_event_start_time','20:00:00'),(141808,17833,'_event_end_time','23:30:00'),(141809,17833,'_event_all_day','0'),(141810,17833,'_event_start_date','2014-04-22'),(141811,17833,'_event_end_date','2014-04-22'),(141812,17833,'_event_rsvp','0'),(141813,17833,'_event_rsvp_date',''),(141814,17833,'_event_rsvp_time','00:00:00'),(141815,17833,'_event_spaces',''),(141816,17833,'_location_id','29'),(141817,17833,'_recurrence_id',''),(141818,17833,'_event_status','1'),(141819,17833,'_event_private','0'),(141820,17833,'_event_date_created',''),(141821,17833,'_event_date_modified',''),(141822,17833,'_blog_id',''),(141823,17833,'_group_id','0'),(141824,17833,'_recurrence','0'),(141825,17833,'_recurrence_interval',''),(141826,17833,'_recurrence_freq',''),(141827,17833,'_recurrence_days','0'),(141828,17833,'_recurrence_byday',''),(141829,17833,'_recurrence_byweekno',''),(141830,17833,'_start_ts','1398196800'),(141831,17833,'_end_ts','1398209400'),(141832,17834,'_edit_last','1837'),(141833,17834,'_edit_lock','1394027822:1837'),(141838,17834,'_event_id','2518'),(141839,17834,'_event_start_time','20:00:00'),(141840,17834,'_event_end_time','23:30:00'),(141841,17834,'_event_all_day','0'),(141842,17834,'_event_start_date','2014-04-23'),(141843,17834,'_event_end_date','2014-04-23'),(141844,17834,'_event_rsvp','0'),(141845,17834,'_event_rsvp_date',''),(141846,17834,'_event_rsvp_time','00:00:00'),(141847,17834,'_event_spaces',''),(141848,17834,'_location_id','29'),(141849,17834,'_recurrence_id',''),(141850,17834,'_event_status','1'),(141851,17834,'_event_private','0'),(141852,17834,'_event_date_created',''),(141853,17834,'_event_date_modified',''),(141854,17834,'_blog_id',''),(141855,17834,'_group_id','0'),(141856,17834,'_recurrence','0'),(141857,17834,'_recurrence_interval',''),(141858,17834,'_recurrence_freq',''),(141859,17834,'_recurrence_days','0'),(141860,17834,'_recurrence_byday',''),(141861,17834,'_recurrence_byweekno',''),(141862,17834,'_start_ts','1398283200'),(141863,17834,'_end_ts','1398295800'),(141866,17834,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141867,17834,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141868,17836,'_edit_last','1837'),(141869,17836,'_edit_lock','1394035345:1837'),(141878,17836,'_event_id','2519'),(141879,17836,'_event_start_time','20:00:00'),(141880,17836,'_event_end_time','23:30:00'),(141881,17836,'_event_all_day','0'),(141882,17836,'_event_start_date','2014-04-24'),(141883,17836,'_event_end_date','2014-04-24'),(141884,17836,'_event_rsvp','0'),(141885,17836,'_event_rsvp_date',''),(141886,17836,'_event_rsvp_time','00:00:00'),(141887,17836,'_event_spaces',''),(141888,17836,'_location_id','29'),(141889,17836,'_recurrence_id',''),(141890,17836,'_event_status','1'),(141891,17836,'_event_private','0'),(141892,17836,'_event_date_created',''),(141893,17836,'_event_date_modified',''),(141894,17836,'_blog_id',''),(141895,17836,'_group_id','0'),(141896,17836,'_recurrence','0'),(141897,17836,'_recurrence_interval',''),(141898,17836,'_recurrence_freq',''),(141899,17836,'_recurrence_days','0'),(141900,17836,'_recurrence_byday',''),(141901,17836,'_recurrence_byweekno',''),(141902,17836,'_start_ts','1398369600'),(141903,17836,'_end_ts','1398382200'),(141906,17836,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141907,17836,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141908,17837,'_edit_last','1837'),(141909,17837,'_edit_lock','1394036282:1837'),(141912,17837,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141913,17837,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141914,17837,'_event_id','2520'),(141915,17837,'_event_start_time','20:00:00'),(141916,17837,'_event_end_time','23:30:00'),(141917,17837,'_event_all_day','0'),(141918,17837,'_event_start_date','2014-04-26'),(141919,17837,'_event_end_date','2014-04-26'),(141920,17837,'_event_rsvp','0'),(141921,17837,'_event_rsvp_date',''),(141922,17837,'_event_rsvp_time','00:00:00'),(141923,17837,'_event_spaces',''),(141924,17837,'_location_id','29'),(141925,17837,'_recurrence_id',''),(141926,17837,'_event_status','1'),(141927,17837,'_event_private','0'),(141928,17837,'_event_date_created',''),(141929,17837,'_event_date_modified',''),(141930,17837,'_blog_id',''),(141931,17837,'_group_id','0'),(141932,17837,'_recurrence','0'),(141933,17837,'_recurrence_interval',''),(141934,17837,'_recurrence_freq',''),(141935,17837,'_recurrence_days','0'),(141936,17837,'_recurrence_byday',''),(141937,17837,'_recurrence_byweekno',''),(141938,17837,'_start_ts','1398542400'),(141939,17837,'_end_ts','1398555000'),(141940,17839,'_edit_last','1837'),(141941,17839,'_edit_lock','1394036589:1837'),(141946,17839,'_event_id','2521'),(141947,17839,'_event_start_time','10:00:00'),(141948,17839,'_event_end_time','23:30:00'),(141949,17839,'_event_all_day','0'),(141950,17839,'_event_start_date','2014-04-27'),(141951,17839,'_event_end_date','2014-04-27'),(141952,17839,'_event_rsvp','0'),(141953,17839,'_event_rsvp_date',''),(141954,17839,'_event_rsvp_time','00:00:00'),(141955,17839,'_event_spaces',''),(141956,17839,'_location_id','29'),(141957,17839,'_recurrence_id',''),(141958,17839,'_event_status','1'),(141959,17839,'_event_private','0'),(141960,17839,'_event_date_created',''),(141961,17839,'_event_date_modified',''),(141962,17839,'_blog_id',''),(141963,17839,'_group_id','0'),(141964,17839,'_recurrence','0'),(141965,17839,'_recurrence_interval',''),(141966,17839,'_recurrence_freq',''),(141967,17839,'_recurrence_days','0'),(141968,17839,'_recurrence_byday',''),(141969,17839,'_recurrence_byweekno',''),(141970,17839,'_start_ts','1398592800'),(141971,17839,'_end_ts','1398641400'),(141974,17839,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141975,17839,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(141976,17841,'_edit_last','1837'),(141977,17841,'_edit_lock','1394040087:1837'),(141982,17841,'_event_id','2522'),(141983,17841,'_event_start_time','17:00:00'),(141984,17841,'_event_end_time','23:30:00'),(141985,17841,'_event_all_day','0'),(141986,17841,'_event_start_date','2014-04-27'),(141987,17841,'_event_end_date','2014-04-27'),(141988,17841,'_event_rsvp','0'),(141989,17841,'_event_rsvp_date',''),(141990,17841,'_event_rsvp_time','00:00:00'),(141991,17841,'_event_spaces',''),(141992,17841,'_location_id','29'),(141993,17841,'_recurrence_id',''),(141994,17841,'_event_status','1'),(141995,17841,'_event_private','0'),(141996,17841,'_event_date_created',''),(141997,17841,'_event_date_modified',''),(141998,17841,'_blog_id',''),(141999,17841,'_group_id','0'),(142000,17841,'_recurrence','0'),(142001,17841,'_recurrence_interval',''),(142002,17841,'_recurrence_freq',''),(142003,17841,'_recurrence_days','0'),(142004,17841,'_recurrence_byday',''),(142005,17841,'_recurrence_byweekno',''),(142006,17841,'_start_ts','1398618000'),(142007,17841,'_end_ts','1398641400'),(142010,17841,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142011,17841,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142012,17843,'_edit_last','1837'),(142013,17843,'_edit_lock','1394041400:1837'),(142016,17843,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142017,17843,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142018,17843,'_event_id','2523'),(142019,17843,'_event_start_time','00:00:00'),(142020,17843,'_event_end_time','00:00:00'),(142021,17843,'_event_all_day','1'),(142022,17843,'_event_start_date','2014-05-01'),(142023,17843,'_event_end_date','2014-05-01'),(142024,17843,'_event_rsvp','0'),(142025,17843,'_event_rsvp_date',''),(142026,17843,'_event_rsvp_time','00:00:00'),(142027,17843,'_event_spaces',''),(142028,17843,'_location_id','29'),(142029,17843,'_recurrence_id',''),(142030,17843,'_event_status','1'),(142031,17843,'_event_private','0'),(142032,17843,'_event_date_created',''),(142033,17843,'_event_date_modified',''),(142034,17843,'_blog_id',''),(142035,17843,'_group_id','0'),(142036,17843,'_recurrence','0'),(142037,17843,'_recurrence_interval',''),(142038,17843,'_recurrence_freq',''),(142039,17843,'_recurrence_days','0'),(142040,17843,'_recurrence_byday',''),(142041,17843,'_recurrence_byweekno',''),(142042,17843,'_start_ts','1398902400'),(142043,17843,'_end_ts','1398902400'),(142044,17845,'_edit_last','1837'),(142045,17845,'_edit_lock','1394041442:1837'),(142048,17845,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142049,17845,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142050,17845,'_event_id','2524'),(142051,17845,'_event_start_time','10:00:00'),(142052,17845,'_event_end_time','23:30:00'),(142053,17845,'_event_all_day','0'),(142054,17845,'_event_start_date','2014-05-02'),(142055,17845,'_event_end_date','2014-05-02'),(142056,17845,'_event_rsvp','0'),(142057,17845,'_event_rsvp_date',''),(142058,17845,'_event_rsvp_time','00:00:00'),(142059,17845,'_event_spaces',''),(142060,17845,'_location_id','29'),(142061,17845,'_recurrence_id',''),(142062,17845,'_event_status','1'),(142063,17845,'_event_private','0'),(142064,17845,'_event_date_created',''),(142065,17845,'_event_date_modified',''),(142066,17845,'_blog_id',''),(142067,17845,'_group_id','0'),(142068,17845,'_recurrence','0'),(142069,17845,'_recurrence_interval',''),(142070,17845,'_recurrence_freq',''),(142071,17845,'_recurrence_days','0'),(142072,17845,'_recurrence_byday',''),(142073,17845,'_recurrence_byweekno',''),(142074,17845,'_start_ts','1399024800'),(142075,17845,'_end_ts','1399073400'),(142076,17846,'_edit_last','1837'),(142077,17846,'_edit_lock','1394041549:1837'),(142080,17846,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142081,17846,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142082,17846,'_event_id','2525'),(142083,17846,'_event_start_time','10:00:00'),(142084,17846,'_event_end_time','23:30:00'),(142085,17846,'_event_all_day','0'),(142086,17846,'_event_start_date','2014-05-03'),(142087,17846,'_event_end_date','2014-05-03'),(142088,17846,'_event_rsvp','0'),(142089,17846,'_event_rsvp_date',''),(142090,17846,'_event_rsvp_time','00:00:00'),(142091,17846,'_event_spaces',''),(142092,17846,'_location_id','29'),(142093,17846,'_recurrence_id',''),(142094,17846,'_event_status','1'),(142095,17846,'_event_private','0'),(142096,17846,'_event_date_created',''),(142097,17846,'_event_date_modified',''),(142098,17846,'_blog_id',''),(142099,17846,'_group_id','0'),(142100,17846,'_recurrence','0'),(142101,17846,'_recurrence_interval',''),(142102,17846,'_recurrence_freq',''),(142103,17846,'_recurrence_days','0'),(142104,17846,'_recurrence_byday',''),(142105,17846,'_recurrence_byweekno',''),(142106,17846,'_start_ts','1399111200'),(142107,17846,'_end_ts','1399159800'),(142108,17847,'_edit_last','1837'),(142109,17847,'_edit_lock','1394045143:1837'),(142112,17847,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142113,17847,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142114,17847,'_event_id','2526'),(142115,17847,'_event_start_time','21:00:00'),(142116,17847,'_event_end_time','23:30:00'),(142117,17847,'_event_all_day','0'),(142118,17847,'_event_start_date','2014-05-03'),(142119,17847,'_event_end_date','2014-05-03'),(142120,17847,'_event_rsvp','0'),(142121,17847,'_event_rsvp_date',''),(142122,17847,'_event_rsvp_time','00:00:00'),(142123,17847,'_event_spaces',''),(142124,17847,'_location_id','29'),(142125,17847,'_recurrence_id',''),(142126,17847,'_event_status','1'),(142127,17847,'_event_private','0'),(142128,17847,'_event_date_created',''),(142129,17847,'_event_date_modified',''),(142130,17847,'_blog_id',''),(142131,17847,'_group_id','0'),(142132,17847,'_recurrence','0'),(142133,17847,'_recurrence_interval',''),(142134,17847,'_recurrence_freq',''),(142135,17847,'_recurrence_days','0'),(142136,17847,'_recurrence_byday',''),(142137,17847,'_recurrence_byweekno',''),(142138,17847,'_start_ts','1399150800'),(142139,17847,'_end_ts','1399159800'),(142140,17849,'_edit_last','1837'),(142141,17849,'_edit_lock','1394045389:1837'),(142146,17849,'_event_id','2527'),(142147,17849,'_event_start_time','00:00:00'),(142148,17849,'_event_end_time','00:00:00'),(142149,17849,'_event_all_day','1'),(142150,17849,'_event_start_date','2014-05-03'),(142151,17849,'_event_end_date','2014-05-03'),(142152,17849,'_event_rsvp','0'),(142153,17849,'_event_rsvp_date',''),(142154,17849,'_event_rsvp_time','00:00:00'),(142155,17849,'_event_spaces',''),(142156,17849,'_location_id','29'),(142157,17849,'_recurrence_id',''),(142158,17849,'_event_status','1'),(142159,17849,'_event_private','0'),(142160,17849,'_event_date_created',''),(142161,17849,'_event_date_modified',''),(142162,17849,'_blog_id',''),(142163,17849,'_group_id','0'),(142164,17849,'_recurrence','0'),(142165,17849,'_recurrence_interval',''),(142166,17849,'_recurrence_freq',''),(142167,17849,'_recurrence_days','0'),(142168,17849,'_recurrence_byday',''),(142169,17849,'_recurrence_byweekno',''),(142170,17849,'_start_ts','1399075200'),(142171,17849,'_end_ts','1399075200'),(142174,17849,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142175,17849,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142176,17851,'_edit_last','1837'),(142177,17851,'_edit_lock','1394046481:1837'),(142180,17851,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142181,17851,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142182,17851,'_event_id','2528'),(142183,17851,'_event_start_time','00:00:00'),(142184,17851,'_event_end_time','00:00:00'),(142185,17851,'_event_all_day','1'),(142186,17851,'_event_start_date','2014-05-11'),(142187,17851,'_event_end_date','2014-05-11'),(142188,17851,'_event_rsvp','0'),(142189,17851,'_event_rsvp_date',''),(142190,17851,'_event_rsvp_time','00:00:00'),(142191,17851,'_event_spaces',''),(142192,17851,'_location_id','29'),(142193,17851,'_recurrence_id',''),(142194,17851,'_event_status','1'),(142195,17851,'_event_private','0'),(142196,17851,'_event_date_created',''),(142197,17851,'_event_date_modified',''),(142198,17851,'_blog_id',''),(142199,17851,'_group_id','0'),(142200,17851,'_recurrence','0'),(142201,17851,'_recurrence_interval',''),(142202,17851,'_recurrence_freq',''),(142203,17851,'_recurrence_days','0'),(142204,17851,'_recurrence_byday',''),(142205,17851,'_recurrence_byweekno',''),(142206,17851,'_start_ts','1399766400'),(142207,17851,'_end_ts','1399766400'),(142208,17853,'_edit_last','1837'),(142209,17853,'_edit_lock','1403908705:1805'),(142212,17853,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142213,17853,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142214,17853,'_event_id','2529'),(142215,17853,'_event_start_time','00:00:00'),(142216,17853,'_event_end_time','00:00:00'),(142217,17853,'_event_all_day','1'),(142218,17853,'_event_start_date','2014-07-09'),(142219,17853,'_event_end_date','2014-07-11'),(142220,17853,'_event_rsvp','0'),(142221,17853,'_event_rsvp_date',''),(142222,17853,'_event_rsvp_time','00:00:00'),(142223,17853,'_event_spaces',''),(142224,17853,'_location_id','29'),(142225,17853,'_recurrence_id',''),(142226,17853,'_event_status','1'),(142227,17853,'_event_private','0'),(142228,17853,'_event_date_created',''),(142229,17853,'_event_date_modified',''),(142230,17853,'_blog_id',''),(142231,17853,'_group_id','0'),(142232,17853,'_recurrence','0'),(142233,17853,'_recurrence_interval',''),(142234,17853,'_recurrence_freq',''),(142235,17853,'_recurrence_days','0'),(142236,17853,'_recurrence_byday',''),(142237,17853,'_recurrence_byweekno',''),(142238,17853,'_start_ts','1404864000'),(142239,17853,'_end_ts','1405036800'),(142240,17855,'_edit_last','1837'),(142241,17855,'_edit_lock','1394047389:1837'),(142244,17855,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142245,17855,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142246,17855,'_event_id','2530'),(142247,17855,'_event_start_time','00:00:00'),(142248,17855,'_event_end_time','00:00:00'),(142249,17855,'_event_all_day','1'),(142250,17855,'_event_start_date','2014-08-14'),(142251,17855,'_event_end_date','2014-08-15'),(142252,17855,'_event_rsvp','0'),(142253,17855,'_event_rsvp_date',''),(142254,17855,'_event_rsvp_time','00:00:00'),(142255,17855,'_event_spaces',''),(142256,17855,'_location_id','29'),(142257,17855,'_recurrence_id',''),(142258,17855,'_event_status','1'),(142259,17855,'_event_private','0'),(142260,17855,'_event_date_created',''),(142261,17855,'_event_date_modified',''),(142262,17855,'_blog_id',''),(142263,17855,'_group_id','0'),(142264,17855,'_recurrence','0'),(142265,17855,'_recurrence_interval',''),(142266,17855,'_recurrence_freq',''),(142267,17855,'_recurrence_days','0'),(142268,17855,'_recurrence_byday',''),(142269,17855,'_recurrence_byweekno',''),(142270,17855,'_start_ts','1407974400'),(142271,17855,'_end_ts','1408060800'),(142272,17857,'_feedback_author',''),(142273,17857,'_feedback_author_email',''),(142274,17857,'_feedback_author_url',''),(142275,17857,'_feedback_subject','Signup form OneCaribbean'),(142276,17857,'_feedback_ip','182.64.156.253'),(142277,17857,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(142278,17857,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Shashank Tyagi\";s:13:\"Email address\";s:27:\"shashank.tyagi4@outlook.com\";s:20:\"Country of Residence\";s:5:\"India\";s:28:\"Name of Organization/Company\";s:18:\"Travels and Hotels\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(142279,17857,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Shashank Tyagi\";s:13:\"Email address\";s:27:\"shashank.tyagi4@outlook.com\";s:20:\"Country of Residence\";s:5:\"India\";s:28:\"Name of Organization/Company\";s:18:\"Travels and Hotels\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(142280,17857,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:14:\"182.64.156.253\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:14:\"182.64.156.253\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-935e067d-5a7a-461f-a671-be12e6f93ff6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"12360\";s:11:\"REMOTE_HOST\";s:14:\"182.64.156.253\";s:11:\"REMOTE_ADDR\";s:14:\"182.64.156.253\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"562\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"562\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394110099.4788\";s:12:\"REQUEST_TIME\";s:10:\"1394110099\";}'),(142281,17857,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:461:\"Name: Shashank Tyagi\n\nEmail address: shashank.tyagi4@outlook.com\n\nCountry of Residence: India\n\nName of Organization/Company: Travels and Hotels\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday March 6, 2014 at 8:48 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(142282,17858,'_feedback_author',''),(142283,17858,'_feedback_author_email',''),(142284,17858,'_feedback_author_url',''),(142285,17858,'_feedback_subject','Signup form OneCaribbean'),(142286,17858,'_feedback_ip','10.17.1.254'),(142287,17858,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(142288,17858,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"ffmzkfm\";s:13:\"Email address\";s:17:\"oeoexf@sbcwre.com\";s:20:\"Country of Residence\";s:4:\"9319\";s:28:\"Name of Organization/Company\";s:7:\"ffmzkfm\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:15:\"yNSvjuCYLHrTPcA\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142289,17858,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"ffmzkfm\";s:13:\"Email address\";s:17:\"oeoexf@sbcwre.com\";s:20:\"Country of Residence\";s:4:\"9319\";s:28:\"Name of Organization/Company\";s:7:\"ffmzkfm\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:15:\"yNSvjuCYLHrTPcA\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142290,17858,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-123d14a5-d972-409e-8697-19c17731261a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42829\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"313\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"313\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394115998.0431\";s:12:\"REQUEST_TIME\";s:10:\"1394115998\";}'),(142291,17858,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:276:\"Name: ffmzkfm\n\nEmail address: oeoexf@sbcwre.com\n\nCountry of Residence: 9319\n\nName of Organization/Company: ffmzkfm\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: yNSvjuCYLHrTPcA\n\nMessage was sent on Thursday March 6, 2014 at 10:26 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(142292,17859,'_edit_last','1837'),(142297,17859,'_event_id','2531'),(142298,17859,'_event_start_time','00:00:00'),(142299,17859,'_event_end_time','00:00:00'),(142300,17859,'_event_all_day','1'),(142301,17859,'_event_start_date','2014-08-16'),(142302,17859,'_event_end_date','2014-08-22'),(142303,17859,'_event_rsvp','0'),(142304,17859,'_event_rsvp_date',''),(142305,17859,'_event_rsvp_time','00:00:00'),(142306,17859,'_event_spaces',''),(142307,17859,'_location_id','29'),(142308,17859,'_recurrence_id',''),(142309,17859,'_event_status','1'),(142310,17859,'_event_private','0'),(142311,17859,'_event_date_created',''),(142312,17859,'_event_date_modified',''),(142313,17859,'_blog_id',''),(142314,17859,'_group_id','0'),(142315,17859,'_recurrence','0'),(142316,17859,'_recurrence_interval',''),(142317,17859,'_recurrence_freq',''),(142318,17859,'_recurrence_days','0'),(142319,17859,'_recurrence_byday',''),(142320,17859,'_recurrence_byweekno',''),(142321,17859,'_start_ts','1408147200'),(142322,17859,'_end_ts','1408665600'),(142323,17859,'_edit_lock','1394117402:1837'),(142326,17859,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142327,17859,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142328,17860,'_edit_last','1837'),(142329,17860,'_edit_lock','1394117501:1837'),(142332,17860,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142333,17860,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142334,17860,'_event_id','2532'),(142335,17860,'_event_start_time','00:00:00'),(142336,17860,'_event_end_time','00:00:00'),(142337,17860,'_event_all_day','1'),(142338,17860,'_event_start_date','2014-08-18'),(142339,17860,'_event_end_date','2014-08-22'),(142340,17860,'_event_rsvp','0'),(142341,17860,'_event_rsvp_date',''),(142342,17860,'_event_rsvp_time','00:00:00'),(142343,17860,'_event_spaces',''),(142344,17860,'_location_id','29'),(142345,17860,'_recurrence_id',''),(142346,17860,'_event_status','1'),(142347,17860,'_event_private','0'),(142348,17860,'_event_date_created',''),(142349,17860,'_event_date_modified',''),(142350,17860,'_blog_id',''),(142351,17860,'_group_id','0'),(142352,17860,'_recurrence','0'),(142353,17860,'_recurrence_interval',''),(142354,17860,'_recurrence_freq',''),(142355,17860,'_recurrence_days','0'),(142356,17860,'_recurrence_byday',''),(142357,17860,'_recurrence_byweekno',''),(142358,17860,'_start_ts','1408320000'),(142359,17860,'_end_ts','1408665600'),(142360,17861,'_edit_last','1837'),(142361,17861,'_edit_lock','1394119540:1837'),(142366,17861,'_event_id','2533'),(142367,17861,'_event_start_time','22:00:00'),(142368,17861,'_event_end_time','23:30:00'),(142369,17861,'_event_all_day','0'),(142370,17861,'_event_start_date','2014-09-21'),(142371,17861,'_event_end_date','2014-09-21'),(142372,17861,'_event_rsvp','0'),(142373,17861,'_event_rsvp_date',''),(142374,17861,'_event_rsvp_time','00:00:00'),(142375,17861,'_event_spaces',''),(142376,17861,'_location_id','29'),(142377,17861,'_recurrence_id',''),(142378,17861,'_event_status','1'),(142379,17861,'_event_private','0'),(142380,17861,'_event_date_created',''),(142381,17861,'_event_date_modified',''),(142382,17861,'_blog_id',''),(142383,17861,'_group_id','0'),(142384,17861,'_recurrence','0'),(142385,17861,'_recurrence_interval',''),(142386,17861,'_recurrence_freq',''),(142387,17861,'_recurrence_days','0'),(142388,17861,'_recurrence_byday',''),(142389,17861,'_recurrence_byweekno',''),(142390,17861,'_start_ts','1411336800'),(142391,17861,'_end_ts','1411342200'),(142400,17863,'_edit_last','1837'),(142401,17863,'_edit_lock','1394119316:1837'),(142406,17863,'_event_id','2534'),(142407,17863,'_event_start_time','00:00:00'),(142408,17863,'_event_end_time','00:00:00'),(142409,17863,'_event_all_day','1'),(142410,17863,'_event_start_date','2014-11-04'),(142411,17863,'_event_end_date','2014-11-06'),(142412,17863,'_event_rsvp','0'),(142413,17863,'_event_rsvp_date',''),(142414,17863,'_event_rsvp_time','00:00:00'),(142415,17863,'_event_spaces',''),(142416,17863,'_location_id','29'),(142417,17863,'_recurrence_id',''),(142418,17863,'_event_status','1'),(142419,17863,'_event_private','0'),(142420,17863,'_event_date_created',''),(142421,17863,'_event_date_modified',''),(142422,17863,'_blog_id',''),(142423,17863,'_group_id','0'),(142424,17863,'_recurrence','0'),(142425,17863,'_recurrence_interval',''),(142426,17863,'_recurrence_freq',''),(142427,17863,'_recurrence_days','0'),(142428,17863,'_recurrence_byday',''),(142429,17863,'_recurrence_byweekno',''),(142430,17863,'_start_ts','1415059200'),(142431,17863,'_end_ts','1415232000'),(142434,17863,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142435,17863,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142438,17861,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142439,17861,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(142506,17877,'_wp_attached_file','fisherpondhose.jpg'),(142507,17877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:976;s:6:\"height\";i:559;s:4:\"file\";s:18:\"fisherpondhose.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fisherpondhose-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"fisherpondhose-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394111245;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142508,17878,'_wp_attached_file','garrison-e1394126087840.jpg'),(142509,17878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:297;s:4:\"file\";s:27:\"garrison-e1394126087840.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"garrison-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"garrison-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394111673;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142510,17878,'_edit_lock','1394125993:2'),(142519,17878,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:853;s:6:\"height\";i:569;s:4:\"file\";s:12:\"garrison.jpg\";}}'),(142520,17879,'_wp_attached_file','garrison445by273.jpg'),(142521,17879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:20:\"garrison445by273.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"garrison445by273-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"garrison445by273-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142522,17879,'_edit_lock','1394126256:2'),(142531,17880,'_feedback_author',''),(142532,17880,'_feedback_author_email',''),(142533,17880,'_feedback_author_url',''),(142534,17880,'_feedback_subject','Signup form OneCaribbean'),(142535,17880,'_feedback_ip','10.17.1.254'),(142536,17880,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(142537,17880,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"vkbpqcygybz\";s:13:\"Email address\";s:17:\"qdwzln@fxmifi.com\";s:20:\"Country of Residence\";s:6:\"264568\";s:28:\"Name of Organization/Company\";s:11:\"vkbpqcygybz\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:11:\"noHWLFqlUzt\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142538,17880,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"vkbpqcygybz\";s:13:\"Email address\";s:17:\"qdwzln@fxmifi.com\";s:20:\"Country of Residence\";s:6:\"264568\";s:28:\"Name of Organization/Company\";s:11:\"vkbpqcygybz\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:11:\"noHWLFqlUzt\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142539,17880,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d6b2d930-b0f0-44f7-b344-68d7eb78106d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"35352\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394142103.1441\";s:12:\"REQUEST_TIME\";s:10:\"1394142103\";}'),(142540,17880,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: vkbpqcygybz\n\nEmail address: qdwzln@fxmifi.com\n\nCountry of Residence: 264568\n\nName of Organization/Company: vkbpqcygybz\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: noHWLFqlUzt\n\nMessage was sent on Thursday March 6, 2014 at 5:41 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(142541,17881,'_wp_attached_file','CTO-Membership-Application-Revised-Jan-61.pdf'),(142584,17891,'_wp_attached_file','RegisterCCdetailsMarch2.doc'),(142621,17898,'_wp_attached_file','Oct2013venezuelaStatsMarch10.docx'),(142682,17908,'_edit_last','2'),(142683,17908,'_edit_lock','1394486247:2'),(142684,17909,'_wp_attached_file','veronica.jpg'),(142685,17909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:567;s:6:\"height\";i:862;s:4:\"file\";s:12:\"veronica.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"veronica-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"veronica-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142686,17908,'truethemes_page_checkbox',''),(142687,17908,'truethemes_custom_sub_menu',''),(142688,17908,'truethemes_slider_shortcode',''),(142689,17908,'truethemes_slider_cu3er',''),(142690,17908,'banner_search','yes'),(142691,17908,'page_primary_color_scheme','null'),(142692,17908,'page_secondary_color_scheme','null'),(142693,17908,'page_background_color','#'),(142694,17908,'page_background_position','left top'),(142695,17908,'page_background_repeat','repeat'),(142698,17908,'_wp_page_template','default'),(142701,17908,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(142702,17908,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(142733,17920,'_feedback_author',''),(142734,17920,'_feedback_author_email',''),(142735,17920,'_feedback_author_url',''),(142736,17920,'_feedback_subject','Signup form OneCaribbean'),(142737,17920,'_feedback_ip','10.17.1.254'),(142738,17920,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(142739,17920,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Gprjogpd\";s:13:\"Email address\";s:21:\"pfrxzmir@iimsmtpg.com\";s:20:\"Country of Residence\";s:4:\"6395\";s:28:\"Name of Organization/Company\";s:8:\"Gprjogpd\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:17:\"KbqBGSJxQpvxazXPj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142740,17920,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Gprjogpd\";s:13:\"Email address\";s:21:\"pfrxzmir@iimsmtpg.com\";s:20:\"Country of Residence\";s:4:\"6395\";s:28:\"Name of Organization/Company\";s:8:\"Gprjogpd\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:17:\"KbqBGSJxQpvxazXPj\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142741,17920,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-23a53c68-f490-4d15-a354-cfe030b730ab\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55772\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"334\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"334\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394496024.5438\";s:12:\"REQUEST_TIME\";s:10:\"1394496024\";}'),(142742,17920,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:295:\"Name: Gprjogpd\n\nEmail address: pfrxzmir@iimsmtpg.com\n\nCountry of Residence: 6395\n\nName of Organization/Company: Gprjogpd\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: KbqBGSJxQpvxazXPj\n\nMessage was sent on Monday March 10, 2014 at 8:00 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(142775,17922,'_edit_last','2'),(142776,17922,'_edit_lock','1394556499:2'),(142777,17922,'truethemes_video_url',''),(142778,17922,'truethemes_external_image_url',''),(142779,17922,'truethemes_slider_shortcode',''),(142780,17922,'truethemes_slider_cu3er',''),(142789,17922,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(142790,17922,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(142791,17925,'_edit_last','2'),(142792,17925,'_edit_lock','1394556488:2'),(142793,17925,'truethemes_video_url',''),(142794,17925,'truethemes_external_image_url',''),(142795,17925,'truethemes_slider_shortcode',''),(142796,17925,'truethemes_slider_cu3er',''),(142805,17925,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(142806,17925,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(142815,17928,'_wp_attached_file','statia.png'),(142816,17928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:810;s:4:\"file\";s:10:\"statia.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"statia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"statia-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142821,17929,'_edit_last','2'),(142822,17929,'_edit_lock','1394556362:2'),(142823,17929,'truethemes_video_url',''),(142824,17929,'truethemes_external_image_url',''),(142825,17929,'truethemes_slider_shortcode',''),(142826,17929,'truethemes_slider_cu3er',''),(142835,17929,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(142836,17929,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(142849,2595,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(142850,2595,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(142851,2595,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(142852,2595,'_aioseop_title','Annual Reviews and Prospects'),(142883,17938,'_edit_last','2'),(142884,17938,'_edit_lock','1400096661:2'),(142885,17939,'_wp_attached_file','oas-seal.jpg'),(142886,17939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:545;s:4:\"file\";s:12:\"oas-seal.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"oas-seal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"oas-seal-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142887,17940,'_wp_attached_file','sti-logo.png'),(142888,17940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1288;s:6:\"height\";i:297;s:4:\"file\";s:12:\"sti-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sti-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sti-logo-300x69.png\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"sti-logo-1024x236.png\";s:5:\"width\";i:1024;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142889,17941,'_wp_attached_file','rci_logo_no_strap_jpeg.jpg'),(142890,17941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8100;s:6:\"height\";i:2100;s:4:\"file\";s:26:\"rci_logo_no_strap_jpeg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"rci_logo_no_strap_jpeg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"rci_logo_no_strap_jpeg-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"rci_logo_no_strap_jpeg-1024x265.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142891,17942,'_wp_attached_file','CTORound320by240.jpg'),(142892,17942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:20:\"CTORound320by240.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CTORound320by240-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CTORound320by240-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142893,17938,'truethemes_page_checkbox',''),(142894,17938,'truethemes_custom_sub_menu',''),(142895,17938,'truethemes_slider_shortcode',''),(142896,17938,'truethemes_slider_cu3er',''),(142897,17938,'banner_search','yes'),(142898,17938,'page_primary_color_scheme','null'),(142899,17938,'page_secondary_color_scheme','null'),(142900,17938,'page_background_color','#'),(142901,17938,'page_background_position','left top'),(142902,17938,'page_background_repeat','repeat'),(142905,17938,'_wp_page_template','default'),(142964,17956,'_feedback_author',''),(142965,17956,'_feedback_author_email',''),(142966,17956,'_feedback_author_url',''),(142967,17956,'_feedback_subject','Signup form OneCaribbean'),(142968,17956,'_feedback_ip','10.17.1.254'),(142969,17956,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(142970,17956,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"carlos\";s:13:\"Email address\";s:27:\"carlosmosqui433@hotmail.com\";s:20:\"Country of Residence\";s:20:\"san Juan Puerto Rico\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142971,17956,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"carlos\";s:13:\"Email address\";s:27:\"carlosmosqui433@hotmail.com\";s:20:\"Country of Residence\";s:20:\"san Juan Puerto Rico\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(142972,17956,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e3f850c6-9e81-4f73-b223-e4a93a80050a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"46638\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"450\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"166.147.120.161\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"es-es\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"450\";s:8:\"HTTP_VIA\";s:42:\"HTTP/1.1 alpmspsrvz4ts319.wnsnet.attws.com\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394593147.0048\";s:12:\"REQUEST_TIME\";s:10:\"1394593147\";}'),(142973,17956,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:322:\"Name: carlos\n\nEmail address: carlosmosqui433@hotmail.com\n\nCountry of Residence: san Juan Puerto Rico\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nMessage was sent on Tuesday March 11, 2014 at 10:59 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(142974,17957,'_edit_last','2'),(142975,17957,'_edit_lock','1399581604:2'),(142976,17957,'truethemes_page_checkbox',''),(142977,17957,'truethemes_custom_sub_menu','foundation-submenu'),(142978,17957,'truethemes_slider_shortcode',''),(142979,17957,'truethemes_slider_cu3er',''),(142980,17957,'banner_search','yes'),(142981,17957,'page_primary_color_scheme','null'),(142982,17957,'page_secondary_color_scheme','null'),(142983,17957,'page_background_color','#'),(142984,17957,'page_background_position','left top'),(142985,17957,'page_background_repeat','repeat'),(142988,17957,'_wp_page_template','page-template-left-nav.php'),(142999,17962,'_wp_attached_file','IntervalInternationalLOGO.png'),(143000,17962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:100;s:4:\"file\";s:29:\"IntervalInternationalLOGO.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IntervalInternationalLOGO-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(143007,17964,'_feedback_author',''),(143008,17964,'_feedback_author_email',''),(143009,17964,'_feedback_author_url',''),(143010,17964,'_feedback_subject','Signup form OneCaribbean'),(143011,17964,'_feedback_ip','10.17.1.254'),(143012,17964,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143013,17964,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"Tim Grace\";s:13:\"Email address\";s:33:\"tim@thetravelmarketingnetwork.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:28:\"The Travel Marketing Network\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:16:\"Marketing Agency\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143014,17964,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"Tim Grace\";s:13:\"Email address\";s:33:\"tim@thetravelmarketingnetwork.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:28:\"The Travel Marketing Network\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:16:\"Marketing Agency\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143015,17964,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a28cb0b6-617a-4c6a-8c5e-91e58a792375\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54255\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"577\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"76.25.231.78\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"577\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394638625.6953\";s:12:\"REQUEST_TIME\";s:10:\"1394638625\";}'),(143016,17964,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:532:\"Name: Tim Grace\n\nEmail address: tim@thetravelmarketingnetwork.com\n\nCountry of Residence: USA\n\nName of Organization/Company: The Travel Marketing Network\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Marketing Agency\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday March 12, 2014 at 11:37 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143045,17973,'_wp_attached_file','royalcaribbeancruisesltdlogo.png'),(143046,17973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:161;s:6:\"height\";i:38;s:4:\"file\";s:32:\"royalcaribbeancruisesltdlogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"royalcaribbeancruisesltdlogo-150x38.png\";s:5:\"width\";i:150;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(143053,17976,'_wp_attached_file','AMEX-Logo.jpeg'),(143054,17976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1425;s:6:\"height\";i:1263;s:4:\"file\";s:14:\"AMEX-Logo.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"AMEX-Logo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"AMEX-Logo-300x265.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"AMEX-Logo-1024x907.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:907;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(143067,17980,'_wp_attached_file','AAresizedLogo.jpg'),(143068,17980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:49;s:4:\"file\";s:17:\"AAresizedLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"AAresizedLogo-150x49.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"AAresizedLogo-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(143079,17957,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143080,17957,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143103,13412,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143104,13412,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143203,15148,'groups-groups_read_post','Board of Directors'),(143204,15148,'groups-groups_read_post','Council of Ministers'),(143205,15148,'groups-groups_read_post','CTO RMF Members'),(143210,15148,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143211,15148,'sbg_selected_sidebar_replacement','a:1:{i:0;s:13:\"Board Reports\";}'),(143309,6,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143310,6,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143311,6,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(143312,6,'_aioseop_description','The Caribbean Tourism Organization\'s exists to increase significantly the inclusion of the Caribbean region in the set of destinations being considered by travelers. CTO\'s envisions the global recognition of the Caribbean as a growing set of places and experiences that people feel compelled to enjoy in their lifetime.'),(143313,6,'_aioseop_title','Caribbean Tourism Organization - About Us'),(143328,1535,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143329,1535,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143330,1535,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(143331,1535,'_aioseop_title','News & Media Center'),(143332,18027,'_wp_attached_file','AlliedMembershipFormMarch12.pdf'),(143352,15696,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143353,15696,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143390,18039,'_feedback_author',''),(143391,18039,'_feedback_author_email',''),(143392,18039,'_feedback_author_url',''),(143393,18039,'_feedback_subject','Signup form OneCaribbean'),(143394,18039,'_feedback_ip','10.17.1.254'),(143395,18039,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143396,18039,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"Kerwin Hinson\";s:13:\"Email address\";s:23:\"khinson@discoversvg.com\";s:20:\"Country of Residence\";s:29:\"St.Vincent and the Grenadines\";s:28:\"Name of Organization/Company\";s:21:\"SVG Tourism Authority\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143397,18039,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"Kerwin Hinson\";s:13:\"Email address\";s:23:\"khinson@discoversvg.com\";s:20:\"Country of Residence\";s:29:\"St.Vincent and the Grenadines\";s:28:\"Name of Organization/Company\";s:21:\"SVG Tourism Authority\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143398,18039,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-91946db9-0bb2-4bb8-a51b-0d5ecec4367f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56928\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"471\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"69.73.199.137\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"471\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1394713691.867\";s:12:\"REQUEST_TIME\";s:10:\"1394713691\";}'),(143399,18039,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:377:\"Name: Kerwin Hinson\n\nEmail address: khinson@discoversvg.com\n\nCountry of Residence: St.Vincent and the Grenadines\n\nName of Organization/Company: SVG Tourism Authority\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Thursday March 13, 2014 at 8:28 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143400,18040,'_wp_attached_file','javier_paredez.jpg'),(143401,18040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:18:\"javier_paredez.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(143414,18043,'_feedback_author',''),(143415,18043,'_feedback_author_email',''),(143416,18043,'_feedback_author_url',''),(143417,18043,'_feedback_subject','Signup form OneCaribbean'),(143418,18043,'_feedback_ip','10.17.1.254'),(143419,18043,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143420,18043,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"BRIDGET SMITH\";s:13:\"Email address\";s:26:\"bridgetsmith6041@ymail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143421,18043,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"BRIDGET SMITH\";s:13:\"Email address\";s:26:\"bridgetsmith6041@ymail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143422,18043,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-8cf8a3d9-cb1a-44ea-9203-e900eb5ea159\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47866\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"388\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"208.163.36.220\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"388\";s:8:\"HTTP_VIA\";s:19:\"1.1 WIN-8NQ7RN1LHLQ\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394737773.0036\";s:12:\"REQUEST_TIME\";s:10:\"1394737773\";}'),(143423,18043,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:266:\"Name: BRIDGET SMITH\n\nEmail address: bridgetsmith6041@ymail.com\n\nCountry of Residence: Jamaica\n\nWhich best describes you?: Educational Institution\n\nSend me news about CTO events.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday March 13, 2014 at 3:09 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143424,18044,'_feedback_author',''),(143425,18044,'_feedback_author_email',''),(143426,18044,'_feedback_author_url',''),(143427,18044,'_feedback_subject','Signup form OneCaribbean'),(143428,18044,'_feedback_ip','217.127.200.185'),(143429,18044,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(143430,18044,'_feedback_all_fields','a:12:{s:4:\"Name\";s:33:\"María Victoria Fernández Cambó\";s:13:\"Email address\";s:25:\"mvictoria@grupoalzara.com\";s:20:\"Country of Residence\";s:5:\"Spain\";s:28:\"Name of Organization/Company\";s:33:\"Alzara Grupo de Comunicación S.L\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:31:\"Publicity and Marketing Agency \";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143431,18044,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:33:\"María Victoria Fernández Cambó\";s:13:\"Email address\";s:25:\"mvictoria@grupoalzara.com\";s:20:\"Country of Residence\";s:5:\"Spain\";s:28:\"Name of Organization/Company\";s:33:\"Alzara Grupo de Comunicación S.L\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:31:\"Publicity and Marketing Agency \";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143432,18044,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:15:\"217.127.200.185\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:15:\"217.127.200.185\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-89da245b-c631-4a6c-b855-5c1d806e0a57\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50324\";s:11:\"REMOTE_HOST\";s:15:\"217.127.200.185\";s:11:\"REMOTE_ADDR\";s:15:\"217.127.200.185\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"401\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"es-ES,es;q=0.8,en;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"401\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394801932.4446\";s:12:\"REQUEST_TIME\";s:10:\"1394801932\";}'),(143433,18044,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:345:\"Name: María Victoria Fernández Cambó\n\nEmail address: mvictoria@grupoalzara.com\n\nCountry of Residence: Spain\n\nName of Organization/Company: Alzara Grupo de Comunicación S.L\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Publicity and Marketing Agency\n\nMessage was sent on Friday March 14, 2014 at 8:58 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143434,18045,'_feedback_author',''),(143435,18045,'_feedback_author_email',''),(143436,18045,'_feedback_author_url',''),(143437,18045,'_feedback_subject','Signup form OneCaribbean'),(143438,18045,'_feedback_ip','10.17.1.254'),(143439,18045,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143440,18045,'_feedback_all_fields','a:12:{s:4:\"Name\";s:4:\"Sean\";s:13:\"Email address\";s:23:\"sean.newman@invesco.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143441,18045,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:4:\"Sean\";s:13:\"Email address\";s:23:\"sean.newman@invesco.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143442,18045,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:190:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dc7637f2-a5d6-41be-974f-924da526b3b3\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"45561\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"496\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:25:\"205.174.8.4, 72.5.190.166\";s:19:\"HTTP_X_BLUECOAT_VIA\";s:16:\"786c93249c73f5a6\";s:21:\"HTTP_XROXY_CONNECTION\";s:10:\"Keep-Alive\";s:15:\"HTTP_USER_AGENT\";s:190:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:191:\"application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"496\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394808361.6964\";s:12:\"REQUEST_TIME\";s:10:\"1394808361\";}'),(143443,18045,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:365:\"Name: Sean\n\nEmail address: sean.newman@invesco.com\n\nCountry of Residence: USA\n\nWhich best describes you?: Student / Researcher\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday March 14, 2014 at 10:46 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143444,18046,'_feedback_author',''),(143445,18046,'_feedback_author_email',''),(143446,18046,'_feedback_author_url',''),(143447,18046,'_feedback_subject','Signup form OneCaribbean'),(143448,18046,'_feedback_ip','10.17.1.254'),(143449,18046,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143450,18046,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"Jeunanne Alkins\";s:13:\"Email address\";s:20:\"info@espjrisland.com\";s:20:\"Country of Residence\";s:19:\"Trinidad and Tobago\";s:28:\"Name of Organization/Company\";s:24:\"Everything Slight Pepper\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:67:\"Multimedia Content producer: Caribbean-themed products for children\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143451,18046,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"Jeunanne Alkins\";s:13:\"Email address\";s:20:\"info@espjrisland.com\";s:20:\"Country of Residence\";s:19:\"Trinidad and Tobago\";s:28:\"Name of Organization/Company\";s:24:\"Everything Slight Pepper\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:67:\"Multimedia Content producer: Caribbean-themed products for children\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143452,18046,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e5bd4bc8-5807-4abb-8be8-bdc2a6f4e746\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59839\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"637\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"190.213.79.18\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"637\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394826146.2726\";s:12:\"REQUEST_TIME\";s:10:\"1394826146\";}'),(143453,18046,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:584:\"Name: Jeunanne Alkins\n\nEmail address: info@espjrisland.com\n\nCountry of Residence: Trinidad and Tobago\n\nName of Organization/Company: Everything Slight Pepper\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Multimedia Content producer: Caribbean-themed products for children\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday March 14, 2014 at 3:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143454,18048,'_feedback_author',''),(143455,18048,'_feedback_author_email',''),(143456,18048,'_feedback_author_url',''),(143457,18048,'_feedback_subject','Signup form OneCaribbean'),(143458,18048,'_feedback_ip','10.17.1.254'),(143459,18048,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143460,18048,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"Jules \";s:13:\"Email address\";s:24:\"jules.augustin@gmail.com\";s:20:\"Country of Residence\";s:6:\"France\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143461,18048,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"Jules \";s:13:\"Email address\";s:24:\"jules.augustin@gmail.com\";s:20:\"Country of Residence\";s:6:\"France\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143462,18048,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6b5308b5-8a8b-4198-b513-98fc6574fd5a\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"34381\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"556\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"83.204.255.50\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"556\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1394829826.6557\";s:12:\"REQUEST_TIME\";s:10:\"1394829826\";}'),(143463,18048,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:415:\"Name: Jules\n\nEmail address: jules.augustin@gmail.com\n\nCountry of Residence: France\n\nWhich best describes you?: Media - print/radio/tv/online\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Friday March 14, 2014 at 4:43 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143464,18049,'_wp_attached_file','14MARCH2014Lattab13.pdf'),(143481,18052,'_wp_attached_file','14MARCH2014Arrivals2013.pdf'),(143513,18058,'_feedback_author',''),(143514,18058,'_feedback_author_email',''),(143515,18058,'_feedback_author_url',''),(143516,18058,'_feedback_subject','Signup form OneCaribbean'),(143517,18058,'_feedback_ip','10.17.1.254'),(143518,18058,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143519,18058,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Pjabdxml\";s:13:\"Email address\";s:21:\"zbozygni@akhnfjol.com\";s:20:\"Country of Residence\";s:6:\"789209\";s:28:\"Name of Organization/Company\";s:8:\"Pjabdxml\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:14:\"brSsoTWifktiSz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143520,18058,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Pjabdxml\";s:13:\"Email address\";s:21:\"zbozygni@akhnfjol.com\";s:20:\"Country of Residence\";s:6:\"789209\";s:28:\"Name of Organization/Company\";s:8:\"Pjabdxml\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:14:\"brSsoTWifktiSz\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143521,18058,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-719f189d-d6d9-48a1-b7d1-82b4562cf19d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"60621\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"333\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"333\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395011416.4461\";s:12:\"REQUEST_TIME\";s:10:\"1395011416\";}'),(143522,18058,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:294:\"Name: Pjabdxml\n\nEmail address: zbozygni@akhnfjol.com\n\nCountry of Residence: 789209\n\nName of Organization/Company: Pjabdxml\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: brSsoTWifktiSz\n\nMessage was sent on Sunday March 16, 2014 at 7:10 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143523,18059,'_feedback_author',''),(143524,18059,'_feedback_author_email',''),(143525,18059,'_feedback_author_url',''),(143526,18059,'_feedback_subject','Signup form OneCaribbean'),(143527,18059,'_feedback_ip','10.17.1.254'),(143528,18059,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143529,18059,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"Jamoya O\'Meally\";s:13:\"Email address\";s:21:\"jalystra2@hotmail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143530,18059,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"Jamoya O\'Meally\";s:13:\"Email address\";s:21:\"jalystra2@hotmail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:7:\"Airline\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143531,18059,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-a2130756-2eee-4368-bfb3-0ee02c0ef444\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33923\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"388\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"72.252.195.49\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"388\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395013481.5655\";s:12:\"REQUEST_TIME\";s:10:\"1395013481\";}'),(143532,18059,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:260:\"Name: Jamoya O\'Meally\n\nEmail address: jalystra2@hotmail.com\n\nCountry of Residence: Jamaica\n\nWhich best describes you?: Airline\n\nSend me news about CTO events.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Sunday March 16, 2014 at 7:44 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143607,10,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143608,10,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143609,10,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(143610,10,'_aioseop_title','Contact Us'),(143623,18076,'_edit_last','2'),(143624,18076,'_edit_lock','1395070617:2'),(143625,18076,'truethemes_video_url',''),(143626,18076,'truethemes_external_image_url',''),(143627,18076,'truethemes_slider_shortcode',''),(143628,18076,'truethemes_slider_cu3er',''),(143637,18076,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(143638,18076,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(143639,18081,'_wp_attached_file','carphactoimageOneCbbn.jpg'),(143640,18081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:133;s:4:\"file\";s:25:\"carphactoimageOneCbbn.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"carphactoimageOneCbbn-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(143641,18081,'_edit_lock','1395089300:2'),(143727,18091,'_feedback_author',''),(143728,18091,'_feedback_author_email',''),(143729,18091,'_feedback_author_url',''),(143730,18091,'_feedback_subject','Signup form OneCaribbean'),(143731,18091,'_feedback_ip','10.17.1.254'),(143732,18091,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143733,18091,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Rtdjmhrd\";s:13:\"Email address\";s:21:\"iijvtbuh@lrlulvnd.com\";s:20:\"Country of Residence\";s:4:\"9381\";s:28:\"Name of Organization/Company\";s:8:\"Rtdjmhrd\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:14:\"rQoRFRlMziFPTt\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143734,18091,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Rtdjmhrd\";s:13:\"Email address\";s:21:\"iijvtbuh@lrlulvnd.com\";s:20:\"Country of Residence\";s:4:\"9381\";s:28:\"Name of Organization/Company\";s:8:\"Rtdjmhrd\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:14:\"rQoRFRlMziFPTt\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143735,18091,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e5601ff2-d8d3-430b-bf91-15121303a1a6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51230\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"91.232.96.2\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395108894.8076\";s:12:\"REQUEST_TIME\";s:10:\"1395108894\";}'),(143736,18091,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:283:\"Name: Rtdjmhrd\n\nEmail address: iijvtbuh@lrlulvnd.com\n\nCountry of Residence: 9381\n\nName of Organization/Company: Rtdjmhrd\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: rQoRFRlMziFPTt\n\nMessage was sent on Monday March 17, 2014 at 10:14 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143737,18092,'_feedback_author',''),(143738,18092,'_feedback_author_email',''),(143739,18092,'_feedback_author_url',''),(143740,18092,'_feedback_subject','Signup form OneCaribbean'),(143741,18092,'_feedback_ip','10.17.1.254'),(143742,18092,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143743,18092,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Pfedcldz\";s:13:\"Email address\";s:21:\"bxxzabzw@utgsupof.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:19:\"http://dwellan.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143744,18092,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Pfedcldz\";s:13:\"Email address\";s:21:\"bxxzabzw@utgsupof.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:19:\"http://dwellan.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143745,18092,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-56838ffc-3a8f-4ad8-8196-ef568ffbb959\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47458\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"348\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"348\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395141810.1838\";s:12:\"REQUEST_TIME\";s:10:\"1395141810\";}'),(143746,18092,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:302:\"Name: Pfedcldz\n\nEmail address: bxxzabzw@utgsupof.com\n\nCountry of Residence: New York\n\nName of Organization/Company: New York\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: http://dwellan.com/\n\nMessage was sent on Tuesday March 18, 2014 at 7:23 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143747,18093,'_feedback_author',''),(143748,18093,'_feedback_author_email',''),(143749,18093,'_feedback_author_url',''),(143750,18093,'_feedback_subject','Signup form OneCaribbean'),(143751,18093,'_feedback_ip','10.17.1.254'),(143752,18093,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(143753,18093,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Percrvvt\";s:13:\"Email address\";s:21:\"zfrtxjzs@jxgttqdp.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:35:\"http://xn--79-mg4axag2fvhmi9cc.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(143754,18093,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Percrvvt\";s:13:\"Email address\";s:21:\"zfrtxjzs@jxgttqdp.com\";s:20:\"Country of Residence\";s:8:\"New York\";s:28:\"Name of Organization/Company\";s:8:\"New York\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:35:\"http://xn--79-mg4axag2fvhmi9cc.com/\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'); INSERT INTO `cto_postmeta` VALUES (143755,18093,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-56838ffc-3a8f-4ad8-8196-ef568ffbb959\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"47490\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"354\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"354\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395141817.2615\";s:12:\"REQUEST_TIME\";s:10:\"1395141817\";}'),(143756,18093,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:308:\"Name: Percrvvt\n\nEmail address: zfrtxjzs@jxgttqdp.com\n\nCountry of Residence: New York\n\nName of Organization/Company: New York\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: http://xn--79-mg4axag2fvhmi9cc.com/\n\nMessage was sent on Tuesday March 18, 2014 at 7:23 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143772,18098,'_edit_last','1837'),(143773,18098,'_edit_lock','1395168852:1837'),(143778,18098,'_event_id','2536'),(143779,18098,'_event_start_time','00:00:00'),(143780,18098,'_event_end_time','00:00:00'),(143781,18098,'_event_all_day','1'),(143782,18098,'_event_start_date','2014-04-01'),(143783,18098,'_event_end_date','2014-04-30'),(143784,18098,'_event_rsvp','0'),(143785,18098,'_event_rsvp_date',''),(143786,18098,'_event_rsvp_time','00:00:00'),(143787,18098,'_event_spaces',''),(143788,18098,'_location_id','16'),(143789,18098,'_recurrence_id',''),(143790,18098,'_event_status','1'),(143791,18098,'_event_private','0'),(143792,18098,'_event_date_created',''),(143793,18098,'_event_date_modified',''),(143794,18098,'_blog_id',''),(143795,18098,'_group_id','0'),(143796,18098,'_recurrence','0'),(143797,18098,'_recurrence_interval',''),(143798,18098,'_recurrence_freq',''),(143799,18098,'_recurrence_days','0'),(143800,18098,'_recurrence_byday',''),(143801,18098,'_recurrence_byweekno',''),(143802,18098,'_start_ts','1396310400'),(143803,18098,'_end_ts','1398816000'),(143804,18099,'_edit_last','1837'),(143805,18099,'_edit_lock','1395163503:1837'),(143810,18099,'_event_id','2537'),(143811,18099,'_event_start_time','00:00:00'),(143812,18099,'_event_end_time','00:00:00'),(143813,18099,'_event_all_day','1'),(143814,18099,'_event_start_date','2014-04-12'),(143815,18099,'_event_end_date','2014-04-20'),(143816,18099,'_event_rsvp','0'),(143817,18099,'_event_rsvp_date',''),(143818,18099,'_event_rsvp_time','00:00:00'),(143819,18099,'_event_spaces',''),(143820,18099,'_location_id','16'),(143821,18099,'_recurrence_id',''),(143822,18099,'_event_status','1'),(143823,18099,'_event_private','0'),(143824,18099,'_event_date_created',''),(143825,18099,'_event_date_modified',''),(143826,18099,'_blog_id',''),(143827,18099,'_group_id','0'),(143828,18099,'_recurrence','0'),(143829,18099,'_recurrence_interval',''),(143830,18099,'_recurrence_freq',''),(143831,18099,'_recurrence_days','0'),(143832,18099,'_recurrence_byday',''),(143833,18099,'_recurrence_byweekno',''),(143834,18099,'_start_ts','1397260800'),(143835,18099,'_end_ts','1397952000'),(143849,18104,'_feedback_author',''),(143850,18104,'_feedback_author_email',''),(143851,18104,'_feedback_author_url',''),(143852,18104,'_feedback_subject','Signup form OneCaribbean'),(143853,18104,'_feedback_ip','93.191.34.169'),(143854,18104,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(143855,18104,'_feedback_all_fields','a:12:{s:4:\"Name\";s:12:\"Laura Porter\";s:13:\"Email address\";s:25:\"laura@osprivatetravel.com\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:17:\"OS Private Travel\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143856,18104,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:12:\"Laura Porter\";s:13:\"Email address\";s:25:\"laura@osprivatetravel.com\";s:20:\"Country of Residence\";s:14:\"United Kingdom\";s:28:\"Name of Organization/Company\";s:17:\"OS Private Travel\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(143857,18104,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:13:\"93.191.34.169\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:13:\"93.191.34.169\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-9b6ab743-31f8-45cc-bea7-ae8c971dcebe\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55008\";s:11:\"REMOTE_HOST\";s:13:\"93.191.34.169\";s:11:\"REMOTE_ADDR\";s:13:\"93.191.34.169\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"566\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:26:\"en-US,en;q=0.8,en-GB;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"566\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395162553.9625\";s:12:\"REQUEST_TIME\";s:10:\"1395162553\";}'),(143858,18104,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:465:\"Name: Laura Porter\n\nEmail address: laura@osprivatetravel.com\n\nCountry of Residence: United Kingdom\n\nName of Organization/Company: OS Private Travel\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday March 18, 2014 at 1:09 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(143917,18099,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(143918,18099,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144043,18143,'_edit_last','1837'),(144044,18143,'_edit_lock','1395167688:1837'),(144047,18143,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144048,18143,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144049,18143,'_event_id','2538'),(144050,18143,'_event_start_time','00:00:00'),(144051,18143,'_event_end_time','00:00:00'),(144052,18143,'_event_all_day','1'),(144053,18143,'_event_start_date','2014-04-19'),(144054,18143,'_event_end_date','2014-04-21'),(144055,18143,'_event_rsvp','0'),(144056,18143,'_event_rsvp_date',''),(144057,18143,'_event_rsvp_time','00:00:00'),(144058,18143,'_event_spaces',''),(144059,18143,'_location_id','16'),(144060,18143,'_recurrence_id',''),(144061,18143,'_event_status','1'),(144062,18143,'_event_private','0'),(144063,18143,'_event_date_created',''),(144064,18143,'_event_date_modified',''),(144065,18143,'_blog_id',''),(144066,18143,'_group_id','0'),(144067,18143,'_recurrence','0'),(144068,18143,'_recurrence_interval',''),(144069,18143,'_recurrence_freq',''),(144070,18143,'_recurrence_days','0'),(144071,18143,'_recurrence_byday',''),(144072,18143,'_recurrence_byweekno',''),(144073,18143,'_start_ts','1397865600'),(144074,18143,'_end_ts','1398038400'),(144075,18160,'_edit_last','1837'),(144076,18160,'_edit_lock','1395167760:1837'),(144079,18160,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144080,18160,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144081,18160,'_event_id','2539'),(144082,18160,'_event_start_time','00:00:00'),(144083,18160,'_event_end_time','00:00:00'),(144084,18160,'_event_all_day','0'),(144085,18160,'_event_start_date','2014-05-05'),(144086,18160,'_event_end_date','2014-05-05'),(144087,18160,'_event_rsvp','0'),(144088,18160,'_event_rsvp_date',''),(144089,18160,'_event_rsvp_time','00:00:00'),(144090,18160,'_event_spaces',''),(144091,18160,'_location_id','16'),(144092,18160,'_recurrence_id',''),(144093,18160,'_event_status','1'),(144094,18160,'_event_private','0'),(144095,18160,'_event_date_created',''),(144096,18160,'_event_date_modified',''),(144097,18160,'_blog_id',''),(144098,18160,'_group_id','0'),(144099,18160,'_recurrence','0'),(144100,18160,'_recurrence_interval',''),(144101,18160,'_recurrence_freq',''),(144102,18160,'_recurrence_days','0'),(144103,18160,'_recurrence_byday',''),(144104,18160,'_recurrence_byweekno',''),(144105,18160,'_start_ts','1399248000'),(144106,18160,'_end_ts','1399248000'),(144107,18161,'_edit_last','1837'),(144108,18161,'_edit_lock','1395168034:1837'),(144111,18161,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144112,18161,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144113,18161,'_event_id','2540'),(144114,18161,'_event_start_time','00:00:00'),(144115,18161,'_event_end_time','00:00:00'),(144116,18161,'_event_all_day','1'),(144117,18161,'_event_start_date','2014-05-26'),(144118,18161,'_event_end_date','2014-05-26'),(144119,18161,'_event_rsvp','0'),(144120,18161,'_event_rsvp_date',''),(144121,18161,'_event_rsvp_time','00:00:00'),(144122,18161,'_event_spaces',''),(144123,18161,'_location_id','16'),(144124,18161,'_recurrence_id',''),(144125,18161,'_event_status','1'),(144126,18161,'_event_private','0'),(144127,18161,'_event_date_created',''),(144128,18161,'_event_date_modified',''),(144129,18161,'_blog_id',''),(144130,18161,'_group_id','0'),(144131,18161,'_recurrence','0'),(144132,18161,'_recurrence_interval',''),(144133,18161,'_recurrence_freq',''),(144134,18161,'_recurrence_days','0'),(144135,18161,'_recurrence_byday',''),(144136,18161,'_recurrence_byweekno',''),(144137,18161,'_start_ts','1401062400'),(144138,18161,'_end_ts','1401062400'),(144147,18163,'_edit_last','1837'),(144148,18163,'_edit_lock','1395168567:1837'),(144151,18163,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144152,18163,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144153,18163,'_event_id','2541'),(144154,18163,'_event_start_time','00:00:00'),(144155,18163,'_event_end_time','00:00:00'),(144156,18163,'_event_all_day','1'),(144157,18163,'_event_start_date','2014-06-01'),(144158,18163,'_event_end_date','2014-06-30'),(144159,18163,'_event_rsvp','0'),(144160,18163,'_event_rsvp_date',''),(144161,18163,'_event_rsvp_time','00:00:00'),(144162,18163,'_event_spaces',''),(144163,18163,'_location_id','16'),(144164,18163,'_recurrence_id',''),(144165,18163,'_event_status','1'),(144166,18163,'_event_private','0'),(144167,18163,'_event_date_created',''),(144168,18163,'_event_date_modified',''),(144169,18163,'_blog_id',''),(144170,18163,'_group_id','0'),(144171,18163,'_recurrence','0'),(144172,18163,'_recurrence_interval',''),(144173,18163,'_recurrence_freq',''),(144174,18163,'_recurrence_days','0'),(144175,18163,'_recurrence_byday',''),(144176,18163,'_recurrence_byweekno',''),(144177,18163,'_start_ts','1401580800'),(144178,18163,'_end_ts','1404086400'),(144179,18168,'_edit_last','1837'),(144180,18168,'_edit_lock','1395168531:1837'),(144183,18168,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144184,18168,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144185,18168,'_event_id','2542'),(144186,18168,'_event_start_time','00:00:00'),(144187,18168,'_event_end_time','00:00:00'),(144188,18168,'_event_all_day','1'),(144189,18168,'_event_start_date','2014-07-01'),(144190,18168,'_event_end_date','2014-07-31'),(144191,18168,'_event_rsvp','0'),(144192,18168,'_event_rsvp_date',''),(144193,18168,'_event_rsvp_time','00:00:00'),(144194,18168,'_event_spaces',''),(144195,18168,'_location_id','16'),(144196,18168,'_recurrence_id',''),(144197,18168,'_event_status','1'),(144198,18168,'_event_private','0'),(144199,18168,'_event_date_created',''),(144200,18168,'_event_date_modified',''),(144201,18168,'_blog_id',''),(144202,18168,'_group_id','0'),(144203,18168,'_recurrence','0'),(144204,18168,'_recurrence_interval',''),(144205,18168,'_recurrence_freq',''),(144206,18168,'_recurrence_days','0'),(144207,18168,'_recurrence_byday',''),(144208,18168,'_recurrence_byweekno',''),(144209,18168,'_start_ts','1404172800'),(144210,18168,'_end_ts','1406764800'),(144211,18169,'_edit_last','1837'),(144212,18169,'_edit_lock','1395168771:1837'),(144215,18169,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144216,18169,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144217,18169,'_event_id','2543'),(144218,18169,'_event_start_time','00:00:00'),(144219,18169,'_event_end_time','00:00:00'),(144220,18169,'_event_all_day','1'),(144221,18169,'_event_start_date','2014-07-01'),(144222,18169,'_event_end_date','2014-07-31'),(144223,18169,'_event_rsvp','0'),(144224,18169,'_event_rsvp_date',''),(144225,18169,'_event_rsvp_time','00:00:00'),(144226,18169,'_event_spaces',''),(144227,18169,'_location_id','16'),(144228,18169,'_recurrence_id',''),(144229,18169,'_event_status','1'),(144230,18169,'_event_private','0'),(144231,18169,'_event_date_created',''),(144232,18169,'_event_date_modified',''),(144233,18169,'_blog_id',''),(144234,18169,'_group_id','0'),(144235,18169,'_recurrence','0'),(144236,18169,'_recurrence_interval',''),(144237,18169,'_recurrence_freq',''),(144238,18169,'_recurrence_days','0'),(144239,18169,'_recurrence_byday',''),(144240,18169,'_recurrence_byweekno',''),(144241,18169,'_start_ts','1404172800'),(144242,18169,'_end_ts','1406764800'),(144243,18171,'_edit_last','1837'),(144244,18171,'_edit_lock','1395168755:1837'),(144247,18171,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144248,18171,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144249,18171,'_event_id','2544'),(144250,18171,'_event_start_time','00:00:00'),(144251,18171,'_event_end_time','00:00:00'),(144252,18171,'_event_all_day','1'),(144253,18171,'_event_start_date','2014-07-01'),(144254,18171,'_event_end_date','2014-07-31'),(144255,18171,'_event_rsvp','0'),(144256,18171,'_event_rsvp_date',''),(144257,18171,'_event_rsvp_time','00:00:00'),(144258,18171,'_event_spaces',''),(144259,18171,'_location_id','16'),(144260,18171,'_recurrence_id',''),(144261,18171,'_event_status','1'),(144262,18171,'_event_private','0'),(144263,18171,'_event_date_created',''),(144264,18171,'_event_date_modified',''),(144265,18171,'_blog_id',''),(144266,18171,'_group_id','0'),(144267,18171,'_recurrence','0'),(144268,18171,'_recurrence_interval',''),(144269,18171,'_recurrence_freq',''),(144270,18171,'_recurrence_days','0'),(144271,18171,'_recurrence_byday',''),(144272,18171,'_recurrence_byweekno',''),(144273,18171,'_start_ts','1404172800'),(144274,18171,'_end_ts','1406764800'),(144275,18172,'_edit_last','1837'),(144276,18172,'_edit_lock','1395168809:1837'),(144279,18172,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144280,18172,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144281,18172,'_event_id','2545'),(144282,18172,'_event_start_time','00:00:00'),(144283,18172,'_event_end_time','00:00:00'),(144284,18172,'_event_all_day','1'),(144285,18172,'_event_start_date','2014-07-01'),(144286,18172,'_event_end_date','2014-07-31'),(144287,18172,'_event_rsvp','0'),(144288,18172,'_event_rsvp_date',''),(144289,18172,'_event_rsvp_time','00:00:00'),(144290,18172,'_event_spaces',''),(144291,18172,'_location_id','16'),(144292,18172,'_recurrence_id',''),(144293,18172,'_event_status','1'),(144294,18172,'_event_private','0'),(144295,18172,'_event_date_created',''),(144296,18172,'_event_date_modified',''),(144297,18172,'_blog_id',''),(144298,18172,'_group_id','0'),(144299,18172,'_recurrence','0'),(144300,18172,'_recurrence_interval',''),(144301,18172,'_recurrence_freq',''),(144302,18172,'_recurrence_days','0'),(144303,18172,'_recurrence_byday',''),(144304,18172,'_recurrence_byweekno',''),(144305,18172,'_start_ts','1404172800'),(144306,18172,'_end_ts','1406764800'),(144309,18098,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144310,18098,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144311,18173,'_edit_last','1837'),(144312,18173,'_edit_lock','1395169703:1837'),(144315,18173,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144316,18173,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144317,18173,'_event_id','2546'),(144318,18173,'_event_start_time','00:00:00'),(144319,18173,'_event_end_time','00:00:00'),(144320,18173,'_event_all_day','1'),(144321,18173,'_event_start_date','2014-08-01'),(144322,18173,'_event_end_date','2014-08-01'),(144323,18173,'_event_rsvp','0'),(144324,18173,'_event_rsvp_date',''),(144325,18173,'_event_rsvp_time','00:00:00'),(144326,18173,'_event_spaces',''),(144327,18173,'_location_id','16'),(144328,18173,'_recurrence_id',''),(144329,18173,'_event_status','1'),(144330,18173,'_event_private','0'),(144331,18173,'_event_date_created',''),(144332,18173,'_event_date_modified',''),(144333,18173,'_blog_id',''),(144334,18173,'_group_id','0'),(144335,18173,'_recurrence','0'),(144336,18173,'_recurrence_interval',''),(144337,18173,'_recurrence_freq',''),(144338,18173,'_recurrence_days','0'),(144339,18173,'_recurrence_byday',''),(144340,18173,'_recurrence_byweekno',''),(144341,18173,'_start_ts','1406851200'),(144342,18173,'_end_ts','1406851200'),(144343,18175,'_edit_last','1837'),(144344,18175,'_edit_lock','1395170001:1837'),(144347,18175,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144348,18175,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144349,18175,'_event_id','2547'),(144350,18175,'_event_start_time','00:00:00'),(144351,18175,'_event_end_time','00:00:00'),(144352,18175,'_event_all_day','1'),(144353,18175,'_event_start_date','2014-08-01'),(144354,18175,'_event_end_date','2014-08-31'),(144355,18175,'_event_rsvp','0'),(144356,18175,'_event_rsvp_date',''),(144357,18175,'_event_rsvp_time','00:00:00'),(144358,18175,'_event_spaces',''),(144359,18175,'_location_id','16'),(144360,18175,'_recurrence_id',''),(144361,18175,'_event_status','1'),(144362,18175,'_event_private','0'),(144363,18175,'_event_date_created',''),(144364,18175,'_event_date_modified',''),(144365,18175,'_blog_id',''),(144366,18175,'_group_id','0'),(144367,18175,'_recurrence','0'),(144368,18175,'_recurrence_interval',''),(144369,18175,'_recurrence_freq',''),(144370,18175,'_recurrence_days','0'),(144371,18175,'_recurrence_byday',''),(144372,18175,'_recurrence_byweekno',''),(144373,18175,'_start_ts','1406851200'),(144374,18175,'_end_ts','1409443200'),(144375,18177,'_edit_last','1837'),(144376,18177,'_edit_lock','1395170036:1837'),(144379,18177,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144380,18177,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144381,18177,'_event_id','2548'),(144382,18177,'_event_start_time','00:00:00'),(144383,18177,'_event_end_time','00:00:00'),(144384,18177,'_event_all_day','1'),(144385,18177,'_event_start_date','2014-08-01'),(144386,18177,'_event_end_date','2014-08-31'),(144387,18177,'_event_rsvp','0'),(144388,18177,'_event_rsvp_date',''),(144389,18177,'_event_rsvp_time','00:00:00'),(144390,18177,'_event_spaces',''),(144391,18177,'_location_id','16'),(144392,18177,'_recurrence_id',''),(144393,18177,'_event_status','1'),(144394,18177,'_event_private','0'),(144395,18177,'_event_date_created',''),(144396,18177,'_event_date_modified',''),(144397,18177,'_blog_id',''),(144398,18177,'_group_id','0'),(144399,18177,'_recurrence','0'),(144400,18177,'_recurrence_interval',''),(144401,18177,'_recurrence_freq',''),(144402,18177,'_recurrence_days','0'),(144403,18177,'_recurrence_byday',''),(144404,18177,'_recurrence_byweekno',''),(144405,18177,'_start_ts','1406851200'),(144406,18177,'_end_ts','1409443200'),(144407,18178,'_edit_last','1837'),(144408,18178,'_edit_lock','1395170106:1837'),(144411,18178,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144412,18178,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144413,18178,'_event_id','2549'),(144414,18178,'_event_start_time','00:00:00'),(144415,18178,'_event_end_time','00:00:00'),(144416,18178,'_event_all_day','1'),(144417,18178,'_event_start_date','2014-08-01'),(144418,18178,'_event_end_date','2014-08-31'),(144419,18178,'_event_rsvp','0'),(144420,18178,'_event_rsvp_date',''),(144421,18178,'_event_rsvp_time','00:00:00'),(144422,18178,'_event_spaces',''),(144423,18178,'_location_id','16'),(144424,18178,'_recurrence_id',''),(144425,18178,'_event_status','1'),(144426,18178,'_event_private','0'),(144427,18178,'_event_date_created',''),(144428,18178,'_event_date_modified',''),(144429,18178,'_blog_id',''),(144430,18178,'_group_id','0'),(144431,18178,'_recurrence','0'),(144432,18178,'_recurrence_interval',''),(144433,18178,'_recurrence_freq',''),(144434,18178,'_recurrence_days','0'),(144435,18178,'_recurrence_byday',''),(144436,18178,'_recurrence_byweekno',''),(144437,18178,'_start_ts','1406851200'),(144438,18178,'_end_ts','1409443200'),(144439,18179,'_edit_last','1837'),(144440,18179,'_edit_lock','1395170963:1837'),(144443,18179,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144444,18179,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(144445,18179,'_event_id','2550'),(144446,18179,'_event_start_time','00:00:00'),(144447,18179,'_event_end_time','00:00:00'),(144448,18179,'_event_all_day','1'),(144449,18179,'_event_start_date','2014-09-01'),(144450,18179,'_event_end_date','2014-09-30'),(144451,18179,'_event_rsvp','0'),(144452,18179,'_event_rsvp_date',''),(144453,18179,'_event_rsvp_time','00:00:00'),(144454,18179,'_event_spaces',''),(144455,18179,'_location_id','16'),(144456,18179,'_recurrence_id',''),(144457,18179,'_event_status','1'),(144458,18179,'_event_private','0'),(144459,18179,'_event_date_created',''),(144460,18179,'_event_date_modified',''),(144461,18179,'_blog_id',''),(144462,18179,'_group_id','0'),(144463,18179,'_recurrence','0'),(144464,18179,'_recurrence_interval',''),(144465,18179,'_recurrence_freq',''),(144466,18179,'_recurrence_days','0'),(144467,18179,'_recurrence_byday',''),(144468,18179,'_recurrence_byweekno',''),(144469,18179,'_start_ts','1409529600'),(144470,18179,'_end_ts','1412035200'),(144477,18182,'_wp_attached_file','AlliedMembershipFormMarch12executable2.pdf'),(144478,18182,'_edit_lock','1395175373:2'),(144507,18191,'_feedback_author',''),(144508,18191,'_feedback_author_email',''),(144509,18191,'_feedback_author_url',''),(144510,18191,'_feedback_subject','Signup form OneCaribbean'),(144511,18191,'_feedback_ip','10.17.1.254'),(144512,18191,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(144513,18191,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"Nadim Kara\";s:13:\"Email address\";s:20:\"kara@sciencenorth.ca\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:13:\"Science North\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:6:\"Museum\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(144514,18191,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"Nadim Kara\";s:13:\"Email address\";s:20:\"kara@sciencenorth.ca\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:13:\"Science North\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:6:\"Museum\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(144515,18191,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-3a3823d8-b707-4519-8bc4-8cfa98328ec1\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"39115\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"545\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"63.135.6.92\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"545\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395238566.7659\";s:12:\"REQUEST_TIME\";s:10:\"1395238566\";}'),(144516,18191,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:498:\"Name: Nadim Kara\n\nEmail address: kara@sciencenorth.ca\n\nCountry of Residence: Canada\n\nName of Organization/Company: Science North\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Museum\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday March 19, 2014 at 10:16 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(144583,18209,'_edit_last','2'),(144584,18209,'_edit_lock','1395254013:2'),(144585,18209,'truethemes_video_url',''),(144586,18209,'truethemes_external_image_url',''),(144587,18209,'truethemes_slider_shortcode',''),(144588,18209,'truethemes_slider_cu3er',''),(144607,18209,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(144608,18209,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(144729,16624,'_edit_lock','1395254751:2'),(144835,18248,'_edit_last','2'),(144836,18248,'_edit_lock','1406648590:2'),(144841,18248,'truethemes_page_checkbox',''),(144842,18248,'truethemes_custom_sub_menu',''),(144843,18248,'truethemes_slider_shortcode',''),(144844,18248,'truethemes_slider_cu3er',''),(144845,18248,'banner_search','yes'),(144846,18248,'page_primary_color_scheme','primary-green.css'),(144847,18248,'page_secondary_color_scheme','null'),(144848,18248,'page_background_color','#'),(144849,18248,'page_background_position','left top'),(144850,18248,'page_background_repeat','repeat'),(144853,18248,'_wp_page_template','default'),(144906,18264,'_wp_attached_file','gregphillipnevis.jpg'),(144907,18264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:240;s:4:\"file\";s:20:\"gregphillipnevis.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gregphillipnevis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(144941,18271,'_feedback_author',''),(144942,18271,'_feedback_author_email',''),(144943,18271,'_feedback_author_url',''),(144944,18271,'_feedback_subject','Signup form OneCaribbean'),(144945,18271,'_feedback_ip','190.80.67.161'),(144946,18271,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(144947,18271,'_feedback_all_fields','a:12:{s:4:\"Name\";s:20:\"Dhaneshwar Deonarine\";s:13:\"Email address\";s:17:\"deomcys@gmail.com\";s:20:\"Country of Residence\";s:6:\"Guyana\";s:28:\"Name of Organization/Company\";s:44:\"Ministry of Tourism, Industry & Commerce\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(144948,18271,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:20:\"Dhaneshwar Deonarine\";s:13:\"Email address\";s:17:\"deomcys@gmail.com\";s:20:\"Country of Residence\";s:6:\"Guyana\";s:28:\"Name of Organization/Company\";s:40:\"Ministry of Tourism, Industry & Commerce\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(144949,18271,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:13:\"190.80.67.161\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:13:\"190.80.67.161\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c8b3e8bb-c360-42df-9607-d5793dc29644\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50220\";s:11:\"REMOTE_HOST\";s:13:\"190.80.67.161\";s:11:\"REMOTE_ADDR\";s:13:\"190.80.67.161\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"591\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"591\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395532133.4072\";s:12:\"REQUEST_TIME\";s:10:\"1395532133\";}'),(144950,18271,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:491:\"Name: Dhaneshwar Deonarine\n\nEmail address: deomcys@gmail.com\n\nCountry of Residence: Guyana\n\nName of Organization/Company: Ministry of Tourism, Industry & Commerce\n\nWhich best describes you?: Ministry of Tourism\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Saturday March 22, 2014 at 7:48 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(144951,18272,'_feedback_author',''),(144952,18272,'_feedback_author_email',''),(144953,18272,'_feedback_author_url',''),(144954,18272,'_feedback_subject','Signup form OneCaribbean'),(144955,18272,'_feedback_ip','10.17.1.254'),(144956,18272,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(144957,18272,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Ljxbdqpj\";s:13:\"Email address\";s:21:\"smwqggkw@qrarjwdg.com\";s:20:\"Country of Residence\";s:6:\"772870\";s:28:\"Name of Organization/Company\";s:8:\"Ljxbdqpj\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:18:\"FFtVifvEWQvnHShTmR\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(144958,18272,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Ljxbdqpj\";s:13:\"Email address\";s:21:\"smwqggkw@qrarjwdg.com\";s:20:\"Country of Residence\";s:6:\"772870\";s:28:\"Name of Organization/Company\";s:8:\"Ljxbdqpj\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:18:\"FFtVifvEWQvnHShTmR\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(144959,18272,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-fd02226f-77b3-489d-9070-f64c223d6593\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53188\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"337\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.207.7.141\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"337\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395539170.5339\";s:12:\"REQUEST_TIME\";s:10:\"1395539170\";}'),(144960,18272,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:300:\"Name: Ljxbdqpj\n\nEmail address: smwqggkw@qrarjwdg.com\n\nCountry of Residence: 772870\n\nName of Organization/Company: Ljxbdqpj\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: FFtVifvEWQvnHShTmR\n\nMessage was sent on Saturday March 22, 2014 at 9:46 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(144961,18273,'_feedback_author',''),(144962,18273,'_feedback_author_email',''),(144963,18273,'_feedback_author_url',''),(144964,18273,'_feedback_subject','Signup form OneCaribbean'),(144965,18273,'_feedback_ip','10.17.1.254'),(144966,18273,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(144967,18273,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"ANGIE SMITH\";s:13:\"Email address\";s:21:\"ANGIE@VIVACATIONS.COM\";s:20:\"Country of Residence\";s:4:\"USVI\";s:28:\"Name of Organization/Company\";s:12:\"VIVA! VILLAS\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:19:\"VILLA RENTAL AGENCY\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(144968,18273,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"ANGIE SMITH\";s:13:\"Email address\";s:21:\"ANGIE@VIVACATIONS.COM\";s:20:\"Country of Residence\";s:4:\"USVI\";s:28:\"Name of Organization/Company\";s:12:\"VIVA! VILLAS\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:19:\"VILLA RENTAL AGENCY\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(144969,18273,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4cc6d86e-8d4e-4cef-9eee-084a641d22f6\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"42150\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"557\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"208.30.109.56\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"557\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395674892.0299\";s:12:\"REQUEST_TIME\";s:10:\"1395674892\";}'),(144970,18273,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:507:\"Name: ANGIE SMITH\n\nEmail address: ANGIE@VIVACATIONS.COM\n\nCountry of Residence: USVI\n\nName of Organization/Company: VIVA! VILLAS\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: VILLA RENTAL AGENCY\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday March 24, 2014 at 11:28 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(144971,18274,'_edit_last','2'),(144972,18274,'_edit_lock','1395683673:2'),(144973,18274,'truethemes_video_url',''),(144974,18274,'truethemes_external_image_url',''),(144975,18274,'truethemes_slider_shortcode',''),(144976,18274,'truethemes_slider_cu3er',''),(144985,18274,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(144986,18274,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(145032,18282,'_feedback_author',''),(145033,18282,'_feedback_author_email',''),(145034,18282,'_feedback_author_url',''),(145035,18282,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(145036,18282,'_feedback_ip','10.17.1.254'),(145037,18282,'_feedback_contact_form_url','http://www.onecaribbean.org/about-allied-membership/allied-membership-form/'),(145038,18282,'_feedback_all_fields','a:16:{s:13:\"Company Name:\";s:20:\"PLANNED 2 PERFECTION\";s:42:\"Primary Representative (First, Last Name):\";s:14:\"CAMILLE JOCSAK\";s:15:\"Title/Position:\";s:15:\"PRESIDENT/OWNER\";s:15:\"Street Address:\";s:22:\"1735 FEATHERSTON COURT\";s:5:\"City:\";s:11:\"MISSISSAUGA\";s:6:\"State:\";s:7:\"ONTARIO\";s:3:\"Zip\";s:7:\"L5L 3E2\";s:7:\"Country\";s:6:\"CANADA\";s:35:\"Phone (include country/area codes):\";s:10:\"4163477440\";s:4:\"Fax:\";s:10:\"9056077670\";s:6:\"Email:\";s:29:\"cjocsak@planned2perfection.ca\";s:8:\"Website:\";s:25:\"www.planned2perfection.ca\";s:42:\"Description of Company (maximum 100 words)\";s:1312:\"Planned 2 Perfections is a full service Event and Fundraising Planning and Design firm focused on creating customized events to suit every budget and timeline. \r\n\r\nCreating and Managing events of all sizes, themes and diverse backgrounds, has earned Planned 2 Perfection a reputation for creating fabulous and stress free events! Our team uphold themselves to high standards and are experts at organizing and executing all types of events with attention to even the finest detail. \r\n\r\nWhether you are having a small intimate gathering, a grand formal affair or a corporate event for clients or staff, Planned 2 Perfection will service your needs with creativity and expertise. Our network of trusted vendors, venue locations and musicians/artists ensure that every aspect of your event is top quality.\r\n\r\nRegardless of the service you require Planned 2 Perfection will ensure that your event and the months and days leading up to it will be managed with the utmost of dedication and professionalism.\r\n\r\nOur own graphic art team can create your invitations and print work to suit the theme of the event at a price that fits right within your budget, whether your design requirements are for paper or electronically.\r\n\r\nMember of the Barbados Hospitality and Tourism Association\r\nCertified Master Agent AMResorts\r\n\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:0:\"\";s:31:\"How did you hear about the CTO?\";s:0:\"\";s:42:\"Type of Business, Company or Organization:\";s:12:\"Travel agent\";}'),(145039,18282,'_feedback_extra_fields','a:15:{s:13:\"Company Name:\";s:20:\"PLANNED 2 PERFECTION\";s:42:\"Primary Representative (First, Last Name):\";s:14:\"CAMILLE JOCSAK\";s:15:\"Title/Position:\";s:15:\"PRESIDENT/OWNER\";s:15:\"Street Address:\";s:22:\"1735 FEATHERSTON COURT\";s:5:\"City:\";s:11:\"MISSISSAUGA\";s:6:\"State:\";s:7:\"ONTARIO\";s:3:\"Zip\";s:7:\"L5L 3E2\";s:7:\"Country\";s:6:\"CANADA\";s:35:\"Phone (include country/area codes):\";s:10:\"4163477440\";s:4:\"Fax:\";s:10:\"9056077670\";s:6:\"Email:\";s:29:\"cjocsak@planned2perfection.ca\";s:8:\"Website:\";s:25:\"www.planned2perfection.ca\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:0:\"\";s:31:\"How did you hear about the CTO?\";s:0:\"\";s:42:\"Type of Business, Company or Organization:\";s:12:\"Travel agent\";}'),(145040,18282,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:1310:\"Planned 2 Perfections is a full service Event and Fundraising Planning and Design firm focused on creating customized events to suit every budget and timeline. \r\n\r\nCreating and Managing events of all sizes, themes and diverse backgrounds, has earned Planned 2 Perfection a reputation for creating fabulous and stress free events! Our team uphold themselves to high standards and are experts at organizing and executing all types of events with attention to even the finest detail. \r\n\r\nWhether you are having a small intimate gathering, a grand formal affair or a corporate event for clients or staff, Planned 2 Perfection will service your needs with creativity and expertise. Our network of trusted vendors, venue locations and musicians/artists ensure that every aspect of your event is top quality.\r\n\r\nRegardless of the service you require Planned 2 Perfection will ensure that your event and the months and days leading up to it will be managed with the utmost of dedication and professionalism.\r\n\r\nOur own graphic art team can create your invitations and print work to suit the theme of the event at a price that fits right within your budget, whether your design requirements are for paper or electronically.\r\n\r\nMember of the Barbados Hospitality and Tourism Association\r\nCertified Master Agent AMResorts\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9\";s:8:\"referrer\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:48:\"/about-allied-membership/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ae26bd20-5283-43ff-b338-0742585cb102\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56066\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:4:\"2262\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"99.230.141.178\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9\";s:12:\"HTTP_REFERER\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:4:\"2262\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395692216.6991\";s:12:\"REQUEST_TIME\";s:10:\"1395692216\";}'),(145041,18282,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:1853:\"Company Name:: PLANNED 2 PERFECTION\n\nPrimary Representative (First, Last Name):: CAMILLE JOCSAK\n\nTitle/Position:: PRESIDENT/OWNER\n\nStreet Address:: 1735 FEATHERSTON COURT\n\nCity:: MISSISSAUGA\n\nState:: ONTARIO\n\nZip: L5L 3E2\n\nCountry: CANADA\n\nPhone (include country/area codes):: 4163477440\n\nFax:: 9056077670\n\nEmail:: cjocsak@planned2perfection.ca\n\nWebsite:: www.planned2perfection.ca\n\nType of Business, Company or Organization:: Travel agent\n\nDescription of Company (maximum 100 words) : Planned 2 Perfections is a full service Event and Fundraising Planning and Design firm focused on creating customized events to suit every budget and timeline. \r\n\r\nCreating and Managing events of all sizes, themes and diverse backgrounds, has earned Planned 2 Perfection a reputation for creating fabulous and stress free events! Our team uphold themselves to high standards and are experts at organizing and executing all types of events with attention to even the finest detail. \r\n\r\nWhether you are having a small intimate gathering, a grand formal affair or a corporate event for clients or staff, Planned 2 Perfection will service your needs with creativity and expertise. Our network of trusted vendors, venue locations and musicians/artists ensure that every aspect of your event is top quality.\r\n\r\nRegardless of the service you require Planned 2 Perfection will ensure that your event and the months and days leading up to it will be managed with the utmost of dedication and professionalism.\r\n\r\nOur own graphic art team can create your invitations and print work to suit the theme of the event at a price that fits right within your budget, whether your design requirements are for paper or electronically.\r\n\r\nMember of the Barbados Hospitality and Tourism Association\r\nCertified Master Agent AMResorts \n\n\nMessage was sent on Monday March 24, 2014 at 4:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(145042,18283,'_feedback_author',''),(145043,18283,'_feedback_author_email',''),(145044,18283,'_feedback_author_url',''),(145045,18283,'_feedback_subject','Signup form OneCaribbean'),(145046,18283,'_feedback_ip','204.14.157.59'),(145047,18283,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(145048,18283,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"Katie More\";s:13:\"Email address\";s:16:\"katie@viator.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(145049,18283,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"Katie More\";s:13:\"Email address\";s:16:\"katie@viator.com\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(145050,18283,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:13:\"204.14.157.59\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:13:\"204.14.157.59\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-4332c673-d3d4-4f8a-9f1f-b262cb31d736\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44554\";s:11:\"REMOTE_HOST\";s:13:\"204.14.157.59\";s:11:\"REMOTE_ADDR\";s:13:\"204.14.157.59\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"379\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"379\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395696357.3921\";s:12:\"REQUEST_TIME\";s:10:\"1395696357\";}'),(145051,18283,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:253:\"Name: Katie More\n\nEmail address: katie@viator.com\n\nCountry of Residence: USA\n\nWhich best describes you?: Travel agency\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Monday March 24, 2014 at 5:25 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(145052,18284,'_wp_attached_file','mariacarmencuba.jpg'),(145053,18284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:121;s:4:\"file\";s:19:\"mariacarmencuba.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395743871;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(145150,18299,'_edit_last','2'),(145151,18299,'_edit_lock','1395762139:2'),(145152,18299,'truethemes_video_url',''),(145153,18299,'truethemes_external_image_url',''),(145154,18299,'truethemes_slider_shortcode',''),(145155,18299,'truethemes_slider_cu3er',''),(145164,18299,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(145165,18299,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(145166,18302,'_edit_last','2'),(145167,18302,'_edit_lock','1395765000:2'),(145168,18302,'truethemes_video_url',''),(145169,18302,'truethemes_external_image_url',''),(145170,18302,'truethemes_slider_shortcode',''),(145171,18302,'truethemes_slider_cu3er',''),(145180,18302,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(145181,18302,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(145182,18305,'_edit_last','2'),(145183,18305,'_edit_lock','1395765226:2'),(145184,18305,'truethemes_video_url',''),(145185,18305,'truethemes_external_image_url',''),(145186,18305,'truethemes_slider_shortcode',''),(145187,18305,'truethemes_slider_cu3er',''),(145196,18305,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(145197,18305,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(145243,18315,'_wp_attached_file','SDAA-media-Briefing_FINAL.docx'),(145244,18316,'_wp_attached_file','sdaanewlogo.jpg'),(145245,18316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:861;s:6:\"height\";i:176;s:4:\"file\";s:15:\"sdaanewlogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sdaanewlogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sdaanewlogo-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395757541;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(145307,18337,'_edit_last','1837'),(145308,18337,'_edit_lock','1395845561:1837'),(145311,18337,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145312,18337,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145313,18337,'_event_id','2551'),(145314,18337,'_event_start_time','00:00:00'),(145315,18337,'_event_end_time','00:00:00'),(145316,18337,'_event_all_day','1'),(145317,18337,'_event_start_date','2014-03-31'),(145318,18337,'_event_end_date','2014-03-31'),(145319,18337,'_event_rsvp','0'),(145320,18337,'_event_rsvp_date',''),(145321,18337,'_event_rsvp_time','00:00:00'),(145322,18337,'_event_spaces',''),(145323,18337,'_location_id','29'),(145324,18337,'_recurrence_id',''),(145325,18337,'_event_status','1'),(145326,18337,'_event_private','0'),(145327,18337,'_event_date_created',''),(145328,18337,'_event_date_modified',''),(145329,18337,'_blog_id',''),(145330,18337,'_group_id','0'),(145331,18337,'_recurrence','0'),(145332,18337,'_recurrence_interval',''),(145333,18337,'_recurrence_freq',''),(145334,18337,'_recurrence_days','0'),(145335,18337,'_recurrence_byday',''),(145336,18337,'_recurrence_byweekno',''),(145337,18337,'_start_ts','1396224000'),(145338,18337,'_end_ts','1396224000'),(145339,18338,'_edit_last','1837'),(145340,18338,'_edit_lock','1395845669:1837'),(145343,18338,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145344,18338,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145345,18338,'_event_id','2552'),(145346,18338,'_event_start_time','00:00:00'),(145347,18338,'_event_end_time','00:00:00'),(145348,18338,'_event_all_day','1'),(145349,18338,'_event_start_date','2014-04-02'),(145350,18338,'_event_end_date','2014-04-02'),(145351,18338,'_event_rsvp','0'),(145352,18338,'_event_rsvp_date',''),(145353,18338,'_event_rsvp_time','00:00:00'),(145354,18338,'_event_spaces',''),(145355,18338,'_location_id','29'),(145356,18338,'_recurrence_id',''),(145357,18338,'_event_status','1'),(145358,18338,'_event_private','0'),(145359,18338,'_event_date_created',''),(145360,18338,'_event_date_modified',''),(145361,18338,'_blog_id',''),(145362,18338,'_group_id','0'),(145363,18338,'_recurrence','0'),(145364,18338,'_recurrence_interval',''),(145365,18338,'_recurrence_freq',''),(145366,18338,'_recurrence_days','0'),(145367,18338,'_recurrence_byday',''),(145368,18338,'_recurrence_byweekno',''),(145369,18338,'_start_ts','1396396800'),(145370,18338,'_end_ts','1396396800'),(145383,18344,'_wp_attached_file','SDAA-media-briefing_FINAL.-25-03-14.docx'),(145384,18345,'_wp_attached_file','SDAA-press-release_FINAL.-25-03-14.doc'),(145385,18346,'_wp_attached_file','SDAA-agenda_FINAL-25-03-14.docx'),(145386,18346,'_edit_lock','1395854984:2'),(145411,18355,'_feedback_author',''),(145412,18355,'_feedback_author_email',''),(145413,18355,'_feedback_author_url',''),(145414,18355,'_feedback_subject','Signup form OneCaribbean'),(145415,18355,'_feedback_ip','10.17.1.254'),(145416,18355,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(145417,18355,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"peter gressens\";s:13:\"Email address\";s:17:\"pgressens@att.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:10:\"Banyon LLC\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(145418,18355,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"peter gressens\";s:13:\"Email address\";s:17:\"pgressens@att.net\";s:20:\"Country of Residence\";s:3:\"USA\";s:28:\"Name of Organization/Company\";s:10:\"Banyon LLC\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(145419,18355,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-e8075a53-43d7-4203-85b1-c9ea349294ea\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44310\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"534\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"108.210.96.219\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"534\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1395860401.0534\";s:12:\"REQUEST_TIME\";s:10:\"1395860401\";}'),(145420,18355,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:435:\"Name: peter gressens\n\nEmail address: pgressens@att.net\n\nCountry of Residence: USA\n\nName of Organization/Company: Banyon LLC\n\nWhich best describes you?: Hotel\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday March 26, 2014 at 3:00 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(145481,18373,'_wp_attached_file','logosdaa.jpg'),(145482,18373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2474;s:6:\"height\";i:511;s:4:\"file\";s:12:\"logosdaa.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"logosdaa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logosdaa-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"logosdaa-1024x211.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(145610,18399,'_edit_last','1837'),(145611,18399,'_edit_lock','1396014657:1837'),(145616,18399,'_event_id','2553'),(145617,18399,'_event_start_time','00:00:00'),(145618,18399,'_event_end_time','00:00:00'),(145619,18399,'_event_all_day','1'),(145620,18399,'_event_start_date','2014-05-24'),(145621,18399,'_event_end_date','2014-05-25'),(145622,18399,'_event_rsvp','0'),(145623,18399,'_event_rsvp_date',''),(145624,18399,'_event_rsvp_time','00:00:00'),(145625,18399,'_event_spaces',''),(145626,18399,'_location_id','29'),(145627,18399,'_recurrence_id',''),(145628,18399,'_event_status','1'),(145629,18399,'_event_private','0'),(145630,18399,'_event_date_created',''),(145631,18399,'_event_date_modified',''),(145632,18399,'_blog_id',''),(145633,18399,'_group_id','0'),(145634,18399,'_recurrence','0'),(145635,18399,'_recurrence_interval',''),(145636,18399,'_recurrence_freq',''),(145637,18399,'_recurrence_days','0'),(145638,18399,'_recurrence_byday',''),(145639,18399,'_recurrence_byweekno',''),(145640,18399,'_start_ts','1400889600'),(145641,18399,'_end_ts','1400976000'),(145652,18399,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145653,18399,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145654,18400,'_edit_last','1837'),(145655,18400,'_edit_lock','1396017751:1837'),(145660,18400,'_event_id','2554'),(145661,18400,'_event_start_time','00:00:00'),(145662,18400,'_event_end_time','00:00:00'),(145663,18400,'_event_all_day','1'),(145664,18400,'_event_start_date','2014-06-01'),(145665,18400,'_event_end_date','2014-06-30'),(145666,18400,'_event_rsvp','0'),(145667,18400,'_event_rsvp_date',''),(145668,18400,'_event_rsvp_time','00:00:00'),(145669,18400,'_event_spaces',''),(145670,18400,'_location_id','29'),(145671,18400,'_recurrence_id',''),(145672,18400,'_event_status','1'),(145673,18400,'_event_private','0'),(145674,18400,'_event_date_created',''),(145675,18400,'_event_date_modified',''),(145676,18400,'_blog_id',''),(145677,18400,'_group_id','0'),(145678,18400,'_recurrence','0'),(145679,18400,'_recurrence_interval',''),(145680,18400,'_recurrence_freq',''),(145681,18400,'_recurrence_days','0'),(145682,18400,'_recurrence_byday',''),(145683,18400,'_recurrence_byweekno',''),(145684,18400,'_start_ts','1401580800'),(145685,18400,'_end_ts','1404086400'),(145688,18400,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145689,18400,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145690,18402,'_edit_last','1837'),(145691,18402,'_edit_lock','1396017802:1837'),(145692,18404,'_edit_last','1837'),(145693,18404,'_edit_lock','1396019138:1837'),(145696,18404,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145697,18404,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145698,18404,'_event_id','2555'),(145699,18404,'_event_start_time','00:00:00'),(145700,18404,'_event_end_time','00:00:00'),(145701,18404,'_event_all_day','1'),(145702,18404,'_event_start_date','2014-11-30'),(145703,18404,'_event_end_date','2014-11-30'),(145704,18404,'_event_rsvp','0'),(145705,18404,'_event_rsvp_date',''),(145706,18404,'_event_rsvp_time','00:00:00'),(145707,18404,'_event_spaces',''),(145708,18404,'_location_id','29'),(145709,18404,'_recurrence_id',''),(145710,18404,'_event_status','1'),(145711,18404,'_event_private','0'),(145712,18404,'_event_date_created',''),(145713,18404,'_event_date_modified',''),(145714,18404,'_blog_id',''),(145715,18404,'_group_id','0'),(145716,18404,'_recurrence','0'),(145717,18404,'_recurrence_interval',''),(145718,18404,'_recurrence_freq',''),(145719,18404,'_recurrence_days','0'),(145720,18404,'_recurrence_byday',''),(145721,18404,'_recurrence_byweekno',''),(145722,18404,'_start_ts','1417305600'),(145723,18404,'_end_ts','1417305600'),(145724,18406,'_edit_last','1837'),(145725,18406,'_edit_lock','1396021349:1837'),(145728,18406,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145729,18406,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145730,18406,'_event_id','2556'),(145731,18406,'_event_start_time','00:00:00'),(145732,18406,'_event_end_time','00:00:00'),(145733,18406,'_event_all_day','1'),(145734,18406,'_event_start_date','2014-04-06'),(145735,18406,'_event_end_date','2014-04-12'),(145736,18406,'_event_rsvp','0'),(145737,18406,'_event_rsvp_date',''),(145738,18406,'_event_rsvp_time','00:00:00'),(145739,18406,'_event_spaces',''),(145740,18406,'_location_id','29'),(145741,18406,'_recurrence_id',''),(145742,18406,'_event_status','1'),(145743,18406,'_event_private','0'),(145744,18406,'_event_date_created',''),(145745,18406,'_event_date_modified',''),(145746,18406,'_blog_id',''),(145747,18406,'_group_id','0'),(145748,18406,'_recurrence','0'),(145749,18406,'_recurrence_interval',''),(145750,18406,'_recurrence_freq',''),(145751,18406,'_recurrence_days','0'),(145752,18406,'_recurrence_byday',''),(145753,18406,'_recurrence_byweekno',''),(145754,18406,'_start_ts','1396742400'),(145755,18406,'_end_ts','1397260800'),(145756,18407,'_edit_last','1837'),(145757,18407,'_edit_lock','1396034372:1837'),(145762,18407,'_event_id','2557'),(145763,18407,'_event_start_time','18:00:00'),(145764,18407,'_event_end_time','22:00:00'),(145765,18407,'_event_all_day','0'),(145766,18407,'_event_start_date','2014-05-02'),(145767,18407,'_event_end_date','2014-05-02'),(145768,18407,'_event_rsvp','0'),(145769,18407,'_event_rsvp_date',''),(145770,18407,'_event_rsvp_time','00:00:00'),(145771,18407,'_event_spaces',''),(145772,18407,'_location_id','29'),(145773,18407,'_recurrence_id',''),(145774,18407,'_event_status','1'),(145775,18407,'_event_private','0'),(145776,18407,'_event_date_created',''),(145777,18407,'_event_date_modified',''),(145778,18407,'_blog_id',''),(145779,18407,'_group_id','0'),(145780,18407,'_recurrence','0'),(145781,18407,'_recurrence_interval',''),(145782,18407,'_recurrence_freq',''),(145783,18407,'_recurrence_days','0'),(145784,18407,'_recurrence_byday',''),(145785,18407,'_recurrence_byweekno',''),(145786,18407,'_start_ts','1399053600'),(145787,18407,'_end_ts','1399068000'),(145788,18409,'_edit_last','1837'),(145789,18409,'_edit_lock','1396033233:1837'),(145792,18409,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145793,18409,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145794,18409,'_event_id','2558'),(145795,18409,'_event_start_time','00:00:00'),(145796,18409,'_event_end_time','00:00:00'),(145797,18409,'_event_all_day','1'),(145798,18409,'_event_start_date','2014-05-04'),(145799,18409,'_event_end_date','2014-05-04'),(145800,18409,'_event_rsvp','0'),(145801,18409,'_event_rsvp_date',''),(145802,18409,'_event_rsvp_time','00:00:00'),(145803,18409,'_event_spaces',''),(145804,18409,'_location_id','29'),(145805,18409,'_recurrence_id',''),(145806,18409,'_event_status','1'),(145807,18409,'_event_private','0'),(145808,18409,'_event_date_created',''),(145809,18409,'_event_date_modified',''),(145810,18409,'_blog_id',''),(145811,18409,'_group_id','0'),(145812,18409,'_recurrence','0'),(145813,18409,'_recurrence_interval',''),(145814,18409,'_recurrence_freq',''),(145815,18409,'_recurrence_days','0'),(145816,18409,'_recurrence_byday',''),(145817,18409,'_recurrence_byweekno',''),(145818,18409,'_start_ts','1399161600'),(145819,18409,'_end_ts','1399161600'),(145820,18410,'_edit_last','1837'),(145821,18410,'_edit_lock','1396033583:1837'),(145824,18410,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145825,18410,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145826,18410,'_event_id','2559'),(145827,18410,'_event_start_time','00:00:00'),(145828,18410,'_event_end_time','00:00:00'),(145829,18410,'_event_all_day','1'),(145830,18410,'_event_start_date','2014-05-04'),(145831,18410,'_event_end_date','2014-05-04'),(145832,18410,'_event_rsvp','0'),(145833,18410,'_event_rsvp_date',''),(145834,18410,'_event_rsvp_time','00:00:00'),(145835,18410,'_event_spaces',''),(145836,18410,'_location_id','29'),(145837,18410,'_recurrence_id',''),(145838,18410,'_event_status','1'),(145839,18410,'_event_private','0'),(145840,18410,'_event_date_created',''),(145841,18410,'_event_date_modified',''),(145842,18410,'_blog_id',''),(145843,18410,'_group_id','0'),(145844,18410,'_recurrence','0'),(145845,18410,'_recurrence_interval',''),(145846,18410,'_recurrence_freq',''),(145847,18410,'_recurrence_days','0'),(145848,18410,'_recurrence_byday',''),(145849,18410,'_recurrence_byweekno',''),(145850,18410,'_start_ts','1399161600'),(145851,18410,'_end_ts','1399161600'),(145852,18411,'_edit_last','1837'),(145853,18411,'_edit_lock','1396034062:1837'),(145856,18411,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145857,18411,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145858,18411,'_event_id','2560'),(145859,18411,'_event_start_time','00:00:00'),(145860,18411,'_event_end_time','00:00:00'),(145861,18411,'_event_all_day','1'),(145862,18411,'_event_start_date','2014-07-06'),(145863,18411,'_event_end_date','2014-07-06'),(145864,18411,'_event_rsvp','0'),(145865,18411,'_event_rsvp_date',''),(145866,18411,'_event_rsvp_time','00:00:00'),(145867,18411,'_event_spaces',''),(145868,18411,'_location_id','29'),(145869,18411,'_recurrence_id',''),(145870,18411,'_event_status','1'),(145871,18411,'_event_private','0'),(145872,18411,'_event_date_created',''),(145873,18411,'_event_date_modified',''),(145874,18411,'_blog_id',''),(145875,18411,'_group_id','0'),(145876,18411,'_recurrence','0'),(145877,18411,'_recurrence_interval',''),(145878,18411,'_recurrence_freq',''),(145879,18411,'_recurrence_days','0'),(145880,18411,'_recurrence_byday',''),(145881,18411,'_recurrence_byweekno',''),(145882,18411,'_start_ts','1404604800'),(145883,18411,'_end_ts','1404604800'),(145886,18407,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145887,18407,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(145900,18415,'_edit_last','2'),(145901,18415,'_edit_lock','1396276329:2'),(145902,18415,'truethemes_video_url',''),(145903,18415,'truethemes_external_image_url',''),(145904,18415,'truethemes_slider_shortcode',''),(145905,18415,'truethemes_slider_cu3er',''),(145914,18415,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(145915,18415,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(145916,18417,'_wp_attached_file','sdaa-Sherry-Tross.doc'),(145923,18420,'_wp_attached_file','ITHM-Brochure.pdf'),(146008,18436,'_edit_last','2'),(146009,18436,'_edit_lock','1396467941:2'),(146010,18436,'truethemes_page_checkbox',''),(146011,18436,'truethemes_custom_sub_menu',''),(146012,18436,'truethemes_slider_shortcode',''),(146013,18436,'truethemes_slider_cu3er',''),(146014,18436,'banner_search','yes'),(146015,18436,'page_primary_color_scheme','null'),(146016,18436,'page_secondary_color_scheme','null'),(146017,18436,'page_background_color','#'),(146018,18436,'page_background_position','left top'),(146019,18436,'page_background_repeat','repeat'),(146022,18436,'_wp_page_template','default'),(146049,18436,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(146050,18436,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(146051,18447,'_edit_last','1837'),(146052,18447,'_edit_lock','1396462561:1837'),(146055,18447,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146056,18447,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146057,18447,'_event_id','2561'),(146058,18447,'_event_start_time','08:00:00'),(146059,18447,'_event_end_time','15:00:00'),(146060,18447,'_event_all_day','0'),(146061,18447,'_event_start_date','2014-09-01'),(146062,18447,'_event_end_date','2014-09-01'),(146063,18447,'_event_rsvp','0'),(146064,18447,'_event_rsvp_date',''),(146065,18447,'_event_rsvp_time','00:00:00'),(146066,18447,'_event_spaces',''),(146067,18447,'_location_id','29'),(146068,18447,'_recurrence_id',''),(146069,18447,'_event_status','1'),(146070,18447,'_event_private','0'),(146071,18447,'_event_date_created',''),(146072,18447,'_event_date_modified',''),(146073,18447,'_blog_id',''),(146074,18447,'_group_id','0'),(146075,18447,'_recurrence','0'),(146076,18447,'_recurrence_interval',''),(146077,18447,'_recurrence_freq',''),(146078,18447,'_recurrence_days','0'),(146079,18447,'_recurrence_byday',''),(146080,18447,'_recurrence_byweekno',''),(146081,18447,'_start_ts','1409558400'),(146082,18447,'_end_ts','1409583600'),(146083,18448,'_edit_last','1837'),(146084,18448,'_edit_lock','1396462759:1837'),(146087,18448,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146088,18448,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146089,18448,'_event_id','2562'),(146090,18448,'_event_start_time','00:00:00'),(146091,18448,'_event_end_time','00:00:00'),(146092,18448,'_event_all_day','1'),(146093,18448,'_event_start_date','2014-10-05'),(146094,18448,'_event_end_date','2014-10-06'),(146095,18448,'_event_rsvp','0'),(146096,18448,'_event_rsvp_date',''),(146097,18448,'_event_rsvp_time','00:00:00'),(146098,18448,'_event_spaces',''),(146099,18448,'_location_id','29'),(146100,18448,'_recurrence_id',''),(146101,18448,'_event_status','1'),(146102,18448,'_event_private','0'),(146103,18448,'_event_date_created',''),(146104,18448,'_event_date_modified',''),(146105,18448,'_blog_id',''),(146106,18448,'_group_id','0'),(146107,18448,'_recurrence','0'),(146108,18448,'_recurrence_interval',''),(146109,18448,'_recurrence_freq',''),(146110,18448,'_recurrence_days','0'),(146111,18448,'_recurrence_byday',''),(146112,18448,'_recurrence_byweekno',''),(146113,18448,'_start_ts','1412467200'),(146114,18448,'_end_ts','1412553600'),(146115,18449,'_edit_last','1837'),(146116,18449,'_edit_lock','1396465388:1837'),(146119,18449,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146120,18449,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146121,18449,'_event_id','2563'),(146122,18449,'_event_start_time','00:00:00'),(146123,18449,'_event_end_time','00:00:00'),(146124,18449,'_event_all_day','1'),(146125,18449,'_event_start_date','2014-10-13'),(146126,18449,'_event_end_date','2014-10-13'),(146127,18449,'_event_rsvp','0'),(146128,18449,'_event_rsvp_date',''),(146129,18449,'_event_rsvp_time','00:00:00'),(146130,18449,'_event_spaces',''),(146131,18449,'_location_id','29'),(146132,18449,'_recurrence_id',''),(146133,18449,'_event_status','1'),(146134,18449,'_event_private','0'),(146135,18449,'_event_date_created',''),(146136,18449,'_event_date_modified',''),(146137,18449,'_blog_id',''),(146138,18449,'_group_id','0'),(146139,18449,'_recurrence','0'),(146140,18449,'_recurrence_interval',''),(146141,18449,'_recurrence_freq',''),(146142,18449,'_recurrence_days','0'),(146143,18449,'_recurrence_byday',''),(146144,18449,'_recurrence_byweekno',''),(146145,18449,'_start_ts','1413158400'),(146146,18449,'_end_ts','1413158400'),(146147,18451,'_feedback_author',''),(146148,18451,'_feedback_author_email',''),(146149,18451,'_feedback_author_url',''),(146150,18451,'_feedback_subject','Signup form OneCaribbean'),(146151,18451,'_feedback_ip','10.17.1.254'),(146152,18451,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146153,18451,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"bfycwavgczz\";s:13:\"Email address\";s:17:\"iyxjkb@kafxxz.com\";s:20:\"Country of Residence\";s:4:\"2809\";s:28:\"Name of Organization/Company\";s:19:\"MkSMheIUpfVNkEQnoaB\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:12:\"oehAJGfgAmGx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146154,18451,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"bfycwavgczz\";s:13:\"Email address\";s:17:\"iyxjkb@kafxxz.com\";s:20:\"Country of Residence\";s:4:\"2809\";s:28:\"Name of Organization/Company\";s:19:\"MkSMheIUpfVNkEQnoaB\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:12:\"oehAJGfgAmGx\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146155,18451,'_feedback_akismet_values','a:103:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:57:\"Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f6eeb473-3ae8-4154-ae0c-674c2f9322e2\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55194\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"339\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"37.239.46.2\";s:15:\"HTTP_USER_AGENT\";s:57:\"Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"339\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396465326.4367\";s:12:\"REQUEST_TIME\";s:10:\"1396465326\";}'),(146156,18451,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:302:\"Name: bfycwavgczz\n\nEmail address: iyxjkb@kafxxz.com\n\nCountry of Residence: 2809\n\nName of Organization/Company: MkSMheIUpfVNkEQnoaB\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: oehAJGfgAmGx\n\nMessage was sent on Wednesday April 2, 2014 at 3:02 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146157,18452,'_edit_last','1837'),(146158,18452,'_edit_lock','1396466455:1837'),(146161,18452,'sbg_selected_sidebar','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146162,18452,'sbg_selected_sidebar_replacement','s:18:\"a:1:{i:0;s:1:\"0\";}\";'),(146163,18452,'_event_id','2564'),(146164,18452,'_event_start_time','00:00:00'),(146165,18452,'_event_end_time','00:00:00'),(146166,18452,'_event_all_day','1'),(146167,18452,'_event_start_date','2014-11-14'),(146168,18452,'_event_end_date','2014-11-17'),(146169,18452,'_event_rsvp','0'),(146170,18452,'_event_rsvp_date',''),(146171,18452,'_event_rsvp_time','00:00:00'),(146172,18452,'_event_spaces',''),(146173,18452,'_location_id','29'),(146174,18452,'_recurrence_id',''),(146175,18452,'_event_status','1'),(146176,18452,'_event_private','0'),(146177,18452,'_event_date_created',''),(146178,18452,'_event_date_modified',''),(146179,18452,'_blog_id',''),(146180,18452,'_group_id','0'),(146181,18452,'_recurrence','0'),(146182,18452,'_recurrence_interval',''),(146183,18452,'_recurrence_freq',''),(146184,18452,'_recurrence_days','0'),(146185,18452,'_recurrence_byday',''),(146186,18452,'_recurrence_byweekno',''),(146187,18452,'_start_ts','1415923200'),(146188,18452,'_end_ts','1416182400'),(146189,18454,'_edit_last','2'),(146190,18454,'_edit_lock','1396467922:2'),(146191,18454,'truethemes_video_url',''),(146192,18454,'truethemes_external_image_url',''),(146193,18454,'truethemes_slider_shortcode',''),(146194,18454,'truethemes_slider_cu3er',''),(146203,18454,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(146204,18454,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(146205,18456,'_edit_last','2'),(146206,18456,'_edit_lock','1396468014:2'),(146207,18456,'truethemes_video_url',''),(146208,18456,'truethemes_external_image_url',''),(146209,18456,'truethemes_slider_shortcode',''),(146210,18456,'truethemes_slider_cu3er',''),(146219,18456,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(146220,18456,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(146221,18458,'_edit_last','2'),(146222,18458,'_edit_lock','1396475114:2'),(146223,18458,'truethemes_video_url',''),(146224,18458,'truethemes_external_image_url',''),(146225,18458,'truethemes_slider_shortcode',''),(146226,18458,'truethemes_slider_cu3er',''),(146235,18458,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(146236,18458,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(146237,18461,'_feedback_author',''),(146238,18461,'_feedback_author_email',''),(146239,18461,'_feedback_author_url',''),(146240,18461,'_feedback_subject','Signup form OneCaribbean'),(146241,18461,'_feedback_ip','10.17.1.254'),(146242,18461,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146243,18461,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Jonique Gaynor\";s:13:\"Email address\";s:30:\"jonique.gaynor@sri.sandals.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146244,18461,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Jonique Gaynor\";s:13:\"Email address\";s:30:\"jonique.gaynor@sri.sandals.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146245,18461,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-748d0b03-1b47-4a62-83b2-ad9fe1aa180b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"33904\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"428\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"72.252.209.114\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"428\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396474670.8098\";s:12:\"REQUEST_TIME\";s:10:\"1396474670\";}'),(146246,18461,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:302:\"Name: Jonique Gaynor\n\nEmail address: jonique.gaynor@sri.sandals.com\n\nCountry of Residence: Jamaica\n\nWhich best describes you?: Hotel\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Wednesday April 2, 2014 at 5:37 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146249,18463,'_wp_attached_file','sdaa-irene-sandiford-garnder.pdf'),(146250,18464,'_wp_attached_file','SITCASeleniMatusSDAA.pdf'),(146251,18465,'_wp_attached_file','HughRileySDAAremarks.pdf'),(146278,7343,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(146279,7343,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(146280,7343,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(146281,7343,'_aioseop_title','Donate to the CTO Scholarship Foundation'),(146326,18480,'_wp_attached_file','3April2014Lattab2013stats.pdf'),(146327,18481,'_wp_attached_file','3AprilTable1TouristStayOverArrivalsYTD2013.pdf'),(146349,18485,'_wp_attached_file','SITCAremarksSDAA.pdf'),(146350,18485,'_edit_lock','1396622702:2'),(146361,18489,'_wp_attached_file','SDAASeleniTalkingPoints.pdf'),(146392,18500,'_wp_attached_file','SDAASTIJamieSweeting2.pdf'),(146393,18500,'_edit_lock','1396695938:2'),(146434,18506,'_menu_item_type','post_type'),(146435,18506,'_menu_item_menu_item_parent','13342'),(146436,18506,'_menu_item_object_id','18248'),(146437,18506,'_menu_item_object','page'),(146438,18506,'_menu_item_target',''),(146439,18506,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146440,18506,'_menu_item_xfn',''),(146441,18506,'_menu_item_url',''),(146452,18508,'_menu_item_type','post_type'),(146453,18508,'_menu_item_menu_item_parent','13342'),(146454,18508,'_menu_item_object_id','16527'),(146455,18508,'_menu_item_object','page'),(146456,18508,'_menu_item_target',''),(146457,18508,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146458,18508,'_menu_item_xfn',''),(146459,18508,'_menu_item_url',''),(146493,1539,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(146494,1539,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(146495,1539,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(146496,1539,'_aioseop_title','Caribbean Tourism Organization Events & Calendars'),(146497,18514,'_feedback_author',''),(146498,18514,'_feedback_author_email',''),(146499,18514,'_feedback_author_url',''),(146500,18514,'_feedback_subject','Signup form OneCaribbean'),(146501,18514,'_feedback_ip','10.17.1.254'),(146502,18514,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146503,18514,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"skjzgpudta\";s:13:\"Email address\";s:17:\"lbdvup@nvwvyi.com\";s:20:\"Country of Residence\";s:5:\"29439\";s:28:\"Name of Organization/Company\";s:10:\"skjzgpudta\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:19:\"XNAokolzpmVzmJsbtbW\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146504,18514,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"skjzgpudta\";s:13:\"Email address\";s:17:\"lbdvup@nvwvyi.com\";s:20:\"Country of Residence\";s:5:\"29439\";s:28:\"Name of Organization/Company\";s:10:\"skjzgpudta\";s:25:\"Which best describes you?\";s:10:\"Cruiseline\";s:47:\"If you chose Other above, please specify below:\";s:19:\"XNAokolzpmVzmJsbtbW\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146505,18514,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f9a01a91-b269-4b92-83d1-8670aea3af42\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59282\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"324\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"146.185.232.30\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"324\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396727452.1033\";s:12:\"REQUEST_TIME\";s:10:\"1396727452\";}'),(146506,18514,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: skjzgpudta\n\nEmail address: lbdvup@nvwvyi.com\n\nCountry of Residence: 29439\n\nName of Organization/Company: skjzgpudta\n\nWhich best describes you?: Cruiseline\n\nIf you chose Other above, please specify below:: XNAokolzpmVzmJsbtbW\n\nMessage was sent on Saturday April 5, 2014 at 3:50 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146507,18515,'_feedback_author',''),(146508,18515,'_feedback_author_email',''),(146509,18515,'_feedback_author_url',''),(146510,18515,'_feedback_subject','Signup form OneCaribbean'),(146511,18515,'_feedback_ip','10.17.1.254'),(146512,18515,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146513,18515,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"wxkfrsatefe\";s:13:\"Email address\";s:17:\"notwsf@qbsenu.com\";s:20:\"Country of Residence\";s:4:\"3529\";s:28:\"Name of Organization/Company\";s:11:\"wxkfrsatefe\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:15:\"QnsMHGwsXPHOLGc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146514,18515,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"wxkfrsatefe\";s:13:\"Email address\";s:17:\"notwsf@qbsenu.com\";s:20:\"Country of Residence\";s:4:\"3529\";s:28:\"Name of Organization/Company\";s:11:\"wxkfrsatefe\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:15:\"QnsMHGwsXPHOLGc\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146515,18515,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-76ba4ea2-95ac-4bdc-9915-5aa1280c1c61\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"36532\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"333\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.207.7.141\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"333\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396809001.3475\";s:12:\"REQUEST_TIME\";s:10:\"1396809001\";}'),(146516,18515,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: wxkfrsatefe\n\nEmail address: notwsf@qbsenu.com\n\nCountry of Residence: 3529\n\nName of Organization/Company: wxkfrsatefe\n\nWhich best describes you?: Student / Researcher\n\nIf you chose Other above, please specify below:: QnsMHGwsXPHOLGc\n\nMessage was sent on Sunday April 6, 2014 at 2:30 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146517,18516,'_feedback_author',''),(146518,18516,'_feedback_author_email',''),(146519,18516,'_feedback_author_url',''),(146520,18516,'_feedback_subject','Signup form OneCaribbean'),(146521,18516,'_feedback_ip','10.17.1.254'),(146522,18516,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146523,18516,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"best money here\";s:13:\"Email address\";s:15:\"email@gmail.com\";s:20:\"Country of Residence\";s:6:\"167161\";s:28:\"Name of Organization/Company\";s:16:\"rBRuwkjIIrrJlJAK\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:15:\"BCIkkmaPFTcWnRu\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146524,18516,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"best money here\";s:13:\"Email address\";s:15:\"email@gmail.com\";s:20:\"Country of Residence\";s:6:\"167161\";s:28:\"Name of Organization/Company\";s:16:\"rBRuwkjIIrrJlJAK\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:15:\"BCIkkmaPFTcWnRu\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146525,18516,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-c713e2c8-c712-42a0-8e46-db421f2856f9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"54957\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"355\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"178.168.82.88\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"355\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396833643.1578\";s:12:\"REQUEST_TIME\";s:10:\"1396833643\";}'),(146526,18516,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:309:\"Name: best money here\n\nEmail address: email@gmail.com\n\nCountry of Residence: 167161\n\nName of Organization/Company: rBRuwkjIIrrJlJAK\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: BCIkkmaPFTcWnRu\n\nMessage was sent on Sunday April 6, 2014 at 9:20 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146527,18517,'_feedback_author',''),(146528,18517,'_feedback_author_email',''),(146529,18517,'_feedback_author_url',''),(146530,18517,'_feedback_subject','Signup form OneCaribbean'),(146531,18517,'_feedback_ip','99.57.134.35'),(146532,18517,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(146533,18517,'_feedback_all_fields','a:12:{s:4:\"Name\";s:4:\"Aris\";s:13:\"Email address\";s:20:\"apapagi@pharm.uoa.gr\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(146534,18517,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:4:\"Aris\";s:13:\"Email address\";s:20:\"apapagi@pharm.uoa.gr\";s:20:\"Country of Residence\";s:13:\"United States\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(146535,18517,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:12:\"99.57.134.35\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:12:\"99.57.134.35\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-aa6a4bf5-6185-4324-95ac-5ee042ee8f7b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"64025\";s:11:\"REMOTE_HOST\";s:12:\"99.57.134.35\";s:11:\"REMOTE_ADDR\";s:12:\"99.57.134.35\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"544\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"544\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396844193.5926\";s:12:\"REQUEST_TIME\";s:10:\"1396844193\";}'),(146536,18517,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:408:\"Name: Aris\n\nEmail address: apapagi@pharm.uoa.gr\n\nCountry of Residence: United States\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday April 7, 2014 at 12:16 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146537,18518,'_feedback_author',''),(146538,18518,'_feedback_author_email',''),(146539,18518,'_feedback_author_url',''),(146540,18518,'_feedback_subject','Signup form OneCaribbean'),(146541,18518,'_feedback_ip','10.17.1.254'),(146542,18518,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146543,18518,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"tgdjwmnqq\";s:13:\"Email address\";s:17:\"rdfvvw@erntuz.com\";s:20:\"Country of Residence\";s:6:\"723524\";s:28:\"Name of Organization/Company\";s:9:\"tgdjwmnqq\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:15:\"QBuiyjqdiitORqY\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146544,18518,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"tgdjwmnqq\";s:13:\"Email address\";s:17:\"rdfvvw@erntuz.com\";s:20:\"Country of Residence\";s:6:\"723524\";s:28:\"Name of Organization/Company\";s:9:\"tgdjwmnqq\";s:25:\"Which best describes you?\";s:23:\"Hotel or Tourism Assoc.\";s:47:\"If you chose Other above, please specify below:\";s:15:\"QBuiyjqdiitORqY\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146545,18518,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-afd17528-90bb-44ba-9f19-49f79a6fd601\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44991\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.29\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396857788.6922\";s:12:\"REQUEST_TIME\";s:10:\"1396857788\";}'),(146546,18518,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:292:\"Name: tgdjwmnqq\n\nEmail address: rdfvvw@erntuz.com\n\nCountry of Residence: 723524\n\nName of Organization/Company: tgdjwmnqq\n\nWhich best describes you?: Hotel or Tourism Assoc.\n\nIf you chose Other above, please specify below:: QBuiyjqdiitORqY\n\nMessage was sent on Monday April 7, 2014 at 4:03 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146547,18519,'_feedback_author',''),(146548,18519,'_feedback_author_email',''),(146549,18519,'_feedback_author_url',''),(146550,18519,'_feedback_subject','Signup form OneCaribbean'),(146551,18519,'_feedback_ip','10.17.1.254'),(146552,18519,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146553,18519,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"sjbeqr\";s:13:\"Email address\";s:17:\"ctihnv@fenjjx.com\";s:20:\"Country of Residence\";s:6:\"146101\";s:28:\"Name of Organization/Company\";s:6:\"sjbeqr\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:14:\"UMkMREUKeUGqBL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146554,18519,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"sjbeqr\";s:13:\"Email address\";s:17:\"ctihnv@fenjjx.com\";s:20:\"Country of Residence\";s:6:\"146101\";s:28:\"Name of Organization/Company\";s:6:\"sjbeqr\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:14:\"UMkMREUKeUGqBL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146555,18519,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-14846008-cd86-45ef-926b-0f084a9f7e0f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"52174\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.29\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"321\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396866785.6732\";s:12:\"REQUEST_TIME\";s:10:\"1396866785\";}'),(146556,18519,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:281:\"Name: sjbeqr\n\nEmail address: ctihnv@fenjjx.com\n\nCountry of Residence: 146101\n\nName of Organization/Company: sjbeqr\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: UMkMREUKeUGqBL\n\nMessage was sent on Monday April 7, 2014 at 6:33 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(146683,18537,'_feedback_author',''),(146684,18537,'_feedback_author_email',''),(146685,18537,'_feedback_author_url',''),(146686,18537,'_feedback_subject','Signup form OneCaribbean'),(146687,18537,'_feedback_ip','10.17.1.254'),(146688,18537,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(146689,18537,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"scbhufddy\";s:13:\"Email address\";s:17:\"uudpdt@pkvzim.com\";s:20:\"Country of Residence\";s:6:\"275944\";s:28:\"Name of Organization/Company\";s:9:\"scbhufddy\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:13:\"quJzuYTTjFzrL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146690,18537,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"scbhufddy\";s:13:\"Email address\";s:17:\"uudpdt@pkvzim.com\";s:20:\"Country of Residence\";s:6:\"275944\";s:28:\"Name of Organization/Company\";s:9:\"scbhufddy\";s:25:\"Which best describes you?\";s:19:\"Ministry of Tourism\";s:47:\"If you chose Other above, please specify below:\";s:13:\"quJzuYTTjFzrL\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(146691,18537,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-380f7d11-ca5a-4cbe-9415-46d39518622b\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53824\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"326\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.29\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"326\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1396904360.9277\";s:12:\"REQUEST_TIME\";s:10:\"1396904360\";}'),(146692,18537,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:286:\"Name: scbhufddy\n\nEmail address: uudpdt@pkvzim.com\n\nCountry of Residence: 275944\n\nName of Organization/Company: scbhufddy\n\nWhich best describes you?: Ministry of Tourism\n\nIf you chose Other above, please specify below:: quJzuYTTjFzrL\n\nMessage was sent on Monday April 7, 2014 at 4:59 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147267,18706,'_wp_attached_file','Anguilla-l-.jpg'),(147268,18706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:422;s:4:\"file\";s:15:\"Anguilla-l-.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Anguilla-l--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Anguilla-l--300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147269,18708,'_wp_attached_file','Barbados-pink.jpg'),(147270,18708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:154;s:4:\"file\";s:17:\"Barbados-pink.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Barbados-pink-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Barbados-pink-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147271,18708,'_edit_lock','1396990529:2'),(147272,18707,'_edit_last','2'),(147275,18707,'gal_thumbnail','http://www.onecaribbean.org/wp-content/uploads/Barbados-pink.jpg'),(147276,18707,'gal_title_select','no'),(147277,18707,'gal_description_select','no'),(147278,18707,'gal_link_target','_self'),(147279,18707,'text_taxonomy_radio','a:0:{}'),(147282,18707,'_edit_lock','1408378812:2'),(147314,124,'_edit_lock','1397044774:2'),(147317,124,'gal_link_target','_self'),(147318,124,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(147319,124,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(147345,18721,'_wp_attached_file','cweekintorontositelogofinal.jpg'),(147346,18721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:114;s:4:\"file\";s:31:\"cweekintorontositelogofinal.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cweekintorontositelogofinal-150x114.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cweekintorontositelogofinal-300x51.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147347,18721,'_edit_lock','1397060116:2'),(147412,18741,'_wp_attached_file','pastpartners1CweekCanada2014.jpg'),(147413,18741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:996;s:6:\"height\";i:675;s:4:\"file\";s:32:\"pastpartners1CweekCanada2014.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"pastpartners1CweekCanada2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"pastpartners1CweekCanada2014-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397050703;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147414,18743,'_wp_attached_file','pastpartners2.jpg'),(147415,18743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:630;s:4:\"file\";s:17:\"pastpartners2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pastpartners2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pastpartners2-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397050743;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147542,18778,'_wp_attached_file','Caribbean-Weddings-2014-cover-FINAL-1.jpg'),(147543,18778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:547;s:4:\"file\";s:41:\"Caribbean-Weddings-2014-cover-FINAL-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Caribbean-Weddings-2014-cover-FINAL-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Caribbean-Weddings-2014-cover-FINAL-1-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147566,2849,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(147567,2849,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(147568,2849,'_aioseop_keywords','Caribbean holiday, Caribbean vacation, Caribbean Tourism Organization, caribbean tourism, caribbean tourism industry, caribbean tourism statistics, caribbean tourism events, caribbean tourism members, caribbean tourism ministers, caribbean tourism directors, tourism ministers, tourism directors, cto tourism, cto, cto tourism industry, cto tourism ministers, cto tourism directors, cto tourism barbados, cto tourism london, cto tourism new york, caribbean tourism research, aruba tourism, anguilla tourism, belize tourism, caribbean tourism video, barbados tourism, cayman islands tourism, grenada tourism, bermuda tourism, guyana tourism, st kitts tourism, nevis tourism, turks caicos tourism, caribbean tourism officials, antigua tourism, barbuda tourism, bonaire tourism, curacao tourism, dominica tourism, dominican republic tourism, haiti tourism, jamaica tourism, montserrat tourism, saint lucia tourism, trinidad tourism, usvi tourism, venezuela tourism'),(147569,2849,'_aioseop_title','CTO Publications'),(147600,18791,'_wp_attached_file','Karen-Bevans.jpg'),(147601,18791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:366;s:4:\"file\";s:16:\"Karen-Bevans.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Karen-Bevans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Karen-Bevans-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147614,18794,'_wp_attached_file','apriltosept2014ctocalendarapril10.jpg'),(147615,18794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:695;s:6:\"height\";i:681;s:4:\"file\";s:37:\"apriltosept2014ctocalendarapril10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"apriltosept2014ctocalendarapril10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"apriltosept2014ctocalendarapril10-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397134333;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147616,18795,'_wp_attached_file','septtodecCTOcalendarApril10.jpg'),(147617,18795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:662;s:6:\"height\";i:773;s:4:\"file\";s:31:\"septtodecCTOcalendarApril10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"septtodecCTOcalendarApril10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"septtodecCTOcalendarApril10-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397134372;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(147622,13334,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(147623,13334,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(147624,18798,'_feedback_author',''),(147625,18798,'_feedback_author_email',''),(147626,18798,'_feedback_author_url',''),(147627,18798,'_feedback_subject','Signup form OneCaribbean'),(147628,18798,'_feedback_ip','121.200.228.158'),(147629,18798,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(147630,18798,'_feedback_all_fields','a:12:{s:4:\"Name\";s:12:\"Bozin Lorine\";s:13:\"Email address\";s:28:\"lorine.bozin@grenoble-em.com\";s:20:\"Country of Residence\";s:10:\"Martinique\";s:28:\"Name of Organization/Company\";s:7:\"Student\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147631,18798,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:12:\"Bozin Lorine\";s:13:\"Email address\";s:28:\"lorine.bozin@grenoble-em.com\";s:20:\"Country of Residence\";s:10:\"Martinique\";s:28:\"Name of Organization/Company\";s:7:\"Student\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147632,18798,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:15:\"121.200.228.158\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:15:\"121.200.228.158\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-d4920849-a609-455c-99fa-437cd6d7bdfc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"14528\";s:11:\"REMOTE_HOST\";s:15:\"121.200.228.158\";s:11:\"REMOTE_ADDR\";s:15:\"121.200.228.158\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"519\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"519\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397167433.0924\";s:12:\"REQUEST_TIME\";s:10:\"1397167433\";}'),(147633,18798,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:419:\"Name: Bozin Lorine\n\nEmail address: lorine.bozin@grenoble-em.com\n\nCountry of Residence: Martinique\n\nName of Organization/Company: Student\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Thursday April 10, 2014 at 6:03 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147646,18801,'_feedback_author',''),(147647,18801,'_feedback_author_email',''),(147648,18801,'_feedback_author_url',''),(147649,18801,'_feedback_subject','Signup form OneCaribbean'),(147650,18801,'_feedback_ip','10.17.1.254'),(147651,18801,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147652,18801,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"oidafnyzzy\";s:13:\"Email address\";s:17:\"dfuufz@uzbjrs.com\";s:20:\"Country of Residence\";s:4:\"8879\";s:28:\"Name of Organization/Company\";s:11:\"UtIUrncweBz\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:10:\"WLoBPhxjNe\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147653,18801,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"oidafnyzzy\";s:13:\"Email address\";s:17:\"dfuufz@uzbjrs.com\";s:20:\"Country of Residence\";s:4:\"8879\";s:28:\"Name of Organization/Company\";s:11:\"UtIUrncweBz\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:10:\"WLoBPhxjNe\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147654,18801,'_feedback_akismet_values','a:103:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-728925a3-8cae-4829-814d-4bb0ab4e6cab\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51066\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.239.46.10\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397373224.8542\";s:12:\"REQUEST_TIME\";s:10:\"1397373224\";}'),(147655,18801,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:289:\"Name: oidafnyzzy\n\nEmail address: dfuufz@uzbjrs.com\n\nCountry of Residence: 8879\n\nName of Organization/Company: UtIUrncweBz\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: WLoBPhxjNe\n\nMessage was sent on Sunday April 13, 2014 at 3:13 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147656,18802,'_wp_attached_file','BioDwayneBishop.docx'),(147663,18804,'_feedback_author',''),(147664,18804,'_feedback_author_email',''),(147665,18804,'_feedback_author_url',''),(147666,18804,'_feedback_subject','Signup form OneCaribbean'),(147667,18804,'_feedback_ip','10.17.1.254'),(147668,18804,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147669,18804,'_feedback_all_fields','a:12:{s:4:\"Name\";s:7:\"baymbfs\";s:13:\"Email address\";s:17:\"umzmau@xntgcz.com\";s:20:\"Country of Residence\";s:4:\"9191\";s:28:\"Name of Organization/Company\";s:7:\"baymbfs\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:13:\"jKZxBjccuFKhO\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147670,18804,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:7:\"baymbfs\";s:13:\"Email address\";s:17:\"umzmau@xntgcz.com\";s:20:\"Country of Residence\";s:4:\"9191\";s:28:\"Name of Organization/Company\";s:7:\"baymbfs\";s:25:\"Which best describes you?\";s:13:\"Travel agency\";s:47:\"If you chose Other above, please specify below:\";s:13:\"jKZxBjccuFKhO\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147671,18804,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-f83b787d-9b93-4f7b-9dc1-a7268c077610\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"43819\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"314\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"91.207.7.141\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"314\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397508937.8474\";s:12:\"REQUEST_TIME\";s:10:\"1397508937\";}'),(147672,18804,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:275:\"Name: baymbfs\n\nEmail address: umzmau@xntgcz.com\n\nCountry of Residence: 9191\n\nName of Organization/Company: baymbfs\n\nWhich best describes you?: Travel agency\n\nIf you chose Other above, please specify below:: jKZxBjccuFKhO\n\nMessage was sent on Monday April 14, 2014 at 4:55 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147673,18805,'_feedback_author',''),(147674,18805,'_feedback_author_email',''),(147675,18805,'_feedback_author_url',''),(147676,18805,'_feedback_subject','Signup form OneCaribbean'),(147677,18805,'_feedback_ip','10.17.1.254'),(147678,18805,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147679,18805,'_feedback_all_fields','a:12:{s:4:\"Name\";s:11:\"ajmkmyfvurv\";s:13:\"Email address\";s:17:\"qprrcj@afzmsb.com\";s:20:\"Country of Residence\";s:6:\"157687\";s:28:\"Name of Organization/Company\";s:11:\"ajmkmyfvurv\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:14:\"zbSelDzAGAjaNC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147680,18805,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:11:\"ajmkmyfvurv\";s:13:\"Email address\";s:17:\"qprrcj@afzmsb.com\";s:20:\"Country of Residence\";s:6:\"157687\";s:28:\"Name of Organization/Company\";s:11:\"ajmkmyfvurv\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:14:\"zbSelDzAGAjaNC\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147681,18805,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-2fa82369-fd48-43e4-a244-c3df3ba3e69d\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50427\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"347\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"159.224.160.42\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"347\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397555481.5802\";s:12:\"REQUEST_TIME\";s:10:\"1397555481\";}'),(147682,18805,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:303:\"Name: ajmkmyfvurv\n\nEmail address: qprrcj@afzmsb.com\n\nCountry of Residence: 157687\n\nName of Organization/Company: ajmkmyfvurv\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: zbSelDzAGAjaNC\n\nMessage was sent on Tuesday April 15, 2014 at 5:51 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147683,18806,'_feedback_author',''),(147684,18806,'_feedback_author_email',''),(147685,18806,'_feedback_author_url',''),(147686,18806,'_feedback_subject','Signup form OneCaribbean'),(147687,18806,'_feedback_ip','10.17.1.254'),(147688,18806,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147689,18806,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"Morten Andersen\";s:13:\"Email address\";s:27:\"morten@rejsespecialisten.dk\";s:20:\"Country of Residence\";s:7:\"Danmark\";s:28:\"Name of Organization/Company\";s:17:\"Rejsespecialisten\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147690,18806,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"Morten Andersen\";s:13:\"Email address\";s:27:\"morten@rejsespecialisten.dk\";s:20:\"Country of Residence\";s:7:\"Danmark\";s:28:\"Name of Organization/Company\";s:17:\"Rejsespecialisten\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147691,18806,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-dd98c9b5-b799-40ff-890f-f87b2c9449bc\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"56263\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"416\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"94.189.38.98\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"da-DK,da;q=0.8,en-US;q=0.6,en;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,gzip\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"416\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397562427.9897\";s:12:\"REQUEST_TIME\";s:10:\"1397562427\";}'),(147692,18806,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:323:\"Name: Morten Andersen\n\nEmail address: morten@rejsespecialisten.dk\n\nCountry of Residence: Danmark\n\nName of Organization/Company: Rejsespecialisten\n\nWhich best describes you?: Tour operator\n\nSend me news about CTO events.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Tuesday April 15, 2014 at 7:47 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147693,18807,'_feedback_author',''),(147694,18807,'_feedback_author_email',''),(147695,18807,'_feedback_author_url',''),(147696,18807,'_feedback_subject','Signup form OneCaribbean'),(147697,18807,'_feedback_ip','10.17.1.254'),(147698,18807,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147699,18807,'_feedback_all_fields','a:12:{s:4:\"Name\";s:12:\"Dave Headley\";s:13:\"Email address\";s:20:\"dheadley@stlucia.org\";s:20:\"Country of Residence\";s:11:\"Saint Lucia\";s:28:\"Name of Organization/Company\";s:25:\"Saint Lucia Tourist Baord\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147700,18807,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:12:\"Dave Headley\";s:13:\"Email address\";s:20:\"dheadley@stlucia.org\";s:20:\"Country of Residence\";s:11:\"Saint Lucia\";s:28:\"Name of Organization/Company\";s:25:\"Saint Lucia Tourist Baord\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147701,18807,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-1121e564-d1fc-43f3-8d50-daaff16a3af9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"57341\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"564\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"173.225.255.202\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"564\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397564992.4346\";s:12:\"REQUEST_TIME\";s:10:\"1397564992\";}'),(147702,18807,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:465:\"Name: Dave Headley\n\nEmail address: dheadley@stlucia.org\n\nCountry of Residence: Saint Lucia\n\nName of Organization/Company: Saint Lucia Tourist Baord\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday April 15, 2014 at 8:29 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147709,18812,'_feedback_author',''),(147710,18812,'_feedback_author_email',''),(147711,18812,'_feedback_author_url',''),(147712,18812,'_feedback_subject','Signup form OneCaribbean'),(147713,18812,'_feedback_ip','10.17.1.254'),(147714,18812,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147715,18812,'_feedback_all_fields','a:12:{s:4:\"Name\";s:10:\"splumptwqr\";s:13:\"Email address\";s:17:\"cpolrl@nvprbg.com\";s:20:\"Country of Residence\";s:12:\"TRDNOdhaAoVK\";s:28:\"Name of Organization/Company\";s:10:\"splumptwqr\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"zFcVzRQfJbiFVOaZB\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147716,18812,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:10:\"splumptwqr\";s:13:\"Email address\";s:17:\"cpolrl@nvprbg.com\";s:20:\"Country of Residence\";s:12:\"TRDNOdhaAoVK\";s:28:\"Name of Organization/Company\";s:10:\"splumptwqr\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:17:\"zFcVzRQfJbiFVOaZB\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147717,18812,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b088f5a3-e748-45ec-ac99-5d9723273fad\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"58271\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"332\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.35\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"332\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397672585.5145\";s:12:\"REQUEST_TIME\";s:10:\"1397672585\";}'),(147718,18812,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:296:\"Name: splumptwqr\n\nEmail address: cpolrl@nvprbg.com\n\nCountry of Residence: TRDNOdhaAoVK\n\nName of Organization/Company: splumptwqr\n\nWhich best describes you?: Tourism Board\n\nIf you chose Other above, please specify below:: zFcVzRQfJbiFVOaZB\n\nMessage was sent on Wednesday April 16, 2014 at 2:23 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147719,18813,'_feedback_author',''),(147720,18813,'_feedback_author_email',''),(147721,18813,'_feedback_author_url',''),(147722,18813,'_feedback_subject','Signup form OneCaribbean'),(147723,18813,'_feedback_ip','72.252.195.237'),(147724,18813,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(147725,18813,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Phillip Clarke\";s:13:\"Email address\";s:24:\"phillip.gemini@gmail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:13:\"Entertainment\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147726,18813,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Phillip Clarke\";s:13:\"Email address\";s:24:\"phillip.gemini@gmail.com\";s:20:\"Country of Residence\";s:7:\"Jamaica\";s:28:\"Name of Organization/Company\";s:0:\"\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:13:\"Entertainment\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147727,18813,'_feedback_akismet_values','a:104:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:14:\"72.252.195.237\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:14:\"72.252.195.237\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-6113913d-3de6-4d1f-ab4b-3c412185843f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50219\";s:11:\"REMOTE_HOST\";s:14:\"72.252.195.237\";s:11:\"REMOTE_ADDR\";s:14:\"72.252.195.237\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"548\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.0; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"548\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397686558.4679\";s:12:\"REQUEST_TIME\";s:10:\"1397686558\";}'),(147728,18813,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:468:\"Name: Phillip Clarke\n\nEmail address: phillip.gemini@gmail.com\n\nCountry of Residence: Jamaica\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Entertainment\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Wednesday April 16, 2014 at 6:16 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147729,18814,'_feedback_author',''),(147730,18814,'_feedback_author_email',''),(147731,18814,'_feedback_author_url',''),(147732,18814,'_feedback_subject','Signup form OneCaribbean'),(147733,18814,'_feedback_ip','10.17.1.254'),(147734,18814,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147735,18814,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"qzkruqssd\";s:13:\"Email address\";s:17:\"bryddm@oosolj.com\";s:20:\"Country of Residence\";s:6:\"207397\";s:28:\"Name of Organization/Company\";s:16:\"yuCsYakGYRyyTyAk\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:10:\"RKIVaXlrqK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147736,18814,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"qzkruqssd\";s:13:\"Email address\";s:17:\"bryddm@oosolj.com\";s:20:\"Country of Residence\";s:6:\"207397\";s:28:\"Name of Organization/Company\";s:16:\"yuCsYakGYRyyTyAk\";s:25:\"Which best describes you?\";s:5:\"Hotel\";s:47:\"If you chose Other above, please specify below:\";s:10:\"RKIVaXlrqK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(147737,18814,'_feedback_akismet_values','a:103:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:93:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b1) Gecko/20091014 Firefox/3.6b1 GTB5\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cacd4efa-1917-4579-a4b6-a60b1abd62b4\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53939\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"316\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"37.239.46.18\";s:15:\"HTTP_USER_AGENT\";s:93:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b1) Gecko/20091014 Firefox/3.6b1 GTB5\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"316\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1397923533.3353\";s:12:\"REQUEST_TIME\";s:10:\"1397923533\";}'),(147738,18814,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:280:\"Name: qzkruqssd\n\nEmail address: bryddm@oosolj.com\n\nCountry of Residence: 207397\n\nName of Organization/Company: yuCsYakGYRyyTyAk\n\nWhich best describes you?: Hotel\n\nIf you chose Other above, please specify below:: RKIVaXlrqK\n\nMessage was sent on Saturday April 19, 2014 at 12:05 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(147739,18815,'_feedback_author',''),(147740,18815,'_feedback_author_email',''),(147741,18815,'_feedback_author_url',''),(147742,18815,'_feedback_subject','Signup form OneCaribbean'),(147743,18815,'_feedback_ip','10.17.1.254'),(147744,18815,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(147745,18815,'_feedback_all_fields','a:12:{s:4:\"Name\";s:15:\"Nicola Harrison\";s:13:\"Email address\";s:20:\"nicharri23@gmail.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:19:\"Almond Beach Resort\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147746,18815,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:15:\"Nicola Harrison\";s:13:\"Email address\";s:20:\"nicharri23@gmail.com\";s:20:\"Country of Residence\";s:8:\"Barbados\";s:28:\"Name of Organization/Company\";s:19:\"Almond Beach Resort\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(147747,18815,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-380ca5d5-46c7-4ea0-9bf9-45247c806d62\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"53784\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"486\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:12:\"72.51.66.210\";s:11:\"HTTP_ORIGIN\";s:27:\"http://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"486\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398082238.5582\";s:12:\"REQUEST_TIME\";s:10:\"1398082238\";}'),(147748,18815,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:386:\"Name: Nicola Harrison\n\nEmail address: nicharri23@gmail.com\n\nCountry of Residence: Barbados\n\nName of Organization/Company: Almond Beach Resort\n\nWhich best describes you?: Student / Researcher\n\nSend me CTO press releases.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Monday April 21, 2014 at 8:10 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148033,18891,'_menu_item_type','post_type'),(148034,18891,'_menu_item_menu_item_parent','0'),(148035,18891,'_menu_item_object_id','18248'),(148036,18891,'_menu_item_object','page'),(148037,18891,'_menu_item_target',''),(148038,18891,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(148039,18891,'_menu_item_xfn',''),(148040,18891,'_menu_item_url',''),(148273,18958,'_wp_attached_file','finalctocrestbannerApril23.jpg'),(148274,18958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:782;s:6:\"height\";i:166;s:4:\"file\";s:30:\"finalctocrestbannerApril23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"finalctocrestbannerApril23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"finalctocrestbannerApril23-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(148474,19011,'_wp_attached_file','sponsorship1.jpg'),(148475,19011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:838;s:6:\"height\";i:516;s:4:\"file\";s:16:\"sponsorship1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sponsorship1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sponsorship1-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Sharon Coward\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1398324074;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(148684,19071,'_feedback_author',''),(148685,19071,'_feedback_author_email',''),(148686,19071,'_feedback_author_url',''),(148687,19071,'_feedback_subject','Signup form OneCaribbean'),(148688,19071,'_feedback_ip','89.213.23.66'),(148689,19071,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(148690,19071,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"steele paulich\";s:13:\"Email address\";s:32:\"steele.paulich@brightergroup.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:18:\"The Brighter Group\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148691,19071,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"steele paulich\";s:13:\"Email address\";s:32:\"steele.paulich@brightergroup.com\";s:20:\"Country of Residence\";s:2:\"UK\";s:28:\"Name of Organization/Company\";s:18:\"The Brighter Group\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148692,19071,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:12:\"89.213.23.66\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:12:\"89.213.23.66\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-909b3921-0de6-42ea-9bf9-81b40fb87f74\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"55756\";s:11:\"REMOTE_HOST\";s:12:\"89.213.23.66\";s:11:\"REMOTE_ADDR\";s:12:\"89.213.23.66\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"450\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-GB\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"450\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398440351.0426\";s:12:\"REQUEST_TIME\";s:10:\"1398440351\";}'),(148693,19071,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:357:\"Name: steele paulich\n\nEmail address: steele.paulich@brightergroup.com\n\nCountry of Residence: UK\n\nName of Organization/Company: The Brighter Group\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nMessage was sent on Friday April 25, 2014 at 11:39 am\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148694,19072,'_feedback_author',''),(148695,19072,'_feedback_author_email',''),(148696,19072,'_feedback_author_url',''),(148697,19072,'_feedback_subject','Signup form OneCaribbean'),(148698,19072,'_feedback_ip','10.17.1.254'),(148699,19072,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(148700,19072,'_feedback_all_fields','a:12:{s:4:\"Name\";s:9:\"Bary Ginn\";s:13:\"Email address\";s:15:\"abginn@magma.ca\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:9:\"poersonal\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148701,19072,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:9:\"Bary Ginn\";s:13:\"Email address\";s:15:\"abginn@magma.ca\";s:20:\"Country of Residence\";s:6:\"Canada\";s:28:\"Name of Organization/Company\";s:9:\"poersonal\";s:25:\"Which best describes you?\";s:20:\"Student / Researcher\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148702,19072,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ad548e0c-0f6b-4fb6-9136-9ad31575320c\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"59813\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"433\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"216.106.104.141\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"433\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398529220.1552\";s:12:\"REQUEST_TIME\";s:10:\"1398529220\";}'),(148703,19072,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:338:\"Name: Bary Ginn\n\nEmail address: abginn@magma.ca\n\nCountry of Residence: Canada\n\nName of Organization/Company: poersonal\n\nWhich best describes you?: Student / Researcher\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nMessage was sent on Saturday April 26, 2014 at 12:20 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148704,19073,'_feedback_author',''),(148705,19073,'_feedback_author_email',''),(148706,19073,'_feedback_author_url',''),(148707,19073,'_feedback_subject','Signup form OneCaribbean'),(148708,19073,'_feedback_ip','10.17.1.254'),(148709,19073,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(148710,19073,'_feedback_all_fields','a:12:{s:4:\"Name\";s:13:\"Alastair Jack\";s:13:\"Email address\";s:24:\"ajack@bermudatourism.com\";s:20:\"Country of Residence\";s:7:\"Bermuda\";s:28:\"Name of Organization/Company\";s:25:\"Bermuda Tourism Authority\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(148711,19073,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:13:\"Alastair Jack\";s:13:\"Email address\";s:24:\"ajack@bermudatourism.com\";s:20:\"Country of Residence\";s:7:\"Bermuda\";s:28:\"Name of Organization/Company\";s:25:\"Bermuda Tourism Authority\";s:25:\"Which best describes you?\";s:13:\"Tourism Board\";s:47:\"If you chose Other above, please specify below:\";s:0:\"\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(148712,19073,'_feedback_akismet_values','a:107:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-280ee713-a6ac-4fd8-a0be-057f1ae518d9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37179\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"565\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:15:\"162.221.212.116\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:37:\"text/html, application/xhtml+xml, */*\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"565\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398792317.4827\";s:12:\"REQUEST_TIME\";s:10:\"1398792317\";}'),(148713,19073,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:466:\"Name: Alastair Jack\n\nEmail address: ajack@bermudatourism.com\n\nCountry of Residence: Bermuda\n\nName of Organization/Company: Bermuda Tourism Authority\n\nWhich best describes you?: Tourism Board\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday April 29, 2014 at 1:25 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148714,19074,'_feedback_author',''),(148715,19074,'_feedback_author_email',''),(148716,19074,'_feedback_author_url',''),(148717,19074,'_feedback_subject','Signup form OneCaribbean'),(148718,19074,'_feedback_ip','200.7.40.230'),(148719,19074,'_feedback_contact_form_url','https://www.onecaribbean.org/sign-up-page/'),(148720,19074,'_feedback_all_fields','a:12:{s:4:\"Name\";s:14:\"Fernando Acedo\";s:13:\"Email address\";s:17:\"facedo@fvi.com.ve\";s:20:\"Country of Residence\";s:12:\"Sint Maarten\";s:28:\"Name of Organization/Company\";s:22:\"Blue Mall Sint Maarten\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:13:\"Shopping Mall\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(148721,19074,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:14:\"Fernando Acedo\";s:13:\"Email address\";s:17:\"facedo@fvi.com.ve\";s:20:\"Country of Residence\";s:12:\"Sint Maarten\";s:28:\"Name of Organization/Company\";s:22:\"Blue Mall Sint Maarten\";s:25:\"Which best describes you?\";s:5:\"Other\";s:47:\"If you chose Other above, please specify below:\";s:13:\"Shopping Mall\";s:30:\"Send me news about CTO events.\";s:3:\"Yes\";s:27:\"Send me CTO press releases.\";s:3:\"Yes\";s:35:\"Send me the monthly CTO Newsletter.\";s:3:\"Yes\";s:30:\"Send me news from CTO USA Inc.\";s:3:\"Yes\";s:36:\"Send me news from CTO UK and Europe.\";s:3:\"Yes\";s:20:\"Send me TVS updates.\";s:3:\"Yes\";}'),(148722,19074,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:12:\"200.7.40.230\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:12:\"200.7.40.230\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:8:\"referrer\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:28:\"https://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-27d04ec9-ef01-4e37-8484-9e4291648d39\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"1\";s:11:\"SERVER_PORT\";s:3:\"443\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"50316\";s:11:\"REMOTE_HOST\";s:12:\"200.7.40.230\";s:11:\"REMOTE_ADDR\";s:12:\"200.7.40.230\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:181:\"SERIALNUMBER=/OnJeBGeyuEYhzL7HUqXFDimv17INT5h, OU=GT10150804, OU=See www.geotrust.com/resources/cps (c)13, OU=Domain Control Validated - QuickSSL(R) Premium, CN=www.onecaribbean.org\";s:19:\"HTTPS_SERVER_ISSUER\";s:69:\"C=US, O=GeoTrust Inc., OU=Domain Validated SSL, CN=GeoTrust DV SSL CA\";s:19:\"HTTPS_SECRETKEYSIZE\";s:4:\"2048\";s:13:\"HTTPS_KEYSIZE\";s:3:\"128\";s:5:\"HTTPS\";s:2:\"on\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"568\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:11:\"HTTP_ORIGIN\";s:28:\"https://www.onecaribbean.org\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36\";s:12:\"HTTP_REFERER\";s:42:\"https://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:36:\"en-US,en;q=0.8,es-419;q=0.6,es;q=0.4\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip,deflate,sdch\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"568\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398808825.2727\";s:12:\"REQUEST_TIME\";s:10:\"1398808825\";}'),(148723,19074,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:518:\"Name: Fernando Acedo\n\nEmail address: facedo@fvi.com.ve\n\nCountry of Residence: Sint Maarten\n\nName of Organization/Company: Blue Mall Sint Maarten\n\nWhich best describes you?: Other\n\nIf you chose Other above, please specify below:: Shopping Mall\n\nSend me news about CTO events.: Yes\n\nSend me CTO press releases.: Yes\n\nSend me the monthly CTO Newsletter.: Yes\n\nSend me news from CTO USA Inc.: Yes\n\nSend me news from CTO UK and Europe.: Yes\n\nSend me TVS updates.: Yes\n\nMessage was sent on Tuesday April 29, 2014 at 6:00 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148724,19075,'_feedback_author',''),(148725,19075,'_feedback_author_email',''),(148726,19075,'_feedback_author_url',''),(148727,19075,'_feedback_subject','Signup form OneCaribbean'),(148728,19075,'_feedback_ip','10.17.1.254'),(148729,19075,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(148730,19075,'_feedback_all_fields','a:12:{s:4:\"Name\";s:6:\"mstgnd\";s:13:\"Email address\";s:17:\"hktttm@qpshsv.com\";s:20:\"Country of Residence\";s:14:\"HlmKwMpGxXhpUq\";s:28:\"Name of Organization/Company\";s:6:\"mstgnd\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:9:\"bqWUeUjfe\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148731,19075,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:6:\"mstgnd\";s:13:\"Email address\";s:17:\"hktttm@qpshsv.com\";s:20:\"Country of Residence\";s:14:\"HlmKwMpGxXhpUq\";s:28:\"Name of Organization/Company\";s:6:\"mstgnd\";s:25:\"Which best describes you?\";s:23:\"Educational Institution\";s:47:\"If you chose Other above, please specify below:\";s:9:\"bqWUeUjfe\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148732,19075,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-7379475f-d016-4ec5-8731-a77b6a1639d9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"44285\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"328\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"213.238.175.57\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"328\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398829374.7468\";s:12:\"REQUEST_TIME\";s:10:\"1398829374\";}'),(148733,19075,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:291:\"Name: mstgnd\n\nEmail address: hktttm@qpshsv.com\n\nCountry of Residence: HlmKwMpGxXhpUq\n\nName of Organization/Company: mstgnd\n\nWhich best describes you?: Educational Institution\n\nIf you chose Other above, please specify below:: bqWUeUjfe\n\nMessage was sent on Tuesday April 29, 2014 at 11:42 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148734,19076,'_feedback_author',''),(148735,19076,'_feedback_author_email',''),(148736,19076,'_feedback_author_url',''),(148737,19076,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(148738,19076,'_feedback_ip','10.17.1.254'),(148739,19076,'_feedback_contact_form_url','http://www.onecaribbean.org/about-allied-membership/allied-membership-form/'),(148740,19076,'_feedback_all_fields','a:16:{s:13:\"Company Name:\";s:11:\"Strom, Inc.\";s:42:\"Primary Representative (First, Last Name):\";s:12:\"Dean Wallace\";s:15:\"Title/Position:\";s:9:\"President\";s:15:\"Street Address:\";s:31:\"1228 East 7th Street, Suite 200\";s:5:\"City:\";s:5:\"Tampa\";s:6:\"State:\";s:7:\"Florida\";s:3:\"Zip\";s:5:\"33605\";s:7:\"Country\";s:3:\"USA\";s:35:\"Phone (include country/area codes):\";s:28:\"727-230-8840 or 321-402-2479\";s:4:\"Fax:\";s:0:\"\";s:6:\"Email:\";s:20:\"mnellingen@gmail.com\";s:8:\"Website:\";s:16:\"www.stromlng.com\";s:42:\"Description of Company (maximum 100 words)\";s:136:\"Provide power generation utilizing U.S. exported LNG. We design, build and finance power systems for hotels for a fraction of the cost.\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:0:\"\";s:31:\"How did you hear about the CTO?\";s:22:\"Industry news and web.\";s:42:\"Type of Business, Company or Organization:\";s:172:\"General industry supplier including manufacturers / food and beverage suppliers / caterers / designers / equipment rentals / cleaning / distribution / freighters / printers\";}'),(148741,19076,'_feedback_extra_fields','a:15:{s:13:\"Company Name:\";s:11:\"Strom, Inc.\";s:42:\"Primary Representative (First, Last Name):\";s:12:\"Dean Wallace\";s:15:\"Title/Position:\";s:9:\"President\";s:15:\"Street Address:\";s:31:\"1228 East 7th Street, Suite 200\";s:5:\"City:\";s:5:\"Tampa\";s:6:\"State:\";s:7:\"Florida\";s:3:\"Zip\";s:5:\"33605\";s:7:\"Country\";s:3:\"USA\";s:35:\"Phone (include country/area codes):\";s:28:\"727-230-8840 or 321-402-2479\";s:4:\"Fax:\";s:0:\"\";s:6:\"Email:\";s:20:\"mnellingen@gmail.com\";s:8:\"Website:\";s:16:\"www.stromlng.com\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:0:\"\";s:31:\"How did you hear about the CTO?\";s:22:\"Industry news and web.\";s:42:\"Type of Business, Company or Organization:\";s:172:\"General industry supplier including manufacturers / food and beverage suppliers / caterers / designers / equipment rentals / cleaning / distribution / freighters / printers\";}'),(148742,19076,'_feedback_akismet_values','a:106:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:136:\"Provide power generation utilizing U.S. exported LNG. We design, build and finance power systems for hotels for a fraction of the cost.\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:8:\"referrer\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:48:\"/about-allied-membership/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-cb82bb84-c1af-425d-848d-695a7c498190\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"37717\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:4:\"1187\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:48:\"/about-allied-membership/allied-membership-form/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"76.106.201.246\";s:8:\"HTTP_DNT\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0\";s:12:\"HTTP_REFERER\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:4:\"1187\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398901887.2006\";s:12:\"REQUEST_TIME\";s:10:\"1398901887\";}'),(148743,19076,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:7:\"message\";s:862:\"Company Name:: Strom, Inc.\n\nPrimary Representative (First, Last Name):: Dean Wallace\n\nTitle/Position:: President\n\nStreet Address:: 1228 East 7th Street, Suite 200\n\nCity:: Tampa\n\nState:: Florida\n\nZip: 33605\n\nCountry: USA\n\nPhone (include country/area codes):: 727-230-8840 or 321-402-2479\n\nEmail:: mnellingen@gmail.com\n\nWebsite:: www.stromlng.com\n\nHow did you hear about the CTO?: Industry news and web.\n\nType of Business, Company or Organization:: General industry supplier including manufacturers / food and beverage suppliers / caterers / designers / equipment rentals / cleaning / distribution / freighters / printers\n\nDescription of Company (maximum 100 words) : Provide power generation utilizing U.S. exported LNG. We design, build and finance power systems for hotels for a fraction of the cost. \n\n\nMessage was sent on Wednesday April 30, 2014 at 7:51 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148744,19077,'_feedback_author',''),(148745,19077,'_feedback_author_email',''),(148746,19077,'_feedback_author_url',''),(148747,19077,'_feedback_subject','Signup form OneCaribbean'),(148748,19077,'_feedback_ip','10.17.1.254'),(148749,19077,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(148750,19077,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Oefisusm\";s:13:\"Email address\";s:21:\"tmovcqck@wpxqnqzv.com\";s:20:\"Country of Residence\";s:10:\"mcNvXHraBI\";s:28:\"Name of Organization/Company\";s:8:\"Oefisusm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:10:\"FIGxEoIvQK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148751,19077,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Oefisusm\";s:13:\"Email address\";s:21:\"tmovcqck@wpxqnqzv.com\";s:20:\"Country of Residence\";s:10:\"mcNvXHraBI\";s:28:\"Name of Organization/Company\";s:8:\"Oefisusm\";s:25:\"Which best describes you?\";s:29:\"Media - print/radio/tv/online\";s:47:\"If you chose Other above, please specify below:\";s:10:\"FIGxEoIvQK\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148752,19077,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b0e29f17-c7bb-440a-b436-37bc4cfaa6a9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51768\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"345\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.36\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"345\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398914827.1516\";s:12:\"REQUEST_TIME\";s:10:\"1398914827\";}'),(148753,19077,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:304:\"Name: Oefisusm\n\nEmail address: tmovcqck@wpxqnqzv.com\n\nCountry of Residence: mcNvXHraBI\n\nName of Organization/Company: Oefisusm\n\nWhich best describes you?: Media - print/radio/tv/online\n\nIf you chose Other above, please specify below:: FIGxEoIvQK\n\nMessage was sent on Wednesday April 30, 2014 at 11:27 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148754,19078,'_feedback_author',''),(148755,19078,'_feedback_author_email',''),(148756,19078,'_feedback_author_url',''),(148757,19078,'_feedback_subject','Signup form OneCaribbean'),(148758,19078,'_feedback_ip','10.17.1.254'),(148759,19078,'_feedback_contact_form_url','http://www.onecaribbean.org/sign-up-page/'),(148760,19078,'_feedback_all_fields','a:12:{s:4:\"Name\";s:8:\"Rsngcfuj\";s:13:\"Email address\";s:21:\"ccxziriy@nhpuwxuq.com\";s:20:\"Country of Residence\";s:12:\"hcdlSrZCHpRh\";s:28:\"Name of Organization/Company\";s:8:\"Rsngcfuj\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:10:\"CeIgpYqImH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148761,19078,'_feedback_extra_fields','a:12:{s:4:\"Name\";s:8:\"Rsngcfuj\";s:13:\"Email address\";s:21:\"ccxziriy@nhpuwxuq.com\";s:20:\"Country of Residence\";s:12:\"hcdlSrZCHpRh\";s:28:\"Name of Organization/Company\";s:8:\"Rsngcfuj\";s:25:\"Which best describes you?\";s:13:\"Tour operator\";s:47:\"If you chose Other above, please specify below:\";s:10:\"CeIgpYqImH\";s:30:\"Send me news about CTO events.\";s:0:\"\";s:27:\"Send me CTO press releases.\";s:0:\"\";s:35:\"Send me the monthly CTO Newsletter.\";s:0:\"\";s:30:\"Send me news from CTO USA Inc.\";s:0:\"\";s:36:\"Send me news from CTO UK and Europe.\";s:0:\"\";s:20:\"Send me TVS updates.\";s:0:\"\";}'),(148762,19078,'_feedback_akismet_values','a:102:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:24:\"Signup form OneCaribbean\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:0:\"\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:8:\"referrer\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:14:\"/sign-up-page/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-b0e29f17-c7bb-440a-b436-37bc4cfaa6a9\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:11:\"REMOTE_USER\";s:0:\"\";s:11:\"REMOTE_PORT\";s:5:\"51768\";s:11:\"REMOTE_HOST\";s:11:\"10.17.1.254\";s:11:\"REMOTE_ADDR\";s:11:\"10.17.1.254\";s:12:\"QUERY_STRING\";s:0:\"\";s:15:\"PATH_TRANSLATED\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:10:\"LOGON_USER\";s:0:\"\";s:10:\"LOCAL_ADDR\";s:10:\"10.17.1.13\";s:18:\"INSTANCE_META_PATH\";s:20:\"/LM/W3SVC/1142074831\";s:13:\"INSTANCE_NAME\";s:20:\"WWW.ONECARIBBEAN.ORG\";s:11:\"INSTANCE_ID\";s:10:\"1142074831\";s:20:\"HTTPS_SERVER_SUBJECT\";s:0:\"\";s:19:\"HTTPS_SERVER_ISSUER\";s:0:\"\";s:19:\"HTTPS_SECRETKEYSIZE\";s:0:\"\";s:13:\"HTTPS_KEYSIZE\";s:0:\"\";s:5:\"HTTPS\";s:3:\"off\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:13:\"DOCUMENT_ROOT\";s:39:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"325\";s:12:\"CERT_SUBJECT\";s:0:\"\";s:17:\"CERT_SERIALNUMBER\";s:0:\"\";s:11:\"CERT_ISSUER\";s:0:\"\";s:10:\"CERT_FLAGS\";s:0:\"\";s:11:\"CERT_COOKIE\";s:0:\"\";s:9:\"AUTH_USER\";s:0:\"\";s:13:\"AUTH_PASSWORD\";s:0:\"\";s:9:\"AUTH_TYPE\";s:0:\"\";s:18:\"APPL_PHYSICAL_PATH\";s:40:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\\";s:12:\"APPL_MD_PATH\";s:25:\"/LM/W3SVC/1142074831/ROOT\";s:20:\"IIS_UrlRewriteModule\";s:10:\"7.1.0871.0\";s:13:\"UNENCODED_URL\";s:14:\"/sign-up-page/\";s:19:\"IIS_WasUrlRewritten\";s:1:\"1\";s:19:\"HTTP_X_ORIGINAL_URL\";s:14:\"/sign-up-page/\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"216.151.137.36\";s:15:\"HTTP_USER_AGENT\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:12:\"HTTP_REFERER\";s:41:\"http://www.onecaribbean.org/sign-up-page/\";s:9:\"HTTP_HOST\";s:20:\"www.onecaribbean.org\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:17:\"HTTP_CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:19:\"HTTP_CONTENT_LENGTH\";s:3:\"325\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1398914847.9944\";s:12:\"REQUEST_TIME\";s:10:\"1398914847\";}'),(148763,19078,'_feedback_email','a:4:{s:2:\"to\";a:1:{i:0;s:24:\"scoward@caribtourism.com\";}s:7:\"subject\";s:24:\"Signup form OneCaribbean\";s:7:\"message\";s:290:\"Name: Rsngcfuj\n\nEmail address: ccxziriy@nhpuwxuq.com\n\nCountry of Residence: hcdlSrZCHpRh\n\nName of Organization/Company: Rsngcfuj\n\nWhich best describes you?: Tour operator\n\nIf you chose Other above, please specify below:: CeIgpYqImH\n\nMessage was sent on Wednesday April 30, 2014 at 11:27 pm\n\";s:7:\"headers\";s:64:\"From: <>\r\nReply-To: \r\nContent-Type: text/plain; charset=\"UTF-8\"\";}'),(148764,19079,'_feedback_author',''),(148765,19079,'_feedback_author_email',''),(148766,19079,'_feedback_author_url',''),(148767,19079,'_feedback_subject','OneCaribbean.org Allied Membership Form'),(148768,19079,'_feedback_ip','10.17.1.254'),(148769,19079,'_feedback_contact_form_url','http://www.onecaribbean.org/about-allied-membership/allied-membership-form/'),(148770,19079,'_feedback_all_fields','a:16:{s:13:\"Company Name:\";s:14:\"Elite Traveler\";s:42:\"Primary Representative (First, Last Name):\";s:11:\"Doug Gollan\";s:15:\"Title/Position:\";s:29:\"President and Editor-in-Chief\";s:15:\"Street Address:\";s:16:\"780 Third Avenue\";s:5:\"City:\";s:8:\"New York\";s:6:\"State:\";s:2:\"NY\";s:3:\"Zip\";s:5:\"10017\";s:7:\"Country\";s:3:\"USA\";s:35:\"Phone (include country/area codes):\";s:12:\"646-430-7919\";s:4:\"Fax:\";s:12:\"646-430-7901\";s:6:\"Email:\";s:29:\"doug.gollan@elitetraveler.com\";s:8:\"Website:\";s:21:\"www.elitetraveler.com\";s:42:\"Description of Company (maximum 100 words)\";s:628:\"Elite Traveler is written exclusively for and distributed to the private jet traveler. Each issue provides detailed information covering the full spectrum of travel and luxury lifestyle for our exclusive readership of Ultra High Net Worth Individuals. Our readers and website visitors spend over $400,000 per year at hotels, resorts, and spas for leisure, meetings, and events. With over 630,000 readers per issue with a Median HHI of $400,000 and over 411,000 readers with a Median HHI exceeding $1 million, Elite Traveler brings your brand into the conversation of affluent travelers whose living room is their private jet.\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:207:\"Brooke Laffan Director, Travel brooke.laffan@elitetraveler.com \r\n646-430-7913\r\n\r\nCheryl Ricossa\r\nRegional Director - Florida, Caribbean & Latin America\r\ncheryl.ricossa@elitetraveler.com\r\n305-582-0802\";s:31:\"How did you hear about the CTO?\";s:0:\"\";s:42:\"Type of Business, Company or Organization:\";s:18:\"Telecommunications\";}'),(148771,19079,'_feedback_extra_fields','a:15:{s:13:\"Company Name:\";s:14:\"Elite Traveler\";s:42:\"Primary Representative (First, Last Name):\";s:11:\"Doug Gollan\";s:15:\"Title/Position:\";s:29:\"President and Editor-in-Chief\";s:15:\"Street Address:\";s:16:\"780 Third Avenue\";s:5:\"City:\";s:8:\"New York\";s:6:\"State:\";s:2:\"NY\";s:3:\"Zip\";s:5:\"10017\";s:7:\"Country\";s:3:\"USA\";s:35:\"Phone (include country/area codes):\";s:12:\"646-430-7919\";s:4:\"Fax:\";s:12:\"646-430-7901\";s:6:\"Email:\";s:29:\"doug.gollan@elitetraveler.com\";s:8:\"Website:\";s:21:\"www.elitetraveler.com\";s:56:\"Names and Contact Info for 2 Additional Representatives:\";s:207:\"Brooke Laffan Director, Travel brooke.laffan@elitetraveler.com \r\n646-430-7913\r\n\r\nCheryl Ricossa\r\nRegional Director - Florida, Caribbean & Latin America\r\ncheryl.ricossa@elitetraveler.com\r\n305-582-0802\";s:31:\"How did you hear about the CTO?\";s:0:\"\";s:42:\"Type of Business, Company or Organization:\";s:18:\"Telecommunications\";}'),(148772,19079,'_feedback_akismet_values','a:108:{s:14:\"comment_author\";s:0:\"\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:0:\"\";s:20:\"contact_form_subject\";s:39:\"OneCaribbean.org Allied Membership Form\";s:17:\"comment_author_IP\";s:11:\"10.17.1.254\";s:15:\"comment_content\";s:628:\"Elite Traveler is written exclusively for and distributed to the private jet traveler. Each issue provides detailed information covering the full spectrum of travel and luxury lifestyle for our exclusive readership of Ultra High Net Worth Individuals. Our readers and website visitors spend over $400,000 per year at hotels, resorts, and spas for leisure, meetings, and events. With over 630,000 readers per issue with a Median HHI of $400,000 and over 411,000 readers with a Median HHI exceeding $1 million, Elite Traveler brings your brand into the conversation of affluent travelers whose living room is their private jet.\";s:12:\"comment_type\";s:12:\"contact_form\";s:7:\"user_ip\";s:11:\"10.17.1.254\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36\";s:8:\"referrer\";s:75:\"http://www.onecaribbean.org/about-allied-membership/allied-membership-form/\";s:4:\"blog\";s:27:\"http://www.onecaribbean.org\";s:15:\"SERVER_SOFTWARE\";s:17:\"Microsoft-IIS/7.5\";s:11:\"REQUEST_URI\";s:48:\"/about-allied-membership/allied-membership-form/\";s:22:\"PROCESSOR_ARCHITEW6432\";s:5:\"AMD64\";s:13:\"_FCGI_X_PIPE_\";s:53:\"\\\\.\\pipe\\IISFCGI-ced696eb-eb7a-4e99-9c8d-d2c5683aef1f\";s:15:\"ALLUSERSPROFILE\";s:14:\"C:\\ProgramData\";s:7:\"APPDATA\";s:56:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\";s:15:\"APP_POOL_CONFIG\";s:73:\"C:\\inetpub\\temp\\apppools\\www.onecaribbean.org\\www.onecaribbean.org.config\";s:11:\"APP_POOL_ID\";s:20:\"www.onecaribbean.org\";s:18:\"CommonProgramFiles\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:23:\"CommonProgramFiles(x86)\";s:35:\"C:\\Program Files (x86)\\Common Files\";s:18:\"CommonProgramW6432\";s:29:\"C:\\Program Files\\Common Files\";s:12:\"COMPUTERNAME\";s:7:\"VVP0003\";s:7:\"ComSpec\";s:27:\"C:\\Windows\\system32\\cmd.exe\";s:16:\"FP_NO_HOST_CHECK\";s:2:\"NO\";s:12:\"LOCALAPPDATA\";s:54:\"C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\";s:20:\"NUMBER_OF_PROCESSORS\";s:1:\"4\";s:2:\"OS\";s:10:\"Windows_NT\";s:4:\"Path\";s:219:\"C:\\Program Files\\PHP\\v5.3;C:\\Program Files (x86)\\Internet Explorer;;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;\";s:7:\"PATHEXT\";s:53:\".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC\";s:22:\"PROCESSOR_ARCHITECTURE\";s:3:\"x86\";s:20:\"PROCESSOR_IDENTIFIER\";s:50:\"Intel64 Family 6 Model 45 Stepping 7, GenuineIntel\";s:15:\"PROCESSOR_LEVEL\";s:1:\"6\";s:18:\"PROCESSOR_REVISION\";s:4:\"2d07\";s:11:\"ProgramData\";s:14:\"C:\\ProgramData\";s:12:\"ProgramFiles\";s:22:\"C:\\Program Files (x86)\";s:17:\"ProgramFiles(x86)\";s:22:\"C:\\Program Files (x86)\";s:12:\"ProgramW6432\";s:16:\"C:\\Program Files\";s:12:\"PSModulePath\";s:51:\"C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\\";s:6:\"PUBLIC\";s:15:\"C:\\Users\\Public\";s:11:\"SystemDrive\";s:2:\"C:\";s:10:\"SystemRoot\";s:10:\"C:\\Windows\";s:4:\"TEMP\";s:15:\"C:\\Windows\\TEMP\";s:3:\"TMP\";s:15:\"C:\\Windows\\TEMP\";s:10:\"USERDOMAIN\";s:7:\"VANPROD\";s:8:\"USERNAME\";s:8:\"VVP0003$\";s:11:\"USERPROFILE\";s:40:\"C:\\Windows\\system32\\config\\systemprofile\";s:6:\"windir\";s:10:\"C:\\Windows\";s:14:\"ORIG_PATH_INFO\";s:10:\"/index.php\";s:3:\"URL\";s:10:\"/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"SERVER_PORT_SECURE\";s:1:\"0\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_NAME\";s:20:\"www.onecaribbean.org\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"SCRIPT_FILENAME\";s:49:\"C:\\inetpub\\wwwroot\\www.onecaribbean.org\\index.php\";s:14:\"REQUEST_METHOD\";s:4:\"POST\"